/* Estilos migrados del Customizer de WP */

/* Estilos del menú JetEngine (mantenidos) */
.jet-mega-menu-item__title .jet-mega-menu-item__label img,
.jet-mega-menu-sub-menu .jet-mega-menu-item__title .jet-mega-menu-item__label img {
    width: 30px !important;
    height: auto !important;
    display: inline-block !important; 
    vertical-align: middle !important;
}

.jet-mega-menu-sub-menu__list {
    border-radius: 0.5rem !important; 
}

.jet-mega-menu-sub-menu {
    min-width: unset !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
}

.jet-mega-menu-sub-menu .jet-mega-menu-item {
    padding-bottom: 4px !important;
}

.jet-mega-menu-mega-container__inner,
.jet-mobile-menu__container-inner {
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.jet-mega-menu-item__dropdown svg {
    color: #C6C6C6A3;
}

.jet-mega-menu-item__dropdown:hover svg,
.jet-mega-menu-item__dropdown:active svg {
    color: white;
}

.jet-mega-menu-item__inner:hover,
.jet-mega-menu-item__inner:hover svg,
.jet-mega-menu-item__inner:active,
.jet-mega-menu-item__inner:active svg {
    color: white;
}

.cg {
    margin-top: 15px !important;
    padding: 30px !important;
}

.gp img {
    max-width: 85% !important;
}

.ib-first img,
.ib img {
    max-width: 20% !important;
}

@media (max-width: 600px) {
    .ib-first img{
        margin-bottom: 25px !important;
    }
}

.mi-info-box h3 {
    color: #fff !important;
    margin: 0 0 18px 0;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

/* Truncar texto - Elementos específicos de la página 5571 */
.elementor-5571 .elementor-element.elementor-element-33c653d > .elementor-widget-container,
.elementor-5571 .elementor-element.elementor-element-744e114 > .elementor-widget-container {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
}

/* Truncar texto - Párrafos y divs dentro de los contenedores */
.elementor-5571 .elementor-element.elementor-element-33c653d > .elementor-widget-container p,
.elementor-5571 .elementor-element.elementor-element-33c653d > .elementor-widget-container div,
.elementor-5571 .elementor-element.elementor-element-744e114 > .elementor-widget-container .elementor-text-editor,
.elementor-5571 .elementor-element.elementor-element-744e114 > .elementor-widget-container .elementor-text-editor p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

p.price {
    margin-block-end: 0px;
}