* {
  font-family: "Open Sans", sans-serif;
}
.clear{
  clear: both;
}
.sombra {
  position: relative;
  width: 100%;
  height: 36px;
  display: block;
  z-index: 1;
  background: url('../img/sombra.webp') center top no-repeat;
}
.banners .imagem {
  width: 100%;
}

.banners .item {
  position: relative;
}

.banners {
  margin-bottom: 0px;
}

.banners-interno {
  margin-bottom: 0px;
  display: flex;
  position: relative;
  height: 505px;
}
.interno-banner{
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);;
  width: 100%;
  height: 100%;
}
.banners-interno img{
  width: 100%;
  min-height: 350px;
  object-fit: cover;
}
.banner-extras {
  position: absolute;
  z-index: 3;
  bottom: 100px;
  left: 50%;
  width: 55%;
  max-width: 1920px;
  transform: translateX(-50%);
  transition: 0.5s;
  text-align: left;
}

.banner-extras h2 {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 140%;
  margin-left: 0px;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 700px;
}

.banner-extras p {
  font-weight: 600;
  color: #ffffff;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 140%;
  max-width: 990px;
  margin-left: 0px;
  margin-right: auto;
}

.banners .slick-dots {
  margin: 0;
  list-style: none;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  background: transparent;
  border-radius: 15px;
}

.banners .slick-active button::before,
.banners button:hover:before {
  color: #181e4e !important;
}

.topo {
  background: #785432;
  text-align: center;
  width: 100%;
  height: 80px;
  position: absolute; 
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 320px;
  border-bottom: 5px solid rgba(63,63,76, 0.8);
}
.logo-desktop{
  position: absolute;
  width: 100%;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo-desktop .logo-desktop1{
  width: 100%;
  display: flex;
}
.logo-desktop .logo-desktop1 img{
  margin: 92px auto 0;
  z-index: 3;
}
.topo .logo{
  display: none;
}

.topo .logo img {
  width: 150px;
  margin-left: 70px;
}

.topo .menu {
  text-align: center;
  list-style: none;
  align-items: center;
  display: flex;
  gap: 72px;
  margin: auto;
  height: 80px;
}
.abrir-sub::before{
  content: '\f078';
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #FFFFFF;
  z-index: 121;
  position: absolute;
  transition: all 0.5s ease-in;
}
.abrir-sub:hover::before {
  transform: translateY(-50%) rotateX(180deg);
}
.abrir-sub:hover ul.submenu{
  display: block;
}
ul.submenu{
    display: none;
    position: absolute;
    bottom: 10;
    background: rgba(125,78,9, 0.80);
    width: 290px;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
    padding: 20px;
    box-sizing: border-box;
    list-style: none;
}
ul.submenu li{
  text-decoration: none;
  list-style: none;
  margin: 10px 0;
}
ul.submenu li.divisao{
  margin-top: 20px;
}
ul.submenu li.divisao:before{
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(238,238,238, 0.28);
  position: absolute;
  top: -10px;
  left: 0;
}
.topo .menu li{
  position: relative;
}
.topo .menu li:after{
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 20px;
  background: rgba(238,238,238, 0.28);
  top: 50%;
  left: -34px;
  transform: translateY(-50%);
}
.topo .menu li:nth-child(1):after{
  display: none;
}
.topo .menu li a {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 1.125em;
  font-weight: 100;
  transition: all .5s ease;
}
.topo .menu li a:hover,
.topo .menu li a.active{
  font-weight: 600;
  transition: all .5s ease;
}
.topo .center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1460px;
}

#sobre {
  background: #f7f6fb;
  font-family: "Poppins", sans-serif;
  scroll-margin-block: 120px;
  position: relative;
  padding-bottom: 150px;
}
.div-baixo-telefones{
  width: 1160px;
  margin: auto;
  height: 170px;
  background: #3F3F4C;
  display: flex;
}

.div-baixo-sobre{
  width: 1160px;
  margin: auto;
  height: 170px;
  background: #3F3F4C;
  position: absolute;
  bottom: -230px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
}
.div-baixo-sobre .left{
  width: 50%;
  float: left;
  height: 100%;
  background: #785432;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 55px 40px;
  box-sizing: border-box;
}
.div-baixo-sobre .left h2{
  font-size: 1.9375em;
  color: #fFFFFF;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 120%;
}

.div-baixo-sobre .left .descricao{
  font-size: 1.125em;
  color: #ffffff;
  line-height: 120%;
}
.div-baixo-sobre .right{
  width: 50%;
  float: right;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 35px;
  box-sizing: border-box;
}
.div-baixo-sobre .right .descricao{
  font-size: 1em;
  color: #ffffff;
  line-height: 160%;
  text-align: center;
}
.div-baixo-sobre .left:after{
  content: "";
  position: absolute;
  background: #785432;
  right: 15px;
  top: 50%;
  height: 56px;
  width: 56px;
  transform: rotate(45deg) translateY(-50%);
}
.sobre .texto {
  position: relative;
}

.titulo-detalhe h1 {
  font-family: "Poppins", sans-serif;
  font-size: 2.5em;
  color: #3F3F4C;
  text-align: left;
  max-width: 350px;
  margin-bottom: 50px;
  line-height: 115%;
  font-weight: 400;
  position: relative;
  margin-left: 10px;
  z-index: 1;
}

.titulo-detalhe h1::before{
  content: "";
  position: absolute;
  width: 106px;
  height: 128px;
  border: 5px solid #EEDAC8;
  top: 50%;
  left: -45px;
  transform: translateY(-50%);
  z-index: -2;
}
.titulo-detalhe h1::after{
  content: "";
  position: absolute;
  width: 20px;
  height: 95px;
  background: #f7f6fb;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  z-index: -1;
}

.sobre .texto .texto_padrao {
  margin-left: 0;
  font-size: 0.9375em;
  color: #444444;
  text-align: left;
  max-width: 600px;
  margin-top: revert;
  line-height: 150%;
}
#sobre .center{
  margin-top: 70px;
}

.contato_telefone {
  width: 100%;

  margin: 0 auto;
  flex-flow: row wrap;
  display: flex;
}
.contato_telefone .item {
  width: 345px;
  align-items: center;
  padding-bottom: 20px;
}

.contato_telefone .fone a {
  margin-left: 10px;
  font-size: 1.125em;
  color: #444444;
}

.contato_telefone .email a {
  font-size: 1.125em;
  color: #444444;
}

.contato_telefone .borda {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #785432;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}

.contato_telefone .fone {
  display: flex;
  justify-content: flex-start;
  height: 40px;
  width: 330px;
  margin-top: -33px;
  margin-left: 45px;
}


.contato {
  display: flex;
  margin-top: 80px;
  margin-left: 30px;
  gap: 70px;
}
.sobre .contato .fone a {
  margin-left: 10px;
  font-size: 1.125em;
  color: #444444;
}

.sobre .contato .email a {
  font-size: 1.125em;
  color: #444444;
}


.contato .borda {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #785432;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}

.sobre .contato .item {
  display: flex;
  align-items: center;
}

.sobre .texto-area {
  width: 60%;

}

.sobre .imagem-area {
  width: 40%;
}

.sobre .imagem-area .borda::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: #785432;
  align-content: space-between;
  position: absolute;
  right: -10px;
  bottom: -10px;
}

.sobre .imagem-area img {
  display: block;
  width: 100%;
  max-width: 420px;
  max-height: 433px;
  object-fit: cover;
}

.sobre .center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
}

