* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #f0f0f0; /* Color para los bordes fuera del wrapper */
}

html, body {
    width: 100%;
    overflow-x: hidden; /* Previene la barra de scroll horizontal */
}

    /* Ajustes Generales */
    body {
        /* Puedes ajustar la fuente base si es necesario, pero empecemos por componentes */
    }
.page-wrapper {
    max-width: 100%;
    width: 100%; 
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    overflow: hidden; /* Ayuda a contener cualquier desbordamiento interno */
}

    /* HEADER */
    header {
        padding: 8px 10px; /* Reducir padding lateral */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 8px 15px;
    border-bottom: 1px solid #e0e0e0;
    max-width: 100%; 
    margin: 0 auto; 
    background-color: #fff;
    }

    .logo img {
        max-width: 800px; /* Reducir tamaño del logo */
        height: auto;     /* Altura automática para mantener proporción */
        padding: 50px;    /* Reducir padding del logo */
    }

    .nav-social-group {
        gap: 20px;        /* Reducir espacio entre nav y social media */
        padding: 30px;    /* Reducir padding general */
        padding-right: 200px; /* Reducir padding derecho específico */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 25px;
    margin: 8px 0;
    margin-bottom: 10px;
    padding: 50px;
    padding-right: 150px;
    }
    .nav-social-group nav ul li a {
    position: relative;
}
nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    padding: 0;
}

    nav ul li a {
    font-size: 48px;  /* Reducir tamaño de fuente de navegación */
    margin: 20px;     /* Reducir margen entre ítems */
    text-decoration: none;
    color: black;
    font-size: 40px;
    position: relative;
    font-weight: bold;
    margin: 30px;
    }

    nav ul li a:after {
        height: 75px;     /* Ajustar altura del separador */
        right: -27px;     /* Ajustar posición del separador */
        top: -12px;
        width: 10px;
    content: '';
    display: block;
    width: 8px;
    height: 45px;
    background: red;
    position: absolute;
    right: -30px;
    top: 6%;
}
.social-media {
    display: flex;
    align-items: center;
    gap: 10px;
}


    .social-media img {
    height: 40px;
    width: auto;
        
    }

    /* Banner rojo con imagen */
    .banner-section img {
        height: 100%;
        width: 100%;
        aspect-ratio: 1920/250;
        max-height: 450px; /* Reducir altura máxima del banner si es necesario */
        min-width: 1821px;
        
    }


    /* Secciones full-banner-section-wrapped */
    .full-banner-section-wrapped {
        padding: 30px 20px; /* Reducir padding general de secciones */
        min-height: auto;   /* Permitir que el contenido defina la altura, o ajustar a un valor menor que 100vh si es mucho */
    }
    
#inicio-seccion-1 {
    width: 100%;
    height: 100%;
    max-width: 1920px; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    min-width: 1821px;
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}


#inicio-seccion-2 {
    width: 100%;
    height: 100%;
    min-width: 1821px;
    max-width: 1920px; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen4.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}

#inicio-seccion-3 {
    width: 100%;
    height: 100%;
    min-width: 1821px;
    max-width: 1920px; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen5.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}





    /* Contenedores de contenido dentro de las secciones */




    .banner-content {
        /* Si tenías márgenes laterales muy grandes como margin-right: 500px, deben eliminarse o reducirse drásticamente */

        justify-content: left; /* Centrar contenido si es apropiado */
        text-align: left; /* Centrar texto */
        margin-top: 150px;
    }
    .banner-content .banner-text {
        margin-top: 0px; /* Reducir margen superior */
        max-width: 100%; /* Permitir que ocupe el ancho del .banner-content */
        text-align: left; /* Mantener o cambiar según diseño */
    }
    .banner-text {
        margin-left: 100px;
        margin-right: 600px;

    }


    .banner-content2 {

        justify-content: center;
    }

    .banner-text2{
        margin-left: 900px;
        margin-right: 60px;
        margin-top: 150px;
    }

     .banner-content2 .banner-text2 {
        text-align: center; /* Asegurar centrado */
        max-width: 100%;
    }


    .banner-text h1 {
        font-size: 35px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 10px;
        margin-right: 300px;
        

    }
    .banner-text2 h1 {
        font-size: 40px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 50px;
    }

    .banner-text2 h2 {
        font-size: 35px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 50px;
    }

    .banner-content3 .banner-text3 {
    text-align: center; /* Asegurar centrado */
    max-width: 100%;
    }
    
    .banner-content3 {
        margin-top: 20%;

        justify-content: center;
    }

    .banner-text3 h1 {
        font-size: 45px;  /* Reducir tamaño de fuente */
        margin-bottom: 20px;
    }

    .banner-text3 h2 {
        font-size: 40px;  /* Reducir tamaño de fuente */

    }


     /* SECCIÓN MODELOS */
    #modelos-fila-1,
    #modelos-fila-2,
    #modelos-fila-3 {
        max-width: 1920px;
        min-width: 1821px;
        height: 100%;
        width: 100%;
        aspect-ratio: 1920/960;

                          /* O un valor más grande como 600px o 700px si quieres limitar la sección */
        margin-bottom: 0px; /* Espacio positivo entre las filas de modelos. ¡Eliminamos los márgenes negativos! */
        padding-bottom: 0px;
    }




    /* Si #modelos-fila-3 tenía un margin-bottom diferente, puedes especificarlo: */
    /* #modelos-fila-3 { margin-bottom: 50px; } */


    #modelos-fila-1 img, /* Estos selectores apuntaban a la imagen de fondo, no a la imagen dentro de .box */
    #modelos-fila-2 img, /* La altura de las imágenes de producto se controla con .box img */
    #modelos-fila-3 img {
        max-width: auto;
        min-width: auto;
        height: 100%;
    }

 .model-row-wrapper {
    width: 100%;
    position: relative; 
    overflow: hidden;   
    box-sizing: border-box;

    /* Altura: Usaremos padding para darle espacio al contenido y definir indirectamente la altura */
    padding: 50px 15px; /* Ajusta este padding vertical para controlar la altura visible */
    min-height: auto;   /* Opcional: quita cualquier min-height fijo si el padding es suficiente */
    height: 750px;
    /* Quitar propiedades de background CSS si las tenías */
}


.model-row-bg-img {
    position: absolute;
    top: 0;            
    left: 0;           
    width: 100%;
    height: 100%;      /* Cubre toda la altura del wrapper */
    
    /* CAMBIO CLAVE: Usa 'cover' */
    object-fit: cover; /* LLENA todo el espacio, PUEDE RECORTAR la imagen */

    z-index: 0;        /* Detrás del contenido */
    display: block;
}

.model-content-overlay {
    position: relative;   /* Se posiciona normalmente sobre el fondo */
    z-index: 1;           /* Asegura que esté sobre la imagen (z-index: 0) */
    max-width: 1750px;    /* Ancho máximo para las cajas */
    margin: 0 auto;       /* Centra el contenedor de cajas */
    padding: 200px 0px;   /* Padding INTERNO para el contenido, ajusta si es necesario */
                          /* Si quitaste el padding del wrapper, añade padding vertical aquí */
    box-sizing: border-box;
    background-color: transparent; /* Fondo transparente */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.container { /* Ya debería tener la clase .model-content-overlay en el HTML */
    display: flex;
    flex-wrap: wrap;
    gap: 30px;

}


/* Cajas individuales de producto (Fila 1) - Más grandes */
.box {
    background-color: #fff;       
    border: 1px solid #ddd;       
    border-radius: 8px;           /* Bordes redondeados un poco más grandes */
    box-shadow: 0 2px 5px rgba(0,0,0,0.12); /* Sombra un poco más pronunciada */
    overflow: hidden;             
    display: flex;                
    flex-direction: column;       
    
    /* Tamaño y distribución - Ajustado para cajas más grandes */
    flex-basis: calc(33.333% - 30px); /* 3 cajas por fila (ajusta '30px' si cambias el gap) */
    min-width: 480px;             /* Ancho mínimo */
    max-width: 480px;             /* Ancho máximo aumentado */
    height: 450px;

    transition: transform 0.2s ease, box-shadow 0.2s ease; 
}
.box:hover {
    transform: translateY(-5px); 
    box-shadow: 0 5px 10px rgba(0,0,0,0.18);
}

/* Título dentro de la caja (Fila 1) - Más grande */
.title {
    background-color: #E53935; 
    color: white;
    font-size: 2.05em;         /* Tamaño de fuente ligeramente aumentado */
    font-weight: bold;
    text-align: center;
    padding: 12px 10px;       /* Padding interno aumentado */
    width: 100%;
}

/* Imagen dentro de la caja (Fila 1) - Más grande */
.box img {
    width: 100%;             
    height: 450px;            /* AUMENTAMOS LA ALTURA DE LA IMAGEN */
    object-fit: cover;       
    display: block;
}

/* agrandamiento */
/* Modal - fondo oscuro centrado */
.img-modal {
  display: none; /* Oculto por defecto */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8); /* Fondo oscuro */
}

/* Imagen ampliada dentro del modal */
.img-modal-content {
  display: block;
  position: relative;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  width: 800px;       /* Tamaño fijo horizontal */
  height: 800px;      /* Tamaño fijo vertical */
  object-fit: contain; /* Asegura que no se deforme */
  border-radius: 10px;
  box-shadow: 0 0 20px white;
  background-color: #fff;
    outline: none;
  user-select: none;
}


/* Botón para cerrar el modal */
.close-modal {
  position: absolute;
  top: 20px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
}


/*cuadros en el fondo3 */
.benefits-row {

    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    margin-top: 40px;
    flex-wrap: wrap;
    padding: 20px;
    padding-top: 0px;


}

.benefit-box {
    background: linear-gradient(to right, #333, #999, #333);
    margin: 10px 20px; /*separar cuadros */
    padding: 30px 20px; /*orden del texto*/
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 2.5em;
    min-width: 500px;
    max-width: 500px;
    height: 195px; /* Fijamos una altura */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}





/* FOOTER */

/* === INICIO: SECCIÓN DEL FOOTER (#inicio-seccion-footer) === */
#inicio-seccion-footer {
    width: 100%;
    height: 100%;
    min-width: 1821px;
    max-width: 1920px;
    /* IMPORTANTE: Ajusta aspect-ratio a la proporción REAL de tu imagen6.PNG (ancho_imagen / alto_imagen) */
    aspect-ratio: 1920 / 498;  /* EJEMPLO: si imagen6.PNG es 1920x400. ¡Cámbialo! */
    background-image: url('imagen6.png'); /* Tu imagen con el fondo rosado, cortes grises Y EL LOGO HEXAGONAL EN EL CENTRO */
    background-size: 1920px 100%;   /* 'cover' es bueno si aspect-ratio coincide con la proporción de la imagen */
    background-position: center; /* Asegura que el logo esté centrado */
    background-repeat: no-repeat;
    
    /* AJUSTA ESTOS PADDINGS PARA REDUCIR LA ALTURA TOTAL */
    position: relative;
    box-sizing: border-box;
    padding-top: 0px;    /* Espacio interno superior para el contenido */
    padding-bottom: 60px; /* Espacio interno inferior (y para el WhatsApp) */
    overflow: hidden;     /* Para evitar que el contenido se desborde visualmente del aspect-ratio */
}


/* Columna Izquierda: Informes */
.info-box-footer {
    flex: 1;
    text-align: left;
    color: #000000; 
    padding-right: 300px;



    /* padding-right: 5px; */ /* Puedes reducir este padding si es necesario */
}

/* Columna Central: ESPACIO para el logo hexagonal del fondo */
.logo-box-footer {
    flex: 0 0 auto;
    /* AJUSTA ESTE ANCHO SI EL LOGO EN TU IMAGEN DE FONDO ES MÁS PEQUEÑO/ESTRECHO */
    width: 120px;     /* Si el logo en el fondo es más pequeño, reduce este valor */
}

/* Columna Derecha: Horario */
.schedule-box-footer {
    flex: 1;
    text-align: right;
    color: #000000;
    padding-left: 300px;



    /* padding-left: 5px; */ /* Puedes reducir este padding si es necesario */
}

/* Estilos para los textos H1 y P dentro de las columnas del footer */
/* REDUCE EL TAMAÑO DE FUENTE Y MÁRGENES PARA HACERLO MÁS COMPACTO */


.info-box-footer h1,
.schedule-box-footer h1 {
    font-size: 30px;  /* Más pequeño */
    line-height: 1.3;  /* Más compacto */
    font-weight: bold;
    margin-bottom: 4px; /* Menos espacio */
    text-align: center;
}
.schedule-box-footer h1,
.info-box-footer h1 {
    margin: 0 auto;
    text-align: center;
}

.info-box-footer a{
    text-decoration: none;
    color: #000;
}
/* ... (los estilos de .info-box-footer a y a:hover se mantienen) ... */


/* Icono de WhatsApp superpuesto en el Footer */
.whatsapp-fixed img{
    position: fixed;
    
    /* AJUSTA ESTOS VALORES PARA QUE ENCAJE EN UN FOOTER MÁS PEQUEÑO */
    bottom: 100px;  /* Más cerca del borde inferior */
    right: 100px;   /* Más cerca del borde derecho */
    
    width: 80px;   /* Icono de WhatsApp más pequeño */
    height: 80px;  /* Icono de WhatsApp más pequeño */
    z-index: 2;
}
.info-box { /* Esta es tu regla general, puede necesitar revisión */
    flex-grow: 1; 
    flex-shrink: 1;

}

.schedule-box { /* Esta es tu regla general, puede necesitar revisión */

    flex-grow: 0; 
    flex-shrink: 0; 

}
.banner-content4 { 
    width: 100%;
    /* max-height: 100px; */ /* Comentado porque causaba problemas en el footer, decide si lo necesitas en otro lado */
    min-height: 100px; /* Para asegurar que al menos tenga esta altura si se usa en otro sitio */

    /* Copio los estilos que tenías en tu último CSS para este, por si se usa en otro lado */
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 120px;
    gap: 35px;
    padding: 20px;
    box-sizing: border-box;
}


/* MEDIA QUERIES */
@media (min-width: 2197px) and (max-width: 2560px) {

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #f0f0f0; /* Color para los bordes fuera del wrapper */
}

html, body {
    width: 100%;
    overflow-x: hidden; /* Previene la barra de scroll horizontal */
}

    /* Ajustes Generales */
    body {
        /* Puedes ajustar la fuente base si es necesario, pero empecemos por componentes */
    }
.page-wrapper {
    max-width: 100%;
    width: 100%; 
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    overflow: hidden; /* Ayuda a contener cualquier desbordamiento interno */
}

    /* HEADER */
    header {
    padding: 8px 10px; /* Reducir padding lateral */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 100px 50px;
    border-bottom: 1px solid #e0e0e0;
    max-width: 100%; 
    margin: 0 auto; 
    background-color: #fff;
    }

    .logo img {
        width: 2560px; /* Reducir tamaño del logo */
        height: 100%;     /* Altura automática para mantener proporción */
        padding: 0px;    /* Reducir padding del logo */
        aspect-ratio: 600/120;
    }

    .nav-social-group {
    gap: 20px;        /* Reducir espacio entre nav y social media */
    padding: 30px;    /* Reducir padding general */
    padding-right: 200px; /* Reducir padding derecho específico */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 25px;
    margin: 8px 0;
    margin-bottom: 10px;
    padding: 50px;
    }
    .nav-social-group nav ul li a {
    position: relative;
}
nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    padding: 0;
}

    nav ul li a {
    font-size: 52px;  /* Reducir tamaño de fuente de navegación */
    margin: 20px;     /* Reducir margen entre ítems */
    text-decoration: none;
    color: black;
    position: relative;
    font-weight: bold;
    margin: 30px;
    }

    nav ul li a:after {
    height: 70px;     /* Ajustar altura del separador */
    right: -37px;     /* Ajustar posición del separador */
    top: -7px;
    width: 10px;
    content: '';
    display: block;
    background: red;
    position: absolute;
}
.social-media {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-left: 30px;
}

    .social-media img {
    height: 40px;
    width: auto;
        
    }

    /* Banner rojo con imagen */
    .banner-section img {
        aspect-ratio: 1920/250;
        width: 100%;
        height: 100%;
        min-width: 2197px;
        max-width: 2560px;
 
    }
    /* Secciones full-banner-section-wrapped */
    .full-banner-section-wrapped {
        padding: 30px 20px; /* Reducir padding general de secciones */
        min-height: auto;   /* Permitir que el contenido defina la altura, o ajustar a un valor menor que 100vh si es mucho */
    }
    
#inicio-seccion-1 {
    height: 100%;
    width: 100%;
    min-width: 2197px;
    max-width: 2560px; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}


#inicio-seccion-2 {
    height: 100%;
    width: 100%;
    min-width: 2197px;
    max-width: 2560px;/* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen4.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}

#inicio-seccion-3 {
    height: 100%;
    width: 100%;
    min-width: 2197px;
    max-width: 2560px; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen5.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}

    .banner-content {
        /* Si tenías márgenes laterales muy grandes como margin-right: 500px, deben eliminarse o reducirse drásticamente */

        justify-content: left; /* Centrar contenido si es apropiado */
        text-align: left; /* Centrar texto */
        margin-top: 150px;
    }
    .banner-content .banner-text {
        margin-top: 0px; /* Reducir margen superior */
        max-width: 100%; /* Permitir que ocupe el ancho del .banner-content */
        text-align: left; /* Mantener o cambiar según diseño */
    }
    .banner-text {
        margin-left: 100px;
        margin-right: 600px;

    }
    .banner-content2 {

        justify-content: center;
    }

    .banner-text2{
        margin-left: 1200px;
        margin-right: 60px;
        margin-top: 250px;
    }

     .banner-content2 .banner-text2 {
        text-align: center; /* Asegurar centrado */
        max-width: 100%;
    }


    .banner-text h1 {
        font-size: 48px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 10px;
        margin-right: 600px;
        

    }
    .banner-text2 h1 {
        font-size: 56px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 50px;
    }

    .banner-text2 h2 {
        font-size: 48px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 50px;
    }

    .banner-content3 .banner-text3 {
    text-align: center; /* Asegurar centrado */
    max-width: 100%;
    }
    
    .banner-content3 {
        margin-top: 20%;

        justify-content: center;
    }

    .banner-text3 h1 {
        font-size: 56px;  /* Reducir tamaño de fuente */
        margin-bottom: 20px;
    }

    .banner-text3 h2 {
        font-size: 48px;  /* Reducir tamaño de fuente */

    }


     /* SECCIÓN MODELOS */
    #modelos-fila-1,
    #modelos-fila-2,
    #modelos-fila-3 {
    height: 100%;
    width: 100%;
    min-width: 2197px;
    max-width: 2560px;
        aspect-ratio: 1920/960;

                          /* O un valor más grande como 600px o 700px si quieres limitar la sección */
        margin-bottom: 0px; /* Espacio positivo entre las filas de modelos. ¡Eliminamos los márgenes negativos! */
        padding-bottom: 0px;
    }




    /* Si #modelos-fila-3 tenía un margin-bottom diferente, puedes especificarlo: */
    /* #modelos-fila-3 { margin-bottom: 50px; } */


    #modelos-fila-1 img, /* Estos selectores apuntaban a la imagen de fondo, no a la imagen dentro de .box */
    #modelos-fila-2 img, /* La altura de las imágenes de producto se controla con .box img */
    #modelos-fila-3 img {
        max-width: auto;
        min-width: auto;
        height: 100%;
    }

 .model-row-wrapper {
    width: 100%;
    position: relative; 
    overflow: hidden;   
    box-sizing: border-box;

    /* Altura: Usaremos padding para darle espacio al contenido y definir indirectamente la altura */
    padding: 50px 15px; /* Ajusta este padding vertical para controlar la altura visible */
    min-height: auto;   /* Opcional: quita cualquier min-height fijo si el padding es suficiente */
    height: 750px;
    /* Quitar propiedades de background CSS si las tenías */
}


.model-row-bg-img {
    position: absolute;
    top: 0;            
    left: 0;           
    width: 100%;
    height: 100%;      /* Cubre toda la altura del wrapper */
    
    /* CAMBIO CLAVE: Usa 'cover' */
    object-fit: cover; /* LLENA todo el espacio, PUEDE RECORTAR la imagen */

    z-index: 0;        /* Detrás del contenido */
    display: block;
}

.model-content-overlay {
    position: relative;   /* Se posiciona normalmente sobre el fondo */
    z-index: 1;           /* Asegura que esté sobre la imagen (z-index: 0) */
    max-width: 2500px;    /* Ancho máximo para las cajas */
    margin: 0 auto;       /* Centra el contenedor de cajas */
    padding: 200px 0px;   /* Padding INTERNO para el contenido, ajusta si es necesario */
                          /* Si quitaste el padding del wrapper, añade padding vertical aquí */
    box-sizing: border-box;
    background-color: transparent; /* Fondo transparente */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.container { /* Ya debería tener la clase .model-content-overlay en el HTML */
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 70px;

}


/* Cajas individuales de producto (Fila 1) - Más grandes */
.box {
    background-color: #fff;       
    border: 1px solid #ddd;       
    border-radius: 8px;           /* Bordes redondeados un poco más grandes */
    box-shadow: 0 2px 5px rgba(0,0,0,0.12); /* Sombra un poco más pronunciada */
    overflow: hidden;             
    display: flex;                
    flex-direction: column;       
    
    /* Tamaño y distribución - Ajustado para cajas más grandes */
    flex-basis: calc(33.333% - 30px); /* 3 cajas por fila (ajusta '30px' si cambias el gap) */
    min-width: 680px;             /* Ancho mínimo */
    max-width: 680px;             /* Ancho máximo aumentado */
    height: 650px;

    transition: transform 0.2s ease, box-shadow 0.2s ease; 
}
.box:hover {
    transform: translateY(-5px); 
    box-shadow: 0 5px 10px rgba(0,0,0,0.18);
}

/* Título dentro de la caja (Fila 1) - Más grande */
.title {
    background-color: #E53935; 
    color: white;
    font-size: 2.05em;         /* Tamaño de fuente ligeramente aumentado */
    font-weight: bold;
    text-align: center;
    padding: 12px 10px;       /* Padding interno aumentado */
    width: 100%;
}

/* Imagen dentro de la caja (Fila 1) - Más grande */
.box img {
    width: 100%;             
    height: 450px;            /* AUMENTAMOS LA ALTURA DE LA IMAGEN */
    object-fit: cover;       
    display: block;
}

/* agrandamiento */
/* Modal - fondo oscuro centrado */
.img-modal {
  display: none; /* Oculto por defecto */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8); /* Fondo oscuro */
}

/* Imagen ampliada dentro del modal */
.img-modal-content {
  display: block;
  position: relative;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  width: 800px;       /* Tamaño fijo horizontal */
  height: 800px;      /* Tamaño fijo vertical */
  object-fit: contain; /* Asegura que no se deforme */
  border-radius: 10px;
  box-shadow: 0 0 20px white;
  background-color: #fff;
    outline: none;
  user-select: none;
}


/* Botón para cerrar el modal */
.close-modal {
  position: absolute;
  top: 20px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
}
#modelos-fila-3 {
    height: auto; /* Permitir que crezca según el contenido */
    min-height: 900px; /* O más, ajusta según lo necesario */
    padding-bottom: 100px; /* Espacio adicional para los cuadros */
}

/*cuadros en el fondo3 */
.benefits-row {

    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
    padding-bottom: 100px;



}

.benefit-box {
    background: linear-gradient(to right, #333, #999, #333);
    margin: 10px 20px; /*separar cuadros */
    padding: 30px 20px; /*orden del texto*/
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 3.5em;
    min-width: 700px;
    max-width: 700px;
    height: 295px; /* Fijamos una altura */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}





/* FOOTER */

/* === INICIO: SECCIÓN DEL FOOTER (#inicio-seccion-footer) === */
#inicio-seccion-footer {
    height: 100%;
    width: 100%;
    min-width: 2197px;
    max-width: 2560px;
    /* IMPORTANTE: Ajusta aspect-ratio a la proporción REAL de tu imagen6.PNG (ancho_imagen / alto_imagen) */
    aspect-ratio: 1920 / 498;  /* EJEMPLO: si imagen6.PNG es 1920x400. ¡Cámbialo! */
    background-image: url('imagen6.png'); /* Tu imagen con el fondo rosado, cortes grises Y EL LOGO HEXAGONAL EN EL CENTRO */
    background-size: 2560px 100%;   /* 'cover' es bueno si aspect-ratio coincide con la proporción de la imagen */
    background-position: center; /* Asegura que el logo esté centrado */
    background-repeat: no-repeat;
    
    /* AJUSTA ESTOS PADDINGS PARA REDUCIR LA ALTURA TOTAL */
    position: relative;
    box-sizing: border-box;
    padding-top: 0px;    /* Espacio interno superior para el contenido */
    padding-bottom: 60px; /* Espacio interno inferior (y para el WhatsApp) */
    overflow: hidden;     /* Para evitar que el contenido se desborde visualmente del aspect-ratio */
}

/* Contenedor para el contenido textual (Informes, Horario) DENTRO de #inicio-seccion-footer */
.banner-content4-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px; /* Ajusta si quieres más o menos espacio horizontal */
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    flex-wrap: wrap; /* importante para móviles */
 
    
}


/* Columna Izquierda: Informes */
.info-box-footer {
    flex: 1;
    text-align: left;
    color: #000000; 




    /* padding-right: 5px; */ /* Puedes reducir este padding si es necesario */
}

/* Columna Central: ESPACIO para el logo hexagonal del fondo */
.logo-box-footer {
    flex: 0 0 auto;
    /* AJUSTA ESTE ANCHO SI EL LOGO EN TU IMAGEN DE FONDO ES MÁS PEQUEÑO/ESTRECHO */
    width: 120px;     /* Si el logo en el fondo es más pequeño, reduce este valor */
}

/* Columna Derecha: Horario */
.schedule-box-footer {
    flex: 1;
    text-align: right;
    color: #000000;



    /* padding-left: 5px; */ /* Puedes reducir este padding si es necesario */
}

/* Estilos para los textos H1 y P dentro de las columnas del footer */
/* REDUCE EL TAMAÑO DE FUENTE Y MÁRGENES PARA HACERLO MÁS COMPACTO */


.info-box-footer h1,
.schedule-box-footer h1 {
    font-size: 48px;  /* Más pequeño */
    line-height: 1.3;  /* Más compacto */
    font-weight: bold;
    margin-bottom: 4px; /* Menos espacio */
    text-align: center;
}
.schedule-box-footer h1,
.info-box-footer h1 {
    margin: 0 auto;
    text-align: center;
}

.info-box-footer a{
    text-decoration: none;
    color: #000;
}
/* ... (los estilos de .info-box-footer a y a:hover se mantienen) ... */


/* Icono de WhatsApp superpuesto en el Footer */
.whatsapp-fixed img{
    position: fixed;
    
    /* AJUSTA ESTOS VALORES PARA QUE ENCAJE EN UN FOOTER MÁS PEQUEÑO */
    bottom: 250px;  /* Más cerca del borde inferior */
    right: 200px;   /* Más cerca del borde derecho */
    
    width: 130px;   /* Icono de WhatsApp más pequeño */
    height: 130px;  /* Icono de WhatsApp más pequeño */
    z-index: 2;
}
.info-box { /* Esta es tu regla general, puede necesitar revisión */
    flex-grow: 1; 
    flex-shrink: 1;

}

.schedule-box { /* Esta es tu regla general, puede necesitar revisión */

    flex-grow: 0; 
    flex-shrink: 0; 

}
.banner-content4 { 
    width: 100%;
    /* max-height: 100px; */ /* Comentado porque causaba problemas en el footer, decide si lo necesitas en otro lado */
    min-height: 100px; /* Para asegurar que al menos tenga esta altura si se usa en otro sitio */

    /* Copio los estilos que tenías en tu último CSS para este, por si se usa en otro lado */
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 2300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 120px;
    gap: 35px;
    padding: 20px;
    box-sizing: border-box;
}
}

@media (min-width:2111px) and (max-width: 2196px) {
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #f0f0f0; /* Color para los bordes fuera del wrapper */
}

html, body {
    width: 100%;
    overflow-x: hidden; /* Previene la barra de scroll horizontal */
}

    /* Ajustes Generales */
    body {
        /* Puedes ajustar la fuente base si es necesario, pero empecemos por componentes */
    }
.page-wrapper {
    max-width: 100%;
    width: 100%; 
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    overflow: hidden; /* Ayuda a contener cualquier desbordamiento interno */
}

    /* HEADER */
    header {
    padding: 8px 10px; /* Reducir padding lateral */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 100px 50px;
    border-bottom: 1px solid #e0e0e0;
    max-width: 100%; 
    margin: 0 auto; 
    background-color: #fff;
    }

    .logo img {
        width: 2196px; /* Reducir tamaño del logo */
        height: 100%;     /* Altura automática para mantener proporción */
        padding: 0px;    /* Reducir padding del logo */
        aspect-ratio: 600/120;
    }

    .nav-social-group {
    gap: 20px;        /* Reducir espacio entre nav y social media */
    padding: 30px;    /* Reducir padding general */
    padding-right: 200px; /* Reducir padding derecho específico */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 25px;
    margin: 8px 0;
    margin-bottom: 10px;
    padding: 50px;
    }
    .nav-social-group nav ul li a {
    position: relative;
}
nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    padding: 0;
}

    nav ul li a {
    font-size: 52px;  /* Reducir tamaño de fuente de navegación */
    margin: 20px;     /* Reducir margen entre ítems */
    text-decoration: none;
    color: black;
    position: relative;
    font-weight: bold;
    margin: 30px;
    }

    nav ul li a:after {
    height: 70px;     /* Ajustar altura del separador */
    right: -37px;     /* Ajustar posición del separador */
    top: -7px;
    width: 10px;
    content: '';
    display: block;
    background: red;
    position: absolute;
}
.social-media {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-left: 30px;
}

    .social-media img {
    height: 40px;
    width: auto;
        
    }

    /* Banner rojo con imagen */
    .banner-section img {
        aspect-ratio: 1920/250;
        max-width: 2196px;
        min-width: 1921px;
        height: 100%;
        width: 100%;
 
    }
    /* Secciones full-banner-section-wrapped */
    .full-banner-section-wrapped {
        padding: 30px 20px; /* Reducir padding general de secciones */
        min-height: auto;   /* Permitir que el contenido defina la altura, o ajustar a un valor menor que 100vh si es mucho */
    }
    
#inicio-seccion-1 {
    max-width: 2196px;
    min-width: 1921px;
    height: 100%;
    width: 100%; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}


#inicio-seccion-2 {
    max-width: 2196px;
    min-width: 1921px;
    height: 100%;
    width: 100%;
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen4.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}

#inicio-seccion-3 {
    max-width: 2196px;
    min-width: 1921px;
    height: 100%;
    width: 100%; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen5.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}

    .banner-content {
        /* Si tenías márgenes laterales muy grandes como margin-right: 500px, deben eliminarse o reducirse drásticamente */

        justify-content: left; /* Centrar contenido si es apropiado */
        text-align: left; /* Centrar texto */
        margin-top: 150px;
    }
    .banner-content .banner-text {
        margin-top: 0px; /* Reducir margen superior */
        max-width: 100%; /* Permitir que ocupe el ancho del .banner-content */
        text-align: left; /* Mantener o cambiar según diseño */
    }
    .banner-text {
        margin-left: 100px;
        margin-right: 600px;

    }
    .banner-content2 {

        justify-content: center;
    }

    .banner-text2{
        margin-left: 1050px;
        margin-right: 160px;
        margin-top: 150px;
    }

     .banner-content2 .banner-text2 {
        text-align: center; /* Asegurar centrado */
        max-width: 100%;
    }


    .banner-text h1 {
        font-size: 41px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 10px;
        margin-right: 500px;
        

    }
    .banner-text2 h1 {
        font-size: 46px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 50px;
    }

    .banner-text2 h2 {
        font-size: 41px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 50px;
    }

    .banner-content3 .banner-text3 {
    text-align: center; /* Asegurar centrado */
    max-width: 100%;
    }
    
    .banner-content3 {
        margin-top: 20%;

        justify-content: center;
    }

    .banner-text3 h1 {
        font-size: 50px;  /* Reducir tamaño de fuente */
        margin-bottom: 20px;
    }

    .banner-text3 h2 {
        font-size: 46px;  /* Reducir tamaño de fuente */

    }


     /* SECCIÓN MODELOS */
    #modelos-fila-1,
    #modelos-fila-2,
    #modelos-fila-3 {
        max-width: 2196px;
        min-width: 1921px;
        height: 100%;
        width: 100%;
        aspect-ratio: 1920/960;

                          /* O un valor más grande como 600px o 700px si quieres limitar la sección */
        margin-bottom: 0px; /* Espacio positivo entre las filas de modelos. ¡Eliminamos los márgenes negativos! */
        padding-bottom: 0px;
    }




    /* Si #modelos-fila-3 tenía un margin-bottom diferente, puedes especificarlo: */
    /* #modelos-fila-3 { margin-bottom: 50px; } */


    #modelos-fila-1 img, /* Estos selectores apuntaban a la imagen de fondo, no a la imagen dentro de .box */
    #modelos-fila-2 img, /* La altura de las imágenes de producto se controla con .box img */
    #modelos-fila-3 img {
        max-width: auto;
        min-width: auto;
        height: 100%;
    }

 .model-row-wrapper {
    width: 100%;
    position: relative; 
    overflow: hidden;   
    box-sizing: border-box;

    /* Altura: Usaremos padding para darle espacio al contenido y definir indirectamente la altura */
    padding: 50px 15px; /* Ajusta este padding vertical para controlar la altura visible */
    min-height: auto;   /* Opcional: quita cualquier min-height fijo si el padding es suficiente */
    height: 750px;
    /* Quitar propiedades de background CSS si las tenías */
}


.model-row-bg-img {
    position: absolute;
    top: 0;            
    left: 0;           
    width: 100%;
    height: 100%;      /* Cubre toda la altura del wrapper */
    
    /* CAMBIO CLAVE: Usa 'cover' */
    object-fit: cover; /* LLENA todo el espacio, PUEDE RECORTAR la imagen */

    z-index: 0;        /* Detrás del contenido */
    display: block;
}

.model-content-overlay {
    position: relative;   /* Se posiciona normalmente sobre el fondo */
    z-index: 1;           /* Asegura que esté sobre la imagen (z-index: 0) */
    max-width: 2100px;    /* Ancho máximo para las cajas */
    margin: 0 auto;       /* Centra el contenedor de cajas */
    padding: 200px 0px;   /* Padding INTERNO para el contenido, ajusta si es necesario */
                          /* Si quitaste el padding del wrapper, añade padding vertical aquí */
    box-sizing: border-box;
    background-color: transparent; /* Fondo transparente */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.container { /* Ya debería tener la clase .model-content-overlay en el HTML */
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 20px;

}


/* Cajas individuales de producto (Fila 1) - Más grandes */
.box {
    background-color: #fff;       
    border: 1px solid #ddd;       
    border-radius: 8px;           /* Bordes redondeados un poco más grandes */
    box-shadow: 0 2px 5px rgba(0,0,0,0.12); /* Sombra un poco más pronunciada */
    overflow: hidden;             
    display: flex;                
    flex-direction: column;       
    
    /* Tamaño y distribución - Ajustado para cajas más grandes */
    flex-basis: calc(33.333% - 30px); /* 3 cajas por fila (ajusta '30px' si cambias el gap) */
    min-width: 580px;             /* Ancho mínimo */
    max-width: 580px;             /* Ancho máximo aumentado */
    height: 550px;

    transition: transform 0.2s ease, box-shadow 0.2s ease; 
}
.box:hover {
    transform: translateY(-5px); 
    box-shadow: 0 5px 10px rgba(0,0,0,0.18);
}

/* Título dentro de la caja (Fila 1) - Más grande */
.title {
    background-color: #E53935; 
    color: white;
    font-size: 2.5em;         /* Tamaño de fuente ligeramente aumentado */
    font-weight: bold;
    text-align: center;
    padding: 12px 10px;       /* Padding interno aumentado */
    width: 100%;
}

/* Imagen dentro de la caja (Fila 1) - Más grande */
.box img {
    width: 100%;             
    height: 450px;            /* AUMENTAMOS LA ALTURA DE LA IMAGEN */
    object-fit: cover;       
    display: block;
}

/* agrandamiento */
/* Modal - fondo oscuro centrado */
.img-modal {
  display: none; /* Oculto por defecto */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8); /* Fondo oscuro */
}

