html {background:#fff;}
body {font-size:14px;color:#000;font-family:'Montserrat';font-weight: 300;}
html,
body {height:100%;}

html.active {overflow: hidden;}

* {-webkit-font-smoothing: antialiased;}

i, em {font-style:italic;}

a {color:#000;}

a {text-decoration:none;cursor:pointer;}
a:hover {text-decoration:none;}

strong, b {font-weight:bold;}
input[type="reset"], input[type="submit"], button {cursor:pointer;}

::-webkit-input-placeholder {color:#fff;}
::-moz-placeholder {color:#fff;}
:-ms-input-placeholder {color:#fff;}
input:-moz-placeholder {color:#fff;}

select {
  -ms-box-sizing:content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
}

select::-ms-expand {
  display: none;
}

::selection {
  background: #999;
  color: #fff;
}
::-moz-selection {
  background: #999;
  color: #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background:transparent !important;
}

form * {outline:0;}

form .error,
form .success {font-size:16px;margin-bottom: 15px;}
form .success {color: #0080007d;background: #e4f1d4;padding: 20px;border-radius: 4px;border: solid 2px #0080001f;font-weight: 600;}
form .error {color: #8000007d;background: #f1d4d4;padding: 20px;border-radius: 4px;border: solid 2px #8000001f;font-weight: 600;}
form .retorno {width: 100%;}

.clear {clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
.last {margin-right:0px !important;}
.not-found {font-size:16px;margin:0px 0px 0px 20px;}

.wrapper {max-width:1420px;position:relative;z-index:1;left:50%;transform:translateX(-50%);width:calc(100% - 40px);}

.texto {line-height:150%;}
.texto p {margin-bottom:16px;}
.texto img {display:table;margin:0 auto;max-width:100%;}

.loading-full {position:fixed;z-index:99;top:0;bottom:0;left:0;right:0;background:#2234637a;display:none;}

.sk-circle {
  width: 40px;
  height: 40px;
  position: fixed;
  z-index: 99;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.lg-autoplay-button {
    display: none;
}

#lg-counter, .lg-toolbar .lg-icon {
    color: #fff!important;
}

.lg-object {
    border-radius: 4px;
}

.lg-toolbar {
    background-color: #222!important;
}

.lg-backdrop {
    background-color: #999999!important;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: #222!important;
    border-radius: 40px!important;
    color: #fff!important;
    padding: 20px 20px 20px!important;
}

#content {position:relative;width:100%;max-width:1920px;margin:0 auto;background:#fff;overflow: hidden;}

#content-page {}

.titulo.size1 {font-size: 42px;}
.titulo.size2 {font-size: 30px;}
.titulo.size3 {font-size: 20px;}
.titulo b {font-weight: 800;}

.texto {font-size: 18px; font-weight: 550; line-height: 140%;}
.texto.size2 {font-size: 15px;}
.texto b {font-weight: 700;}

.bold {font-weight: 600;}
.semibold {font-weight: 550;}
.upp {text-transform: uppercase;}
.justf {text-align: justify;}

.branco {color: #fff;}
.bege {color: #efe8d3;}
.verde {color: #447156;}

.botao {font-size: 16px; font-weight: 550; color: #fff; padding: 5px 0 20px; width: fit-content; position: relative; display: flex; align-items: center; transition-duration: .8s;}
.botao svg {margin: 0 10px 0 25px; height: 12px; width: fit-content; transition-duration: .8s;}
.botao:hover svg {margin: 0 0 0 35px; transition-duration: .8s;}
.botao svg path {fill: #fff; transition-duration: .8s;}
.botao::after {content: ""; position: absolute; left: 0; bottom: 0; width: 10px; height: 3px; background: #fff4d2; opacity: 0; transition-duration: .8s;}
.botao:hover::after {width: 40px; opacity: 1; transition-duration: .8s;}
.botao.verde::after {background: #b6a266;}
.botao.verde {color: #447156; transition-duration: .8s;}
.botao.verde svg path {fill: #447156; transition-duration: .8s;}
.botao.grande {padding: 0 60px; height: 85px; border-radius: 50px; background: #37493e;}
.botao.grande::after {background: #b6a266; bottom: 15px; left: 60px;}

.owl-dots {display: flex; align-items: center; justify-content: center; margin-top: 50px;}
.owl-dots .owl-dot {position: relative; height: 13px; width: 13px; border: solid 1px #fff0; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 5px; transition-duration: .8s;}
.owl-dots .owl-dot:hover {border: solid 1px #dbff00; transition-duration: .8s;}
.owl-dots .owl-dot.active {border: solid 1px #dbff00; transition-duration: .8s;}
.owl-dots .owl-dot::before {content: ""; position: absolute; z-index: 2; background: #fff; height: 9px; width: 9px; border-radius: 50%; transition-duration: .8s;}
.owl-dots .owl-dot:hover::before {background: #dbff00; transition-duration: .8s;}
.owl-dots .owl-dot.active::before {background: #dbff00; transition-duration: .8s;}

.owl-nav {display: flex; align-items: center; justify-content: space-between; position: absolute; z-index: -1; top: 0; height: 100%; width: calc(100% + 100px); left:50%; transform:translateX(-50%);}
.owl-nav .owl-prev {font-size: 0; background: url(../svg/ico_arrow_left.svg) no-repeat; height: 23px; width: 13px;}
.owl-nav .owl-next {font-size: 0; background: url(../svg/ico_arrow_right.svg) no-repeat; height: 23px; width: 13px;}

#erro .erro {display: flex; flex-direction: column; align-items: center; padding: 50px 0 150px;}
#erro .erro .titulo {max-width: 550px; text-align: center;}
#erro .erro .botao {margin-top: 45px;}

.cookie-bar {position:fixed;z-index:999999;bottom:0;left:0px;width:100%;}
.cookie-bar .conteudo {display: flex;background: #2a352e;padding: 30px 30px 0px;border-radius: 30px; margin-bottom: 30px;}
.cookie-bar .icone {margin-right: 20px;}
.cookie-bar .icone svg {width: 40px; height: 40px;}
.cookie-bar .icone svg path {fill: #efe8d3;}
.cookie-bar .box {float:left;width: calc(100% - 380px);margin-right: 20px;}
.cookie-bar .titulo {font-size:18px;margin-bottom:10px;font-weight:500;}
.cookie-bar .texto {font-size:14px;}
.cookie-bar .texto a {text-decoration:underline;color:#fff;}
.cookie-bar .buttons {float:right;width:300px;}
.cookie-bar .buttons .botao-cookies {display: flex; justify-content: center; align-items: center; cursor: pointer; margin-bottom: 15px; width: 100%; font-size: 14px; font-weight: 550; border-radius: 50px; background: #405348; color: #efe8d3; padding: 0; height: 45px; transition-duration: .8s;}
.cookie-bar .buttons .botao-cookies:hover {background: #efe8d3; color: #405348; transition-duration: .8s;}
.cookie-bar .buttons .botao-cookies::after {display: none;}
.cookie-bar .buttons .botao-cookies:last-child {margin-bottom: 30px; background: #efe8d3; color: #405348;}
.cookie-bar .buttons .botao-cookies:last-child:hover {background: #405348; color: #efe8d3;}

.box-topo {height: 45vh; background: #405348;}
.box-topo .wrapper {height: 100%;}
.box-topo .botao {position: absolute; z-index: 5; left: 0; top: 50px;}
.box-topo .info {display: flex; flex-direction: column; align-items: center; text-align: center; justify-content: center; position: absolute; width: 100%; left: 50%; transform: translateX(-50%); height: 100%;}
.box-topo .logo {display: flex; align-items: center; margin-bottom: 35px;}
.box-topo .logo svg {width: 200px; height: fit-content;}

.linha-topo {position: absolute; z-index: 99; top: 0; left: 0; width: 100%; height: 4px; background: #2a352e;}

.whatsapp {display: flex; align-items: center; justify-content: center; position: fixed; z-index: 9; right: 20px; bottom: 40px; height: 55px; width: 55px; border-radius: 50%; background: #19b92c;}
.whatsapp svg {height: 30px; width: 30px;}
.whatsapp svg path {fill: #fff;}

#footer {background: #2a352e; padding: 60px 0 20px; position: relative;}
#footer .conteudo {display: flex; align-items: center; justify-content: space-between;}
#footer .links {display: flex;}
#footer .link {display: flex; align-items: center; font-size: 16px; font-weight: 500; margin-right: 40px; transition-duration: .8s;}
#footer .link:hover {color: #b6a266; transition-duration: .8s;}
#footer .link svg {width: 18px; height: fit-content; margin-right: 15px;}
#footer .link svg path {fill: #efe8d3; transition-duration: .8s;}
#footer .link:hover svg path {fill: #b6a266; transition-duration: .8s;}
#footer .sociais {display: flex;}
#footer .sociais li {margin-left: 10px;}
#footer .social {display: flex; align-items: center; justify-content: center; height: 30px; width: 30px; border-radius: 50%; background: #efe8d3; transition-duration: .8s;}
#footer .social:hover {background: #2a352e; transition-duration: .8s;}
#footer .social svg {height: 16px; width: fit-content;}
#footer .social.ytb svg {height: 13px; width: fit-content;}
#footer .social svg path {fill: #2a352e; transition-duration: .8s;}
#footer .social:hover svg path {fill: #efe8d3; transition-duration: .8s;}
#footer .politicas {display: flex; align-items: center; justify-content: space-between; padding-top: 70px;}
#footer .menu {display: flex;}
#footer .menu li {margin-right: 30px;}
#footer .menu li:last-child {margin-right: 0;}
#footer .menu .link {font-size: 10px; opacity: .7; margin: 0; transition-duration: .8s;}
#footer .menu .link:hover {color: #b6a266; transition-duration: .8s;}

#home .banner {height: 100vh; position: relative;}
#home .banner img {position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
#home .banner .img-banner-mobile {display: none;}
#home .banner .wrapper {position: absolute; height: 100%;}
#home .banner .logo {position: absolute; left: 0; top: 50px;}
#home .banner .info {position: absolute; left: 0; bottom: 10vh;}
#home .banner .logo svg {width: 320px; max-height: 128px; height: fit-content;}
#home .banner .titulo {margin-bottom: 25px; width: 100%; max-width: 510px;}
#home .banner .texto {width: 100%; max-width: 550px;}
#home .banner .botao {margin-top: 40px;}
#home .banner .botao-mobile {display: none;}
#home .banner .scroll {cursor: pointer; display: flex; align-items: center; justify-content: center; position: absolute; z-index: 5; left: 50%; transform: translateX(-50%); bottom: 20px; height: 42px; width: 42px; border: solid 1px #ffffff80; border-radius: 50%; transition-duration: .8s;}
#home .banner .scroll:hover {border-color: #fff; background: #fff; transition-duration: .8s;}
#home .banner .scroll svg {margin-top: 2px; width: 10px; height: fit-content;}
#home .banner .scroll svg path {fill: #fff; transition-duration: .8s;}
#home .banner .scroll:hover svg path {fill: #405348; transition-duration: .8s;}

#home .atuacoes {padding: 100px 0 165px; background: url(../imagens/site/bg.jpg) no-repeat right top #fff;}
#home .atuacoes .lista {display: flex; flex-wrap: wrap; gap: 20px;}
#home .atuacao {cursor: pointer; box-sizing: border-box; width: calc(33.33% - 14px); height: 250px; border-radius: 12px; border: solid 1px #dfe7e0; padding: 50px 50px 0 40px; transition-duration: .8s;}
#home .atuacao:hover {background: #efeee3; border-color: #efeee3;}
#home .atuacao .titulo {margin-bottom: 35px;}
#home .atuacao.contato {position: relative; overflow: hidden;}
#home .atuacao.contato:hover {background: #34533f; border-color: #34533f; transition-duration: .8s;}
#home .atuacao.contato .titulo {position: relative; z-index: 2;}
#home .atuacao.contato .texto {position: relative; z-index: 2;}
#home .atuacao.contato .texto a {text-decoration: underline;}
#home .atuacao.contato img {height: 100%; width: 100%; z-index: 1; left: 0; top: 0; position: absolute; object-fit: cover;}

#home .sobre {position: relative;}
#home .sobre .bg {position: absolute; left: 0; bottom: 0; width: 100%; height: 800px;}
#home .sobre .bg img {height: 100%; width: 100%; object-fit: cover;}
#home .sobre .conteudo {display: flex; align-items: flex-end;}
#home .sobre .box-img {display: flex; align-items: flex-end;}
#home .sobre .box-img img {width: fit-content; height: auto; object-fit: contain;}
#home .sobre .selo {margin-left: 10px;}
#home .sobre .selo svg path {fill: #fff;}
#home .sobre .info {width: 50%; max-width: 530px; padding: 0 0 65px 60px;}
#home .sobre .titulo {margin-bottom: 30px; display: none;}
#home .sobre .botao {margin-top: 100px;}

#home .etapas {background: #405348; padding: 90px 0 60px; position: relative; overflow: hidden;}
#home .etapas::after {content: ""; position: absolute; left: 0; top: 35%; width: 100%; height: 200%; background: radial-gradient(circle, rgba(96, 130, 95, 0.89) 0%, rgba(64,83,72,1) 55%);}
#home .etapas .info {display: flex; flex-direction: column; align-items: center;}
#home .etapas .lista {display: flex; flex-wrap: wrap; justify-content: space-between; padding-top: 60px;}
#home .etapa {display: flex; width: calc(50% - 30px); margin-bottom: 20px;}
#home .etapa .texto {font-weight: 400; margin: 5px 0 0 30px;}
#home .etapas .botao {margin-top: 60px;}

#politicas .textos {padding: 120px 0 80px; display: flex; justify-content: space-between;}
#politicas .texto {width: calc(85% - 40px);}
#politicas .filtros {width: 15%;}
#politicas .botao {margin-bottom: 15px;}

#erro .conteudo {padding: 120px 0; display: flex; flex-direction: column; align-items: center; text-align: center;}
#erro .conteudo svg {margin: 35px 0 55px; width: 320px; height: fit-content;}