@media(max-width: 768px) {
    .title-faqs-global {
        font-size: 20px !important;
    }
}

.text-decoration-none a {
    text-decoration: none !important;
}

.text-decoration-none a {
    text-decoration: none !important;
    color: #fff !important;

}

.col-border .wp-block-navigation-item__label {
    margin-bottom: 16px;
}





/* ==========================================
   RESET SOLO PARA TABS (NO afecta Swiper)
========================================== */

/* Eliminar bordes/sombras del contenedor */
.wp-block-getwid-tabs {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

/* Limpiar estilos SOLO en elementos del header de tabs */
.wp-block-getwid-tabs__nav-links,
.wp-block-getwid-tabs__nav-link,
.ui-tabs-anchor,
.ui-widget-header,
.ui-tabs-nav {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    justify-content: center;
}


/* @media(max-width: 768px) {
    .entry-content {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
} */

/* ==========================================
   CONTENEDOR DE LOS TABS
========================================== */
.tabs-models--items .wp-block-getwid-tabs__nav-links {
    padding: 0 !important;
    justify-content: center !important;
    gap: 10px !important;
    /* Separación entre tabs */
    border-bottom: none !important;
}

@media(max-width: 500px) {
    .wp-block-getwid-tabs__nav-links {
        justify-content: center !important;
    }

    .tabs-models--items .wp-block-getwid-tabs__nav-links {
        justify-content: flex-start !important;
    }
}

/* Quitar borde sutil del wrapper del contenido */
.wp-block-getwid-tabs__tab-content-wrapper,
.wp-block-getwid-tabs__tab-content-wrapper.ui-widget-content,
.wp-block-getwid-tabs__tab-content-wrapper.ui-corner-bottom {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* ==========================================
   TAB INACTIVO
========================================== */
.wp-block-getwid-tabs__nav-link a.ui-tabs-anchor {
    color: #878787 !important;
    /* Gris */
    font-weight: 400 !important;
    position: relative;
    padding-bottom: 8px !important;
    display: inline-block;
    text-decoration: none !important;
}

/* ==========================================
   TAB ACTIVO
========================================== */
.wp-block-getwid-tabs__nav-link.ui-tabs-active a.ui-tabs-anchor,
.wp-block-getwid-tabs__nav-link.is-active a.ui-tabs-anchor {
    color: #1D1D1C !important;
    /* Negro */
    font-weight: 700 !important;
    /* Bold */
}

/* Línea roja inferior solo en el tab activo */
.wp-block-getwid-tabs__nav-link.ui-tabs-active a.ui-tabs-anchor::after,
.wp-block-getwid-tabs__nav-link.is-active a.ui-tabs-anchor::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #E30614;
    border-radius: 2px;
}

/* ==========================================
   CONTENIDO DEL TAB (Mantener fondo blanco)
========================================== */
.wp-block-getwid-tabs__tab-content-wrapper {
    border: none !important;
    box-shadow: none !important;
}

.wp-block-getwid-tabs__tab-content {
    padding: 0 !important;
}

/* Mantener el fondo blanco del slider que viene en la variable */
.vt-carousel-info {
    background: var(--vt-bg, #ffffff) !important;
}

.wp-block-getwid-tabs__tab-content {
    border: 0 !important;
}

@media(max-width: 768px) {
    .d-none-g {
        display: none !important;
    }
}

.wp-title__novedad {
    text-align: left;
    position: relative;
    margin-bottom: 56px;
}

.wp-title__novedad::before {
    content: "";
    position: absolute;
    bottom: -16px;
    height: 5px;
    width: 80px;
    max-width: 80px;
    background-color: #E30614;
}

.red-underline-mb {
    margin-bottom: 56px !important;
}

.red-underline-about {
    margin-bottom: 40px !important;
}

.slide-text .red-underline {
    margin-bottom: 40px !important;

}

@media(max-width: 768px) {
    .red-underline-mb {
        margin-bottom: 32px !important;
    }

    .slide-text .red-underline {
        margin-bottom: 32px !important;

    }

    .red-underline-about {
        margin-bottom: 34px !important;
    }
}

.red-underline-models {
    position: relative;
}

.red-underline-models::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 5px;
    background-color: #E30614;
    border-radius: 2px
}

@media(max-width: 768px) {
    .red-underline-models {
        font-size: 20px;
    }
}

.wp-column__desktop {
    display: block;
}

.wp-column__mobile .vt-color-selector {
    display: none !important;
}

.wp-models-image_desktop {
    display: block !important;
}

.wp-models-image_mobile {
    display: none;
}

@media(max-width:768px) {
    .wp-models-image_desktop {
        display: none !important;
    }

    .wp-column__mobile .vt-color-selector {
        display: block !important;
    }

    .wp-column__desktop {
        display: none !important;
    }
}

.wp-group__models-icons {
    padding: 40px 32px;
    background: rgba(183, 183, 183, 0.10);
}

.wp-group__models-icons img {
    width: 40px !important;
    height: 40px !important;
}

@media(max-width: 768px) {
    .wp-group__models-icons .wp-block-column.is-layout-flow {
        width: 45% !important;
        flex-basis: 45% !important;
    }
}

@media (max-width: 768px) {
    .wp-block-getwid-tabs__nav-links {
        display: flex;
        flex-wrap: nowrap;
        /* NO salto de línea */
        overflow-x: auto;
        /* scroll horizontal */
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        /* swipe iOS */
        gap: 12px;
        padding-bottom: 6px;

    }

    .wp-block-getwid-tabs__nav-link {
        flex: 0 0 auto;
        /* ancho según contenido */
    }

    /* opcional: ocultar scrollbar feo */
    .wp-block-getwid-tabs__nav-links::-webkit-scrollbar {
        display: none;
    }
}

@media(max-width: 768px) {
    .tabs_models .wp-block-getwid-tabs__title-wrapper {
        font-size: 20px;
    }
}


@media (min-width: 1000px) and (max-width: 1200px) {
    .footer-group .wp-block-columns {
        gap: 20px !important
    }
}

@media (min-width: 781x) and (max-width: 1000px) {

    .footer-group .wp-column--items {
        width: 45% !important;
    }
}

.menu-item-solid li {
    margin-bottom: 12px;
}

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
    line-height: 20px;
}