/* Imagen ampliada dentro del modal */
.img-modal-content {
  display: block;
  position: relative;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  width: 800px;       /* Tamaño fijo horizontal */
  height: 800px;      /* Tamaño fijo vertical */
  object-fit: contain; /* Asegura que no se deforme */
  border-radius: 10px;
  box-shadow: 0 0 20px white;
  background-color: #fff;
    outline: none;
  user-select: none;
}


/* Botón para cerrar el modal */
.close-modal {
  position: absolute;
  top: 20px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
}
#modelos-fila-3 {
    height: auto; /* Permitir que crezca según el contenido */
    min-height: 900px; /* O más, ajusta según lo necesario */
    padding-bottom: 100px; /* Espacio adicional para los cuadros */
}

/*cuadros en el fondo3 */
.benefits-row {

    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
    padding-bottom: 100px;



}

.benefit-box {
    background: linear-gradient(to right, #333, #999, #333);
    margin: 10px 20px; /*separar cuadros */
    padding: 30px 20px; /*orden del texto*/
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 2.8em;
    min-width: 580px;
    max-width: 580px;
    height: 250px; /* Fijamos una altura */
    display: flex;
    justify-content: center;
    text-align: center;
}
/* FOOTER */

/* === INICIO: SECCIÓN DEL FOOTER (#inicio-seccion-footer) === */
#inicio-seccion-footer {
    max-width: 2196px;
    min-width: 1921px;
    height: 100%;
    width: 100%;
    /* IMPORTANTE: Ajusta aspect-ratio a la proporción REAL de tu imagen6.PNG (ancho_imagen / alto_imagen) */
    aspect-ratio: 1920 / 498;  /* EJEMPLO: si imagen6.PNG es 1920x400. ¡Cámbialo! */
    background-image: url('imagen6.png'); /* Tu imagen con el fondo rosado, cortes grises Y EL LOGO HEXAGONAL EN EL CENTRO */
    background-size: 2196px 100%;   /* 'cover' es bueno si aspect-ratio coincide con la proporción de la imagen */
    background-position: center; /* Asegura que el logo esté centrado */
    background-repeat: no-repeat;
    
    /* AJUSTA ESTOS PADDINGS PARA REDUCIR LA ALTURA TOTAL */
    position: relative;
    box-sizing: border-box;
    padding-top: 0px;    /* Espacio interno superior para el contenido */
    padding-bottom: 60px; /* Espacio interno inferior (y para el WhatsApp) */
    overflow: hidden;     /* Para evitar que el contenido se desborde visualmente del aspect-ratio */
}

/* Contenedor para el contenido textual (Informes, Horario) DENTRO de #inicio-seccion-footer */
.banner-content4-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px; /* Ajusta si quieres más o menos espacio horizontal */
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    flex-wrap: wrap; /* importante para móviles */
 
    
}


/* Columna Izquierda: Informes */
.info-box-footer {
    flex: 1;
    text-align: left;
    color: #000000; 
    /* padding-right: 5px; */ /* Puedes reducir este padding si es necesario */
}

/* Columna Central: ESPACIO para el logo hexagonal del fondo */
.logo-box-footer {
    flex: 0 0 auto;
    /* AJUSTA ESTE ANCHO SI EL LOGO EN TU IMAGEN DE FONDO ES MÁS PEQUEÑO/ESTRECHO */
    width: 120px;     /* Si el logo en el fondo es más pequeño, reduce este valor */
}
/* Columna Derecha: Horario */
.schedule-box-footer {
    flex: 1;
    text-align: right;
    color: #000000;
    /* padding-left: 5px; */ /* Puedes reducir este padding si es necesario */
}

/* Estilos para los textos H1 y P dentro de las columnas del footer */
/* REDUCE EL TAMAÑO DE FUENTE Y MÁRGENES PARA HACERLO MÁS COMPACTO */
.info-box-footer h1,
.schedule-box-footer h1 {
    font-size: 42px;  /* Más pequeño */
    line-height: 1.3;  /* Más compacto */
    font-weight: bold;
    margin-bottom: 4px; /* Menos espacio */
    text-align: center;
}
.schedule-box-footer h1,
.info-box-footer h1 {
    margin: 0 auto;
    text-align: center;
}

.info-box-footer a{
    text-decoration: none;
    color: #000;
}
/* ... (los estilos de .info-box-footer a y a:hover se mantienen) ... */


/* Icono de WhatsApp superpuesto en el Footer */
.whatsapp-fixed img{
    position: fixed;
    
    /* AJUSTA ESTOS VALORES PARA QUE ENCAJE EN UN FOOTER MÁS PEQUEÑO */
    bottom: 220px;  /* Más cerca del borde inferior */
    right: 200px;   /* Más cerca del borde derecho */
    
    width: 100px;   /* Icono de WhatsApp más pequeño */
    height: 100px;  /* Icono de WhatsApp más pequeño */
    z-index: 2;
}
.info-box { /* Esta es tu regla general, puede necesitar revisión */
    flex-grow: 1; 
    flex-shrink: 1;

}

.schedule-box { /* Esta es tu regla general, puede necesitar revisión */

    flex-grow: 0; 
    flex-shrink: 0; 

}
.banner-content4 { 
    width: 100%;
    /* max-height: 100px; */ /* Comentado porque causaba problemas en el footer, decide si lo necesitas en otro lado */
    min-height: 100px; /* Para asegurar que al menos tenga esta altura si se usa en otro sitio */

    /* Copio los estilos que tenías en tu último CSS para este, por si se usa en otro lado */
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 120px;
    gap: 35px;
    padding: 20px;
    box-sizing: border-box;
}
}
@media (min-width:1921px) and (max-width:2110px){ 
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #f0f0f0; /* Color para los bordes fuera del wrapper */
}

html, body {
    width: 100%;
    overflow-x: hidden; /* Previene la barra de scroll horizontal */
}

    /* Ajustes Generales */
    body {
        /* Puedes ajustar la fuente base si es necesario, pero empecemos por componentes */
    }
.page-wrapper {
    max-width: 100%;
    width: 100%; 
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    overflow: hidden; /* Ayuda a contener cualquier desbordamiento interno */
}

    /* HEADER */
    header {
    padding: 8px 10px; /* Reducir padding lateral */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 80px 50px;
    border-bottom: 1px solid #e0e0e0;
    max-width: 100%; 
    margin: 0 auto; 
    background-color: #fff;
    }

    .logo img {
        width: 600px; /* Reducir tamaño del logo */
        height: 100%;     /* Altura automática para mantener proporción */
        padding: 0px;    /* Reducir padding del logo */
        aspect-ratio: 600/120;
    }

    .nav-social-group {
    gap: 20px;        /* Reducir espacio entre nav y social media */
    padding: 30px;    /* Reducir padding general */
    padding-right: 200px; /* Reducir padding derecho específico */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 25px;
    margin: 8px 0;
    margin-bottom: 10px;
    padding: 50px;
    }
    .nav-social-group nav ul li a {
    position: relative;
}
nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    padding: 0;
}

    nav ul li a {
    font-size: 52px;  /* Reducir tamaño de fuente de navegación */
    margin: 20px;     /* Reducir margen entre ítems */
    text-decoration: none;
    color: black;
    position: relative;
    font-weight: bold;
    margin: 30px;
    }

    nav ul li a:after {
    height: 70px;     /* Ajustar altura del separador */
    right: -37px;     /* Ajustar posición del separador */
    top: -7px;
    width: 10px;
    content: '';
    display: block;
    background: red;
    position: absolute;
}
.social-media {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-left: 30px;
}

    .social-media img {
    height: 40px;
    width: auto;
        
    }

    /* Banner rojo con imagen */
    .banner-section img {
        aspect-ratio: 1920/250;
        max-width: 2196px;
        min-width: 1921px;
        height: 100%;
        width: 100%;
 
    }
    /* Secciones full-banner-section-wrapped */
    .full-banner-section-wrapped {
        padding: 30px 20px; /* Reducir padding general de secciones */
        min-height: auto;   /* Permitir que el contenido defina la altura, o ajustar a un valor menor que 100vh si es mucho */
    }
    
#inicio-seccion-1 {
    max-width: 2196px;
    min-width: 1921px;
    height: 100%;
    width: 100%; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}


#inicio-seccion-2 {
    max-width: 2110px;
    min-width: 1921px;
    height: 100%;
    width: 100%;
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen4.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}

#inicio-seccion-3 {
    max-width: 2110px;
    min-width: 1921px;
    height: 100%;
    width: 100%; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen5.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}

    .banner-content {
        /* Si tenías márgenes laterales muy grandes como margin-right: 500px, deben eliminarse o reducirse drásticamente */

        justify-content: left; /* Centrar contenido si es apropiado */
        text-align: left; /* Centrar texto */
        margin-top: 150px;
    }
    .banner-content .banner-text {
        margin-top: 0px; /* Reducir margen superior */
        max-width: 100%; /* Permitir que ocupe el ancho del .banner-content */
        text-align: left; /* Mantener o cambiar según diseño */
    }
    .banner-text {
        margin-left: 100px;
        margin-right: 450px;

    }
    .banner-content2 {

        justify-content: center;
    }

    .banner-text2{
        margin-left: 1050px;
        margin-right: 160px;
        margin-top: 150px;
    }

     .banner-content2 .banner-text2 {
        text-align: center; /* Asegurar centrado */
        max-width: 100%;
    }


    .banner-text h1 {
        font-size: 35px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 10px;
        margin-right: 500px;
        

    }
    .banner-text2 h1 {
        font-size: 40px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 50px;
    }

    .banner-text2 h2 {
        font-size: 35px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 50px;
    }

    .banner-content3 .banner-text3 {
    text-align: center; /* Asegurar centrado */
    max-width: 100%;
    }
    
    .banner-content3 {
        margin-top: 20%;

        justify-content: center;
    }

    .banner-text3 h1 {
        font-size: 45px;  /* Reducir tamaño de fuente */
        margin-bottom: 20px;
    }

    .banner-text3 h2 {
        font-size: 40px;  /* Reducir tamaño de fuente */

    }


     /* SECCIÓN MODELOS */
    #modelos-fila-1,
    #modelos-fila-2,
    #modelos-fila-3 {
        max-width: 2110px;
        min-width: 1921px;
        height: 100%;
        width: 100%;
        aspect-ratio: 1920/960;

                          /* O un valor más grande como 600px o 700px si quieres limitar la sección */
        margin-bottom: 0px; /* Espacio positivo entre las filas de modelos. ¡Eliminamos los márgenes negativos! */
        padding-bottom: 0px;
    }




    /* Si #modelos-fila-3 tenía un margin-bottom diferente, puedes especificarlo: */
    /* #modelos-fila-3 { margin-bottom: 50px; } */


    #modelos-fila-1 img, /* Estos selectores apuntaban a la imagen de fondo, no a la imagen dentro de .box */
    #modelos-fila-2 img, /* La altura de las imágenes de producto se controla con .box img */
    #modelos-fila-3 img {
        max-width: auto;
        min-width: auto;
        height: 100%;
    }

 .model-row-wrapper {
    width: 100%;
    position: relative; 
    overflow: hidden;   
    box-sizing: border-box;

    /* Altura: Usaremos padding para darle espacio al contenido y definir indirectamente la altura */
    padding: 50px 15px; /* Ajusta este padding vertical para controlar la altura visible */
    min-height: auto;   /* Opcional: quita cualquier min-height fijo si el padding es suficiente */
    height: 750px;
    /* Quitar propiedades de background CSS si las tenías */
}


.model-row-bg-img {
    position: absolute;
    top: 0;            
    left: 0;           
    width: 100%;
    height: 100%;      /* Cubre toda la altura del wrapper */
    
    /* CAMBIO CLAVE: Usa 'cover' */
    object-fit: cover; /* LLENA todo el espacio, PUEDE RECORTAR la imagen */

    z-index: 0;        /* Detrás del contenido */
    display: block;
}

.model-content-overlay {
    position: relative;   /* Se posiciona normalmente sobre el fondo */
    z-index: 1;           /* Asegura que esté sobre la imagen (z-index: 0) */
    max-width: 2100px;    /* Ancho máximo para las cajas */
    margin: 0 auto;       /* Centra el contenedor de cajas */
    padding: 200px 0px;   /* Padding INTERNO para el contenido, ajusta si es necesario */
                          /* Si quitaste el padding del wrapper, añade padding vertical aquí */
    box-sizing: border-box;
    background-color: transparent; /* Fondo transparente */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.container { /* Ya debería tener la clase .model-content-overlay en el HTML */
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 20px;

}


/* Cajas individuales de producto (Fila 1) - Más grandes */
.box {
    background-color: #fff;       
    border: 1px solid #ddd;       
    border-radius: 8px;           /* Bordes redondeados un poco más grandes */
    box-shadow: 0 2px 5px rgba(0,0,0,0.12); /* Sombra un poco más pronunciada */
    overflow: hidden;             
    display: flex;                
    flex-direction: column;       
    
    /* Tamaño y distribución - Ajustado para cajas más grandes */
    flex-basis: calc(33.333% - 30px); /* 3 cajas por fila (ajusta '30px' si cambias el gap) */
    min-width: 500px;             /* Ancho mínimo */
    max-width: 500px;             /* Ancho máximo aumentado */
    height: 500px;

    transition: transform 0.2s ease, box-shadow 0.2s ease; 
}
.box:hover {
    transform: translateY(-5px); 
    box-shadow: 0 5px 10px rgba(0,0,0,0.18);
}

/* Título dentro de la caja (Fila 1) - Más grande */
.title {
    background-color: #E53935; 
    color: white;
    font-size: 2.3em;         /* Tamaño de fuente ligeramente aumentado */
    font-weight: bold;
    text-align: center;
    padding: 12px 10px;       /* Padding interno aumentado */
    width: 100%;
}

/* Imagen dentro de la caja (Fila 1) - Más grande */
.box img {
    width: 100%;             
    height: 450px;            /* AUMENTAMOS LA ALTURA DE LA IMAGEN */
    object-fit: cover;       
    display: block;
}

/* agrandamiento */
/* Modal - fondo oscuro centrado */
.img-modal {
  display: none; /* Oculto por defecto */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8); /* Fondo oscuro */
}

/* Imagen ampliada dentro del modal */
.img-modal-content {
  display: block;
  position: relative;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  width: 800px;       /* Tamaño fijo horizontal */
  height: 800px;      /* Tamaño fijo vertical */
  object-fit: contain; /* Asegura que no se deforme */
  border-radius: 10px;
  box-shadow: 0 0 20px white;
  background-color: #fff;
    outline: none;
  user-select: none;
}


/* Botón para cerrar el modal */
.close-modal {
  position: absolute;
  top: 20px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
}
#modelos-fila-3 {
    height: auto; /* Permitir que crezca según el contenido */
    min-height: 900px; /* O más, ajusta según lo necesario */
    padding-bottom: 100px; /* Espacio adicional para los cuadros */
}

/*cuadros en el fondo3 */
.benefits-row {

    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
    padding-bottom: 100px;



}

.benefit-box {
    background: linear-gradient(to right, #333, #999, #333);
    margin: 10px 20px; /*separar cuadros */
    padding: 30px 20px; /*orden del texto*/
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 2.4em;
    min-width: 500px;
    max-width: 500px;
    height: 200px; /* Fijamos una altura */
    display: flex;
    justify-content: center;
    text-align: center;
}
/* FOOTER */

/* === INICIO: SECCIÓN DEL FOOTER (#inicio-seccion-footer) === */
#inicio-seccion-footer {
    max-width: 2110px;
    min-width: 1921px;
    height: 100%;
    width: 100%;
    /* IMPORTANTE: Ajusta aspect-ratio a la proporción REAL de tu imagen6.PNG (ancho_imagen / alto_imagen) */
    aspect-ratio: 1920 / 498;  /* EJEMPLO: si imagen6.PNG es 1920x400. ¡Cámbialo! */
    background-image: url('imagen6.png'); /* Tu imagen con el fondo rosado, cortes grises Y EL LOGO HEXAGONAL EN EL CENTRO */
    background-size: 2196px 100%;   /* 'cover' es bueno si aspect-ratio coincide con la proporción de la imagen */
    background-position: center; /* Asegura que el logo esté centrado */
    background-repeat: no-repeat;
    
    /* AJUSTA ESTOS PADDINGS PARA REDUCIR LA ALTURA TOTAL */
    position: relative;
    box-sizing: border-box;
    padding-top: 0px;    /* Espacio interno superior para el contenido */
    padding-bottom: 60px; /* Espacio interno inferior (y para el WhatsApp) */
    overflow: hidden;     /* Para evitar que el contenido se desborde visualmente del aspect-ratio */
}

/* Contenedor para el contenido textual (Informes, Horario) DENTRO de #inicio-seccion-footer */
.banner-content4-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px; /* Ajusta si quieres más o menos espacio horizontal */
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    flex-wrap: wrap; /* importante para móviles */
 
    
}


/* Columna Izquierda: Informes */
.info-box-footer {
    flex: 1;
    text-align: left;
    color: #000000; 
    /* padding-right: 5px; */ /* Puedes reducir este padding si es necesario */
}

/* Columna Central: ESPACIO para el logo hexagonal del fondo */
.logo-box-footer {
    flex: 0 0 auto;
    /* AJUSTA ESTE ANCHO SI EL LOGO EN TU IMAGEN DE FONDO ES MÁS PEQUEÑO/ESTRECHO */
    width: 120px;     /* Si el logo en el fondo es más pequeño, reduce este valor */
}
/* Columna Derecha: Horario */
.schedule-box-footer {
    flex: 1;
    text-align: right;
    color: #000000;
    /* padding-left: 5px; */ /* Puedes reducir este padding si es necesario */
}

/* Estilos para los textos H1 y P dentro de las columnas del footer */
/* REDUCE EL TAMAÑO DE FUENTE Y MÁRGENES PARA HACERLO MÁS COMPACTO */
.info-box-footer h1,
.schedule-box-footer h1 {
    font-size: 40px;  /* Más pequeño */
    line-height: 1.3;  /* Más compacto */
    font-weight: bold;
    margin-bottom: 4px; /* Menos espacio */
    text-align: center;
}
.schedule-box-footer h1,
.info-box-footer h1 {
    margin: 0 auto;
    text-align: center;
}

.info-box-footer a{
    text-decoration: none;
    color: #000;
}
/* ... (los estilos de .info-box-footer a y a:hover se mantienen) ... */


/* Icono de WhatsApp superpuesto en el Footer */
.whatsapp-fixed img{
    position: fixed;
    
    /* AJUSTA ESTOS VALORES PARA QUE ENCAJE EN UN FOOTER MÁS PEQUEÑO */
    bottom: 220px;  /* Más cerca del borde inferior */
    right: 200px;   /* Más cerca del borde derecho */
    
    width: 100px;   /* Icono de WhatsApp más pequeño */
    height: 100px;  /* Icono de WhatsApp más pequeño */
    z-index: 2;
}
.info-box { /* Esta es tu regla general, puede necesitar revisión */
    flex-grow: 1; 
    flex-shrink: 1;

}

.schedule-box { /* Esta es tu regla general, puede necesitar revisión */

    flex-grow: 0; 
    flex-shrink: 0; 

}
.banner-content4 { 
    width: 100%;
    /* max-height: 100px; */ /* Comentado porque causaba problemas en el footer, decide si lo necesitas en otro lado */
    min-height: 100px; /* Para asegurar que al menos tenga esta altura si se usa en otro sitio */

    /* Copio los estilos que tenías en tu último CSS para este, por si se usa en otro lado */
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 120px;
    gap: 35px;
    padding: 20px;
    box-sizing: border-box;
}
}    
@media (min-width:1441px) and (max-width: 1529px) {

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #f0f0f0; /* Color para los bordes fuera del wrapper */
}

html, body {
    width: 100%;
    overflow-x: hidden; /* Previene la barra de scroll horizontal */
}

    /* Ajustes Generales */
    body {
        /* Puedes ajustar la fuente base si es necesario, pero empecemos por componentes */
    }
.page-wrapper {
    max-width: 100%;
    width: 100%; 
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    overflow: hidden; /* Ayuda a contener cualquier desbordamiento interno */
}

    /* HEADER */
    header {
    padding: 8px 10px; /* Reducir padding lateral */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 100px 50px;
    border-bottom: 1px solid #e0e0e0;
    max-width: 100%; 
    margin: 0 auto; 
    background-color: #fff;
    }

    .logo img {
        width: 500px; /* Reducir tamaño del logo */
        height: 100%;     /* Altura automática para mantener proporción */
        padding: 0px;    /* Reducir padding del logo */
        aspect-ratio: 600/120;
    }

    .nav-social-group {
    gap: 20px;        /* Reducir espacio entre nav y social media */
    padding: 0px;    /* Reducir padding general */
    padding-right: 0px; /* Reducir padding derecho específico */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 25px;
    margin: 8px 0;
    margin-bottom: 10px;
    }
    .nav-social-group nav ul li a {
    position: relative;
}
nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    padding: 0;
}

    nav ul li a {
    font-size: 32px;  /* Reducir tamaño de fuente de navegación */
    margin: 20px;     /* Reducir margen entre ítems */
    text-decoration: none;
    color: black;
    position: relative;
    font-weight: bold;
    margin: 30px;
    }

    nav ul li a:after {
    height: 55px;     /* Ajustar altura del separador */
    right: -37px;     /* Ajustar posición del separador */
    top: -7px;
    width: 10px;
    content: '';
    display: block;
    background: red;
    position: absolute;
}
.social-media {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-left: 30px;
}

    .social-media img {
    height: 35px;
    width: auto;
        
    }

    /* Banner rojo con imagen */
    .banner-section img {
        aspect-ratio: 1920/250;
        max-width: 1529px;
        min-width: 1441px;
        width: 100%;
        height: 100%;
 
    }
    /* Secciones full-banner-section-wrapped */
    .full-banner-section-wrapped {
        padding: 30px 20px; /* Reducir padding general de secciones */
        min-height: auto;   /* Permitir que el contenido defina la altura, o ajustar a un valor menor que 100vh si es mucho */
    }
    
#inicio-seccion-1 {
    max-width: 1529px;
    min-width: 1441px;
    width: 100%;
    height: 100%; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}


#inicio-seccion-2 {
    max-width: 1529px;
    min-width: 1441px;
    width: 100%;
    height: 100%; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen4.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}

#inicio-seccion-3 {
    max-width: 1529px;
    min-width: 1441px;
    width: 100%;
    height: 100%; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen5.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}

    .banner-content {
        /* Si tenías márgenes laterales muy grandes como margin-right: 500px, deben eliminarse o reducirse drásticamente */

        justify-content: left; /* Centrar contenido si es apropiado */
        text-align: left; /* Centrar texto */
        margin-top: 100px;
    }
    .banner-content .banner-text {
        margin-top: 0px; /* Reducir margen superior */
        max-width: 100%; /* Permitir que ocupe el ancho del .banner-content */
        text-align: left; /* Mantener o cambiar según diseño */
    }
    .banner-text {
        margin-left: 100px;
        margin-right: 600px;

    }
    .banner-content2 {

        justify-content: center;
    }

    .banner-text2{
        margin-left: 800px;
        margin-right: 160px;
        margin-top: 90px;
    }

     .banner-content2 .banner-text2 {
        text-align: center; /* Asegurar centrado */
        max-width: 100%;
    }


    .banner-text h1 {
        font-size: 27px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 10px;
        margin-right: 200px;
        

    }
    .banner-text2 h1 {
        font-size: 31px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 50px;
    }

    .banner-text2 h2 {
        font-size: 27px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 50px;
    }

    .banner-content3 .banner-text3 {
    text-align: center; /* Asegurar centrado */
    max-width: 100%;
    }
    
    .banner-content3 {
        margin-top: 20%;

        justify-content: center;
    }

    .banner-text3 h1 {
        font-size: 35px;  /* Reducir tamaño de fuente */
        margin-bottom: 20px;
    }

    .banner-text3 h2 {
        font-size: 31px;  /* Reducir tamaño de fuente */

    }


     /* SECCIÓN MODELOS */
    #modelos-fila-1,
    #modelos-fila-2,
    #modelos-fila-3 {
        max-width: 1529px;
        min-width: 1441px;
        width: 100%;
        height: 100%;
        aspect-ratio: 1920/960;

                          /* O un valor más grande como 600px o 700px si quieres limitar la sección */
        margin-bottom: 0px; /* Espacio positivo entre las filas de modelos. ¡Eliminamos los márgenes negativos! */
        padding-bottom: 0px;
    }




    /* Si #modelos-fila-3 tenía un margin-bottom diferente, puedes especificarlo: */
    /* #modelos-fila-3 { margin-bottom: 50px; } */


    #modelos-fila-1 img, /* Estos selectores apuntaban a la imagen de fondo, no a la imagen dentro de .box */
    #modelos-fila-2 img, /* La altura de las imágenes de producto se controla con .box img */
    #modelos-fila-3 img {
        max-width: auto;
        min-width: auto;
        height: 100%;
    }

 .model-row-wrapper {
    width: 100%;
    position: relative; 
    overflow: hidden;   
    box-sizing: border-box;

    /* Altura: Usaremos padding para darle espacio al contenido y definir indirectamente la altura */
    padding: 50px 15px; /* Ajusta este padding vertical para controlar la altura visible */
    min-height: auto;   /* Opcional: quita cualquier min-height fijo si el padding es suficiente */
    height: 750px;
    /* Quitar propiedades de background CSS si las tenías */
}


.model-row-bg-img {
    position: absolute;
    top: 0;            
    left: 0;           
    width: 100%;
    height: 100%;      /* Cubre toda la altura del wrapper */
    
    /* CAMBIO CLAVE: Usa 'cover' */
    object-fit: cover; /* LLENA todo el espacio, PUEDE RECORTAR la imagen */

    z-index: 0;        /* Detrás del contenido */
    display: block;
}

.model-content-overlay {
    position: relative;   /* Se posiciona normalmente sobre el fondo */
    z-index: 1;           /* Asegura que esté sobre la imagen (z-index: 0) */
    max-width: 1500px;    /* Ancho máximo para las cajas */
    margin: 0 auto;       /* Centra el contenedor de cajas */
    padding: 110px 0px;   /* Padding INTERNO para el contenido, ajusta si es necesario */
                          /* Si quitaste el padding del wrapper, añade padding vertical aquí */
    box-sizing: border-box;
    background-color: transparent; /* Fondo transparente */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.container { /* Ya debería tener la clase .model-content-overlay en el HTML */
    display: flex;
    flex-wrap: wrap;
    gap: 30px;


}


/* Cajas individuales de producto (Fila 1) - Más grandes */
.box {
    background-color: #fff;       
    border: 1px solid #ddd;       
    border-radius: 8px;           /* Bordes redondeados un poco más grandes */
    box-shadow: 0 2px 5px rgba(0,0,0,0.12); /* Sombra un poco más pronunciada */
    overflow: hidden;             
    display: flex;                
    flex-direction: column;       
    
    /* Tamaño y distribución - Ajustado para cajas más grandes */
    flex-basis: calc(33.333% - 30px); /* 3 cajas por fila (ajusta '30px' si cambias el gap) */
    min-width: 400px;             /* Ancho mínimo */
    max-width: 400px;             /* Ancho máximo aumentado */
    height: 450px;

    transition: transform 0.2s ease, box-shadow 0.2s ease; 
}
.box:hover {
    transform: translateY(-5px); 
    box-shadow: 0 5px 10px rgba(0,0,0,0.18);
}

/* Título dentro de la caja (Fila 1) - Más grande */
.title {
    background-color: #E53935; 
    color: white;
    font-size: 1.8em;         /* Tamaño de fuente ligeramente aumentado */
    font-weight: bold;
    text-align: center;
    padding: 12px 10px;       /* Padding interno aumentado */
    width: 100%;
}

/* Imagen dentro de la caja (Fila 1) - Más grande */
.box img {
    width: 100%;             
    height: 400px;            /* AUMENTAMOS LA ALTURA DE LA IMAGEN */
    object-fit: cover;       
    display: block;
}

/* agrandamiento */
/* Modal - fondo oscuro centrado */
.img-modal {
  display: none; /* Oculto por defecto */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8); /* Fondo oscuro */
}

/* Imagen ampliada dentro del modal */
.img-modal-content {
  display: block;
  position: relative;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  width: 800px;       /* Tamaño fijo horizontal */
  height: 800px;      /* Tamaño fijo vertical */
  object-fit: contain; /* Asegura que no se deforme */
  border-radius: 10px;
  box-shadow: 0 0 20px white;
  background-color: #fff;
    outline: none;
  user-select: none;
}


/* Botón para cerrar el modal */
.close-modal {
  position: absolute;
  top: 20px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
}


/*cuadros en el fondo3 */
.benefits-row {

    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
    padding-bottom: 100px;



}

.benefit-box {
    background: linear-gradient(to right, #333, #999, #333);
    margin: 10px 20px; /*separar cuadros */
    padding: 30px 20px; /*orden del texto*/
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 1.8em;
    min-width: 380px;
    max-width: 380px;
    height: 200px; /* Fijamos una altura */
    display: flex;
    justify-content: center;
    text-align: center;
}
/* FOOTER */

/* === INICIO: SECCIÓN DEL FOOTER (#inicio-seccion-footer) === */
#inicio-seccion-footer {
    max-width: 1529px;
    min-width: 1441px;
    width: 100%;
    height: 100%;
    /* IMPORTANTE: Ajusta aspect-ratio a la proporción REAL de tu imagen6.PNG (ancho_imagen / alto_imagen) */
    aspect-ratio: 1920 / 498;  /* EJEMPLO: si imagen6.PNG es 1920x400. ¡Cámbialo! */
    background-image: url('imagen6.png'); /* Tu imagen con el fondo rosado, cortes grises Y EL LOGO HEXAGONAL EN EL CENTRO */
    background-size: 1529px 100%;   /* 'cover' es bueno si aspect-ratio coincide con la proporción de la imagen */
    background-position: center; /* Asegura que el logo esté centrado */
    background-repeat: no-repeat;
    
    /* AJUSTA ESTOS PADDINGS PARA REDUCIR LA ALTURA TOTAL */
    position: relative;
    box-sizing: border-box;
    padding-top: 0px;    /* Espacio interno superior para el contenido */
    padding-bottom: 60px; /* Espacio interno inferior (y para el WhatsApp) */
    overflow: hidden;     /* Para evitar que el contenido se desborde visualmente del aspect-ratio */
}

/* Contenedor para el contenido textual (Informes, Horario) DENTRO de #inicio-seccion-footer */



/* Columna Izquierda: Informes */
.info-box-footer {
    flex: 1;
    text-align: left;
    color: #000000; 
    /* padding-right: 5px; */ /* Puedes reducir este padding si es necesario */
}

/* Columna Central: ESPACIO para el logo hexagonal del fondo */
.logo-box-footer {
    flex: 0 0 auto;
    /* AJUSTA ESTE ANCHO SI EL LOGO EN TU IMAGEN DE FONDO ES MÁS PEQUEÑO/ESTRECHO */
    width: 120px;     /* Si el logo en el fondo es más pequeño, reduce este valor */
}
/* Columna Derecha: Horario */
.schedule-box-footer {
    flex: 1;
    text-align: right;
    color: #000000;
    /* padding-left: 5px; */ /* Puedes reducir este padding si es necesario */
}

/* Estilos para los textos H1 y P dentro de las columnas del footer */
/* REDUCE EL TAMAÑO DE FUENTE Y MÁRGENES PARA HACERLO MÁS COMPACTO */
.info-box-footer h1,
.schedule-box-footer h1 {
    font-size: 27px;  /* Más pequeño */
    line-height: 1.3;  /* Más compacto */
    font-weight: bold;
    margin-bottom: 4px; /* Menos espacio */
    text-align: center;
}
.schedule-box-footer h1,
.info-box-footer h1 {
    margin: 0 auto;
    text-align: center;
}

.info-box-footer a{
    text-decoration: none;
    color: #000;
}
/* ... (los estilos de .info-box-footer a y a:hover se mantienen) ... */


/* Icono de WhatsApp superpuesto en el Footer */
.whatsapp-fixed img{
    position: fixed;
    
    /* AJUSTA ESTOS VALORES PARA QUE ENCAJE EN UN FOOTER MÁS PEQUEÑO */
    bottom: 120px;  /* Más cerca del borde inferior */
    right: 100px;   /* Más cerca del borde derecho */
    
    width: 60px;   /* Icono de WhatsApp más pequeño */
    height: 60px;  /* Icono de WhatsApp más pequeño */
    z-index: 2;
}
.info-box { /* Esta es tu regla general, puede necesitar revisión */
    flex-grow: 1; 
    flex-shrink: 1;

}

.schedule-box { /* Esta es tu regla general, puede necesitar revisión */

    flex-grow: 0; 
    flex-shrink: 0; 

}
.banner-content4 { 
    width: 100%;
    /* max-height: 100px; */ /* Comentado porque causaba problemas en el footer, decide si lo necesitas en otro lado */
    min-height: 100px; /* Para asegurar que al menos tenga esta altura si se usa en otro sitio */

    /* Copio los estilos que tenías en tu último CSS para este, por si se usa en otro lado */
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1470px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 120px;
    gap: 10px;
    padding: 20px 20px;
    box-sizing: border-box;

}
}
@media (min-width:1356px) and (max-width: 1440px) {

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #f0f0f0; /* Color para los bordes fuera del wrapper */
}

html, body {
    width: 100%;
    overflow-x: hidden; /* Previene la barra de scroll horizontal */
}

    /* Ajustes Generales */
    body {
        /* Puedes ajustar la fuente base si es necesario, pero empecemos por componentes */
    }
.page-wrapper {
    max-width: 100%;
    width: 100%; 
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    overflow: hidden; /* Ayuda a contener cualquier desbordamiento interno */
}

    /* HEADER */
    header {
    padding: 8px 10px; /* Reducir padding lateral */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 100px 50px;
    border-bottom: 1px solid #e0e0e0;
    max-width: 100%; 
    margin: 0 auto; 
    background-color: #fff;
    }

    .logo img {
        width: 500px; /* Reducir tamaño del logo */
        height: 100%;     /* Altura automática para mantener proporción */
        padding: 0px;    /* Reducir padding del logo */
        aspect-ratio: 600/120;
    }

    .nav-social-group {
    gap: 20px;        /* Reducir espacio entre nav y social media */
    padding: 0px;    /* Reducir padding general */
    padding-right: 0px; /* Reducir padding derecho específico */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 25px;
    margin: 8px 0;
    margin-bottom: 10px;
    }
    .nav-social-group nav ul li a {
    position: relative;
}
nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    padding: 0;
}

    nav ul li a {
    font-size: 32px;  /* Reducir tamaño de fuente de navegación */
    margin: 20px;     /* Reducir margen entre ítems */
    text-decoration: none;
    color: black;
    position: relative;
    font-weight: bold;
    margin: 30px;
    }

    nav ul li a:after {
    height: 55px;     /* Ajustar altura del separador */
    right: -37px;     /* Ajustar posición del separador */
    top: -7px;
    width: 10px;
    content: '';
    display: block;
    background: red;
    position: absolute;
}
.social-media {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-left: 30px;
}

    .social-media img {
    height: 35px;
    width: auto;
        
    }

    /* Banner rojo con imagen */
    .banner-section img {
        aspect-ratio: 1920/250;
        max-width: 1440px;
        min-width: 1356px;
        width: 100%;
        height: 100%;
 
    }
    /* Secciones full-banner-section-wrapped */
    .full-banner-section-wrapped {
        padding: 30px 20px; /* Reducir padding general de secciones */
        min-height: auto;   /* Permitir que el contenido defina la altura, o ajustar a un valor menor que 100vh si es mucho */
    }
    
#inicio-seccion-1 {
    max-width: 1440px;
    min-width: 1356px;
    width: 100%;
    height: 100%;
    max-width: 1440px; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}


#inicio-seccion-2 {
    max-width: 1440px;
    min-width: 1356px;
    width: 100%;
    height: 100%;
    max-width: 1440px; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen4.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}

