
/* =====================================================================
   NAVBAR / MENÚ
   ===================================================================== */

/* Móvil — max 480px */
@media (max-width: 480px) {

    .navbar-brand .logo {
        width: 100px;
        height: auto;
    }

    .navbar-nav .nav-item.active .nav-link {
        border-bottom: none;
        color: #003479 !important;
        border-left: 3px solid #003479;
        padding-left: calc(1rem - 3px);
        font-size: 12px;
    }

    .navbar-dark .navbar-nav .nav-link {
        font-family: 'Arial Bold', sans-serif !important;
        font-weight: 700 !important;
        font-size: 15px;
    }

    .btn-red-osel {
        font-size: 12px !important;
        padding: 5px 10px !important;
        margin: 4px !important;
    }

    .ubica-tienda .btn-nav {
        height: 70px !important;
        display: flex !important;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 0 10px;
    }

    .icono-mapa {
        font-size: 18px !important;
    }

    .ubica-tienda span {
        font-size: 11px !important;
        max-width: 55px !important;
    }
}

/* Tablets — 481px a 1023px */
@media (min-width: 481px) and (max-width: 1023px) {

    .navbar-dark .navbar-nav .nav-link {
        font-family: 'Arial Bold', sans-serif !important;
        font-weight: 700 !important;
        font-size: 13px !important;
        padding: 0.7rem 0.3rem !important;
    }

    .btn-red-osel {
        font-size: 11px !important;
        padding: 5px 8px !important;
        height: auto !important;
    }

    .ubica-tienda .btn-nav {
        height: 70px !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 8px !important;
        gap: 4px !important;
    }

    .icono-mapa {
        font-size: 16px !important;
    }

    .ubica-tienda span {
        font-size: 10px !important;
        max-width: 50px !important;
    }

    .navbar-brand img {
        width: 140px !important;
        height: auto !important;
    }
}

/* Laptops HD — 1024px a 1599px */
@media (min-width: 1024px) and (max-width: 1599px) {

    .navbar-dark .navbar-nav .nav-link {
        font-family: 'Arial Bold', sans-serif !important;
        font-weight: 700 !important;
        font-size: 14px !important;
        padding: 0.7rem 0.35rem !important;
    }

    .btn-red-osel {
        font-size: 14px !important;
        padding: 6px 12px !important;
        height: auto !important;
    }

    .ubica-tienda .btn-nav {
        height: 70px !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 10px !important;
        gap: 5px !important;
    }

    .icono-mapa {
        font-size: 20px !important;
    }

    .ubica-tienda span {
        font-size: 12px !important;
        max-width: 60px !important;
    }

    .navbar-brand img {
        width: 130px !important;
        height: auto !important;
    }
}

@media (min-width: 1600px) and (max-width: 1920px) {
    .navbar-dark .navbar-nav .nav-link {
        font-family: 'Arial Bold', sans-serif !important;
        font-weight: 700 !important;
        font-size: 14px !important;
        padding: 0.7rem 0.35rem !important;
    }
}

@media (min-width: 1921px) {
    .navbar-dark .navbar-nav .nav-link {
        font-family: 'Arial Bold', sans-serif !important;
        font-weight: 700 !important;
        font-size: 14px !important;
        padding: 0.7rem 0.35rem !important;
    }
}


/* Navbar collapse — hasta 991px */
@media (max-width: 991.98px) {

    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-xl {
        padding-right: 15px;
        padding-left: 15px;
    }

    #section-productos .nav-item,
    #section-productos .nav-item a {
        color: #fff;
        background-color: transparent;
        height: 90px;
        border-radius: 0rem;
        align-items: center;
        display: grid;
        text-shadow: 4px 2px 8px rgb(90 6 0 / 61%);
    }

    .btn-detalles {
        width: 62% !important;
        font-size: 10px;
        margin: auto;
    }
}

/* Navbar collapse — hasta 768px */
@media (max-width: 768px) {

    #containers nav.navbar {
        position: relative !important;
        top: 0px;
        margin-top: 0px;
    }

    .navbar-collapse ul.navbar-nav {
        padding-left: 0px;
    }

    .navbar-nav.justify-content-end {
        display: flex;
        flex-direction: inherit;
    }

    .navbar-nav {
        display: block;
        flex-direction: inherit;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

    .nav-item.btn-navbar {
        width: 32vw !important;
        display: table-cell;
    }

    .bg-dark {
        position: absolute !important;
    }
}

/* Navbar collapse — hasta 576px */
@media (max-width: 576px) {

    .inline-send {
        display: flex;
        float: right;
        margin-top: inherit;
    }
}


/* =====================================================================
   DROPDOWN
   ===================================================================== */

@media (max-width: 768px) {

    .dropdown-menu {
        color: #ffffff;
        background-color: black;
        padding: 0px;
    }

        .dropdown-menu.multi-column {
            width: 100% !important;
            background: rgb(0 0 0 / 98%) !important;
        }

    .dropdown-item {
        display: block;
        width: 100%;
        padding: 0.25rem 1.5rem;
        clear: both;
        font-weight: 400;
        color: #d6d6d6;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }

        .dropdown-item p {
            padding-left: 12%;
        }

    .dropdown-menu a:hover {
        background-color: #00000080;
        color: #fff;
        border-radius: 10px;
    }

    .multi-column .row .col-6 {
        padding-left: 0px;
        padding-right: 0px;
    }

    #IdeasColor.dropdown.show,
    #IdeasColor.dropdown.show a.nav-link,
    #IdeasColor.dropdown.show a.nav-link i,
    #IdeasColor.dropdown.show:hover,
    #IdeasColor.dropdown:hover #IdeasColor.dropdown:focus {
        width: auto;
        background: black;
        border: none;
        border-radius: 0px;
        color: white !important;
    }

    .zoom:hover {
        transform: none;
    }
}


/* =====================================================================
   CAROUSEL — HEADER / SLIDE PRINCIPAL
   ===================================================================== */

/* Móvil — max 480px */
@media (max-width: 480px) {

    #header-slide,
    #header-slide .carousel,
    #header-slide .carousel-inner,
    #header-slide .carousel-item {
        height: 150px !important;
        min-height: 0 !important;
    }

        #header-slide .carousel-item img,
        #header-slide .carousel-item iframe {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        #header-slide .carousel-indicators-new {
            bottom: 4px !important;
        }

    .carousel-caption-left {
        width: 55%;
        left: 3%;
    }

    .caption-slide-title {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .caption-slide-desc {
        display: none;
    }

    .btn-slide-primary,
    .btn-slide-outline {
        font-size: 9px;
        padding: 5px 10px;
    }

    .caption-slide-btns {
        gap: 6px;
    }

    .carousel-indicators-bottom {
        bottom: 4px !important;
    }

    .carousel-indicators li {
        width: 8px !important;
        height: 8px !important;
        border-radius: 50% !important;
        margin: 0 3px !important;
    }
}

/* Tablets — 481px a 1023px */
@media (min-width: 481px) and (max-width: 1023px) {

    #header-slide,
    #header-slide .carousel,
    #header-slide .carousel-inner,
    #header-slide .carousel-item {
        height: 300px !important;
        min-height: 0 !important;
    }

        #header-slide .carousel-item img,
        #header-slide .carousel-item iframe {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

    .carousel-caption-left {
        width: 52%;
    }

    .caption-slide-title {
        font-size: 18px;
    }

    .caption-slide-desc {
        font-size: 12px;
    }

    .btn-slide-primary,
    .btn-slide-outline {
        font-size: 11px;
        padding: 6px 14px;
    }
}

/* Laptops HD — 1024px a 1599px */
@media (min-width: 1024px) and (max-width: 1599px) {

    #header-slide,
    #header-slide .carousel,
    #header-slide .carousel-inner,
    #header-slide .carousel-item {
        height: 400px !important;
    }

        #header-slide .carousel-item img,
        #header-slide .carousel-item iframe {
            width: 100%;
            object-fit: cover;
            display: block;
        }
}

/* Full HD — 1600px a 1920px */
@media (min-width: 1600px) and (max-width: 1920px) {

    #header-slide,
    #header-slide .carousel,
    #header-slide .carousel-inner,
    #header-slide .carousel-item {
        height: 560px !important;
    }

        #header-slide .carousel-item img,
        #header-slide .carousel-item iframe {
            width: 100% !important;
            object-fit: cover !important;
            display: block !important;
        }
}

/* Monitores grandes — 1921px+ (2K, 4K, 8K) */
@media (min-width: 1921px) {

    #header-slide,
    #header-slide .carousel,
    #header-slide .carousel-inner,
    #header-slide .carousel-item {
        height: 640px !important;
        overflow: hidden !important;
    }

        #header-slide .carousel-item img,
        #header-slide .carousel-item iframe {
            width: 100% !important;
            height: 100% !important;
            object-fit: cover !important;
            object-position: center center !important;
            display: block !important;
        }
}

/* Caption slide — hasta 768px */
@media (max-width: 768px) {

    .carousel-caption-medium {
        top: 4%;
        z-index: 10;
        left: 43%;
        text-align: right;
        width: 50vw;
        padding-left: 0px;
    }

    .caption-slide {
        font-size: .85rem;
        font-family: 'Montserrat', sans-serif;
        font-weight: 200;
        font-style: italic;
        text-shadow: 2px 1px 1px #00000075;
    }
}


