.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, #ff0e02, #ffAd32, #ffAd32);
    -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:30%;
        width: 70%;
        left: 30%;
    }
    .banner .titulo{
        font-size: 40px;
    }
    .banner .texto{
        font-size: 20px;
    }
}

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

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


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



.cta{
    padding-top:60px;
    position: relative;
    overflow: hidden;
}
.cta .onda-2{
    position: absolute;
    top:0px;
    right: 0px;
    width: 27%;
    transform: translateY(-80%);
}

.cta .onda-1 img{
    height: 100%;
    display: block;
}

.cta .imagen{
    width: 50%;
    box-sizing: border-box;
}
.cta .imagen img{
    width: 100%;
    max-width: 400px;
}

.cta .textos{
    width: 50%;
    box-sizing: border-box;
    padding-top:60px;
    padding-left: 30px;
}

.cta .textos h2{
    font-family: fuente-1-bold;
    color:#651fff;
    margin-bottom: 10px;
}

@media only screen and (max-width: 900px) {
    .cta .onda-2{
        right: 0px;
        width: 34.5%;
        transform: translateY(-80%);
    }

}

@media only screen and (max-width: 768px) {
    .cta .imagen img{
        max-width: 300px;
    }
    .cta .textos{
        padding-top: 10px;
    }


}

@media only screen and (max-width: 650px) {
    .cta .onda-2{
        right: 0px;
        width: 55%;
        transform: translateY(-80%);
    }

}

@media only screen and (max-width: 500px) {
    .cta .imagen{
        width: 100%;
        text-align: center;
        order: 2;
        padding-top: 40px;
    }
    .cta .textos{
        width: 100%;
        padding-left: 0px;
        text-align: center;
        
    }

    .cta .margenes-laterales{
        display: flex;
        flex-direction: column;
    }
}

.paises{
    margin-top:80px;
    padding-bottom: 150px;
    position: relative;
}


.paises .onda-1{
    position: absolute;
    top: 0px;
    height:400px ;
    transform: translateX(-50%);
}
.paises .onda-1 img{
    height: 100%;
}


.paises .onda-2 img{
    width: 100%;
}
.paises .titulo{
    color:#ff0c82;
    font-family: fuente-1-bold;
}
.paises .texto{
    margin-top:20px;
    font-family: fuente-1-light;
}

.paises .banderas{
    margin-top:30px;
}
.paises .banderas .elemento{
    margin-left: 10px;
    margin-right: 10px; 
}

.paises .banderas .celda{
    width:250px;
    box-sizing: border-box;  
}
.paises .banderas .visual{
    background-color: #EAEAEA;
    border-radius: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 30px; 
}

.paises .banderas .bandera{
    width:80px;


}
.paises .banderas .bandera img{
    width: 100%;
    display: block;
    position: relative;
    left: -10px;
}
.paises .banderas .nombre-pais{
    width:120px;
    color:#ff0c82;
    line-height: 60px;
    font-family: fuente-1-light;
}

.trayectoria{
    margin-top: 30px;
    padding-bottom: 100px;
    position: relative;
}

.trayectoria .celda-info{
    width: 60%;
    box-sizing: border-box;
    padding-right: 50px;
}

.trayectoria .celda-imagen{
    width: 40%;
    box-sizing: border-box;
}

.trayectoria .celda-info .interno{
    max-width: 500px;
    text-align: center;
    display: inline-block;
}

.trayectoria .celda-info{
    text-align: right;
}

.trayectoria .celda-info .titulo{
    font-family: fuente-1-semibold;
}

.trayectoria .celda-info .texto{
    max-width: 600px;
    margin:10px auto;
}

.trayectoria .datos .celda-historia{
    width: 50%;
}



.trayectoria .boton{
    display: inline-block;
    padding-left: 30px;
    padding-right: 10px;
    border-radius: 30px;
    margin-top: 30px;
    line-height: 60px;
}