#inicio-seccion-3 {
    max-width: 1440px;
    min-width: 1356px;
    width: 100%;
    height: 100%;
    max-width: 1440px; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen5.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}

    .banner-content {
        /* Si tenías márgenes laterales muy grandes como margin-right: 500px, deben eliminarse o reducirse drásticamente */

        justify-content: left; /* Centrar contenido si es apropiado */
        text-align: left; /* Centrar texto */
        margin-top: 130px;
    }
    .banner-content .banner-text {
        margin-top: 0px; /* Reducir margen superior */
        max-width: 100%; /* Permitir que ocupe el ancho del .banner-content */
        text-align: left; /* Mantener o cambiar según diseño */
    }
    .banner-text {
        margin-left: 100px;
        margin-right: 600px;

    }
    .banner-content2 {

        justify-content: center;
    }

    .banner-text2{
        margin-left: 700px;
        margin-right: 160px;
        margin-top: 60px;
    }

     .banner-content2 .banner-text2 {
        text-align: center; /* Asegurar centrado */
        max-width: 100%;
    }


    .banner-text h1 {
        font-size: 24px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 10px;
        margin-right: 110px;
        

    }
    .banner-text2 h1 {
        font-size: 27px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 50px;
    }

    .banner-text2 h2 {
        font-size: 24px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 50px;
    }

    .banner-content3 .banner-text3 {
    text-align: center; /* Asegurar centrado */
    max-width: 100%;
    }
    
    .banner-content3 {
        margin-top: 20%;

        justify-content: center;
    }

    .banner-text3 h1 {
        font-size: 31px;  /* Reducir tamaño de fuente */
        margin-bottom: 20px;
    }

    .banner-text3 h2 {
        font-size: 27px;  /* Reducir tamaño de fuente */

    }


     /* SECCIÓN MODELOS */
    #modelos-fila-1,
    #modelos-fila-2 {
        max-width: 1440px;
        min-width: 1356px;
        width: 100%;
        height: 100%;
        aspect-ratio: 1920/960;

                          /* O un valor más grande como 600px o 700px si quieres limitar la sección */
        margin-bottom: 0px; /* Espacio positivo entre las filas de modelos. ¡Eliminamos los márgenes negativos! */
        padding-bottom: 0px;
    }
     #modelos-fila-3 {
        max-width: 1440px;
        min-width: 1356px;
        width: 100%;
        height: 100%;
        aspect-ratio: 1920/960;
        max-height: 100%;
        min-height: 100%;
        margin-bottom: 0px; /* Espacio positivo entre las filas de modelos. ¡Eliminamos los márgenes negativos! */
        padding-bottom: 0px;
     }




    /* Si #modelos-fila-3 tenía un margin-bottom diferente, puedes especificarlo: */
    /* #modelos-fila-3 { margin-bottom: 50px; } */


    #modelos-fila-1 img, /* Estos selectores apuntaban a la imagen de fondo, no a la imagen dentro de .box */
    #modelos-fila-2 img {
        max-width: auto;
        min-width: auto;
        height: 100%;
    }
    #modelo-fila-2 img {
        max-height: 720px;
        min-height: 720px;
    }

 .model-row-wrapper {
    width: 100%;
    position: relative; 
    overflow: hidden;   
    box-sizing: border-box;

    /* Altura: Usaremos padding para darle espacio al contenido y definir indirectamente la altura */
    padding: 50px 15px; /* Ajusta este padding vertical para controlar la altura visible */
    min-height: auto;   /* Opcional: quita cualquier min-height fijo si el padding es suficiente */
    height: 750px;
    /* Quitar propiedades de background CSS si las tenías */
}


.model-row-bg-img {
    position: absolute;
    top: 0;            
    left: 0;           
    width: 100%;
    height: 100%;      /* Cubre toda la altura del wrapper */
    
    /* CAMBIO CLAVE: Usa 'cover' */
    object-fit: cover; /* LLENA todo el espacio, PUEDE RECORTAR la imagen */

    z-index: 0;        /* Detrás del contenido */
    display: block;
}

.model-content-overlay {
    position: relative;   /* Se posiciona normalmente sobre el fondo */
    z-index: 1;           /* Asegura que esté sobre la imagen (z-index: 0) */
    max-width: 1400px;    /* Ancho máximo para las cajas */
    margin: 0 auto;       /* Centra el contenedor de cajas */
    padding: 140px 0px;   /* Padding INTERNO para el contenido, ajusta si es necesario */
                          /* Si quitaste el padding del wrapper, añade padding vertical aquí */
    box-sizing: border-box;
    background-color: transparent; /* Fondo transparente */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.container { /* Ya debería tener la clase .model-content-overlay en el HTML */
    display: flex;
    flex-wrap: wrap;
    gap: 30px;



}


/* Cajas individuales de producto (Fila 1) - Más grandes */
.box {
    background-color: #fff;       
    border: 1px solid #ddd;       
    border-radius: 8px;           /* Bordes redondeados un poco más grandes */
    box-shadow: 0 2px 5px rgba(0,0,0,0.12); /* Sombra un poco más pronunciada */
    overflow: hidden;             
    display: flex;                
    flex-direction: column;       
    
    /* Tamaño y distribución - Ajustado para cajas más grandes */
    flex-basis: calc(33.333% - 30px); /* 3 cajas por fila (ajusta '30px' si cambias el gap) */
    min-width: 300px;             /* Ancho mínimo */
    max-width: 300px;             /* Ancho máximo aumentado */
    height: 350px;

    transition: transform 0.2s ease, box-shadow 0.2s ease; 
}
.box:hover {
    transform: translateY(-5px); 
    box-shadow: 0 5px 10px rgba(0,0,0,0.18);
}

/* Título dentro de la caja (Fila 1) - Más grande */
.title {
    background-color: #E53935; 
    color: white;
    font-size: 1.2em;         /* Tamaño de fuente ligeramente aumentado */
    font-weight: bold;
    text-align: center;
    padding: 12px 10px;       /* Padding interno aumentado */
    width: 100%;
}

/* Imagen dentro de la caja (Fila 1) - Más grande */
.box img {
    width: 100%;             
    height: 400px;            /* AUMENTAMOS LA ALTURA DE LA IMAGEN */
    object-fit: cover;       
    display: block;
}

/* agrandamiento */
/* Modal - fondo oscuro centrado */
.img-modal {
  display: none; /* Oculto por defecto */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8); /* Fondo oscuro */
}

/* Imagen ampliada dentro del modal */
.img-modal-content {
  display: block;
  position: relative;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  width: 800px;       /* Tamaño fijo horizontal */
  height: 800px;      /* Tamaño fijo vertical */
  object-fit: contain; /* Asegura que no se deforme */
  border-radius: 10px;
  box-shadow: 0 0 20px white;
  background-color: #fff;
    outline: none;
  user-select: none;
}


/* Botón para cerrar el modal */
.close-modal {
  position: absolute;
  top: 20px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
}


/*cuadros en el fondo3 */
.benefits-row {

    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
    padding-bottom: 100px;



}

.benefit-box {
    background: linear-gradient(to right, #333, #999, #333);
    margin: 10px 20px; /*separar cuadros */
    padding: 30px 20px; /*orden del texto*/
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 1.5em;
    min-width: 320px;
    max-width: 320px;
    height: 160px; /* Fijamos una altura */
    display: flex;
    justify-content: center;
    text-align: center;
}
/* FOOTER */

/* === INICIO: SECCIÓN DEL FOOTER (#inicio-seccion-footer) === */
#inicio-seccion-footer {
    max-width: 1440px;
    min-width: 1356px;
    width: 100%;
    height: 100%;
    /* IMPORTANTE: Ajusta aspect-ratio a la proporción REAL de tu imagen6.PNG (ancho_imagen / alto_imagen) */
    aspect-ratio: 1920 / 498;  /* EJEMPLO: si imagen6.PNG es 1920x400. ¡Cámbialo! */
    background-image: url('imagen6.png'); /* Tu imagen con el fondo rosado, cortes grises Y EL LOGO HEXAGONAL EN EL CENTRO */
    background-size: 1440px 100%;   /* 'cover' es bueno si aspect-ratio coincide con la proporción de la imagen */
    background-position: center; /* Asegura que el logo esté centrado */
    background-repeat: no-repeat;
    
    /* AJUSTA ESTOS PADDINGS PARA REDUCIR LA ALTURA TOTAL */
    position: relative;
    box-sizing: border-box;
    padding-top: 0px;    /* Espacio interno superior para el contenido */
    padding-bottom: 60px; /* Espacio interno inferior (y para el WhatsApp) */
    overflow: hidden;     /* Para evitar que el contenido se desborde visualmente del aspect-ratio */
}

/* Contenedor para el contenido textual (Informes, Horario) DENTRO de #inicio-seccion-footer */



/* Columna Izquierda: Informes */
.info-box-footer {
    flex: 1;
    text-align: left;
    color: #000000; 
    margin-left: 20px;
    margin-right: 20px;
    /* padding-right: 5px; */ /* Puedes reducir este padding si es necesario */
}

/* Columna Central: ESPACIO para el logo hexagonal del fondo */
.logo-box-footer {
    flex: 0 0 auto;
    /* AJUSTA ESTE ANCHO SI EL LOGO EN TU IMAGEN DE FONDO ES MÁS PEQUEÑO/ESTRECHO */
    width: 120px;     /* Si el logo en el fondo es más pequeño, reduce este valor */
}
/* Columna Derecha: Horario */
.schedule-box-footer {
    flex: 1;
    text-align: right;
    color: #000000;
    margin-right: 20px;
    margin-left: 20px;
    /* padding-left: 5px; */ /* Puedes reducir este padding si es necesario */
}

/* Estilos para los textos H1 y P dentro de las columnas del footer */
/* REDUCE EL TAMAÑO DE FUENTE Y MÁRGENES PARA HACERLO MÁS COMPACTO */
.info-box-footer h1,
.schedule-box-footer h1 {
    font-size: 24px;  /* Más pequeño */
    line-height: 1.3;  /* Más compacto */
    font-weight: bold;
    margin-bottom: 4px; /* Menos espacio */
    text-align: center;
}
.schedule-box-footer h1,
.info-box-footer h1 {
    margin: 0 auto;
    text-align: center;
}

.info-box-footer a{
    text-decoration: none;
    color: #000;
}
/* ... (los estilos de .info-box-footer a y a:hover se mantienen) ... */


/* Icono de WhatsApp superpuesto en el Footer */
.whatsapp-fixed img{
    position: fixed;
    
    /* AJUSTA ESTOS VALORES PARA QUE ENCAJE EN UN FOOTER MÁS PEQUEÑO */
    bottom: 120px;  /* Más cerca del borde inferior */
    right: 100px;   /* Más cerca del borde derecho */
    
    width: 60px;   /* Icono de WhatsApp más pequeño */
    height: 60px;  /* Icono de WhatsApp más pequeño */
    z-index: 2;
}
.info-box { /* Esta es tu regla general, puede necesitar revisión */
    flex-grow: 1; 
    flex-shrink: 1;

}

.schedule-box { /* Esta es tu regla general, puede necesitar revisión */

    flex-grow: 0; 
    flex-shrink: 0; 

}
.banner-content4 { 
    width: 100%;
    /* max-height: 100px; */ /* Comentado porque causaba problemas en el footer, decide si lo necesitas en otro lado */
    min-height: 100px; /* Para asegurar que al menos tenga esta altura si se usa en otro sitio */

    /* Copio los estilos que tenías en tu último CSS para este, por si se usa en otro lado */
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 120px;
    gap: 25px;
    padding: 20px 15px;
    box-sizing: border-box;

}
}
@media (min-width:1256px) and (max-width: 1355px) {

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #f0f0f0; /* Color para los bordes fuera del wrapper */
}

html, body {
    width: 100%;
    overflow-x: hidden; /* Previene la barra de scroll horizontal */
}

    /* Ajustes Generales */
    body {
        /* Puedes ajustar la fuente base si es necesario, pero empecemos por componentes */
    }
.page-wrapper {
    max-width: 100%;
    width: 100%; 
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    overflow: hidden; /* Ayuda a contener cualquier desbordamiento interno */
}

    /* HEADER */
    header {
    padding: 8px 10px; /* Reducir padding lateral */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 50px 50px;
    border-bottom: 1px solid #e0e0e0;
    max-width: 100%; 
    margin: 0 auto; 
    background-color: #fff;
    }

    .logo img {
        width: 400px; /* Reducir tamaño del logo */
        height: 100%;     /* Altura automática para mantener proporción */
        padding: 0px;    /* Reducir padding del logo */
        aspect-ratio: 600/120;
    }

    .nav-social-group {
    gap: 20px;        /* Reducir espacio entre nav y social media */
    padding: 0px;    /* Reducir padding general */
    padding-right: 0px; /* Reducir padding derecho específico */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 25px;
    margin: 8px 0;
    margin-bottom: 10px;
    }
    .nav-social-group nav ul li a {
    position: relative;
}
nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    padding: 0;
}

    nav ul li a {
    font-size: 32px;  /* Reducir tamaño de fuente de navegación */
    margin: 20px;     /* Reducir margen entre ítems */
    text-decoration: none;
    color: black;
    position: relative;
    font-weight: bold;
    margin: 30px;
    }

    nav ul li a:after {
    height: 55px;     /* Ajustar altura del separador */
    right: -37px;     /* Ajustar posición del separador */
    top: -7px;
    width: 10px;
    content: '';
    display: block;
    background: red;
    position: absolute;
}
.social-media {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-left: 30px;
}

    .social-media img {
    height: 35px;
    width: auto;
        
    }

    /* Banner rojo con imagen */
    .banner-section img {
        aspect-ratio: 1920/250;
    max-width: 1355px;
    min-width: 1256px;
    width: 100%;
    height: 100%;
 
    }
    /* Secciones full-banner-section-wrapped */
    .full-banner-section-wrapped {
        padding: 30px 20px; /* Reducir padding general de secciones */
        min-height: auto;   /* Permitir que el contenido defina la altura, o ajustar a un valor menor que 100vh si es mucho */
    }
    
#inicio-seccion-1 {
    max-width: 1355px;
    min-width: 1256px;
    width: 100%;
    height: 100%; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}


#inicio-seccion-2 {
    max-width: 1355px;
    min-width: 1256px;
    width: 100%;
    height: 100%; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen4.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}

#inicio-seccion-3 {
    max-width: 1355px;
    min-width: 1256px;
    width: 100%;
    height: 100%; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen5.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}

    .banner-content {
        /* Si tenías márgenes laterales muy grandes como margin-right: 500px, deben eliminarse o reducirse drásticamente */

        justify-content: left; /* Centrar contenido si es apropiado */
        text-align: left; /* Centrar texto */
        margin-top: 50px;
    }
    .banner-content .banner-text {
        margin-top: 0px; /* Reducir margen superior */
        max-width: 100%; /* Permitir que ocupe el ancho del .banner-content */
        text-align: left; /* Mantener o cambiar según diseño */
    }
    .banner-text {
        margin-left: 100px;
        margin-right: 500px;

    }
    .banner-content2 {

        justify-content: center;
    }

    .banner-text2{
        margin-left: 650px;
        margin-right: 80px;
        margin-top: 60px;
    }

     .banner-content2 .banner-text2 {
        text-align: center; /* Asegurar centrado */
        max-width: 100%;
    }


    .banner-text h1 {
        font-size: 24px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 10px;
        margin-right: 110px;
        

    }
    .banner-text2 h1 {
        font-size: 27px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 50px;
    }

    .banner-text2 h2 {
        font-size: 24px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 50px;
    }

    .banner-content3 .banner-text3 {
    text-align: center; /* Asegurar centrado */
    max-width: 100%;
    }
    
    .banner-content3 {
        margin-top: 20%;

        justify-content: center;
    }

    .banner-text3 h1 {
        font-size: 31px;  /* Reducir tamaño de fuente */
        margin-bottom: 20px;
    }

    .banner-text3 h2 {
        font-size: 27px;  /* Reducir tamaño de fuente */

    }


     /* SECCIÓN MODELOS */
    #modelos-fila-1,
    #modelos-fila-2 {
    max-width: 1355px;
    min-width: 1256px;
    width: 100%;
    height: 100%;
        aspect-ratio: 1920/960;

                          /* O un valor más grande como 600px o 700px si quieres limitar la sección */
        margin-bottom: 0px; /* Espacio positivo entre las filas de modelos. ¡Eliminamos los márgenes negativos! */
        padding-bottom: 0px;
    }
     #modelos-fila-3 {
    max-width: 1355px;
    min-width: 1256px;
    width: 100%;
    height: 100%;
        aspect-ratio: 1920/960;
        max-height: 100%;
        min-height: 100%;
        margin-bottom: 0px; /* Espacio positivo entre las filas de modelos. ¡Eliminamos los márgenes negativos! */
        padding-bottom: 0px;
     }




    /* Si #modelos-fila-3 tenía un margin-bottom diferente, puedes especificarlo: */
    /* #modelos-fila-3 { margin-bottom: 50px; } */


    #modelos-fila-1 img, /* Estos selectores apuntaban a la imagen de fondo, no a la imagen dentro de .box */
    #modelos-fila-2 img {
        max-width: auto;
        min-width: auto;
        height: 100%;
    }
    #modelo-fila-2 img {
        max-height: 720px;
        min-height: 720px;
    }

 .model-row-wrapper {
    width: 100%;
    position: relative; 
    overflow: hidden;   
    box-sizing: border-box;

    /* Altura: Usaremos padding para darle espacio al contenido y definir indirectamente la altura */
    padding: 50px 15px; /* Ajusta este padding vertical para controlar la altura visible */
    min-height: auto;   /* Opcional: quita cualquier min-height fijo si el padding es suficiente */
    height: 750px;
    /* Quitar propiedades de background CSS si las tenías */
}


.model-row-bg-img {
    position: absolute;
    top: 0;            
    left: 0;           
    width: 100%;
    height: 100%;      /* Cubre toda la altura del wrapper */
    
    /* CAMBIO CLAVE: Usa 'cover' */
    object-fit: cover; /* LLENA todo el espacio, PUEDE RECORTAR la imagen */

    z-index: 0;        /* Detrás del contenido */
    display: block;
}

.model-content-overlay {
    position: relative;   /* Se posiciona normalmente sobre el fondo */
    z-index: 1;           /* Asegura que esté sobre la imagen (z-index: 0) */
    max-width: 1400px;    /* Ancho máximo para las cajas */
    margin: 0 auto;       /* Centra el contenedor de cajas */
    padding: 140px 0px;   /* Padding INTERNO para el contenido, ajusta si es necesario */
                          /* Si quitaste el padding del wrapper, añade padding vertical aquí */
    box-sizing: border-box;
    background-color: transparent; /* Fondo transparente */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.container { /* Ya debería tener la clase .model-content-overlay en el HTML */
    display: flex;
    flex-wrap: wrap;
    gap: 30px;



}


/* Cajas individuales de producto (Fila 1) - Más grandes */
.box {
    background-color: #fff;       
    border: 1px solid #ddd;       
    border-radius: 8px;           /* Bordes redondeados un poco más grandes */
    box-shadow: 0 2px 5px rgba(0,0,0,0.12); /* Sombra un poco más pronunciada */
    overflow: hidden;             
    display: flex;                
    flex-direction: column;       
    
    /* Tamaño y distribución - Ajustado para cajas más grandes */
    flex-basis: calc(33.333% - 30px); /* 3 cajas por fila (ajusta '30px' si cambias el gap) */
    min-width: 300px;             /* Ancho mínimo */
    max-width: 300px;             /* Ancho máximo aumentado */
    height: 350px;

    transition: transform 0.2s ease, box-shadow 0.2s ease; 
}
.box:hover {
    transform: translateY(-5px); 
    box-shadow: 0 5px 10px rgba(0,0,0,0.18);
}

/* Título dentro de la caja (Fila 1) - Más grande */
.title {
    background-color: #E53935; 
    color: white;
    font-size: 1.2em;         /* Tamaño de fuente ligeramente aumentado */
    font-weight: bold;
    text-align: center;
    padding: 12px 10px;       /* Padding interno aumentado */
    width: 100%;
}

/* Imagen dentro de la caja (Fila 1) - Más grande */
.box img {
    width: 100%;             
    height: 400px;            /* AUMENTAMOS LA ALTURA DE LA IMAGEN */
    object-fit: cover;       
    display: block;
}

/* agrandamiento */
/* Modal - fondo oscuro centrado */
.img-modal {
  display: none; /* Oculto por defecto */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8); /* Fondo oscuro */
}

/* Imagen ampliada dentro del modal */
.img-modal-content {
  display: block;
  position: relative;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  width: 800px;       /* Tamaño fijo horizontal */
  height: 800px;      /* Tamaño fijo vertical */
  object-fit: contain; /* Asegura que no se deforme */
  border-radius: 10px;
  box-shadow: 0 0 20px white;
  background-color: #fff;
    outline: none;
  user-select: none;
}


/* Botón para cerrar el modal */
.close-modal {
  position: absolute;
  top: 20px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
}


/*cuadros en el fondo3 */
.benefits-row {

    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
    padding-bottom: 100px;



}

.benefit-box {
    background: linear-gradient(to right, #333, #999, #333);
    margin: 10px 20px; /*separar cuadros */
    padding: 30px 20px; /*orden del texto*/
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 1.5em;
    min-width: 320px;
    max-width: 320px;
    height: 160px; /* Fijamos una altura */
    display: flex;
    justify-content: center;
    text-align: center;
}
/* FOOTER */

/* === INICIO: SECCIÓN DEL FOOTER (#inicio-seccion-footer) === */
#inicio-seccion-footer {
    max-width: 1355px;
    min-width: 1256px;
    width: 100%;
    height: 100%;
    /* IMPORTANTE: Ajusta aspect-ratio a la proporción REAL de tu imagen6.PNG (ancho_imagen / alto_imagen) */
    aspect-ratio: 1920 / 498;  /* EJEMPLO: si imagen6.PNG es 1920x400. ¡Cámbialo! */
    background-image: url('imagen6.png'); /* Tu imagen con el fondo rosado, cortes grises Y EL LOGO HEXAGONAL EN EL CENTRO */
    background-size: 1355px 100%;   /* 'cover' es bueno si aspect-ratio coincide con la proporción de la imagen */
    background-position: center; /* Asegura que el logo esté centrado */
    background-repeat: no-repeat;
    
    /* AJUSTA ESTOS PADDINGS PARA REDUCIR LA ALTURA TOTAL */
    position: relative;
    box-sizing: border-box;
    padding-top: 0px;    /* Espacio interno superior para el contenido */
    padding-bottom: 60px; /* Espacio interno inferior (y para el WhatsApp) */
    overflow: hidden;     /* Para evitar que el contenido se desborde visualmente del aspect-ratio */
}

/* Contenedor para el contenido textual (Informes, Horario) DENTRO de #inicio-seccion-footer */



/* Columna Izquierda: Informes */
.info-box-footer {
    flex: 1;
    text-align: left;
    color: #000000; 
    margin-left: 20px;
    margin-right: 20px;
    /* padding-right: 5px; */ /* Puedes reducir este padding si es necesario */
}

/* Columna Central: ESPACIO para el logo hexagonal del fondo */
.logo-box-footer {
    flex: 0 0 auto;
    /* AJUSTA ESTE ANCHO SI EL LOGO EN TU IMAGEN DE FONDO ES MÁS PEQUEÑO/ESTRECHO */
    width: 120px;     /* Si el logo en el fondo es más pequeño, reduce este valor */
}
/* Columna Derecha: Horario */
.schedule-box-footer {
    flex: 1;
    text-align: right;
    color: #000000;
    margin-right: 20px;
    margin-left: 20px;
    /* padding-left: 5px; */ /* Puedes reducir este padding si es necesario */
}

/* Estilos para los textos H1 y P dentro de las columnas del footer */
/* REDUCE EL TAMAÑO DE FUENTE Y MÁRGENES PARA HACERLO MÁS COMPACTO */
.info-box-footer h1,
.schedule-box-footer h1 {
    font-size: 24px;  /* Más pequeño */
    line-height: 1.3;  /* Más compacto */
    font-weight: bold;
    margin-bottom: 4px; /* Menos espacio */
    text-align: center;
}
.schedule-box-footer h1,
.info-box-footer h1 {
    margin: 0 auto;
    text-align: center;
}

.info-box-footer a{
    text-decoration: none;
    color: #000;
}
/* ... (los estilos de .info-box-footer a y a:hover se mantienen) ... */


/* Icono de WhatsApp superpuesto en el Footer */
.whatsapp-fixed img{
    position: fixed;
    
    /* AJUSTA ESTOS VALORES PARA QUE ENCAJE EN UN FOOTER MÁS PEQUEÑO */
    bottom: 120px;  /* Más cerca del borde inferior */
    right: 100px;   /* Más cerca del borde derecho */
    
    width: 60px;   /* Icono de WhatsApp más pequeño */
    height: 60px;  /* Icono de WhatsApp más pequeño */
    z-index: 2;
}
.info-box { /* Esta es tu regla general, puede necesitar revisión */
    flex-grow: 1; 
    flex-shrink: 1;

}

.schedule-box { /* Esta es tu regla general, puede necesitar revisión */

    flex-grow: 0; 
    flex-shrink: 0; 

}
.banner-content4 { 
    width: 100%;
    /* max-height: 100px; */ /* Comentado porque causaba problemas en el footer, decide si lo necesitas en otro lado */
    min-height: 100px; /* Para asegurar que al menos tenga esta altura si se usa en otro sitio */

    /* Copio los estilos que tenías en tu último CSS para este, por si se usa en otro lado */
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 120px;
    gap: 25px;
    padding: 20px 15px;
    box-sizing: border-box;

}
}
@media(min-width:1203px) and (max-width: 1255px) {
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #f0f0f0; /* Color para los bordes fuera del wrapper */
}

html, body {
    width: 100%;
    overflow-x: hidden; /* Previene la barra de scroll horizontal */
}

    /* Ajustes Generales */
    body {
        /* Puedes ajustar la fuente base si es necesario, pero empecemos por componentes */
    }
.page-wrapper {
    max-width: 100%;
    width: 100%; 
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    overflow: hidden; /* Ayuda a contener cualquier desbordamiento interno */
}

    /* HEADER */
    header {
    padding: 8px 10px; /* Reducir padding lateral */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 50px 25px;
    border-bottom: 1px solid #e0e0e0;
    max-width: 100%; 
    margin: 0 auto; 
    background-color: #fff;
    }

    .logo img {
        width: 400px; /* Reducir tamaño del logo */
        height: 100%;     /* Altura automática para mantener proporción */
        padding: 0px;    /* Reducir padding del logo */
        aspect-ratio: 600/120;
    }

    .nav-social-group {
      /* Reducir espacio entre nav y social media */
    padding: 0px;    /* Reducir padding general */
    padding-right: 0px; /* Reducir padding derecho específico */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    margin: 8px 0;
    margin-bottom: 10px;
    }
    .nav-social-group nav ul li a {
    position: relative;
}
nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0;
    padding: 0;
}

    nav ul li a {
    font-size: 28px;  /* Reducir tamaño de fuente de navegación */
    margin: 20px;     /* Reducir margen entre ítems */
    text-decoration: none;
    color: black;
    position: relative;
    font-weight: bold;
    margin: 30px;
    }

    nav ul li a:after {
    height: 55px;     /* Ajustar altura del separador */
    right: -37px;     /* Ajustar posición del separador */
    top: -7px;
    width: 10px;
    content: '';
    display: block;
    background: red;
    position: absolute;
}
.social-media {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-left: 30px;
}

    .social-media img {
    height: 30px;
    width: auto;
        
    }

    /* Banner rojo con imagen */
    .banner-section img {
        aspect-ratio: 1920/250;
        max-width: 1255px;
        min-width: 1203px;
        width: 100%;
        height: 100%;
 
    }
    /* Secciones full-banner-section-wrapped */
    .full-banner-section-wrapped {
        padding: 30px 20px; /* Reducir padding general de secciones */
        min-height: auto;   /* Permitir que el contenido defina la altura, o ajustar a un valor menor que 100vh si es mucho */
    }
    
#inicio-seccion-1 {
        max-width: 1255px;
        min-width: 1203px;
        width: 100%;
        height: 100%; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}


#inicio-seccion-2 {
        max-width: 1255px;
        min-width: 1203px;
        width: 100%;
        height: 100%; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen4.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}

#inicio-seccion-3 {
        max-width: 1255px;
        min-width: 1203px;
        width: 100%;
        height: 100%; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen5.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}

    .banner-content {
        /* Si tenías márgenes laterales muy grandes como margin-right: 500px, deben eliminarse o reducirse drásticamente */

        justify-content: left; /* Centrar contenido si es apropiado */
        text-align: left; /* Centrar texto */
        margin-top: 90px;
    }
    .banner-content .banner-text {
        margin-top: 0px; /* Reducir margen superior */
        max-width: 100%; /* Permitir que ocupe el ancho del .banner-content */
        text-align: left; /* Mantener o cambiar según diseño */
    }
    .banner-text {
        margin-left: 80px;
        margin-right: 500px;

    }
    .banner-content2 {

        justify-content: center;
    }

    .banner-text2{
        margin-left: 600px;
        margin-right: 90px;
        margin-top: 60px;

    }

     .banner-content2 .banner-text2 {
        text-align: center; /* Asegurar centrado */
        max-width: 100%;
    }


    .banner-text h1 {
        font-size: 20px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 10px;
        margin-right: 90px;
        

    }
    .banner-text2 h1 {
        font-size: 25px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 50px;
    }

    .banner-text2 h2 {
        font-size: 20px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 50px;
    }

    .banner-content3 .banner-text3 {
    text-align: center; /* Asegurar centrado */
    max-width: 100%;
    }
    
    .banner-content3 {
        margin-top: 20%;

        justify-content: center;
    }

    .banner-text3 h1 {
        font-size: 29px;  /* Reducir tamaño de fuente */
        margin-bottom: 20px;
    }

    .banner-text3 h2 {
        font-size: 25px;  /* Reducir tamaño de fuente */

    }


     /* SECCIÓN MODELOS */
    #modelos-fila-1,
    #modelos-fila-2 {
        max-width: 1255px;
        min-width: 1203px;
        width: 100%;
        height: 100%;
        aspect-ratio: 1920/960;

                          /* O un valor más grande como 600px o 700px si quieres limitar la sección */
        margin-bottom: 0px; /* Espacio positivo entre las filas de modelos. ¡Eliminamos los márgenes negativos! */
        padding-bottom: 0px;
    }
     #modelos-fila-3 {
        max-width: 1255px;
        min-width: 1203px;
        width: 100%;
        height: 100%;
        aspect-ratio: 1920/960;
        max-height: 100%;
        min-height: 100%;
        margin-bottom: 0px; /* Espacio positivo entre las filas de modelos. ¡Eliminamos los márgenes negativos! */
        padding-bottom: 0px;
     }




    /* Si #modelos-fila-3 tenía un margin-bottom diferente, puedes especificarlo: */
    /* #modelos-fila-3 { margin-bottom: 50px; } */


    #modelos-fila-1 img, /* Estos selectores apuntaban a la imagen de fondo, no a la imagen dentro de .box */
    #modelos-fila-2 img {
        max-width: auto;
        min-width: auto;
        height: 100%;
    }
    #modelo-fila-3 img {
        max-height: 601px;
        min-height: 601px;
    }

 .model-row-wrapper {
    width: 100%;
    position: relative; 
    overflow: hidden;   
    box-sizing: border-box;

    /* Altura: Usaremos padding para darle espacio al contenido y definir indirectamente la altura */
    padding: 50px 15px; /* Ajusta este padding vertical para controlar la altura visible */
    min-height: auto;   /* Opcional: quita cualquier min-height fijo si el padding es suficiente */
    height: 750px;
    /* Quitar propiedades de background CSS si las tenías */
}


.model-row-bg-img {
    position: absolute;
    top: 0;            
    left: 0;           
    width: 100%;
    height: 100%;      /* Cubre toda la altura del wrapper */
    
    /* CAMBIO CLAVE: Usa 'cover' */
    object-fit: cover; /* LLENA todo el espacio, PUEDE RECORTAR la imagen */

    z-index: 0;        /* Detrás del contenido */
    display: block;
}

.model-content-overlay {
    position: relative;   /* Se posiciona normalmente sobre el fondo */
    z-index: 1;           /* Asegura que esté sobre la imagen (z-index: 0) */
    max-width: 1200px;    /* Ancho máximo para las cajas */
    margin: 0 auto;       /* Centra el contenedor de cajas */
    padding: 100px 0px;   /* Padding INTERNO para el contenido, ajusta si es necesario */
                          /* Si quitaste el padding del wrapper, añade padding vertical aquí */
    box-sizing: border-box;
    background-color: transparent; /* Fondo transparente */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.container { /* Ya debería tener la clase .model-content-overlay en el HTML */
    display: flex;
    flex-wrap: wrap;
    gap: 30px;


}


/* Cajas individuales de producto (Fila 1) - Más grandes */
.box {
    background-color: #fff;       
    border: 1px solid #ddd;       
    border-radius: 8px;           /* Bordes redondeados un poco más grandes */
    box-shadow: 0 2px 5px rgba(0,0,0,0.12); /* Sombra un poco más pronunciada */
    overflow: hidden;             
    display: flex;                
    flex-direction: column;       
    
    /* Tamaño y distribución - Ajustado para cajas más grandes */
    flex-basis: calc(33.333% - 30px); /* 3 cajas por fila (ajusta '30px' si cambias el gap) */
    min-width: 320px;             /* Ancho mínimo */
    max-width: 320px;             /* Ancho máximo aumentado */
    height: 320px;

    transition: transform 0.2s ease, box-shadow 0.2s ease; 
}
.box:hover {
    transform: translateY(-5px); 
    box-shadow: 0 5px 10px rgba(0,0,0,0.18);
}

/* Título dentro de la caja (Fila 1) - Más grande */
.title {
    background-color: #E53935; 
    color: white;
    font-size: 1.2em;         /* Tamaño de fuente ligeramente aumentado */
    font-weight: bold;
    text-align: center;
    padding: 12px 10px;       /* Padding interno aumentado */
    width: 100%;
}

/* Imagen dentro de la caja (Fila 1) - Más grande */
.box img {
    width: 100%;             
    height: 400px;            /* AUMENTAMOS LA ALTURA DE LA IMAGEN */
    object-fit: cover;       
    display: block;
}

/* agrandamiento */
/* Modal - fondo oscuro centrado */
.img-modal {
  display: none; /* Oculto por defecto */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8); /* Fondo oscuro */
}

/* Imagen ampliada dentro del modal */
.img-modal-content {
  display: block;
  position: relative;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  width: 800px;       /* Tamaño fijo horizontal */
  height: 800px;      /* Tamaño fijo vertical */
  object-fit: contain; /* Asegura que no se deforme */
  border-radius: 10px;
  box-shadow: 0 0 20px white;
  background-color: #fff;
    outline: none;
  user-select: none;
}


/* Botón para cerrar el modal */
.close-modal {
  position: absolute;
  top: 20px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
}


/*cuadros en el fondo3 */
.benefits-row {

    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
    padding-bottom: 100px;



}

.benefit-box {
    background: linear-gradient(to right, #333, #999, #333);
    margin: 10px 20px; /*separar cuadros */
    padding: 30px 20px; /*orden del texto*/
    border-radius: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 1.3em;
    min-width: 280px;
    max-width: 280px;
    height: 160px; /* Fijamos una altura */
    display: flex;
    justify-content: center;
    text-align: center;
}
/* FOOTER */

/* === INICIO: SECCIÓN DEL FOOTER (#inicio-seccion-footer) === */
#inicio-seccion-footer {
        max-width: 1255px;
        min-width: 1203px;
        width: 100%;
        height: 100%;
    /* IMPORTANTE: Ajusta aspect-ratio a la proporción REAL de tu imagen6.PNG (ancho_imagen / alto_imagen) */
    aspect-ratio: 1920 / 498;  /* EJEMPLO: si imagen6.PNG es 1920x400. ¡Cámbialo! */
    background-image: url('imagen6.png'); /* Tu imagen con el fondo rosado, cortes grises Y EL LOGO HEXAGONAL EN EL CENTRO */
    background-size: 1255px 100%;   /* 'cover' es bueno si aspect-ratio coincide con la proporción de la imagen */
    background-position: center; /* Asegura que el logo esté centrado */
    background-repeat: no-repeat;
    
    /* AJUSTA ESTOS PADDINGS PARA REDUCIR LA ALTURA TOTAL */
    position: relative;
    box-sizing: border-box;
    padding-top: 0px;    /* Espacio interno superior para el contenido */
    padding-bottom: 60px; /* Espacio interno inferior (y para el WhatsApp) */
    overflow: hidden;     /* Para evitar que el contenido se desborde visualmente del aspect-ratio */
}

/* Contenedor para el contenido textual (Informes, Horario) DENTRO de #inicio-seccion-footer */



/* Columna Izquierda: Informes */
.info-box-footer {
    flex: 1;
    text-align: left;
    color: #000000; 
    margin-left: 20px;
    margin-right: 20px;
    /* padding-right: 5px; */ /* Puedes reducir este padding si es necesario */
}

