* {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat';
}

.fonte-icon{
    font-size: 80px;
}

.font-700{
    font-weight: 700;
}

.width-100{
    width: 100%;
}

.w-60{
    width: 90%;
    min-width: 90%;
    max-height: 540px;
    height: 540px;
}

.banner-carousel-mobile{
    display: none !important;
}

.nav{
    background-color: white;
    padding: 10px;
}

.fixed-nav {
    position: sticky;
    top: 0; /* Posição fixa no topo da janela */
    background-color: #fff; /* Fundo da navegação */
    z-index: 1000; /* Para garantir que fique acima do conteúdo da página */
    /* Outros estilos desejados */
  }

.text-nav{
    color: black;
    text-align: end;
    align-items: center;
    margin-right: 70px;
}

a{
    margin-right: 25px;
    color: #082958 !important;
    text-decoration: none !important;
    font-weight: 700;
}

.text-nav-registration{
    border-radius: 40px;
    background: #F4B400;
    width: 257px;
    height: 42px;
    flex-shrink: 0;
    padding: 10px;
    color: white !important;
}

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

.meet-us{
    margin: 100px 0 150px 0;
}

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

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

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

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

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

.image{
    position: relative;
}

.top-image {
    width: 40%;
    position: absolute;
    z-index: 3; 
    align-items: center;
    justify-content: center;
    display: flex;
}

.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: 80px;
    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: #FFD101;
    text-align: right;
    font-size: 28px;
    font-weight: 700;
    border-radius: 5px;
    background: #012869;
}

.countries small{
    color: #012869;
    text-align: right;
    font-size: 20px;
    font-weight: 400;
}

.teaching{
   background-color: #EDEACC;
   padding: 100px 0 150px 0;
}

.icon-compare{
    background-repeat: no-repeat;
}

.icon-grey{
    filter: grayscale(1);
    padding-top: 20px;
    transition: .8s;
}

.icon-grey:hover{
    filter: grayscale(0);
    transform: scale(1.1);
}

.form{
    background-image: url(../img/bg_footer.png);
    width: 100%;
    background-size: auto;
    background-repeat: no-repeat;
    padding: 100px 0;
}

.form-footer{
    width: 90%;
    margin-left: 30px;
}

.form-area{
    margin-left: 85px;
    text-align: center;
}

.main-text{
    color: #FFD101;
    font-size: 32px;
    font-weight: 700;
}

.secundary-text{
    color: #929292;
    font-size: 16px;
    font-weight: 700;
}

.h-item{
    height: 300px;
}

.form input{
    border: #C3C3C3 solid 1px;
    background-color: transparent;
    margin: 10px;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    transition: color 0.3s; 
}

.form select {
    border: #C3C3C3 solid 1px;
    background-color: transparent;
    margin: 10px;
    padding: 10px;
    border-radius: 5px;
    transition: color 0.3s;
}

.form input:hover{
    border: 1px solid #E0BC0E;
}

.form select:hover{
    border: 1px solid #E0BC0E;
    color: #E0BC0E; 
}

select option {
    color: #012869; 
}

input::placeholder, select  {
    color: #fff;
    transition: color 0.3s; 
}

input:hover::placeholder {
    color: #E0BC0E;
}

select.decorated option:hover {
    color: #E0BC0E;
}

.btn-form{
    border-radius: 5px;
    background: #D9D9D9;
    color: #012869;
    width: 50%;
    padding: 10px;
    border: none;
    margin-top: 30px;
    font-weight: 700;
}

.footer{
    background-color: #fff;
    height: 50px;
}

.copyright{
    font-size: 12px;
}

.img-copyright{
    width: 10%;
}