/* =====================================================================
   CAROUSEL — #myCarousel (Productos destacados)
   ===================================================================== */

/* Tablet — desde 768px */
@media (min-width: 768px) {

    #myCarousel .carousel-inner .carousel-item-right.active,
    #myCarousel .carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }

    #myCarousel .carousel-inner .carousel-item-left.active,
    #myCarousel .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }
}

/* Desktop — desde 992px */
@media (min-width: 992px) {

    #myCarousel .carousel-inner .carousel-item-right.active,
    #myCarousel .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    #myCarousel .carousel-inner .carousel-item-left.active,
    #myCarousel .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

/* Móvil — hasta 768px */
@media (max-width: 768px) {

    #myCarousel .carousel-inner .carousel-item > div {
        display: none;
    }

        #myCarousel .carousel-inner .carousel-item > div:first-child {
            display: block;
        }

    #myCarousel .carousel-inner .carousel-item-right.active,
    #myCarousel .carousel-inner .carousel-item-next {
        transform: translateX(100%);
    }

    #myCarousel .carousel-inner .carousel-item-left.active,
    #myCarousel .carousel-inner .carousel-item-prev {
        transform: translateX(-100%);
    }
}

#myCarousel .carousel-inner .carousel-item.active,
#myCarousel .carousel-inner .carousel-item-next,
#myCarousel .carousel-inner .carousel-item-prev {
    display: flex;
}

#myCarousel .carousel-inner .carousel-item-right,
#myCarousel .carousel-inner .carousel-item-left {
    transform: translateX(0);
}


/* =====================================================================
   CAROUSEL — #carouselSolutionIndicators (Soluciones 1)
   ===================================================================== */

/* Tablet — desde 768px */
@media (min-width: 768px) {

    #carouselSolutionIndicators .carousel-inner .carousel-item-right.active,
    #carouselSolutionIndicators .carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }

    #carouselSolutionIndicators .carousel-inner .carousel-item-left.active,
    #carouselSolutionIndicators .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }
}

/* Desktop — desde 992px */
@media (min-width: 992px) {

    #carouselSolutionIndicators .carousel-inner .carousel-item-right.active,
    #carouselSolutionIndicators .carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }

    #carouselSolutionIndicators .carousel-inner .carousel-item-left.active,
    #carouselSolutionIndicators .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }
}

/* Móvil — hasta 468px */
@media (max-width: 468px) {

    #carouselSolutionIndicators .carousel-inner .carousel-item > div {
        display: none;
    }

        #carouselSolutionIndicators .carousel-inner .carousel-item > div:first-child {
            display: block;
        }

    #carouselSolutionIndicators .carousel-inner .carousel-item-right.active,
    #carouselSolutionIndicators .carousel-inner .carousel-item-next {
        transform: translateX(100%);
    }

    #carouselSolutionIndicators .carousel-inner .carousel-item-left.active,
    #carouselSolutionIndicators .carousel-inner .carousel-item-prev {
        transform: translateX(-100%);
    }
}

#carouselSolutionIndicators .carousel-inner .carousel-item.active,
#carouselSolutionIndicators .carousel-inner .carousel-item-next,
#carouselSolutionIndicators .carousel-inner .carousel-item-prev {
    display: flex;
}

#carouselSolutionIndicators .carousel-inner .carousel-item-right,
#carouselSolutionIndicators .carousel-inner .carousel-item-left {
    transform: translateX(0);
}


/* =====================================================================
   CAROUSEL — #carouselSolutionIndicators2 (Soluciones 2)
   ===================================================================== */

/* Tablet — desde 768px */
@media (min-width: 768px) {

    #carouselSolutionIndicators2 .carousel-inner .carousel-item-right.active,
    #carouselSolutionIndicators2 .carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }

    #carouselSolutionIndicators2 .carousel-inner .carousel-item-left.active,
    #carouselSolutionIndicators2 .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }
}

/* Desktop — desde 992px */
@media (min-width: 992px) {

    #carouselSolutionIndicators2 .carousel-inner .carousel-item-right.active,
    #carouselSolutionIndicators2 .carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }

    #carouselSolutionIndicators2 .carousel-inner .carousel-item-left.active,
    #carouselSolutionIndicators2 .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }
}

/* Móvil — hasta 468px */
@media (max-width: 468px) {

    #carouselSolutionIndicators2 .carousel-inner .carousel-item > div {
        display: none;
    }

        #carouselSolutionIndicators2 .carousel-inner .carousel-item > div:first-child {
            display: block;
        }

    #carouselSolutionIndicators2 .carousel-inner .carousel-item-right.active,
    #carouselSolutionIndicators2 .carousel-inner .carousel-item-next {
        transform: translateX(100%);
    }

    #carouselSolutionIndicators2 .carousel-inner .carousel-item-left.active,
    #carouselSolutionIndicators2 .carousel-inner .carousel-item-prev {
        transform: translateX(-100%);
    }

    #divVarianteInterna {
        display: flex;
        margin-top: 5px;
    }

    #divPrincipalVariante {
        margin-top: 15px;
    }

    #divEligeIdea {
        margin-top: 10px;
    }

    #divBotonLocaliza {
        margin-top: 0px !important;
    }
}

#carouselSolutionIndicators2 .carousel-inner .carousel-item.active,
#carouselSolutionIndicators2 .carousel-inner .carousel-item-next,
#carouselSolutionIndicators2 .carousel-inner .carousel-item-prev {
    display: flex;
}

#carouselSolutionIndicators2 .carousel-inner .carousel-item-right,
#carouselSolutionIndicators2 .carousel-inner .carousel-item-left {
    transform: translateX(0);
}


/* =====================================================================
   SECCIÓN PROMOCIONES
   ===================================================================== */
@media (min-width: 576px) {
    .col-promo {
        flex: 1 1 calc(50% - 4px);
        max-width: calc(50% - 4px);
    }
}

/* Desktop: todas en una sola fila */
@media (min-width: 992px) {
    .col-promo {
        flex: 1;
        max-width: none;
    }
}
/* Móvil — max 480px */
@media (max-width: 480px) {
    .card-promo {
        height: 80px;
    }

    .card-promo-title {
        font-size: 10px;
    }

    .card-promo-ver {
        display: none;
    }

    .card-promo-play {
        width: 22px;
        height: 22px;
    }

    #section-promociones {
        padding-top: 2px;
        margin-top: 0px;
    }
}

/* Tablets — 481px a 1023px */
@media (min-width: 481px) and (max-width: 1023px) {

    .card-promo {
        height: 105px;
    }

    .card-promo-title {
        font-size: 11px;
    }

    #section-promociones {
        padding-top: 2px;
        margin-top: 0px;
    }
}

/* Laptops HD — 1024px a 1599px */
@media (min-width: 1024px) and (max-width: 1599px) {

    #section-promociones {
        padding-top: 2px;
        margin-top: 0px;
    }
}

/* Full HD — 1600px a 1920px */
@media (min-width: 1600px) and (max-width: 1920px) {

    .card-promo {
        height: 165px;
    }

    .card-promo-title {
        font-size: 14px;
    }

    #section-promociones {
        padding-top: 2px;
        margin-top: 0px;
    }
}


/* =====================================================================
   SECCIÓN ¿QUÉ ESTÁS BUSCANDO HOY?
   ===================================================================== */

/* Móvil — max 480px */
@media (max-width: 480px) {

    .row-qbh {
        flex-direction: column;
        gap: 12px;
    }

    .card-qbh {
        max-width: 100%;
        min-width: 0;
    }

    .card-qbh-img {
        width: 90px;
    }
}

/* Tablets — 481px a 1023px */
@media (min-width: 481px) and (max-width: 1023px) {

    .card-qbh {
        flex: 1 1 calc(50% - 8px);
        max-width: calc(50% - 8px);
    }
}


/* =====================================================================
   SECCIÓN EXPLORA POR ESPACIO
   ===================================================================== */

/* Tablets — hasta 1023px */
@media (max-width: 1023px) {

    .explora-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .explora-bg-img {
        width: 50%;
        top: -10px;
    }

    .explora-titulo {
        font-size: 32px;
    }
}

/* Móvil — max 480px */
@media (max-width: 480px) {

    .explora-section {
        padding: 30px 0 40px;
    }

    .explora-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .explora-titulo {
        font-size: 26px;
    }

    .explora-bg-img {
        display: none;
    }

    .explora-card {
        height: 150px;
    }

    .explora-card-nombre {
        font-size: 14px;
    }

    .explora-card-desc {
        display: none;
    }

    .explora-card-icon {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }

    .explora-banner {
        background-image: none;
        background-color: #fff;
    }

    .explora-header {
        padding: 30px 0 24px;
    }
}


/* =====================================================================
   SECCIÓN IDEAS — CAROUSEL DE IDEAS Y COLORES
   ===================================================================== */

