:root{
   --cinza: #e7e8e9;
   --verde:#19b45d;
   --verde2: #027839;
   --preto: #3a404a;
   --branco: #ffffff;
}

.preto{
   color: var(--preto)!important;   
}
.branco{
   color: var(--branco)!important;  
}
.cinza{
   color: var(--cinza)!important;   
}
.verde{
   color: var(--verde)!important;   
}
.verde-claro{
   color: var(--verde-claro)!important;   
}
.verde-escuro{
   color: var(--verde-escuro)!important;  
}

@font-face {
  font-family: 'Prometo';
  src:url(fonts/prometo.ttf);
}
@font-face {
  font-family: 'Prometo-Bold';
  src:url(fonts/prometo-bold.ttf);
}


.order1{
   order: 1;
}
.order2{
   order: 2;
}
.order3{
   order: 3;
}


html, body {
 overflow-x: hidden;
 scroll-behavior: smooth;
 background-color:#ffffff;
 color:#626872;
 font-family: 'Prometo';
 font-size: 16px;
 line-height: 27px;
}

a, a:hover, a:active{
   text-decoration: none;
   color: var(--verde);
   transition: .2s ease;
}
section{
   padding: 80px 0;
}

.vertical-center {
   display: flex;
   align-items: center;
}
.vertical-bottom{
   display: table;
   vertical-align: bottom;
}
.border-bottom-none{
   border-bottom: none !important;
}
.border-bottom-verde{
   border-bottom: 1px solid var(--verde);
}

.cabecalho{
   background-color: var(--verde);
   color: var(--branco);
   padding: 5px 0;
}
.cabecalho a{
 font-family: 'Prometo';
 font-size: 13px;
 color: var(--branco);
 padding: 0 10px;
}
.cabecalho a:hover{
 font-family: 'Prometo';
 font-size: 13px;
 color: var(--preto);
}

.logo{
   max-width: 140px;
   width: 100%;
   margin: 10px 0;
   transition: .5s;
}
.ajusta-logo{
   max-width: 95px;
   width: 100%;
   margin: 3px 0;
   transition: .5s;
}


.spacer-topo{
   display: block;
   height: 140px;
}

header{
   background-color: var(--branco);
   box-shadow: 0px 1px 9px 1px rgba(0,0,0,0.08);
   -webkit-box-shadow: 0px 1px 9px 1px rgba(0,0,0,0.08);
   -moz-box-shadow: 0px 1px 9px 1px rgba(0,0,0,0.08);
}


.nav-link{
 font-family: 'Prometo';
 font-size: 15px;
 line-height: 20px;
 color: var(--preto);
}
.nav-item{
   margin: 0 10px;
}

.dropdown-menu{
   background-color: #3a404a;
   width: 500px;
}

.dropdown-item b{
   color: var(--verde);
   font-size: 17px;
   font-family: 'Prometo-Bold';
}

.dropdown-item{
   color: var(--branco);
   font-size: 14px;
   line-height: 23px;
   font-family: 'Prometo';
   text-wrap: auto;
}
.dropdown-item:hover{
   background-color: #252a32;
   color: var(--branco);
}


.dente-div{
   clip-path: polygon(100% 0, 100% 97%, 51% 97%, 50% 100%, 49% 97%, 0 97%, 0 0);
}
.dente-div-topo{
   clip-path: polygon(50% 3%, 51% 0, 100% 0, 100% 100%, 0 100%, 0 0, 49% 0);
}

.destaque{
   background-color: var(--preto);
}
.caption-fix{
   z-index: 10;
   position: absolute;
   height: 100%;
}


.destaque h1{
   font-size: 68px;
   line-height: 70px;
   font-family: 'Prometo-Bold';
   color: var(--verde);
}
.destaque h2{
   font-size: 25px;
   line-height: 30px;
   font-family: 'Prometo';
   color: var(--branco);
}

.selo{
   padding:0;
   transition: .2s ease;
}
.selo:hover{
   padding: 10px;
   transition: .2s ease;
}



.bg-gestaox-bs{
   background-color: #031706;
   background-image: url('img/bg-gestaox-bs.jpg');
   background-size: contain;
   background-repeat: no-repeat;
   background-position: right;
}
.bg-gestaox-bs h3{
   font-size: 17px;
   line-height: 28px;
   font-family: 'Prometo';
   color: var(--branco);
}