.company-copyright{
    color: #FFD101 !important;
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
  
.owl-prev, .owl-next {
    background-color: #10315c !important;
    color: #fff !important;
    width: 35px !important;
    height: 35px !important;
    border-radius: 50% !important;
    font-size: 20px !important;
    text-align: center !important; 
    margin: 10px !important;
}

.items-mobile{
    display: none;
}

@media (min-width: 1366px) and (max-width: 1499px) {
    .img-md {
        margin-top: 10px;
    }
    .main-text {
        font-size: 26px;
    }
    .secundary-text{
        font-size: 15px;
    }
    .teaching{
        padding: 70px 0;
    }
    .h-item{
        height: 230px;
    }
}

@media (min-width: 1280px) and (max-width: 1300px) {
    .img-md {
        margin-top: 10px;
    }
    .main-text {
       font-size: 26px;
    }
    .secundary-text{
        font-size: 15px;
    }
    .h-item{
        height: 170px;
    }
    .teaching{
        padding: 70px 0;
    }
}

@media (min-width: 800px) and (max-width: 1279px) {
    .img-md {
        margin-top: 10px;
    }
    .logo-mob{
        width: 50%;
    }
    .main-text {
       font-size: 26px;
    }
    .secundary-text{
        font-size: 15px;
    }
    .bottom-image{
        width: 70%;
    }
    .top-image{
        width: 20%;
    }
    .countries-mob{
        flex-direction: column;
    }
    .width-mob{
       width: 70% !important;
    }
    .text-countries-find{
        align-items: center;
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 30px;
    }
    .text-strong{
        font-size: 37px;
    }
    .countries small{
        font-size: 18px;
        text-align: center;
        margin-top: 20px;
    }
    .items-carousel .item{
        height: 200px;
    }
    .teaching{
        padding: 50px 0;
    }
    .form-area{
        align-items: center;
        justify-content: center;
        display: flex;
        text-align: center;
        width: 100%;
        margin: 0;
    }
    .img-copyright{
        width: 20%;
    }
    .w-60{
        width: 90%;
        min-width: 90%;
        max-height: 540px;
        height: auto;
    }
    .top-image{
        width: 40%;
    }
}

@media (max-width: 600px) {
    .banner-carousel{
        display: none !important;
    }
    .banner-carousel-mobile{
        display: block !important;
    }
    .img-md {
        margin-top: 10px;
    }
    .logo-mob{
        width: 60%;
        margin: 0 0 20px 72px;
    }
    .text-nav{
        font-size: 13px;
        margin: 0;
        text-align: center;
        display: flex;
    }
    .ajuste_mobile{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .text-nav-registration{
        width: 60%;
    }
    .main-text {
       font-size: 20px;
       padding: 10px !important;
    }
    a{
        margin-right: 15px;
    }
    .secundary-text{
        font-size: 12px;
    }
    .form input{
        padding: 6px;
        margin: 7px;
    }
    .form select{
        padding: 6px;
        margin: 7px;
    }
    .bottom-image{
        width: 70%;
    }
    .top-image{
        width: 45%;
    }
    .meet-us h2{
        font-size: 22px;
    }
    .meet-us p{
        font-size: 17px;
    }
    .countries-mob{
        flex-direction: column;
    }
    .width-mob{
       width: 70% !important;
    }
    .text-countries-find{
        align-items: center;
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 30px;
    }
    .text-countries-1{
        font-size: 30px;
        width: 90%;
        margin-left: 0;
    }
    .text-countries-2{
        font-size: 211px;
    }
    .text-countries-3{
        font-size: 33px;
        margin-right: 26px;
    }
    .text-strong{
        font-size: 18px;
    }
    .countries small{
        font-size: 16px;
        text-align: center;
        margin-top: 20px;
    }
   .items-carousel .item{
    height: 200px;
   }
   .form-area{
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    width: 100%;
    margin: 0;
   }
   .img-copyright{
    width: 20%;
   }
   .items-carousel{
    display: none !important; 
  }
  .items-mobile{
    display: block;
  }
  .icon-compare{
    width: 80%;
    margin-left: 40px;
  }
  .footer{
    flex-direction: column;
    height: 92px;
  }
  .img-copyright{
    width: 35%;
  }
  .copyright{
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
  }
  .form{
    background-image: url(../img/bg_footer_mobile.png);
    width: 100%;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 60px 20px;
  }
  .w-60{
    width: 90%;
    min-width: 90%;
    max-height: 540px;
    height: auto;
  }
  .fonte-icon{
    font-size: 50px;
  }

}

/*CSS DO BOTÃO DO WHATSAPP*/

@media screen and (max-width: 600px){
    .areaWhatsApp{
        min-width:300px !important;
        max-width:300px !important;
        background-image: url('../assetsWhatsApp/bgMobile.jpg') !important;
        right:15px !important;
        bottom:90px !important;
        z-index: 999999;
    }
    .headerAreaWhats{ 
        min-width:300px !important;
        max-width:300px !important;
        padding: 5px 0px;
    }
    #formWhatsApp input, #formWhatsApp select{
        width: 200px !important;
    }

    .btnWhatsFlutuante{
        right: 15px !important;
        bottom: 15px !important;
    }
}

.areaWhatsApp{
    position:fixed;
    min-width:300px;
    max-width:300px;
    bottom:110px;
    right:40px;
    background-image: url('../assetsWhatsApp/bg.png');
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    color:#FFF;
    border-radius:10px;
    text-align:center;
    font-size:20px;
    z-index:999999; 
    display: none;
    flex-direction: column;
    box-shadow: 2px 2px 10px #888; 
}
.headerAreaWhats{ 
    min-width:300px;
    max-width:300px;
    height: 75px;
    background-color: #335b53;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    align-items: center;
    padding: 5px 0px;
}
.profileImageWhats{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-image: url('../img/favicon2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-left: 20px;
}
.markerWhatsOn{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #25d366;
    position: absolute;
    bottom: 8px;
    right: 0px;
}

.divNameWhats{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    padding-left: 20px;
}
.nameImageWhats{
    width: 100%;
    font-size: 18px;
    text-align: left;
}
.onlineImageWhats{
    width: 100%;
    font-size: 16px;
    text-align: left;
}
.conversasWhats{
    max-width:600px;
    padding: 20px;
}
.msgBrancaWhats{
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 2px 2px 10px #888; 
}
.msgBrancaWhats p{
    color: #333;
    font-size: 16px;
    text-align: left;
    width: 100%;
    margin: 0;
}

#formWhatsApp{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
#nameWhats{
    margin-top: 20px !important;
}
#formWhatsApp input, #formWhatsApp select{
    background-color: #ebfeeb;
    color: #333;
    border: none;
    outline: none;
    border-radius: 10px;
    width: 200px;
    padding: 8px;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
    font-family: Helvetica, sans-serif;
}
#formWhatsApp input::placeholder, #formWhatsApp select::placeholder{
    color: #333;
}
#formWhatsApp button{
    margin-top: 20px;
    background-color: #335b53;
    color: #fff;
    padding: 10px 20px;
    border: none;
    outline: none;
    width: 170px;
    font-size: 16px;
    border-radius: 20px;
    font-family: Helvetica, sans-serif;
    cursor: pointer;
}