/* Hasta 768px */
@media (max-width: 768px) {

    h3, .h3 {
        font-size: 1.5rem;
    }

    .bg-ideas a.nav-link {
        font-size: 10px;
        padding: 0px;
    }

    .icons {
        width: 50px;
        height: 30px;
        display: block;
        margin: auto;
        filter: invert(1);
    }

    .icons-cocina::before,
    .icons-comedor::before,
    .icons-bebe::before,
    .icons-ninio::before,
    .icons-recamara::before,
    .icons-fachada::before,
    .icons-banio::before,
    .icons-sala::before,
    .icons-oficina::before {
        width: 30px;
        height: 30px;
    }

    #carousel-ideas {
        margin-top: 15px;
        padding-top: 1px;
    }

        #carousel-ideas ul.nav-tabs {
            margin-top: 0px;
            padding-top: 0px;
        }

    .bg-ideas a.nav-link {
        display: block;
        justify-content: center;
        align-items: center;
        height: 48px;
        border: 1px solid #4a4a4a1a;
    }

    .nav-tabs .nav-item {
        margin-bottom: 5px;
    }

    #carousel-ideas .text-info {
        font-size: 25px;
        margin-left: 0px !important;
        width: 100%;
    }

    #carousel-ideas .text-banner {
        top: -23px;
        padding: 0px !important;
        width: 100%;
        left: 24px;
        text-shadow: 3px 3px 3px #00000024;
    }

        #carousel-ideas .text-banner p strong {
            font-size: 24px;
            margin-left: -48px !important;
        }

    #carousel-ideas div.btn-info {
        width: 170px;
        margin-left: 0;
        margin-top: 15%;
        height: 60px;
    }

    #carousel-ideas-color.carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        margin: auto;
        margin-bottom: 30px;
    }

    .img-ideas-section {
        width: 100% !important;
        height: 300px;
        object-fit: cover;
        object-position: center center;
        text-align: center;
    }

    .bg-color-ideas {
        cursor: pointer;
        padding: 0px;
        font-size: 13px;
        text-align: center;
        margin: 0px 0px 5px;
        width: 70px !important;
        height: 70px !important;
        border-radius: 70px;
        background-size: 70px 70px;
        display: inline-table;
    }

        .bg-color-ideas img {
            cursor: pointer;
            padding: 0px;
            font-size: 13px;
            text-align: center;
            margin: 0px 0px 5px;
            width: 70px !important;
            height: 70px !important;
            border-radius: 70px;
            background-size: 70px 70px;
            display: inline-table;
        }

        .bg-color-ideas h5 {
            font-size: 9px;
            padding: 21px 10px 0px;
            margin: 0px;
            color: black;
        }

    .contenedor-colores {
        position: relative;
        top: 15px;
        left: 2%;
        bottom: 0;
        width: 100%;
        padding-bottom: 0px;
        padding-top: 0px;
        z-index: 15;
        display: block;
    }

        .contenedor-colores p {
            text-align: left !important;
        }

    .contenedor-colors {
        position: relative;
        top: 15px;
        left: 2%;
        bottom: 0;
        width: 7%;
        padding-bottom: 0px;
        padding-top: 0px;
        text-align: center;
        z-index: 15;
        display: flex;
    }

    #carousel-ideas.pagination {
        display: -ms-flexbox;
        display: flex;
    }

    .carousel-thumbnails a {
        width: 60px;
    }

    .img-ideas-thumb {
        height: 40px;
        border: #a24c03 solid;
    }

    .img-ideas-menu {
        display: none;
    }

    .list-color-gallery {
        display: block;
        position: relative;
        z-index: 0;
        height: 350px;
        border: none;
    }

    #gallery-rgb .card-body {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-height: 1px;
        overflow: auto;
        width: 100%;
        white-space: nowrap;
        height: 100%;
    }

    .div-col-4 {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
        position: relative;
        width: 100%;
    }

    #menu-gallery.card {
        height: 100%;
        width: 100%;
    }

        #menu-gallery.card .card-body {
            padding: 0.25rem 1.25rem;
        }

    #gallery-colors {
        margin-top: 0px;
    }

    #nav-pages {
        z-index: 1;
        margin-top: 0;
        background: transparent;
        position: relative;
        top: 0;
        right: 0;
    }
}

/* Tablet — 769px a 900px */
@media (min-width: 769px) and (max-width: 900px) {

    #carousel-ideas-color.carousel-inner {
        position: relative;
        width: 88%;
        overflow: hidden;
        margin: auto;
        margin-right: 0px;
    }
}

/* Tablet/Laptop — 769px a 1319px */
@media (min-width: 769px) and (max-width: 1319px) {

    .bg-ideas a.nav-link {
        display: block;
        justify-content: center;
        align-items: center;
        height: 9vh;
        border: 1px solid #4a4a4a1a;
        color: #fff;
        text-transform: uppercase;
        font-size: 10.5px;
        padding: 3.5% 5%;
    }
}

/* Hasta 576px */
@media (max-width: 576px) {

    #gallery-rgb .row {
        flex-wrap: inherit;
        padding-left: 0px;
        justify-content: normal !important;
    }

    #Comb-1 .row.card-body,
    #Comb-2 .row.card-body {
        padding: 0px;
    }
}

/* Imágenes de ideas — rangos específicos */
@media only screen and (min-width: 768px) and (max-width: 1080px) {

    .img-ideas-section {
        width: 100% !important;
        height: 450px;
        object-fit: cover;
        object-position: center center;
        text-align: center;
    }
}

@media only screen and (min-width: 1080px) and (max-width: 1240px) {

    .img-ideas-section {
        width: 100% !important;
        height: 450px;
        object-fit: cover;
        object-position: center center;
        text-align: center;
    }
}

@media only screen and (min-width: 1241px) and (max-width: 1440px) {

    .img-ideas-section {
        width: 70% !important;
        height: 350px;
        object-fit: cover;
        object-position: center center;
        text-align: center;
    }

    #carousel-ideas-color .carousel-item {
        height: 100%;
        margin-left: 160px;
    }
}

@media only screen and (min-width: 1441px) and (max-width: 3400px) {

    .img-ideas-section {
        width: 95% !important;
        height: 60vh;
        object-fit: cover;
        object-position: center center;
        text-align: center;
    }

    #carousel-ideas-color .carousel-item {
        height: 100%;
        margin-left: 0px;
    }
}


/* =====================================================================
   SECCIÓN IDEAS — TENDENCIAS
   ===================================================================== */

/* Móvil — max 480px */
@media (max-width: 480px) {

    #section-tendencias .tendencia-item {
        padding: 10px 5px;
    }

        #section-tendencias .tendencia-item img {
            width: 90%;
            max-width: 120px;
            height: 70px;
            margin-bottom: 10px;
        }

        #section-tendencias .tendencia-item p {
            font-size: 14px;
            text-align: center;
        }
}

/* Tablets — 481px a 1023px */
@media (min-width: 481px) and (max-width: 1023px) {

    #section-tendencias {
        min-height: auto;
    }

        #section-tendencias .tendencia-item {
            padding: 12px 8px;
        }

            #section-tendencias .tendencia-item img {
                width: 80%;
                max-width: 200px;
                height: 90px;
                margin-bottom: 15px;
            }

            #section-tendencias .tendencia-item p {
                font-size: 18px;
                text-align: center;
            }
}

/* Laptops HD — 1024px a 1599px */
@media (min-width: 1024px) and (max-width: 1599px) {

    #section-tendencias {
        min-height: auto;
    }

        #section-tendencias .tendencia-item img {
            width: 75%;
            max-width: 230px;
            height: 120px;
        }

        #section-tendencias .tendencia-item p {
            font-size: 26px;
        }
}

/* Full HD — 1600px a 1920px */
@media (min-width: 1600px) and (max-width: 1920px) {

    #section-tendencias .tendencia-item img {
        width: 75%;
        max-width: 280px;
        height: 170px;
    }

    #section-tendencias .tendencia-item p {
        font-size: 30px;
    }
}

/* Monitores grandes — 1921px+ */
@media (min-width: 1921px) {

    #section-tendencias .tendencia-item img {
        width: 90% !important;
        max-width: 520px !important;
        height: 320px !important;
        object-fit: cover !important;
    }

    #section-tendencias .tendencia-item p {
        font-size: 52px !important;
        line-height: 1.2 !important;
    }

    #section-tendencias .tendencia-item {
        padding: 20px !important;
    }
}


/* =====================================================================
   SECCIÓN PRODUCTOS
   ===================================================================== */

/* Hasta 768px */
@media (max-width: 768px) {

    .bg-card-producto .card-body {
        padding: 1rem;
    }

    #productos-secction .DivSecc:after {
        display: block;
        content: " ";
        margin-top: 0px;
        height: 0px;
        visibility: hidden;
    }

    .text-prod {
        color: #043387;
        font-size: 12.5px;
    }

    .lista-productos {
        height: 200px;
        overflow-x: hidden;
        overflow-y: scroll;
        padding-bottom: 40px;
        border-bottom: solid 1px #ccc;
        background-color: #f8f9fa;
        margin-bottom: 40px;
        padding: 0px;
    }

    .cont-productos {
        height: 400px;
        overflow: auto;
        overflow-x: hidden;
        padding: 0px;
    }

    .img-prod {
        max-width: 100%;
        height: 90px;
    }

    #productos-secction #title-productos.col-12 {
        height: 100%;
        padding: 8% 0 0 4%;
        color: #0d1926;
    }

    .p-top {
        padding: inherit;
    }
}

