.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%;
    }
}


/*INTRO*/
.introduccion{
    padding-top: 40px;
}
.introduccion .celda-imagen{
    width: 50%;
}
.introduccion .celda-imagen img{
    width: 100%;
    max-width: 450px;
}
.introduccion .celda-contenido{
    width: 50%;
    position: relative;
    top: 50px;
    padding-left: 30px;
    box-sizing: border-box;
}

.introduccion .celda-contenido img{
    width: 100%;
    max-width: 300px;
}

.introduccion .titulo{
    font-family: fuente-1-bold;
    color:#ff0c82;
    margin-top: 20px;
}

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


@media only screen and (max-width: 768px) {
    .introduccion .celda-contenido{
        top:0px;
    }
}

@media only screen and (max-width: 650px) {

    .introduccion .margenes-laterales{
        display: flex;
        flex-direction: column;
    }
    .introduccion .celda-imagen{
        width: 100%;
        text-align: center; 
        order: 2;
        margin-top: 30px;
    }
    .introduccion .celda-imagen img{
        max-width: 300px;
    }
    .introduccion .celda-contenido{
        width: 100%;
        padding-left: 0px;
    }
    .introduccion .celda-contenido{
        text-align: center;
    }

}

/*METODOS*/

.metodos{
    padding-top: 50px;
    position: relative;
    margin-top: 50px;
    z-index: 2;
}

.metodos h2{
    text-align: center;
    font-family: fuente-1-bold;
    color:#651fff;
}

.metodos .subtitulo{
    text-align: center;
}

.metodos .elementos{
    margin-top: 20px;
}