/* Columna Central: ESPACIO para el logo hexagonal del fondo */
.logo-box-footer {
    flex: 0 0 auto;
    /* AJUSTA ESTE ANCHO SI EL LOGO EN TU IMAGEN DE FONDO ES MÁS PEQUEÑO/ESTRECHO */
    width: 120px;     /* Si el logo en el fondo es más pequeño, reduce este valor */
}
/* Columna Derecha: Horario */
.schedule-box-footer {
    flex: 1;
    text-align: right;
    color: #000000;
    margin-right: 20px;
    margin-left: 20px;
    /* padding-left: 5px; */ /* Puedes reducir este padding si es necesario */
}

/* Estilos para los textos H1 y P dentro de las columnas del footer */
/* REDUCE EL TAMAÑO DE FUENTE Y MÁRGENES PARA HACERLO MÁS COMPACTO */
.info-box-footer h1,
.schedule-box-footer h1 {
    font-size: 20px;  /* Más pequeño */
    line-height: 1.3;  /* Más compacto */
    font-weight: bold;
    margin-bottom: 4px; /* Menos espacio */
    text-align: center;
}
.schedule-box-footer h1,
.info-box-footer h1 {
    margin: 0 auto;
    text-align: center;
}

.info-box-footer a{
    text-decoration: none;
    color: #000;
}
/* ... (los estilos de .info-box-footer a y a:hover se mantienen) ... */


/* Icono de WhatsApp superpuesto en el Footer */
.whatsapp-fixed img{
    position: fixed;
    
    /* AJUSTA ESTOS VALORES PARA QUE ENCAJE EN UN FOOTER MÁS PEQUEÑO */
    bottom: 120px;  /* Más cerca del borde inferior */
    right: 100px;   /* Más cerca del borde derecho */
    
    width: 45px;   /* Icono de WhatsApp más pequeño */
    height: 45px;  /* Icono de WhatsApp más pequeño */
    z-index: 2;
}
.info-box { /* Esta es tu regla general, puede necesitar revisión */
    flex-grow: 1; 
    flex-shrink: 1;

}

.schedule-box { /* Esta es tu regla general, puede necesitar revisión */

    flex-grow: 0; 
    flex-shrink: 0; 

}
.banner-content4 { 
    width: 100%;
    /* max-height: 100px; */ /* Comentado porque causaba problemas en el footer, decide si lo necesitas en otro lado */
    min-height: 100px; /* Para asegurar que al menos tenga esta altura si se usa en otro sitio */

    /* Copio los estilos que tenías en tu último CSS para este, por si se usa en otro lado */
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 120px;
    gap: 25px;
    padding: 20px 15px;
    box-sizing: border-box;

}
}    

@media (min-width:1120px) and (max-width: 1202px) {

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #f0f0f0; /* Color para los bordes fuera del wrapper */
}

html, body {
    width: 100%;
    overflow-x: hidden; /* Previene la barra de scroll horizontal */
}

    /* Ajustes Generales */
    body {
        /* Puedes ajustar la fuente base si es necesario, pero empecemos por componentes */
    }
.page-wrapper {
    max-width: 100%;
    width: 100%; 
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    overflow: hidden; /* Ayuda a contener cualquier desbordamiento interno */
}

    /* HEADER */
    header {
    padding: 8px 10px; /* Reducir padding lateral */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 50px 25px;
    border-bottom: 1px solid #e0e0e0;
    max-width: 100%; 
    margin: 0 auto; 
    background-color: #fff;
    }

    .logo img {
        width: 400px; /* Reducir tamaño del logo */
        height: 100%;     /* Altura automática para mantener proporción */
        padding: 0px;    /* Reducir padding del logo */
        aspect-ratio: 600/120;
    }

    .nav-social-group {
      /* Reducir espacio entre nav y social media */
    padding: 0px;    /* Reducir padding general */
    padding-right: 0px; /* Reducir padding derecho específico */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    margin: 8px 0;
    margin-bottom: 10px;
    }
    .nav-social-group nav ul li a {
    position: relative;
}
nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0;
    padding: 0;
}

    nav ul li a {
    font-size: 28px;  /* Reducir tamaño de fuente de navegación */
    margin: 20px;     /* Reducir margen entre ítems */
    text-decoration: none;
    color: black;
    position: relative;
    font-weight: bold;
    margin: 30px;
    }

    nav ul li a:after {
    height: 55px;     /* Ajustar altura del separador */
    right: -37px;     /* Ajustar posición del separador */
    top: -7px;
    width: 10px;
    content: '';
    display: block;
    background: red;
    position: absolute;
}
.social-media {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-left: 30px;
}

    .social-media img {
    height: 30px;
    width: auto;
        
    }

    /* Banner rojo con imagen */
    .banner-section img {
        aspect-ratio: 1920/250;
        max-width: 1202px;
        min-width: 1120px;
        width: 100%;
        height: 100%;
 
    }
    /* Secciones full-banner-section-wrapped */
    .full-banner-section-wrapped {
        padding: 30px 20px; /* Reducir padding general de secciones */
        min-height: auto;   /* Permitir que el contenido defina la altura, o ajustar a un valor menor que 100vh si es mucho */
    }
    
#inicio-seccion-1 {
        max-width: 1202px;
        min-width: 1120px;
        width: 100%;
        height: 100%; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}


#inicio-seccion-2 {
        max-width: 1202px;
        min-width: 1120px;
        width: 100%;
        height: 100%; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen4.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}

#inicio-seccion-3 {
        max-width: 1202px;
        min-width: 1120px;
        width: 100%;
        height: 100%; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen5.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}

    .banner-content {
        /* Si tenías márgenes laterales muy grandes como margin-right: 500px, deben eliminarse o reducirse drásticamente */

        justify-content: left; /* Centrar contenido si es apropiado */
        text-align: left; /* Centrar texto */
        margin-top: 60px;
    }
    .banner-content .banner-text {
        margin-top: 0px; /* Reducir margen superior */
        max-width: 100%; /* Permitir que ocupe el ancho del .banner-content */
        text-align: left; /* Mantener o cambiar según diseño */
    }
    .banner-text {
        margin-left: 80px;
        margin-right: 500px;

    }
    .banner-content2 {

        justify-content: center;
    }

    .banner-text2{
        margin-left: 600px;
        margin-right: 90px;
        margin-top: 60px;

    }

     .banner-content2 .banner-text2 {
        text-align: center; /* Asegurar centrado */
        max-width: 100%;
    }


    .banner-text h1 {
        font-size: 20px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 10px;
        margin-right: 90px;
        

    }
    .banner-text2 h1 {
        font-size: 25px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 50px;
    }

    .banner-text2 h2 {
        font-size: 20px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 50px;
    }

    .banner-content3 .banner-text3 {
    text-align: center; /* Asegurar centrado */
    max-width: 100%;
    }
    
    .banner-content3 {
        margin-top: 20%;

        justify-content: center;
    }

    .banner-text3 h1 {
        font-size: 29px;  /* Reducir tamaño de fuente */
        margin-bottom: 20px;
    }

    .banner-text3 h2 {
        font-size: 25px;  /* Reducir tamaño de fuente */

    }


     /* SECCIÓN MODELOS */
    #modelos-fila-1,
    #modelos-fila-2 {
        max-width: 1202px;
        min-width: 1120px;
        width: 100%;
        height: 100%;
        aspect-ratio: 1920/960;

                          /* O un valor más grande como 600px o 700px si quieres limitar la sección */
        margin-bottom: 0px; /* Espacio positivo entre las filas de modelos. ¡Eliminamos los márgenes negativos! */
        padding-bottom: 0px;
    }
     #modelos-fila-3 {
        max-width: 1202px;
        min-width: 1120px;
        width: 100%;
        height: 100%;
        aspect-ratio: 1920/960;
        max-height: 100%;
        min-height: 100%;
        margin-bottom: 0px; /* Espacio positivo entre las filas de modelos. ¡Eliminamos los márgenes negativos! */
        padding-bottom: 0px;
     }




    /* Si #modelos-fila-3 tenía un margin-bottom diferente, puedes especificarlo: */
    /* #modelos-fila-3 { margin-bottom: 50px; } */


    #modelos-fila-1 img, /* Estos selectores apuntaban a la imagen de fondo, no a la imagen dentro de .box */
    #modelos-fila-2 img {
        max-width: auto;
        min-width: auto;
        height: 100%;
    }
    #modelo-fila-3 img {
        max-height: 601px;
        min-height: 601px;
    }

 .model-row-wrapper {
    width: 100%;
    position: relative; 
    overflow: hidden;   
    box-sizing: border-box;

    /* Altura: Usaremos padding para darle espacio al contenido y definir indirectamente la altura */
    padding: 50px 15px; /* Ajusta este padding vertical para controlar la altura visible */
    min-height: auto;   /* Opcional: quita cualquier min-height fijo si el padding es suficiente */
    height: 750px;
    /* Quitar propiedades de background CSS si las tenías */
}


.model-row-bg-img {
    position: absolute;
    top: 0;            
    left: 0;           
    width: 100%;
    height: 100%;      /* Cubre toda la altura del wrapper */
    
    /* CAMBIO CLAVE: Usa 'cover' */
    object-fit: cover; /* LLENA todo el espacio, PUEDE RECORTAR la imagen */

    z-index: 0;        /* Detrás del contenido */
    display: block;
}

.model-content-overlay {
    position: relative;   /* Se posiciona normalmente sobre el fondo */
    z-index: 1;           /* Asegura que esté sobre la imagen (z-index: 0) */
    max-width: 1400px;    /* Ancho máximo para las cajas */
    margin: 0 auto;       /* Centra el contenedor de cajas */
    padding: 100px 0px;   /* Padding INTERNO para el contenido, ajusta si es necesario */
                          /* Si quitaste el padding del wrapper, añade padding vertical aquí */
    box-sizing: border-box;
    background-color: transparent; /* Fondo transparente */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.container { /* Ya debería tener la clase .model-content-overlay en el HTML */
    display: flex;
    flex-wrap: wrap;
    gap: 30px;


}


/* Cajas individuales de producto (Fila 1) - Más grandes */
.box {
    background-color: #fff;       
    border: 1px solid #ddd;       
    border-radius: 8px;           /* Bordes redondeados un poco más grandes */
    box-shadow: 0 2px 5px rgba(0,0,0,0.12); /* Sombra un poco más pronunciada */
    overflow: hidden;             
    display: flex;                
    flex-direction: column;       
    
    /* Tamaño y distribución - Ajustado para cajas más grandes */
    flex-basis: calc(33.333% - 30px); /* 3 cajas por fila (ajusta '30px' si cambias el gap) */
    min-width: 320px;             /* Ancho mínimo */
    max-width: 320px;             /* Ancho máximo aumentado */
    height: 320px;

    transition: transform 0.2s ease, box-shadow 0.2s ease; 
}
.box:hover {
    transform: translateY(-5px); 
    box-shadow: 0 5px 10px rgba(0,0,0,0.18);
}

/* Título dentro de la caja (Fila 1) - Más grande */
.title {
    background-color: #E53935; 
    color: white;
    font-size: 1.2em;         /* Tamaño de fuente ligeramente aumentado */
    font-weight: bold;
    text-align: center;
    padding: 12px 10px;       /* Padding interno aumentado */
    width: 100%;
}

/* Imagen dentro de la caja (Fila 1) - Más grande */
.box img {
    width: 100%;             
    height: 400px;            /* AUMENTAMOS LA ALTURA DE LA IMAGEN */
    object-fit: cover;       
    display: block;
}

/* agrandamiento */
/* Modal - fondo oscuro centrado */
.img-modal {
  display: none; /* Oculto por defecto */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8); /* Fondo oscuro */
}

/* Imagen ampliada dentro del modal */
.img-modal-content {
  display: block;
  position: relative;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  width: 800px;       /* Tamaño fijo horizontal */
  height: 800px;      /* Tamaño fijo vertical */
  object-fit: contain; /* Asegura que no se deforme */
  border-radius: 10px;
  box-shadow: 0 0 20px white;
  background-color: #fff;
    outline: none;
  user-select: none;
}


/* Botón para cerrar el modal */
.close-modal {
  position: absolute;
  top: 20px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
}


/*cuadros en el fondo3 */
.benefits-row {

    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
    padding-bottom: 100px;



}

.benefit-box {
    background: linear-gradient(to right, #333, #999, #333);
    margin: 10px 20px; /*separar cuadros */
    padding: 30px 20px; /*orden del texto*/
    border-radius: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 1.3em;
    min-width: 280px;
    max-width: 280px;
    height: 160px; /* Fijamos una altura */
    display: flex;
    justify-content: center;
    text-align: center;
}
/* FOOTER */

/* === INICIO: SECCIÓN DEL FOOTER (#inicio-seccion-footer) === */
#inicio-seccion-footer {
        max-width: 1202px;
        min-width: 1120px;
        width: 100%;
        height: 100%;
    /* IMPORTANTE: Ajusta aspect-ratio a la proporción REAL de tu imagen6.PNG (ancho_imagen / alto_imagen) */
    aspect-ratio: 1920 / 498;  /* EJEMPLO: si imagen6.PNG es 1920x400. ¡Cámbialo! */
    background-image: url('imagen6.png'); /* Tu imagen con el fondo rosado, cortes grises Y EL LOGO HEXAGONAL EN EL CENTRO */
    background-size: 1202px 100%;   /* 'cover' es bueno si aspect-ratio coincide con la proporción de la imagen */
    background-position: center; /* Asegura que el logo esté centrado */
    background-repeat: no-repeat;
    
    /* AJUSTA ESTOS PADDINGS PARA REDUCIR LA ALTURA TOTAL */
    position: relative;
    box-sizing: border-box;
    padding-top: 0px;    /* Espacio interno superior para el contenido */
    padding-bottom: 60px; /* Espacio interno inferior (y para el WhatsApp) */
    overflow: hidden;     /* Para evitar que el contenido se desborde visualmente del aspect-ratio */
}

/* Contenedor para el contenido textual (Informes, Horario) DENTRO de #inicio-seccion-footer */



/* Columna Izquierda: Informes */
.info-box-footer {
    flex: 1;
    text-align: left;
    color: #000000; 
    margin-left: 20px;
    margin-right: 20px;
    /* padding-right: 5px; */ /* Puedes reducir este padding si es necesario */
}

/* Columna Central: ESPACIO para el logo hexagonal del fondo */
.logo-box-footer {
    flex: 0 0 auto;
    /* AJUSTA ESTE ANCHO SI EL LOGO EN TU IMAGEN DE FONDO ES MÁS PEQUEÑO/ESTRECHO */
    width: 120px;     /* Si el logo en el fondo es más pequeño, reduce este valor */
}
/* Columna Derecha: Horario */
.schedule-box-footer {
    flex: 1;
    text-align: right;
    color: #000000;
    margin-right: 20px;
    margin-left: 20px;
    /* padding-left: 5px; */ /* Puedes reducir este padding si es necesario */
}

/* Estilos para los textos H1 y P dentro de las columnas del footer */
/* REDUCE EL TAMAÑO DE FUENTE Y MÁRGENES PARA HACERLO MÁS COMPACTO */
.info-box-footer h1,
.schedule-box-footer h1 {
    font-size: 20px;  /* Más pequeño */
    line-height: 1.3;  /* Más compacto */
    font-weight: bold;
    margin-bottom: 4px; /* Menos espacio */
    text-align: center;
}
.schedule-box-footer h1,
.info-box-footer h1 {
    margin: 0 auto;
    text-align: center;
}

.info-box-footer a{
    text-decoration: none;
    color: #000;
}
/* ... (los estilos de .info-box-footer a y a:hover se mantienen) ... */


/* Icono de WhatsApp superpuesto en el Footer */
.whatsapp-fixed img{
    position: fixed;
    
    /* AJUSTA ESTOS VALORES PARA QUE ENCAJE EN UN FOOTER MÁS PEQUEÑO */
    bottom: 120px;  /* Más cerca del borde inferior */
    right: 100px;   /* Más cerca del borde derecho */
    
    width: 45px;   /* Icono de WhatsApp más pequeño */
    height: 45px;  /* Icono de WhatsApp más pequeño */
    z-index: 2;
}
.info-box { /* Esta es tu regla general, puede necesitar revisión */
    flex-grow: 1; 
    flex-shrink: 1;

}

.schedule-box { /* Esta es tu regla general, puede necesitar revisión */

    flex-grow: 0; 
    flex-shrink: 0; 

}
.banner-content4 { 
    width: 100%;
    /* max-height: 100px; */ /* Comentado porque causaba problemas en el footer, decide si lo necesitas en otro lado */
    min-height: 100px; /* Para asegurar que al menos tenga esta altura si se usa en otro sitio */

    /* Copio los estilos que tenías en tu último CSS para este, por si se usa en otro lado */
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 120px;
    gap: 25px;
    padding: 20px 15px;
    box-sizing: border-box;

}
}
@media (min-width:1025px) and (max-width: 1119px) {
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #f0f0f0; /* Color para los bordes fuera del wrapper */
}

html, body {
    width: 100%;
    overflow-x: hidden; /* Previene la barra de scroll horizontal */
}

    /* Ajustes Generales */
    body {
        /* Puedes ajustar la fuente base si es necesario, pero empecemos por componentes */
    }
.page-wrapper {
    max-width: 100%;
    width: 100%; 
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    overflow: hidden; /* Ayuda a contener cualquier desbordamiento interno */
}

    /* HEADER */
    header {
    padding: 8px 10px; /* Reducir padding lateral */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 30px 25px;
    border-bottom: 1px solid #e0e0e0;
    max-width: 100%; 
    margin: 0 auto; 
    background-color: #fff;
    }

    .logo img {
        max-width: 350px; /* Reducir tamaño del logo */
        min-width: 200px;
        margin: 1px;
        width: 100%;
        height: 100%;     /* Altura automática para mantener proporción */
        padding: 1px;    /* Reducir padding del logo */
        aspect-ratio: 600/120;
    }

    .nav-social-group {
      /* Reducir espacio entre nav y social media */
    padding: 0px;    /* Reducir padding general */
    padding-right: 0px; /* Reducir padding derecho específico */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    margin: 8px 0;
    margin-bottom: 10px;
    }
    .nav-social-group nav ul li a {
    position: relative;
}
nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0;
    padding: 0;
}

    nav ul li a {
    font-size: 24px;  /* Reducir tamaño de fuente de navegación */
    margin: 20px;     /* Reducir margen entre ítems */
    text-decoration: none;
    color: black;
    position: relative;
    font-weight: bold;
    margin: 30px;
    }

    nav ul li a:after {
    height: 55px;     /* Ajustar altura del separador */
    right: -37px;     /* Ajustar posición del separador */
    top: -7px;
    width: 10px;
    content: '';
    display: block;
    background: red;
    position: absolute;
}
.social-media {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-left: 30px;
}

    .social-media img {
    height: 30px;
    width: auto;
        
    }

    /* Banner rojo con imagen */
    .banner-section img {
        aspect-ratio: 1920/250;
        max-width: 1119px;
        min-width: 1025px;
        height: 100%;
        width: 100%;
 
    }
    /* Secciones full-banner-section-wrapped */
    .full-banner-section-wrapped {
        padding: 30px 20px; /* Reducir padding general de secciones */
        min-height: auto;   /* Permitir que el contenido defina la altura, o ajustar a un valor menor que 100vh si es mucho */
    }
    
#inicio-seccion-1 {
        max-width: 1119px;
        min-width: 1025px;
        height: 100%;
        width: 100%; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}


#inicio-seccion-2 {
        max-width: 1119px;
        min-width: 1025px;
        height: 100%;
        width: 100%; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen4.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}

#inicio-seccion-3 {
        max-width: 1119px;
        min-width: 1025px;
        height: 100%;
        width: 100%; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen5.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}

    .banner-content {
        /* Si tenías márgenes laterales muy grandes como margin-right: 500px, deben eliminarse o reducirse drásticamente */

        justify-content: left; /* Centrar contenido si es apropiado */
        text-align: left; /* Centrar texto */
        margin-top: 30px;
    }
    .banner-content .banner-text {
        margin-top: 0px; /* Reducir margen superior */
        max-width: 100%; /* Permitir que ocupe el ancho del .banner-content */
        text-align: left; /* Mantener o cambiar según diseño */
    }
    .banner-text {
        margin-left: 80px;
        margin-right: 400px;

    }
    .banner-content2 {

        justify-content: center;
    }

    .banner-text2{
        margin-left: 500px;
        margin-right: 50px;
        margin-top: 60px;

    }

     .banner-content2 .banner-text2 {
        text-align: center; /* Asegurar centrado */
        max-width: 100%;
    }


    .banner-text h1 {
        font-size: 20px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 10px;
        margin-right: 90px;
        

    }
    .banner-text2 h1 {
        font-size: 25px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 30px;
    }

    .banner-text2 h2 {
        font-size: 20px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 30px;
    }

    .banner-content3 .banner-text3 {
    text-align: center; /* Asegurar centrado */
    max-width: 100%;
    }
    
    .banner-content3 {
        margin-top: 20%;

        justify-content: center;
    }

    .banner-text3 h1 {
        font-size: 29px;  /* Reducir tamaño de fuente */
        margin-bottom: 20px;
    }

    .banner-text3 h2 {
        font-size: 25px;  /* Reducir tamaño de fuente */

    }


     /* SECCIÓN MODELOS */
    #modelos-fila-1,
    #modelos-fila-2 {
        max-width: 1119px;
        min-width: 1025px;
        height: 100%;
        width: 100%;
        aspect-ratio: 1920/960;

                          /* O un valor más grande como 600px o 700px si quieres limitar la sección */
        margin-bottom: 0px; /* Espacio positivo entre las filas de modelos. ¡Eliminamos los márgenes negativos! */
        padding-bottom: 0px;
    }
     #modelos-fila-3 {
        max-width: 1119px;
        min-width: 1025px;
        height: 100%;
        width: 100%;
        aspect-ratio: 1920/960;
        max-height: 100%;
        min-height: 100%;
        margin-bottom: 0px; /* Espacio positivo entre las filas de modelos. ¡Eliminamos los márgenes negativos! */
        padding-bottom: 0px;
     }




    /* Si #modelos-fila-3 tenía un margin-bottom diferente, puedes especificarlo: */
    /* #modelos-fila-3 { margin-bottom: 50px; } */


    #modelos-fila-1 img, /* Estos selectores apuntaban a la imagen de fondo, no a la imagen dentro de .box */
    #modelos-fila-2 img {
        max-width: auto;
        min-width: auto;
        height: 100%;
    }
    #modelo-fila-3 img {
        max-height: 601px;
        min-height: 601px;
    }

 .model-row-wrapper {
    width: 100%;
    position: relative; 
    overflow: hidden;   
    box-sizing: border-box;

    /* Altura: Usaremos padding para darle espacio al contenido y definir indirectamente la altura */
    padding: 50px 15px; /* Ajusta este padding vertical para controlar la altura visible */
    min-height: auto;   /* Opcional: quita cualquier min-height fijo si el padding es suficiente */
    height: 750px;
    /* Quitar propiedades de background CSS si las tenías */
}


.model-row-bg-img {
    position: absolute;
    top: 0;            
    left: 0;           
    width: 100%;
    height: 100%;      /* Cubre toda la altura del wrapper */
    
    /* CAMBIO CLAVE: Usa 'cover' */
    object-fit: cover; /* LLENA todo el espacio, PUEDE RECORTAR la imagen */

    z-index: 0;        /* Detrás del contenido */
    display: block;
}

.model-content-overlay {
    position: relative;   /* Se posiciona normalmente sobre el fondo */
    z-index: 1;           /* Asegura que esté sobre la imagen (z-index: 0) */
    max-width: 1400px;    /* Ancho máximo para las cajas */
    margin: 0 auto;       /* Centra el contenedor de cajas */
    padding: 100px 0px;   /* Padding INTERNO para el contenido, ajusta si es necesario */
                          /* Si quitaste el padding del wrapper, añade padding vertical aquí */
    box-sizing: border-box;
    background-color: transparent; /* Fondo transparente */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.container { /* Ya debería tener la clase .model-content-overlay en el HTML */
    display: flex;
    flex-wrap: wrap;
    gap: 30px;


}


/* Cajas individuales de producto (Fila 1) - Más grandes */
.box {
    background-color: #fff;       
    border: 1px solid #ddd;       
    border-radius: 8px;           /* Bordes redondeados un poco más grandes */
    box-shadow: 0 2px 5px rgba(0,0,0,0.12); /* Sombra un poco más pronunciada */
    overflow: hidden;             
    display: flex;                
    flex-direction: column;       
    
    /* Tamaño y distribución - Ajustado para cajas más grandes */
    flex-basis: calc(33.333% - 30px); /* 3 cajas por fila (ajusta '30px' si cambias el gap) */
    min-width: 280px;             /* Ancho mínimo */
    max-width: 280px;             /* Ancho máximo aumentado */
    height: 280px;

    transition: transform 0.2s ease, box-shadow 0.2s ease; 
}
.box:hover {
    transform: translateY(-5px); 
    box-shadow: 0 5px 10px rgba(0,0,0,0.18);
}

/* Título dentro de la caja (Fila 1) - Más grande */
.title {
    background-color: #E53935; 
    color: white;
    font-size: 1.2em;         /* Tamaño de fuente ligeramente aumentado */
    font-weight: bold;
    text-align: center;
    padding: 12px 10px;       /* Padding interno aumentado */
    width: 100%;
}

/* Imagen dentro de la caja (Fila 1) - Más grande */
.box img {
    width: 100%;             
    height: 400px;            /* AUMENTAMOS LA ALTURA DE LA IMAGEN */
    object-fit: cover;       
    display: block;
}

/* agrandamiento */
/* Modal - fondo oscuro centrado */
.img-modal {
  display: none; /* Oculto por defecto */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8); /* Fondo oscuro */
}

/* Imagen ampliada dentro del modal */
.img-modal-content {
  display: block;
  position: relative;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  width: 800px;       /* Tamaño fijo horizontal */
  height: 800px;      /* Tamaño fijo vertical */
  object-fit: contain; /* Asegura que no se deforme */
  border-radius: 10px;
  box-shadow: 0 0 20px white;
  background-color: #fff;
    outline: none;
  user-select: none;
}


/* Botón para cerrar el modal */
.close-modal {
  position: absolute;
  top: 20px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
}


/*cuadros en el fondo3 */
.benefits-row {

    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    padding-bottom: 50px;



}

.benefit-box {
    background: linear-gradient(to right, #333, #999, #333);
    margin: 10px 20px; /*separar cuadros */
    padding: 30px 20px; /*orden del texto*/
    border-radius: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 1.3em;
    min-width: 250px;
    max-width: 250px;
    height: 160px; /* Fijamos una altura */
    display: flex;
    justify-content: center;
    text-align: center;
}
/* FOOTER */

/* === INICIO: SECCIÓN DEL FOOTER (#inicio-seccion-footer) === */
#inicio-seccion-footer {
        max-width: 1119px;
        min-width: 1025px;
        height: 100%;
        width: 100%;
    /* IMPORTANTE: Ajusta aspect-ratio a la proporción REAL de tu imagen6.PNG (ancho_imagen / alto_imagen) */
    aspect-ratio: 1920 / 498;  /* EJEMPLO: si imagen6.PNG es 1920x400. ¡Cámbialo! */
    background-image: url('imagen6.png'); /* Tu imagen con el fondo rosado, cortes grises Y EL LOGO HEXAGONAL EN EL CENTRO */
    background-size: 1119px 100%;   /* 'cover' es bueno si aspect-ratio coincide con la proporción de la imagen */
    background-position: center; /* Asegura que el logo esté centrado */
    background-repeat: no-repeat;
    
    /* AJUSTA ESTOS PADDINGS PARA REDUCIR LA ALTURA TOTAL */
    position: relative;
    box-sizing: border-box;
    padding-top: 0px;    /* Espacio interno superior para el contenido */
    padding-bottom: 60px; /* Espacio interno inferior (y para el WhatsApp) */
    overflow: hidden;     /* Para evitar que el contenido se desborde visualmente del aspect-ratio */
}

/* Contenedor para el contenido textual (Informes, Horario) DENTRO de #inicio-seccion-footer */



/* Columna Izquierda: Informes */
.info-box-footer {
    flex: 1;
    text-align: left;
    color: #000000; 
    margin-left: 60px;
    margin-right: -40px;
    /* padding-right: 5px; */ /* Puedes reducir este padding si es necesario */
}

/* Columna Central: ESPACIO para el logo hexagonal del fondo */

/* Columna Derecha: Horario */
.schedule-box-footer {
    flex: 1;
    text-align: right;
    color: #000000;
    margin-right: 60px;
    margin-left: -40px;
    /* padding-left: 5px; */ /* Puedes reducir este padding si es necesario */
}

/* Estilos para los textos H1 y P dentro de las columnas del footer */
/* REDUCE EL TAMAÑO DE FUENTE Y MÁRGENES PARA HACERLO MÁS COMPACTO */
.info-box-footer h1,
.schedule-box-footer h1 {
    font-size: 20px;  /* Más pequeño */
    line-height: 1.3;  /* Más compacto */
    font-weight: bold;
    margin-bottom: 4px; /* Menos espacio */
    text-align: center;
}
.schedule-box-footer h1,
.info-box-footer h1 {
    margin: 0 auto;
    text-align: center;
}

.info-box-footer a{
    text-decoration: none;
    color: #000;
}
/* ... (los estilos de .info-box-footer a y a:hover se mantienen) ... */


/* Icono de WhatsApp superpuesto en el Footer */
.whatsapp-fixed img{
    position: fixed;
    
    /* AJUSTA ESTOS VALORES PARA QUE ENCAJE EN UN FOOTER MÁS PEQUEÑO */
    bottom: 90px;  /* Más cerca del borde inferior */
    right: 100px;   /* Más cerca del borde derecho */
    
    width: 45px;   /* Icono de WhatsApp más pequeño */
    height: 45px;  /* Icono de WhatsApp más pequeño */
    z-index: 2;
}
.info-box { /* Esta es tu regla general, puede necesitar revisión */
    flex-grow: 1; 
    flex-shrink: 1;

}

.schedule-box { /* Esta es tu regla general, puede necesitar revisión */

    flex-grow: 0; 
    flex-shrink: 0; 

}
.banner-content4 { 
    width: 100%;
    /* max-height: 100px; */ /* Comentado porque causaba problemas en el footer, decide si lo necesitas en otro lado */
    min-height: 100px; /* Para asegurar que al menos tenga esta altura si se usa en otro sitio */

    /* Copio los estilos que tenías en tu último CSS para este, por si se usa en otro lado */
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1119px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    margin-bottom: 120px;
    gap: 25px;
    padding: 20px 5px;
    box-sizing: border-box;

}
}

@media (min-width:1014px) and (max-width: 1024px) {
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #f0f0f0; /* Color para los bordes fuera del wrapper */
}

html, body {
    width: 100%;
    overflow-x: hidden; /* Previene la barra de scroll horizontal */
}

    /* Ajustes Generales */
    body {
        /* Puedes ajustar la fuente base si es necesario, pero empecemos por componentes */
    }
.page-wrapper {
    max-width: 100%;
    width: 100%; 
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    overflow: hidden; /* Ayuda a contener cualquier desbordamiento interno */
}

    /* HEADER */
    header {
    padding: 8px 10px; /* Reducir padding lateral */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 50px 25px;
    border-bottom: 1px solid #e0e0e0;
    max-width: 100%; 
    margin: 0 auto; 
    background-color: #fff;
    }

    .logo img {
        width: 350px; /* Reducir tamaño del logo */
        height: 100%;     /* Altura automática para mantener proporción */
        padding: 0px;    /* Reducir padding del logo */
        aspect-ratio: 600/120;
    }

    .nav-social-group {
      /* Reducir espacio entre nav y social media */
    padding: 0px;    /* Reducir padding general */
    padding-right: 0px; /* Reducir padding derecho específico */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    margin: 8px 0;
    margin-bottom: 10px;
    }
    .nav-social-group nav ul li a {
    position: relative;
}
nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0;
    padding: 0;
}

    nav ul li a {
    font-size: 22px;  /* Reducir tamaño de fuente de navegación */
    margin: 20px;     /* Reducir margen entre ítems */
    text-decoration: none;
    color: black;
    position: relative;
    font-weight: bold;
    margin: 30px;
    }

    nav ul li a:after {
    height: 45px;     /* Ajustar altura del separador */
    right: -37px;     /* Ajustar posición del separador */
    top: -7px;
    width: 7px;
    content: '';
    display: block;
    background: red;
    position: absolute;
}
.social-media {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-left: 30px;
}

    .social-media img {
    height: 25px;
    width: auto;
        
    }

    /* Banner rojo con imagen */
    .banner-section img {
        aspect-ratio: 1920/250;
        max-width: 1024px;
        min-width: 1014px;
        width: 100%;
        height: 100%;
 
    }
    /* Secciones full-banner-section-wrapped */
    .full-banner-section-wrapped {
        padding: 30px 20px; /* Reducir padding general de secciones */
        min-height: auto;   /* Permitir que el contenido defina la altura, o ajustar a un valor menor que 100vh si es mucho */
    }
    
#inicio-seccion-1 {
        max-width: 1024px;
        min-width: 1014px;
        width: 100%;
        height: 100%; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}


#inicio-seccion-2 {
        max-width: 1024px;
        min-width: 1014px;
        width: 100%;
        height: 100%; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen4.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}

#inicio-seccion-3 {
        max-width: 1024px;
        min-width: 1014px;
        width: 100%;
        height: 100%; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen5.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}

    .banner-content {
        /* Si tenías márgenes laterales muy grandes como margin-right: 500px, deben eliminarse o reducirse drásticamente */

        justify-content: left; /* Centrar contenido si es apropiado */
        text-align: left; /* Centrar texto */
        margin-top: 60px;
    }
    .banner-content .banner-text {
        margin-top: 0px; /* Reducir margen superior */
        max-width: 100%; /* Permitir que ocupe el ancho del .banner-content */
        text-align: left; /* Mantener o cambiar según diseño */
    }
    .banner-text {
        margin-left: 80px;
        margin-right: 500px;

    }
    .banner-content2 {

        justify-content: center;
    }

    .banner-text2{
        margin-left: 450px;
        margin-right: 50px;
        margin-top: 60px;

    }

     .banner-content2 .banner-text2 {
        text-align: center; /* Asegurar centrado */
        max-width: 100%;
    }


    .banner-text h1 {
        font-size: 18px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 10px;
        margin-right: 10px;
        

    }
    .banner-text2 h1 {
        font-size: 22px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 50px;
    }

    .banner-text2 h2 {
        font-size: 18px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 50px;
    }

    .banner-content3 .banner-text3 {
    text-align: center; /* Asegurar centrado */
    max-width: 100%;
    }
    
    .banner-content3 {
        margin-top: 20%;

        justify-content: center;
    }

    .banner-text3 h1 {
        font-size: 25px;  /* Reducir tamaño de fuente */
        margin-bottom: 20px;
    }

    .banner-text3 h2 {
        font-size: 22px;  /* Reducir tamaño de fuente */

    }


     /* SECCIÓN MODELOS */
    #modelos-fila-1,
    #modelos-fila-2 {
        max-width: 1024px;
        min-width: 1014px;
        width: 100%;
        height: 100%;
        aspect-ratio: 1920/960;

                          /* O un valor más grande como 600px o 700px si quieres limitar la sección */
        margin-bottom: 0px; /* Espacio positivo entre las filas de modelos. ¡Eliminamos los márgenes negativos! */
        padding-bottom: 0px;
    }
     #modelos-fila-3 {
        max-width: 1024px;
        min-width: 1014px;
        width: 100%;
        height: 100%;
        aspect-ratio: 1920/960;
        max-height: 100%;
        min-height: 100%;
        margin-bottom: 0px; /* Espacio positivo entre las filas de modelos. ¡Eliminamos los márgenes negativos! */
        padding-bottom: 0px;
     }




    /* Si #modelos-fila-3 tenía un margin-bottom diferente, puedes especificarlo: */
    /* #modelos-fila-3 { margin-bottom: 50px; } */


    #modelos-fila-1 img, /* Estos selectores apuntaban a la imagen de fondo, no a la imagen dentro de .box */
    #modelos-fila-2 img {
        max-width: auto;
        min-width: auto;
        height: 100%;
    }
    #modelo-fila-3 img {
        max-height: 512px;
        min-height: 512px;
    }

 .model-row-wrapper {
    width: 100%;
    position: relative; 
    overflow: hidden;   
    box-sizing: border-box;

    /* Altura: Usaremos padding para darle espacio al contenido y definir indirectamente la altura */
    padding: 50px 15px; /* Ajusta este padding vertical para controlar la altura visible */
    min-height: auto;   /* Opcional: quita cualquier min-height fijo si el padding es suficiente */
    height: 750px;
    /* Quitar propiedades de background CSS si las tenías */
}