.sobre .imagem-area .borda {
  position: relative;
  width: fit-content;
}

.sobre .imagem-area .item {
  top: 50%;
  transform: translate(-50px, -50%);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #025781;
  border-radius: 50%;
  height: 90px;
  width: 90px;
  border: solid 5px #ffffff;
}

.sobre .imagem-area .item img {
  width: 30%;
  max-width: 420px;
  object-fit: cover;
}

#servicos {
  background: #ffffff;
  font-family: "Poppins", sans-serif;
  padding-top: 80px;
  scroll-margin-block: 120px;
}

.servicos .center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1290px;
}

.servicos .titulo {
  position: relative;
  text-align: center;
}

.servicos .titulo h1 {
  font-family: "Poppins", sans-serif;
  font-size: 2.1875em;
  color: #181e4e;
  text-align: center;
  line-height: 115%;
  margin-bottom: 15px;
}

.servicos .texto p {
  font-size: 0.9375em;
  color: #444444;
  text-align: center;
  line-height: 150%;
}

.titulo .detalhe {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  content: "";
  height: 5px;
  width: 60px;
  background: #025781;
  display: block;
}

.titulo .detalhe::after {
  content: "";
  height: 1px;
  width: 60px;
  background: #d9d9d9;
  display: block;
  position: relative;
  left: 60px;
  top: 1px;
}
.titulo .detalhe::before {
  content: "";
  height: 1px;
  width: 60px;
  background: #d9d9d9;
  display: block;
  position: relative;
  top: 2px;
  left: -60px;
}

.servicos .lista .item {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.servicos .lista .item .borda {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #025781;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  border: solid 5px #9abccd;
}

.servicos .lista .item h2 {
  font-family: "Poppins", sans-serif;
  margin-left: 0px;
  font-size: 1.125em;
  color: #444347;
  text-align: center;
  margin-top: 20px;
  line-height: 115%;
}

.servicos .lista .texto_padrao {
  font-family: "Poppins", sans-serif;
  margin-left: 0px;
  font-size: 0.9375em;
  color: #444347;
  text-align: center;
  margin-top: 25px;
  line-height: 150%;
}

.servicos .lista .item .slick-dots {
  margin: 0;
  list-style: none;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  background: transparent;
  border-radius: 13px;
}

.servicos .lista .slick-dots button::before {
  color: transparent !important;
  border: #007ac3 solid 1px;
  width: 13px;
  height: 13px;
  border-radius: 13px;
}

.servicos .lista .slick-active button::before,
.servicos .lista button:hover:before {
  background: #025781 !important;
}

#galeria {
  position: relative;
  background: rgb(24 30 78 / 90%);
  font-family: "Poppins", sans-serif;
  padding-top: 30px;
  padding-bottom: 150px;
  align-items: center;
  margin-top: 130px;
  scroll-margin-block: 120px;
}

#galeria .fundo {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0px;
  object-fit: cover;
}

#galeria .titulo {
  position: relative;
  text-align: center;
}

#galeria .titulo h1 {
  font-family: "Poppins", sans-serif;
  margin-left: 0px;
  font-weight: 500;
  font-size: 2.1875em;
  color: #ffffff;
  text-align: center;
  margin-top: 50px;
  line-height: 115%;
  margin-bottom: 15px;
}

#galeria .texto_padrao {
  font-size: 0.9375em;
  color: #ffffff;
  text-align: center;
  line-height: 150%;
  max-width: 770px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
}

#galeria .lista .item {
  padding-left: 12px;
  padding-right: 12px;
  transition: 0.5s;
}

#galeria .lista {
  display: flex;
  justify-content: space-between;
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
}

#galeria .lista img {
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  height: 330px;
  object-fit: cover;
  display: block;
}

#galeria .lista .item:hover {
  transform: scale(1.03);
}

#galeria .lista .slick-dots {
  margin: 0;
  list-style: none;
  display: block;
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translate(-50%, 0);
  background: transparent;
  border-radius: 13px;
}

#galeria .lista .slick-dots button::before {
  color: transparent !important;
  border: #ffffff solid 1px;
  width: 13px;
  height: 13px;
  border-radius: 13px;
}

#galeria .lista .slick-active button::before,
.galeria .lista button:hover:before {
  background: #025781 !important;
}

.destaque {
  display: flex;
  height: 465px;
  border-top: 5px solid #EBD1B8;
  border-bottom: 5px solid #EBD1B8;
}

.destaque .esquerda {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
/*   background-attachment: fixed;
  background-size: 50% auto; */
  width: 50%;
  display: block;
}

.destaque .esquerda img {
  width: 100%;
  display: block;
}

.destaque .direita {
  display: flex;
  background: #000000;
  width: 50%;
  padding-top: 70px;
  padding-bottom: 40px;
  position: relative;
  box-sizing: border-box;
}
.destaque .direita .detalhe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.destaque .direita .conteudo {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 70px;
  padding-right: 20px;
  z-index: 1;
  position: relative;
}

.destaque .direita .texto {
  max-width: 610px;
  margin-bottom: 30px;
}

.destaque .direita .texto h2 {
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-size:2.5em;
  color: #ffffff;
  margin-bottom: 70px;
  font-weight: 400;
  position: relative;
}
.destaque .direita .texto h2::before{
  content: "";
  position: absolute;
  width: 106px;
  height: 128px;
  border: 5px solid #4D4D4D;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  z-index: -2;
}
.destaque .direita .texto h2::after{
  content: "";
  position: absolute;
  width: 20px;
  height: 95px;
  background: #000000;
  top: 50%;
  left: 142px;
  transform: translateY(-50%);
  z-index: -1;
}

.destaque .direita .texto_padrao {
  font-size: 1em;
  color: #ffffff;
  text-align: center;
  line-height: 160%;
}

.destaque .direita .button {

  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 60px;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 700;
  border-radius: 4px;
  float: right;
  color: #ffffff;
  border: solid 1px #ffffff;
}

.destaque .direita .button:hover {
  background: #ffffff;
  color: #000000;
}

.destaque .direita .button:hover p {
  color: #000000 !important;
}

.destaque .direita .button p {
  font-size: 15px;
  text-align: center;
}