.metodos .celda-metodo{
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.metodos .celda-metodo .visual{
    background-color: #F5F5F5;
    border-radius: 50px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 130px;
}

.metodos .celda-metodo .contenedor-imagen{
    width:100px;
    position: absolute;
    left: 20px;
    top: 20px;
}

.metodos .contenedor-imagen img{
    width: 100%;
}

.metodos .celda-metodo h3{
    font-family: fuente-1-light;
    color:#651fff;
    text-align: center;
}

.metodos .celda-metodo .bullet{
    position: absolute;
    width: 15px;
    top: 0px;
    left: -20px;
}

.metodos .celda-metodo .texto{
    margin-top: 10px;
    padding-right: 20px;
    position: relative;
    left: 20px;
    font-family: fuente-1-light;
}

.metodos .contenedor-fondo{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: -1;
}

.metodos .contenedor-fondo img{
    width: 100%;
    max-width: 900px;
    position: relative;
    top: -50px;

}

@media only screen and (max-width: 1000px) {
    .metodos .celda-metodo .contenedor-imagen{
        width: 60px;
    }
    .metodos .celda-metodo .visual{
        padding-left: 75px;
    }
}

@media only screen and (max-width: 768px) {
    .metodos .celda-metodo .visual{
        padding-left: 20px;
    }

    .metodos .celda-metodo .contenedor-imagen{
        position: relative;
        top: 0px;
        left: 0px;
        text-align: center;
        width: 100%;
    }
    .metodos .celda-metodo .contenedor-imagen img{
        width: 100px;
    }
}


@media only screen and (max-width: 650px) {
    .metodos .celda-metodo .contenedor-imagen img{
        width: 70px;
    }
    .metodos .celda-metodo{
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media only screen and (max-width: 550px) {
    .metodos .celda-metodo{
        width: 100%;
        max-width: 400px;
        display: block;
        margin:30px auto;
    }
}


.clases-en-linea{
    position: relative;
    z-index: 2;
    margin-top: 120px;
    padding-top: 80px;
    padding-bottom: 100px;
    text-align: center;
    background: linear-gradient(-30deg, #fe404e,  #fe404e,#ffa301,#ffa301);
    overflow: hidden;
}

.clases-en-linea h2{
    color:#00FDFE;
}

.clases-en-linea .onda-1{
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 300px;
    transform: translateY(-50%) translateX(50%);
}
.clases-en-linea .onda-2{
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    width: 300px;
    transform: translateY(50%) translateX(-50%);
}
.clases-en-linea .subtitulo{
    font-family: fuente-1-semibold;
    margin-top: 10px;
    color:#651fff;
}

.clases-en-linea .elementos{
    margin-top:30px;
    color:#651fff;
}

.clases-en-linea .elemento{
    width: 33.33%;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right:10px;
    font-family: fuente-1-semibold;
}
.clases-en-linea .elemento div{
    display: inline;
}
.clases-en-linea .bullet img{
    width: 15px;
    margin-right: 5px;
}

.clases-en-linea .celda-texto{
    line-height: 15px;
}

@media only screen and (max-width: 768px) {
    .clases-en-linea .elemento{
        width: 50%;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 550px) {
    .clases-en-linea .elemento{
        width: 100%;
    }
    .clases-en-linea .elementos{
        text-align: left;
        max-width: 350px;
        margin:30px auto;
    }
}



.neurociencias{
    padding-top: 80px;
}

.neurociencias h2{
    padding-left: 30px;
    padding-right: 30px;
    background: linear-gradient(90deg, #ffa301,#ffa301,#fe404e,  #fe404e);
    padding-top: 10px;
    padding-bottom: 10px;
    color:white;
    font-family: fuente-1-semibold;
    border-radius: 50px;
    display: inline-block;

}

.neurociencias .elementos{
    margin-top: 30px;
    padding-bottom: 40px;
}

.neurociencias .elemento{
    width: 33.33%;
    padding-left: 120px;
    box-sizing: border-box;
}
.neurociencias .elemento img{
    position: absolute;
    left: 5px;
    top:5px;
    width: 100px;
}
.neurociencias h3{
    font-family: fuente-1-semibold;
    color:#ff0c82;
}
.neurociencias .texto{
    margin-top:10px;
    font-family: fuente-1-light;
}

@media only screen and (max-width: 1150px) {
    .neurociencias .elemento{
        padding-left: 90px;
    }
    .neurociencias .elemento img{
        width: 80px;
    }
}

@media only screen and (max-width: 1000px) {
    .neurociencias .elementos{
        text-align: center;
    }
    .neurociencias .elemento{
        width:100%;
        max-width: 300px;
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 500px) {
    .neurociencias .elemento{
        margin-left: 0px;
        margin-right: 0px;
    }
}



.programa{
    padding-top: 40px;
}


.programa .celda-texto{
    width: 50%;
}
.programa .titulo{
    font-family: fuente-1-light;
}

.programa .elementos{
    margin-top: 20px;
}

.programa .elemento{
    width: 50%;
    margin-bottom: 20px;
}
.programa .elemento{
}

.programa .subtitulo.rosa{
    color:#ff0c82;
}
.programa .subtitulo.morado{
    color:#651fff;
}

.programa .subtitulo.naranja{
    color:#ed4d47;
}

.programa .subtitulo.amarillo{
    color:#fdc202;
}

.programa .celda-imagen {
    width: 50%;
    box-sizing: border-box;
    padding-left: 30px;
}

.programa .celda-imagen img{
    width: 100%;
    max-width: 450px;
}

.programa .horarios{
    margin-top: 20px;
}


@media only screen and (max-width: 768px) {
    .programa .celda-imagen{
        width: 40%;
    }
    .programa .celda-texto{
        width: 60%;
    }
    .programa .celda-imagen{
        padding-left: 0px;
    }
}

@media only screen and (max-width: 600px) {
    .programa .celda-imagen{
        width: 100%;
    }
    .programa .celda-texto{
        width: 100%;
        text-align: center;
    }

    .programa .celda-imagen{
        text-align: center;
    }

    .programa .celda-imagen img{
        max-width: 300px;
        margin-top: 30px;
    }    
}


.horarios .plasta{
    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;
}   

.horarios .texto-horarios{
    margin-top: 20px;
}


.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;
}

.diagnostico .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;
    }
}