.model-row-bg-img {
    position: absolute;
    top: 0;            
    left: 0;           
    width: 100%;
    height: 100%;      /* Cubre toda la altura del wrapper */
    
    /* CAMBIO CLAVE: Usa 'cover' */
    object-fit: cover; /* LLENA todo el espacio, PUEDE RECORTAR la imagen */

    z-index: 0;        /* Detrás del contenido */
    display: block;
}

.model-content-overlay {
    position: relative;   /* Se posiciona normalmente sobre el fondo */
    z-index: 1;           /* Asegura que esté sobre la imagen (z-index: 0) */
    max-width: 1000px;    /* Ancho máximo para las cajas */
    margin: 0 auto;       /* Centra el contenedor de cajas */
    padding: 80px 0px;   /* Padding INTERNO para el contenido, ajusta si es necesario */
                          /* Si quitaste el padding del wrapper, añade padding vertical aquí */
    box-sizing: border-box;
    background-color: transparent; /* Fondo transparente */

}

.container { /* Ya debería tener la clase .model-content-overlay en el HTML */
    display: flex;
    flex-wrap: wrap;
    gap: 30px;


}


/* Cajas individuales de producto (Fila 1) - Más grandes */
.box {
    background-color: #fff;       
    border: 1px solid #ddd;       
    border-radius: 8px;           /* Bordes redondeados un poco más grandes */
    box-shadow: 0 2px 5px rgba(0,0,0,0.12); /* Sombra un poco más pronunciada */
    overflow: hidden;             
    display: flex;                
    flex-direction: column;       
    
    /* Tamaño y distribución - Ajustado para cajas más grandes */
    flex-basis: calc(33.333% - 30px); /* 3 cajas por fila (ajusta '30px' si cambias el gap) */
    min-width: 250px;             /* Ancho mínimo */
    max-width: 250px;             /* Ancho máximo aumentado */
    height: 280px;

    transition: transform 0.2s ease, box-shadow 0.2s ease; 
}
.box:hover {
    transform: translateY(-5px); 
    box-shadow: 0 5px 10px rgba(0,0,0,0.18);
}

/* Título dentro de la caja (Fila 1) - Más grande */
.title {
    background-color: #E53935; 
    color: white;
    font-size: 1.0em;         /* Tamaño de fuente ligeramente aumentado */
    font-weight: bold;
    text-align: center;
    padding: 12px 10px;       /* Padding interno aumentado */
    width: 100%;
}

/* Imagen dentro de la caja (Fila 1) - Más grande */
.box img {
    width: 100%;             
    height: 400px;            /* AUMENTAMOS LA ALTURA DE LA IMAGEN */
    object-fit: cover;       
    display: block;
}

/* agrandamiento */
/* Modal - fondo oscuro centrado */
.img-modal {
  display: none; /* Oculto por defecto */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8); /* Fondo oscuro */
}

/* Imagen ampliada dentro del modal */
.img-modal-content {
  display: block;
  position: relative;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  width: 800px;       /* Tamaño fijo horizontal */
  height: 800px;      /* Tamaño fijo vertical */
  object-fit: contain; /* Asegura que no se deforme */
  border-radius: 10px;
  box-shadow: 0 0 20px white;
  background-color: #fff;
    outline: none;
  user-select: none;
}


/* Botón para cerrar el modal */
.close-modal {
  position: absolute;
  top: 20px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
}


/*cuadros en el fondo3 */
.benefits-row {

    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    padding-bottom: 10px;



}

.benefit-box {
    background: linear-gradient(to right, #333, #999, #333);
    margin: 10px 20px; /*separar cuadros */
    padding: 30px 20px; /*orden del texto*/
    border-radius: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 1.1em;
    min-width: 260px;
    max-width: 260px;
    height: 120px; /* Fijamos una altura */
    display: flex;
    justify-content: center;
    text-align: center;
}
/* FOOTER */

/* === INICIO: SECCIÓN DEL FOOTER (#inicio-seccion-footer) === */
#inicio-seccion-footer {
        max-width: 1024px;
        min-width: 1014px;
        width: 100%;
        height: 100%;
    /* IMPORTANTE: Ajusta aspect-ratio a la proporción REAL de tu imagen6.PNG (ancho_imagen / alto_imagen) */
    aspect-ratio: 1920 / 498;  /* EJEMPLO: si imagen6.PNG es 1920x400. ¡Cámbialo! */
    background-image: url('imagen6.png'); /* Tu imagen con el fondo rosado, cortes grises Y EL LOGO HEXAGONAL EN EL CENTRO */
    background-size: 1024px 100%;   /* 'cover' es bueno si aspect-ratio coincide con la proporción de la imagen */
    background-position: center; /* Asegura que el logo esté centrado */
    background-repeat: no-repeat;
    
    /* AJUSTA ESTOS PADDINGS PARA REDUCIR LA ALTURA TOTAL */
    position: relative;
    box-sizing: border-box;
    padding-top: 0px;    /* Espacio interno superior para el contenido */
    padding-bottom: 60px; /* Espacio interno inferior (y para el WhatsApp) */
    overflow: hidden;     /* Para evitar que el contenido se desborde visualmente del aspect-ratio */
}

/* Contenedor para el contenido textual (Informes, Horario) DENTRO de #inicio-seccion-footer */



/* Columna Izquierda: Informes */
.info-box-footer {
    flex: 1;
    text-align: left;
    color: #000000; 
    padding-right: 30px;
    /* padding-right: 5px; */ /* Puedes reducir este padding si es necesario */
}


/* Columna Derecha: Horario */
.schedule-box-footer {
    flex: 1;
    text-align: right;
    color: #000000;
    padding-right: 30px;
    /* padding-left: 5px; */ /* Puedes reducir este padding si es necesario */
}

/* Estilos para los textos H1 y P dentro de las columnas del footer */
/* REDUCE EL TAMAÑO DE FUENTE Y MÁRGENES PARA HACERLO MÁS COMPACTO */
.info-box-footer h1,
.schedule-box-footer h1 {
    font-size: 20px;  /* Más pequeño */
    line-height: 1.3;  /* Más compacto */
    font-weight: bold;
    margin-bottom: 4px; /* Menos espacio */
    text-align: center;
}
.schedule-box-footer h1,
.info-box-footer h1 {
    margin: 0 auto;
    text-align: center;
}

.info-box-footer a{
    text-decoration: none;
    color: #000;
}
/* ... (los estilos de .info-box-footer a y a:hover se mantienen) ... */


/* Icono de WhatsApp superpuesto en el Footer */
.whatsapp-fixed img{
    position: fixed;
    
    /* AJUSTA ESTOS VALORES PARA QUE ENCAJE EN UN FOOTER MÁS PEQUEÑO */
    bottom: 80px;  /* Más cerca del borde inferior */
    right: 100px;   /* Más cerca del borde derecho */
    
    width: 42px;   /* Icono de WhatsApp más pequeño */
    height: 42px;  /* Icono de WhatsApp más pequeño */
    z-index: 2;
}
.info-box { /* Esta es tu regla general, puede necesitar revisión */
    flex-grow: 1; 
    flex-shrink: 1;

}

.schedule-box { /* Esta es tu regla general, puede necesitar revisión */

    flex-grow: 0; 
    flex-shrink: 0; 

}
.banner-content4 { 
    width: 100%;
    /* max-height: 100px; */ /* Comentado porque causaba problemas en el footer, decide si lo necesitas en otro lado */
    min-height: 100px; /* Para asegurar que al menos tenga esta altura si se usa en otro sitio */

    /* Copio los estilos que tenías en tu último CSS para este, por si se usa en otro lado */
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 120px;
    gap: 25px;
    padding: 10px 50px;
    box-sizing: border-box;

}
}
@media (min-width: 980px) and (max-width: 1013px) {

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #f0f0f0; /* Color para los bordes fuera del wrapper */
}

html, body {
    width: 100%;
    overflow-x: hidden; /* Previene la barra de scroll horizontal */
}

    /* Ajustes Generales */
    body {
        /* Puedes ajustar la fuente base si es necesario, pero empecemos por componentes */
    }
.page-wrapper {
    max-width: 100%;
    width: 100%; 
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    overflow: hidden; /* Ayuda a contener cualquier desbordamiento interno */
}

    /* HEADER */
    header {
    padding: 8px 10px; /* Reducir padding lateral */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 50px 25px;
    border-bottom: 1px solid #e0e0e0;
    max-width: 100%; 
    margin: 0 auto; 
    background-color: #fff;
    }

    .logo img {
        width: 350px; /* Reducir tamaño del logo */
        height: 100%;     /* Altura automática para mantener proporción */
        padding: 0px;    /* Reducir padding del logo */
        aspect-ratio: 600/120;
    }

    .nav-social-group {
      /* Reducir espacio entre nav y social media */
    padding: 0px;    /* Reducir padding general */
    padding-right: 0px; /* Reducir padding derecho específico */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    margin: 8px 0;
    margin-bottom: 10px;
    }
    .nav-social-group nav ul li a {
    position: relative;
}
nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0;
    padding: 0;
}

    nav ul li a {
    font-size: 22px;  /* Reducir tamaño de fuente de navegación */
    margin: 20px;     /* Reducir margen entre ítems */
    text-decoration: none;
    color: black;
    position: relative;
    font-weight: bold;
    margin: 30px;
    }

    nav ul li a:after {
    height: 45px;     /* Ajustar altura del separador */
    right: -37px;     /* Ajustar posición del separador */
    top: -7px;
    width: 7px;
    content: '';
    display: block;
    background: red;
    position: absolute;
}
.social-media {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-left: 30px;
}

    .social-media img {
    height: 25px;
    width: auto;
        
    }

    /* Banner rojo con imagen */
    .banner-section img {
        aspect-ratio: 1920/250;
        max-width: 1013px;
        min-width: 980px;
        width: 100%;
        height: 100%;
 
    }
    /* Secciones full-banner-section-wrapped */
    .full-banner-section-wrapped {
        padding: 30px 20px; /* Reducir padding general de secciones */
        min-height: auto;   /* Permitir que el contenido defina la altura, o ajustar a un valor menor que 100vh si es mucho */
    }
    
#inicio-seccion-1 {
        max-width: 1013px;
        min-width: 980px;
        width: 100%;
        height: 100%; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}


#inicio-seccion-2 {
        max-width: 1013px;
        min-width: 980px;
        width: 100%;
        height: 100%; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen4.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}

#inicio-seccion-3 {
        max-width: 1013px;
        min-width: 980px;
        width: 100%;
        height: 100%; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen5.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}

    .banner-content {
        /* Si tenías márgenes laterales muy grandes como margin-right: 500px, deben eliminarse o reducirse drásticamente */

        justify-content: left; /* Centrar contenido si es apropiado */
        text-align: left; /* Centrar texto */
        margin-top: 60px;
    }
    .banner-content .banner-text {
        margin-top: 0px; /* Reducir margen superior */
        max-width: 100%; /* Permitir que ocupe el ancho del .banner-content */
        text-align: left; /* Mantener o cambiar según diseño */
    }
    .banner-text {
        margin-left: 80px;
        margin-right: 500px;

    }
    .banner-content2 {

        justify-content: center;
    }

    .banner-text2{
        margin-left: 450px;
        margin-right: 50px;
        margin-top: 60px;

    }

     .banner-content2 .banner-text2 {
        text-align: center; /* Asegurar centrado */
        max-width: 100%;
    }


    .banner-text h1 {
        font-size: 18px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 10px;
        margin-right: 10px;
        

    }
    .banner-text2 h1 {
        font-size: 22px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 50px;
    }

    .banner-text2 h2 {
        font-size: 18px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 50px;
    }

    .banner-content3 .banner-text3 {
    text-align: center; /* Asegurar centrado */
    max-width: 100%;
    }
    
    .banner-content3 {
        margin-top: 20%;

        justify-content: center;
    }

    .banner-text3 h1 {
        font-size: 25px;  /* Reducir tamaño de fuente */
        margin-bottom: 20px;
    }

    .banner-text3 h2 {
        font-size: 22px;  /* Reducir tamaño de fuente */

    }


     /* SECCIÓN MODELOS */
    #modelos-fila-1,
    #modelos-fila-2 {
        max-width: 1013px;
        min-width: 980px;
        width: 100%;
        height: 100%;
        aspect-ratio: 1920/960;

                          /* O un valor más grande como 600px o 700px si quieres limitar la sección */
        margin-bottom: 0px; /* Espacio positivo entre las filas de modelos. ¡Eliminamos los márgenes negativos! */
        padding-bottom: 0px;
    }
     #modelos-fila-3 {
        max-width: 1013px;
        min-width: 980px;
        width: 100%;
        height: 100%;
        aspect-ratio: 1920/960;
        max-height: 512px;
        min-height: 512px;
        margin-bottom: 0px; /* Espacio positivo entre las filas de modelos. ¡Eliminamos los márgenes negativos! */
        padding-bottom: 0px;
     }




    /* Si #modelos-fila-3 tenía un margin-bottom diferente, puedes especificarlo: */
    /* #modelos-fila-3 { margin-bottom: 50px; } */


    #modelos-fila-1 img, /* Estos selectores apuntaban a la imagen de fondo, no a la imagen dentro de .box */
    #modelos-fila-2 img {
        max-width: auto;
        min-width: auto;
        height: 100%;
    }
    #modelo-fila-3 img {
        max-height: 512px;
        min-height: 512px;
    }

 .model-row-wrapper {
    width: 100%;
    position: relative; 
    overflow: hidden;   
    box-sizing: border-box;

    /* Altura: Usaremos padding para darle espacio al contenido y definir indirectamente la altura */
    padding: 50px 15px; /* Ajusta este padding vertical para controlar la altura visible */
    min-height: auto;   /* Opcional: quita cualquier min-height fijo si el padding es suficiente */
    height: 750px;
    /* Quitar propiedades de background CSS si las tenías */
}


.model-row-bg-img {
    position: absolute;
    top: 0;            
    left: 0;           
    width: 100%;
    height: 100%;      /* Cubre toda la altura del wrapper */
    
    /* CAMBIO CLAVE: Usa 'cover' */
    object-fit: cover; /* LLENA todo el espacio, PUEDE RECORTAR la imagen */

    z-index: 0;        /* Detrás del contenido */
    display: block;
}

.model-content-overlay {
    position: relative;   /* Se posiciona normalmente sobre el fondo */
    z-index: 1;           /* Asegura que esté sobre la imagen (z-index: 0) */
    max-width: 1000px;    /* Ancho máximo para las cajas */
    margin: 0 auto;       /* Centra el contenedor de cajas */
    padding: 80px 0px;   /* Padding INTERNO para el contenido, ajusta si es necesario */
                          /* Si quitaste el padding del wrapper, añade padding vertical aquí */
    box-sizing: border-box;
    background-color: transparent; /* Fondo transparente */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.container { /* Ya debería tener la clase .model-content-overlay en el HTML */
    display: flex;
    flex-wrap: wrap;
    gap: 30px;


}


/* Cajas individuales de producto (Fila 1) - Más grandes */
.box {
    background-color: #fff;       
    border: 1px solid #ddd;       
    border-radius: 8px;           /* Bordes redondeados un poco más grandes */
    box-shadow: 0 2px 5px rgba(0,0,0,0.12); /* Sombra un poco más pronunciada */
    overflow: hidden;             
    display: flex;                
    flex-direction: column;       
    
    /* Tamaño y distribución - Ajustado para cajas más grandes */
    flex-basis: calc(33.333% - 30px); /* 3 cajas por fila (ajusta '30px' si cambias el gap) */
    min-width: 250px;             /* Ancho mínimo */
    max-width: 250px;             /* Ancho máximo aumentado */
    height: 280px;

    transition: transform 0.2s ease, box-shadow 0.2s ease; 
}
.box:hover {
    transform: translateY(-5px); 
    box-shadow: 0 5px 10px rgba(0,0,0,0.18);
}

/* Título dentro de la caja (Fila 1) - Más grande */
.title {
    background-color: #E53935; 
    color: white;
    font-size: 1.0em;         /* Tamaño de fuente ligeramente aumentado */
    font-weight: bold;
    text-align: center;
    padding: 12px 10px;       /* Padding interno aumentado */
    width: 100%;
}

/* Imagen dentro de la caja (Fila 1) - Más grande */
.box img {
    width: 100%;             
    height: 400px;            /* AUMENTAMOS LA ALTURA DE LA IMAGEN */
    object-fit: cover;       
    display: block;
}

/* agrandamiento */
/* Modal - fondo oscuro centrado */
.img-modal {
  display: none; /* Oculto por defecto */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8); /* Fondo oscuro */
}

/* Imagen ampliada dentro del modal */
.img-modal-content {
  display: block;
  position: relative;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  width: 800px;       /* Tamaño fijo horizontal */
  height: 800px;      /* Tamaño fijo vertical */
  object-fit: contain; /* Asegura que no se deforme */
  border-radius: 10px;
  box-shadow: 0 0 20px white;
  background-color: #fff;
    outline: none;
  user-select: none;
}


/* Botón para cerrar el modal */
.close-modal {
  position: absolute;
  top: 20px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
}


/*cuadros en el fondo3 */
.benefits-row {

    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    padding-bottom: 10px;



}

.benefit-box {
    background: linear-gradient(to right, #333, #999, #333);
    margin: 10px 20px; /*separar cuadros */
    padding: 30px 20px; /*orden del texto*/
    border-radius: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 1.1em;
    min-width: 260px;
    max-width: 260px;
    height: 120px; /* Fijamos una altura */
    display: flex;
    justify-content: center;
    text-align: center;
}
/* FOOTER */

/* === INICIO: SECCIÓN DEL FOOTER (#inicio-seccion-footer) === */
#inicio-seccion-footer {
        max-width: 1013px;
        min-width: 980px;
        width: 100%;
        height: 100%;
    /* IMPORTANTE: Ajusta aspect-ratio a la proporción REAL de tu imagen6.PNG (ancho_imagen / alto_imagen) */
    aspect-ratio: 1920 / 498;  /* EJEMPLO: si imagen6.PNG es 1920x400. ¡Cámbialo! */
    background-image: url('imagen6.png'); /* Tu imagen con el fondo rosado, cortes grises Y EL LOGO HEXAGONAL EN EL CENTRO */
    background-size: 1013px 100%;   /* 'cover' es bueno si aspect-ratio coincide con la proporción de la imagen */
    background-position: center; /* Asegura que el logo esté centrado */
    background-repeat: no-repeat;
    
    /* AJUSTA ESTOS PADDINGS PARA REDUCIR LA ALTURA TOTAL */
    position: relative;
    box-sizing: border-box;
    padding-top: 0px;    /* Espacio interno superior para el contenido */
    padding-bottom: 60px; /* Espacio interno inferior (y para el WhatsApp) */
    overflow: hidden;     /* Para evitar que el contenido se desborde visualmente del aspect-ratio */
}

/* Contenedor para el contenido textual (Informes, Horario) DENTRO de #inicio-seccion-footer */



/* Columna Izquierda: Informes */
.info-box-footer {
    flex: 1;
    text-align: left;
    color: #000000; 
    padding-right: 150px;

    /* padding-right: 5px; */ /* Puedes reducir este padding si es necesario */
}

/* Columna Central: ESPACIO para el logo hexagonal del fondo */

/* Columna Derecha: Horario */
.schedule-box-footer {
    flex: 1;
    text-align: right;
    color: #000000;
    padding-left: 150px;
    /* padding-left: 5px; */ /* Puedes reducir este padding si es necesario */
}

/* Estilos para los textos H1 y P dentro de las columnas del footer */
/* REDUCE EL TAMAÑO DE FUENTE Y MÁRGENES PARA HACERLO MÁS COMPACTO */
.info-box-footer h1,
.schedule-box-footer h1 {
    font-size: 20px;  /* Más pequeño */
    line-height: 1.3;  /* Más compacto */
    font-weight: bold;
    margin-bottom: 4px; /* Menos espacio */
    text-align: center;
}
.schedule-box-footer h1,
.info-box-footer h1 {
    margin: 0 auto;
    text-align: center;
}

.info-box-footer a{
    text-decoration: none;
    color: #000;
}
/* ... (los estilos de .info-box-footer a y a:hover se mantienen) ... */


/* Icono de WhatsApp superpuesto en el Footer */
.whatsapp-fixed img{
    position: fixed;
    
    /* AJUSTA ESTOS VALORES PARA QUE ENCAJE EN UN FOOTER MÁS PEQUEÑO */
    bottom: 80px;  /* Más cerca del borde inferior */
    right: 100px;   /* Más cerca del borde derecho */
    
    width: 42px;   /* Icono de WhatsApp más pequeño */
    height: 42px;  /* Icono de WhatsApp más pequeño */
    z-index: 2;
}
.info-box { /* Esta es tu regla general, puede necesitar revisión */
    flex-grow: 1; 
    flex-shrink: 1;

}

.schedule-box { /* Esta es tu regla general, puede necesitar revisión */

    flex-grow: 0; 
    flex-shrink: 0; 

}
.banner-content4 { 
    width: 100%;
    /* max-height: 100px; */ /* Comentado porque causaba problemas en el footer, decide si lo necesitas en otro lado */
    min-height: 100px; /* Para asegurar que al menos tenga esta altura si se usa en otro sitio */

    /* Copio los estilos que tenías en tu último CSS para este, por si se usa en otro lado */
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 120px;
    gap: 25px;
    padding: 10px 50px;
    box-sizing: border-box;

}
}
@media (min-width:901px) and (max-width: 979px) {
        * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #f0f0f0; /* Color para los bordes fuera del wrapper */
}

html, body {
    width: 100%;
    overflow-x: hidden; /* Previene la barra de scroll horizontal */
}

    /* Ajustes Generales */
    body {
        /* Puedes ajustar la fuente base si es necesario, pero empecemos por componentes */
    }
.page-wrapper {
    max-width: 100%;
    width: 100%; 
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    overflow: hidden; /* Ayuda a contener cualquier desbordamiento interno */
}

    /* HEADER */
    header {
    padding: 8px 10px; /* Reducir padding lateral */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 50px 25px;
    border-bottom: 1px solid #e0e0e0;
    max-width: 100%; 
    margin: 0 auto; 
    background-color: #fff;
    }

    .logo img {
        width: 280px; /* Reducir tamaño del logo */
        height: 100%;     /* Altura automática para mantener proporción */
        padding: 0px;    /* Reducir padding del logo */
        aspect-ratio: 600/120;
    }

    .nav-social-group {
      /* Reducir espacio entre nav y social media */
    padding: 0px;    /* Reducir padding general */
    padding-right: 0px; /* Reducir padding derecho específico */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    margin: 8px 0;
    margin-bottom: 10px;
    }
    .nav-social-group nav ul li a {
    position: relative;
}
nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0;
    padding: 0;
}

    nav ul li a {
    font-size: 18px;  /* Reducir tamaño de fuente de navegación */
    margin: 20px;     /* Reducir margen entre ítems */
    text-decoration: none;
    color: black;
    position: relative;
    font-weight: bold;
    margin: 10px;
    }

    nav ul li a:after {
    height: 38px;     /* Ajustar altura del separador */
    right: -15px;     /* Ajustar posición del separador */
    top: -7px;
    width: 5px;
    content: '';
    display: block;
    background: red;
    position: absolute;
}
.social-media {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 10px;
}

    .social-media img {
    height: 20px;
    width: auto;
        
    }

    /* Banner rojo con imagen */
    .banner-section img {
        aspect-ratio: 1920/250;
        max-width: 979px;
        min-width: 901px;
        width: 100%;
        height: 100%;
 
    }
    /* Secciones full-banner-section-wrapped */
    .full-banner-section-wrapped {
        padding: 30px 20px; /* Reducir padding general de secciones */
        min-height: auto;   /* Permitir que el contenido defina la altura, o ajustar a un valor menor que 100vh si es mucho */
    }
    
#inicio-seccion-1 {
        max-width: 979px;
        min-width: 901px;
        width: 100%;
        height: 100%; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}


#inicio-seccion-2 {
        max-width: 979px;
        min-width: 901px;
        width: 100%;
        height: 100%; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen4.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}

#inicio-seccion-3 {
        max-width: 979px;
        min-width: 901px;
        width: 100%;
        height: 100%; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen5.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}

    .banner-content {
        /* Si tenías márgenes laterales muy grandes como margin-right: 500px, deben eliminarse o reducirse drásticamente */

        justify-content: left; /* Centrar contenido si es apropiado */
        text-align: left; /* Centrar texto */
        margin-top: 40px;
    }
    .banner-content .banner-text {
        margin-top: 0px; /* Reducir margen superior */
        max-width: 100%; /* Permitir que ocupe el ancho del .banner-content */
        text-align: left; /* Mantener o cambiar según diseño */
    }
    .banner-text {
        margin-left: 40px;
        margin-right: 430px;

    }
    .banner-content2 {

        justify-content: center;
    }

    .banner-text2{
        margin-left: 430px;
        margin-right: 20px;
        margin-top: 30px;

    }

     .banner-content2 .banner-text2 {
        text-align: center; /* Asegurar centrado */
        max-width: 100%;
    }


    .banner-text h1 {
        font-size: 15px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 10px;
        margin-right: 0px;
        

    }
    .banner-text2 h1 {
        font-size: 18px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 20px;
    }

    .banner-text2 h2 {
        font-size: 14px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 20px;
    }

    .banner-content3 .banner-text3 {
    text-align: center; /* Asegurar centrado */
    max-width: 100%;
    }
    
    .banner-content3 {
        margin-top: 15%;

        justify-content: center;
    }

    .banner-text3 h1 {
        font-size: 21px;  /* Reducir tamaño de fuente */
        margin-bottom: 20px;
    }

    .banner-text3 h2 {
        font-size: 18px;  /* Reducir tamaño de fuente */

    }


     /* SECCIÓN MODELOS */
    #modelos-fila-1,
    #modelos-fila-2 {
        max-width: 979px;
        min-width: 901px;
        width: 100%;
        height: 100%;
        aspect-ratio: 1920/960;

                          /* O un valor más grande como 600px o 700px si quieres limitar la sección */
        margin-bottom: 0px; /* Espacio positivo entre las filas de modelos. ¡Eliminamos los márgenes negativos! */
        padding-bottom: 0px;
    }
     #modelos-fila-3 {
        max-width: 979px;
        min-width: 901px;
        width: 100%;
        height: 100%;
        aspect-ratio: 1920/960;
        max-height: 100%;
        min-height: 100%;
        margin-bottom: 0px; /* Espacio positivo entre las filas de modelos. ¡Eliminamos los márgenes negativos! */
        padding-bottom: 0px;
     }




    /* Si #modelos-fila-3 tenía un margin-bottom diferente, puedes especificarlo: */
    /* #modelos-fila-3 { margin-bottom: 50px; } */


    #modelos-fila-1 img, /* Estos selectores apuntaban a la imagen de fondo, no a la imagen dentro de .box */
    #modelos-fila-2 img {
        max-width: auto;
        min-width: auto;
        height: 100%;
    }
    #modelo-fila-3 img {
        max-height: 384px;
        min-height: 384px;
    }

 .model-row-wrapper {
    width: 100%;
    position: relative; 
    overflow: hidden;   
    box-sizing: border-box;

    /* Altura: Usaremos padding para darle espacio al contenido y definir indirectamente la altura */
    padding: 50px 15px; /* Ajusta este padding vertical para controlar la altura visible */
    min-height: auto;   /* Opcional: quita cualquier min-height fijo si el padding es suficiente */
    height: 750px;
    /* Quitar propiedades de background CSS si las tenías */
}


.model-row-bg-img {
    position: absolute;
    top: 0;            
    left: 0;           
    width: 100%;
    height: 100%;      /* Cubre toda la altura del wrapper */
    
    /* CAMBIO CLAVE: Usa 'cover' */
    object-fit: cover; /* LLENA todo el espacio, PUEDE RECORTAR la imagen */

    z-index: 0;        /* Detrás del contenido */
    display: block;
}

.model-content-overlay {
    position: relative;   /* Se posiciona normalmente sobre el fondo */
    z-index: 1;           /* Asegura que esté sobre la imagen (z-index: 0) */
    max-width: 768px;    /* Ancho máximo para las cajas */
    margin: 0 auto;       /* Centra el contenedor de cajas */
    padding: 55px 0px;   /* Padding INTERNO para el contenido, ajusta si es necesario */
                          /* Si quitaste el padding del wrapper, añade padding vertical aquí */
    box-sizing: border-box;
    background-color: transparent; /* Fondo transparente */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.container { /* Ya debería tener la clase .model-content-overlay en el HTML */
    display: flex;
    flex-wrap: wrap;
    gap: 30px;

}


/* Cajas individuales de producto (Fila 1) - Más grandes */
.box {
    background-color: #fff;       
    border: 1px solid #ddd;       
    border-radius: 8px;           /* Bordes redondeados un poco más grandes */
    box-shadow: 0 2px 5px rgba(0,0,0,0.12); /* Sombra un poco más pronunciada */
    overflow: hidden;             
    display: flex;                
    flex-direction: column;       
    
    /* Tamaño y distribución - Ajustado para cajas más grandes */
    flex-basis: calc(33.333% - 30px); /* 3 cajas por fila (ajusta '30px' si cambias el gap) */
    min-width: 230px;             /* Ancho mínimo */
    max-width: 230px;             /* Ancho máximo aumentado */
    height: 230px;

    transition: transform 0.2s ease, box-shadow 0.2s ease; 
}
.box:hover {
    transform: translateY(-5px); 
    box-shadow: 0 5px 10px rgba(0,0,0,0.18);
}

/* Título dentro de la caja (Fila 1) - Más grande */
.title {
    background-color: #E53935; 
    color: white;
    font-size: 1.0em;         /* Tamaño de fuente ligeramente aumentado */
    font-weight: bold;
    text-align: center;
    padding: 12px 10px;       /* Padding interno aumentado */
    width: 100%;
}

/* Imagen dentro de la caja (Fila 1) - Más grande */
.box img {
    width: 100%;             
    height: 400px;            /* AUMENTAMOS LA ALTURA DE LA IMAGEN */
    object-fit: cover;       
    display: block;
}

/* agrandamiento */
/* Modal - fondo oscuro centrado */
.img-modal {
  display: none; /* Oculto por defecto */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8); /* Fondo oscuro */
}

/* Imagen ampliada dentro del modal */
.img-modal-content {
  display: block;
  position: relative;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  width: 500px;       /* Tamaño fijo horizontal */
  height: 500px;      /* Tamaño fijo vertical */
  object-fit: contain; /* Asegura que no se deforme */
  border-radius: 10px;
  box-shadow: 0 0 20px white;
  background-color: #fff;
    outline: none;
  user-select: none;
}


/* Botón para cerrar el modal */
.close-modal {
  position: absolute;
  top: 20px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
}


/*cuadros en el fondo3 */
.benefits-row {

    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding-bottom: 10px;

}
.benefit-box {
    background: linear-gradient(to right, #333, #999, #333);
    margin: 10px 20px; /*separar cuadros */
    padding: 30px 20px; /*orden del texto*/
    border-radius: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 1.0em;
    min-width: 230px;
    max-width: 230px;
    height: 100px; /* Fijamos una altura */
    display: flex;
    justify-content: center;
    text-align: center;
}
/* FOOTER */

/* === INICIO: SECCIÓN DEL FOOTER (#inicio-seccion-footer) === */
#inicio-seccion-footer {
        max-width: 979px;
        min-width: 901px;
        width: 100%;
        height: 100%;
    /* IMPORTANTE: Ajusta aspect-ratio a la proporción REAL de tu imagen6.PNG (ancho_imagen / alto_imagen) */
    aspect-ratio: 1920 / 498;  /* EJEMPLO: si imagen6.PNG es 1920x400. ¡Cámbialo! */
    background-image: url('imagen6.png'); /* Tu imagen con el fondo rosado, cortes grises Y EL LOGO HEXAGONAL EN EL CENTRO */
    background-size: 979px 100%;   /* 'cover' es bueno si aspect-ratio coincide con la proporción de la imagen */
    background-position: center; /* Asegura que el logo esté centrado */
    background-repeat: no-repeat;
    
    /* AJUSTA ESTOS PADDINGS PARA REDUCIR LA ALTURA TOTAL */
    position: relative;
    box-sizing: border-box;
    padding-top: 0px;    /* Espacio interno superior para el contenido */
    padding-bottom: 60px; /* Espacio interno inferior (y para el WhatsApp) */
    overflow: hidden;     /* Para evitar que el contenido se desborde visualmente del aspect-ratio */
}

/* Contenedor para el contenido textual (Informes, Horario) DENTRO de #inicio-seccion-footer */



/* Columna Izquierda: Informes */
.info-box-footer {
    flex: 1;
    text-align: left;
    color: #000000; 
    padding-right: 160px;
    /* padding-right: 5px; */ /* Puedes reducir este padding si es necesario */
}

/* Columna Derecha: Horario */
.schedule-box-footer {
    flex: 1;
    text-align: right;
    color: #000000;
    padding-left: 160px;

    /* padding-left: 5px; */ /* Puedes reducir este padding si es necesario */
}

/* Estilos para los textos H1 y P dentro de las columnas del footer */
/* REDUCE EL TAMAÑO DE FUENTE Y MÁRGENES PARA HACERLO MÁS COMPACTO */
.info-box-footer h1,
.schedule-box-footer h1 {
    font-size: 16px;  /* Más pequeño */
    line-height: 1.3;  /* Más compacto */
    font-weight: bold;
    margin-bottom: 4px; /* Menos espacio */
    text-align: center;
}
.schedule-box-footer h1,
.info-box-footer h1 {
    margin: 0 auto;
    text-align: center;
}

.info-box-footer a{
    text-decoration: none;
    color: #000;
}
/* ... (los estilos de .info-box-footer a y a:hover se mantienen) ... */


/* Icono de WhatsApp superpuesto en el Footer */
.whatsapp-fixed img{
    position: fixed;
    
    /* AJUSTA ESTOS VALORES PARA QUE ENCAJE EN UN FOOTER MÁS PEQUEÑO */
    bottom: 60px;  /* Más cerca del borde inferior */
    right: 100px;   /* Más cerca del borde derecho */
    
    width: 38px;   /* Icono de WhatsApp más pequeño */
    height: 38px;  /* Icono de WhatsApp más pequeño */
    z-index: 2;
}
.info-box { /* Esta es tu regla general, puede necesitar revisión */
    flex-grow: 1; 
    flex-shrink: 1;

}

.schedule-box { /* Esta es tu regla general, puede necesitar revisión */

    flex-grow: 0; 
    flex-shrink: 0; 

}
.banner-content4 { 
    width: 100%;
    /* max-height: 100px; */ /* Comentado porque causaba problemas en el footer, decide si lo necesitas en otro lado */
    min-height: 100px; /* Para asegurar que al menos tenga esta altura si se usa en otro sitio */

    /* Copio los estilos que tenías en tu último CSS para este, por si se usa en otro lado */
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 979px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 120px;
    gap: 25px;
    padding: 10px 50px;
    box-sizing: border-box;

}
}
 
@media (min-width: 801px) and (max-width: 900px) {
    * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #f0f0f0; /* Color para los bordes fuera del wrapper */
}

html, body {
    width: 100%;
    overflow-x: hidden; /* Previene la barra de scroll horizontal */
}

    /* Ajustes Generales */
    body {
        /* Puedes ajustar la fuente base si es necesario, pero empecemos por componentes */
    }
.page-wrapper {
    max-width: 100%;
    width: 100%; 
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    overflow: hidden; /* Ayuda a contener cualquier desbordamiento interno */
}

    /* HEADER */
    header {
    padding: 8px 10px; /* Reducir padding lateral */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 50px 25px;
    border-bottom: 1px solid #e0e0e0;
    max-width: 100%; 
    margin: 0 auto; 
    background-color: #fff;
    }

    .logo img {
        width: 280px; /* Reducir tamaño del logo */
        height: 100%;     /* Altura automática para mantener proporción */
        padding: 0px;    /* Reducir padding del logo */
        aspect-ratio: 600/120;
    }

    .nav-social-group {
      /* Reducir espacio entre nav y social media */
    padding: 0px;    /* Reducir padding general */
    padding-right: 0px; /* Reducir padding derecho específico */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    margin: 8px 0;
    margin-bottom: 10px;
    }
    .nav-social-group nav ul li a {
    position: relative;
}
nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0;
    padding: 0;
}

    nav ul li a {
    font-size: 18px;  /* Reducir tamaño de fuente de navegación */
    margin: 20px;     /* Reducir margen entre ítems */
    text-decoration: none;
    color: black;
    position: relative;
    font-weight: bold;
    margin: 10px;
    }

    nav ul li a:after {
    height: 38px;     /* Ajustar altura del separador */
    right: -15px;     /* Ajustar posición del separador */
    top: -7px;
    width: 5px;
    content: '';
    display: block;
    background: red;
    position: absolute;
}
.social-media {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 10px;
}

    .social-media img {
    height: 20px;
    width: auto;
        
    }

    /* Banner rojo con imagen */
    .banner-section img {
        aspect-ratio: 1920/250;
        max-width: 900px;
        min-width: 801px;
        width: 100%;
        height: 100%;
 
    }
    /* Secciones full-banner-section-wrapped */
    .full-banner-section-wrapped {
        padding: 30px 20px; /* Reducir padding general de secciones */
        min-height: auto;   /* Permitir que el contenido defina la altura, o ajustar a un valor menor que 100vh si es mucho */
    }
    