/* CONTATO HOME */
#contato{
  padding: 85px 0 45px;
  background: #F7F6FB;
  position: relative;
}
#contato.contato-interno{
  padding: 0 0 70px;
  background: #F7F6FB;
}
#contato.contato-interno .center{
  margin-top: 70px;
}
.contato{
  display: flex;
  flex-direction: row;
}
.contato .left{
  width: 55%;
  float: left;
}
.contato .right{
  width: 45%;
  float: right;
}
#enviar-mensagem{
  display: flex;
  flex-direction: column;

}
.linha-form{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.div-column{
  display: flex;
  flex-direction: column;
}
input{
 width: 304px;
 height: 42px;
 border-radius: 2px;
 border: none;
 outline: none;
 padding-left: 10px;

 box-sizing: border-box;
}
textarea{
  width: 660px;
  height: 70px;
  border-radius: 2px;
  border: none;
  outline: none;
  box-sizing: border-box;
}
label{
  font-size: 1em;
  color: #3F3F4C;
  line-height: 120%;
  margin-left: 10px;
  margin-bottom: 5px;
  margin-top: 20px;
}
label.interno{
  font-size: 1em;
  color: #3F3F4C !important;
  line-height: 120%;
  margin-left: 10px;
  margin-bottom: 5px;
  margin-top: 20px;
}
input.interno{
  width: 304px;
  height: 42px;
  border-radius: 2px;
  border: none;
  outline: none;
  box-sizing: border-box;
  border: 1px solid #3F3F4C;
 }
 label.interno{
   font-size: 1em;
   color: #3F3F4C;
   line-height: 120%;
   margin-left: 10px;
   margin-bottom: 5px;
   margin-top: 20px;
 }
button#btn-contato{
  width: 230px;
  height: 61px;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  border-radius: 3px;
  background: transparent;
  cursor: pointer;
  margin-top: 20px;
  float: right;
  box-sizing: border-box;
  font-size: 1.375em;
  transition: all 0.5s ease-in;
}
button#btn-contato:hover{
  color: #785432;
  background: #FFFFFF;
  transition: all 0.5s ease-in;
}
button#btn-contato-interno{
  width: 230px;
  height: 61px;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  border-radius: 3px;
  background: transparent;
  cursor: pointer;
  margin-top: 20px;
  float: right;
  box-sizing: border-box;
  font-size: 1.375em;
  transition: all 0.5s ease-in;
  background: #785432;
}
button#btn-contato-interno:hover{
  color: #FFFFFF;
  background: #3F3F4C;
  transition: all 0.5s ease-in;
}
h2.titulo-detalhado{
  font-family: "Poppins", sans-serif;
  font-size: 2.5em;
  color: #FFFFFF;
  text-align: left;
  margin-bottom: 50px;
  line-height: 115%;
  font-weight: 400;
  position: relative;
  margin-left: 10px;
  z-index: 3;
}

h2.titulo-detalhado::before{
  content: "";
  position: absolute;
  width: 106px;
  height: 128px;
  border: 5px solid #785432;
  top: 50%;
  left: -45px;
  transform: translateY(-50%);
  z-index: -2;
}
h2.titulo-detalhado::after{
  content: "";
  position: absolute;
  width: 20px;
  height: 95px;
  background: #F7F6FB;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  z-index: -1;
}
h2.titulo-detalhado-interno{
  font-family: "Poppins", sans-serif;
  font-size: 2.5em;
  color: #3F3F4C;
  text-align: left;
  margin-bottom: 50px;
  line-height: 115%;
  font-weight: 400;
  position: relative;
  margin-left: 10px;
  z-index: 1;
}

h2.titulo-detalhado-interno::before{
  content: "";
  position: absolute;
  width: 106px;
  height: 128px;
  border: 5px solid #EEDAC8;
  top: 50%;
  left: -45px;
  transform: translateY(-50%);
  z-index: -2;
}
h2.titulo-detalhado-interno::after{
  content: "";
  position: absolute;
  width: 20px;
  height: 95px;
  background: #F7F6FB;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  z-index: -1;
}
.detalhe-contato{
  width: 45%;
  height: 158px;
  background: #000000;
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.detalhe-cont{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.div-telefone{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 170px 100px;
}
.div-telefone-column{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 40px;
}
.div-telefone-column h3{
  color: #ffffff;
  font-size: 1.125em;
  line-height: 120%;
  margin-bottom: 15px;
}
.div-telefone-column a{
  color: #ffffff;
  font-size: 1.125em;
  line-height: 120%;
}
/* RODAPÉ */
footer .copyright {
  font-family: "Open Sans", sans-serif;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1em;
  background: #785432;
  letter-spacing: 1px;
  padding: 10px;
}

footer .copyright .center {
  max-width: 1115px;
}

footer .hostche {
  margin-top: 4px;
}

.redes-sociais {
  background: #fbfbfb;
  height: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.redes-sociais a {
  text-decoration: none;
}

.bolinha-social {
  background: #f6f6f6;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  text-decoration: none;
  font-size: 19px;
  margin: 0 5px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
/* .redes-sociais :hover{
  background: #785432;
} */

.bolinha-social i {
  color: #999999;
}

.bolinha-social:hover {
  background: #785432;
  color: #f6f6f6;
}
/* .bolinha-social:hover i{
  color: #ffffff;
  
} */
.centro-cookie {
  position: relative;
  width: 1000px;
  max-width: 90%;
  margin: 10px auto;
  display: block;
}

.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;
}

.btncookie {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  cursor: pointer;
  color: #181e4e;
  background: #ffffff;
  border: none;
}

.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}

.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 99999999999999999999999999999999;
  opacity: 1;
  visibility: hidden;
  border-radius: 0;
  transform: translateY(100%);
  color: #ffffff;
  background: rgb(33 35 39 / 90%);
}

.politica {
  font-weight: 900;
  color: #ffffff;
  text-decoration: none;
}

.text-center {
  text-align: center !important;
}

.alert {
  position: fixed;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  font-family: "Open Sans", sans-serif;
}

.redes-sociais-right {
  height: auto;
  position: fixed;
  top: 70%;
  right: 10px;
  transform: translate(0, -50%) !important;
  z-index: 999;
  display: flex;
  flex-direction: column;
}

.redes-sociais-right a {
  text-decoration: none;
  margin-top: 18px;
}

.redes-sociais-right .fa-facebook-f {
  color: #785432;
}

.redes-sociais-right .fa-twitter {
  color: #785432;
}

.redes-sociais-right .fa-youtube {
  color: #785432;
}

.redes-sociais-right .fa-linkedin-in {
  color: #785432;
}

.redes-sociais-right .fa-instagram {
  color: #785432;
  font-size: 1.1875em;
}

.redes-sociais-right .fa-whatsapp {
  color: #785432;
  font-size: 1.125em;
}

.bolinha-facebook {
  background: #FFFFFF !important;
}

.bolinha-linkedin {
  background: #FFFFFF !important;
}

.bolinha-instagram {
  background: #FFFFFF !important;
}

.bolinha-twitter {
  background: #FFFFFF !important;
}

.bolinha-youtube {
  background: #FFFFFF !important;
}

.bolinha-whatsapp {
  background: #FFFFFF !important;
}

#politica_area .center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  flex-wrap: wrap;
  padding-top: 120px;
}

#politica_area .titulo-area h2 {
  font-family: "Poppins", sans-serif;
  font-size: 2.1875em;
  color: #181e4e;
  text-align: center;
  line-height: 115%;
  margin-bottom: 15px;
}

#politica_area .texto-area .texto_padrao {
  font-size: 0.9375em;
  color: #444444;
  text-align: center;
  line-height: 150%;
}

#politica_area .center .titulo-area .detalhe1 {
  margin-left: 60px;
  margin-right: 150px;
  margin-bottom: 45px;
  content: "";
  height: 1px;
  width: 120px;
  background: #d9d9d9;
  display: block;
  position: relative;
}

#politica_area .center .titulo-area .detalhe1::before {
  content: "";
  height: 5px;
  width: 60px;
  background: #025781;
  display: block;
  position: relative;
  top: -2px;
  left: -60px;
}

