*{
    padding: 0;
    margin: 0;
    font-family: "Barlow Condensed", sans-serif;
}

.text-up{
    margin-top: -30px !important;
}

.font-25{
    font-size: 25px;
}

.nav{
    background-color: #092d46;
    width: 100%;
}

.nav a{
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}

.nav-desktop{
    display: flex;
}

.nav-mobile{
    display: none;
}

.space-img{
    margin-left: 150px;
}

.space-text{
    margin-right: 150px;
}

.menu-mobile{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header{
    width: 100%;
    background-size: auto;
    background-repeat: no-repeat;
}

.header-mobile{
    display: none;
}

.meet-us{
    padding: 100px 0 150px 0;
    background-color: #0078AE;
}

.meet-us p{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.meet-us h2{
    color: #fff !important;
    font-size: 45px;
    font-weight: 700;
}

.img-video{
    position: absolute;
    z-index: 2; 
    align-items: center;
    justify-content: center;
    display: flex;
    width: 50%;
}

.img-video img {
    width: 100%;
}

.btn-video{
    background: none;
    border: none;
}

.image{
    position: relative;
}

.top-image {
    width: 70%;
    position: absolute;
    z-index: 3; 
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 50px;
}

.padding-space{
    padding-left: 200px !important;
}

.bottom-image{
    width: 50%;
}

.countries{
    background-color: #FFFDEA;
    padding: 100px 0 100px 0;
}

.text-countries-1 {
    color: #012869 !important;
    font-size: 36px;
    text-align: left;
    justify-content: left;
    align-items: start;
    font-weight: 700;
    display: flex;
    margin-left: -230px;
    transition: 0.5s;
}

.text-countries-2{
    color: #D9D9D9;
    font-size: 250px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    margin: -70px 0 -40px 0;
    font-weight: 700;
    transition: 0.5s;
}

.text-countries-3{
    color: #696969;
    font-size: 64px;
    background-color: #D9D9D9;
    font-weight: 700;
    border-radius: 5px;
    margin-right: 50px;
    transition: 0.5s;
}

.div-countries, .text-countries-2{
    transition: 0.5s;
}

.div-countries:hover .text-countries-2{
    color: #FFD101;
}

.div-countries:hover .text-countries-3{
    color: #FFD101;
    background-color: #012869;
}

.text-countries-find{
    align-items: end;
    display: flex;
    flex-direction: column;
    justify-content: right;
    width: 100%;
}

.text-strong{
    color: #0078AE;
    text-align: right;
    font-size: 50px;
    font-weight: 700;
    border-radius: 5px;
}

.explication{
    color: grey;
    text-align: right;
    width: 95%;
}

.form{
    background-color: #FCBD32;
}

.meet-better{
    font-size: 40px;
    font-weight: bold;
    margin-top: 70px;
    color: #2B2C58;
}

.little-text{
    display: flex;
    text-align: center;
    font-weight: bold;
    color: #2B2C58;
    font-size: 18px;
}

.form-style input {
    background-color: #fff;
    color: #2B2C58;
    padding: 15px;
    width: 350px;
    border: none;
    border-radius: 16px;
    margin-top: 10px;
}

.form-style select{
    background-color: #fff;
    color: #2B2C58;
    padding: 15px;
    width: 350px;
    border: none;
    border-radius: 16px;
    margin-top: 10px;
}

.btn-enviar{
    margin-top: 30px;
}

.btn-dados{
    width: 400px;
}

.icon{
    margin-right: 10px;
}

.man{
    margin: 80px 0 80px 0;
}

label {
    font-weight: bold;
    color: #2B2C58;
    margin-top: 10px;
}

.text-infos{
    color: #0078ae;
    font-size: 50px;
}

.text-infos-bold{
    color: #0078ae;
    font-size: 45px;
    margin-top: -20px;
}

.img-passando{
    width: 60%;
}

.apparence{
    background-color: #fec200;
    display: flex;
    flex-direction: column;
}

.apparence-mobile{
    display: none;
}


.phrases{
    color: #6f6a5c;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 20px;
    width: 70%;
}

.list{
    margin-top: 30px;
    font-size: 25px;
}

.adjust-mobile{
    display: none;
}

.gradiente{
    background: linear-gradient(to right, #050dc4, #cf4a28); 
}

.text-teaching{
    color: #fff;
    font-size: 40px;
}

.marg{
    margin: 110px 0 0 200px;
}

.margem{
    margin: 30px 0 0 200px;
}

.config-mobile{
    display: none;
}

.text-teaching-bold{
    color: #fff;
    font-size: 60px;
    margin-top: -20px;
}

.teaching-content{
    font-size: 25px;
    color: #fff;
    margin-top: 50px;
    width: 80%;
}

.tecnology{
    background-color: #FFFDEA;
}

.woman{
    width: 60%;
}

.pc{
    width: 50%;
}

.text-tecnology-bold{
    color: #6f6a5c;
    font-weight: 500;
    font-size: 60px;
}

.text-tecnology{
    color: #6f6a5c;
    font-size: 50px;
}

.text-p{
    font-size: 20px; 
    color: #6f6a5c; 
    margin: 50px 0; 
    width: 70%;
}

.block{
    background-color: #fa521e;
}

.find-career{
    color: #fff;
    font-size: 40px;
}

.kids{
    background-color: #0187c4;
}

.ticket{
    margin-right: 30px;
}

.bilingual{
    color: #FCBD32;
    font-size: 40px;
    font-weight: bold;
}

.students{
    background-color: #9e26f4;
}

.form-send input{
    border: none;
    width: 70%;
    margin: 4px;
    padding: 4px;
    padding-left: 20px;
    border-radius: 7px;
    margin-bottom: 20px;
}

.img-form{
    width: 70%;
    margin-right: 40px;
}

.img-align{
    align-items: end;
    justify-content: center;
    display: flex;
}

.form-check{
    width: 75%;
}

.piaui{
    font-size: 30px; 
    color:#092d46; 
    width: 70%;
}

.write-form{
    width: 70%;
}

.enjoying{
    padding-top: 50px;
}

.footer{
    background-color: #092d46;
    color: #fff;
}

.footer a{
    color: #fbcd56;
    font-weight: bold;
    text-decoration: none;
}

.owl-carousel {
    position: relative;
}

.owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.owl-dot.active {
    background-color: #333;
}

@media(max-width: 1366px){
    .img-form{
        width: 90%;
    }
    .font-25{
        font-size: 25px;
    }
    .nav a{
        font-size: 20px;
    }
    .list{
        margin-top: 10px;
        font-size: 20px;
    }
    .phrases {
        width: 90%;
    }
    .marg{
        margin: 50px 0 0 50px;
    }
    .text-teaching{
        font-size: 35px;
    }
    .teaching-content{
        font-size: 20px;
        margin-top: 30px;
        width: 100%;
    }
    .margem{
        margin: 30px 0 0 50px;
    }
    .margem-form{
        margin-left: 100px;
    }
    .padding-space{
        padding-left: 50px !important;
        margin: 20px 0;
    }
    .text-tecnology-bold{
        font-size: 50px;
    }
    .text-tecnology {
        font-size: 42px;
    }
    .pc{
        width: 80%;
    }
    .btn-enviar{
        margin-bottom: 20px;
    }
}

@media(max-width: 1400px){
    .padding-space{
        padding-left: 50px !important;
    }
    .nav a{
        font-size: 20px;
    }
    .list{
        margin-top: 10px;
    }
    .phrases{
        font-size: 20px;
    }
    .marg{
        margin: 50px 0 0 50px;
    }
    .text-teaching{
        font-size: 35px;
    }
    .teaching-content{
        font-size: 20px;
        margin-top: 30px;
        width: 100%;
    }
    .margem{
        margin: 30px 0 0 50px;
    }
    .margem-form{
        margin-left: 100px;
    }
    .text-tecnology-bold{
        font-size: 50px;
    }
    .text-tecnology {
        font-size: 42px;
    }
    .pc{
        width: 80%;
    }
    .btn-enviar{
        margin-bottom: 20px;
    }
}

@media(max-width: 600px){
    .nav-desktop{
        display: none;
    }
    .nav-mobile{
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .header{
        display: none;
    }
    .header-mobile{
        display: flex;
    }
    .man-mobile{
        display: none;
    }
    .menu-mobile{
        flex-direction: column;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
        margin-bottom: 30px;
    }
    .btn-signUp{
        margin-top: 10px;
        width: 60%;
    }
    .meet-us{
        padding: 70px 0 95px 0;
    }
    .meet-us p{
        font-size: 24px;
    }
    .meet-us h2{
        font-size: 45px;
        text-align: center;
    }
    .img-video{
        width: 90%;
    }
    .img-video img {
        width: 100%;
    }
    .bottom-image{
        width: 90%;
    }
    .countries-mob{
        display: flex;
        flex-direction: column;
    }
    .text-strong {
        text-align: center;
        font-size: 35px;
    }
    .text-countries-find {
        align-items: center; 
        display: flex;
        margin-top: 30px;
    }
    .explication {
        text-align: justify;
    }
    .text-infos {
        font-size: 36px;
    }
    .img-passando {
        width: 90%;
    }
    .apparence{
        display: none;
    }
    .apparence-mobile{
        display: flex;
        flex-direction: column;
        background-color: #fec200;
    }
    .adjust{
        display: none;
    }
    .adjust-mobile{
        display: flex;
        flex-direction: column;
    }
    .text-countries-1 {
        margin-left: -150px;
    }
    .menina{
        display: flex;
        flex-direction: column;
        width: 50%;
    }
    .marg{
        margin: 0 20px;
    }
    .padding-space{
        padding: 0px !important;
    }
    .text-teaching-bold {
        font-size: 60px;
        text-align: center;
        margin-top: 30px;
    }
    .text-teaching {
        font-size: 25px;
    }
    .teaching-content{
        text-align: justify;
    }
    .woman{
        width: 100%;
    }
    .config{
        display: none;
    }
    .config-mobile{
        display: flex;
        flex-direction: column;
    }
    .margem {
        margin: 10px 10px 0 20px;
    }
    .margem-form{
        margin-left: 0px;
    }
    .text-tecnology-bold {
        text-align: center;
    }
    .text-tecnology {
        font-size: 30px;
        text-align: center;
    }
    .text-p{
        font-size: 20px;
        text-align: justify;
        width: 90%;
        margin: 30px 0 10px 20px
    }
    .pc{
        width: 100%;
    }
    .form-mobile{
        display: flex;
        flex-direction: column;
    }
    .img-form{
        margin-bottom: 0;
    }
    .text-align{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .form-send{
        text-align: center;
    }
    .piaui{
        width: 90%;
        font-size: 25px;
    }
    .write-form{
        width: 98%; 
        font-size: 20px;
    }
    .espace{
        padding-left: 50px !important;
    }
    .form-send input{
        width: 90%;
    }
    .form-check label{
        width: 125%;
        font-size: 20px !important;
    }
    .btn-enviar{
        width: 90% !important;
    }
    .btn-mobile{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer{
        text-align: center;
        font-size: 20px;
    }
    .img-align{
        height: auto !important;
    }
    .space-img{
        margin-left: 0 !important;
    }
}