.displayFlex{
    display: flex !important;
}

.animarAparecer1s{
    animation: aparecer .4s ease-in;
}
.animarAparecer2s{
    animation: aparecer .5s ease-in;
}

@keyframes aparecer {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

.btnWhatsFlutuante{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 1px 1px 2px #888; 
    z-index:1000;
    cursor: pointer;
}
.markerZapBtn{
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: red;
    top: 4px;
    right: 0;
    animation: aumenta 2s infinite;
}

@keyframes aumenta {
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.2);
    }
    100%{
        transform: scale(1);
    }
}

.animationOpen{
    animation: open .2s ease;
}
@keyframes open {
    0%{
        height:0px;
    }
    100%{
        height:390px;
    }
}

.change-color {
    background-color:  #F4B400;
    transition: 0.5s; 
}

.btn-img4{
    border-radius: 40px;
    background: #012869;
    color: white !important;
    padding: 10px;
    border: none;
    font-weight: 700;
    position: absolute; /* Define o posicionamento absoluto para o botão */
    top: 77%; /* Posiciona o botão no centro vertical da imagem */
    left: 2%; /* Posiciona o botão no centro horizontal da imagem */
    width: 22%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-img5{
    border-radius: 40px;
    background: #F4B400;
    color: #fff !important;
    padding: 10px;
    border: none;
    font-weight: 700;
    position: absolute; /* Define o posicionamento absoluto para o botão */
    top: 77%; /* Posiciona o botão no centro vertical da imagem */
    left: 56%; /* Posiciona o botão no centro horizontal da imagem */
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-img6{
    border-radius: 40px;
    background: #F4B400;
    color: #fff !important;
    padding: 10px;
    border: none;
    font-weight: 700;
    position: absolute; /* Define o posicionamento absoluto para o botão */
    top: 77%; /* Posiciona o botão no centro vertical da imagem */
    left: 11%; /* Posiciona o botão no centro horizontal da imagem */
    width: 29%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-img7{
    border-radius: 40px;
    background: #012869;
    color: white !important;
    padding: 10px;
    border: none;
    font-weight: 700;
    position: absolute; /* Define o posicionamento absoluto para o botão */
    top: 77%; /* Posiciona o botão no centro vertical da imagem */
    left: 13%; /* Posiciona o botão no centro horizontal da imagem */
    width: 22%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hidden {
    display: none;
}

.close-btn{
    position: absolute;
    top: -16px;
    right: -5px;
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 40px;
}

.space{
    background-color: #EDEACC;
    height: 60px;
}

.esconde-botao{
    display: none;
}