#inicio-seccion-1 {
    width: 100%;
    max-width: 900px; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}


#inicio-seccion-2 {
        max-width: 900px;
        min-width: 801px;
        width: 100%;
        height: 100%; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen4.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}

#inicio-seccion-3 {
        max-width: 900px;
        min-width: 801px;
        width: 100%;
        height: 100%; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen5.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}

    .banner-content {
        /* Si tenías márgenes laterales muy grandes como margin-right: 500px, deben eliminarse o reducirse drásticamente */

        justify-content: left; /* Centrar contenido si es apropiado */
        text-align: left; /* Centrar texto */
        margin-top: 40px;
    }
    .banner-content .banner-text {
        margin-top: 0px; /* Reducir margen superior */
        max-width: 100%; /* Permitir que ocupe el ancho del .banner-content */
        text-align: left; /* Mantener o cambiar según diseño */
    }
    .banner-text {
        margin-left: 40px;
        margin-right: 390px;

    }
    .banner-content2 {

        justify-content: center;
    }

    .banner-text2{
        margin-left: 400px;
        margin-right: 20px;
        margin-top: 30px;

    }

     .banner-content2 .banner-text2 {
        text-align: center; /* Asegurar centrado */
        max-width: 100%;
    }


    .banner-text h1 {
        font-size: 14px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 10px;
        margin-right: 0px;
        

    }
    .banner-text2 h1 {
        font-size: 18px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 20px;
    }

    .banner-text2 h2 {
        font-size: 14px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 20px;
    }

    .banner-content3 .banner-text3 {
    text-align: center; /* Asegurar centrado */
    max-width: 100%;
    }
    
    .banner-content3 {
        margin-top: 15%;

        justify-content: center;
    }

    .banner-text3 h1 {
        font-size: 21px;  /* Reducir tamaño de fuente */
        margin-bottom: 20px;
    }

    .banner-text3 h2 {
        font-size: 18px;  /* Reducir tamaño de fuente */

    }


     /* SECCIÓN MODELOS */
    #modelos-fila-1,
    #modelos-fila-2 {
        max-width: 900px;
        min-width: 801px;
        width: 100%;
        height: 100%;
        aspect-ratio: 1920/960;

                          /* O un valor más grande como 600px o 700px si quieres limitar la sección */
        margin-bottom: 0px; /* Espacio positivo entre las filas de modelos. ¡Eliminamos los márgenes negativos! */
        padding-bottom: 0px;
    }
     #modelos-fila-3 {
        max-width: 900px;
        min-width: 801px;
        width: 100%;
        height: 100%;
        aspect-ratio: 1920/960;
        max-height: 100%;
        min-height: 100%;
        margin-bottom: 0px; /* Espacio positivo entre las filas de modelos. ¡Eliminamos los márgenes negativos! */
        padding-bottom: 0px;
     }




    /* Si #modelos-fila-3 tenía un margin-bottom diferente, puedes especificarlo: */
    /* #modelos-fila-3 { margin-bottom: 50px; } */


    #modelos-fila-1 img, /* Estos selectores apuntaban a la imagen de fondo, no a la imagen dentro de .box */
    #modelos-fila-2 img {
        max-width: auto;
        min-width: auto;
        height: 100%;
    }
    #modelo-fila-3 img {
        max-height: 384px;
        min-height: 384px;
    }

 .model-row-wrapper {
    width: 100%;
    position: relative; 
    overflow: hidden;   
    box-sizing: border-box;

    /* Altura: Usaremos padding para darle espacio al contenido y definir indirectamente la altura */
    padding: 50px 15px; /* Ajusta este padding vertical para controlar la altura visible */
    min-height: auto;   /* Opcional: quita cualquier min-height fijo si el padding es suficiente */
    height: 750px;
    /* Quitar propiedades de background CSS si las tenías */
}


.model-row-bg-img {
    position: absolute;
    top: 0;            
    left: 0;           
    width: 100%;
    height: 100%;      /* Cubre toda la altura del wrapper */
    
    /* CAMBIO CLAVE: Usa 'cover' */
    object-fit: cover; /* LLENA todo el espacio, PUEDE RECORTAR la imagen */

    z-index: 0;        /* Detrás del contenido */
    display: block;
}

.model-content-overlay {
    position: relative;   /* Se posiciona normalmente sobre el fondo */
    z-index: 1;           /* Asegura que esté sobre la imagen (z-index: 0) */
    max-width: 768px;    /* Ancho máximo para las cajas */
    margin: 0 auto;       /* Centra el contenedor de cajas */
    padding: 55px 0px;   /* Padding INTERNO para el contenido, ajusta si es necesario */
                          /* Si quitaste el padding del wrapper, añade padding vertical aquí */
    box-sizing: border-box;
    background-color: transparent; /* Fondo transparente */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.container { /* Ya debería tener la clase .model-content-overlay en el HTML */
    display: flex;
    flex-wrap: wrap;
    gap: 30px;

}


/* Cajas individuales de producto (Fila 1) - Más grandes */
.box {
    background-color: #fff;       
    border: 1px solid #ddd;       
    border-radius: 8px;           /* Bordes redondeados un poco más grandes */
    box-shadow: 0 2px 5px rgba(0,0,0,0.12); /* Sombra un poco más pronunciada */
    overflow: hidden;             
    display: flex;                
    flex-direction: column;       
    
    /* Tamaño y distribución - Ajustado para cajas más grandes */
    flex-basis: calc(33.333% - 30px); /* 3 cajas por fila (ajusta '30px' si cambias el gap) */
    min-width: 170px;             /* Ancho mínimo */
    max-width: 170px;             /* Ancho máximo aumentado */
    height: 180px;

    transition: transform 0.2s ease, box-shadow 0.2s ease; 
}
.box:hover {
    transform: translateY(-5px); 
    box-shadow: 0 5px 10px rgba(0,0,0,0.18);
}

/* Título dentro de la caja (Fila 1) - Más grande */
.title {
    background-color: #E53935; 
    color: white;
    font-size: 0.7em;         /* Tamaño de fuente ligeramente aumentado */
    font-weight: bold;
    text-align: center;
    padding: 12px 10px;       /* Padding interno aumentado */
    width: 100%;
}

/* Imagen dentro de la caja (Fila 1) - Más grande */
.box img {
    width: 100%;             
    height: 400px;            /* AUMENTAMOS LA ALTURA DE LA IMAGEN */
    object-fit: cover;       
    display: block;
}

/* agrandamiento */
/* Modal - fondo oscuro centrado */
.img-modal {
  display: none; /* Oculto por defecto */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8); /* Fondo oscuro */
}

/* Imagen ampliada dentro del modal */
.img-modal-content {
  display: block;
  position: relative;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  width: 500px;       /* Tamaño fijo horizontal */
  height: 500px;      /* Tamaño fijo vertical */
  object-fit: contain; /* Asegura que no se deforme */
  border-radius: 10px;
  box-shadow: 0 0 20px white;
  background-color: #fff;
    outline: none;
  user-select: none;
}


/* Botón para cerrar el modal */
.close-modal {
  position: absolute;
  top: 20px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
}


/*cuadros en el fondo3 */
.benefits-row {

    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding-bottom: 10px;



}

.benefit-box {
    background: linear-gradient(to right, #333, #999, #333);
    margin: 10px 20px; /*separar cuadros */
    padding: 30px 20px; /*orden del texto*/
    border-radius: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 0.8em;
    min-width: 190px;
    max-width: 190px;
    height: 80px; /* Fijamos una altura */
    display: flex;
    justify-content: center;
    text-align: center;
}
/* FOOTER */

/* === INICIO: SECCIÓN DEL FOOTER (#inicio-seccion-footer) === */
#inicio-seccion-footer {
        max-width: 900px;
        min-width: 801px;
        width: 100%;
        height: 100%;
    /* IMPORTANTE: Ajusta aspect-ratio a la proporción REAL de tu imagen6.PNG (ancho_imagen / alto_imagen) */
    aspect-ratio: 1920 / 498;  /* EJEMPLO: si imagen6.PNG es 1920x400. ¡Cámbialo! */
    background-image: url('imagen6.png'); /* Tu imagen con el fondo rosado, cortes grises Y EL LOGO HEXAGONAL EN EL CENTRO */
    background-size: 900px 100%;   /* 'cover' es bueno si aspect-ratio coincide con la proporción de la imagen */
    background-position: center; /* Asegura que el logo esté centrado */
    background-repeat: no-repeat;
    
    /* AJUSTA ESTOS PADDINGS PARA REDUCIR LA ALTURA TOTAL */
    position: relative;
    box-sizing: border-box;
    padding-top: 0px;    /* Espacio interno superior para el contenido */
    padding-bottom: 60px; /* Espacio interno inferior (y para el WhatsApp) */
    overflow: hidden;     /* Para evitar que el contenido se desborde visualmente del aspect-ratio */
}

/* Contenedor para el contenido textual (Informes, Horario) DENTRO de #inicio-seccion-footer */



/* Columna Izquierda: Informes */
.info-box-footer {
    flex: 1;
    text-align: left;
    color: #000000; 
    padding-right: 100px;
    /* padding-right: 5px; */ /* Puedes reducir este padding si es necesario */
}

/* Columna Derecha: Horario */
.schedule-box-footer {
    flex: 1;
    text-align: right;
    color: #000000;
    padding-left: 100px;

    /* padding-left: 5px; */ /* Puedes reducir este padding si es necesario */
}

/* Estilos para los textos H1 y P dentro de las columnas del footer */
/* REDUCE EL TAMAÑO DE FUENTE Y MÁRGENES PARA HACERLO MÁS COMPACTO */
.info-box-footer h1,
.schedule-box-footer h1 {
    font-size: 16px;  /* Más pequeño */
    line-height: 1.3;  /* Más compacto */
    font-weight: bold;
    margin-bottom: 4px; /* Menos espacio */
    text-align: center;
}
.schedule-box-footer h1,
.info-box-footer h1 {
    margin: 0 auto;
    text-align: center;
}

.info-box-footer a{
    text-decoration: none;
    color: #000;
}
/* ... (los estilos de .info-box-footer a y a:hover se mantienen) ... */


/* Icono de WhatsApp superpuesto en el Footer */
.whatsapp-fixed img{
    position: fixed;
    
    /* AJUSTA ESTOS VALORES PARA QUE ENCAJE EN UN FOOTER MÁS PEQUEÑO */
    bottom: 60px;  /* Más cerca del borde inferior */
    right: 100px;   /* Más cerca del borde derecho */
    
    width: 38px;   /* Icono de WhatsApp más pequeño */
    height: 38px;  /* Icono de WhatsApp más pequeño */
    z-index: 2;
}
.info-box { /* Esta es tu regla general, puede necesitar revisión */
    flex-grow: 1; 
    flex-shrink: 1;

}

.schedule-box { /* Esta es tu regla general, puede necesitar revisión */

    flex-grow: 0; 
    flex-shrink: 0; 

}
.banner-content4 { 
    width: 100%;
    /* max-height: 100px; */ /* Comentado porque causaba problemas en el footer, decide si lo necesitas en otro lado */
    min-height: 100px; /* Para asegurar que al menos tenga esta altura si se usa en otro sitio */

    /* Copio los estilos que tenías en tu último CSS para este, por si se usa en otro lado */
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 120px;
    gap: 25px;
    padding: 10px 50px;
    box-sizing: border-box;

}
}

@media (min-width: 769px) and (max-width: 800px) {
    * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #f0f0f0; /* Color para los bordes fuera del wrapper */
}

html, body {
    width: 100%;
    overflow-x: hidden; /* Previene la barra de scroll horizontal */
}

    /* Ajustes Generales */
    body {
        /* Puedes ajustar la fuente base si es necesario, pero empecemos por componentes */
    }
.page-wrapper {
    max-width: 100%;
    width: 100%; 
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    overflow: hidden; /* Ayuda a contener cualquier desbordamiento interno */
}

    /* HEADER */
    header {
    padding: 8px 10px; /* Reducir padding lateral */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 50px 25px;
    border-bottom: 1px solid #e0e0e0;
    max-width: 100%; 
    margin: 0 auto; 
    background-color: #fff;
    }

    .logo img {
        width: 280px; /* Reducir tamaño del logo */
        height: 100%;     /* Altura automática para mantener proporción */
        padding: 0px;    /* Reducir padding del logo */
        aspect-ratio: 600/120;
    }

    .nav-social-group {
      /* Reducir espacio entre nav y social media */
    padding: 0px;    /* Reducir padding general */
    padding-right: 0px; /* Reducir padding derecho específico */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    margin: 8px 0;
    margin-bottom: 10px;
    }
    .nav-social-group nav ul li a {
    position: relative;
}
nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0;
    padding: 0;
}

    nav ul li a {
    font-size: 18px;  /* Reducir tamaño de fuente de navegación */
    margin: 20px;     /* Reducir margen entre ítems */
    text-decoration: none;
    color: black;
    position: relative;
    font-weight: bold;
    margin: 10px;
    }

    nav ul li a:after {
    height: 38px;     /* Ajustar altura del separador */
    right: -15px;     /* Ajustar posición del separador */
    top: -7px;
    width: 5px;
    content: '';
    display: block;
    background: red;
    position: absolute;
}
.social-media {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 10px;
}

    .social-media img {
    height: 20px;
    width: auto;
        
    }

    /* Banner rojo con imagen */
    .banner-section img {
        aspect-ratio: 1920/250;
        max-width: 800px;
        min-width: 769px;
        width: 100%;
        height: 100%;
 
    }
    /* Secciones full-banner-section-wrapped */
    .full-banner-section-wrapped {
        padding: 30px 20px; /* Reducir padding general de secciones */
        min-height: auto;   /* Permitir que el contenido defina la altura, o ajustar a un valor menor que 100vh si es mucho */
    }
    
#inicio-seccion-1 {
        max-width: 800px;
        min-width: 769px;
        width: 100%;
        height: 100%; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}


#inicio-seccion-2 {
        max-width: 800px;
        min-width: 769px;
        width: 100%;
        height: 100%; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen4.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}

#inicio-seccion-3 {
        max-width: 800px;
        min-width: 769px;
        width: 100%;
        height: 100%; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen5.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}

    .banner-content {
        /* Si tenías márgenes laterales muy grandes como margin-right: 500px, deben eliminarse o reducirse drásticamente */

        justify-content: left; /* Centrar contenido si es apropiado */
        text-align: left; /* Centrar texto */
        margin-top: 40px;
    }
    .banner-content .banner-text {
        margin-top: 0px; /* Reducir margen superior */
        max-width: 100%; /* Permitir que ocupe el ancho del .banner-content */
        text-align: left; /* Mantener o cambiar según diseño */
    }
    .banner-text {
        margin-left: 40px;
        margin-right: 350px;

    }
    .banner-content2 {

        justify-content: center;
    }

    .banner-text2{
        margin-left: 350px;
        margin-right: 20px;
        margin-top: 30px;

    }

     .banner-content2 .banner-text2 {
        text-align: center; /* Asegurar centrado */
        max-width: 100%;
    }


    .banner-text h1 {
        font-size: 14px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 10px;
        margin-right: 0px;
        

    }
    .banner-text2 h1 {
        font-size: 18px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 20px;
    }

    .banner-text2 h2 {
        font-size: 14px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 20px;
    }

    .banner-content3 .banner-text3 {
    text-align: center; /* Asegurar centrado */
    max-width: 100%;
    }
    
    .banner-content3 {
        margin-top: 15%;

        justify-content: center;
    }

    .banner-text3 h1 {
        font-size: 21px;  /* Reducir tamaño de fuente */
        margin-bottom: 20px;
    }

    .banner-text3 h2 {
        font-size: 18px;  /* Reducir tamaño de fuente */

    }


     /* SECCIÓN MODELOS */
    #modelos-fila-1,
    #modelos-fila-2 {
        max-width: 800px;
        min-width: 769px;
        width: 100%;
        height: 100%;
        aspect-ratio: 1920/960;

                          /* O un valor más grande como 600px o 700px si quieres limitar la sección */
        margin-bottom: 0px; /* Espacio positivo entre las filas de modelos. ¡Eliminamos los márgenes negativos! */
        padding-bottom: 0px;
    }
     #modelos-fila-3 {
        max-width: 800px;
        min-width: 769px;
        width: 100%;
        height: 100%;
        aspect-ratio: 1920/960;
        max-height: 100%;
        min-height: 100%;
        margin-bottom: 0px; /* Espacio positivo entre las filas de modelos. ¡Eliminamos los márgenes negativos! */
        padding-bottom: 0px;
     }




    /* Si #modelos-fila-3 tenía un margin-bottom diferente, puedes especificarlo: */
    /* #modelos-fila-3 { margin-bottom: 50px; } */


    #modelos-fila-1 img, /* Estos selectores apuntaban a la imagen de fondo, no a la imagen dentro de .box */
    #modelos-fila-2 img {
        max-width: auto;
        min-width: auto;
        height: 100%;
    }
    #modelo-fila-3 img {
        max-height: 384px;
        min-height: 384px;
    }

 .model-row-wrapper {
    width: 100%;
    position: relative; 
    overflow: hidden;   
    box-sizing: border-box;

    /* Altura: Usaremos padding para darle espacio al contenido y definir indirectamente la altura */
    padding: 50px 15px; /* Ajusta este padding vertical para controlar la altura visible */
    min-height: auto;   /* Opcional: quita cualquier min-height fijo si el padding es suficiente */
    height: 750px;
    /* Quitar propiedades de background CSS si las tenías */
}


.model-row-bg-img {
    position: absolute;
    top: 0;            
    left: 0;           
    width: 100%;
    height: 100%;      /* Cubre toda la altura del wrapper */
    
    /* CAMBIO CLAVE: Usa 'cover' */
    object-fit: cover; /* LLENA todo el espacio, PUEDE RECORTAR la imagen */

    z-index: 0;        /* Detrás del contenido */
    display: block;
}

.model-content-overlay {
    position: relative;   /* Se posiciona normalmente sobre el fondo */
    z-index: 1;           /* Asegura que esté sobre la imagen (z-index: 0) */
    max-width: 768px;    /* Ancho máximo para las cajas */
    margin: 0 auto;       /* Centra el contenedor de cajas */
    padding: 55px 0px;   /* Padding INTERNO para el contenido, ajusta si es necesario */
                          /* Si quitaste el padding del wrapper, añade padding vertical aquí */
    box-sizing: border-box;
    background-color: transparent; /* Fondo transparente */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.container { /* Ya debería tener la clase .model-content-overlay en el HTML */
    display: flex;
    flex-wrap: wrap;
    gap: 30px;

}


/* Cajas individuales de producto (Fila 1) - Más grandes */
.box {
    background-color: #fff;       
    border: 1px solid #ddd;       
    border-radius: 8px;           /* Bordes redondeados un poco más grandes */
    box-shadow: 0 2px 5px rgba(0,0,0,0.12); /* Sombra un poco más pronunciada */
    overflow: hidden;             
    display: flex;                
    flex-direction: column;       
    
    /* Tamaño y distribución - Ajustado para cajas más grandes */
    flex-basis: calc(33.333% - 30px); /* 3 cajas por fila (ajusta '30px' si cambias el gap) */
    min-width: 170px;             /* Ancho mínimo */
    max-width: 170px;             /* Ancho máximo aumentado */
    height: 180px;

    transition: transform 0.2s ease, box-shadow 0.2s ease; 
}
.box:hover {
    transform: translateY(-5px); 
    box-shadow: 0 5px 10px rgba(0,0,0,0.18);
}

/* Título dentro de la caja (Fila 1) - Más grande */
.title {
    background-color: #E53935; 
    color: white;
    font-size: 0.7em;         /* Tamaño de fuente ligeramente aumentado */
    font-weight: bold;
    text-align: center;
    padding: 12px 10px;       /* Padding interno aumentado */
    width: 100%;
}

/* Imagen dentro de la caja (Fila 1) - Más grande */
.box img {
    width: 100%;             
    height: 400px;            /* AUMENTAMOS LA ALTURA DE LA IMAGEN */
    object-fit: cover;       
    display: block;
}

/* agrandamiento */
/* Modal - fondo oscuro centrado */
.img-modal {
  display: none; /* Oculto por defecto */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8); /* Fondo oscuro */
}

/* Imagen ampliada dentro del modal */
.img-modal-content {
  display: block;
  position: relative;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  width: 500px;       /* Tamaño fijo horizontal */
  height: 500px;      /* Tamaño fijo vertical */
  object-fit: contain; /* Asegura que no se deforme */
  border-radius: 10px;
  box-shadow: 0 0 20px white;
  background-color: #fff;
    outline: none;
  user-select: none;
}


/* Botón para cerrar el modal */
.close-modal {
  position: absolute;
  top: 20px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
}


/*cuadros en el fondo3 */
.benefits-row {

    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding-bottom: 10px;



}

.benefit-box {
    background: linear-gradient(to right, #333, #999, #333);
    margin: 10px 20px; /*separar cuadros */
    padding: 30px 20px; /*orden del texto*/
    border-radius: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 0.8em;
    min-width: 190px;
    max-width: 190px;
    height: 80px; /* Fijamos una altura */
    display: flex;
    justify-content: center;
    text-align: center;
}
/* FOOTER */

/* === INICIO: SECCIÓN DEL FOOTER (#inicio-seccion-footer) === */
#inicio-seccion-footer {
        max-width: 800px;
        min-width: 769px;
        width: 100%;
        height: 100%;
    /* IMPORTANTE: Ajusta aspect-ratio a la proporción REAL de tu imagen6.PNG (ancho_imagen / alto_imagen) */
    aspect-ratio: 1920 / 498;  /* EJEMPLO: si imagen6.PNG es 1920x400. ¡Cámbialo! */
    background-image: url('imagen6.png'); /* Tu imagen con el fondo rosado, cortes grises Y EL LOGO HEXAGONAL EN EL CENTRO */
    background-size: 800px 100%;   /* 'cover' es bueno si aspect-ratio coincide con la proporción de la imagen */
    background-position: center; /* Asegura que el logo esté centrado */
    background-repeat: no-repeat;
    
    /* AJUSTA ESTOS PADDINGS PARA REDUCIR LA ALTURA TOTAL */
    position: relative;
    box-sizing: border-box;
    padding-top: 0px;    /* Espacio interno superior para el contenido */
    padding-bottom: 60px; /* Espacio interno inferior (y para el WhatsApp) */
    overflow: hidden;     /* Para evitar que el contenido se desborde visualmente del aspect-ratio */
}

/* Contenedor para el contenido textual (Informes, Horario) DENTRO de #inicio-seccion-footer */



/* Columna Izquierda: Informes */
.info-box-footer {
    flex: 1;
    text-align: left;
    color: #000000; 
    padding-right: 100px;
    /* padding-right: 5px; */ /* Puedes reducir este padding si es necesario */
}

/* Columna Derecha: Horario */
.schedule-box-footer {
    flex: 1;
    text-align: right;
    color: #000000;
    padding-left: 100px;

    /* padding-left: 5px; */ /* Puedes reducir este padding si es necesario */
}

/* Estilos para los textos H1 y P dentro de las columnas del footer */
/* REDUCE EL TAMAÑO DE FUENTE Y MÁRGENES PARA HACERLO MÁS COMPACTO */
.info-box-footer h1,
.schedule-box-footer h1 {
    font-size: 16px;  /* Más pequeño */
    line-height: 1.3;  /* Más compacto */
    font-weight: bold;
    margin-bottom: 4px; /* Menos espacio */
    text-align: center;
}
.schedule-box-footer h1,
.info-box-footer h1 {
    margin: 0 auto;
    text-align: center;
}

.info-box-footer a{
    text-decoration: none;
    color: #000;
}
/* ... (los estilos de .info-box-footer a y a:hover se mantienen) ... */


/* Icono de WhatsApp superpuesto en el Footer */
.whatsapp-fixed img{
    position: fixed;
    
    /* AJUSTA ESTOS VALORES PARA QUE ENCAJE EN UN FOOTER MÁS PEQUEÑO */
    bottom: 60px;  /* Más cerca del borde inferior */
    right: 100px;   /* Más cerca del borde derecho */
    
    width: 38px;   /* Icono de WhatsApp más pequeño */
    height: 38px;  /* Icono de WhatsApp más pequeño */
    z-index: 2;
}
.info-box { /* Esta es tu regla general, puede necesitar revisión */
    flex-grow: 1; 
    flex-shrink: 1;

}

.schedule-box { /* Esta es tu regla general, puede necesitar revisión */

    flex-grow: 0; 
    flex-shrink: 0; 

}
.banner-content4 { 
    width: 100%;
    /* max-height: 100px; */ /* Comentado porque causaba problemas en el footer, decide si lo necesitas en otro lado */
    min-height: 100px; /* Para asegurar que al menos tenga esta altura si se usa en otro sitio */

    /* Copio los estilos que tenías en tu último CSS para este, por si se usa en otro lado */
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 120px;
    gap: 25px;
    padding: 10px 50px;
    box-sizing: border-box;

}
}

@media (min-width:747px) and (max-width: 768px) {

    * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #f0f0f0; /* Color para los bordes fuera del wrapper */
}

html, body {
    width: 100%;
    overflow-x: hidden; /* Previene la barra de scroll horizontal */
}

    /* Ajustes Generales */
    body {
        /* Puedes ajustar la fuente base si es necesario, pero empecemos por componentes */
    }
.page-wrapper {
    max-width: 100%;
    width: 100%; 
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    overflow: hidden; /* Ayuda a contener cualquier desbordamiento interno */
}

    /* HEADER */
    header {
    padding: 8px 10px; /* Reducir padding lateral */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 30px 25px;
    border-bottom: 1px solid #e0e0e0;
    max-width: 100%; 
    margin: 0 auto; 
    background-color: #fff;
    }

    .logo img {
        width: 220px; /* Reducir tamaño del logo */
        height: 100%;     /* Altura automática para mantener proporción */
        padding: 0px;    /* Reducir padding del logo */
        aspect-ratio: 600/120;
    }

    .nav-social-group {
      /* Reducir espacio entre nav y social media */
    padding: 0px;    /* Reducir padding general */
    padding-right: 0px; /* Reducir padding derecho específico */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    margin: 8px 0;
    margin-bottom: 10px;
    }
    .nav-social-group nav ul li a {
    position: relative;
}
nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0;
    padding: 0;
}

    nav ul li a {
    font-size: 18px;  /* Reducir tamaño de fuente de navegación */
    margin: 20px;     /* Reducir margen entre ítems */
    text-decoration: none;
    color: black;
    position: relative;
    font-weight: bold;
    margin: 10px;
    }

    nav ul li a:after {
    height: 38px;     /* Ajustar altura del separador */
    right: -15px;     /* Ajustar posición del separador */
    top: -7px;
    width: 5px;
    content: '';
    display: block;
    background: red;
    position: absolute;
}
.social-media {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 10px;
}

    .social-media img {
    height: 20px;
    width: auto;
        
    }

    /* Banner rojo con imagen */
    .banner-section img {
        aspect-ratio: 1920/250;
        max-width: 768px;
        min-width: 747px;
        height: 100%;
        width: 100%;
 
    }
    /* Secciones full-banner-section-wrapped */
    .full-banner-section-wrapped {
        padding: 30px 20px; /* Reducir padding general de secciones */
        min-height: auto;   /* Permitir que el contenido defina la altura, o ajustar a un valor menor que 100vh si es mucho */
    }
    
#inicio-seccion-1 {
        max-width: 768px;
        min-width: 747px;
        height: 100%;
        width: 100%; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}


#inicio-seccion-2 {
        max-width: 768px;
        min-width: 747px;
        height: 100%;
        width: 100%; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen4.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}

#inicio-seccion-3 {
        max-width: 768px;
        min-width: 747px;
        height: 100%;
        width: 100%; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen5.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}

    .banner-content {
        /* Si tenías márgenes laterales muy grandes como margin-right: 500px, deben eliminarse o reducirse drásticamente */

        justify-content: left; /* Centrar contenido si es apropiado */
        text-align: left; /* Centrar texto */
        margin-top: 20px;
    }
    .banner-content .banner-text {
        margin-top: 0px; /* Reducir margen superior */
        max-width: 100%; /* Permitir que ocupe el ancho del .banner-content */
        text-align: left; /* Mantener o cambiar según diseño */
    }
    .banner-text {
        margin-left: 40px;
        margin-right: 350px;

    }
    .banner-content2 {

        justify-content: center;
    }

    .banner-text2{
        margin-left: 350px;
        margin-right: 20px;
        margin-top: 30px;

    }

     .banner-content2 .banner-text2 {
        text-align: center; /* Asegurar centrado */
        max-width: 100%;
    }


    .banner-text h1 {
        font-size: 14px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 10px;
        margin-right: 0px;
        

    }
    .banner-text2 h1 {
        font-size: 18px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 20px;
    }

    .banner-text2 h2 {
        font-size: 14px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 20px;
    }

    .banner-content3 .banner-text3 {
    text-align: center; /* Asegurar centrado */
    max-width: 100%;
    }
    
    .banner-content3 {
        margin-top: 15%;

        justify-content: center;
    }

    .banner-text3 h1 {
        font-size: 21px;  /* Reducir tamaño de fuente */
        margin-bottom: 20px;
    }

    .banner-text3 h2 {
        font-size: 18px;  /* Reducir tamaño de fuente */

    }


     /* SECCIÓN MODELOS */
    #modelos-fila-1,
    #modelos-fila-2 {
        max-width: 768px;
        min-width: 747px;
        height: 100%;
        width: 100%;
        aspect-ratio: 1920/960;

                          /* O un valor más grande como 600px o 700px si quieres limitar la sección */
        margin-bottom: 0px; /* Espacio positivo entre las filas de modelos. ¡Eliminamos los márgenes negativos! */
        padding-bottom: 0px;
    }
     #modelos-fila-3 {
        max-width: 768px;
        min-width: 747px;
        height: 100%;
        width: 100%;
        aspect-ratio: 1920/960;
        max-height: 100%;
        min-height: 100%;
        margin-bottom: 0px; /* Espacio positivo entre las filas de modelos. ¡Eliminamos los márgenes negativos! */
        padding-bottom: 0px;
     }




    /* Si #modelos-fila-3 tenía un margin-bottom diferente, puedes especificarlo: */
    /* #modelos-fila-3 { margin-bottom: 50px; } */


    #modelos-fila-1 img, /* Estos selectores apuntaban a la imagen de fondo, no a la imagen dentro de .box */
    #modelos-fila-2 img {
        max-width: auto;
        min-width: auto;
        height: 100%;
    }
    #modelo-fila-3 img {
        max-height: 384px;
        min-height: 384px;
    }

 .model-row-wrapper {
    width: 100%;
    position: relative; 
    overflow: hidden;   
    box-sizing: border-box;

    /* Altura: Usaremos padding para darle espacio al contenido y definir indirectamente la altura */
    padding: 50px 15px; /* Ajusta este padding vertical para controlar la altura visible */
    min-height: auto;   /* Opcional: quita cualquier min-height fijo si el padding es suficiente */
    height: 750px;
    /* Quitar propiedades de background CSS si las tenías */
}


.model-row-bg-img {
    position: absolute;
    top: 0;            
    left: 0;           
    width: 100%;
    height: 100%;      /* Cubre toda la altura del wrapper */
    
    /* CAMBIO CLAVE: Usa 'cover' */
    object-fit: cover; /* LLENA todo el espacio, PUEDE RECORTAR la imagen */

    z-index: 0;        /* Detrás del contenido */
    display: block;
}

.model-content-overlay {
    position: relative;   /* Se posiciona normalmente sobre el fondo */
    z-index: 1;           /* Asegura que esté sobre la imagen (z-index: 0) */
    max-width: 768px;    /* Ancho máximo para las cajas */
    margin: 0 auto;       /* Centra el contenedor de cajas */
    padding: 55px 0px;   /* Padding INTERNO para el contenido, ajusta si es necesario */
                          /* Si quitaste el padding del wrapper, añade padding vertical aquí */
    box-sizing: border-box;
    background-color: transparent; /* Fondo transparente */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.container { /* Ya debería tener la clase .model-content-overlay en el HTML */
    display: flex;
    flex-wrap: wrap;
    gap: 30px;

}


/* Cajas individuales de producto (Fila 1) - Más grandes */
.box {
    background-color: #fff;       
    border: 1px solid #ddd;       
    border-radius: 8px;           /* Bordes redondeados un poco más grandes */
    box-shadow: 0 2px 5px rgba(0,0,0,0.12); /* Sombra un poco más pronunciada */
    overflow: hidden;             
    display: flex;                
    flex-direction: column;       
    
    /* Tamaño y distribución - Ajustado para cajas más grandes */
    flex-basis: calc(33.333% - 30px); /* 3 cajas por fila (ajusta '30px' si cambias el gap) */
    min-width: 200px;             /* Ancho mínimo */
    max-width: 200px;             /* Ancho máximo aumentado */
    height: 210px;

    transition: transform 0.2s ease, box-shadow 0.2s ease; 
}
.box:hover {
    transform: translateY(-5px); 
    box-shadow: 0 5px 10px rgba(0,0,0,0.18);
}

/* Título dentro de la caja (Fila 1) - Más grande */
.title {
    background-color: #E53935; 
    color: white;
    font-size: 0.9em;         /* Tamaño de fuente ligeramente aumentado */
    font-weight: bold;
    text-align: center;
    padding: 12px 10px;       /* Padding interno aumentado */
    width: 100%;
}

/* Imagen dentro de la caja (Fila 1) - Más grande */
.box img {
    width: 100%;             
    height: 400px;            /* AUMENTAMOS LA ALTURA DE LA IMAGEN */
    object-fit: cover;       
    display: block;
}

/* agrandamiento */
/* Modal - fondo oscuro centrado */
.img-modal {
  display: none; /* Oculto por defecto */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8); /* Fondo oscuro */
}

/* Imagen ampliada dentro del modal */
.img-modal-content {
  display: block;
  position: relative;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  width: 500px;       /* Tamaño fijo horizontal */
  height: 500px;      /* Tamaño fijo vertical */
  object-fit: contain; /* Asegura que no se deforme */
  border-radius: 10px;
  box-shadow: 0 0 20px white;
  background-color: #fff;
    outline: none;
  user-select: none;
}


/* Botón para cerrar el modal */
.close-modal {
  position: absolute;
  top: 20px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
}


/*cuadros en el fondo3 */
.benefits-row {

    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding-bottom: 10px;



}

.benefit-box {
    background: linear-gradient(to right, #333, #999, #333);
    margin: 10px 20px; /*separar cuadros */
    padding: 30px 20px; /*orden del texto*/
    border-radius: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 0.8em;
    min-width: 180px;
    max-width: 180px;
    height: 80px; /* Fijamos una altura */
    display: flex;
    justify-content: center;
    text-align: center;
}
/* FOOTER */

/* === INICIO: SECCIÓN DEL FOOTER (#inicio-seccion-footer) === */
#inicio-seccion-footer {
        max-width: 768px;
        min-width: 747px;
        height: 100%;
        width: 100%;
    /* IMPORTANTE: Ajusta aspect-ratio a la proporción REAL de tu imagen6.PNG (ancho_imagen / alto_imagen) */
    aspect-ratio: 1920 / 498;  /* EJEMPLO: si imagen6.PNG es 1920x400. ¡Cámbialo! */
    background-image: url('imagen6.png'); /* Tu imagen con el fondo rosado, cortes grises Y EL LOGO HEXAGONAL EN EL CENTRO */
    background-size: 768px 100%;   /* 'cover' es bueno si aspect-ratio coincide con la proporción de la imagen */
    background-position: center; /* Asegura que el logo esté centrado */
    background-repeat: no-repeat;
    
    /* AJUSTA ESTOS PADDINGS PARA REDUCIR LA ALTURA TOTAL */
    position: relative;
    box-sizing: border-box;
    padding-top: 0px;    /* Espacio interno superior para el contenido */
    padding-bottom: 60px; /* Espacio interno inferior (y para el WhatsApp) */
    overflow: hidden;     /* Para evitar que el contenido se desborde visualmente del aspect-ratio */
}

