.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{
    margin-top:60px;
}

.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:100px;
    padding-left: 30px;
}

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

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

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


.contacto{
    padding-top: 100px;
    text-align: center;
    padding-bottom: 50px;
}

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

.contacto .celda-imagen .titulo-cta{
    font-family: fuente-1-semibold;
    color: #630780;
}
.contacto .celda-imagen .subtitulo-cta{
    color: white;
    font-family: fuente-1-bold;
}


.contacto .titulo{
    font-family: fuente-1-bold;
    font-weight: 100; 
    background: -webkit-linear-gradient(0deg, #850182, #850182, #FF0387, #FF0387);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contacto .subtitulo{
    padding-left: 150px;
    padding-right: 150px;
    font-family: fuente-1-light;
    font-weight: 100; 
    text-align: center;
    color: #630780;
    margin-bottom: 50px;

}

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

.contacto .celda-formulario{
    
    width:50%;
    box-sizing: border-box;
    background-color: #F0F0F0;
    border-radius: 30px;
    padding:20px;
    text-align: left;
    
}

.contacto .hint{
    font-weight: 200;
    color: #651fff;
    font-family: fuente-1-light;
}

.contacto input, .contacto textarea{
    width:100%;
    height: 30px;
    border:none;
    border-radius: 10px;
    background-color: white;
    margin-bottom: 20px;
}

.celda-habilidades .checks{
    border: none;
    border-radius: 10px;
    background-color: white;
}
input[type="checkbox"]{
    width:20px;
    height: 20px;
}



.contacto textarea{
    height: 100px;
}

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


.contacto .contenedor-telefono{
    box-sizing: border-box;
    width: 50%;
    padding-left: 10px;
}

.contacto .celda-habilidades{
    width:33.33%;
}


.contacto .contenedor-boton{
    margin-top:10px;
    text-align: right;
}

.contacto .boton{
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 50px;
    background: linear-gradient(90deg, #ff5340,#ff9903);
    color:white;
    font-family: fuente-1-semibold;
    border-radius: 40px;
    cursor:pointer;
}

.contacto .contenedor-cta{
    margin-top:20px;
    text-align: center;
}

.contacto .cta{
    display: inline-block;
    border-radius: 40px;
    padding-right: 70px;
    padding-left: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
    color:white;
    background: linear-gradient(90deg, #ff5340,#ff9903);
    cursor:pointer;

}


@media only screen and (max-width: 1150px) {
    .contacto .celda-formulario{
        width:55%;
    }
    .contacto .celda-imagen{
        padding-left: 10px;
        width:45%;
    }
}   

@media only screen and (max-width: 1000px) {
    .contacto .subtitulo{
        padding-left: 0px;
        padding-right: 0px;
    }

}

@media only screen and (max-width: 900px) {
    .contacto .celda-imagen{
        position: relative;
        top:30px;
    }

    .contacto .celda-habilidades{
        width:100%;
    }
}

@media only screen and (max-width: 768px) {
    .contacto  .contenedor-telefono, .contacto  .contenedor-edad{
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .contacto .celda-formulario{
        width: 50%;
    }
    .contacto .celda-imagen{
        width:50%;
    }
    .contacto .celda-imagen{
        top:80px;
    }
    
    .contacto .subtitulo{
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 600px) {
    .contacto .celda-formulario{
        width:100%;
        max-width: 400px;
    }
    .contacto .celda-imagen{
        width:100%;
        max-width: 400px;
        top:0px;
        margin-top: 20px;
    }
}



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

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