.navigation-mobile ul {
    margin-top: 12px !important;
}

.hover-button:hover {
    opacity: 0.9;
}

.jmc-buttons a:hover {
    opacity: 0.9;
}

.wp-block-button__link:hover {
    opacity: 0.9;
}

.block-title-footer {
    font-size: 16px !important;
}

@media(max-width: 1200px) {
    br {
        display: none;
    }
}

.wp-column--catalog img {
    width: 100%;
}

.left-padding {
    margin-left: 16px;
}

.footer-group nav {
    margin-top: 12px !important;
}

.footer-group h3 {
    margin-top: 0px !important;

}

.footer-group .title-footer-inferior {
    margin-top: 40px !important;
}



@media(max-width: 768px) {
    .footer-group .title-footer-inferior {
        margin-top: 20px !important;
    }

    .column-mobile {
        gap: 20px !important;
    }
}

.button-primary-wp {
    font-size: 18px !important;
    font-weight: 700 !important;
    padding: 16px 24px !important;
    width: 129px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.title-hero-banner {
    font-size: 40px !important;
    font-weight: 700 !important;
}


.title-hero-banner__primary {
    font-size: 48px !important; 
    font-weight: 700 !important;
}

.paragraph-hero-banner {
    font-size: 18px !important;
    font-weight: 400;
}

.paragraph-hero-banner__primary {
    font-size: 24px !important;
    font-weight: 400 !important;
}

.button-baner-hero {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.button-baner-hero__primary {
        font-size: 18px !important;
    font-weight: 600 !important;
}

.red-underline.red-underline__specials::before{
    bottom: -16px;
}


@media(max-width: 768px) {
    .red-underline.red-underline__specials::before{
    bottom: -10px;
}

    .title-hero-banner__primary { 
        font-size: 24px !important;
    }

    .paragraph-hero-banner__primary {
        font-size: 16px !important;
    }

    .button-baner-hero__primary {
        font-size: 16px !important;
    font-weight: 600 !important;
}

    .title-hero-banner {
        font-size: 28px !important;
        font-weight: 700 !important;
    }

    .paragraph-hero-banner {
        font-size: 18px !important;
        font-weight: 400;
    }

    .button-baner-hero {
    font-size: 14px !important;
    font-weight: 600 !important;
}

}
.title--primary {
    font-size: 32px !important;
    font-weight: 700 !important;
}

.title--secundary {
    font-size: 28px !important;
    font-weight: 700 !important;
}

.title-three {
    font-size: 20px !important;
    font-weight: 700 !important;
}

.title-quarter {
    font-size: 16px !important;
    font-weight: 700 !important;
}

.paragraph-primary {
    font-size: 20px;
}

.paragraph-secundary {
    font-size: 14px;
}

.paragraph-neutro {
    font-size: 16px;
}

.section-padding {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.section-padding__specials {
    padding-top: 82px !important;
    padding-bottom: 82px !important;
}

.section-padding-expand {
    padding-top: 80px !important;
    padding-bottom: 120px !important;
}

.section-model-primary {
    padding: 80px !important;
    padding-bottom: 64px !important;
}

.section-model-secundary {
    padding-bottom: 72px !important;
    padding-top: 0px !important;
}

.section-model-three {
    padding-bottom: 80px !important;
    padding-top: 0px !important;
}

@media(max-width: 768px) {
    
    .title--primary {
        font-size: 20px !important;
        font-weight: 700 !important;
    }

    .title--secundary {
        font-size: 20px !important;
        font-weight: 700 !important;
    }
    
    .title-three {
        font-size: 18px !important;
        font-weight: 700 !important;
    }

    .title-quarter {
        font-size: 16px !important;
        font-weight: 700 !important;
    }
    .section-padding {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .paragraph-primary {
        font-size: 16px;
    }

    .paragraph-secundary {
        font-size: 14px;
    }

    .section-padding-expand {
        padding-top: 40px !important;
        padding-bottom: 64px !important;
    }

    
.section-padding__specials {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
}

    .section-model-primary {
        padding: 40px !important;
        padding-bottom: 40px !important;
    }

    .section-model-secundary {
        padding-bottom: 40px !important;
    }

    .section-model-three {
        padding-bottom: 64px !important;
    }
}

.font-weight-600 {
    font-weight: 600 !important;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.font-weight-800 {
    font-weight: 800 !important;
}

.font-weight-900 {
    font-weight: 900 !important;
}
