.banner{
    position: relative;
}


.banner img{
    display: block;
    width: 100%;
}

.banner .contenido{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.banner .textos{
    position: absolute;
    left: 10%;
    top: 25%;
    width: 50%;
}

.banner .titulo{
    font-family: fuente-1-semibold;
    background: -webkit-linear-gradient(0deg, #740184, #00E2FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;    

}

.banner .texto{
    margin-top: 20px;
    font-family:fuente-1-light;
    text-align: left;
    max-width: 80%;
}

@media only screen and (max-width: 1350px) {
    .banner .textos{

    }
}
@media only screen and (max-width: 1150px) {
    .banner .textos{
        top:25%;
        left: 20%;
    }
}

@media only screen and (max-width: 1000px) {
    .banner .textos{
        top:25%;
    }
}
@media only screen and (max-width: 900px) {
    .banner .textos{
        top:25%;
        left: 15%;
    }
    .banner .texto{
        margin-top: 10px;
    }
}

@media only screen and (max-width: 700px) {
    .banner .textos{
        top:30%;
    }
}

@media only screen and (max-width: 650px) {
    .banner .textos{
        top:25%;
        width: 70%;
        left: 15%;
    }
    .banner .titulo{
        font-size: 40px;
    }
    .banner .texto{
        font-size: 20px;
    }
}

@media only screen and (max-width: 650px) {
    .banner .textos{
        top:18%;
    }
}

@media only screen and (max-width: 475px) {
    .banner .titulo{
        font-size: 35px;
    }
    .banner .texto{
        font-size: 18px;
    }
    .banner .textos{
        top:18%;
    }
}


@media only screen and (max-width: 400px) {
    .banner .titulo{
        font-size: 25px;
    }
    .banner .texto{
        font-size: 15px;
    }
    .banner .textos{
        top:18%;
    }
}



.diagnostico{
    padding-top: 100px;
    padding-bottom: 100px;
}

.diagnostico .imagen{
    width: 50%;
    text-align: right;
}


.diagnostico .imagen img{
    width:100%;
    max-width: 250px;
}

.diagnostico h2{
    font-family: fuente-1-semibold;
    color:#ff0c82;
}

.diagnostico .textos{
    width: 50%;
    padding-left: 30px;
    box-sizing: border-box;
    max-width: 400px;
}

.diagnostico .texto{
    margin-top: 10px;
}

.boton {
    margin-top: 25px;
    cursor:pointer;
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    color:white;
    font-family: fuente-1-semibold;
    background: linear-gradient(90deg, #ffa301,#ffa301,#fe404e,  #fe404e);
    border-radius: 50px;
}

@media only screen and (max-width: 550px) {
    .diagnostico .imagen{
        width: 40%;
    }
    .diagnostico .textos{
        width: 60%;
    }
}

@media only screen and (max-width: 450px) {
    .diagnostico .imagen{
        width: 100%;
        text-align: center;
    }
    .diagnostico .imagen img{
        max-width: 200px;
        margin-bottom: 30px;
    }
    .diagnostico .textos{
        width: 100%;
        text-align: center;
    }
}


.dinamico-lectura, .dinamico-preguntas, .dinamico-resultados{
    display: none;
}

.titulo-lectura{
    font-family: fuente-1-bold;
}
.cronometro{
    text-align: right;
    font-family: fuente-1-semibold;
}

.contenedor-pregunta{
    margin-bottom: 50px;
}

.texto-pregunta{
    margin-bottom: 15px;
}

.celda-resultado{
    width: 50%;
    text-align: center;
}

.texto-subtitulo-resultado{
    font-family: fuente-1-semibold;
}

.dinamico-resultados .subtitulo{
    margin-top:10px;
}

.celda-formulario{
    width: 33.33%;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}
.celda-formulario input{
    width: 100%;
    border:1px solid #888;
    height: 30px;
    box-sizing: border-box;

}

.celda-formulario[data-campo="nombre"]{
    width:100%;
}

.contenedor-error-contacto{
    text-align: center;
    font-family: fuente-1-semibold;
}