@font-face {
    font-family: 'Raleway';
    src: url('../ASSETS/fonts/Raleway/Raleway-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../ASSETS/fonts/Inter/Inter-VariableFont_slnt\,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.whatsapp-btn {
    width: 77px;
    height: 77px;
    position: fixed;
    right: 20px;
    bottom: 5%;
    z-index: 9999;
}

.contenido-principal {
    padding-top: 110px;
    margin-bottom: 5%;
}

.seccion-banner {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    font-family: 'Raleway';
}

.banner-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
    pointer-events: none;
}

.banner-imagen {
    width: 100%;
    height: auto;
    display: block;
}

.banner-contenido {
    position: absolute;
    top: 55%;
    left: 20%;
    transform: translateY(-50%);
    color: white;
    max-width: 620px;
    padding: 20px;
    text-align: left;
    z-index: 2;
    width: 100%;
    box-sizing: border-box;
}

.banner-titulo {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.15;
    margin-top: 20%;
    margin-bottom: 7px;
}

.banner-descripcion {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 25px 0;
    padding-left: 5px;
    text-align: left;
}

.banner-descripcion-secundaria {
    display: block;
    margin-top: 6px;
    font-weight: 600;
}

.banner-boton-contacto {
    background-color: #133e82;
    color: white;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    border: none;
    border-radius: 60px;
    text-decoration: none;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 22%;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.banner-boton-contacto:hover {
    background-color: #042558;
}

.seccion-instalacion {
    width: 100%;
    margin: 20px auto 10px;
    padding: 0 1.5rem;
    box-sizing: border-box;
}

.instalacion-contenido {
    max-width: 1200px;
    margin: 0 auto;
    background: #f5f7fb;
    border: 1px solid #e1e6f0;
    border-radius: 12px;
    padding: 24px 28px;
    font-family: 'Raleway';
    color: #1f2a3a;
}

.instalacion-titulo {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 1.4rem;
    margin: 0 0 14px 0;
}

.instalacion-descripcion {
    margin: 0 0 12px 0;
    color: #3b4a60;
    font-size: 1rem;
}

.instalacion-lista {
    margin: 0 0 12px 0;
    padding-left: 1.2rem;
    line-height: 1.5;
}

.instalacion-lista li {
    margin-bottom: 6px;
}

.instalacion-sublista {
    margin: 6px 0 0 16px;
    padding-left: 1rem;
    list-style: disc;
    color: #3b4a60;
    font-size: 0.95rem;
}

.instalacion-aviso {
    margin: 0;
    font-size: 0.95rem;
    color: #3b4a60;
}

.contenido-productos {
    display: flex;
    justify-content: center;
    width: 100%;
}

.seccion-marcas {
    display: flex;
    width: 100%;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.seccion-marcas.filtros-pasos {
    gap: 24px;
    flex-wrap: wrap;
    align-items: stretch;
}

@media (min-width: 1025px) {
    .seccion-marcas.filtros-pasos {
        gap: 0;
    }

    .seccion-banner {
        min-height: 360px;
    }

    .banner-imagen {
        height: 360px;
        object-fit: cover;
    }
}

.marcas-texto,
.tipo-texto {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-inline: 1rem;
}

.seccion-marcas.filtros-pasos .marcas-texto,
.seccion-marcas.filtros-pasos .tipo-texto {
    flex: 1 1 auto;
    background: #ffffff;
    border: 1px solid #e1e6f0;
    border-radius: 12px;
    padding: 18px 20px;
    text-align: left;
    box-shadow: 0 6px 16px rgba(19, 62, 130, 0.08);
    min-height: 0;
}

.filtro-step {
    display: inline-block;
    background: #133e82;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 999px;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
}

.marcas-titulo,
.tipo-titulo {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 1.2rem;
    margin: 0;
    margin-bottom: 20px;
}

.tipo-descripcion {
    font-family: 'Raleway';
    font-size: 1rem;
    font-weight: 500;
    color: #3b3b3b;
    margin: -10px 0 18px 0;
}

.marcas-descripcion {
    font-family: 'Raleway';
    font-size: 1rem;
    font-weight: 500;
    color: #3b3b3b;
    margin: -10px 0 18px 0;
}

.filtro-productos {
    margin-top: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.seccion-marcas.filtros-pasos .tipo-texto .filtro-productos {
    width: 100%;
    justify-content: center;
}

.filtro-productos .filtro-btn {
    font-family: "Raleway";
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    padding: 5px 20px;
    margin: 0;
    border: 1px solid #133e82;
    border-radius: 5px;
    background-color: #133e82;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 140px;
    height: 40px;
}

.filtro-btn:hover {
    background-color: #184CC5;
    border: 3px solid #22dd4a;
}

.filtro-btn.active {
    background-color: #184CC5;
    border: 3px solid #22dd4a;
}

.carrusel {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 0;
    margin-left: 0;
    overflow-y: hidden;
    flex-wrap: wrap;
}

.fila1,
.fila2 {
    display: flex;
    gap: 30px;
}

.tarjeta-cliente {
    flex: 0 0 auto;
    min-width: 120px;
    border-radius: 0.5rem;
    background: #f5f5f5;
    text-align: center;
    border: 1px solid #D9D9D9;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 100px;
    padding: 6px;
    background-color: #fff;
    transition: background-color 0.2s ease;
}

.tarjeta-cliente:hover {
    background-color: #e6f1fe;
    border: 2px solid #22dd4a;
}

.tarjeta-cliente.active {
    background-color: #e6f1fe;
    border: 2px solid #22dd4a;
}

.tarjeta-cliente img {
    max-height: 200%;
    overflow: hidden;
    object-fit: contain;
    cursor: pointer;
}

.filtro-imagen {
    width: 100px;
    height: 80px;
}

.seccion-productos {
    margin-top: 2%;
    flex: 1;
    padding: 20px;
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateX(10px);
}

.encabezado-productos {
    width: 100%;
    gap: 16px;
    padding: 0;
    max-width: 980px;
}

.productos-contador {
    font-size: 16px;
    justify-self: start;
    color: #6C6C6C;
}

.contador {
    color: #d60000;
    font-weight: bold;
}

.grid-productos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
    width: 100%;
    max-width: 980px;
}

.grid-productos>div {
    display: flex;
    height: 100%;
}

.mensaje-error {
    display: block;
    width: 100%;
    text-align: center;
}

.filtros-estado {
    width: 100%;
    max-width: 980px;
    margin: 8px 0 16px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    background: #f5f7fb;
    border: 1px solid #e1e6f0;
    border-radius: 10px;
    font-family: "Raleway";
    color: #23324a;
    box-sizing: border-box;
}

.filtros-estado-texto {
    font-size: 0.95rem;
    line-height: 1.4;
    flex: 1 1 auto;
    min-width: 0;
}

.filtro-tag {
    display: inline-block;
    background: #133e82;
    color: #ffffff;
    border-radius: 999px;
    padding: 2px 8px;
    font-size: 0.75rem;
    font-weight: 700;
    margin-left: 6px;
}

.filtros-reset {
    border: 1px solid #133e82;
    background: #ffffff;
    color: #133e82;
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    margin-left: auto;
}

.filtros-reset.is-hidden {
    display: none;
}

.carrusel-hint {
    display: none;
    width: 100%;
    text-align: center;
    font-family: "Raleway";
    font-size: 0.9rem;
    font-weight: 600;
    color: #133e82;
    margin: 4px 0 12px 0;
}

.tarjeta-caldera,
.tarjeta-aire {
    width: 100%;
    border-radius: 12px;
    padding: 15px 15px 60px 15px;
    background-color: #ffffff;
    border: 1px solid #e6e9f2;
    box-shadow: 0 10px 22px rgba(13, 60, 168, 0.08);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 15px;
    min-height: 380px;
    position: relative;
    overflow: hidden;
}


.tarjeta-caldera img {
    width: 100%;
    height: auto;
    max-height: 180px;
    object-fit: contain;
    margin: 0 auto 10px;
    display: block;
    background: #ffffff;
    border: 1px solid #e9edf5;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
}

.tarjeta-aire img {
    width: 70%;
    margin: 0 auto 10px;
    max-height: 180px;
    object-fit: contain;
    display: block;
    background: #ffffff;
    border: 1px solid #e9edf5;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
}

.nombre-producto {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #0D3CA8;
}

.linea-separadora {
    border: 0;
    border-top: 1px solid #D9D9D9;
    width: 100%;
    margin: 10px 0;
}

.precio-producto {
    text-align: center;
    padding: 10px;
    color: #22dd4a;
}

#productos .precio-producto::after {
    content: "Precio final con instalación incluida\AIncluye instalación profesional hasta 3 m";
    display: block;
    margin-top: 6px;
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1.3;
    color: #133e82;
    background: #eef3ff;
    border: 1px solid #d6e2ff;
    border-radius: 8px;
    padding: 6px 8px;
    box-sizing: border-box;
    white-space: pre-line;
}

.seccion-productos-calderas .precio-producto::after {
    content: "Precio final con instalación incluida\AInstalación básica según normativa";
    display: block;
    margin-top: 6px;
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1.3;
    color: #133e82;
    background: #eef3ff;
    border: 1px solid #d6e2ff;
    border-radius: 8px;
    padding: 6px 8px;
    box-sizing: border-box;
    white-space: pre-line;
}

.descripcion {
    font-size: 14px;
    margin-bottom: 15px;
    color: #333;
}

.seccion-productos-calderas .descripcion::after {
    content: "Caldera de condensación\ACaracterísticas principales: alta eficiencia y bajo consumo";
    display: block;
    margin-top: 6px;
    font-size: 0.85rem;
    line-height: 1.3;
    color: #5a677c;
    white-space: pre-line;
}

.btn-contactar {
    background-color: #133e82;
    color: #fff;
    border: none;
    padding: 8px 25px;
    border-radius: 3px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    width: fit-content;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.btn-contactar:hover {
    background-color: #042558;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 30px;
}

.pagination__list {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
}

.contenedor-paginacion {
    width: 250px;
    /* mismo ancho que .tarjeta-producto */
    margin: 30px auto 0 auto;
    /* centrado horizontal */
    display: flex;
    justify-content: center;
}

.seccion-eficiencia {
    width: 100%;
    margin: 24px auto 10px;
    padding: 0 1.5rem;
    box-sizing: border-box;
}

.eficiencia-contenido {
    max-width: 1200px;
    margin: 0 auto;
    background: linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
    border: 1px solid #e1e6f0;
    border-radius: 12px;
    padding: 22px 26px;
    font-family: 'Raleway';
    color: #1f2a3a;
    box-shadow: 0 6px 16px rgba(19, 62, 130, 0.06);
    text-align: center;
}

.eficiencia-titulo {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 1.35rem;
    margin: 0 0 10px 0;
}

.eficiencia-texto {
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.5;
    color: #3b4a60;
    max-width: 760px;
}

.seccion-servicio {
    width: 100%;
    margin: 16px auto 24px;
    padding: 0 1.5rem;
    box-sizing: border-box;
}

.servicio-contenido {
    max-width: 1200px;
    margin: 0 auto;
    background: linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
    border: 1px solid #e1e6f0;
    border-radius: 12px;
    padding: 20px 26px;
    font-family: 'Raleway';
    color: #1f2a3a;
    box-shadow: 0 6px 16px rgba(19, 62, 130, 0.06);
    text-align: center;
}

.servicio-titulo {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 1.25rem;
    margin: 0 0 8px 0;
}

.servicio-texto {
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.5;
    color: #3b4a60;
    max-width: 760px;
}

.seccion-cta {
    width: 100%;
    margin: 16px auto 40px;
    padding: 0 1.5rem;
    box-sizing: border-box;
}

.cta-contenido {
    max-width: 1200px;
    margin: 0 auto;
    background: #f2f4f8;
    color: #1f2a3a;
    border: 1px solid #e1e6f0;
    border-radius: 14px;
    padding: 26px;
    text-align: center;
    box-shadow: 0 10px 22px rgba(19, 62, 130, 0.08);
}

.cta-titulo {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 1.4rem;
    margin: 0 0 8px 0;
}

.cta-texto {
    margin: 0 0 16px 0;
    font-size: 1rem;
    color: #3b4a60;
}

.cta-boton {
    margin: 0;
}

.info-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 8px;
}

.info-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #eef3ff;
    border: 1px solid #d6e2ff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.info-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}


.page {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    border: 1px solid #d9d9d9;
    background: #fff;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.page:hover {
    background: #f3f4f6;
}

.page.is-current {
    background: #0D3CA8;
    color: #fff;
    border-color: #0D3CA8;
}

.arrow {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 6px;
    background: #fff;
    color: #333;
    text-decoration: none;
    transition: background 0.2s ease;
}

.arrow:hover {
    background: #f3f4f6;
}

.arrow[aria-disabled="true"] {
    color: #aaa;
    pointer-events: none;
    background: #fafafa;
}

.ellipsis {
    color: #888;
    padding: 0 4px;
    user-select: none;
}

.producto-hidden {
    display: none !important;
}

@media (max-width: 1366px) {
    body {
        overflow-x: hidden;
        /* ← bloquea el scroll horizontal global */
    }

    .banner-imagen {
        height: 250px;
        object-fit: cover;
    }

    .banner-contenido {
        margin-left: -10%;
    }

    .tipo-titulo {
        margin-bottom: -25px;
    }

    .filtro-productos {
        gap: 5px;
    }

    .carrusel {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        overflow-x: auto;
        scroll-behavior: smooth;
        padding-inline: 1rem;
        margin-left: 0;
        box-sizing: border-box;
    }

    .carrusel::-webkit-scrollbar {
        display: none;
    }


    .tarjeta-cliente {
        flex: 0 0 auto;
        width: 180px;
        height: 75px;
        padding: 6px;
        border: 1px solid #D9D9D9;
        border-radius: 12px;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .tarjeta-cliente img {
        object-fit: contain;
    }

    .filtro-productos {
        margin-top: 50px;
        margin-bottom: 50px;
    }


}

@media (max-width: 1024px) {
    body {
        overflow-x: hidden;
        /* ← bloquea el scroll horizontal global */
    }

    .banner-imagen {
        height: 200px;
        object-fit: cover;
    }

    .banner-contenido {
        width: 58%;
        margin-left: -15%;
    }

    .banner-titulo {
        font-size: 20px;
    }

    .banner-descripcion {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .banner-boton-contacto {
        padding: 7px 20px;
        font-size: 12px;
    }

    .instalacion-contenido {
        padding: 20px 22px;
    }

    .instalacion-titulo {
        font-size: 1.25rem;
    }

    .instalacion-aviso {
        font-size: 0.92rem;
    }

    .seccion-marcas {
        display: flex;
        flex-direction: column;
        align-items: center;
        /* ← evita que se estiren igual */
        gap: 0.5rem;
    }

    .seccion-marcas.filtros-pasos {
        align-items: stretch;
        gap: 16px;
    }

    .seccion-marcas.filtros-pasos .marcas-texto,
    .seccion-marcas.filtros-pasos .tipo-texto {
        width: 100%;
        align-items: flex-start;
        min-height: auto;
    }

    .pagina-calderas .seccion-marcas.filtros-pasos .tipo-texto {
        padding: 12px 14px;
        margin-bottom: 0;
        min-height: 0;
        height: auto;
    }

    .pagina-calderas .tipo-titulo {
        margin-bottom: 10px;
    }

    .pagina-calderas .tipo-descripcion {
        margin-bottom: 10px;
    }

    .marcas-texto {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-left: 0;
        box-sizing: border-box;
        height: auto;
        /* ← asegura que tenga altura */
        visibility: visible;
        /* ← por si algún estilo lo oculta */
        overflow: visible;
        /* ← evita que se recorte */
        z-index: 1;
        /* ← por si el carrusel lo tapa */
    }


    .marcas-titulo {
        font-size: 1.1rem;
        white-space: nowrap;
    }

    .tipo-titulo {
        margin: 0;
    }

    .tipo-descripcion {
        font-size: 0.95rem;
        margin-top: 6px;
        margin-bottom: 16px;
    }

    .marcas-descripcion {
        font-size: 0.95rem;
        margin-top: 6px;
        margin-bottom: 16px;
    }

    .carrusel {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        overflow-x: auto;
        scroll-behavior: smooth;
        padding-inline: 1rem;
        margin-left: 0;
        box-sizing: border-box;
    }


    .tarjeta-cliente {
        flex: 0 0 auto;
        width: 130px;
        height: 60px;
        padding: 6px;
        border: 1px solid #D9D9D9;
        border-radius: 12px;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .tarjeta-cliente img {
        object-fit: contain;
    }

    .filtro-productos {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .grid-productos {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
        padding-inline: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .tarjeta-caldera,
    .tarjeta-aire {
        width: 100%;
    }

    .tarjeta-caldera img {
        width: 70%;
    }

    .tarjeta-aire img {
        width: 50%;
    }
}

@media (max-width: 768px) {
    body {
        overflow-x: hidden;
        /* ← bloquea el scroll horizontal global */
    }

    .whatsapp-btn {
        width: 25px;
        height: 25px;
        right: 15%;
        bottom: 8%;
    }

    .banner-imagen {
        height: 260px;
        object-fit: cover;
    }

    .banner-contenido {
        width: 84%;
        margin-left: 0;
        left: 8%;
        padding: 12px;
    }

    .banner-titulo {
        font-size: 18px;
        margin-top: 0;
    }

    .banner-descripcion {
        font-size: 11px;
        line-height: 1.25;
        margin-bottom: 8px;
    }

    .banner-boton-contacto {
        padding: 7px 20px;
        font-size: 12px;
        margin-bottom: 0;
        margin-top: 6px;
    }

    .seccion-instalacion {
        margin: 16px auto 0;
        padding: 0 1rem;
    }

    .instalacion-contenido {
        padding: 16px 16px;
    }

    .instalacion-titulo {
        font-size: 1.15rem;
    }

    .instalacion-lista {
        padding-left: 1.1rem;
        font-size: 0.98rem;
    }

    .instalacion-aviso {
        font-size: 0.9rem;
    }

    .seccion-marcas {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }

    .contenido-productos {
        margin-top: 16px;
    }

    .seccion-productos {
        margin-top: 16px;
        transform: none;
    }

    .seccion-marcas.filtros-pasos {
        align-items: stretch;
        gap: 16px;
        padding: 0 1rem;
        box-sizing: border-box;
    }

    .seccion-marcas.filtros-pasos .marcas-texto,
    .seccion-marcas.filtros-pasos .tipo-texto {
        width: 100%;
        align-items: flex-start;
        min-height: auto;
        padding: 16px;
    }

    .pagina-calderas .seccion-marcas.filtros-pasos .tipo-texto {
        padding: 12px 14px;
        margin-bottom: 0;
        min-height: 0;
        height: auto;
    }

    .pagina-calderas .tipo-titulo {
        margin-bottom: 10px;
    }

    .pagina-calderas .tipo-descripcion {
        margin-bottom: 10px;
    }

    .marcas-texto {
        display: flex;
        flex-direction: column;
    }

    .filtro-productos {
        margin-top: 15px;
        margin-bottom: 20px;
        justify-content: center;
        flex-direction: column;
        gap: 10px;
    }


    .marcas-titulo {
        font-size: 1.1rem;
        white-space: nowrap;
    }

    .tipo-titulo {
        margin: 0;
    }

    .tipo-descripcion {
        font-size: 0.95rem;
        margin-top: 6px;
        margin-bottom: 14px;
    }

    .marcas-descripcion {
        font-size: 0.95rem;
        margin-top: 6px;
        margin-bottom: 14px;
    }

    .filtros-estado {
        padding: 8px 10px;
        flex-direction: column;
        align-items: flex-start;
    }

    .filtros-estado-texto {
        font-size: 0.9rem;
    }

    .seccion-eficiencia {
        margin-top: 16px;
        padding: 0 1rem;
    }

    .eficiencia-contenido {
        padding: 16px;
        border-radius: 10px;
        text-align: left;
    }

    .eficiencia-titulo {
        font-size: 1.15rem;
    }

    .eficiencia-texto {
        font-size: 0.95rem;
        margin: 0;
        max-width: none;
    }

    .seccion-servicio {
        margin-top: 12px;
        padding: 0 1rem;
    }

    .servicio-contenido {
        padding: 16px;
        border-radius: 10px;
        text-align: left;
    }

    .servicio-titulo {
        font-size: 1.1rem;
    }

    .servicio-texto {
        font-size: 0.95rem;
        margin: 0;
        max-width: none;
    }

    .info-header {
        justify-content: flex-start;
        margin-bottom: 6px;
    }

    .seccion-cta {
        margin-top: 12px;
        padding: 0 1rem;
    }

    .cta-contenido {
        padding: 18px;
        text-align: left;
    }

    .cta-boton {
        margin: 0 auto;
    }

    .carrusel {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        box-sizing: border-box;
    }


    .tarjeta-cliente {
        flex: 0 0 auto;
        width: 110px;
        height: 45px;
        padding: 6px;
        border: 1px solid #D9D9D9;
        border-radius: 12px;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .tarjeta-cliente img {
        object-fit: contain;
    }

    .grid-productos {
        display: flex;
        flex-wrap: nowrap;
        gap: 16px;
        padding-inline: 0;
        width: 100%;
        box-sizing: border-box;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        --card-width: 78%;
    }

    .grid-productos::before {
        content: "";
        flex: 0 0 calc((100% - var(--card-width)) / 2);
    }

    .tarjeta-caldera,
    .tarjeta-aire {
        width: auto;
        flex: 0 0 var(--card-width);
        scroll-snap-align: center;
    }

    .tarjeta-caldera img {
        width: 90%;
    }

    .tarjeta-aire img {
        width: 50%;
    }

    #productos .precio-producto::after {
        font-size: 0.8rem;
        margin-top: 4px;
    }

    .carrusel-hint {
        display: block;
    }

    .grid-productos::-webkit-scrollbar {
        display: none;
    }

    .contenedor-paginacion {
        display: none;
    }
}

@media (max-width: 480px) {

    body {
        overflow-x: hidden;
    }

    .whatsapp-btn {
        width: 25px;
        height: 25px;
        right: 15%;
        bottom: 8%;
    }

    .banner-imagen {
        height: 280px;
        object-fit: cover;
    }

    .banner-contenido {
        width: 86%;
        margin-left: 0;
        left: 7%;
        padding: 12px;
    }

    .banner-titulo {
        font-size: 18px;
        margin-top: 0;
    }

    .banner-descripcion {
        font-size: 11px;
        line-height: 1.25;
        margin-bottom: 8px;
    }

    .banner-boton-contacto {
        padding: 7px 20px;
        font-size: 12px;
        margin-bottom: 0;
        margin-top: 6px;
    }

    .seccion-instalacion {
        margin: 16px auto 0;
        padding: 0 0.9rem;
    }

    .instalacion-contenido {
        padding: 16px 16px;
        border-radius: 10px;
    }

    .instalacion-titulo {
        font-size: 1.1rem;
    }

    .instalacion-lista {
        font-size: 0.95rem;
    }

    .instalacion-aviso {
        font-size: 0.88rem;
    }

    .seccion-marcas {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }

    .contenido-productos {
        margin-top: 16px;
    }

    .seccion-productos {
        margin-top: 16px;
        transform: none;
    }

    .seccion-marcas.filtros-pasos {
        align-items: stretch;
        gap: 16px;
        padding: 0 0.9rem;
        box-sizing: border-box;
    }

    .seccion-marcas.filtros-pasos .marcas-texto,
    .seccion-marcas.filtros-pasos .tipo-texto {
        width: 100%;
        align-items: flex-start;
        min-height: auto;
        padding: 16px;
    }

    .marcas-texto {
        display: flex;
        flex-direction: column;
    }

    .filtro-productos {
        margin-top: 15px;
        margin-bottom: 20px;
        justify-content: center;
        flex-direction: column;
        gap: 10px;
    }

    .marcas-titulo {
        font-size: 1.1rem;
        white-space: nowrap;
    }

    .tipo-titulo {
        margin: 0;
    }

    .tipo-descripcion {
        font-size: 0.9rem;
        margin-top: 6px;
        margin-bottom: 12px;
    }

    .marcas-descripcion {
        font-size: 0.9rem;
        margin-top: 6px;
        margin-bottom: 12px;
    }

    .filtros-estado {
        padding: 8px 10px;
        flex-direction: column;
        align-items: flex-start;
    }

    .filtros-estado-texto {
        font-size: 0.88rem;
    }

    .seccion-eficiencia {
        margin-top: 16px;
        padding: 0 0.9rem;
    }

    .eficiencia-contenido {
        padding: 16px;
        border-radius: 10px;
        text-align: left;
    }

    .eficiencia-titulo {
        font-size: 1.1rem;
    }

    .eficiencia-texto {
        font-size: 0.92rem;
        margin: 0;
        max-width: none;
    }

    .seccion-servicio {
        margin-top: 12px;
        padding: 0 0.9rem;
    }

    .servicio-contenido {
        padding: 16px;
        border-radius: 10px;
        text-align: left;
    }

    .servicio-titulo {
        font-size: 1.05rem;
    }

    .servicio-texto {
        font-size: 0.92rem;
        margin: 0;
        max-width: none;
    }

    .info-header {
        justify-content: flex-start;
        margin-bottom: 6px;
    }

    .carrusel {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        width: 100%;
        box-sizing: border-box;
    }

    .fila1,
    .fila2 {
        display: flex;
        justify-content: center;
        /* Centra las tarjetas dentro de cada fila */
        gap: 16px;
        width: 100%;
        flex-wrap: wrap;
    }

    .tarjeta-cliente {
        flex: 0 0 auto;
        width: 110px;
        height: 45px;
        padding: 6px;
        border: 1px solid #D9D9D9;
        border-radius: 12px;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .tarjeta-cliente img {
        object-fit: contain;
    }

    .grid-productos {
        display: flex;
        flex-wrap: nowrap;
        gap: 16px;
        padding-inline: 0;
        width: 100%;
        box-sizing: border-box;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        --card-width: 85%;
    }

    .tarjeta-caldera,
    .tarjeta-aire {
        width: auto;
        flex: 0 0 var(--card-width);
        scroll-snap-align: center;
    }

    .grid-productos::before {
        content: "";
        flex: 0 0 calc((100% - var(--card-width)) / 2);
    }

    #productos .precio-producto::after {
        font-size: 0.78rem;
        margin-top: 4px;
    }

    .carrusel-hint {
        display: block;
    }
}