/* =============== POPUP INICIO =============== */

.popup {
  display: none;
  position: fixed;
  z-index: 99999;
  padding-top: 20px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.popup_content {
  position: relative;
  margin: auto;
  padding: 0;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  width: 80%;
  max-width: 650px;
  height: auto;
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

.popup_imagem_full {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  top: -35px;
}

.popup_imagem_full img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 7px;
  background: #ffffff;
  border-radius: 8px;
  box-sizing: border-box;
}

.popup_youtube_full {
  width: 100%;
  position: relative;
  padding-bottom: 60%;
  height: 0;
}

.popup_youtube_full iframe {
  padding: 7px;
  background: #ffffff;
  border-radius: 8px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popup_youtube_full .legenda {
  bottom: -35px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 40%);
  text-align: center;
}

.popup .legenda {
  display: flex;
  justify-content: center;
}

.popup .legenda span {
  background: #000;
  color: #ffffff;
  padding: 5px 20px;
  border-radius: 17px;
  margin-top: 5px;
}

.close {
  color: #000;
  float: right;
  font-size: 2.1875em;
  z-index: 999;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.7;
  position: relative;
  right: -14px;
  top: -16px;
  background: #ffffff;
  height: 38px;
  width: 38px;
  text-align: center;
  border-radius: 50%;
  border: solid 1px #c1c1c1;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  background: #dddddd;
}

.tipos-documentos {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.tipo-documento{
  cursor: pointer;
  background: #785432;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 120%;
  color: #FFFFFF;
  margin-right: 5px;
  margin-top: 5px;
}

/* =============== POPUP FIM =============== */


/*areas*/
#areas{
  padding: 195px 0 130px;
}
#areas.areas-interna{
  padding: 0 0 130px;
}
#areas.areas-interna .center{
  margin-top: 70px;
}
.areas {
  display: flex;
  flex-direction: row;
}
.areas .left {
  width: 40%;
  float: left;
}

.areas .left .imagem-area .borda {
  position: relative;
  width: fit-content;
}
.areas .left .borda::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: #785432;
  align-content: space-between;
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: -1;
}
.areas .left .imagem-area {
  width: 100%;
}
.areas .left .imagem-area img {
  display: block;
  width: 100%;
  max-width: 622px;
  max-height: 600px;
  object-fit: cover;
  z-index: 2;
}
.areas .right {
  width: 60%;
  float: right;
  padding: 40px 0 0 90px;
  box-sizing: border-box;
}
.areas .right .texto-area .titulo-detalhe h1 {
  max-width: 500px;
  margin-bottom: 70px;
}
.areas .right .texto-area .titulo-detalhe h1::after{
  background: #ffffff;
}
.areas .right .texto-area .texto{
    color: #3F3F4C;
    font-size: 0.9375em;
    line-height: 160%;
}


/*
.areas-slick{
  margin-top: 40px;
  margin: 0 auto;
	display: flex;
  justify-content: center;
}
.areas-slick .area{
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
.areas-slick .area .circulo{
  width: 162px;
  height: 162px;
  border: 10px solid #F4E1CB;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.areas-slick .area .circulo img{
  position: absolute;
  bottom: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.areas-slick .area h3{
  margin-top: 15px;
  color: #333333;
  line-height: 120%;
  font-size: 1.125em;
  text-align: center;
}
*/
/*equipe*/

#equipe{
  padding: 0 0 120px;
}
#equipe .center{
  margin-top: 75px;
}
#equipe.equipe-sobre{
  padding: 180px 0;
}
#equipe .center{
  max-width: 1300px;
}
.equipe-section{
  width: 100%;
}
.equipe-section h2.titulo-detalhe{
  font-family: "Poppins", sans-serif;
  font-size: 2.5em;
  color: #3F3F4C;
  max-width: 350px;
  line-height: 115%;
  font-weight: 400;
  position: relative;
  margin: 0 auto 70px;
  z-index: 1;
  text-align: center;
}

.equipe-section h2.titulo-detalhepp {
  font-family: "Poppins", sans-serif;
  font-size: 2.5em;
  color: #3F3F4C;
  max-width: fit-content;
  line-height: 115%;
  font-weight: 400;
  position: relative;
  margin: 0 auto 70px;
  z-index: 3;
  text-align: center;
}

.equipe-section h2.titulo-detalhe::before{
  content: "";
  position: absolute;
  width: 106px;
  height: 128px;
  border: 5px solid #EEDAC8;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  z-index: -2;
}
.equipe-section h2.titulo-detalhe::after{
  content: "";
  position: absolute;
  width: 20px;
  height: 95px;
  background: #FFFFFF;
  top: 50%;
  left: 120px;
  transform: translateY(-50%);
  z-index: -1;
}
.equipe-section h2.titulo-detalhepp::before{
  content: "";
  position: absolute;
  width: 106px;
  height: 128px;
  border: 5px solid #EEDAC8;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  z-index: -2;
}
.equipe-section h2.titulo-detalhepp::after{
  content: "";
  position: absolute;
  width: 20px;
  height: 95px;
  background: #FFFFFF;
  top: 50%;
  left: 65px;
  transform: translateY(-50%);
  z-index: -1;
}
.equipe-section .texto {
  max-width: 976px;
  margin: 0 auto;
  text-align: center;
  color: #3F3F4C;
  font-size: 0.9375em;
  line-height: 160%;
  text-align: center;
}
.item-equipe{
  width: 290px!important;
  height: 363px;
  background: #785432; /*#F4E1CB; */
  border-radius: 5px;
  position: relative;
  box-sizing: border-box;
  padding: 1px 0 20px;
  margin: auto 17.5px;
  transition: all 0.5s ease-in;
}

.equipe-list{
  width: 100%;
  margin-top: 75px;
}
.equipe-list-interna{
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  align-content: center;
}

.equipe-list-interna .item-equipe{
  margin: 17.5px 17.5px;
}
.dentro{
  width: 100%;
  height: 290px;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.circulo-equipe{
  width: 222px;
  height: 222px;
  border-radius: 50%;
  border: 13px solid #F4E1CB; /* #785432;*/
  position: relative;
  margin: 20px auto;
  overflow: hidden;
  z-index: 2;
  transform: all 0.5s ease-in;
}
.circulo-equipe img{
  position: absolute;
  bottom: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.item-equipe h3{
  font-size: 1.0625em;
  z-index: 3;
  color:#F4E1CB; /* #3F3F4C;*/
  position: relative;
  text-align: center;
  line-height: 120%;
  font-weight: 400;
  transform: all 0.5s ease-in;
}
.item-equipe h4{
  font-size: 1.0625em;
  z-index: 3;
  color: #F4E1CB; /* #3F3F4C; */
  position: relative;
  text-align: center;
  line-height: 120%;
  font-weight: 300;
  margin: 10px auto;
  transform: all 0.5s ease-in;
}
.item-equipe:hover{
  background: #F4E1CB; /* #785432; */
}
.item-equipe:hover .circulo-equipe{
  border: 13px solid #785432; /* #F4E1CB; */
}
.item-equipe:hover  h3{
  color: #3F3F4C; /* #FFFFFF; */
}
.item-equipe:hover h4{
  color: #3F3F4C; /* #FFFFFF; */
}

/*Noticias*/
#noticias{
  padding: 0 0 80px;
}
#noticias .center {
  margin-top: 75px;
}
.noticias-section1 {
  width: 100%;
}
.noticias-section1 h2.titulo-detalhe{
  font-family: "Poppins", sans-serif;
  font-size: 2.5em;
  color: #3F3F4C;
  max-width: max-content;
  line-height: 115%;
  font-weight: 400;
  position: relative;
  margin: 0 auto 70px;
  z-index: 1;
  text-align: center;
}
.empresas-section h2.titulo-detalhe{
  font-family: "Poppins", sans-serif;
  font-size: 2.5em;
  color: #3F3F4C;
  line-height: 115%;
  font-weight: 400;
  position: relative;
  margin: 0 auto 70px;
  z-index: 1;
  text-align: left;
  margin-left: 45px;
}