/* Contenedor para el contenido textual (Informes, Horario) DENTRO de #inicio-seccion-footer */



/* Columna Izquierda: Informes */
.info-box-footer {
    flex: 1;
    text-align: left;
    color: #000000; 
    padding-right: 100px;
    /* padding-right: 5px; */ /* Puedes reducir este padding si es necesario */
}

/* Columna Derecha: Horario */
.schedule-box-footer {
    flex: 1;
    text-align: right;
    color: #000000;
    padding-left: 100px;

    /* padding-left: 5px; */ /* Puedes reducir este padding si es necesario */
}

/* Estilos para los textos H1 y P dentro de las columnas del footer */
/* REDUCE EL TAMAÑO DE FUENTE Y MÁRGENES PARA HACERLO MÁS COMPACTO */
.info-box-footer h1,
.schedule-box-footer h1 {
    font-size: 16px;  /* Más pequeño */
    line-height: 1.3;  /* Más compacto */
    font-weight: bold;
    margin-bottom: 4px; /* Menos espacio */
    text-align: center;
}
.schedule-box-footer h1,
.info-box-footer h1 {
    margin: 0 auto;
    text-align: center;
}

.info-box-footer a{
    text-decoration: none;
    color: #000;
}
/* ... (los estilos de .info-box-footer a y a:hover se mantienen) ... */


/* Icono de WhatsApp superpuesto en el Footer */
.whatsapp-fixed img{
    position: fixed;
    
    /* AJUSTA ESTOS VALORES PARA QUE ENCAJE EN UN FOOTER MÁS PEQUEÑO */
    bottom: 60px;  /* Más cerca del borde inferior */
    right: 100px;   /* Más cerca del borde derecho */
    
    width: 38px;   /* Icono de WhatsApp más pequeño */
    height: 38px;  /* Icono de WhatsApp más pequeño */
    z-index: 2;
}
.info-box { /* Esta es tu regla general, puede necesitar revisión */
    flex-grow: 1; 
    flex-shrink: 1;

}

.schedule-box { /* Esta es tu regla general, puede necesitar revisión */

    flex-grow: 0; 
    flex-shrink: 0; 

}
.banner-content4 { 
    width: 100%;
    /* max-height: 100px; */ /* Comentado porque causaba problemas en el footer, decide si lo necesitas en otro lado */
    min-height: 100px; /* Para asegurar que al menos tenga esta altura si se usa en otro sitio */

    /* Copio los estilos que tenías en tu último CSS para este, por si se usa en otro lado */
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 120px;
    gap: 25px;
    padding: 10px 50px;
    box-sizing: border-box;

}
}
@media (min-width:497px) and (max-width: 746px) {

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #f0f0f0; /* Color para los bordes fuera del wrapper */
}

html, body {
    width: 100%;
    overflow-x: hidden; /* Previene la barra de scroll horizontal */
}

    /* Ajustes Generales */
    body {
        /* Puedes ajustar la fuente base si es necesario, pero empecemos por componentes */
    }
.page-wrapper {
    max-width: 100%;
    width: 100%; 
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    overflow: hidden; /* Ayuda a contener cualquier desbordamiento interno */
}

    /* HEADER */
    header {
    padding: 8px 10px; /* Reducir padding lateral */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 50px 25px;
    border-bottom: 1px solid #e0e0e0;
    max-width: 100%; 
    margin: 0 auto; 
    background-color: #fff;
    }

    .logo img {
        width: 260px; /* Reducir tamaño del logo */
        height: 100%;     /* Altura automática para mantener proporción */
        padding: 0px;    /* Reducir padding del logo */
        aspect-ratio: 600/120;
    }

    .nav-social-group {
      /* Reducir espacio entre nav y social media */
    padding: 0px;    /* Reducir padding general */
    padding-right: 0px; /* Reducir padding derecho específico */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    margin: 8px 0;
    margin-bottom: 10px;
    }
    .nav-social-group nav ul li a {
    position: relative;
}
nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0;
    padding: 0;
}

    nav ul li a {
    font-size: 18px;  /* Reducir tamaño de fuente de navegación */
    margin: 20px;     /* Reducir margen entre ítems */
    text-decoration: none;
    color: black;
    position: relative;
    font-weight: bold;
    margin: 10px;
    }

    nav ul li a:after {
    height: 38px;     /* Ajustar altura del separador */
    right: -15px;     /* Ajustar posición del separador */
    top: -7px;
    width: 5px;
    content: '';
    display: block;
    background: red;
    position: absolute;
}
.social-media {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 10px;
}

    .social-media img {
    height: 20px;
    width: auto;
        
    }

    /* Banner rojo con imagen */
    .banner-section img {
        aspect-ratio: 1920/250;
        max-width: 746px;
        min-width: 497px;
        height: 100%;
        width: 100%;
 
    }
    /* Secciones full-banner-section-wrapped */
    .full-banner-section-wrapped {
        padding: 30px 20px; /* Reducir padding general de secciones */
        min-height: auto;   /* Permitir que el contenido defina la altura, o ajustar a un valor menor que 100vh si es mucho */
    }
    
#inicio-seccion-1 {
        max-width: 746px;
        min-width: 497px;
        height: 100%;
        width: 100%; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}


#inicio-seccion-2 {
        max-width: 746px;
        min-width: 497px;
        height: 100%;
        width: 100%; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen4.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}

#inicio-seccion-3 {
        max-width: 746px;
        min-width: 497px;
        height: 100%;
        width: 100%; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen5.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}

    .banner-content {
        /* Si tenías márgenes laterales muy grandes como margin-right: 500px, deben eliminarse o reducirse drásticamente */

        justify-content: left; /* Centrar contenido si es apropiado */
        text-align: left; /* Centrar texto */
        margin-top: 40px;
    }
    .banner-content .banner-text {
        margin-top: 0px; /* Reducir margen superior */
        max-width: 100%; /* Permitir que ocupe el ancho del .banner-content */
        text-align: left; /* Mantener o cambiar según diseño */
    }
    .banner-text {
        margin-left: 40px;
        margin-right: 350px;

    }
    .banner-content2 {

        justify-content: center;
    }

    .banner-text2{
        margin-left: 350px;
        margin-right: 20px;
        margin-top: 30px;

    }

     .banner-content2 .banner-text2 {
        text-align: center; /* Asegurar centrado */
        max-width: 100%;
    }


    .banner-text h1 {
        font-size: 13px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 10px;
        margin-right: 0px;
        

    }
    .banner-text2 h1 {
        font-size: 17px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 20px;
    }

    .banner-text2 h2 {
        font-size: 13px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 20px;
    }

    .banner-content3 .banner-text3 {
    text-align: center; /* Asegurar centrado */
    max-width: 100%;
    }
    
    .banner-content3 {
        margin-top: 15%;

        justify-content: center;
    }

    .banner-text3 h1 {
        font-size: 20px;  /* Reducir tamaño de fuente */
        margin-bottom: 20px;
    }

    .banner-text3 h2 {
        font-size: 17px;  /* Reducir tamaño de fuente */

    }


     /* SECCIÓN MODELOS */
    #modelos-fila-1,
    #modelos-fila-2 {
        max-width: 746px;
        min-width: 497px;
        height: 100%;
        width: 100%;
        aspect-ratio: 1920/960;

                          /* O un valor más grande como 600px o 700px si quieres limitar la sección */
        margin-bottom: 0px; /* Espacio positivo entre las filas de modelos. ¡Eliminamos los márgenes negativos! */
        padding-bottom: 0px;
    }
     #modelos-fila-3 {
        max-width: 746px;
        min-width: 497px;
        height: 100%;
        width: 100%;
        aspect-ratio: 1920/960;
        max-height: 384px;
        min-height: 384px;
        margin-bottom: 0px; /* Espacio positivo entre las filas de modelos. ¡Eliminamos los márgenes negativos! */
        padding-bottom: 0px;
     }




    /* Si #modelos-fila-3 tenía un margin-bottom diferente, puedes especificarlo: */
    /* #modelos-fila-3 { margin-bottom: 50px; } */


    #modelos-fila-1 img, /* Estos selectores apuntaban a la imagen de fondo, no a la imagen dentro de .box */
    #modelos-fila-2 img {
        max-width: auto;
        min-width: auto;
        height: 100%;
    }
    #modelo-fila-3 img {
        max-height: 384px;
        min-height: 384px;
    }

 .model-row-wrapper {
    width: 100%;
    position: relative; 
    overflow: hidden;   
    box-sizing: border-box;

    /* Altura: Usaremos padding para darle espacio al contenido y definir indirectamente la altura */
    padding: 50px 15px; /* Ajusta este padding vertical para controlar la altura visible */
    min-height: auto;   /* Opcional: quita cualquier min-height fijo si el padding es suficiente */
    height: 750px;
    /* Quitar propiedades de background CSS si las tenías */
}


.model-row-bg-img {
    position: absolute;
    top: 0;            
    left: 0;           
    width: 100%;
    height: 100%;      /* Cubre toda la altura del wrapper */
    
    /* CAMBIO CLAVE: Usa 'cover' */
    object-fit: cover; /* LLENA todo el espacio, PUEDE RECORTAR la imagen */

    z-index: 0;        /* Detrás del contenido */
    display: block;
}

.model-content-overlay {
    position: relative;   /* Se posiciona normalmente sobre el fondo */
    z-index: 1;           /* Asegura que esté sobre la imagen (z-index: 0) */
    max-width: 768px;    /* Ancho máximo para las cajas */
    margin: 0 auto;       /* Centra el contenedor de cajas */
    padding: 55px 0px;   /* Padding INTERNO para el contenido, ajusta si es necesario */
                          /* Si quitaste el padding del wrapper, añade padding vertical aquí */
    box-sizing: border-box;
    background-color: transparent; /* Fondo transparente */

}

.container { /* Ya debería tener la clase .model-content-overlay en el HTML */
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-left: 100px;


}


/* Cajas individuales de producto (Fila 1) - Más grandes */
.box {
    background-color: #fff;       
    border: 1px solid #ddd;       
    border-radius: 8px;           /* Bordes redondeados un poco más grandes */
    box-shadow: 0 2px 5px rgba(0,0,0,0.12); /* Sombra un poco más pronunciada */
    overflow: hidden;             
    display: flex;                
    flex-direction: column;       
    
    /* Tamaño y distribución - Ajustado para cajas más grandes */
    flex-basis: calc(33.333% - 30px); /* 3 cajas por fila (ajusta '30px' si cambias el gap) */
    min-width: 170px;             /* Ancho mínimo */
    max-width: 170px;             /* Ancho máximo aumentado */
    height: 180px;

    transition: transform 0.2s ease, box-shadow 0.2s ease; 
}
.box:hover {
    transform: translateY(-5px); 
    box-shadow: 0 5px 10px rgba(0,0,0,0.18);
}

/* Título dentro de la caja (Fila 1) - Más grande */
.title {
    background-color: #E53935; 
    color: white;
    font-size: 0.7em;         /* Tamaño de fuente ligeramente aumentado */
    font-weight: bold;
    text-align: center;
    padding: 12px 10px;       /* Padding interno aumentado */
    width: 100%;
}

/* Imagen dentro de la caja (Fila 1) - Más grande */
.box img {
    width: 100%;             
    height: 400px;            /* AUMENTAMOS LA ALTURA DE LA IMAGEN */
    object-fit: cover;       
    display: block;
}

/* agrandamiento */
/* Modal - fondo oscuro centrado */
.img-modal {
  display: none; /* Oculto por defecto */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8); /* Fondo oscuro */
}

/* Imagen ampliada dentro del modal */
.img-modal-content {
  display: block;
  position: relative;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  width: 800px;       /* Tamaño fijo horizontal */
  height: 800px;      /* Tamaño fijo vertical */
  object-fit: contain; /* Asegura que no se deforme */
  border-radius: 10px;
  box-shadow: 0 0 20px white;
  background-color: #fff;
    outline: none;
  user-select: none;
}


/* Botón para cerrar el modal */
.close-modal {
  position: absolute;
  top: 20px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
}


/*cuadros en el fondo3 */
.benefits-row {

    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding-bottom: 10px;



}

.benefit-box {
    background: linear-gradient(to right, #333, #999, #333);
    margin: 10px 20px; /*separar cuadros */
    padding: 30px 20px; /*orden del texto*/
    border-radius: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 0.7em;
    min-width: 180px;
    max-width: 180px;
    height: 80px; /* Fijamos una altura */
    display: flex;
    justify-content: center;
    text-align: center;
}
/* FOOTER */

/* === INICIO: SECCIÓN DEL FOOTER (#inicio-seccion-footer) === */
#inicio-seccion-footer {
        max-width: 746px;
        min-width: 497px;
        height: 100%;
        width: 100%;
    /* IMPORTANTE: Ajusta aspect-ratio a la proporción REAL de tu imagen6.PNG (ancho_imagen / alto_imagen) */
    aspect-ratio: 1920 / 498;  /* EJEMPLO: si imagen6.PNG es 1920x400. ¡Cámbialo! */
    background-image: url('imagen6.png'); /* Tu imagen con el fondo rosado, cortes grises Y EL LOGO HEXAGONAL EN EL CENTRO */
    background-size: 768px 100%;   /* 'cover' es bueno si aspect-ratio coincide con la proporción de la imagen */
    background-position: center; /* Asegura que el logo esté centrado */
    background-repeat: no-repeat;
    
    /* AJUSTA ESTOS PADDINGS PARA REDUCIR LA ALTURA TOTAL */
    position: relative;
    box-sizing: border-box;
    padding-top: 0px;    /* Espacio interno superior para el contenido */
    padding-bottom: 60px; /* Espacio interno inferior (y para el WhatsApp) */
    overflow: hidden;     /* Para evitar que el contenido se desborde visualmente del aspect-ratio */
}

/* Contenedor para el contenido textual (Informes, Horario) DENTRO de #inicio-seccion-footer */



/* Columna Izquierda: Informes */
.info-box-footer {
    flex: 1;
    text-align: left;
    color: #000000; 
    margin-left: 20px;
    margin-right: 150px;
    /* padding-right: 5px; */ /* Puedes reducir este padding si es necesario */
}

/* Columna Central: ESPACIO para el logo hexagonal del fondo */
.logo-box-footer {
    flex: 0 0 auto;
    /* AJUSTA ESTE ANCHO SI EL LOGO EN TU IMAGEN DE FONDO ES MÁS PEQUEÑO/ESTRECHO */
    width: 120px;     /* Si el logo en el fondo es más pequeño, reduce este valor */
}
/* Columna Derecha: Horario */
.schedule-box-footer {
    flex: 1;
    text-align: right;
    color: #000000;
    margin-right: 20px;
    margin-left: 150px;
    /* padding-left: 5px; */ /* Puedes reducir este padding si es necesario */
}

/* Estilos para los textos H1 y P dentro de las columnas del footer */
/* REDUCE EL TAMAÑO DE FUENTE Y MÁRGENES PARA HACERLO MÁS COMPACTO */
.info-box-footer h1,
.schedule-box-footer h1 {
    font-size: 15px;  /* Más pequeño */
    line-height: 1.3;  /* Más compacto */
    font-weight: bold;
    margin-bottom: 4px; /* Menos espacio */
    text-align: center;
}
.schedule-box-footer h1,
.info-box-footer h1 {
    margin: 0 auto;
    text-align: center;
}

.info-box-footer a{
    text-decoration: none;
    color: #000;
}
/* ... (los estilos de .info-box-footer a y a:hover se mantienen) ... */


/* Icono de WhatsApp superpuesto en el Footer */
.whatsapp-fixed img{
    position: fixed;
    
    /* AJUSTA ESTOS VALORES PARA QUE ENCAJE EN UN FOOTER MÁS PEQUEÑO */
    bottom: 60px;  /* Más cerca del borde inferior */
    right: 100px;   /* Más cerca del borde derecho */
    
    width: 38px;   /* Icono de WhatsApp más pequeño */
    height: 38px;  /* Icono de WhatsApp más pequeño */
    z-index: 2;
}
.info-box { /* Esta es tu regla general, puede necesitar revisión */
    flex-grow: 1; 
    flex-shrink: 1;

}

.schedule-box { /* Esta es tu regla general, puede necesitar revisión */

    flex-grow: 0; 
    flex-shrink: 0; 

}
.banner-content4 { 
    width: 100%;
    /* max-height: 100px; */ /* Comentado porque causaba problemas en el footer, decide si lo necesitas en otro lado */
    min-height: 100px; /* Para asegurar que al menos tenga esta altura si se usa en otro sitio */

    /* Copio los estilos que tenías en tu último CSS para este, por si se usa en otro lado */
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 120px;
    gap: 25px;
    padding: 10px 50px;
    box-sizing: border-box;

}
}
@media (min-width:425px) and (max-width: 496px) {

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #f0f0f0; /* Color para los bordes fuera del wrapper */
}

html, body {
    width: 100%;
    overflow-x: hidden; /* Previene la barra de scroll horizontal */
}

    /* Ajustes Generales */
    body {
        /* Puedes ajustar la fuente base si es necesario, pero empecemos por componentes */
    }
.page-wrapper {
    max-width: 100%;
    width: 100%; 
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    overflow: hidden; /* Ayuda a contener cualquier desbordamiento interno */
}

    /* HEADER */
    header {
    padding: 8px 10px; /* Reducir padding lateral */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px 25px;
    border-bottom: 1px solid #e0e0e0;
    max-width: 100%; 
    margin: 0 auto; 
    background-color: #fff;
    }

    .logo img {
        max-width: 130px; /* Reducir tamaño del logo */
        height: 100%;     /* Altura automática para mantener proporción */
        padding: 0px;    /* Reducir padding del logo */
        aspect-ratio: 600/120;
    }

    .nav-social-group {
      /* Reducir espacio entre nav y social media */
    padding: 0px;    /* Reducir padding general */
    padding-right: 0px; /* Reducir padding derecho específico */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    margin: 8px 0;
    margin-bottom: 10px;
    }
    .nav-social-group nav ul li a {
    position: relative;
}
nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0;
    padding: 0;
}

    nav ul li a {
    font-size: 12px;  /* Reducir tamaño de fuente de navegación */
    margin: 5px;     /* Reducir margen entre ítems */
    text-decoration: none;
    color: black;
    position: relative;
    font-weight: bold;

    }

    nav ul li a:after {
    height: 30px;     /* Ajustar altura del separador */
    right: -7px;     /* Ajustar posición del separador */
    top: -7px;
    width: 3px;
    content: '';
    display: block;
    background: red;
    position: absolute;
}
.social-media {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 5px;
}

    .social-media img {
    height: 15px;
    width: auto;
        
    }

    /* Banner rojo con imagen */
    .banner-section img {
        aspect-ratio: 1920/250;
        max-width: 496px;
        min-width: 425px;
        width: 100%;
        height: 100%;
 
    }
    /* Secciones full-banner-section-wrapped */
    .full-banner-section-wrapped {
        padding: 30px 20px; /* Reducir padding general de secciones */
        min-height: auto;   /* Permitir que el contenido defina la altura, o ajustar a un valor menor que 100vh si es mucho */
    }
    
#inicio-seccion-1 {
        max-width: 496px;
        min-width: 425px;
        width: 100%;
        height: 100%; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}


#inicio-seccion-2 {
        max-width: 496px;
        min-width: 425px;
        width: 100%;
        height: 100%; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen4.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}

#inicio-seccion-3 {
        max-width: 496px;
        min-width: 425px;
        width: 100%;
        height: 100%; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen5.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}

    .banner-content {
        /* Si tenías márgenes laterales muy grandes como margin-right: 500px, deben eliminarse o reducirse drásticamente */

        justify-content: left; /* Centrar contenido si es apropiado */
        text-align: left; /* Centrar texto */
        margin-top: 0px;
    }
    .banner-content .banner-text {
        margin-top: 0px; /* Reducir margen superior */
        max-width: 100%; /* Permitir que ocupe el ancho del .banner-content */
        text-align: left; /* Mantener o cambiar según diseño */
    }
    .banner-text {
        margin-left: 10px;
        margin-right: 200px;

    }
    .banner-content2 {

        justify-content: center;
    }

    .banner-text2{
        margin-left: 220px;
        margin-right: 2px;
        margin-top: 1px;

    }

     .banner-content2 .banner-text2 {
        text-align: center; /* Asegurar centrado */
        max-width: 100%;
    }


    .banner-text h1 {
        font-size: 8px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 10px;
        margin-right: 0px;
        

    }
    .banner-text2 h1 {
        font-size: 10px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 10px;
    }

    .banner-text2 h2 {
        font-size: 8px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 10px;
    }

    .banner-content3 .banner-text3 {
    text-align: center; /* Asegurar centrado */
    max-width: 100%;
    }
    
    .banner-content3 {
        margin-top: 10%;

        justify-content: center;
    }

    .banner-text3 h1 {
        font-size: 12px;  /* Reducir tamaño de fuente */
        margin-bottom: 20px;
    }

    .banner-text3 h2 {
        font-size: 10px;  /* Reducir tamaño de fuente */

    }


     /* SECCIÓN MODELOS */
    #modelos-fila-1,
    #modelos-fila-2 {
        max-width: 496px;
        min-width: 425px;
        width: 100%;
        height: 100%;
        aspect-ratio: 1920/960;

                          /* O un valor más grande como 600px o 700px si quieres limitar la sección */
        margin-bottom: 0px; /* Espacio positivo entre las filas de modelos. ¡Eliminamos los márgenes negativos! */
        padding-bottom: 0px;
    }
     #modelos-fila-3 {
        max-width: 496px;
        min-width: 425px;
        width: 100%;
        height: 100%;
        aspect-ratio: 1920/960;
        max-height: 100%;
        min-height: 100%;
        margin-bottom: 0px; /* Espacio positivo entre las filas de modelos. ¡Eliminamos los márgenes negativos! */
        padding-bottom: 0px;
     }




    /* Si #modelos-fila-3 tenía un margin-bottom diferente, puedes especificarlo: */
    /* #modelos-fila-3 { margin-bottom: 50px; } */


    #modelos-fila-1 img, /* Estos selectores apuntaban a la imagen de fondo, no a la imagen dentro de .box */
    #modelos-fila-2 img {
        max-width: auto;
        min-width: auto;
        height: 100%;
    }
    #modelo-fila-3 img {
        max-height: 248px;
        min-height: 248px;
    }

 .model-row-wrapper {
    width: 100%;
    position: relative; 
    overflow: hidden;   
    box-sizing: border-box;

    /* Altura: Usaremos padding para darle espacio al contenido y definir indirectamente la altura */
    padding: 50px 15px; /* Ajusta este padding vertical para controlar la altura visible */
    min-height: auto;   /* Opcional: quita cualquier min-height fijo si el padding es suficiente */
    height: 750px;
    /* Quitar propiedades de background CSS si las tenías */
}


.model-row-bg-img {
    position: absolute;
    top: 0;            
    left: 0;           
    width: 100%;
    height: 100%;      /* Cubre toda la altura del wrapper */
    
    /* CAMBIO CLAVE: Usa 'cover' */
    object-fit: cover; /* LLENA todo el espacio, PUEDE RECORTAR la imagen */

    z-index: 0;        /* Detrás del contenido */
    display: block;
}

.model-content-overlay {
    position: relative;   /* Se posiciona normalmente sobre el fondo */
    z-index: 1;           /* Asegura que esté sobre la imagen (z-index: 0) */
    max-width: 496px;    /* Ancho máximo para las cajas */
    margin: 0 auto;       /* Centra el contenedor de cajas */
    padding: 4px 0px;   /* Padding INTERNO para el contenido, ajusta si es necesario */
                          /* Si quitaste el padding del wrapper, añade padding vertical aquí */
    box-sizing: border-box;
    background-color: transparent; /* Fondo transparente */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.container { /* Ya debería tener la clase .model-content-overlay en el HTML */
    display: flex;
    flex-wrap: wrap;
    gap: 10px;


}


/* Cajas individuales de producto (Fila 1) - Más grandes */
.box {
    background-color: #fff;       
    border: 1px solid #ddd;       
    border-radius: 8px;           /* Bordes redondeados un poco más grandes */
    box-shadow: 0 2px 5px rgba(0,0,0,0.12); /* Sombra un poco más pronunciada */
    overflow: hidden;             
    display: flex;                
    flex-direction: column;       
    
    /* Tamaño y distribución - Ajustado para cajas más grandes */
    flex-basis: calc(33.333% - 30px); /* 3 cajas por fila (ajusta '30px' si cambias el gap) */
    min-width: 110px;             /* Ancho mínimo */
    max-width: 110px;             /* Ancho máximo aumentado */
    height: 110px;

    transition: transform 0.2s ease, box-shadow 0.2s ease; 
}
.box:hover {
    transform: translateY(-5px); 
    box-shadow: 0 5px 10px rgba(0,0,0,0.18);
}

/* Título dentro de la caja (Fila 1) - Más grande */
.title {
    background-color: #E53935; 
    color: white;
    font-size: 0.5em;         /* Tamaño de fuente ligeramente aumentado */
    font-weight: bold;
    text-align: center;
    padding: 3px 10px;       /* Padding interno aumentado */
    width: 100%;
}

/* Imagen dentro de la caja (Fila 1) - Más grande */
.box img {
    width: 100%;             
    height: 400px;            /* AUMENTAMOS LA ALTURA DE LA IMAGEN */
    object-fit: cover;       
    display: block;
}

/* agrandamiento */
/* Modal - fondo oscuro centrado */
.img-modal {
  display: none; /* Oculto por defecto */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8); /* Fondo oscuro */
}

/* Imagen ampliada dentro del modal */
.img-modal-content {
  display: block;
  position: relative;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  width: 800px;       /* Tamaño fijo horizontal */
  height: 800px;      /* Tamaño fijo vertical */
  object-fit: contain; /* Asegura que no se deforme */
  border-radius: 10px;
  box-shadow: 0 0 20px white;
  background-color: #fff;
    outline: none;
  user-select: none;
}


/* Botón para cerrar el modal */
.close-modal {
  position: absolute;
  top: 20px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
}


/*cuadros en el fondo3 */
.benefits-row {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
    padding-bottom: 10px;
}
.benefit-box {
    background: linear-gradient(to right, #333, #999, #333);
    margin: 10px 1px; /*separar cuadros */
    padding: 30px 20px; /*orden del texto*/
    border-radius: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 0.6em;
    min-width: 120px;
    max-width: 120px;
    height: 40px; /* Fijamos una altura */
    display: flex;
    justify-content: center;
    text-align: center;
}
/* FOOTER */

/* === INICIO: SECCIÓN DEL FOOTER (#inicio-seccion-footer) === */
#inicio-seccion-footer {
        max-width: 496px;
        min-width: 425px;
        width: 100%;
        height: 100%;
    /* IMPORTANTE: Ajusta aspect-ratio a la proporción REAL de tu imagen6.PNG (ancho_imagen / alto_imagen) */
    aspect-ratio: 1920 / 498;  /* EJEMPLO: si imagen6.PNG es 1920x400. ¡Cámbialo! */
    background-image: url('imagen6.png'); /* Tu imagen con el fondo rosado, cortes grises Y EL LOGO HEXAGONAL EN EL CENTRO */
    background-size: 496px 100%;   /* 'cover' es bueno si aspect-ratio coincide con la proporción de la imagen */
    background-position: center; /* Asegura que el logo esté centrado */
    background-repeat: no-repeat;
    max-width: 496px;
    min-width: 425px; 
    width: 100%;  
    
    /* AJUSTA ESTOS PADDINGS PARA REDUCIR LA ALTURA TOTAL */
    position: relative;
    box-sizing: border-box;
    padding-top: 0px;    /* Espacio interno superior para el contenido */
    padding-bottom: 0px; /* Espacio interno inferior (y para el WhatsApp) */
    overflow: hidden;     /* Para evitar que el contenido se desborde visualmente del aspect-ratio */
}

/* Contenedor para el contenido textual (Informes, Horario) DENTRO de #inicio-seccion-footer */



/* Columna Izquierda: Informes */
.info-box-footer {
    flex: 1;
    text-align: left;
    color: #000000; 
    padding-left: 0px;
    padding-right: 70px;
    padding-bottom: 50px;
    /* padding-right: 5px; */ /* Puedes reducir este padding si es necesario */
}

/* Columna Central: ESPACIO para el logo hexagonal del fondo */

/* Columna Derecha: Horario */
.schedule-box-footer {
    flex: 1;
    text-align: right;
    color: #000000;
    padding-right: 0px;
    padding-left: 70px;
    padding-bottom: 50px;
    /* padding-left: 5px; */ /* Puedes reducir este padding si es necesario */
}

/* Estilos para los textos H1 y P dentro de las columnas del footer */
/* REDUCE EL TAMAÑO DE FUENTE Y MÁRGENES PARA HACERLO MÁS COMPACTO */
.info-box-footer h1,
.schedule-box-footer h1 {
    font-size: 9px;  /* Más pequeño */
    line-height: 1.3;  /* Más compacto */
    font-weight: bold;
    margin-bottom: 4px; /* Menos espacio */
    text-align: center;
}
.schedule-box-footer h1,
.info-box-footer h1 {
    margin: 0 auto;
    text-align: center;
}

.info-box-footer a{
    text-decoration: none;
    color: #000;
}
/* ... (los estilos de .info-box-footer a y a:hover se mantienen) ... */


/* Icono de WhatsApp superpuesto en el Footer */
.whatsapp-fixed img{
    position: fixed;
    
    /* AJUSTA ESTOS VALORES PARA QUE ENCAJE EN UN FOOTER MÁS PEQUEÑO */
    bottom: 30px;  /* Más cerca del borde inferior */
    right: 40px;   /* Más cerca del borde derecho */
    
    width: 30px;   /* Icono de WhatsApp más pequeño */
    height: 30px;  /* Icono de WhatsApp más pequeño */
    z-index: 2;
}
.info-box { /* Esta es tu regla general, puede necesitar revisión */
    flex-grow: 1; 
    flex-shrink: 1;

}

.schedule-box { /* Esta es tu regla general, puede necesitar revisión */

    flex-grow: 0; 
    flex-shrink: 0; 

}
.banner-content4 { 
    width: 100%;
    /* max-height: 100px; */ /* Comentado porque causaba problemas en el footer, decide si lo necesitas en otro lado */
    min-height: 100px; /* Para asegurar que al menos tenga esta altura si se usa en otro sitio */

    /* Copio los estilos que tenías en tu último CSS para este, por si se usa en otro lado */
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 496px;
    height: 125px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;

    gap: 0px;
    padding: 1px 0px;
    box-sizing: border-box;

}
}
@media (min-width:376px) and (max-width: 424px) {

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #f0f0f0; /* Color para los bordes fuera del wrapper */
}

html, body {
    width: 100%;
    overflow-x: hidden; /* Previene la barra de scroll horizontal */
}

    /* Ajustes Generales */
    body {
        /* Puedes ajustar la fuente base si es necesario, pero empecemos por componentes */
    }
.page-wrapper {
    max-width: 100%;
    width: 100%; 
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    overflow: hidden; /* Ayuda a contener cualquier desbordamiento interno */
}

    /* HEADER */
    header {
    padding: 8px 10px; /* Reducir padding lateral */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 10px 70px;
    border-bottom: 1px solid #e0e0e0;
    max-width: 100%; 
    margin: 0 auto; 
    background-color: #fff;
    text-align: center;
    }

    .logo img {
        width: 110px; /* Reducir tamaño del logo */
        height: 100%;     /* Altura automática para mantener proporción */
        padding: 0px;    /* Reducir padding del logo */
        aspect-ratio: 600/120;
        align-items: center;
    }

    .nav-social-group {
      /* Reducir espacio entre nav y social media */
    padding: 0px;    /* Reducir padding general */
    padding-right: 0px; /* Reducir padding derecho específico */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    margin: 8px 0;
    margin-bottom: 10px;
    }
    .nav-social-group nav ul li a {
    position: relative;
}
nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0;
    padding: 0;
}

    nav ul li a {
    font-size: 12px;  /* Reducir tamaño de fuente de navegación */
    margin: 5px;     /* Reducir margen entre ítems */
    text-decoration: none;
    color: black;
    position: relative;
    font-weight: bold;

    }

    nav ul li a:after {
    height: 25px;     /* Ajustar altura del separador */
    right: -7px;     /* Ajustar posición del separador */
    top: -7px;
    width: 3px;
    content: '';
    display: block;
    background: red;
    position: absolute;
}
.social-media {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 5px;
}

    .social-media img {
    height: 12px;
    width: auto;
        
    }

    /* Banner rojo con imagen */
    .banner-section img {
        aspect-ratio: 1920/250;
        max-width: 424px;
        min-width: 376px;
        width: 100%;
        height: 100%;
 
    }
    /* Secciones full-banner-section-wrapped */
    .full-banner-section-wrapped {
        padding: 30px 20px; /* Reducir padding general de secciones */
        min-height: auto;   /* Permitir que el contenido defina la altura, o ajustar a un valor menor que 100vh si es mucho */
    }
    
#inicio-seccion-1 {
        max-width: 424px;
        min-width: 376px;
        width: 100%;
        height: 100%;
    max-width: 496px; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 180px;
    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;
    padding-bottom: 180px;

}


#inicio-seccion-2 {
        max-width: 424px;
        min-width: 376px;
        width: 100%;
        height: 100%; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen4.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 180px;
    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;
    padding-bottom: 180px;

}

#inicio-seccion-3 {
        max-width: 424px;
        min-width: 376px;
        width: 100%;
        height: 100%; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen5.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}

    .banner-content {
        /* Si tenías márgenes laterales muy grandes como margin-right: 500px, deben eliminarse o reducirse drásticamente */

        justify-content: left; /* Centrar contenido si es apropiado */
        text-align: left; /* Centrar texto */
        margin-top: 0px;

    }
    .banner-content .banner-text {
        margin-top: 0px; /* Reducir margen superior */
        max-width: 100%; /* Permitir que ocupe el ancho del .banner-content */
        text-align: left; /* Mantener o cambiar según diseño */
    }
    .banner-text {
        margin-top: 0px;
        margin-left: 10px;
        margin-right: 170px;
        margin-bottom: 20px;

    }
    .banner-content2 {

        justify-content: center;
    }

    .banner-text2{
        margin-left: 170px;
        margin-right: 2px;
        margin-top: 1px;

    }


     .banner-content2 .banner-text2 {
        text-align: center; /* Asegurar centrado */
        max-width: 100%;
    }


    .banner-text h1 {
        font-size: 0.49em;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 0px;
        margin-right: 0px;
        

    }
    .banner-text2 h1 {
        font-size: 10px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 5px;
    }

    .banner-text2 h2 {
        font-size: 8px;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 5px;
    }

    .banner-content3 .banner-text3 {
    text-align: center; /* Asegurar centrado */
    max-width: 100%;
    }
    
    .banner-content3 {
        margin-top: 10%;

        justify-content: center;
    }

    .banner-text3 h1 {
        font-size: 12px;  /* Reducir tamaño de fuente */
        margin-bottom: 20px;
    }

    .banner-text3 h2 {
        font-size: 10px;  /* Reducir tamaño de fuente */

    }


     /* SECCIÓN MODELOS */
    #modelos-fila-1,
    #modelos-fila-2 {
        max-width: 424px;
        min-width: 376px;
        width: 100%;
        height: 100%;
        aspect-ratio: 1920/960;

                          /* O un valor más grande como 600px o 700px si quieres limitar la sección */
        margin-bottom: 0px; /* Espacio positivo entre las filas de modelos. ¡Eliminamos los márgenes negativos! */
        padding-bottom: 0px;
    }
     #modelos-fila-3 {
        max-width: 424px;
        min-width: 376px;
        width: 100%;
        height: 100%;
        aspect-ratio: 1920/960;
        max-height: 100%;
        min-height: 100%;
        margin-bottom: 0px; /* Espacio positivo entre las filas de modelos. ¡Eliminamos los márgenes negativos! */
        padding-bottom: 0px;
     }




    /* Si #modelos-fila-3 tenía un margin-bottom diferente, puedes especificarlo: */
    /* #modelos-fila-3 { margin-bottom: 50px; } */


    #modelos-fila-1 img, /* Estos selectores apuntaban a la imagen de fondo, no a la imagen dentro de .box */
    #modelos-fila-2 img {
        max-width: auto;
        min-width: auto;
        height: 100%;
    }
    #modelo-fila-3 img {
        max-height: 187.5px;
        min-height: 187.5px;
    }

 .model-row-wrapper {
    width: 100%;
    position: relative; 
    overflow: hidden;   
    box-sizing: border-box;

    /* Altura: Usaremos padding para darle espacio al contenido y definir indirectamente la altura */
    padding: 50px 15px; /* Ajusta este padding vertical para controlar la altura visible */
    min-height: auto;   /* Opcional: quita cualquier min-height fijo si el padding es suficiente */
    height: 750px;
    /* Quitar propiedades de background CSS si las tenías */
}


