.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: 80px;
    padding-bottom: 120px;
    text-align: center;
}

.introduccion .titulo{
    font-family: fuente-1-bold;
}
.introduccion .texto{
    margin-top: 20px;
}
.introduccion .edades{
    margin-top: 30px;
    text-align: center;
}

.introduccion .celda-rango{
    width: 33.33%;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}

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

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

@media only screen and (max-width: 650px) {
    .introduccion .celda-rango{
        width: 50%;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 450px) {
    .introduccion .celda-rango{
        width: 100%;
        margin-bottom: 50px;
    }
}



/*master-class*/

.master-class{
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background: linear-gradient(-120deg,  #651fff,#630780);
    overflow: hidden;
}

.master-class .onda-1{
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 200px;
    transform: translateY(-50%) translateX(-50%);
}
.master-class .onda-2{
    position: absolute;
    bottom: 0px;
    right: 0px;
    display: block;
    width: 200px;
    transform: translateY(50%) translateX(50%);
}

.master-class .titulo{
    text-align: center;
    font-family: fuente-1-light;
}

.master-class .elementos{
    margin-top: 40px;
}

.master-class .imagen{
    width: 50%;
    text-align: left;
}
.master-class .imagen img{
    width: 90%;
    max-width: 450px;
}

.master-class .textos{
    width: 50%;
    color:white;
}

.master-class .subtitulo{
    font-family: fuente-1-bold;
}

.master-class .texto{
    margin-top: 10px;
    line-height: 15px;
    font-size: 15px;
    font-family: fuente-1-light;
}

.master-class .texto img{
    height: 18px;
    position: relative;
    top:3px;
    
}
.master-class .texto-bullet{
    display: inline;
    position: relative;
    margin-left: 5px;
    line-height: 30px;
}

.master-class .boton{
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: linear-gradient(90deg, #fe404e, #fe404e, #ffa301, #ffa301);
    border-radius: 30px;
    margin-top: 30px;
}

.master-class .boton img{
    position: absolute;
    left: -15px;
    top:5px;
    height: 40px;
}

@media only screen and (max-width: 1000px) {
    .master-class .imagen{
        width: 40%;
        position: relative;
        top: 30px;
    }
    .master-class .textos{
        width: 60%;
    }

    .master-class .boton img{
        top:3px;
    }    
}
@media only screen and (max-width: 800px) {
    .master-class .imagen{
        width: 100%;
        top: 0px;
        margin-bottom: 30px;
        text-align: center;
    }
    .master-class .imagen img{
        max-width: 300px;
    }
    .master-class .textos{
        width: 100%;
        max-width: 500px;
        margin:20px auto;
        display: block;
    }
}


.razon{
    padding-top: 80px;
    padding-bottom: 120px;
}

.razon .textos{
    width: 50%;
}

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

.razon .imagen img{
    width: 90%;
    max-width: 450px;
}

.razon .titulo{
    font-family: fuente-1-bold;
}

.razon .texto{
    margin-top: 30px;
}


@media only screen and (max-width: 700px) {
    .razon .textos{
        width: 100%;
        text-align: center;
    }
    .razon .imagen{
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
}

.explicacion h2{
    text-align: right;
    font-family: fuente-1-semibold;
}

.explicacion .texto{
    color: white;
    margin-top: 30px;
    text-align: justify;
    font-family: fuente-1-light;
}

@media only screen and (max-width: 850px) {
    .explicacion .imagen{
        position: relative;
        top: 20px;
    }
    .explicacion .imagen{
        width: 40%;
    }
    .explicacion .textos{
        width: 60%;
    }
}

@media only screen and (max-width: 768px) {
    .explicacion .imagen{
        width: 100%;
        text-align: center;
    }
    .explicacion .textos{
        width: 100%;
        max-width: 450px;
        margin:0 auto;
        display: block;
    }  

    .explicacion .texto{
        text-align: center;
    }

    .explicacion h2{
        text-align: center;
    }
}


/*contacto*/

.contacto{
    padding-top: 80px;
    padding-bottom: 120px;
}

.contacto .imagen{
    width: 50%;
    padding-right: 10px;
    box-sizing: border-box;
}

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

.contacto .contenido{
    width: 50%;
    text-align: center;
}

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

.contacto .boton{
    margin-top: 30px;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 100px;
    background:linear-gradient(90deg, #ffa301, #ffa301, #fe404e, #fe404e);
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: fuente-1-semibold;
}

.contacto h3{
    font-family: fuente-1-semibold;
}

.contacto .telefono{
    color:white;
    
}

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

    .contacto .imagen{
        width: 100%;
        text-align: center;
    }
    .contacto .imagen img{
        max-width: 300px;
    }
    .contacto .contenido{
        width: 100%;
        margin-top: 30px;
    }
}