/* Tablet — 769px a 900px */
@media (min-width: 769px) and (max-width: 900px) {

    .text-prod {
        color: #043387;
        font-size: 12.5px;
    }
}

/* Laptops HD — 1024px a 1599px */
@media (min-width: 1024px) and (max-width: 1599px) {

    .titulo-soluciones {
        font-size: 35px;
    }
}

/* Full HD — 1600px a 1920px */
@media (min-width: 1600px) and (max-width: 1920px) {

    .titulo-soluciones {
        font-size: 38px;
    }
}

/* Monitores grandes — 1921px+ */
@media (min-width: 1921px) {

    .titulo-soluciones {
        font-size: 60px !important;
    }
}

/* Tabla de productos — hasta 576px */
@media (max-width: 576px) {

    #productos-calidad .container-fluid .row .col {
        background: url(../images/productos-calidad/productos-calidad-0-top-banner-movil.gif);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right bottom;
        background-color: #030d18;
        height: 272px !important;
        padding: 5%;
        text-align: center;
    }
}

/* Tabla de productos — hasta 768px */
@media (max-width: 768px) {

    #productos-calidad .container-fluid .row .col {
        background: url(../images/productos-calidad/productos-calidad-0-top-banner-movil.gif);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right bottom;
        background-color: #030d18;
        padding: 5%;
        text-align: center;
        height: 380px !important;
    }

        #productos-calidad .container-fluid .row .col h2 {
            font-size: 35px;
            font-weight: 300;
        }

    .ProductosModal .modal-title {
        margin-bottom: 0;
        line-height: normal;
        font-size: 15px;
    }
}


/* =====================================================================
   SECCIÓN SOLUCIONES
   ===================================================================== */

/* Hasta 768px */
@media (max-width: 768px) {

    #carousel-soluciones {
        margin-top: 15px;
        margin-bottom: 25px;
    }

    #contenedor label {
        cursor: pointer;
        text-align: center;
        margin-top: 5%;
    }

    #contenedor input.tab-selector-1:checked ~ .content .content-1 #carouselSolutionIndicators,
    #contenedor input.tab-selector-2:checked ~ .content .content-2 #carouselSolutionIndicators2 {
        height: 100%;
        width: 100%;
        position: inherit;
        display: block;
        opacity: 1;
        -webkit-transition: all ease-out 0.2s 0.1s;
        -moz-transition: all ease-out 0.2s 0.1s;
        -o-transition: all ease-out 0.2s 0.1s;
        -ms-transition: all ease-out 0.2s 0.1s;
    }

    .card-radio {
        border-radius: 30px;
        width: 100%;
        margin: auto;
        height: auto;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .card-style {
        background: #fff;
        width: auto;
        height: auto;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        margin: auto;
    }

    #carouselSolutionIndicators .carousel-inner .carousel-item .col-6 .carousel-caption {
        height: auto;
        bottom: 0rem;
        z-index: 1;
        background: rgb(6 78 171 / 81%);
        font-size: 10px;
        padding: 0px;
        left: 10px;
        right: 10px;
        align-items: center;
        align-content: center;
        align-self: center;
        display: grid;
    }

    #carouselSolutionIndicators2 .carousel-inner .carousel-item .col-6 .carousel-caption {
        height: 141px;
        bottom: 0rem;
        z-index: 1;
        background: rgb(6 78 171 / 81%);
        font-size: 10px;
        padding: 0px;
        left: 10px;
        right: 10px;
        align-items: center;
        align-content: center;
        align-self: center;
        display: grid;
    }

    #carouselSolutionIndicators .carousel-inner .carousel-item .col-sm-6 .carousel-caption {
        height: auto;
    }

    #carouselSolutionIndicators .carousel-inner .carousel-item .col-6 .carousel-caption p {
        margin-bottom: 0px;
    }

    #carouselSolutionIndicators .carousel-inner .carousel-item .col-6 .carousel-caption h5 {
        font-size: 15px;
        font-weight: 800;
    }

    #carouselSolutionIndicators .carousel-control-prev-icon,
    #carouselSolutionIndicators2 .carousel-control-prev-icon {
        background-color: #fff;
        padding: 17px;
        background-size: 15px;
    }

    #carouselSolutionIndicators .carousel-control-next-icon,
    #carouselSolutionIndicators2 .carousel-control-next-icon {
        background-color: #fff;
        padding: 17px;
        background-size: 15px;
    }

    #carouselSolutionIndicators2 .carousel-inner .carousel-item .col-6 .carousel-caption p {
        margin-bottom: 0px;
    }

    #carouselSolutionIndicators2 .carousel-inner .carousel-item .col-6 .carousel-caption h5 {
        font-size: 15px;
        font-weight: 800;
    }

    #carouselSolutionIndicators2 .carousel-control-prev,
    #carouselSolutionIndicators2 .carousel-control-next {
        bottom: 56px;
    }

    a.text-secondary .card {
        color: #6c757d !important;
        margin-top: 20px !important;
        display: block;
    }
}

/* Laptop — 1024px a 1199px */
@media (min-width: 1024px) and (max-width: 1199px) {

    .card-radio {
        border-radius: 30px;
        width: 100%;
        margin: auto;
        height: 100%;
    }

    #section-solution {
        padding: 4rem 0px;
        max-width: 1024px;
    }

    .card-style {
        background: #fff;
        width: auto;
        height: auto;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        margin: auto;
    }
}

/* Hasta 1280px */
@media (max-width: 1280px) {

    #section-solution {
        padding: 4rem 0px !important;
        margin: auto;
        max-width: 90% !important;
    }
}

/* Rangos de soluciones — carousel contenedor */
@media only screen and (min-width: 1080px) and (max-width: 1240px) {

    #contenedor input.tab-selector-1:checked ~ .content .content-1 #carouselSolutionIndicators,
    #contenedor input.tab-selector-2:checked ~ .content .content-2 #carouselSolutionIndicators2 {
        height: 350px;
        width: 100%;
        position: inherit;
        display: block;
        opacity: 1;
        -webkit-transition: all ease-out 0.2s 0.1s;
        -moz-transition: all ease-out 0.2s 0.1s;
        -o-transition: all ease-out 0.2s 0.1s;
        -ms-transition: all ease-out 0.2s 0.1s;
    }
}

@media only screen and (min-width: 1241px) and (max-width: 1440px) {

    #contenedor input.tab-selector-1:checked ~ .content .content-1 #carouselSolutionIndicators,
    #contenedor input.tab-selector-2:checked ~ .content .content-2 #carouselSolutionIndicators2 {
        height: 450px;
        width: 100%;
        position: inherit;
        display: block;
        opacity: 1;
        -webkit-transition: all ease-out 0.2s 0.1s;
        -moz-transition: all ease-out 0.2s 0.1s;
        -o-transition: all ease-out 0.2s 0.1s;
        -ms-transition: all ease-out 0.2s 0.1s;
    }
}

@media only screen and (min-width: 1441px) and (max-width: 3400px) {

    #contenedor input.tab-selector-1:checked ~ .content .content-1 #carouselSolutionIndicators,
    #contenedor input.tab-selector-2:checked ~ .content .content-2 #carouselSolutionIndicators2 {
        height: 100%;
        width: 100%;
        position: inherit;
        display: block;
        opacity: 1;
        -webkit-transition: all ease-out 0.2s 0.1s;
        -moz-transition: all ease-out 0.2s 0.1s;
        -o-transition: all ease-out 0.2s 0.1s;
        -ms-transition: all ease-out 0.2s 0.1s;
    }
}

/* Soluciones — nuevo diseño */
@media (max-width: 1023px) {

    .sol-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sol-banner-titulo {
        font-size: 30px;
    }

    .sol-banner-content {
        padding: 40px 30px;
    }
}

@media (max-width: 480px) {

    .sol-cards-grid {
        grid-template-columns: 1fr;
    }

    .sol-banner-titulo {
        font-size: 24px;
    }

    .sol-banner-content {
        padding: 30px 20px;
    }

    .sol-banner-eyebrow {
        font-size: 11px;
    }

    .sol-card-img {
        width: 120px;
        height: 120px;
    }
}


/* =====================================================================
   SECCIÓN MAPA / SUCURSALES
   ===================================================================== */

/* Hasta 576px */
@media (max-width: 576px) {

    #maps {
        background-color: #578fc5;
        background-size: contain;
        background-position: bottom !important;
        height: 380px !important;
    }
}

/* Hasta 768px */
@media (max-width: 768px) {

    #maps {
        background-color: #578fc5;
        background-size: contain;
        background-position: bottom;
        height: 100%;
    }

        #maps .text-banner p {
            font-size: 26px;
            margin: auto;
            font-weight: 500;
            font-style: italic;
            letter-spacing: normal;
            font-family: arial;
            color: #ffffff;
            line-height: normal;
            padding-top: 30px !important;
            margin-bottom: 0px;
        }

        #maps .text-banner .btn-light {
            margin: 20px;
            color: #000;
        }

    #map {
        margin: 0px !important;
    }
}

