.wow-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.content-loader{
  position: relative;
  margin: 10px 0;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #efefef;
}

.hidden{
  display: none !important;
}

.hidden.none{
  display: block;
}

.content-loader.content-loader-xs{
  height: 50px;
}

.content-loader.content-loader-sm{
  height: 100px;
}

.content-loader.content-loader-md{
  height: 150px;
}

.content-loader.content-loader-lg{
  height: 200px;
}

.model-effect-loader{
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
}

.model-effect-loader .content-loader{
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 1px 1px 5px #a0a0a0;
}

.model-effect-loader .content-loader .spinner{
  margin-right: 0;
  border-color: #2d3141;
}

@keyframes spinner-oficial {
  to {transform: rotate(360deg);}
}

.model-effect-loader > .content-loader > .spinner-oficial::before{
  border-top-color: #123b9f;
}  

.modal-effect-loader > .content-loader > .spinner-oficial::before{
  border-top-color: #123b9f;
}

.spinner-oficial{
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner-oficial::before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-top: 2px solid #123b9f;
  border-right: 2px solid transparent;
  animation: spinner-oficial .6s linear infinite;
}

.spinner-oficial.large-spinner{
  width: 45px;
  height: 45px;
}  
.spinner-oficial.medium-spinner{
  width: 40px;
  height: 40px;
}  
.spinner-oficial.small-spinner{
  width: 35px;
  height: 35px;
}  
.spinner-oficial.extra-small-spinner{
  width: 20px;
  height: 20px;
}
.spinner-oficial.large-spinner::before{
  width: 45px;
  height: 45px;
}  
.spinner-oficial.medium-spinner::before{
  width: 40px;
  height: 40px;
}  
.spinner-oficial.small-spinner::before{
  width: 35px;
  height: 35px;
}  
.spinner-oficial.extra-small-spinner::before{
  width: 20px;
  height: 20px;
}

body{
  margin: 0;
  padding: 0;
  font-family: 'RedHatDisplay';
  font-weight: 600;
  background-color: #f0f6ff;
}

.container-geral {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
}

.container-head{
  position: relative;
  width: 100%;
  min-height: 500px;
}