.beneficios h3{
   font-family: 'Prometo-Bold';
   font-size: 30px;
   line-height: 35px;
   color: var(--verde);
}
.beneficios h4{
   font-family: 'Prometo-Bold';
   font-size: 45px;
   line-height: 50px;
   color: var(--preto);
}





.wp-pagenavi a, .wp-pagenavi span {
   padding: 5px 15px !important;
}

.wp-pagenavi{
   text-align: center;
   margin: 40px 0;
   transition: all ease 0.3s;
}

.current{
   color: #fff;
   background-color: var(--verde);
   font-size: 20px;
   border: 0px !important;
   font-weight: bold;
   border-radius: 5px;
   padding: 10px 20px;
   margin: 5px;
   width: 20px;
   transition: all ease 0.3s;
}

.page{
   color: var(--preto);
   background-color: var(--cinza);
   border-radius: 5px;
   padding: 10px 20px;
   margin: 5px;
   border: 0px !important;
   font-size: 20px;
   transition: all ease 0.3s;
}
.page:hover{
   background-color: var(--preto);
   color: var(--branco);
   border: 0px !important;
   transition: all ease 0.3s;
}

.nextpostslink{
   color: var(--preto);
   background-color: var(--cinza);
   border-radius: 5px;
   padding: 10px 20px;
   margin: 5px;
   border: 0px !important;
   font-size: 20px;
   transition: all ease 0.3s;
}
.nextpostslink:hover{
   background-color: var(--preto);
   color: var(--branco);
   border: 0px !important;
   transition: all ease 0.3s;
}

.previouspostslink{
   color: var(--preto);
   background-color: var(--cinza);
   border-radius: 5px;
   padding: 10px 20px;
   margin: 5px;
   border: 0px !important;
   font-size: 20px;
   transition: all ease 0.3s;
}
.previouspostslink:hover{
   background-color: var(--preto);
   color: var(--branco);
   border: 0px !important;
   transition: all ease 0.3s;
}


.botao01{
   background-color: var(--verde);
   color: var(--branco);
   border: 0;
   padding: 10px 15px;
   font-family: 'Prometo';
   font-size: 18px;
   transition: .5s;
   margin: 15px 0;
   letter-spacing: .5px;
}
.botao01:hover{
   background-color: var(--verde2);
   transition: .5s;
   cursor: pointer;
}
.botao01b{
   background-color: var(--verde);
   color: var(--branco);
   border: 0;
   padding: 10px 15px;
   font-family: 'Prometo';
   font-size: 18px;
   transition: .5s;
   margin: 15px 0;
   letter-spacing: .5px;
}
.botao01b:hover{
   background-color: var(--branco);
   color: var(--preto);
   transition: .5s;
   cursor: pointer;
}

.botao02{
   background-color: var(--preto);
   color: var(--branco);
   border: 0;
   padding: 10px 15px;
   font-family: 'Prometo';
   font-size: 18px;
   transition: .5s;
   margin: 15px 0;
   letter-spacing: .5px;
}
.botao02:hover{
   background-color: var(--verde2);
   transition: .5s;
   cursor: pointer;
}

.foto1{
   border: 2px solid transparent;
   transition: .5s;
}
.foto1:hover{
   border: 2px solid var(--verde);
   transition: .5s;
}

.titulo1{
   font-size: 45px;
   line-height: 52px;
   font-family: 'Prometo-Bold';
   color: var(--verde);
   margin-bottom: 40px;
}
.titulo2{
   font-size: 35px;
   line-height: 42px;
   font-family: 'Prometo-Bold';
   color: var(--verde);
   margin-bottom: 20px;
}
.titulo3{
   font-size: 20px;
   line-height: 28px;
   font-family: 'Prometo-Bold';
   color: var(--verde);
}
.subtitulo1{
   font-size: 22px;
   line-height: 28dpx;
   font-family: 'Prometo';
   color: #999;
}

.data{
   font-size: 15px;
   line-height: 18dpx;
   font-family: 'Prometo';
   color: #999;
}


.big-numbers{
   width: 100%;
   font-size: 30px;
   line-height: 35px;
   font-family: 'Prometo';
   border-bottom: 1px solid var(--verde);
   padding: 60px 0;
}
.big-numbers span{
   font-size: 90px;
   font-family: 'Prometo-Bold';
}
.big-numbers b{
   font-size: 70px;
   font-family: 'Prometo';
   color: var(--verde);
}