.noticias-section1 h2.titulo-detalhe::before{
  content: "";
  position: absolute;
  width: 106px;
  height: 128px;
  border: 5px solid #EEDAC8;
  top: 50%;
  left: -45px;
  transform: translateY(-50%);
  z-index: -2;
}
.noticias-section1 h2.titulo-detalhe::after{
  content: "";
  position: absolute;
  width: 20px;
  height: 95px;
  background: #FFFFFF;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  z-index: -1;
}


.noticias-section1-cinza h2.titulo-detalhe::before{
  content: "";
  position: absolute;
  width: 106px;
  height: 128px;
  border: 5px solid #EEDAC8;
  top: 50%;
  left: -45px;
  transform: translateY(-50%);
  z-index: -2;
}
.noticias-section1-cinza h2.titulo-detalhe::after{
  content: "";
  position: absolute;
  width: 20px;
  height: 95px;
  background: #f7f6fb;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  z-index: -1;
}
/*=================*/
.noticias-section {
  width: 100%;
}
.noticias-section h2.titulo-detalhe{
  font-family: "Poppins", sans-serif;
  font-size: 2.5em;
  color: #3F3F4C;
  max-width: max-content;
  line-height: 115%;
  font-weight: 400;
  position: relative;
  margin: 0 auto 70px;
  z-index: 1;
  text-align: center;
}
.empresas-section h2.titulo-detalhe{
  font-family: "Poppins", sans-serif;
  font-size: 2.5em;
  color: #3F3F4C;
  line-height: 115%;
  font-weight: 400;
  position: relative;
  margin: 0 auto 70px;
  z-index: 1;
  text-align: left;
  margin-left: 45px;
}

.noticias-section h2.titulo-detalhe::before{
  content: "";
  position: absolute;
  width: 106px;
  height: 128px;
  border: 5px solid #EEDAC8;
  top: 50%;
  left: -45px;
  transform: translateY(-50%);
  z-index: -2;
}
.noticias-section h2.titulo-detalhe::after{
  content: "";
  position: absolute;
  width: 20px;
  height: 95px;
  background: #f7f6fb;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  z-index: -1;
}


.noticias-section-cinza h2.titulo-detalhe::before{
  content: "";
  position: absolute;
  width: 106px;
  height: 128px;
  border: 5px solid #EEDAC8;
  top: 50%;
  left: -45px;
  transform: translateY(-50%);
  z-index: -2;
}
.noticias-section-cinza h2.titulo-detalhe::after{
  content: "";
  position: absolute;
  width: 20px;
  height: 95px;
  background: #FFFFFF;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  z-index: -1;
}

.empresas-section h2.titulo-detalhe::before{
  content: "";
  position: absolute;
  width: 106px;
  height: 128px;
  border: 5px solid #EEDAC8;
  top: 50%;
  left: -45px;
  transform: translateY(-50%);
  z-index: -2;
}
.empresas-section h2.titulo-detalhe::after{
  content: "";
  position: absolute;
  width: 20px;
  height: 95px;
  background: #FFFFFF;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  z-index: -1;
}
.noticias-list{
  margin-top: 125px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.noticia{
  background: #F6F6F6;
  width: 380px;
  min-height: 555px;
  margin: 10px;
  filter: drop-shadow(2px 2px 4px rgba(51, 51, 51, 0.67));
}
.noticia img{
  height: 282px;
  width: 100%;
  object-fit: cover;
  border-bottom: 3px solid #F4E1CB;
}
.data-noticia{
  width: 56px;
  height: 56px;
  background: #403F4C;
  float: right;
  margin-right: 13px;
  margin-top: -45px;
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 8px;
  box-sizing: border-box;
}
.data-noticia .dia{
  color: #FFFFFF;
  line-height: 120%;
  text-align: center;
}
.data-noticia .mes{
  color: #FFFFFF;
  line-height: 120%;
  text-align: center;
}
.noticia h2{
  color: #333333;
  font-size: 1em;
  line-height: 120%;
  margin: 20px 10px auto;
}
.noticia .texto{
  color: #444346;
  font-size: 0.875em;
  line-height: 180%;
  margin: 10px 10px auto;
}
.paginacao-new{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.paginacao-new{
  background: #785432;
  width: 132px;
  height: 40px;
  display: flex;
  line-height: 120%;
  font-size: 18px;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: all 0.5s ease-in;
  border: 1px solid #785432;
  color: #ffffff;
  text-decoration: none;
  margin: 20px auto;
}
.paginacao-new a{
  color: #ffffff;
  text-decoration: none;
}

/*Interna*/
#noticias-interna{
  padding: 120px 0;
  background: #f7f6fb;
}
.noticia-interna h2.titulo-detalhe{
  font-family: "Poppins", sans-serif;
  font-size: 2.5em;
  color: #3F3F4C;
  line-height: 115%;
  font-weight: 400;
  position: relative;
  margin: 0 auto 70px;
  z-index: 3;
  text-align: center;
}
.detalhe-noticia{
  display: flex;
  flex-direction: row;
}
.detalhe-noticia .texto{
  float: left;
  width: 100%;
  color: #444346;
  font-size: 0.875em;
  line-height: 180%;
  margin: 10px 10px auto;
}
.detalhe-noticia .imagem-noticia{
  float: right;
  width: 30%;
}
#ultimas{
 
  padding: 120px 0;
}
#empresas{
  padding: 0 0 80px;
}
#empresas .center {
  margin-top: 75px;
}
.input-pesquisa{
  width: 700px;
  position: relative;
}
input.pesquisa{
  background: #EEEEEE; 
  border-radius: 25px;
  width: 100%;
  height: 50px; 
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
}