/* Dispositivos específicos — mapa Google */
@media only screen and (min-width: 0px) and (max-width: 480px) {

    #mapGoogle {
        margin-top: 50px !important;
    }

    .main-cards {
        height: 300px;
    }

    .text-map {
        padding: 5% 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    #mapGoogle {
        height: 400px !important;
        width: auto !important;
        margin-top: 8%;
    }
}

@media only screen and (min-width: 1024px) {

    #mapGoogle {
        height: 350px !important;
        width: auto !important;
        margin-top: 38px;
    }
}

@media only screen and (min-width: 1241px) and (max-width: 1440px) {

    #mapGoogle {
        height: 350px !important;
        width: auto !important;
        margin-top: 38px;
    }
}

@media only screen and (min-width: 1441px) and (max-width: 3400px) {

    #mapGoogle {
        height: 470px !important;
        width: auto !important;
        margin-top: 48px;
    }

    .main-cards {
        background: transparent;
        border-radius: 4px;
        margin-top: 24px;
        height: 470px;
    }

    .container-info {
        max-height: 700px;
        overflow-y: scroll;
        overflow-x: hidden;
        padding: 0px 10px;
    }
}


/* =====================================================================
   SECCIÓN PRODUCTOS — LISTA Y SCROLL
   ===================================================================== */

@media only screen and (min-width: 1441px) and (max-width: 3400px) {

    .cont-productos {
        height: 900px;
        overflow: auto;
        overflow-x: hidden;
    }

    .lista-productos {
        height: 20vh;
        overflow-x: hidden;
        overflow-y: scroll;
    }
}


/* =====================================================================
   BÚSQUEDA (#divBusqueda) Y VARIANTES
   ===================================================================== */

@media (max-width: 468px) {

    #divBusqueda {
        padding-top: 10px !important;
    }
}

@media (min-width: 767.9px) {

    #divPrincipalVariante {
        padding-right: 0px;
        padding-top: 10px;
    }

    #divImageVariante {
        margin: auto;
    }

    #mapGoogle {
        margin-top: 11%;
    }

    #divBusqueda {
        padding-top: 10px !important;
    }
}

@media (min-width: 991px) and (max-width: 1025px) {

    #divImageVariante {
        margin: auto;
    }

    #mapGoogle {
        margin-top: 8.5%;
    }

    #divBusqueda {
        padding-top: 90px !important;
    }
}

@media (min-width: 1201px) and (max-width: 1600px) {

    #divImagenPrincipal {
        padding-left: 100px;
    }

    #divPrincipalVariante {
        padding-left: 80px;
    }

    #divImageVariante {
        margin: auto;
    }

    #mapGoogle {
        margin-top: 6.5%;
    }

    #divBusqueda {
        padding-top: 75px !important;
    }
}

@media (min-width: 1600px) and (max-width: 2100px) {

    #divImagenPrincipal {
        padding-left: 100px;
    }

        #divImagenPrincipal img {
            width: 70% !important;
        }

    #divPrincipalVariante {
        padding-left: 80px;
    }

    #divImageVariante {
        margin: auto;
    }

    #mapGoogle {
        margin-top: 4.5%;
    }

    #divBusqueda {
        padding-top: 90px !important;
    }

    .btn-custom {
        width: auto;
    }
}

@media (min-width: 2100px) {

    #divImagenPrincipal {
        padding-left: 100px;
    }

    #divImageVariante {
        margin: auto;
    }

    #divImagenPrincipal img {
        width: 80% !important;
    }

    #divPrincipalVariante {
        padding-left: 80px;
    }

    #mapGoogle {
        margin-top: 3%;
    }

    #divBusqueda {
        padding-top: 90px !important;
    }

    .btn-custom {
        width: auto;
    }
}


/* =====================================================================
   QUIÉNES SOMOS
   ===================================================================== */

/* Móvil — max 480px */
@media (max-width: 480px) {

    .qs-hero {
        position: relative !important;
        width: 100% !important;
        height: 150px !important;
        min-height: 0 !important;
        overflow: hidden !important;
    }

        .qs-hero > img {
            width: 100% !important;
            height: 100% !important;
            object-fit: cover !important;
            display: block !important;
        }

    .qs-hero-overlay {
        position: absolute !important;
        top: 50% !important;
        left: 3% !important;
        transform: translateY(-50%) !important;
        width: 55% !important;
        padding: 0 !important;
        margin: 0 !important;
        background: transparent !important;
        text-align: left !important;
        z-index: 10 !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .qs-eyebrow {
        display: block !important;
        font-size: 8px !important;
        line-height: 1.2 !important;
        margin: 0 0 2px 0 !important;
    }

    .qs-titulo {
        display: block !important;
        font-size: 13px !important;
        line-height: 1.2 !important;
        margin: 0 0 4px 0 !important;
    }

    .qs-linea {
        display: block !important;
        width: 25px !important;
        height: 2px !important;
        margin: 0 0 6px 0 !important;
    }

    .qs-descripcion {
        display: none !important;
    }
    /* Cards */
    .qs-item-col {
        border-right: none !important;
        border-bottom: 1px solid #dce6f0;
        padding: 18px 12px;
    }

        .qs-item-col:last-child {
            border-bottom: none;
        }

    .qs-item-isotipo {
        width: 80px;
    }
    /* Valores */
    .qs-valores-titulo {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .qs-valor-col {
        border-right: none;
        border-bottom: 1px solid #dce6f0;
        padding: 12px 0;
    }

        .qs-valor-col:last-child {
            border-bottom: none;
        }
    /* Otros elementos */
    .bandera-top {
        top: 4%;
        left: 22%;
        width: 55%;
    }

    .bandera-left {
        bottom: 15%;
        left: 1%;
        width: 55%;
    }

    .bandera-right {
        bottom: 15%;
        left: 48%;
        width: 55%;
    }

    .recompensa-titulo {
        font-size: 30px;
    }

    .recompensa-subtitulo {
        font-size: 16px;
    }

    .recompensa-img {
        height: 180px;
    }

    .recompensa-pregunta {
        font-size: 18px;
    }
}

/* Tablets — 481px a 1023px */
@media (min-width: 481px) and (max-width: 1023px) {

    .qs-hero,
    .qs-hero img {
        height: 300px !important;
        min-height: 0 !important;
    }

        .qs-hero img {
            width: 100% !important;
            object-fit: cover !important;
            display: block !important;
        }

    .qs-titulo {
        font-size: 3vw;
    }

    .qs-descripcion {
        font-size: 1.3vw;
    }

    .qs-hero-overlay {
        left: 3%;
        width: 42%;
    }

    .qs-item-col {
        border-right: none;
        border-bottom: 1px solid #dce6f0;
        padding: 18px 20px;
    }

        .qs-item-col:last-child {
            border-bottom: none;
        }

    .qs-item-isotipo {
        width: 90px;
    }

    .qs-valor-col {
        border-right: none;
        border-bottom: 1px solid #dce6f0;
        padding: 12px 0;
    }

        .qs-valor-col:last-child {
            border-bottom: none;
        }
}

/* Laptops HD — 1024px a 1599px */
@media (min-width: 1024px) and (max-width: 1599px) {

    .qs-hero,
    .qs-hero img {
        height: 400px !important;
    }

        .qs-hero img {
            width: 100% !important;
            object-fit: cover !important;
            display: block !important;
        }
}

/* Full HD — 1600px a 1920px */
@media (min-width: 1600px) and (max-width: 1920px) {

    .qs-hero,
    .qs-hero img {
        height: 560px !important;
    }

        .qs-hero img {
            width: 100% !important;
            object-fit: cover !important;
            display: block !important;
        }

    .qs-titulo {
        font-size: 2.1vw;
    }

    .qs-descripcion {
        font-size: 0.82vw;
    }

    .qs-item-isotipo {
        width: 130px;
    }
}

/* Monitores grandes — 1921px+ (2K, 4K, 8K) */
@media (min-width: 1921px) {

    .qs-hero {
        height: 640px !important;
        overflow: hidden !important;
    }

        .qs-hero img {
            width: 100% !important;
            height: 100% !important;
            object-fit: cover !important;
            object-position: center center !important;
            display: block !important;
        }

    .qs-titulo {
        font-size: 2.1vw;
    }

    .qs-descripcion {
        font-size: 0.82vw;
    }

    .qs-item-isotipo {
        width: 130px;
    }
}

/* Caption slide — hasta 768px */
@media (max-width: 768px) {

    .carousel-caption-medium {
        top: 4%;
        z-index: 10;
        left: 43%;
        text-align: right;
        width: 50vw;
        padding-left: 0px;
    }

    .caption-slide {
        font-size: .85rem;
        font-family: 'Montserrat', sans-serif;
        font-weight: 200;
        font-style: italic;
        text-shadow: 2px 1px 1px #00000075;
    }
}

/* =====================================================================
   FOOTER FIJO
   ===================================================================== */

/* Móvil — max 480px */
@media (max-width: 480px) {

    #footer-fijo {
        display: none;
    }

    #btn-wsp-fijo {
        bottom: 15px;
        right: 15px;
        width: 46px;
        height: 46px;
        font-size: 24px;
    }
}