.porque-escolher{
   background-color: var(--verde2);
   color: var(--branco);
   font-size: 14px;
   line-height: 19px;
}
.missao{
   background-color: var(--verde2);
   color: var(--branco);
}
.missao img{
   max-width: 150px;
}

.hexagono{
   clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
   background-color: var(--verde);
   padding: 40px;
   margin: 15px 0;
}

.topo-internas{
   background-color:#3a3f49;
   padding: 70px 0;
   clip-path: polygon(100% 0, 100% 96%, 51% 96%, 50% 100%, 49% 96%, 0 96%, 0 0);
}
.topo-internas h1{
   font-size: 55px;
   line-height: 60px;
   color: var(--verde);
   font-family: 'Prometo-Bold';
}

.gestao{
   background-color:#3a3f49;
   font-size: 15px;
}

.recursos{
   background-color:#3a3f49;
}
.recursos article{
   margin-bottom: 35px;
   color: var(--branco);
   font-size: 16px;
   line-height: 25px;
}
.recursos article b{
   font-size: 18px;
}

.mais-seguranca{
   background-color: var(--verde);
}
.mais-seguranca h3{
   color: var(--preto);
   font-size: 66px;
   line-height: 70px;
   font-family: 'Prometo-Bold';
   margin-bottom: 15px;
}
.mais-seguranca h4{
   color: var(--branco);
   font-size: 25px;
   line-height: 30px;
}

.mais-seguranca{
   background-color: var(--verde);
}

.caminho{
   background-color: var(--verde2);
}
.caminho article{
   color: var(--branco);
   margin-bottom: 60px;
}
.caminho article h3{
   font-size: 25px;
   line-height: 30px;
   font-family: 'Prometo-Bold';
   color: #61b856;
}
.caminho article h4{
   font-size: 55px;
   line-height: 55px;
   font-family: 'Prometo-Bold';
   color: var(--branco);
}
.caminho article h5{
   font-size: 25px;
   line-height: 30px;
   font-family: 'Prometo-Bold';
   color: var(--branco);
}
.caminho article img{
   height: 170px;
   width: 100%;
}

.segmentos article{
   margin-bottom: 35px;
}
.segmentos h3{
   font-size: 30px;
   line-height: 38px;
   font-family: 'Prometo-Bold';
   color: var(--verde);
}
.segmentos{
   font-size: 15px;
   line-height: 18px;
}

.selos{
   background-color:#001117;
}

.bg-cinza{
   background-color: var(--cinza);
}

.bg-cinza-escuro{
   background-color:#3a3f49;
}

.solucao-ideal{
   background-color: #00090f;
}

.form1{
   background-color: #efefef;
   margin: 10px 0;
}

.atleta img{
   filter: drop-shadow(7px 7px 0px var(--verde));
}
.atleta h3{
   font-size: 22px;
   line-height: 25px;
   color: var(--verde);
}
.atleta h4{
   font-size: 18px;
   line-height: 22px;
   margin: 20px 0;
}

.logo-gestao{
   width: 100%;
   max-width: 350px;
}


#contato section{
   padding-top: 0 !important;
   padding-bottom: 0 !important;
}
#contato textarea{
   height: 120px;
   padding: 10px;
}
#contato label{
   font-size: 12px !important;
}

.redes{
   transition: all ease 0.3s;
   color:#999;
   margin-left: 15px;
   font-size: 30px;
}
.redes:hover{
   transition: all ease 0.3s;
   color: var(--rosa);
}

footer{
   background-color: #00090f;
   padding: 60px 0;
   color: var(--branco);
}
footer section{
   padding: 0 !important;
}
.footer-link{
   color: var(--branco);
   font-size: 15px;
   border-bottom: 1px solid var(--verde);
   display: block;
   padding: 5px 0;
}
footer span{
   font-size: 12px;
   line-height: 15px;
}
.logo-rodape{
   width: 100%;
   max-width: 130px;
}
.redes{
   font-size: 30px;
   color: var(--verde);
}
.redes:hover{
   font-size: 30px;
   color: var(--branco);
}



.bg-mandala{
  background: #050709;
}