.div-img{
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  cursor: pointer;
  border: none;
}
.div-row{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
table {
  margin-top: 42px;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #F6F6F6;
  text-align: left;
  padding: 25px 20px;
}

tr:nth-child(odd) {
  background-color: #F6F6F6;
}
td p{
  color:#3F3F4C;
  font-size: 15px;
  line-height: 160%;
}
.btn-empresas{
  background: #785432;
  width: 132px;
  height: 40px;
  display: flex;
  line-height: 120%;
  font-size: 18px;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: all 0.5s ease-in;
  border: 1px solid #785432;
}
.btn-empresas.interno{
  width: 320px;
}
.btn-empresas:hover{
  color: #785432;
  background: #ffffff;
  transition: all 0.5s ease-in;
}
.detalhe-empresa p{
  color: #3F3F4C;
  font-size: 15px;
  line-height: 160%;
  margin: 15px 0;
}
.detalhe-empresa p span{
  font-weight: 700;
}
p.anex{
  margin: 40px 0 15px;
}
.modelos{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 120px;
  flex-wrap: wrap;
}
.modelo{
  width: 550px;
}
.header-modelo{
  background: #785432;
  padding: 15px 20px;
  width: 100%;
  box-sizing: border-box;
}
.header-modelo h4{
  color: #FFFFFF;
  font-size: 15px;
}
.row-form{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.colum-form{
  display: flex;
  flex-direction: column;
}
.tamanho-max{
  width: 100%;
}
.form-input{
  border: 1px solid #3F3F4C;
  height: 40px;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  color: #3F3F4C!important;
  width: 100%;
}
input.form-input{
  margin: 10px 0;
}
textarea{
  border: 1px solid #3F3F4C;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 5px;
  padding-top: 5px;
  font-size: 15px;
  color: #3F3F4C!important;
}
.label-input{
  font-size: 15px;
  color: #3F3F4C;
  line-height: 120%;
  margin-left: 0;
  margin-bottom: 15px;
  margin-top: 20px;
}
.label-input2{
  font-size: 15px;
  color: #3F3F4C;
  line-height: 120%;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
}
.div-meio {
  width: 49%;
}
h3.ato{
  font-size: 15px;
  color: #3F3F4C;
  font-weight: 400;
  line-height: 160%;
}
.div-selection {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
  margin-top: 10px;
}
.btn-selction{
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  min-width: 124px;
}
.btn-selction.selecionado{

  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  position: relative;
}
.btn-selction.selecionado::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #FFFFFF;
}
.btn-file {
  padding: 10px 25px;
  background: #785432;
  border-radius: 3px;
  color: #fff;
  margin-right: 8px;
  margin-left: 0;
}

.btn-file input {
  position: absolute;
  right: 0;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
}
.cortar{
  display: none;
}

.btn-file span {
  display: block;
  color: #CCCCCC;
}

.file{
  margin: 20px 0;
  float: left;
  width: 400px;
}
.input-area-file{
  margin-top: 20px;
}
.btn-mais-arquivo{
  background: #785432;
  padding: 10px 25px;
  display: flex;
  line-height: 120%;
  font-size: 18px;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: all 0.5s ease-in;
  border: 1px solid #785432;
  margin-left: 30px;
  cursor: pointer;
}
.input-file {
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: row;
  justify-content: flex-start;
}
.btn-remove-arquivo{
  width: 35px;
  height: 35px;
  background: #DC3545;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  font-size: 15px;
  margin-left: 30px;
  cursor: pointer;
}
.btn-enviar2{
  background: #785432;
  border: 1px solid #785432;
  color: #FFFFFF;
  width: 230px;
  height: 61px;
  border-radius: 5px;
  font-size: 22px;
  margin-left: 25px;
  cursor: pointer;
}
.row-form2 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
}
#enviar-mensagem form .linha-form .div-column label{
  color: #FFFFFF;
}
@media screen and (max-width: 1500px){
  .banner-extras{
    bottom: 50px;
  }
  .equipe-list{
    width: 980px;
    margin: 75px auto 0;
  }
}
@media screen and (max-width: 1440px){
  .banners-interno{
    height: auto;
  }
  ul.submenu{
    position: relative;
    left: 20px;
    transform: none;
    padding: 0;
    background: transparent;
  }
  .topo .menu li {
    position: relative;
    margin-left: 0;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 275px;
  }


  .abrir-sub:hover::before{
    transform: none
  }
  .abrir-sub::before {
    top: 6px;
    right: 37px;
    transform: rotateX(0);
  } 
  .abrir-sub.active-menu::before {
    transform: rotateX(180deg);
  } 
  .topo{
    top: 0;
  }
  .topo .menu {
    position: absolute;
    flex-direction: column;
    top: 100px;
    padding-bottom: 30px;
    padding-top: 30px;
    gap: 20px;
    align-items: flex-start;
    width: 100%;
    background: rgba(125, 78, 9, 0.8);
    left: -100%;
    transition: 0.5s;
    z-index: 9998;
    box-sizing: border-box;
  }
  .topo .logo{
    display: block;
    top: 50%;
    transform: translateY(-50%);
  }
  .topo .center {
    height: 100%;
    width: 100%;
    background: #785432;
  }

  .topo {
    height: 100px;
  }

  .logo {
    position: absolute;
    top: 10px;
  }

  .topo .logo img {
    margin-left: 30px;
    width: 120px;
  }

  .banners {
    padding-top: 95px;
  }

  .banner-extras {
    top: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
    bottom: auto;
  }

  #sobre {
    scroll-margin-block: 80px;
    position: relative;
  }

  .sobre .texto-area {
    width: 50%;
  }

  .sobre .contato {
    gap: 30px;
    margin-left: 20px;
    margin-right: -40px;
    flex-direction: row;
  }

  .sobre .contato .fone a {
    font-size: 0.9375em;
  }
  .sobre .contato .email a {
    font-size: 0.9375em;
  }

  #servicos {
    scroll-margin-block: 80px;
  }


  /*Hamburger menu*/

  .topo .mostrar-menu {
    left: 0%;
    padding-left: 30px;
  
  }

  #galeria {
    scroll-margin-block: 80px;
  }

  #parceiros {
    scroll-margin-block: 80px;
  }

  #contato {
    scroll-margin-block: 80px;
  }

  .row .three {
    padding: 80px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #2c3e50;
    color: #ecf0f1;
    text-align: center;
  }

  .menu-mobile-ativador {
    position: absolute;
    top: 20px;
    z-index: 9999;
    right: 30px;
    margin-top: 10px;
  }

  .hamburger .line {
    width: 40px;
    height: 4px;
    background-color: #ffffff;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .hamburger:hover {
    cursor: pointer;
  }

  #hamburger-1.is-active .line:nth-child(2) {
    opacity: 0;
  }

  #hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    -o-transform: translateY(13px) rotate(45deg);
    transform: translateY(11px) rotate(45deg);
  }

  #hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -o-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-14px) rotate(-45deg);
  }
  .logo-desktop{
    display: none;
  }
}
@media screen and (max-width: 1350px){
  .contato{
    flex-direction: column;
  }
  .detalhe-contato{
    top: 75%;
    width: 50%;
  }
  .contato .left{
    width: 95%;
    margin: auto;
  }
  .contato .right{
    width: 100%;
  }
  .div-telefone {
    margin: 120px 155px 120px auto;
    justify-content: flex-end;
  }
  .linha-form .div-column {
    width: 48%;
  }
  .linha-form .div-column input {
    width: 100%;
  }

/*   h2.titulo-detalhado::before {
    left: 80px;
  }
  h2.titulo-detalhado::after {
    left: 180px;
  } */
 
}
@media screen and (max-width: 1300px){
  .sobre .center{
    flex-direction: column;
  }
  .sobre .texto-area{
    width: 95%;
  }
  .sobre .imagem-area{
    width: 95%;
    display: none;
  }
  .sobre .texto .texto_padrao{
    max-width: 100%;
  }
  .sobre .contato {
    display: flex;
    margin-top: 80px;
    margin-left: 30px;
    gap: 70px;
    justify-content: center;
  }
  .div-baixo-sobre{
    width: 100%;
    height: auto;
    flex-direction: column;
    bottom: -350px;
  }
  #sobre {
    padding-bottom: 210px;
  }
  .div-baixo-sobre .left{
    width: 100%;
    text-align: center;
  }
  .div-baixo-sobre .left:after{
    display: none;
  }
  .div-baixo-sobre .right{
    width: 100%;
  }
  .areas {
    flex-direction: column-reverse;
  }
  .areas .left{
    display: none;
  }
  .areas .right {
    width: 95%;
    float: none;
    padding: 40px 0 0 90px;
    box-sizing: border-box;
  }
  .areas-slick{
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 820px;
  }
  .destaque .esquerda{
    display: none;
  }
  .destaque .direita{
    width: 100%;
  } 
  .destaque .direita .conteudo{
    width: 100%;
    padding-right: 70px;
    box-sizing: border-box;
  }
  .destaque .direita .texto{
    max-width: 100%;
  }
  .destaque .direita .texto h2 {
    width: max-content;
    margin: 0 auto 70px;
    text-align: center;
  }
  .destaque .direita .texto h2::before {
    left: -40px;
  }
  .destaque .direita .texto h2::after {
    left: 65px;
  }
}
@media (max-width: 1050px) {
  .modal .conteudo {
    top: calc(50% + 50px);
  }
  .detalhe-contato {
    width: 55%;
  }
}
@media screen and (max-width: 1024px){
  .equipe-list {
    width: 650px;
  }
  textarea{
    width: auto;
  }

  #equipe .center {
    margin-top: 155px;
}
.sobre .texto .texto_padrao {
  margin-top: 30px;
}

