* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/*Layouts generales*/
body {
    font-family: "SUSE", sans-serif;
    line-height: 1.6;
    position: relative;
    width: 100%;
    overflow-x: hidden;
}

.img-responsive {
 width: 100%;
 height: auto;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.contenedor-centrado{
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}


.container-chico {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.fondo-general{
    background-color: #F0F6FF;
}

.borde-general-1{
    border-radius: 10px;
}

.borde-general-2{
    border-radius: 20px;
}

.margen-general{
    margin-top: 150px;
}
.padding-general{
    padding: 40px;
}


/*Header*/
.nav-p{
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 12px 70px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    background-color: white;
    margin-top:3px;
}
.logo a{display:flex;}
.logo img{
    max-width: auto;
    height: 30px;
}

.nav-container{
    display: flex;
    gap: 16px;
}

.nav1, .nav2 {
    display: flex;
    gap: 8px;
}

.nav1 a, .nav2 a {
    text-decoration: none;
    border-radius: 6px;
    padding: 10px 18px;
    font-size: 1em;
    font-family: inherit;
    transition: background 0.25s;
}
.nav1 a { 
    color: #2563eb; 
}

.nav2 a { 
    color: #fff; background: #2563eb; 
}

.nav1 a:hover { 
    background: #eef2ff; 
}

.nav2 a:hover { 
    background: #1e40af; 
}

.inicio{
    font-size: 1em;
}

/*hamburguesaaaa*/

.hamburguesa {
  display: none;
  flex-direction: column;
  border: none;
  gap: 4px;
  cursor: pointer;
  background: none;
}

.hamburguesa span {
  width: 26px; 
  height: 3px;
  display: block;
  background: #2563eb;
  border-radius: 2px;
}
/*fin hamburguesa*/
/*Fin Header*/

/*Main*/

.main {
    padding: 20px;
}

/*Seccion principal o primera seccion*/
.seccion-principal{
    text-align: center;
    padding: 0;
    margin: 0;
}

.fondo-celeste {
    background-color: #F0F6FF;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 690px; 
    border-radius: 0% 0% 40% 40%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.primer-titulo{
    font-size: 1.3rem;
    margin-bottom: 20px;
    margin-top: 40px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}



.Linea-azul-fondo{
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 40px; 
}

.Galeria-1{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    
    position: relative;   
}

.Contenedor-celular-1{  
    height: 350px; 
    width: 100%;
    overflow: hidden; 
    position: relative;
    z-index: 2;
    margin-top: 40px;
    
    opacity: 0;
    transform: translateY(80px);
    animation: slideUpCelular 0.9s ease-out 0.1s forwards;
}

    @keyframes slideUpCelular {
    to {
        opacity: 1;
        transform: translateY(0);
     }
  }
.Imagen-celular-1{
    width: 100%;
    height: 100%; 
    display: block;
    object-fit: cover;
}


/*Seccion advertencia*/

.seccion-advertencia{
    margin-top: 200px;
    text-align: center;
    font-size: 0.9em;
    padding: 28px 50px;
    max-width: 700px;
    min-width: 220px;
    margin-left: auto;
    margin-right: auto;
    background-color: #F0F6FF;
    border-radius: 30px;
    position: relative;
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 94vw;
}

.seccion-advertencia img{
    max-width: 90px;
    width: 60px;
    height: auto;
    margin-bottom: 8px;
}

.seccion-advertencia h3 {
    margin: 10px 0 8px 0;
    font-size: 1.25em;
    color: #0066FF;
}
.seccion-advertencia p {
    margin: 0;
    margin-bottom: 8px;
    font-size: 1.04em;
    line-height: 1.5;
}

/*Seccion beneficios*/

.seccion-beneficios{
    margin-top: 150px;
    margin-bottom: 150px;
    padding: 0 20px;
}

.titulo-beneficios-principal{
    text-align: center; 
    font-size: 2em;
    max-width: 800px;
    margin: 0px auto 50px; 
    line-height: 1.2;
}

.titulo-beneficios{
    text-align: center; 
    font-size: 2em;
    max-width: 800px;
    margin: 0px auto 50px; 
    line-height: 1.2;
    color: #0066FF;
}

.grid-beneficios {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  justify-content: center;
  align-items: stretch;
  margin-top: 32px;
}

.box-beneficios {
    border-radius: 28px;
    padding: 36px 18px 28px 18px;
    text-align: center;
    display: flex;
    flex-direction: column;
    min-width: 0;
    align-items: flex-start;      
    text-align: left;
    height: auto;
}

.box-beneficios h3{  
    margin-bottom: 6px; 
    width: 100%;
    font-size: 1.20em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
.box-beneficios-azul{
  background: #2563eb;
  color: white;
}

.box-beneficios-azul h3{
    color: white;
}
.icono-beneficio {
  width: 72px;
  height: 72px;
  object-fit: contain;
  margin-bottom: 18px;
}

.box-beneficios p {
  margin: 0;
  width: 100%;
  font-size: 1em;
  line-height: 1.5;
}

/*Servicios y beneficios exclusivos*/
.Seccion-beneficios-exclusivos{
    display: flex;
    gap: 2rem;
    margin-top: 100px;
    margin-bottom: 100px;
    align-items: center;
    justify-content: center;
}

.Contenedor-beneficios-exclusivos{
    flex: 1 1 350px;
    text-align: left;
}

.titulo-beneficios-exclusivos{
    margin-bottom: 20px;
    text-align: left;
    font-size: 2em;
    font-weight: 600;
}

.lista-servicios{
    text-align: left;
    padding-left: 18px;
    list-style-type: disc;
}

.lista-servicios li {
    margin-bottom: 14px;
    font-size: 1em;
    line-height: 1;
}

.Imagen-celular-2{
    width: 100%; 
    height: auto;
}

.Contenedor-celular-2{
    display: flex;
    align-items: center;
    overflow: hidden; 
    min-height: 600px; 
    max-width: 550px; 
}

/*recompensas*/

.Seccion-recompensas{
    display: flex;
    background-color: #F0F6FF;
    border-radius: 0px 0px 15px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    max-width: 1100px; 
    margin: 40px auto;
    overflow: hidden;
    margin-top: 150px;
}

.Contenedor-recompensas-img{       
    display: flex; 
    align-items: center;
    overflow: hidden; 
    min-height: 400px; 
    max-width: 550px; 
    position: relative; 
    flex-basis: 50%; 
    flex-shrink: 0;
}

.Contenedor-recompensas-info{
    flex: 1;
    padding: 40px 60px; 
    display: flex; 
    flex-direction: column;
    justify-content: center;
}

.imagen-recompensas{
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}

.p-recompensa{
    margin-bottom: 10px;
}

.Lista-recompensas{
    list-style: disc inside;
    margin-bottom: 20px;
    padding-left: 30px;
    text-align: left;
}

.Lista-recompensas li{
    margin-bottom: 10px;
    text-align: left;
    padding-left: 0;
    display: list-item;
}

.Seccion-sumate{
    margin-top: 150px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;     
    min-height: 225px;
    width: 100%;
    margin-bottom: 100px;
}

.Contenedor-curva{
 position: absolute;
    left: 0; right: 0; top: 0;
    width: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: visible;
    height: 145px;
}

.Contenedor-curva img {
    width: 100%;
    height: 350px;
    display: block;
}

.Contenedor-sumate{
     position: relative;
    background: #F0F6FF;
    border-radius: 15px;
    box-shadow: 0 8px 28px rgba(37,99,235,0.10);
    max-width: 770px;
    margin: -30px auto 0 auto; /* el negativo lo sube sobre la curva */
    padding: 40px 18px 35px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 2;
    margin-bottom: 90px;
    margin-top: 70px;

}

.Contenedor-sumate h2 {
    margin-bottom: 32px;
    font-size: 2em;
    color: #232b42;
    font-weight: 400;
}

.boton-sumate {
    background:  #2563eb;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 15px 55px;
    font-size: 1.17em;
    font-weight: 700;
    cursor: pointer;
    margin-top: 10px;
    transition: background 0.22s, box-shadow 0.16s, transform 0.11s;
    letter-spacing: 0.07em;
}

.boton-sumate:hover,
.boton-sumate:focus {
    background: linear-gradient(90deg, #1946ad 90%, #4c6fe0 100%);
    transform: translateY(-2px) scale(1.045);
    box-shadow: 0 10px 34px rgba(37,99,235,0.19);
    outline: none;
}



/*Formulario de contacto*/
.Seccion-formulario {
    background-color: #0066FF;
    color: white;
    width: 100%;
    left: 50%;
    right: 50%;
    margin-left: -50vw;     
    margin-right: -50vw;
    padding: 60px 0;
    min-width: 100vw;
    position: relative;
    display: flex;
    justify-content: center; 
    align-items: center;
}
.Contenedor-formulario{
    max-width: 800px; 
    width: 100%;
    padding: 20px;
    text-align: center;
}

.Titulo-formulario{
    padding-top: 30px;
    padding-bottom: 10px;
}

.Sub-formulario{
    padding-bottom: 40px;
}

.grupo-campos {
    display: grid;
    gap: 20px; 
    margin-bottom: 20px;
}

.columnas2 {
    grid-template-columns: 1fr 1fr;
}

.columnas3 {
    grid-template-columns: 1fr 1fr 1fr;
}

input, select {
    background-color: white;
    border: none;
    border-radius: 5px;
    padding: 15px 20px;
    font-size: 1rem;
    color: gray;
}

.Contenedor-boton-siguiente{
    width: 100%;
    display: flex !important;
    justify-content: center !important;
    margin-top: 16px;
}

.boton-siguiente {
    background: #10042B;
    color: #ffffff;
    border-radius: 42px;
    min-width: 120px;
    padding: 13px 26px;
    font-size: 1.09em;
    font-weight: 600;
    border: none;
    margin: 0 auto;
    margin-top: 8px;
    cursor: pointer;
    box-shadow: 0 3px 16px rgba(0,0,0,0.09);
    transition: background 0.2s, color 0.2s;
    display: block;
}
.boton-siguiente :hover {
    background: #e6ecfa;
    color: #1946ad;
}

/*Seccion Preguntas frecuentas*/

.Seccion-Preguntas{
    padding: 60px 20px;
    max-width: 850px;
    margin: 80px auto;
    text-align: center;

}

.titulo-preguntasFAQ{
    margin-bottom: 20px;
}
.Contenedor-preguntas{
    text-align: left;
}
/*
.pregunta-FAQ li{

}
*/
.contenedor-boton-vermas {
    text-align: center;
    margin-top: 30px;
}

.boton-vermas {
    padding: 10px 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.boton-vermas:hover {
    background-color: #0056b3;
}

.preguntas-ocultas {
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    overflow: hidden;
}

.preguntas-ocultas.mostrar{
    opacity: 1;
    display: block;
    transform: translateY(0);
}

.preguntas-ocultas.ocultar{
    opacity: 0;
    display: none;
    transform: translateY(-10px);
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.pregunta-FAQ summary {
    font-size: 1.1em;
    font-weight: 500;
    cursor: pointer;
    padding: 15px 0;
    list-style: none;
    transition: color .22s;
    outline: none;
    position: relative;

}
.pregunta-FAQ summary:before {
    content: "+";
    float: right;
    font-size: 1.5em;
    font-weight: 300;
    color: #0066FF;
    margin-left: 10px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.pregunta-FAQ[open] summary:before {
    content: "-";
    color: #0066FF;
    transform: rotate(180deg) scale(1.25);
}

.respuesta-FAQ{
    color: gray;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease, margin-bottom 0.3s ease;
}

.pregunta-FAQ[open] .respuesta-FAQ {
    max-height: 500px;
    opacity: 1;
    margin-bottom: 12px;
}

.pregunta-FAQ.is_open summary:before {
    content: "-";
}

.separador-FAQ{
    margin-top: 10px;
}


.Pie_Pagina {
    background-color: #2c3e50;
    color: white;
    padding: 60px 0 0 0;
    margin-top: 80px;
}

.Contenido_Pie_Pagina {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    padding: 0 20px;
    margin-bottom: 40px;
    justify-items: center;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px auto;
}

.Seccion_Pie_Pagina h3,
.Seccion_Pie_Pagina h4 {
    color: #3498db;
    margin-bottom: 20px;
    font-weight: 600;
}

.Logo_Pie_Pagina {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.Logo_Pie_Pagina img {
    width: 40px;
    height: 40px;
}

.Descripcion_Pie_Pagina {
    color: #bdc3c7;
    line-height: 1.6;
    max-width: 300px;
}

.Enlaces_Pie_Pagina {
    list-style: none;
    padding: 0;
}

.Enlaces_Pie_Pagina li {
    margin-bottom: 10px;
}

.Enlaces_Pie_Pagina a {
    color: #ecf0f1;
    text-decoration: none;
    transition: color 0.3s ease;
}

.Enlaces_Pie_Pagina a:hover {
    color: #3498db;
}

.Contacto_Pie_Pagina p {
    margin-bottom: 10px;
    color: #bdc3c7;
}

.Pie_Pagina_Inferior {
    background-color: #1a252f;
    padding: 20px 0;
    border-top: 1px solid #34495e;
}

.Pie_Pagina_Inferior .container-centered {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 20px;
}

.Enlaces_Legales {
    display: flex;
    gap: 20px;
}

.Enlace_Legal {
    color: #bdc3c7;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.Enlace_Legal:hover {
    color: #3498db;
}

/**/


/*======================================================
Responsive y extras importados
======================================================*/

@import url('https://fonts.googleapis.com/css2?family=SUSE:ital,wght@0,100..900;1,100..900&display=swap');

@media (max-width: 850px) {
  main {
    margin-top: 62px;
  }
}

@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
        gap: 0;
    }
}

@media (max-width: 1200px){
    main{ max-width: 1140px}
}

/*hamburguesa*/
@media (max-width: 850px) {
.nav-p {
    max-width: 100vw;
    z-index: 30;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 60px;
    background: white;
    box-shadow: 0 4px 18px rgba(0,0,0,0.1);
    border-radius: 0 0 12px 12px;
  }

  .nav-container {
    z-index: 2;
    position: fixed;
    top: 62px; 
    padding-bottom: 20px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    display: none;
    width: 100%;
    border-radius: 0 0 14px 14px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.12);
    gap: 0;
    padding-top: 26px;
    background: white;
}

  .nav-container.open {
    display: flex;
    animation: fadeDown 0.25s;
  }
  
.hamburguesa {
   display: flex;
    position: absolute;
    right: 18px;
    top: 14px;
    z-index: 2;
    background: white;
    border-radius: 8px;
    padding: 6px;
  }

@keyframes fadeDown {
    0% { opacity: 0; transform: translateY(-12px);}
    100% { opacity: 1; transform: translateY(0);}
  }

.nav1, .nav2 {
    flex-direction: column;
    width: 100%;
    margin: 0;
    gap: 8px;
    background: none;
  }
  .nav1 a, .nav2 a {
    padding: 10px 30px;
    text-align: left;
    font-size: 1.3em;
    color: #2563eb;
    background: none;
    text-decoration: none;
  }
  .nav1 a:hover, .nav2 a:hover {
    background: #afc4ec;
  }
}
/*fin hamburguesa*/
/*
@media (min-width: 1601px) {
    h1{
        font-weight: 200;
    }
    h2 {
        font-family: "SUSE", sans-serif;
        font-weight: 400;
    }
    main {
        max-width: 1400px;
    }
    .primer-titulo {
        font-size: 1.4rem;
    }
    .Galeria-1 {
        min-height: 450px;
    }
    .Contenedor-celular-1 {
        width: 500px;
        height: 550px;
    }
    .grid-beneficios {
        max-width: 1400px;
        grid-template-columns: repeat(4, 1fr);
    }
    .fondo-celeste {
        border-radius: 0% 0% 60% 60%;
    }
}
 
/*======================================================
    RESPONSIVE: LAPTOP GRANDE (1200~1600px)
======================================================= */
@media (min-width: 1200px) and (max-width: 1600px) {

    h2 {
        font-family: "SUSE", sans-serif;
        font-weight: 500;
    }
    main {
        max-width: 1000px;
        justify-content: center;
    }
    .primer-titulo {
        font-size: 1rem;
    }

    .fondo-celeste { 
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 680px;
        border-radius: 0 0 40% 40%;
        z-index: 0;
        pointer-events: none;
        overflow: hidden;
    }

    
 
    .Galeria-1 {
        display: flex;
        justify-content: center;
        align-items: flex-end;   
        width: 100%;
        margin: 0;
        position: relative;
        z-index: 2;
        
    }

    .Contenedor-celular-1 { 
        width: 380px; 
        height: 470px;  
        display: flex;
        align-items: flex-end;
        justify-content: center;
        margin: 0;
        z-index: 2;
        position: relative;
        overflow: visible;
       
    }

    .Imagen-celular-1 {
        display: block;
        object-fit: contain; 
    }

    .seccion-advertencia{
    margin-top: 100px;
    }

.grid-beneficios {
        grid-template-columns: repeat(4,1fr);
        max-width: 1200px;
        padding: 0 30px;
    }
  .box-beneficios{
        height: auto;
    }
}
 
/* =======================================================
    RESPONSIVE: DESKTOP / LAPTOP MEDIANO (1024~1199px)
======================================================= */
@media (min-width: 1024px) and (max-width: 1199px) {

    h2 {
        font-family: "SUSE", sans-serif;
        font-weight: 400;
    }
    main {
        max-width: 1000px;
    }
    .primer-titulo {
        font-size: 1.3rem;
    }
   .Galeria-1{
        min-height: 370px;
    }
    .fondo-celeste { 
        padding-top: 30px;
        padding-bottom: 180px;
        border-radius: 0% 0% 50% 50%;
    }
    .Contenedor-celular-1 {
        width: 250px;
        height: 400px;
    }

    .Imagen-celular-1 { 
        max-width: 104px; }

    .grid-beneficios {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        max-width: 950px;
    }
    .caja-beneficios {
        height: 260px;
    }
    .fondo-celeste {
        border-radius: 0% 0% 70% 70%;
    }
}

 /*=======================================================
    RESPONSIVE: TABLET / LAPTOP CHICO (992~1199px)
======================================================= */
@media (max-width: 1199px) and (min-width: 991px) {
 
    h2 {
        font-family: "SUSE", sans-serif;
        font-weight: 300;
    }
    .primer-titulo {
        font-size: 1em;
    }
 .fondo-celeste {
    height: 590px !important;
    border-radius: 0 0 30% 30% !important;
  }
  .Galeria-1 {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: flex-end !important;
    margin: 0 !important;
  }
  .Contenedor-celular-1 {
    width: 33vw !important; 
    max-width: 360px !important;  
    min-width: 230px !important;
    height: 300px !important;     
    margin: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: flex-end !important;
    opacity: 0;
    transform: translateY(26px);
    animation: slideUpCelular 0.72s ease-out 0.11s forwards;
  }
  .Imagen-celular-1 {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    display: block;
  }
    .grid-beneficios {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
   
    .box-beneficios{
        height: 280px;
    }
}

 
/* =======================================================
    RESPONSIVE: TABLET (768~991px)
======================================================= */
@media (max-width: 991px) and (min-width: 768px) {
    /* Tablet vertical u horizontal */
    h2 {
        font-family: "SUSE", sans-serif;
        font-weight: 400;
    }
    main {
        padding: 15px;
    }
    .primer-titulo {
        margin-top: 24rem;
        font-size: 1rem;
    }
    .Galeria-1 {
        min-height: 350px;
        gap: 220px;
    }
    .Contenedor-celular-1{
       width: 720px;
        height: 590px;
    }
.Linea-azul-fondo{
    display:none;
}
    .grid-beneficios {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .box-beneficios{
        height: 280px;
    }
    .titulo-beneficios-exclusivos{
        font-size: 1.8rem;
    }
    .Seccion-sumate {
        min-height: 400px;
    }
    .Seccion-recompensas {
        flex-direction: row;
    }
    .Contenedor-recompensas-img {
        max-width: 100%;
        min-height: 300px;
    }
    .Contenedor-sumate{
        max-width: 650px;
        padding: 25px 20px;
        margin: 0 auto;
    }
    .Contenedor-sumate h1 {
        font-size: 1.3rem;
        margin-bottom: 15px;
    }
    .Contenedor-sumate img {
        width: 160px;
        margin-top: 15px;
    }
}
 
/* =======================================================
    RESPONSIVE: CELULARES GRANDES / tABLET (576~767px)
======================================================= */
@media (max-width: 767px) and (min-width: 576px) {
    /* Celular grande vertical/horizontal, phablet */
    h2 {
        font-family: "SUSE", sans-serif;
        font-weight: 400;
    }
    main {
        padding: 10px;
    }
    .primer-titulo {
        margin-top: 30px !important;
        font-size: 1rem !important;
    }
    .fondo-celeste {
    height: 440px !important;
    border-radius: 0 0 15% 15% !important;
  }
  .Galeria-1 {
    margin-top: 40px !important;
    justify-content: center !important;
    align-items: flex-end !important;
    flex-direction: column !important;
    gap: 0 !important;
  }
  .Contenedor-celular-1 {
    width: 65vw !important;
    max-width: 350px !important;
    min-width: 160px !important;
    height: 340px !important;
    margin: 0 auto !important;
    overflow: visible !important;
    opacity: 0;
    transform: translateY(55px);
    animation: slideUpCelular 1.05s ease-out 0.18s forwards;
  }
  .Imagen-celular-1 {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    display: block;
  }

  .Contenedor-curva img{
        display: none;
    }
    .grid-beneficios {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        padding: 0 15px;
    }
    .box-beneficios{
        height: 310px;
    }

    .titulo-beneficios-principal{
        font-size: 1.6rem;
    }
    .Conten h1{
        font-size: 1.2rem;
    }
    .Contenido-suuam img{
        width: 200px;
    }
}
 
/* =======================================================
    RESPONSIVE: CELULARES CHICOS (<576px)
======================================================= */
@media (max-width: 575px) {
    h1 { font-size: 1.1rem; }
    h2 { font-size: 1rem; }
    main { padding: 5px; }

    .fondo-celeste {
    height: 510px !important;
    border-radius: 0 0 30% 30% !important;
    }

    .primer-titulo { 
        font-size: 0.7rem; 
        margin-top: 30px !important;}
    
 .Galeria-1 {
    justify-content: center !important;
    align-items: flex-end !important;
    flex-direction: column !important;
    width: 100vw !important;
    gap: 0 !important;
  }

  .Contenedor-curva img{
        display: none !important;
    }

    .Linea-azul-fondo {
        display:none!important;}

  .Contenedor-celular-1 {
    width: 70vw !important;
    max-width: 300px !important;
    min-width: 110px !important;
    height: 430px;
    margin: 0 auto !important;
    opacity: 0;
    transform: translateY(50px);
    animation: slideUpCelular 0.95s ease-out 0.25s forwards;
  }
   
  .Imagen-celular-1 {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    display: block;
  }


    .seccion-advertencia img{
        padding-top: 10px;
        width: 50px !important;
     }

   .grid-beneficios {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    padding: 0 !important;
    gap: 22px !important;
  }
  .box-beneficios {
    width: 88vw !important;
    max-width: 320px !important;
    min-width: 0 !important;
    aspect-ratio: 1/1 !important;
    margin: 0 auto !important;
    border-radius: 22px !important;
    align-items: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    box-shadow: 0 4px 14px rgba(0,0,0,0.07);
    padding: 18px 6px;
  }
    .box-beneficios h3, .box-beneficios p{
    text-align: left!important;
    width: 100% !important;
    padding-left: 0.1em;
  }
    .icono-beneficio {
        width: 114px !important;
        height: 104px !important;
        min-width: 44px !important;
        margin: 0 18px 0 0 !important;
        align-self: flex-start !important;
        flex-shrink: 0 !important;
        margin-bottom: 40px !important;
    }
  .Seccion-beneficios-exclusivos {
    flex-direction: column !important;
    gap: 0 !important;
    align-items: center !important;
    padding: 0 !important;
    margin-top: 20px !important;   
    margin-bottom: 18px !important;
  }

    .Contenedor-beneficios-exclusivos {
    width: 97vw !important;
    max-width: 420px !important;   
    margin: 0 auto 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    padding: 0 4vw !important;
  } 

.titulo-beneficios-exclusivos,
  .lista-servicios {
    text-align: left !important;
    width: 100% !important;
    margin: 0 0 8px 0 !important;
  }
  .titulo-beneficios-exclusivos {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    font-size: 1.10em !important;
  }
  .lista-servicios {
    max-width: 390px;
    margin-bottom: 2px !important;
    font-size: 0.98em !important;
    padding-left: 22px !important;
  }
  .lista-servicios li {
    font-size: 0.98em !important;
    margin-bottom: 9px !important;
    line-height: 1.2 !important;
  }

  .Contenedor-celular-2 {
    order: -1 !important;          
    display: flex !important;
    justify-content: center !important;
    align-items: flex-end !important;
    width: 100% !important;
    min-height: 0 !important;
    max-width: 100vw !important;
    margin: 0 0 80px 0 !important;  
    padding: 0 !important;
  }

  .Imagen-celular-2 {
    width: 92vw !important;
    max-width: 350px !important;
    min-width: 140px !important;
    height: auto !important;
    margin: 0 auto 0 auto !important;
    display: block !important;
  }
    .Seccion-sumate {
        min-height: initial !important;
        flex-direction: column !important;
        align-items: stretch !important;
        margin-top: 40px !important;
    }
    .Contenedor-curva img {
        height: 50vw;
        min-height: 90px;
    }
    .Contenedor-sumate {
        padding: 12px 4vw !important;
        max-width: 98vw !important;
        font-size: 1rem !important;
    }
    .Contenedor-sumate h2 {
        font-size: 1.1rem !important;
    }
    .Seccion-recompensas {
        flex-direction: column !important;
        align-items: center !important;
        padding: 0 4px !important;
        max-width: 100vw !important;
        margin: 30px 0 0 0 !important;
    }
    .Contenedor-recompensas-img, .Contenedor-recompensas-info {
        max-width: 99vw !important;
        width: 99vw !important;
        padding: 2vw !important;
        min-width: 0 !important;
    }

    .imagen-recompensas {
        width: 100% !important; height: auto !important; 
    }
    .titulo-beneficios-principal, .titulo-beneficios-exclusivos{ 
        font-size: 1.1rem; 
    }

    .grupo-campos, .columnas2, .columnas3 {
        display: flex !important;
        flex-direction: column !important;
        gap: 14px !important;
        width: 100% !important;
    }
    input, select {
    width: 100% !important;
    font-size: 1em !important;
    border-radius: 9px !important;
    padding: 12px 12px !important;
    }
    .Contenedor-boton-siguiente {
    width: 100%;
    display: flex !important;
    justify-content: center !important;
    margin-top: 16px;
    }
 .Seccion-Preguntas {
        max-width: 100vw !important;
        padding: 26px 3vw !important;
        margin: 30px 0 !important;
    }
    img, .img-responsive {
        max-width: 100vw !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
        margin: 0 auto !important;
    }
    [style*="position:absolute"], [style*="left"], [style*="top"] {
        position: static !important;
        left: 0 !important;
        top: 0 !important;
        transform: none !important;
    }

      .logo img {
    max-width: 100px !important;  /* más chico todavía en celular */
    margin: 0px 40px !important;
  }
}

/* =======================================================
    RESPONSIVE: MENÚ HAMBURGUESA NAV (dispositivos <850px)
======================================================= */
@media (max-width: 850px) {
    /* NAV, menú, hamburguesa, sticky mobile/tablets */
    main { margin-top: 62px; }
    .nav-p {
        max-width: 100vw; z-index: 30; position: fixed;
        top: 0; left: 0; right: 0; height: 62px;
        display: flex; align-items: center; justify-content: space-between;
        padding-right: 60px; background: white;
        box-shadow: 0 4px 18px rgba(0,0,0,0.1);
        border-radius: 0 0 12px 12px;
    }
    .nav-container {
        z-index: 2; position: fixed; top: 62px; padding-bottom: 20px;
        left: 0; right: 0; flex-direction: column; align-items: flex-start; display: none;
        width: 100%; border-radius: 0 0 14px 14px;
        box-shadow: 0 4px 18px rgba(0,0,0,0.12); gap: 0; padding-top: 26px; background: white;
    }
    .nav-container.open { display: flex; animation: fadeDown 0.25s; }
    .hamburguesa { display: flex; position: absolute; right: 18px; top: 14px; z-index: 2; background: white; border-radius: 8px; padding: 6px; }
    @keyframes fadeDown {
        0% { opacity: 0; transform: translateY(-12px);}
        100% { opacity: 1; transform: translateY(0);}
    }
    .nav1, .nav2 {
        flex-direction: column; width: 100%;
        margin: 0; gap: 8px; background: none;
    }
    .nav1 a, .nav2 a {
        padding: 10px 30px; text-align: left;
        font-size: 1.3em; color: #2563eb;
        background: none; text-decoration: none;
    }
    .nav1 a:hover, .nav2 a:hover { background: #afc4ec; }
}



/*======================================================
    Quienes somos
======================================================*/

.main-quienes {
    background: #fff;
    box-shadow: 0 2px 14px rgba(40,60,140,0.07);
    border-radius: 18px;
    margin: 2em auto;
    padding: 2.5em 2.5em 2em 2.5em;
    max-width: 620px;
    min-width: 0;
    text-align: left;
    position: relative;
}

.main-quienes h1 {
    color: #1946ad;
    font-size: 2.1em;
    margin-bottom: 0.7em;
    font-weight: 600;
    letter-spacing: -0.02em;
    text-align: center;
    font-family: inherit;
}

.main-quienes p {
    font-size: 1.13em;
    line-height: 1.65;
    color: #232b42;
    margin-bottom: 1.2em;
    text-align: center;
}
.main-quienes strong {
    color: #2563eb;
    font-weight: bold;
}

@media (max-width: 800px) {
    .main-quienes {
        padding: 1.1rem 0.7rem 1.1rem 0.7rem;
        margin: 1.2rem auto;
        max-width: 98vw;
    }
    .main-quienes h1 {
        font-size: 1.3rem;
    }
    .main-quienes p {
        font-size: 1rem;
        text-align: left;
    }
}

footer .quienes{
 text-align: center;
  padding: 1.5rem 0 1rem 0;
  font-size: 1rem;
  background: var(--color-nav-bg);
  color: #999;
  margin-top: auto;
}