.trayectoria .boton-usuarios{
    background: linear-gradient(90deg, #630780,  #fe404e);
}

.trayectoria .boton-anios{
    background: linear-gradient(90deg, #fe404e,  #ffa301);
}

.trayectoria .boton img{
    position: absolute;
    left: -15px;
    top: 10px;
    height: 40px;
}

.trayectoria .celda-numero{
    font-family: fuente-1-bold;
    color:white;
    font-size: 60px;
    
}

.trayectoria .celda-dato{
    padding-left: 10px;
}

.trayectoria .descripcion{
    max-width: 250px;
    margin:10px auto;
}

.trayectoria .celda-imagen img{
    width: 100%;
}
.trayectoria .onda-2{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width:400px ;
    transform: translateY(60%);
}

.trayectoria .onda-2 img{
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .trayectoria .celda-numero{
        font-size: 40px;
    }
}

@media only screen and (max-width: 650px) {
    .trayectoria .celda-info{
        padding-right: 5px;
    }
}
@media only screen and (max-width: 650px) {
    .trayectoria .celda-info{
        padding-right: 0px;
        width: 100%;
        margin-bottom: 20px;
    }

    .trayectoria .celda-imagen{
        width: 100%;
    }
    .trayectoria .celda-imagen img{
        max-width: 300px;
    }
}


.milena{
    padding-top: 80px;
    padding-bottom: 80px;
    background: -webkit-linear-gradient(-45deg,#ffa301,#ffa301, #ff0c82, #ff0c82);
    color:white;
}

.milena .celda-imagen{
    width: 50%;
    box-sizing: border-box;
    padding-right: 30px;
    text-align: center;
}

.milena .celda-info{
    width: 50%;
    box-sizing: border-box;
    padding-left: 30px;

}

.milena .celda-imagen .imagen-milena{
    width: 100%;
    max-width: 350px;
}

.milena .boton{
    display: inline-block;
    padding-left: 30px;
    padding-right: 10px;
    border-radius: 30px;
    line-height: 60px;
    margin-top: 40px;
}

.milena .boton-seguidores{
    background: linear-gradient(90deg, #630780,  #00E2FF);
}

.milena .boton img{
    position: absolute;
    left: -15px;
    top: 10px;
    height: 40px;
}

.milena .celda-numero{
    font-family: fuente-1-bold;
    color:white;
    font-size: 60px;
    
}

.milena .celda-dato{
    padding-left: 10px;
}

.milena .descripcion{
    max-width: 250px;
    margin:10px auto;
}


.milena .celda-seguidores{
    padding-top: 5px;
    margin-top: 40px;
}

.milena .celda-boton{
    width:60%;
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
}

.milena .celda-seguidores{
    width: 40%;
    font-family: fuente-1-light;
}

.milena .titulo{
    font-family: fuente-1-semibold;
}
.milena .subtitulo{
    font-family: fuente-1-bold;
    margin-top: 30px;
}

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


@media only screen and (max-width: 1000px) {
    .milena .celda-boton{
        width: 100%;
        text-align: center;
    }
    .milena .celda-seguidores{
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .milena .celda-info{
        position: relative;
        top: 50px;
    }
}

@media only screen and (max-width: 768px) {
    .milena .celda-info{
        top: 0px;
        padding-left: 0px;
    }
}

@media only screen and (max-width: 600px) {
    .milena .celda-imagen{
        width: 100%;
    }
    .milena .celda-info{
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }

}

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

.programas .titulo{
    font-family: fuente-1-semibold
}

.programas .elementos{
    margin-top: 50px;
}

.programas .elemento{
    width: 33.33%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.programas .elemento .visual{
    background-color: #F2F2F2  ;
    padding:20px;
    border-radius: 40px;
}

.programas .elemento img{
    width: 100%;
    max-width: 250px;
}

.programas .descripcion{
    font-family: fuente-1-light;
    margin-top: 50px;
}

.programas .boton{
    margin-top: 20px;
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: linear-gradient(90deg, #ff7c00, #00fdfe);
    font-family: fuente-1-semibold;
    border-radius: 50px;
    cursor: pointer;
}

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

    .programas .elemento{
        padding-left: 10px;
        padding-right: 10px;
    }    
}

@media only screen and (max-width: 768px) {
    .programas .elemento{
        width: 50%;
        max-width: 300px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 550px) {
    .programas .elemento{
        width: 100%;
    }
}


.testimonios{
    padding-bottom: 120px;
    text-align: center;
}

.testimonios .contenido{
    margin-top: 20px;
}

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

.testimonios .subtitulo{
    font-family: fuente-1-light;
}

.testimonios .texto{
    margin-top: 15px;
}

.testimonios .celda-info{
    width: 50%;
    box-sizing: border-box;
    padding-right: 30px;
    position: relative;
    top:80px;
}

.testimonios .celda-video{
    width: 50%;
    box-sizing: border-box;
    padding-left: 40px;
}

@media only screen and (max-width: 1000px) {
    .testimonios .celda-info{
        top:0px;
        padding-right: 0px;
    }
}
@media only screen and (max-width: 600px) {


    .testimonios .celda-info{
        width: 100%;
    }

    .testimonios .celda-video{
        width: 100%;
        max-width: 350px;
        margin-top: 30px;
    }
}


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