html, body {
    margin: 0;
    font-family: "Red Hat Display", sans-serif;
    overflow-x: hidden;
    position: relative;
  }
/*HEADER*/
header{
    display: flex;
    justify-content: center;

}
h2{
    color: #4A4A4A;
}
h3{
    color: #0A0F2C ;
}
#menu{
    display: none;
}
.container-header{
    width: 100%;
    display: flex;
    justify-content: center;
    position: fixed;
    z-index: 4;
}
.menu-superior{
    margin: 0 auto;
    width: 70%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    
    
}
.img-superior{
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
}
.img-superior img{
    width: 70%;
    height: auto;
    padding-top: 30px;
}

.opciones-superior{
    width: 70%;
    padding: 0;
    display: flex;
    align-items: center;
    gap:30px;
    list-style-type: none;
    justify-content: center;
    color: #0A0F2C;
    font-size: 16px;
    font-weight: 500;
    font-family: "Red Hat Display", sans-serif;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: underline;

}
a:visited{
text-decoration: none;
color: black;
}
.contenedor-opciones{
    display: flex;
    width: 67%;
    gap: 10px;
}
.botones-superior{
    width: 50%;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.botones-su{
width: 100%;
height: max-content;
text-align: center;
border-radius: 12px;
padding: 12px 16px;
font-weight: 500;
border: 0;
font-size: 16px;
font-family: "Red Hat Display", sans-serif;
}
.botones-su.b1{
    background-color: rgb(255, 255, 255);
}
.botones-su.b2{
    background-color: #32b36a;
    color: white;
}

footer h2{
    color: white;
}
/*Cuerpo de la pagina*/

section{
    width: 100%;
}

/*introduccion*/
.introduccion{
    width: 100%;
    display: flex;
    height: 670px;
}
.introduccion-txt{
    width: 46%;
    display: flex;
    align-items: center;
    justify-content: right;
}
.contenedor-introduccion{
    width: 57%;
    margin-right: 10%;
}
.titulo-introduccion{
    font-family: "Red Hat Display", sans-serif;
    font-size:2.3rem;
    line-height: 62px;
    color: #0A0F2C;
}
.subtitulo-introduccion{
    font-family: "Red Hat Display", sans-serif;
    font-weight: 204;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #4A4A4A;
}

.img-introduccion{
    width: 53%;
    
}
.img-introduccion img{
    width: 100%;
    height: 90%;
    object-fit: cover;
    object-position: left;
    border-bottom-left-radius: 100px;
}
.botones-introduccion {
    display: flex;
    gap: 20px;
}

.botones-in{
    border: 0;
    color: white;
    text-align: center;
    border-radius: 12px;
    min-width: 208px; /*REVISION*/
    padding: 12px 16px;
    font-weight: 500;
    transition: all .2s ease-in-out;
    font-size: 16px;
    font-family: "Red Hat Display", sans-serif;
    cursor: pointer;
}
.botones-in.bt1:hover,.botones-in.bt2:hover,.botones-in.funciona:hover{
    
    filter: brightness(95%);
    text-decoration: none;
    transform: translateY(-2px);
}
.botones-in.bt1{
    background-color: #0A0F2C;
    
}
.botones-in.bt2{
    background-color: #00C2FF;
}
.botones-in.bt1:hover{
    background-color: #1D2748;
}

/*VERIFICACIONES*/

.contenedor-verificaciones{
    width: 50%;
    height: 200px; /*REVISION POR ANCHO*/
    margin: 0 auto;
    display: flex;
    justify-content: center;
    justify-content: space-between;
}
.contenedor-verificaciones div{
    text-align: left;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 20px;
    font-weight: 500;
}

/*¿COMO FUNCIONA?*/
.contenedor-funciona{
    width: 70%;
    margin: 0 auto;
    display: flex;
    gap: 30px;
    margin-bottom: 5%;
}
.contenedor-funciona div{
    flex: 1;
}

.funciona-txt h2{
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #4A4A4A;
    
}
.funciona-txt h3{
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    margin-top: 1%;
    color: #0A0F2C ;
}
.funciona-txt p{
    color:#444444;
    margin-top: 1%;
    font-weight: 300;
    text-align: justify;
}
.botones-in.funciona{
    background-color: #1D2748;
    color: white;
}
.funciona-img{
    display: flex;
    align-items: center;
}
.funciona-img img{
    width: 100%;
    height: 95%;
}

/*en numeros*/
.contenedor-ennumeros{
    background-color: #f8fafc;
    width: 100%;
    height: 950px;
    display: flex;
    align-items: center;
}
.resultados{
    width: 70%;
    margin: 0 auto;
}
.resultados h2{
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #4A4A4A;
}
.resultados h3{
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
    margin-top: 1%;
    color: #0A0F2C ;
}
.cuadro-numeros{
    width: 80%;
    margin: 0 auto;
    
}
.cuadros{
    border-radius: 50px;
    width: 150px;
    max-width: 100%;
    height: 180px;
    max-height: 100%;
    padding-left:1em ;
    padding-right: 1em;
    overflow: visible;
}
.cuadros h1{
    color:white;
    text-align: center;
    font-size: 2rem;
}
.cuadros p{
    color: white;
    text-align: center;
    font-size: 0.875rem;
    margin-top: -4%;
}
.foto{
    border-radius: 50%;
    width: 180px;
    height: 180px;
}

.fila1{
    display: flex;
    justify-content: right;
}
.fila2,.fila3{
    display: flex;
    justify-content: center;
}
.cuadros.verde{
    background-color: #38c574;
}
.cuadros.azul{
    background-color: #4b92f6;
}
.cuadros.morado{
    background-color: #8e42d5;
}


/*PRENSA*/
.contenedor-prensa{
    width: 70%;
    margin: 0 auto;
    margin-bottom: 60px;
}
.contenedor-prensa h2{
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #4A4A4A;
}
.contenedor-prensa h3{
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
    margin-top: 1%;
    color: #0A0F2C ;
}
.prensa{
    display: flex;
    gap: 20px;
}
.tarjeta-prensa{
    width: 65%;
    border-radius: 20px;
    background-color: #f2f5f7;
    padding: 30px;
}
.tarjeta-prensa img{
    height: 60px;
}
.tarjeta-prensa p{
    font-size: 20px;
    line-height: 32px;
    
    padding-bottom: 1.5em;
    font-weight: 350;
}
.final-prensa{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.final-prensa span{
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2px;
    color: #9a9b9b;
    text-align: left;
}
.final-prensa a{
    text-decoration: none;
    color: #62a1f7;
    cursor: pointer;
}
.final-prensa a:hover{
    filter: brightness(80%);
    text-decoration: underline;
}
.video-prensa{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.video-prensa span{
    margin-top: 8px;
    font-weight: 350;
    letter-spacing: 1px;
}
.video-prensa p{
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2px;
    color: #9a9b9b;
    text-align: left;
}


/*SLIDER*/
.contenedor-slider{
    width: 100%;
    margin:  auto;
    
}
.slider{
    display: flex;
    width: 70%;
    margin: 0 auto;
    gap: 10%;
    overflow-x: scroll;
}

.tarjeta-slider{
    min-width: 150px;
    padding: 20px;
    height: max-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.encabezado-tarjeta{
    text-align: center;
}
.encabezado-tarjeta p{
 margin-top: -2px;
 width: 100%;
 color:#444444;
 
}

.encabezado-tarjeta img{
    height: 60px;
}
.fecha{
    text-align: center;
}
.fecha p{
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2px;
    color: #9a9b9b;
}
.fecha a{
    text-decoration: none;
    color: #62a1f7;
    cursor: pointer;
}

/*testimonios*/
.contenedor-testimonios{
    width: 100%;
    height: 750px;
    background-image: url("/img/cuadro.png");
    background-position: 64vw 0;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
}
.testimonios-txt, .testimonios-img{
    width: 50%;
    height: 100%;
}
.testimonios-txt{
    display: flex;
    align-items: center;
    justify-content: center;
}
.texto-testimonio{
    width: 40%;
}
.contenido-testimonio{
    color: #444444;
    margin-top: -1%;
}

.texto-testimonio h2{
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #4A4A4A;
    
}
.texto-testimonio h3{
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
    margin-top: 1%;
    color: #0A0F2C ;
}
.botones-in.testimonio{
    margin-top: 8%;
    background-color: #0A0F2C;
}

.botones-in.testimonio:hover{
    filter: brightness(80%);
}
.circulo-testimonios{
    width: 512px;
    height: 512px;
    border-radius: 50%;
    background-color: #b5cff3;
    position: absolute;
    margin-left: 30%;
    margin-top: 10%;
    box-sizing: border-box;
    z-index: 1;
}

.foto-testimonio{
    width: 475px;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    margin-top: 15%;
}
.foto-testimonio img{
    width: 100%;
}
.nombre-testimonio{
    position: absolute;
    top: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: right;
}
.cuadro-nombre{
    object-fit: fill;
    width: 140px;
    height: 113px;
    padding-top: 1.2em;
    padding-left: 1.3em;
    background-color: #ffffff;
    color: rgb(0, 0, 0);

}
.cuadro-nombre p{
    font-size: 12px;
    letter-spacing: 2px;
}

/*PREGUNTAS FRECUENTES*/
.contenedor-preguntas{
    width: 70%;
    margin: 0 auto;
    margin-top: 4%;
    display: flex;
    margin-bottom: 20px;
}
.preguntas-txt,.preguntas{
    width: 50%;
}
.preguntas{
    display: flex;
    align-items: start;
    gap: 20px;
}
.listado-preguntas h1{
  font-size: 18px;
}
.listado-preguntas ul{
    list-style-type: none;
    padding: 0;
    line-height: 4;
    margin-bottom: 18%;
}
.preguntas-txt h2{
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #4A4A4A;
}
.preguntas-txt h3{
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
    margin-top: 1%;
    color: #0A0F2C;
}
.botones-in.preguntas{
    background-color: #0A0F2C;
 justify-content: center;
}

/*PROMOCION */

.contenedor-promocion{
    width: 72%;
    margin: 0 auto;
    display: flex;
}
.logo-direccion,.redes,.descarga{
    width: 33.3%;
}
.logo-direccion p{
    font-size: 14px;
    font-weight: 100;
}

.iconos{
    display: flex;
    gap: 30px;
    margin-top: 4%;
}
.redes h2,.descarga h2{
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
}
.iconos-descarga{
    display: flex;
    gap: 30px;
    margin-top: 4%;
}


/*FOOTER*/
.contenedor-footer{
    width: 70%;
    margin: 0 auto;
    color: white;
}
.fila-superior{
    display: flex;
    padding-top: 8%;
}
.fila-superior div{
    flex: 1;
}
.fila-superior div > h2{
    font-size: 12px;
    margin-bottom: 1em;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
}
.fila-superior ul{
    list-style-type: none;
    padding: 0;
    margin-top: 15%;
    font-size: 14px;
}
.fila-superior ul > li{
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    font-weight: 400;
}

.fila-superior img{
    width: 50%;
}

.terminos{
    font-size: 12px;
    color: white;
    border-top: 1px solid #ccc;
    text-align: justify;
}
.terminos a{
    color: #4b92f6;
}

.terminosycondiciones {
    display: flex;
    gap: 40px;
    height: 50px;
    padding-bottom: 5%;
}
.derechos{
    width: 38%;
    font-size: 13px;
    display: flex;
    align-items: baseline;
}
.aviso{
    font-size: 12.5px;
    display: flex;
    gap: 15px;
    font-weight: 600;
    align-items: center;
}

#movil{
    display: none;
}


@media (max-width:799px) {
    .menu-superior{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .img-superior{
        width: 100%;
        height: 100px;
        display: flex;
        background-color: white;
        display: flex;
        padding-top:5%;
        justify-content: space-between;
    }
    .img-superior img{
        width: 50%;
        padding: 0;
    }
    #menu{
        display: flex;
        font-size: 4rem;
        padding-right: 10px;
    }
    .img-superior span{
        display: flex;
        justify-content: right;
        font-size:2.5rem;
        margin-left: 10%;
    }
    .contenedor-opciones{
        width: 100%;
        display: none;
        flex-direction: column;
        background-color: white;
        padding-top: 5%;
        border-bottom: 0.5px solid #ccc;
    }
    #menu{
        color: black !important;
        cursor: pointer;
    }
    .opciones-superior{
        
        display: flex;
        flex-direction: column;
        align-items:flex-start;
        padding-left: 20px;
        width: 100%;
        margin-top: 10%;
        
    }
    .opciones-superior li{
        border-bottom:1px solid #ccc;
        width: 90%;
    }
    .botones-superior{
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 30px;
        margin-top: 10%;
        padding-bottom: 30px;
    }
    .botones-superior button{
        width: 50%;
    }
    .introduccion{
        width: 100%;
        flex-direction: column-reverse;
    }
    .titulo-introduccion{
        width: 100%;
        font-size: 20px;
        line-height: 1;
        text-align: center;
    }
    .img-introduccion{
        width: 100%;
        height: 300px;
        justify-content: space-between;
    }
    .contenedor-introduccion{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
    .introduccion-txt{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .subtitulo-introduccion{
        width: 100%;
        text-align: center;
    }
    .botones-introduccion{
        flex-direction: column;
    }
    .contenedor-verificaciones{
        width: 100%;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .funciona-txt br{
        display: none;
    }
    .contenedor-funciona{
        display: flex;
        flex-direction: column;
    }
    .contenedor-ennumeros{
        display: none;
    }
    .cuadro-numeros{
        display: none;
    }
    .contenedor-prensa{
        width: 90%;
        padding-top: 10%;
    }
    .prensa{
        
        display: flex;
        flex-direction: column;
    }
    .tarjeta-prensa{
        width: 90%;
        padding: 20px;
    }
    .video-prensa iframe{
        width: 100%;
    }
    .contenedor-testimonios{
        width: 100%;
        flex-direction: column-reverse;
        height: max-content;
    }
    .testimonios-img{
        width: 100%;
        margin: 0 auto;
    }
    .foto-testimonio{
        width:100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
    .foto-testimonio img{
        width: 80%;
    }
    .nombre-testimonio{
        display: flex;
        justify-content: left;
    }
    .cuadro-nombre{
        width: 30%;
        text-align: left;
    }
    .circulo-testimonios{
        width: 200px;
        height: 200px;
    }

    .testimonios-txt{
        width: 100%;
        margin-top: 20px;
    }
    .texto-testimonio{
        margin-top: 10%;
        width: 70%;
        margin-bottom: 10%;
    }

    .contenedor-preguntas{
        display: flex;
        flex-direction: column;
    }
    .preguntas-txt h2{
        font-size: 12px;
    }
    .preguntas-txt h3{
        font-size: 30px;
    }
    .preguntas img{
        width: 50px;
        height: 50px;
    }
    .listado-preguntas ul{
        font-size: 15px;
        line-height: 2.5;
    }
    .contenedor-promocion{
        flex-direction: column;
        text-align: center;
        padding: 0;
        margin: 0;
        width: 90%;
    }
    .contenedor-promocion div{
        width: 100%;
    }
    .iconos, .iconos-descarga{
        display: flex;
        justify-content: center;
    }
    #movil{
        display: block;
    }
    #PC{
        display: none !important;
    }
    footer{
        height: max-content;
    }

    .fila-superior {
        display: block;
        height: auto;
      }
  
      .fila-superior > div {
        border-bottom: 1px solid #ddd;
      }
  
      .accordion-title {
        cursor: pointer;
        padding-top:10% ;
        font-size: 1.1em;
        background-color: none;
      }
  
      .accordion-content {
        display: none;
    
      }
  
      .accordion-title.active + .accordion-content {
        display: block;
      }

      .terminosycondiciones{
        display: flex;
        flex-direction: column;
        width: 100%;
      }
      .terminosycondiciones div{
        width: 100%;
      }
      .aviso{
        display: flex;
        flex-direction: column;
        text-align: center;
      }
}