/* Tablets — 481px a 1023px */
@media (min-width: 481px) and (max-width: 1023px) {

    .footer-fijo-titulo {
        font-size: 11px;
    }

    .footer-fijo-subtitulo {
        font-size: 10px;
    }

    .footer-fijo-icon {
        font-size: 20px;
    }

    .footer-fijo-border {
        border-left: 1px solid #dce6f0;
        border-right: 1px solid #dce6f0;
    }
}


/* =====================================================================
   FOOTER PRINCIPAL
   ===================================================================== */

/* Móvil — max 480px */
@media (max-width: 480px) {

    .footer-info {
        text-align: center;
    }

        .footer-info .d-flex {
            flex-direction: column;
            align-items: center;
        }

    .logo-osel {
        height: 40px;
        margin-bottom: 5px;
    }

    .hecho-mexico {
        height: 65px;
        margin-bottom: 5px;
    }

    .icono-wsp {
        height: 34px;
        margin-top: 10px;
    }

    #footer h5 {
        font-size: 16px !important;
    }

    #footer .footer-link,
    #footer .texto-footer {
        font-size: 16px !important;
        line-height: 1.4 !important;
    }

    #footer ul li {
        margin-bottom: 4px;
    }

    #footer .row {
        margin-left: 0;
        margin-right: 0;
    }

    #footer ul {
        padding-left: 0 !important;
        text-align: left !important;
        display: inline-block !important;
    }

    #footer .footer-link {
        text-align: left !important;
    }

    #footer .col-12.col-md-3 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        text-align: center !important;
    }

        #footer .col-12.col-md-3:nth-child(3),
        #footer .col-12.col-md-2 {
            flex: 0 0 50% !important;
            max-width: 50% !important;
            text-align: center !important;
        }

    #footer .col-12.col-md-1 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        text-align: center !important;
    }

    .icono-social {
        width: 28px;
    }

    .img-oselito {
        max-height: 110px;
        margin-top: -10px;
    }

    .footer-bottom {
        padding: 6px 0 !important;
        margin-top: -6px;
    }

        .footer-bottom a,
        .footer-bottom span {
            font-size: 12px;
        }

    .footer-col {
        border-right: none;
        border-bottom: 1px solid #e0e9f5;
        padding: 20px 15px;
    }

    .footer-valor-item {
        padding: 8px 10px;
    }

    .footer-valor-border {
        border-left: none;
        border-top: 1px solid #dce6f0;
    }

    .footer-bottom-azul .text-right {
        text-align: center !important;
        margin-top: 8px;
    }

    .footer-bottom-azul .text-center {
        margin: 8px 0;
    }

    .footer-app-badge {
        max-width: 150px;
    }
}

/* Tablets — 481px a 1023px */
@media (min-width: 481px) and (max-width: 1023px) {

    .logo-osel {
        height: 45px;
    }

    .hecho-mexico {
        height: 55px;
    }

    .icono-wsp {
        height: 40px;
    }

    #footer h5 {
        font-size: 15px;
    }

    #footer .footer-link,
    #footer .texto-footer {
        font-size: 11px;
        line-height: 1.3;
    }

    #footer ul li {
        margin-bottom: 3px;
    }

    #footer .container {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .icono-social {
        width: 28px;
    }

    .img-oselito {
        max-height: 180px;
        margin-top: -10px;
    }

    .footer-bottom {
        padding: 8px 0 !important;
        margin-top: -8px;
    }

        .footer-bottom a,
        .footer-bottom span {
            font-size: 13px;
        }

    .footer-col {
        border-right: none;
        border-bottom: 1px solid #e0e9f5;
        padding: 20px 15px;
    }

    .footer-valor-border {
        border-left: none;
        border-top: 1px solid #dce6f0;
    }

    .footer-app-badge {
        max-width: 160px;
    }
}

/* Laptops HD — 1024px a 1599px */
@media (min-width: 1024px) and (max-width: 1599px) {

    .logo-osel {
        height: 55px;
    }

    .hecho-mexico {
        height: 65px;
    }

    .icono-wsp {
        height: 46px;
    }

    #footer > .container {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .img-oselito {
        max-height: 160px;
        margin-top: -10px;
    }

    #footer h5 {
        font-size: 18px;
    }

    #footer .footer-link,
    #footer .texto-footer {
        font-size: 14px;
        line-height: 1.5;
    }

    .icono-social {
        width: 32px;
    }

    .footer-bottom {
        padding: 10px 0 !important;
        margin-top: 0 !important;
    }

        .footer-bottom .container {
            padding-left: 15px !important;
            padding-right: 15px !important;
        }

        .footer-bottom a,
        .footer-bottom span {
            font-size: 14px;
        }
}

/* Full HD — 1600px a 1920px */
@media (min-width: 1600px) and (max-width: 1920px) {

    .logo-osel {
        height: 65px;
    }

    .hecho-mexico {
        height: 75px;
    }

    .icono-wsp {
        height: 52px;
    }

    #footer h5 {
        font-size: 20px;
    }

    #footer .footer-link,
    #footer .texto-footer {
        font-size: 16px;
        line-height: 1.6;
    }

    .icono-social {
        width: 38px;
    }

    .footer-bottom {
        padding: 12px 0 !important;
        margin-top: -12px;
    }

        .footer-bottom a,
        .footer-bottom span {
            font-size: 15px;
        }
}

/* Monitores grandes — 1921px+ */
@media (min-width: 1921px) {

    .logo-osel {
        height: 80px;
    }

    .hecho-mexico {
        height: 95px;
    }

    .icono-wsp {
        height: 65px;
    }

    #footer h5 {
        font-size: 24px;
    }

    #footer .footer-link,
    #footer .texto-footer {
        font-size: 18px;
        line-height: 1.8;
    }

    .icono-social {
        width: 46px;
    }

    .footer-bottom {
        padding: 14px 0 !important;
        margin-top: -14px;
    }

        .footer-bottom a,
        .footer-bottom span {
            font-size: 18px;
        }
}


/* =====================================================================
   LAYOUT — CONTENEDOR PRINCIPAL
   ===================================================================== */

@media (max-width: 768px) {

    .layout-body {
        padding-top: 0px;
    }

    .DivSecc:after {
        display: block;
        content: " ";
        margin-top: -67px;
        height: 67px;
        visibility: hidden;
    }
}

/* Tendencias banner — desde 1441px */
@media (min-width: 1441px) {

    .contenedor-tendencias-banner {
        width: 1440px;
        margin: auto;
    }
}

/* Contenedor — rangos de escala */
@media (min-width: 1201px) and (max-width: 1450px) {

    .container {
        max-width: 1390px !important;
        min-width: 1190px;
        padding: 0px !important;
        margin: auto;
        height: auto;
    }
}

@media (min-width: 1451px) and (max-width: 3450px) {

    .col-xl-3 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1451px) {

    .container {
        max-width: 1440px;
    }
}


/* =====================================================================
   LOADER — ANIMACIÓN
   ===================================================================== */

@media only screen and (max-width: 576px) and (max-width: 767px) {

    #loader .tetromino {
        top: 40%;
        left: 35%;
        right: 45%;
    }

    .tetromino {
        width: 48px;
        height: 56px;
        position: absolute;
        transition: all ease 0.3s;
        background: url(loader.svg);
        background-repeat: no-repeat;
        margin-left: 0;
    }

    .box1 {
        animation: tetromino1 1.25s ease-out infinite;
    }

    .box2 {
        animation: tetromino2 1.25s ease-out infinite;
    }

    .box3 {
        animation: tetromino3 1.25s ease-out infinite;
    }

    @keyframes tetromino1 {
        0%, 40% {
            transform: translate(0, 0);
        }

        50% {
            transform: translate(24px, -13.5px);
        }

        60%, 100% {
            transform: translate(48px, 0);
        }
    }

    @keyframes tetromino2 {
        0%, 20% {
            transform: translate(48px, 0px);
        }

        40%, 100% {
            transform: translate(72px, 13.5px);
        }
    }

    @keyframes tetromino3 {
        0%, 60% {
            transform: translate(24px, 13.5px);
        }

        90%, 100% {
            transform: translate(0, 0);
        }
    }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {

    #loader .tetromino {
        top: 35%;
        left: 43.5%;
        right: 45%;
    }

    .tetromino {
        width: 48px;
        height: 56px;
        position: absolute;
        transition: all ease 0.3s;
        background: url(loader.svg);
        background-repeat: no-repeat;
        margin-left: 0;
    }

    .box1 {
        animation: tetromino1 1.25s ease-out infinite;
    }

    .box2 {
        animation: tetromino2 1.25s ease-out infinite;
    }

    .box3 {
        animation: tetromino3 1.25s ease-out infinite;
    }

    @keyframes tetromino1 {
        0%, 40% {
            transform: translate(0, 0);
        }

        50% {
            transform: translate(24px, -13.5px);
        }

        60%, 100% {
            transform: translate(48px, 0);
        }
    }

    @keyframes tetromino2 {
        0%, 20% {
            transform: translate(48px, 0px);
        }

        40%, 100% {
            transform: translate(72px, 13.5px);
        }
    }

    @keyframes tetromino3 {
        0%, 60% {
            transform: translate(24px, 13.5px);
        }

        90%, 100% {
            transform: translate(0, 0);
        }
    }
}