.noticias-list {
  /* margin-top: 125px; */
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
 
  width: 400px;
  margin-left: -40px;
}

  button#btn-contato-interno {
    float: inherit;
    margin-left: 20px;
  }
}
@media screen and (max-width: 940px){
  .areas-slick {
    width: 415px;
  }
  .detalhe-contato {
    width: 60%;
  }
}
@media screen and (max-width: 840px){

  .detalhe-contato {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .modal .conteudo {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .popup_content {
    width: 98%;
  }
}

@media (max-width: 700px) {
  .close {
    right: -2px;
  }

  .equipe-list {
      width: 325px;
  }
}

@media (max-width: 1200px) {
  .topo .logo img {
    margin-left: 20px;
  }

  .servicos_realizados .itens {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
}

@media (max-width: 800px) {
  .row-form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .file{
    width: 100%;
  }
  .input-file {
    display: flex;
    align-items: flex-start;
    align-content: center;
    flex-direction: column;
    justify-content: flex-start;
  }
  .btn-mais-arquivo{
    margin-left: 0;
  }
  .btn-remove-arquivo{
    margin-left: 0;
  }
  .row-form2{
    flex-direction: column;
  }
  .btn-enviar2{
    margin-left: auto;
    margin-right: auto;
  }
  .div-meio{
    width: 100%;
  }
  .input-pesquisa {
    width: 100%;
  }
  .div-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  
  h2.titulo-detalhado {
    text-align: center;
    width: fit-content;
    margin: 0 auto 50px;
  }
  #enviar-mensagem {
    width: 100%;
  }
  .detalhe-contato {
    width: 93%;
    top: 79%;
  }
  .linha-form {
    flex-direction: column;
  }
  .linha-form .div-column{
    width: 100%;
  }
  .div-baixo-sobre {
    bottom: -380px;
  }
  #sobre {
    padding-bottom: 270px;
  }
  .banners .slick-dots {
    bottom: 30px;
  }

  .sobre .contato {
    gap: 20px;
    margin-left: 25px;
  }

  .sobre .contato .fone a {
    font-size: 0.9375em;
  }
  .sobre .contato .email a {
    font-size: 0.9375em;
  }

  #galeria .texto_padrao {
    margin-left: 50px;
    margin-right: 50px;
  }

  #bottom-contact-us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-content: center;
    align-items: center;
  }

  .info-box {
    flex-wrap: nowrap;
  }


}

@media (max-width: 730px) {
  .topo .logo img {
    padding-left: 10px;
    margin: 5px;
  }

  .banners {
    padding-top: 99px;
  }

  .banner-extras h2 {
    font-size: 2em;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .banner-extras p {
    font-size: 1em;
  }

  .banners .slick-dots {
    bottom: 30px;
  }

  .sobre .center {
    flex-direction: column;
  }

  .sobre .texto-area {
    width: 90%;
    display: contents;
  }

  .sobre .contato {
    flex-wrap: wrap;
    display: grid;
    margin-right: 135px;
    margin-top: 30px;
  }

  .sobre .imagem-area {
    width: 80%;
    padding: 20px;
    margin-left: 30px;
    margin-top: 30px;
  }
  .sobre .imagem-area .borda {
    margin-left: auto;
    margin-right: auto;
  }

  .servicos .slick-dots {
    bottom: -75px;
  }

  #galeria .lista .slick-dots {
    bottom: -100px;
  }

  #botao-send {
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
  }



  #info {
    width: 100%;
  }

  .servicos_realizados .itens {
    flex-wrap: wrap;
  }

  .destaque {
    flex-wrap: nowrap;
    display: flex;
    min-height: 390px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .destaque .direita {
    width: 100%;
    padding-top: 50px;
  }

  .destaque .direita .conteudo {
    padding: 20px;
  }

  .copyright .center {
    text-align: center;
  }

  .copyright .center .float-right {
    float: none;
  }

  #parceiros .lista .slick-dots {
    bottom: -75px;
  }
}

@media screen and (max-width: 600px ){
  .empresas-section h2.titulo-detalhe{
    font-size: 2em;
  }
  .areas-slick {
    width: 200px;
  }
  h2.titulo-detalhado-interno{
    font-size: 2em;
    width: fit-content;
    margin: 0 auto 50px;
    text-align: center;
  }
  .areas .right {
    width: 95%;
    float: none;
    padding: 40px 0 0 45px;
  }
  .titulo-detalhe h1 {
    font-size: 2em;
  }
  .equipe-section h2.titulo-detalhe {
    font-size: 2em
  }
  .noticias-section {
    width: 90%;
    padding: 0  40px;
    box-sizing: border-box;
  }
  .noticias-section h2.titulo-detalhe{
    font-size: 2em
  }
  .destaque .direita .texto h2 {
    width: fit-content;
    font-size: 2em
  }
  .destaque .direita .conteudo {
    padding: 20px 40px;
  }
  .div-telefone {
    margin: 120px auto 120px auto;
  }
  h2.titulo-detalhado::before {
    left: -25px;
  }
  h2.titulo-detalhado::after {
    left: 80px;
  }
  h2.titulo-detalhado {
    font-size: 2em;
  }
  .contato {
    padding: 0 40px;
  }
}
@media screen and (max-width: 615px ){
  .div-baixo-sobre {
    bottom: -435px;
  }
  #sobre {
    padding-bottom: 305px;
  }
}
@media screen and (max-width: 455px ){
  .div-baixo-sobre {
    bottom: auto;
    top: 105%;
  }
  #sobre {
    padding-bottom: 350px;
  }
  .btn-empresas.interno {
    width: 270px;
  }
}