.bt-whatsapp{
   background-color:var(--verde);
   border-radius: 10px;
   padding: 10px;
   font-size: 30px;
   font-weight: normal;
   color:#fff;
   -webkit-transition: all .2s ease-out;
   -moz-transition: all .2s ease-out;
   -o-transition: all .2s ease-out;
   transition: all .2s ease-out; 
   text-transform: uppercase;
   position: fixed;
   z-index: 100;
   bottom: 90px;
   right: 15px;
}
.bt-whatsapp:hover{
   background-color:#18ed34;
   -webkit-transition: all .2s ease-out;
   -moz-transition: all .2s ease-out;
   -o-transition: all .2s ease-out;
   transition: all .2s ease-out; 
}

.bt-suporte{
   background-color:var(--preto);
   border-radius: 10px;
   padding: 10px;
   font-size: 30px;
   font-weight: normal;
   color:#fff;
   -webkit-transition: all .2s ease-out;
   -moz-transition: all .2s ease-out;
   -o-transition: all .2s ease-out;
   transition: all .2s ease-out; 
   text-transform: uppercase;
   position: fixed;
   z-index: 100;
   bottom: 150px;
   right: 15px;
}
.bt-suporte:hover{
   background-color:#666666;
   -webkit-transition: all .2s ease-out;
   -moz-transition: all .2s ease-out;
   -o-transition: all .2s ease-out;
   transition: all .2s ease-out; 
}





/* Small devices (landscape phones, 544px and up) */
@media (max-width: 575px) { 





}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (max-width: 767px) { 

   .destaque h1{
      padding-top: 110px;
   }


   html, body {
    font-size: 14px;
    line-height: 24px;
 }

.dropdown-menu{
   width: 350px;
}

 .logo{
   max-width: 95px;
   width: 100%;
   margin: 5px;
}
.logo-rodape{
   width: 100%;
   max-width: 100px;
}

.nav-item {
  margin: 5px 10px;
}
.spacer-topo{
   height: 100px;
}
.botao01.botao01b{
   padding: 10px 15px;
   font-size: 15px;
   letter-spacing: .5px;
}

.caption-fix{
   padding-left: 20px;
}


.titulo1{
   font-size: 26px;
   line-height: 30px;
   margin-bottom: 30px;
}
.titulo2{
   font-size: 26px;
   line-height: 30px;
}

.subtitulo1{
   font-size: 16px;
   line-height: 19dpx;
   font-family: 'Prometo';
}


.porque-escolher{
   line-height: 16px;
}

.mais-seguranca h3{
   font-size: 36px;
   line-height: 40px;
}
.mais-seguranca h4{
   font-size: 18px;
   line-height: 22px;
}

.segmentos h3{
   font-size: 25px;
   line-height: 30px;
}

.topo-internas{
   padding: 60px 20px;
   clip-path: polygon(100% 0, 100% 96%, 52% 96%, 50% 100%, 48% 96%, 0 96%, 0 0);
}
.topo-internas h1{
   font-size: 35px;
   line-height: 40px;
}





}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) { 


   .order1{
      order: 1;
   }
   .order2{
      order: 3;
   }
   .order3{
      order: 2;
   }


}


/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {  

   .destaque h1{
      font-size: 38px;
      line-height: 38px;
   }
   .destaque h2{
      font-size: 15px;
      line-height: 18px;
   }

   .big-numbers{
      font-size: 20px;
      line-height: 25px;
      padding: 30px 0;
   }
   .big-numbers span{
      font-size: 50px;
      font-family: 'Prometo-Bold';
   }
   .big-numbers b{
      font-size: 50px;
      font-family: 'Prometo';
      color: var(--verde);
   }

   .dente-div{
      clip-path: polygon(100% 0, 100% 99%, 52% 99%, 50% 100%, 48% 99%, 0 99%, 0 0);
   }
   .dente-div-topo{
      clip-path: polygon(50% 2%, 52% 0, 100% 0, 100% 100%, 0 100%, 0 0, 48% 0);
   }
.bg-gestaox-bs{
   background-size: cover;
   background-position: left;
}



}















.tz-gallery {
  padding: 10px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
  padding: 2px;
}

.tz-gallery .lightbox img {
  width: 100%;
  border-radius: 0;
  position: relative;
}

.tz-gallery .lightbox:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  color: #fff;
  font-size: 26px;
  font-family: "Font Awesome 5 Free";
  content: "\f002";
  font-weight: 900;
  pointer-events: none;
  z-index: 9000;
  transition: 0.4s;
}


.tz-gallery .lightbox:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  content: '';
  transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
  opacity: 1;
}

.baguetteBox-button {
  background-color: transparent !important;
}