/* =====================================================================
   MODAL DE PRODUCTOS
   ===================================================================== */

@media (max-width: 768px) {

    #ProductosModal .modal-body .bg-default {
        background: #d8d7d7;
        padding: 2%;
        position: relative;
        right: 0px;
        height: 541px;
        bottom: 0px;
        top: 0px;
    }
}


/* =====================================================================
   WARNINGS / ERRORES
   ===================================================================== */

@media (max-width: 768px) {

    .warning {
        background: url(../images/error.png);
        background-size: contain;
        background-repeat: repeat-y;
    }
}


/* =====================================================================
   COLORARIO — RESPONSIVE
   ===================================================================== */

/* Móvil — max 480px */
@media (max-width: 480px) {

    .colorario-hero {
        min-height: 220px;
    }

    .colorario-hero-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .colorario-hero-titulo {
        font-size: 30px;
    }

    .colorario-hero-subtitulo {
        font-size: 14px;
    }

    .colorario-hero-desc {
        display: none;
    }

    .btn-colorario-primary {
        font-size: 11px;
        padding: 8px 16px;
    }

    .colorario-sec-titulo {
        font-size: 20px;
    }

    .colorario-card-img-wrap {
        height: 110px;
    }

    .colorario-card-nombre {
        font-size: 13px;
    }

    .colorario-card-desc {
        display: none;
    }

    .colorario-regla-section {
        padding: 24px 0 30px;
    }

    .colorario-regla-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 16px;
    }

    .colorario-regla-divider {
        width: 100%;
        height: 1px;
        margin: 16px 0;
    }

    .colorario-regla-bloque {
        flex: unset;
        width: 100%;
    }

    .colorario-beneficio-item {
        flex: unset;
        width: 100%;
    }

    .colorario-circulo-img {
        width: 80px;
    }

    .colorario-regla-titulo {
        font-size: 17px;
    }
}

/* Tablets — 481px a 1023px */
@media (min-width: 481px) and (max-width: 1023px) {

    .colorario-hero {
        min-height: 280px;
    }

    .colorario-hero-titulo {
        font-size: 38px;
    }

    .colorario-hero-content {
        padding-left: 30px;
    }

    .colorario-card-img-wrap {
        height: 130px;
    }

    .colorario-card-nombre {
        font-size: 13px;
    }

    .colorario-regla-card {
        flex-direction: column;
        padding: 24px 20px;
    }

    .colorario-regla-divider {
        width: 100%;
        height: 1px;
        margin: 18px 0;
    }

    .colorario-regla-bloque {
        flex: unset;
        width: 100%;
    }

    .colorario-beneficio-item {
        flex: unset;
        width: 100%;
    }

    .colorario-circulo-img {
        width: 100px;
    }
}

/* Laptops HD — 1024px a 1599px */
@media (min-width: 1024px) and (max-width: 1599px) {

    .colorario-hero {
        min-height: 320px;
    }

    .colorario-hero-titulo {
        font-size: 48px;
    }

    .colorario-card-img-wrap {
        height: 145px;
    }
}

/* Full HD — 1600px+ */
@media (min-width: 1600px) {

    .colorario-hero {
        min-height: 400px;
    }

    .colorario-hero-titulo {
        font-size: 64px;
    }

    .colorario-card-img-wrap {
        height: 180px;
    }

    .colorario-sec-titulo {
        font-size: 30px;
    }
}


/* =====================================================================
   RESPONSIVE — COLORARIO DETALLE
   ===================================================================== */

/* Móvil — max 480px */
@media (max-width: 480px) {

    .cdet-hero-overlay {
        padding: 24px 0 20px;
    }

    .cdet-hero-titulo {
        font-size: 28px;
    }

    .cdet-hero-subtitulo {
        font-size: 13px;
    }

    .cdet-hero-desc {
        display: none;
    }

    .cdet-hero-imgbox {
        margin-top: 20px;
    }

    .cdet-hero-photo {
        height: 200px;
    }

    .cdet-btn-favorito {
        font-size: 11px;
        padding: 5px 12px;
    }

    .cdet-consejo {
        max-width: 100%;
    }

    .cdet-tab {
        font-size: 13px;
        padding: 12px 14px;
    }

    .cdet-card-img-wrap {
        height: 140px;
    }

    .cdet-card-nombre {
        font-size: 14px;
    }

    .cdet-footer-val-item {
        padding: 10px 12px;
    }

    .cdet-footer-val-border {
        border-left: none;
        border-top: 1px solid #dce6f0;
    }

    .cdet-tabs-wrap .container .cdet-tabs {
        padding-left: calc(0% + 24px);
    }
}

/* Tablets — 481px a 1023px */
@media (min-width: 481px) and (max-width: 1023px) {

    .cdet-hero-titulo {
        font-size: 34px;
    }

    .cdet-hero-photo {
        height: 260px;
    }

    .cdet-card-img-wrap {
        height: 150px;
    }

    .cdet-footer-val-border {
        border-left: none;
        border-top: 1px solid #dce6f0;
    }

}

/* Laptops HD — 1024px a 1599px */
@media (min-width: 1024px) and (max-width: 1599px) {

    .cdet-hero-titulo {
        font-size: 38px;
    }

    .cdet-hero-photo {
        height: 300px;
    }
}

/* Full HD+ */
@media (min-width: 1600px) {

    .cdet-hero-titulo {
        font-size: 50px;
    }

    .cdet-hero-photo {
        height: 360px;
    }

    .cdet-card-img-wrap {
        height: 190px;
    }
}

/* =====================================================================
   SECCIÓN SOLUCIONES 
   ===================================================================== */