@media (max-width: 400px) {
  .banner-extras h2 {
    font-size: 1.5em;
  }
  #sobre {
    padding-bottom: 450px;
  }

  .banner-extras p {
    font-size: 0.8em;
    margin-bottom: 10px;
  }

  .banners .slick-dots {
    bottom: 15px;
  }

  .sobre .center {
    flex-wrap: nowrap;
  }

  .sobre .contato {
    margin-right: 0px;
  }

  #galeria .lista .slick-dots {
    bottom: -115px;
  }

  .destaque .direita .button {
    width: 250px;
  }

  .servicos_realizados .ver_mais {
    width: 280px;
  }

  .servicos_realizados .itens {
    flex-direction: inherit;
  }
}

@media screen and (max-width: 450px){
  .noticia {
    /* width: 100%; */
    height: auto;
    padding-bottom: 10px;
  }
}

/******************************************/
.row-wrap {
	flex-flow: row wrap;
}
/* Flex Container */
.seguimentos {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
  justify-content: center;
	/* border: 1px solid #ccc; */
}
/* Flex Item */
.item-seguimentos {
	/* O flex: 1; é necessário para que cada item se expanda ocupando o tamanho máximo do container. */
	flex: 1;
	margin: 15px;
	text-align: center;
	font-size: 1.5em;
  background-color:#FFFFFF;
  border: 4px solid #EEDAC8; /*#785432; */
	border-radius: 10px;
  height: 180px;
}
.item-seguimentos:hover{
    border: 4px solid #FFFFFF;
    -webkit-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.30);
    -moz-box-shadow:    3px 3px 5px rgba(50, 50, 50, 0.30);
    box-shadow:         3px 3px 5px rgba(50, 50, 50, 0.30);
    background-color:#EEDAC8;

}

.item-seguimentos:hover div {
    font-weight: 600;
}

.item-seguimentos img{
    width: 100px;
    height: 100px;
    text-align: center;
    padding-top: 15px;
}
.item-seguimentos div{
    color: #3F3F4C;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-left: 25px;
    width: 250px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 25px;
}




.areas-slick{
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.item-areas {
	/* O flex: 1; é necessário para que cada item se expanda ocupando o tamanho máximo do container. */
	flex: 1;
	margin: 15px;
	text-align: center;
	font-size: 1.5em;
  background-color:#FFFFFF;
  border: 4px solid #EEDAC8; /*#785432; */
	border-radius: 10px;
  height: 180px;

}
.item-areas:hover{
    border: 4px solid #FFFFFF;
    -webkit-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.30);
    -moz-box-shadow:    3px 3px 5px rgba(50, 50, 50, 0.30);
    box-shadow:         3px 3px 5px rgba(50, 50, 50, 0.30);
    background-color:#EEDAC8;

}
.item-areas:hover div {
    font-weight: 600;
}
.item-areas img{
    width: 100px;
    height: 100px;
    text-align: center;
    padding-top: 15px;
    margin-left: 35px;
    justify-content: center;
}
.item-areas div{
    color: #3F3F4C;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    /* margin-left: 5px;
    width: 250px; */
    
    text-align: center;
    margin: 0 auto;
    padding-bottom: 25px;
    padding-left: 5px;
    padding-right: 5px;
}


#informativos{
  padding: 40px 0 120px;
  background: #F7F6FB;
}
.informativos-section{
  width: 100%;
}
.informativos-list{
  width: 100%;
  margin-top: 75px;
}
.informativos-list-interna{
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  align-content: center;
}

.informativos-section h2.titulo-detalhe{
  font-family: "Poppins", sans-serif;
  font-size: 2.5em;
  color: #3F3F4C;
  max-width: 350px;
  line-height: 115%;
  font-weight: 400;
  position: relative;
  margin: 0 auto 70px;
  z-index: 1;
  text-align: center;
}

.informativos-section h2.titulo-detalhepp {
  font-family: "Poppins", sans-serif;
  font-size: 2.5em;
  color: #3F3F4C;
  max-width: fit-content;
  line-height: 115%;
  font-weight: 400;
  position: relative;
  margin: 0 auto 70px;
  z-index: 3;
  text-align: center;
}

.informativos-section h2.titulo-detalhe::before{
  content: "";
  position: absolute;
  width: 106px;
  height: 128px;
  border: 5px solid #EEDAC8;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  z-index: -2;
}
.informativos-section h2.titulo-detalhe::after{
  content: "";
  position: absolute;
  width: 20px;
  height: 95px;
  background: #F7F6FB;
  top: 50%;
  left: 120px;
  transform: translateY(-50%);
  z-index: -1;
}
.informativos-section h2.titulo-detalhepp::before{
  content: "";
  position: absolute;
  width: 106px;
  height: 128px;
  border: 5px solid #EEDAC8;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  z-index: -2;
}
.informativos-section h2.titulo-detalhepp::after{
  content: "";
  position: absolute;
  width: 20px;
  height: 95px;
  background: #FFFFFF;
  top: 50%;
  left: 65px;
  transform: translateY(-50%);
  z-index: -1;
}
.informativos-section .texto {
  max-width: 976px;
  margin: 0 auto;
  text-align: center;
  color: #3F3F4C;
  font-size: 0.9375em;
  line-height: 160%;
  text-align: center;
}
.item-informativos{
  width: 265px!important;
  height: 363px;
  background: #785432; /*#F4E1CB; */
  border-radius: 5px;
  position: relative;
  box-sizing: border-box;
  padding: 1px 0 20px;
  margin: auto 17.5px;
  transition: all 0.5s ease-in;
}

.informativos-list{
  width: 100%;
  margin-top: 75px;
}
.informativos-list-interna{
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  align-content: center;
}

.informativos-list-interna .item-informativos{
  margin: 17.5px 17.5px;
}

.circulo-informativos{
  width: 196px;
  height: 277px;
  border-radius: 5px;
  border: 3px solid #F4E1CB; /* #785432;*/
  position: relative;
  margin: 20px auto;
  overflow: hidden;
  z-index: 2;
  transform: all 0.5s ease-in;
}
.circulo-informativos img{
  position: absolute;
  bottom: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.dentro{
  width: 100%;
  height: 290px;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.item-informativos h3{
  font-size: 1.0625em;
  z-index: 3;
  color:#F4E1CB; /* #3F3F4C;*/
  position: relative;
  text-align: center;
  line-height: 120%;
  font-weight: 400;
  transform: all 0.5s ease-in;
}
.item-informativos h4{
  font-size: 1.0625em;
  z-index: 3;
  color: #F4E1CB; /* #3F3F4C; */
  position: relative;
  text-align: center;
  line-height: 120%;
  font-weight: 300;
  margin: 10px auto;
  transform: all 0.5s ease-in;
}
.item-informativos:hover{
  background: #F4E1CB; /* #785432; */
}
.item-informativos:hover .circulo-informativos{
  border: 3px solid #785432; /* #F4E1CB; */
}
.item-informativos:hover  h3{
  color: #3F3F4C; /* #FFFFFF; */
}
.item-informativos:hover h4{
  color: #3F3F4C; /* #FFFFFF; */
}