.model-row-bg-img {
    position: absolute;
    top: 0;            
    left: 0;           
    width: 100%;
    height: 100%;      /* Cubre toda la altura del wrapper */
    
    /* CAMBIO CLAVE: Usa 'cover' */
    object-fit: cover; /* LLENA todo el espacio, PUEDE RECORTAR la imagen */

    z-index: 0;        /* Detrás del contenido */
    display: block;
}

.model-content-overlay {
    position: relative;   /* Se posiciona normalmente sobre el fondo */
    z-index: 1;           /* Asegura que esté sobre la imagen (z-index: 0) */
    max-width: 425px;    /* Ancho máximo para las cajas */
    margin: 0 auto;       /* Centra el contenedor de cajas */
    padding: 0px 0px;   /* Padding INTERNO para el contenido, ajusta si es necesario */
                          /* Si quitaste el padding del wrapper, añade padding vertical aquí */
    box-sizing: border-box;
    background-color: transparent; /* Fondo transparente */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;


}

.container { /* Ya debería tener la clase .model-content-overlay en el HTML */
    display: flex;
    flex-wrap: wrap;
    gap: 10px;


}


/* Cajas individuales de producto (Fila 1) - Más grandes */
.box {
    background-color: #fff;       
    border: 1px solid #ddd;       
    border-radius: 8px;           /* Bordes redondeados un poco más grandes */
    box-shadow: 0 2px 5px rgba(0,0,0,0.12); /* Sombra un poco más pronunciada */
    overflow: hidden;             
    display: flex;                
    flex-direction: column;       
    
    /* Tamaño y distribución - Ajustado para cajas más grandes */
    flex-basis: calc(33.333% - 30px); /* 3 cajas por fila (ajusta '30px' si cambias el gap) */
    min-width: 100px;             /* Ancho mínimo */
    max-width: 100px;             /* Ancho máximo aumentado */
    height: 105px;

    transition: transform 0.2s ease, box-shadow 0.2s ease; 
}
.box:hover {
    transform: translateY(-5px); 
    box-shadow: 0 5px 10px rgba(0,0,0,0.18);
}

/* Título dentro de la caja (Fila 1) - Más grande */
.title {
    background-color: #E53935; 
    color: white;
    font-size: 0.4em;         /* Tamaño de fuente ligeramente aumentado */
    font-weight: bold;
    text-align: center;
    padding: 4px 5px;       /* Padding interno aumentado */
    width: 100%;
}

/* Imagen dentro de la caja (Fila 1) - Más grande */
.box img {
    width: 100%;             
    height: 400px;            /* AUMENTAMOS LA ALTURA DE LA IMAGEN */
    object-fit: cover;       
    display: block;
}

/* agrandamiento */
/* Modal - fondo oscuro centrado */
.img-modal {
  display: none; /* Oculto por defecto */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8); /* Fondo oscuro */
}

/* Imagen ampliada dentro del modal */
.img-modal-content {
  display: block;
  position: relative;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  width: 425px;       /* Tamaño fijo horizontal */
  height: 425px;      /* Tamaño fijo vertical */
  object-fit: contain; /* Asegura que no se deforme */
  border-radius: 10px;
  box-shadow: 0 0 20px white;
  background-color: #fff;
    outline: none;
  user-select: none;
}


/* Botón para cerrar el modal */
.close-modal {
  position: absolute;
  top: 20px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
}


/*cuadros en el fondo3 */
.benefits-row {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
    padding-bottom: 10px;
    margin-top: 0;

}
.benefit-box {
    background: linear-gradient(to right, #333, #999, #333);
    margin: 10px 1px; /*separar cuadros */
    padding: 30px 20px; /*orden del texto*/
    border-radius: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 0.6em;
    min-width: 100px;
    max-width: 100px;
    height: 20px; /* Fijamos una altura */
    display: flex;
    justify-content: center;
    text-align: center;
}
/* FOOTER */

/* === INICIO: SECCIÓN DEL FOOTER (#inicio-seccion-footer) === */
#inicio-seccion-footer {
        max-width: 424px;
        min-width: 376px;
        width: 100%;
        height: 100%;
    /* IMPORTANTE: Ajusta aspect-ratio a la proporción REAL de tu imagen6.PNG (ancho_imagen / alto_imagen) */
    aspect-ratio: 1920 / 498;  /* EJEMPLO: si imagen6.PNG es 1920x400. ¡Cámbialo! */
    background-image: url('imagen6.png'); /* Tu imagen con el fondo rosado, cortes grises Y EL LOGO HEXAGONAL EN EL CENTRO */
    background-size: 424px 100%;   /* 'cover' es bueno si aspect-ratio coincide con la proporción de la imagen */
    background-position: center; /* Asegura que el logo esté centrado */
    background-repeat: no-repeat;
    
    /* AJUSTA ESTOS PADDINGS PARA REDUCIR LA ALTURA TOTAL */
    position: relative;
    box-sizing: border-box;
    padding-top: 0px;    /* Espacio interno superior para el contenido */
    padding-bottom: 60px; /* Espacio interno inferior (y para el WhatsApp) */
    overflow: hidden;     /* Para evitar que el contenido se desborde visualmente del aspect-ratio */
}

/* Contenedor para el contenido textual (Informes, Horario) DENTRO de #inicio-seccion-footer */
/* Columna Izquierda: Informes */
.info-box-footer {
    flex: 1;
    text-align: left;
    color: #000000; 
    padding-left: 0px;
    padding-right: 70px;
    padding-bottom: 60px;
    /* padding-right: 5px; */ /* Puedes reducir este padding si es necesario */
}

/* Columna Central: ESPACIO para el logo hexagonal del fondo */

/* Columna Derecha: Horario */
.schedule-box-footer {
    flex: 1;
    text-align: right;
    color: #000000;
    padding-right: 0px;
    padding-left: 70px;
    padding-bottom: 60px;
    /* padding-left: 5px; */ /* Puedes reducir este padding si es necesario */
}

/* Estilos para los textos H1 y P dentro de las columnas del footer */
/* REDUCE EL TAMAÑO DE FUENTE Y MÁRGENES PARA HACERLO MÁS COMPACTO */
.info-box-footer h1,
.schedule-box-footer h1 {
    font-size: 9px;  /* Más pequeño */
    line-height: 1.3;  /* Más compacto */
    font-weight: bold;
    margin-bottom: 4px; /* Menos espacio */
    text-align: center;
}
.schedule-box-footer h1,
.info-box-footer h1 {
    margin: 0 auto;
    text-align: center;
}

.info-box-footer a{
    text-decoration: none;
    color: #000;
}
/* ... (los estilos de .info-box-footer a y a:hover se mantienen) ... */


/* Icono de WhatsApp superpuesto en el Footer */
.whatsapp-fixed img{
    position: fixed;
    
    /* AJUSTA ESTOS VALORES PARA QUE ENCAJE EN UN FOOTER MÁS PEQUEÑO */
    bottom: 10px;  /* Más cerca del borde inferior */
    right: 40px;   /* Más cerca del borde derecho */
    
    width: 30px;   /* Icono de WhatsApp más pequeño */
    height: 30px;  /* Icono de WhatsApp más pequeño */
    z-index: 2;
}
.info-box { /* Esta es tu regla general, puede necesitar revisión */
    flex-grow: 1; 
    flex-shrink: 1;

}

.schedule-box { /* Esta es tu regla general, puede necesitar revisión */

    flex-grow: 0; 
    flex-shrink: 0; 

}
.banner-content4 { 
    width: 100%;
    /* max-height: 100px; */ /* Comentado porque causaba problemas en el footer, decide si lo necesitas en otro lado */
    min-height: 100px; /* Para asegurar que al menos tenga esta altura si se usa en otro sitio */

    /* Copio los estilos que tenías en tu último CSS para este, por si se usa en otro lado */
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 375px;
    height: 125px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;

    gap: 0px;
    padding: 1px 0px;
    box-sizing: border-box;

}
}
@media (min-width:320px) and (max-width: 375px) {
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #f0f0f0; /* Color para los bordes fuera del wrapper */
}

html, body {
    width: 100%;
    overflow-x: hidden; /* Previene la barra de scroll horizontal */
}

    /* Ajustes Generales */
    body {
        /* Puedes ajustar la fuente base si es necesario, pero empecemos por componentes */
    }
.page-wrapper {
    max-width: 100%;
    width: 100%; 
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    overflow: hidden; /* Ayuda a contener cualquier desbordamiento interno */
}

    /* HEADER */
    header {
    padding: 8px 10px; /* Reducir padding lateral */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-bottom: 1px solid #e0e0e0;
    max-width: 100%; 
    margin: 0 auto; 
    background-color: #fff;
    text-align: center;
    }

    .logo img {
        width: 100px; /* Reducir tamaño del logo */
        height: 100%;     /* Altura automática para mantener proporción */
        padding: 0px;    /* Reducir padding del logo */
        aspect-ratio: 600/120;
        align-items: center;
    }

    .nav-social-group {
      /* Reducir espacio entre nav y social media */
    padding: 0px;    /* Reducir padding general */
    padding-right: 0px; /* Reducir padding derecho específico */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    margin: 8px 0;
    margin-bottom: 10px;
    }
    .nav-social-group nav ul li a {
    position: relative;
}
nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0;
    padding: 0;
}

    nav ul li a {
    font-size: 11px;  /* Reducir tamaño de fuente de navegación */
    margin: 5px;     /* Reducir margen entre ítems */
    text-decoration: none;
    color: black;
    position: relative;
    font-weight: bold;

    }

    nav ul li a:after {
    height: 15px;     /* Ajustar altura del separador */
    right: -7px;     /* Ajustar posición del separador */
    top: -2px;
    width: 3px;
    content: '';
    display: block;
    background: red;
    position: absolute;
}
.social-media {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 5px;
}

    .social-media img {
    height: 11px;
    width: auto;
        
    }

    /* Banner rojo con imagen */
    .banner-section img {
        aspect-ratio: 1920/250;
        max-width: 475px;
        min-width: 320px;
        width: 100%;
        height: 100%;
 
    }
    /* Secciones full-banner-section-wrapped */
    .full-banner-section-wrapped {
        padding: 30px 20px; /* Reducir padding general de secciones */
        min-height: auto;   /* Permitir que el contenido defina la altura, o ajustar a un valor menor que 100vh si es mucho */
    }
    
#inicio-seccion-1 {
        max-width: 475px;
        min-width: 320px;
        width: 100%;
        height: 100%; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 180px;
    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;
    padding-bottom: 200px;

}


#inicio-seccion-2 {
        max-width: 475px;
        min-width: 320px;
        width: 100%;
        height: 100%; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen4.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 180px;
    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;
    padding-bottom: 200px;

}

#inicio-seccion-3 {
        max-width: 475px;
        min-width: 320px;
        width: 100%;
        height: 100%; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen5.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}

    .banner-content {
        /* Si tenías márgenes laterales muy grandes como margin-right: 500px, deben eliminarse o reducirse drásticamente */

        justify-content: left; /* Centrar contenido si es apropiado */
        text-align: left; /* Centrar texto */
        margin-top: 0px;

    }
    .banner-content .banner-text {
        margin-top: 0px; /* Reducir margen superior */
        max-width: 100%; /* Permitir que ocupe el ancho del .banner-content */
        text-align: left; /* Mantener o cambiar según diseño */
    }
    .banner-text {
        margin-top: 0px;
        margin-left: 10px;
        margin-right: 150px;
        margin-bottom: 20px;

    }
    .banner-content2 {

        justify-content: center;
    }

    .banner-text2{
        margin-left: 160px;
        margin-right: 2px;
        margin-top: 1px;

    }


     .banner-content2 .banner-text2 {
        text-align: center; /* Asegurar centrado */
        max-width: 100%;
    }


    .banner-text h1 {
        font-size: 0.42em;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 0px;
        margin-right: 0px;
        

    }
    .banner-text2 h1 {
        font-size: 0.50em;;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 5px;
    }

    .banner-text2 h2 {
        font-size: 0.42em;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 5px;
    }

    .banner-content3 .banner-text3 {
    text-align: center; /* Asegurar centrado */
    max-width: 100%;
    }
    
    .banner-content3 {
        margin-top: 10%;

        justify-content: center;
    }

    .banner-text3 h1 {
        font-size: 0.55em;  /* Reducir tamaño de fuente */
        margin-bottom: 10px;
    }

    .banner-text3 h2 {
        font-size: 0.50em;;  /* Reducir tamaño de fuente */

    }


     /* SECCIÓN MODELOS */
    #modelos-fila-1,
    #modelos-fila-2 {
        max-width: 475px;
        min-width: 320px;
        width: 100%;
        height: 100%;
        aspect-ratio: 1920/960;

                          /* O un valor más grande como 600px o 700px si quieres limitar la sección */
        margin-bottom: 0px; /* Espacio positivo entre las filas de modelos. ¡Eliminamos los márgenes negativos! */
        padding-bottom: 0px;
    }
     #modelos-fila-3 {
        max-width: 475px;
        min-width: 320px;
        width: 100%;
        height: 100%;
        aspect-ratio: 1920/960;
        max-height: 100%;
        min-height: 100%;
        margin-bottom: 0px; /* Espacio positivo entre las filas de modelos. ¡Eliminamos los márgenes negativos! */
        padding-bottom: 0px;
     }




    /* Si #modelos-fila-3 tenía un margin-bottom diferente, puedes especificarlo: */
    /* #modelos-fila-3 { margin-bottom: 50px; } */


    #modelos-fila-1 img, /* Estos selectores apuntaban a la imagen de fondo, no a la imagen dentro de .box */
    #modelos-fila-2 img {
        max-width: auto;
        min-width: auto;
        height: 100%;
    }
    #modelo-fila-3 img {
        max-height: 187.5px;
        min-height: 187.5px;
    }

 .model-row-wrapper {
    width: 100%;
    position: relative; 
    overflow: hidden;   
    box-sizing: border-box;

    /* Altura: Usaremos padding para darle espacio al contenido y definir indirectamente la altura */
    padding: 50px 15px; /* Ajusta este padding vertical para controlar la altura visible */
    min-height: auto;   /* Opcional: quita cualquier min-height fijo si el padding es suficiente */
    height: 750px;
    /* Quitar propiedades de background CSS si las tenías */
}


.model-row-bg-img {
    position: absolute;
    top: 0;            
    left: 0;           
    width: 100%;
    height: 100%;      /* Cubre toda la altura del wrapper */
    
    /* CAMBIO CLAVE: Usa 'cover' */
    object-fit: cover; /* LLENA todo el espacio, PUEDE RECORTAR la imagen */

    z-index: 0;        /* Detrás del contenido */
    display: block;
}

.model-content-overlay {
    position: relative;   /* Se posiciona normalmente sobre el fondo */
    z-index: 1;           /* Asegura que esté sobre la imagen (z-index: 0) */
    max-width: 425px;    /* Ancho máximo para las cajas */
    margin: 0 auto;       /* Centra el contenedor de cajas */
    padding: 0px 0px;   /* Padding INTERNO para el contenido, ajusta si es necesario */
                          /* Si quitaste el padding del wrapper, añade padding vertical aquí */
    box-sizing: border-box;
    background-color: transparent; /* Fondo transparente */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.container { /* Ya debería tener la clase .model-content-overlay en el HTML */
    display: flex;
    flex-wrap: wrap;
    gap: 10px;



}


/* Cajas individuales de producto (Fila 1) - Más grandes */
.box {
    background-color: #fff;       
    border: 1px solid #ddd;       
    border-radius: 8px;           /* Bordes redondeados un poco más grandes */
    box-shadow: 0 2px 5px rgba(0,0,0,0.12); /* Sombra un poco más pronunciada */
    overflow: hidden;             
    display: flex;                
    flex-direction: column;       
    
    /* Tamaño y distribución - Ajustado para cajas más grandes */
    flex-basis: calc(33.333% - 30px); /* 3 cajas por fila (ajusta '30px' si cambias el gap) */
    min-width: 90px;             /* Ancho mínimo */
    max-width: 90px;             /* Ancho máximo aumentado */
    height: 105px;
    
    transition: transform 0.2s ease, box-shadow 0.2s ease; 
}
.box:hover {
    transform: translateY(-5px); 
    box-shadow: 0 5px 10px rgba(0,0,0,0.18);
}

/* Título dentro de la caja (Fila 1) - Más grande */
.title {
    background-color: #E53935; 
    color: white;
    font-size: 0.5em;         /* Tamaño de fuente ligeramente aumentado */
    font-weight: bold;
    text-align: center;
    padding: 4px 5px;       /* Padding interno aumentado */
    width: 100%;
}

/* Imagen dentro de la caja (Fila 1) - Más grande */
.box img {
    width: 100%;             
    height: 400px;            /* AUMENTAMOS LA ALTURA DE LA IMAGEN */
    object-fit: cover;       
    display: block;
}

/* agrandamiento */
/* Modal - fondo oscuro centrado */
.img-modal {
  display: none; /* Oculto por defecto */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8); /* Fondo oscuro */
}

/* Imagen ampliada dentro del modal */
.img-modal-content {
  display: block;
  position: relative;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  width: 425px;       /* Tamaño fijo horizontal */
  height: 425px;      /* Tamaño fijo vertical */
  object-fit: contain; /* Asegura que no se deforme */
  border-radius: 10px;
  box-shadow: 0 0 20px white;
  background-color: #fff;
    outline: none;
  user-select: none;
}


/* Botón para cerrar el modal */
.close-modal {
  position: absolute;
  top: 20px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
}


/*cuadros en el fondo3 */
.benefits-row {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
    padding-bottom: 10px;
    margin-top: 0;

}
.benefit-box {
    background: linear-gradient(to right, #333, #999, #333);
    margin: 10px 1px; /*separar cuadros */
    padding: 30px 0px; /*orden del texto*/
    border-radius: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 0.5em;
    min-width: 85px;
    max-width: 85px;
    height: 10px; /* Fijamos una altura */
    display: flex;
    justify-content: center;
    text-align: center;
}
/* FOOTER */

/* === INICIO: SECCIÓN DEL FOOTER (#inicio-seccion-footer) === */
#inicio-seccion-footer {
        max-width: 475px;
        min-width: 320px;
        width: 100%;
        height: 100%;
    /* IMPORTANTE: Ajusta aspect-ratio a la proporción REAL de tu imagen6.PNG (ancho_imagen / alto_imagen) */
    aspect-ratio: 1920 / 498;  /* EJEMPLO: si imagen6.PNG es 1920x400. ¡Cámbialo! */
    background-image: url('imagen6.png'); /* Tu imagen con el fondo rosado, cortes grises Y EL LOGO HEXAGONAL EN EL CENTRO */
    background-size: 375px 100%;   /* 'cover' es bueno si aspect-ratio coincide con la proporción de la imagen */
    background-position: center; /* Asegura que el logo esté centrado */
    background-repeat: no-repeat;
    
    /* AJUSTA ESTOS PADDINGS PARA REDUCIR LA ALTURA TOTAL */
    position: relative;
    box-sizing: border-box;
    padding-top: 0px;    /* Espacio interno superior para el contenido */
    padding-bottom: 60px; /* Espacio interno inferior (y para el WhatsApp) */
    overflow: hidden;     /* Para evitar que el contenido se desborde visualmente del aspect-ratio */
}

/* Contenedor para el contenido textual (Informes, Horario) DENTRO de #inicio-seccion-footer */
/* Columna Izquierda: Informes */
.info-box-footer {
    flex: 1;
    text-align: left;
    color: #000000; 
    padding-left: 0px;
    padding-right: 70px;
    padding-bottom: 70px;
    /* padding-right: 5px; */ /* Puedes reducir este padding si es necesario */
}

/* Columna Central: ESPACIO para el logo hexagonal del fondo */

/* Columna Derecha: Horario */
.schedule-box-footer {
    flex: 1;
    text-align: right;
    color: #000000;
    padding-right: 0px;
    padding-left: 70px;
    padding-bottom: 70px;
    /* padding-left: 5px; */ /* Puedes reducir este padding si es necesario */
}

/* Estilos para los textos H1 y P dentro de las columnas del footer */
/* REDUCE EL TAMAÑO DE FUENTE Y MÁRGENES PARA HACERLO MÁS COMPACTO */
.info-box-footer h1,
.schedule-box-footer h1 {
    font-size: 7px;  /* Más pequeño */
    line-height: 1.3;  /* Más compacto */
    font-weight: bold;
    margin-bottom: 4px; /* Menos espacio */
    text-align: center;
}
.schedule-box-footer h1,
.info-box-footer h1 {
    margin: 0 auto;
    text-align: center;
}

.info-box-footer a{
    text-decoration: none;
    color: #000;
}
/* ... (los estilos de .info-box-footer a y a:hover se mantienen) ... */


/* Icono de WhatsApp superpuesto en el Footer */
.whatsapp-fixed img{
    position: fixed;
    
    /* AJUSTA ESTOS VALORES PARA QUE ENCAJE EN UN FOOTER MÁS PEQUEÑO */
    bottom: 1px;  /* Más cerca del borde inferior */
    right: 40px;   /* Más cerca del borde derecho */
    
    width: 30px;   /* Icono de WhatsApp más pequeño */
    height: 30px;  /* Icono de WhatsApp más pequeño */
    z-index: 2;
}
.info-box { /* Esta es tu regla general, puede necesitar revisión */
    flex-grow: 1; 
    flex-shrink: 1;

}

.schedule-box { /* Esta es tu regla general, puede necesitar revisión */

    flex-grow: 0; 
    flex-shrink: 0; 

}
.banner-content4 { 
    width: 100%;
    /* max-height: 100px; */ /* Comentado porque causaba problemas en el footer, decide si lo necesitas en otro lado */
    min-height: 100px; /* Para asegurar que al menos tenga esta altura si se usa en otro sitio */

    /* Copio los estilos que tenías en tu último CSS para este, por si se usa en otro lado */
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 375px;
    height: 125px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;

    gap: 0px;
    padding: 1px 0px;
    box-sizing: border-box;

}
}
@media (min-width:280px) and (max-width: 320px) {
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #f0f0f0; /* Color para los bordes fuera del wrapper */
}

html, body {
    width: 100%;
    overflow-x: hidden; /* Previene la barra de scroll horizontal */
}

    /* Ajustes Generales */
    body {
        /* Puedes ajustar la fuente base si es necesario, pero empecemos por componentes */
    }
.page-wrapper {
    max-width: 100%;
    width: 100%; 
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    overflow: hidden; /* Ayuda a contener cualquier desbordamiento interno */
}

    /* HEADER */
    header {
    padding: 8px 10px; /* Reducir padding lateral */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-bottom: 1px solid #e0e0e0;
    max-width: 100%; 
    margin: 0 auto; 
    background-color: #fff;
    text-align: center;
    }

    .logo img {
        width: 100px; /* Reducir tamaño del logo */
        height: 100%;     /* Altura automática para mantener proporción */
        padding: 0px;    /* Reducir padding del logo */
        aspect-ratio: 600/120;
        align-items: center;
    }

    .nav-social-group {
      /* Reducir espacio entre nav y social media */
    padding: 0px;    /* Reducir padding general */
    padding-right: 0px; /* Reducir padding derecho específico */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    margin: 8px 0;
    margin-bottom: 10px;
    }
    .nav-social-group nav ul li a {
    position: relative;
}
nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0;
    padding: 0;
}

    nav ul li a {
    font-size: 11px;  /* Reducir tamaño de fuente de navegación */
    margin: 5px;     /* Reducir margen entre ítems */
    text-decoration: none;
    color: black;
    position: relative;
    font-weight: bold;

    }

    nav ul li a:after {
    height: 15px;     /* Ajustar altura del separador */
    right: -7px;     /* Ajustar posición del separador */
    top: -2px;
    width: 3px;
    content: '';
    display: block;
    background: red;
    position: absolute;
}
.social-media {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 5px;
}

    .social-media img {
    height: 11px;
    width: auto;
        
    }

    /* Banner rojo con imagen */
    .banner-section img {
        aspect-ratio: 1920/250;
        max-width: 320px;
        min-width: 280px;
        width: 100%;
        height: 100%;
 
    }
    /* Secciones full-banner-section-wrapped */
    .full-banner-section-wrapped {
        padding: 30px 20px; /* Reducir padding general de secciones */
        min-height: auto;   /* Permitir que el contenido defina la altura, o ajustar a un valor menor que 100vh si es mucho */
    }
    
#inicio-seccion-1 {
        max-width: 320px;
        min-width: 280px;
        width: 100%;
        height: 100%; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 180px;
    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;
    padding-bottom: 200px;

}


#inicio-seccion-2 {
        max-width: 320px;
        min-width: 280px;
        width: 100%;
        height: 100%; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen4.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 180px;
    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;
    padding-bottom: 200px;

}

#inicio-seccion-3 {
        max-width: 320px;
        min-width: 280px;
        width: 100%;
        height: 100%;; /* Para asegurar que no exceda los 2560px si la ventana es más grande */
    margin: 0 auto;    /* Para centrar si usas max-width */
    aspect-ratio: 1920 / 960; /* Ejemplo: esto es una relación de aspecto 4:1 */
    background-image: url('imagen5.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative; /* Para el posicionamiento de .whatsapp-fixed y contenido interno */
    box-sizing: border-box;

}

    .banner-content {
        /* Si tenías márgenes laterales muy grandes como margin-right: 500px, deben eliminarse o reducirse drásticamente */

        justify-content: left; /* Centrar contenido si es apropiado */
        text-align: left; /* Centrar texto */
        margin-top: 0px;

    }
    .banner-content .banner-text {
        margin-top: 0px; /* Reducir margen superior */
        max-width: 100%; /* Permitir que ocupe el ancho del .banner-content */
        text-align: left; /* Mantener o cambiar según diseño */
    }
    .banner-text {
        margin-top: 0px;
        margin-left: 10px;
        margin-right: 150px;
        margin-bottom: 20px;

    }
    .banner-content2 {

        justify-content: center;
    }

    .banner-text2{
        margin-left: 160px;
        margin-right: 2px;
        margin-top: 1px;

    }


     .banner-content2 .banner-text2 {
        text-align: center; /* Asegurar centrado */
        max-width: 100%;
    }


    .banner-text h1 {
        font-size: 0.42em;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 0px;
        margin-right: 0px;
        

    }
    .banner-text2 h1 {
        font-size: 0.50em;;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 5px;
    }

    .banner-text2 h2 {
        font-size: 0.42em;  /* Reducir tamaño de fuente */
        line-height: 1.3;
        margin-bottom: 5px;
    }

    .banner-content3 .banner-text3 {
    text-align: center; /* Asegurar centrado */
    max-width: 100%;
    }
    
    .banner-content3 {
        margin-top: 10%;

        justify-content: center;
    }

    .banner-text3 h1 {
        font-size: 0.55em;  /* Reducir tamaño de fuente */
        margin-bottom: 5px;
    }

    .banner-text3 h2 {
        font-size: 0.50em;;  /* Reducir tamaño de fuente */

    }


     /* SECCIÓN MODELOS */
    #modelos-fila-1,
    #modelos-fila-2 {
        max-width: 320px;
        min-width: 280px;
        width: 100%;
        height: 100%;
        aspect-ratio: 1920/960;

                          /* O un valor más grande como 600px o 700px si quieres limitar la sección */
        margin-bottom: 0px; /* Espacio positivo entre las filas de modelos. ¡Eliminamos los márgenes negativos! */
        padding-bottom: 0px;
    }
     #modelos-fila-3 {
        max-width: 320px;
        min-width: 280px;
        width: 100%;
        height: 100%;
        aspect-ratio: 1920/960;
        max-height: 100%;
        min-height: 100%;
        margin-bottom: 0px; /* Espacio positivo entre las filas de modelos. ¡Eliminamos los márgenes negativos! */
        padding-bottom: 0px;
     }




    /* Si #modelos-fila-3 tenía un margin-bottom diferente, puedes especificarlo: */
    /* #modelos-fila-3 { margin-bottom: 50px; } */


    #modelos-fila-1 img, /* Estos selectores apuntaban a la imagen de fondo, no a la imagen dentro de .box */
    #modelos-fila-2 img {
        max-width: auto;
        min-width: auto;
        height: 100%;
    }
    #modelo-fila-3 img {
        max-height: 187.5px;
        min-height: 187.5px;
    }

 .model-row-wrapper {
    width: 100%;
    position: relative; 
    overflow: hidden;   
    box-sizing: border-box;

    /* Altura: Usaremos padding para darle espacio al contenido y definir indirectamente la altura */
    padding: 50px 15px; /* Ajusta este padding vertical para controlar la altura visible */
    min-height: auto;   /* Opcional: quita cualquier min-height fijo si el padding es suficiente */
    height: 750px;
    /* Quitar propiedades de background CSS si las tenías */
}


.model-row-bg-img {
    position: absolute;
    top: 0;            
    left: 0;           
    width: 100%;
    height: 100%;      /* Cubre toda la altura del wrapper */
    
    /* CAMBIO CLAVE: Usa 'cover' */
    object-fit: cover; /* LLENA todo el espacio, PUEDE RECORTAR la imagen */

    z-index: 0;        /* Detrás del contenido */
    display: block;
}

.model-content-overlay {
    position: relative;   /* Se posiciona normalmente sobre el fondo */
    z-index: 1;           /* Asegura que esté sobre la imagen (z-index: 0) */
    max-width: 425px;    /* Ancho máximo para las cajas */
    margin: 0 auto;       /* Centra el contenedor de cajas */
    padding: 0px 0px;   /* Padding INTERNO para el contenido, ajusta si es necesario */
                          /* Si quitaste el padding del wrapper, añade padding vertical aquí */
    box-sizing: border-box;
    background-color: transparent; /* Fondo transparente */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.container { /* Ya debería tener la clase .model-content-overlay en el HTML */
    display: flex;
    flex-wrap: wrap;
    gap: 10px;



}


/* Cajas individuales de producto (Fila 1) - Más grandes */
.box {
    background-color: #fff;       
    border: 1px solid #ddd;       
    border-radius: 8px;           /* Bordes redondeados un poco más grandes */
    box-shadow: 0 2px 5px rgba(0,0,0,0.12); /* Sombra un poco más pronunciada */
    overflow: hidden;             
    display: flex;                
    flex-direction: column;       
    
    /* Tamaño y distribución - Ajustado para cajas más grandes */
    flex-basis: calc(33.333% - 30px); /* 3 cajas por fila (ajusta '30px' si cambias el gap) */
    min-width: 90px;             /* Ancho mínimo */
    max-width: 90px;             /* Ancho máximo aumentado */
    height: 105px;
    
    transition: transform 0.2s ease, box-shadow 0.2s ease; 
}
.box:hover {
    transform: translateY(-5px); 
    box-shadow: 0 5px 10px rgba(0,0,0,0.18);
}

/* Título dentro de la caja (Fila 1) - Más grande */
.title {
    background-color: #E53935; 
    color: white;
    font-size: 0.5em;         /* Tamaño de fuente ligeramente aumentado */
    font-weight: bold;
    text-align: center;
    padding: 4px 5px;       /* Padding interno aumentado */
    width: 100%;
}

/* Imagen dentro de la caja (Fila 1) - Más grande */
.box img {
    width: 100%;             
    height: 400px;            /* AUMENTAMOS LA ALTURA DE LA IMAGEN */
    object-fit: cover;       
    display: block;
}

/* agrandamiento */
/* Modal - fondo oscuro centrado */
.img-modal {
  display: none; /* Oculto por defecto */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8); /* Fondo oscuro */
}

/* Imagen ampliada dentro del modal */
.img-modal-content {
  display: block;
  position: relative;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  width: 425px;       /* Tamaño fijo horizontal */
  height: 425px;      /* Tamaño fijo vertical */
  object-fit: contain; /* Asegura que no se deforme */
  border-radius: 10px;
  box-shadow: 0 0 20px white;
  background-color: #fff;
    outline: none;
  user-select: none;
}


/* Botón para cerrar el modal */
.close-modal {
  position: absolute;
  top: 20px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
}


/*cuadros en el fondo3 */
.benefits-row {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
    padding-bottom: 10px;
    margin-top: 0;

}
.benefit-box {
    background: linear-gradient(to right, #333, #999, #333);
    margin: 10px 1px; /*separar cuadros */
    padding: 30px 0px; /*orden del texto*/
    border-radius: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 0.5em;
    min-width: 85px;
    max-width: 85px;
    height: 10px; /* Fijamos una altura */
    display: flex;
    justify-content: center;
    text-align: center;
}
/* FOOTER */

/* === INICIO: SECCIÓN DEL FOOTER (#inicio-seccion-footer) === */
#inicio-seccion-footer {
        max-width: 320px;
        min-width: 280px;
        width: 100%;
        height: 100%;
    /* IMPORTANTE: Ajusta aspect-ratio a la proporción REAL de tu imagen6.PNG (ancho_imagen / alto_imagen) */
    aspect-ratio: 1920 / 498;  /* EJEMPLO: si imagen6.PNG es 1920x400. ¡Cámbialo! */
    background-image: url('imagen6.png'); /* Tu imagen con el fondo rosado, cortes grises Y EL LOGO HEXAGONAL EN EL CENTRO */
    background-size: 375px 100%;   /* 'cover' es bueno si aspect-ratio coincide con la proporción de la imagen */
    background-position: center; /* Asegura que el logo esté centrado */
    background-repeat: no-repeat;
    
    /* AJUSTA ESTOS PADDINGS PARA REDUCIR LA ALTURA TOTAL */
    position: relative;
    box-sizing: border-box;
    padding-top: 0px;    /* Espacio interno superior para el contenido */
    padding-bottom: 60px; /* Espacio interno inferior (y para el WhatsApp) */
    overflow: hidden;     /* Para evitar que el contenido se desborde visualmente del aspect-ratio */
}

/* Contenedor para el contenido textual (Informes, Horario) DENTRO de #inicio-seccion-footer */
/* Columna Izquierda: Informes */
.info-box-footer {
    flex: 1;
    text-align: left;
    color: #000000; 
    padding-left: 0px;
    padding-right: 70px;
    padding-bottom: 70px;
    /* padding-right: 5px; */ /* Puedes reducir este padding si es necesario */
}

/* Columna Central: ESPACIO para el logo hexagonal del fondo */

/* Columna Derecha: Horario */
.schedule-box-footer {
    flex: 1;
    text-align: right;
    color: #000000;
    padding-right: 0px;
    padding-left: 70px;
    padding-bottom: 70px;
    /* padding-left: 5px; */ /* Puedes reducir este padding si es necesario */
}

/* Estilos para los textos H1 y P dentro de las columnas del footer */
/* REDUCE EL TAMAÑO DE FUENTE Y MÁRGENES PARA HACERLO MÁS COMPACTO */
.info-box-footer h1,
.schedule-box-footer h1 {
    font-size: 7px;  /* Más pequeño */
    line-height: 1.3;  /* Más compacto */
    font-weight: bold;
    margin-bottom: 4px; /* Menos espacio */
    text-align: center;
}
.schedule-box-footer h1,
.info-box-footer h1 {
    margin: 0 auto;
    text-align: center;
}

.info-box-footer a{
    text-decoration: none;
    color: #000;
}
/* ... (los estilos de .info-box-footer a y a:hover se mantienen) ... */


/* Icono de WhatsApp superpuesto en el Footer */
.whatsapp-fixed img{
    position: fixed;
    
    /* AJUSTA ESTOS VALORES PARA QUE ENCAJE EN UN FOOTER MÁS PEQUEÑO */
    bottom: 1px;  /* Más cerca del borde inferior */
    right: 40px;   /* Más cerca del borde derecho */
    
    width: 30px;   /* Icono de WhatsApp más pequeño */
    height: 30px;  /* Icono de WhatsApp más pequeño */
    z-index: 2;
}
.info-box { /* Esta es tu regla general, puede necesitar revisión */
    flex-grow: 1; 
    flex-shrink: 1;

}

.schedule-box { /* Esta es tu regla general, puede necesitar revisión */

    flex-grow: 0; 
    flex-shrink: 0; 

}
.banner-content4 { 
    width: 100%;
    /* max-height: 100px; */ /* Comentado porque causaba problemas en el footer, decide si lo necesitas en otro lado */
    min-height: 100px; /* Para asegurar que al menos tenga esta altura si se usa en otro sitio */

    /* Copio los estilos que tenías en tu último CSS para este, por si se usa en otro lado */
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 375px;
    height: 125px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;

    gap: 0px;
    padding: 1px 0px;
    box-sizing: border-box;

}
}