@media (max-width: 1200px) {
    .sol-cards-row {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .sol-section-block {
        flex-direction: column;
        gap: 20px;
    }

    .sol-section-label-col {
        width: 100%;
    }

    .sol-cards-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .sol-hero-titulo {
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .sol-hero-titulo {
        font-size: 22px;
    }

    .sol-hero-banner-overlay {
        padding: 30px 0 24px;
    }

    .sol-cards-row {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .sol-tab-label {
        padding: 12px 16px;
        font-size: 13px;
    }

    .sol-cta-bar {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .btn-sol-cta {
        width: 100%;
        justify-content: center;
    }

    .sol-new-card-img-wrap {
        height: 130px;
    }

    .sol-new-card-desc {
        display: none;
    }
}

@media (max-width: 400px) {
    .sol-cards-row {
        grid-template-columns: 1fr;
    }
}
/* =====================================================================
   PLAN RECOMPENSA — RESPONSIVE
   ===================================================================== */

/* Móvil — max 480px */
@media (max-width: 480px) {

    .pr-titulo {
        font-size: 28px;
    }

    .pr-subtitulo {
        font-size: 14px;
    }

    .pr-tarjeta-col {
        padding: 0 8px;
    }

    .pr-tipo-bloque {
        flex-direction: column;
        gap: 10px;
    }

    .pr-tipo-titulo {
        font-size: 17px;
    }

    .pr-tipo-btn {
        font-size: 12px;
        padding: 8px 16px;
    }

    .pr-beneficios-row {
        padding: 12px 4px;
    }

    .pr-beneficio-col {
        padding: 8px 10px;
    }

    .pr-beneficio-icon {
        font-size: 20px;
    }

    .pr-beneficio-titulo {
        font-size: 12px;
    }

    .pr-beneficio-desc {
        display: none;
    }
}

/* Tablets — 481px a 1023px */
@media (min-width: 481px) and (max-width: 1023px) {

    .pr-titulo {
        font-size: 36px;
    }

    .pr-subtitulo {
        font-size: 15px;
    }

    .pr-tarjeta-col {
        padding: 0 10px;
    }

    .pr-tipo-titulo {
        font-size: 18px;
    }

    .pr-beneficio-desc {
        font-size: 11px;
    }
}

/* Laptops HD — 1024px a 1599px */
@media (min-width: 1024px) and (max-width: 1599px) {

    .pr-titulo {
        font-size: 44px;
    }

    .pr-tarjeta-col {
        padding: 0 14px;
    }
}

/* Full HD — 1600px a 1920px */
@media (min-width: 1600px) and (max-width: 1920px) {

    .pr-titulo {
        font-size: 58px;
    }

    .pr-subtitulo {
        font-size: 17px;
    }

    .pr-tipo-titulo {
        font-size: 22px;
    }

    .pr-tipo-desc {
        font-size: 14px;
    }
}

/* Monitores grandes — 1921px+ */
@media (min-width: 1921px) {

    .pr-titulo {
        font-size: 70px;
    }

    .pr-subtitulo {
        font-size: 20px;
    }

    .pr-tipo-titulo {
        font-size: 26px;
    }

    .pr-tipo-icon-wrap {
        width: 64px;
        height: 64px;
        font-size: 26px;
    }

    .pr-beneficio-icon {
        font-size: 32px;
    }

    .pr-beneficio-titulo {
        font-size: 15px;
    }

    .pr-beneficio-desc {
        font-size: 13px;
    }
}

/* =====================================================================
   SECCIÓN PRODUCTOS 
   ===================================================================== */


/* LAPTOPS HD — 1024px a 1599px */
@media (min-width: 1024px) and (max-width: 1599px) {

    .prod-sidebar {
        width: 250px;
        min-width: 230px;
        padding: 20px 16px 32px;
    }

    .prod-sidebar-titulo {
        font-size: 26px;
    }

    .prod-main {
        padding: 20px 20px 40px;
    }

    .prod-cat-header-nombre {
        font-size: 19px;
    }

    .prod-card-img-wrap {
        height: 120px;
    }
}


/* TABLETS — 768px a 1023px */
@media (min-width: 768px) and (max-width: 1023px) {

    .prod-layout {
        flex-direction: column;
    }

    .prod-sidebar {
        width: 100%;
        min-width: 0;
        border-right: none;
        border-bottom: 1px solid #e2e8f2;
        padding: 18px 16px 20px;
        min-height: auto;
        gap: 14px;
    }

    .prod-sidebar-titulo {
        font-size: 24px;
    }

    /* En tablet el sidebar se organiza en dos columnas */
    .prod-sidebar-header {
        display: none; /* Ocultamos el título grande; el breadcrumb es suficiente */
    }

    .prod-search-wrap,
    .prod-base-filter {
        max-width: 480px;
    }

    .prod-categorias-lista {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 4px;
    }

    .prod-asesor-card {
        display: none; /* Se oculta en tablet para ahorrar espacio */
    }

    .prod-main {
        padding: 18px 16px 40px;
    }

    .prod-cat-header {
        padding: 12px 16px;
    }

    .prod-cat-header-nombre {
        font-size: 18px;
    }

    .prod-card-img-wrap {
        height: 120px;
    }
}


/* MÓVIL — 481px a 767px */
@media (min-width: 481px) and (max-width: 767px) {

    .prod-layout {
        flex-direction: column;
    }

    .prod-sidebar {
        width: 100%;
        min-width: 0;
        border-right: none;
        border-bottom: 1px solid #e2e8f2;
        padding: 14px 12px 16px;
        min-height: auto;
        gap: 12px;
    }

    .prod-sidebar-titulo {
        font-size: 22px;
    }

    .prod-sidebar-subtitulo {
        display: none;
    }

    .prod-sidebar-header {
        padding-bottom: 0;
    }

    .prod-categorias-lista {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 4px;
    }

    .prod-asesor-card {
        display: none;
    }

    .prod-main {
        padding: 14px 12px 40px;
    }

    .prod-cat-header {
        padding: 10px 14px;
        gap: 12px;
    }

    .prod-cat-header-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .prod-cat-header-nombre {
        font-size: 16px;
    }

    .prod-cat-header-label {
        font-size: 11px;
    }

    .prod-card-img-wrap {
        height: 110px;
    }

    .prod-card-codigo {
        font-size: 12px;
    }

    .prod-card-nombre {
        font-size: 11px;
    }

    .prod-card-btn {
        font-size: 11px !important;
        padding: 6px 10px !important;
    }
}


/* MÓVIL PEQUEÑO — max 480px */
@media (max-width: 480px) {

    .prod-layout {
        flex-direction: column;
    }

    .prod-sidebar {
        width: 100%;
        min-width: 0;
        border-right: none;
        border-bottom: 1px solid #e2e8f2;
        padding: 12px 10px 14px;
        min-height: auto;
        gap: 10px;
    }

    .prod-sidebar-titulo {
        font-size: 20px;
    }

    .prod-sidebar-subtitulo {
        display: none;
    }

    .prod-categorias-lista {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 3px;
    }

    .prod-categoria-btn {
        padding: 8px 8px;
        gap: 6px;
    }

    .prod-categoria-icon {
        display: none;
    }

    .prod-categoria-nombre {
        font-size: 11px;
    }

    .prod-categoria-arrow {
        display: none;
    }

    .prod-asesor-card {
        display: none;
    }

    .prod-base-options {
        gap: 10px;
    }

    .prod-main {
        padding: 12px 10px 40px;
    }

    .prod-cat-header {
        padding: 10px 12px;
        gap: 10px;
        margin-bottom: 16px;
    }

    .prod-cat-header-icon {
        width: 36px;
        height: 36px;
        font-size: 15px;
    }

    .prod-cat-header-nombre {
        font-size: 15px;
    }

    .prod-cat-header-label {
        font-size: 10px;
    }

    .prod-grid {
        margin: 0 -4px;
    }

    .prod-card-col {
        padding: 0 4px;
        margin-bottom: 8px;
    }

    .prod-card-img-wrap {
        height: 95px;
        padding: 8px;
    }

    .prod-card-img {
        max-height: 75px;
    }

    .prod-card-body {
        padding: 8px 8px 4px;
    }

    .prod-card-codigo {
        font-size: 11px;
    }

    .prod-card-nombre {
        font-size: 10px;
    }

    .prod-card-footer {
        padding: 6px 8px 8px;
    }

    .prod-card-btn {
        font-size: 10px !important;
        padding: 5px 8px !important;
        gap: 4px !important;
    }

    .prod-pagination {
        gap: 3px;
        margin-top: 20px;
    }

    .prod-page-btn {
        min-width: 30px;
        height: 30px;
        font-size: 12px;
    }
}


/* FULL HD — 1600px a 1920px */
@media (min-width: 1600px) and (max-width: 1920px) {

    .prod-sidebar {
        width: 300px;
    }

    .prod-sidebar-titulo {
        font-size: 32px;
    }

    .prod-main {
        padding: 28px 36px 50px;
    }

    .prod-cat-header-nombre {
        font-size: 24px;
    }

    .prod-card-img-wrap {
        height: 160px;
    }

    .prod-card-codigo {
        font-size: 14px;
    }

    .prod-card-nombre {
        font-size: 13px;
    }
}


/* MONITORES GRANDES — 1921px+ */
@media (min-width: 1921px) {

    .prod-sidebar {
        width: 340px;
    }

    .prod-sidebar-titulo {
        font-size: 38px;
    }

    .prod-categorias-titulo {
        font-size: 14px;
    }

    .prod-categoria-nombre {
        font-size: 14px;
    }

    .prod-main {
        padding: 32px 48px 60px;
    }

    .prod-cat-header-nombre {
        font-size: 28px;
    }

    .prod-card-img-wrap {
        height: 180px;
    }

    .prod-card-codigo {
        font-size: 15px;
    }

    .prod-card-nombre {
        font-size: 13px;
    }

    .prod-card-btn {
        font-size: 13px !important;
        padding: 9px 18px !important;
    }
}


/* =====================================================================
   RESPONSIVE
   ===================================================================== */

/* Tablets landscape — 769px a 1199px */
@media (max-width: 1199px) {
    .suc-hero-titulo {
        font-size: 38px;
    }

    .suc-hero-img-col {
        width: 320px;
        height: 200px;
    }

    .suc-hero-text {
        max-width: calc(100% - 340px);
    }

    .suc-list-col {
        width: 360px;
    }

    .suc-trust-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
}

/* Tablets portrait — hasta 768px */
@media (max-width: 768px) {
    /* Hero: imagen decorativa se oculta, texto ocupa todo */
    .suc-hero-img-col {
        display: none;
    }

    .suc-hero-text {
        max-width: 100%;
    }

    .suc-hero-titulo {
        font-size: 32px;
    }

    .suc-hero-desc {
        font-size: 15px !important;
    }

    /* Filter bar: estado y ciudad en columna, botón ancho completo */
    .suc-filter-bar {
        flex-wrap: wrap;
    }

    .suc-filter-field {
        flex: 1 1 calc(50% - 7px); /* dos selects lado a lado */
        min-width: 140px;
    }

    .suc-btn-locate {
        flex: 1 1 100%;
        justify-content: center;
    }

    .suc-btn-info {
        flex: none;
        align-self: center;
    }

    /* Lista + mapa apilados */
    .suc-split {
        flex-direction: column;
    }

    .suc-list-col {
        width: 100%;
    }

    .suc-cards-scroll {
        max-height: 420px;
    }

    .suc-map-col {
        position: static;
        width: 100%;
    }

    .suc-page #mapGoogle {
        height: 380px !important;
        margin-top: 0 !important;
    }

    .suc-trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Móvil pequeño — hasta 480px */
@media (max-width: 480px) {
    .suc-hero-inner {
        padding-top: 24px;
        padding-bottom: 28px;
    }

    .suc-hero-titulo {
        font-size: 26px;
    }

    .suc-hero-desc {
        font-size: 14px !important;
    }

    /* Ambos selects en columna completa */
    .suc-filter-bar {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .suc-filter-field {
        flex: 1 1 100%;
    }

    .suc-btn-locate {
        width: 100%;
        justify-content: center;
        font-size: 13.5px;
        padding: 12px 16px;
    }

    .suc-btn-info {
        display: none;
    }

    .suc-card-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .suc-btn-localizar {
        width: 100%;
        justify-content: center;
    }

    .suc-page #mapGoogle {
        height: 280px !important;
    }

    .suc-trust-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}