.container-head > .content-head-banner{
  position: absolute;
  width: 100%;
  background: url('../images/extra/banner_004.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
  top: 0;
  left: 0;
}

.container-head .content-head-banner-letter{
  position: absolute;
  width: min(max(70vw), 42vw);
  background: url('../images/extra/banner_004_letter.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 15vw;
}

.container-head .content-head-banner-letter-mobile{
  position: absolute;
  width: 75vw;
  background: url('../images/extra/banner_mobile_004_letter.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 25vw;
}

.container-head > .content-head{
  position: relative;
  width: 1200px;
  height: 120px;
  margin: 0 auto;
  display: flex;
}

.container-head > .content-head > div{
  height: 120px;
  display: flex;
  align-items: center;
}

.container-head > .content-head > div.content-head-nav{
  width: calc(100% - 350px);
}

.container-head > .content-head > div.content-head-nav::after{
  content: '';
  position: absolute;
  width: calc(100% - 175px);
  height: 2px;
  background-color: #ffec00;
  left: 160px;
  top: 72px;
}

.container-head > .content-head > div:last-child{
  width: 150px;
  display: flex;
  justify-content: center;
}

.container-head > .content-head > div:last-child > a{
  margin-bottom: 5px;
}


.container-head > .content-head > div > ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  height: 25px;
  padding: 0 30px 0 150px;
  align-items: center;
}

.container-head > .content-head > div > ul > li{
  /* transition: .3s all; */
}

.container-head > .content-head > div > ul > li:hover{
  /* border-bottom: 3px solid #000; */
}

.container-head > .content-head > div > ul > li a{
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 12px 12px;
  font-size: 14px;

}

.container-head > .content-head > div > ul > li a:hover{
  color: #ffeb00;
}

.container-head > .content-head > div > a{
  line-height: 0;
}

.container-head > .content-head > div > a img{
  width: 200px;
  padding-top: 14px;
}

.btn-dorow{
  width: auto;
  height: 25px;
  padding: 0 15px;
  background-color: #ffeb00;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #006b37;
  border-radius: 15px;
  font-size: 12px;
  transition: .3s all;
  transform: scale(1);
}

.btn-dorow:hover{
  cursor: pointer;
}

.text-color-yellow{
  color: #ffeb00 !important;
}


.container-head > .content-head-text{
  position: relative;
  width: 1200px;
  height: 300px;
  margin: 0 auto;
}

.container-head > .content-head-text > div{
  position: relative;
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.container-head > .content-head-text > div > h4{
  margin: 0;
  padding: 0;
  font-size: 50px;
  color: #fff;
  font-weight: 300;
}

.container-head > .content-head-text > div > h4 > span{
  color: #ffeb00;
  font-weight: 600;
}

.container-head > .content-head-text > div > span{
  font-size: 25px;
  background-color: #fff;
  color: #006b37;
  border-radius: 15px;
  padding: 0 10px;
  font-weight: 300;
  margin: 10px 0;
  transition: .3s all;
}

.container-head > .content-head-text > div > span:hover{
  background-color: #006b37;
  color: #fff;
}

.container-head > .content-head-text > div > span > b{
  font-weight: 600;
}

.container-head > .content-head-text > div > small{
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  padding: 50px 0 0;
}

.container{
  position: relative;
  width: 1200px;
  min-height: 1px;
  margin: 0 auto;
}

.container-body{
  position: relative;
  width: 100%;
  min-height: 400px;
  margin: 0 auto;
  background-color: #f0f6ff;
}

section.section-info{
  width: 100%;
  min-height: 250px;
  padding: 40px 0;
}
section.section-info.section-info-clear-bottom{
  padding-bottom: 0;
  min-height: 1px;
}

section.section-info > h4{
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #677594;
}

section.section-info > .section-info-data{
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
}

section.section-info > .section-info-button{
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
}

section.section-info > .section-info-button > div{
  position: relative;
  width: 50%;
  height: auto;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 25px 8px;
}

section.section-info > .section-info-button > div:first-child{
  justify-content: end;
}

section.section-info > .section-info-button > div > a{
  min-width: 100px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #444b5c;
  color: #fff;
  padding: 0 50px;
  text-decoration: none;
  border-radius: 15px;
}

section.section-info > .section-info-button > div > a > img{
  width: 25px;
  margin-right: 5px;
}

section.section-info > .section-info-data > div{
  width: 300px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid #ebebeb;
  transition: .3s all;
  transform: scale(1);
}

section.section-info > .section-info-data > div:hover{
  transform: scale(1.1);
  color: #006a3d;
}

section.section-info > .section-info-data > div:last-child{
  border: none;
}

section.section-info > .section-info-data > div > img{
  width: 100px;
}

section.section-info > .section-info-data > div > p{
  text-align: center;
  font-weight: 300;
  color: #677594;
}

section.section-info > .section-info-data > div > p > b{
  font-weight: 600;
  color: #677594;
}

section.section-video{
  width: 100%;
  min-height: 350px;
  padding: 15px 0;
  background-color: #dfe5ed;
}

section.section-video .section-video-content{
  position: relative;
  width: 100%;
  min-height: 1px;
  display: flex;
  justify-content: flex-start;
}

section.section-video .section-video-content > div{
  width: 100%;
  height: 350px;
}

section.section-video .section-video-content > div.section-video-title{
  width: 350px;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 50px;
}

section.section-video .section-video-content > div.section-video-title > h4{
  position: relative;
  font-size: 26px;
  color: #677594;
  line-height: 1;
}

section.section-video .section-video-content > div.section-video-title > h4::after{
  content: '';
  position: absolute;
  width: 80px;
  height: 8px;
  background-color: #444a5c;
  bottom: -30px;
  left: 0;
  border-radius: 5px;
}

section.section-video .section-video-content > div.section-video-frame{
  width: calc(100% - 600px);
  /* border: 1px solid #000; */
}

section.section-video .section-video-content > div.section-video-frame > div{
  width: 100%;
  height: 350px;
  border-radius: 15px;
  background-color: transparent;
  display: flex;
  align-items: center;
}

section.section-service{
  width: 100%;
  min-height: 250px;
  padding: 40px 0;
}

section.section-service > h4{
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #677594;
}

section.section-service > .section-service-data{
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0 0;
}

section.section-service > .section-service-data > div{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* border-right: 1px solid #ebebeb; */
  padding: 0 25px;
}

section.section-service > .section-service-data > div a{
  transition: .3s all;
  transform: scale(1);
}

section.section-service > .section-service-data > div a:hover{
  transform: scale(1.2);
}

section.section-service > .section-service-data > div img{
  width: 100%;
}

section.section-partner {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 40px 0 40px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.section-partner > img{
  width: 70%;
}

section.section-about {
  position: relative;
  width: 100%;
  min-height: 250px;
  padding: 10px 0;
  overflow: hidden;
  background-color: #dfe5ed;
}

section.section-about .section-about-title{
  position: relative;
  width: 100%;
  height: 125px;
  display: flex;
  justify-content: center;
  padding: 0;
  align-items: center;
  flex-direction: column;
}

section.section-about .section-about-title > h4{
  margin: 0;
  padding: 0;
  color: #677594;
  font-size: 24px;
}

section.section-about .section-about-title > a{
  width: 380px;
  height: 50px;
  padding: 0 15px;
  border-radius: 25px;
  background-color: #444b5c;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin: 15px;
  transition: .3s all;
  transform: scale(1);
}

section.section-about .section-about-title > a > img{
  width: 25px;
  padding-right: 5px;
}

section.section-about .section-about-title > a:hover{
  transform: scale(1.1);
  background-color: #01926e;
}

section.section-about .section-about-contact{
  width: 540px;
  height: 60px;
  margin: 15px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 25px;
}

section.section-about .section-about-contact > div{
  min-width: 180px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.section-about .section-about-contact > div > img{
  width: 25px;
  padding-right: 5px;
}

section.section-about .section-about-contact > div > i{
  padding: 0 5px;
  font-size: 20px;
  color: #677594;
}

section.section-about .section-about-contact > div > span{
  color: #677594;
  font-weight: 300;
  font-size: 18px;
}

section.section-footer{
  position: relative;
  width: 100%;
  min-height: 1px;
  overflow: hidden;
}

section.section-footer > .section-footer-background{
  position: absolute;
  width: 100%;
  background: url('../images/footer/background_004.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100%;
  top: 0;
  left: 0;
}

section.section-footer .section-footer-content{
  position: relative;
  width: 100%;
  min-height: 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px 0;
}

section.section-footer .section-footer-content > h4{
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 22px;
}

section.section-footer .section-footer-content > p{
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  width: 600px;
  text-align: center;
  padding: 15px 0;
}

section.section-footer .section-footer-content > img{
  width: 300px;
  margin: 20px 0 0;
  transition: .3s all;
  transform: scale(1);
}

section.section-footer .section-footer-content > img:hover{
  transform: scale(1.1);
}



@media only screen and (max-width: 1250px)  {
  .container{
    width: 100%;
  }

  .container-head > .content-head{
    width: calc(100% - 50px);
    padding: 0 25px;
  }

  .container-head > .content-head-text{
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .visible-desktop{
    display: block;
  }
  .visible-mobile{
    display: none !important;
  }
}

@media only screen and (max-width: 991px) {
  .visible-desktop{
    display: none !important;
  }
  .visible-mobile{
    display: block;
  }

  section.section-info > .section-info-button{
    padding: 0;
  }

  section.section-info > .section-info-button > div > a{
    padding: 0 20px;
  }

  section.section-partner{
    padding: 0px 0 40px;
  }

  .container-head > .content-head-banner{
    background: url('../images/extra/banner_mobile_004.png');
    background-position: center;
    background-size: cover;
  }

  .container-head > .content-head-text{
    padding-top: 60px;
  }

  .container-head > .content-head-text > div{
    height: 440px;
  }
  
  .container-head > .content-head-text > div > h4{
    font-size: 75px;
    line-height: 1;
  }

  .container-head > .content-head-text > div > p{
    margin: 0;
    padding: 0;
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    line-height: 1;
  }

  section.section-video{
    padding: 0;
    height: auto !important;
    min-height: 1px;
  }
  
  section.section-video .section-video-content > div.section-video-frame{
    width: 100%;
  }

  section.section-video .section-video-content > div{
    height: auto;
  }

  section.section-video .section-video-content > div.section-video-frame > div{
    height: auto;
  }

  section.section-video .section-video-content > div.section-video-frame video{
    height: 220px;
  }

  section.section-video .section-video-content > div.section-video-frame > div{
    width: 100%;
  }

  section.section-service > .section-service-data{
    flex-wrap: wrap;
    justify-content: center;
  }

  section.section-service > .section-service-data > div{
    width: 150px;
    padding: 0 5px;
  }

  section.section-service{
    min-height: 200px;
  }

  section.section-footer{
    min-height: 1px;
  }

  section.section-footer .section-footer-content > p{
    width: 100%;
    padding: 25px 0;
    margin: 0;
  }

  section.section-footer .section-footer-content{
    padding: 15px 0 0;
  }

  section.section-footer .section-footer-content > img{
    margin: 0 0 15px 0;
  }

  section.section-info > .section-info-data > div > img{
    width: 80px;
  }

  section.section-footer .section-footer-content > h4{
    font-size: 18px;
  }

  section.section-footer .section-footer-content > img{
    width: 200px;
  }

  section.section-about .section-about-title > a{
    width: calc(100% - 50px);
  }

  section.section-info > .section-info-data > div > p{
    font-size: 12px;
  }

  section.section-info{
    min-height: 1px;
  }

}



.header-slim-mobile {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  background: #ccbe00;
  z-index: 99;
  border-bottom: 3px solid #b5b001;
}

.header-slim-mobile .header-slim-mobile-container {
  position: relative;
  width: 300px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  margin: 0 auto;
}

.header-slim-mobile .header-slim-mobile-container::after{
  content: '';
  position: absolute;
  width: 138px;
  height: 2px;
  background-color: #ffec00;
  bottom: 13px;
  left: 172px;
}

.header-slim-mobile .header-slim-mobile-container > .header-slim-mobile-logo{
  width: 250px;
  height: 60px;
  display: flex;
  align-items: center;
}

.header-slim-mobile .header-slim-mobile-container > .header-slim-mobile-logo > a > img{
  width: 200px;
  padding-top: 24px;
}

.header-slim-mobile .header-slim-mobile-container > .header-slim-mobile-icon{
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  margin-bottom: 5px;
}

.header-slim-mobile .header-slim-mobile-container > .header-slim-mobile-icon.menu{
  background-color: #ffeb00;
  border-radius: 15px;
  padding: 0 3px;
  margin-bottom: 8px;
}

.header-slim-mobile .header-slim-mobile-container > .header-slim-mobile-icon.menu > img{
  width: 25px;
}

.header-slim-mobile .header-slim-mobile-container > .header-slim-mobile-icon > img{
  width: 30px;
}