@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;700&display=swap');

body {
  background-color: #121212;
  font-family: 'Space Grotesk', sans-serif;
}

.bannerIndex {
  background-image: url('../imagens/topo_mobile.webp');
  background-repeat: no-repeat;
  background-position: top center;
}

@media screen and (min-width: 900px) and (max-width: 999px) {
  .bannerIndex {
    background-size: 100% 1350px;
  }

  .solucoesJuridicas h1 {
    font-weight: 700;
    font-size: 90px;
    margin-top: 210px;
    letter-spacing: 2px;
    line-height: 115px;
  }

  .solucoesJuridicas p {
    margin-top: 610px;
  }
}

@media screen and (min-width: 800px) and (max-width: 899px) {
  .bannerIndex {
    background-size: 100% 1250px;
  }

  .solucoesJuridicas h1 {
    font-weight: 700;
    font-size: 80px;
    margin-top: 210px;
    letter-spacing: 2px;
    line-height: 125px;
  }

  .solucoesJuridicas p {
    margin-top: 510px;
  }
}

@media screen and (min-width: 600px) and (max-width: 799px) {
  .bannerIndex {
    background-size: 100% 1000px;
  }

  .solucoesJuridicas h1 {
    font-weight: 700;
    font-size: 70px;
    margin-top: 160px;
    letter-spacing: 2px;
    line-height: 100px;
  }

  .solucoesJuridicas p {
    margin-top: 430px;
  }
}

.navbar {
  padding: 0;
  border-bottom: 1px solid #262626;
  /* height: 86px; */
  transition: background-color 0.3s;
}

.navbar-brand {
  margin-top: 5px;
  margin-bottom: 5px;
}

.navbar-brand img {
  width: 180px;
}

.navbar-collapse {
  background-color: #262626;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #ffffff;
  margin-left: 20px;
}

.navbar-nav .nav-link:hover {
  color: #cfab4f;
}

/* Soluções jurídicas - Página Inicial */
.solucoesJuridicas {
  color: #ffffff;
}

.solucoesJuridicas p {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.solucoesJuridicas form {
  display: flex;
  flex-direction: column;
}

.solucoesJuridicas select {
  border: solid 1px #737373;
  background: none;
  padding: 20px 10px;
  color: #ffffff;
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  -webkit-border-radius: 0; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -moz-border-radius: 0; /* Firefox 1-3.6 */
  border-radius: 0;
  background: url('../imagens/seta.png') no-repeat calc(100% - 20px) !important; /* Better placement regardless of input width */
}

.solucoesJuridicas select:focus {
  outline: none !important;
}

.solucoesJuridicas option {
  color: #000000;
}

.solucoesJuridicas input[type='button'] {
  background-color: #cfab4f;
  border: solid 1px #cfab4f;
  color: #000000;
  height: 62px;
  padding: 0 28px;
  font-weight: 400;
  font-size: 17px;
}

.vejaMais {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 60px;
}

.vejaMais div {
  background-color: rgba(21, 21, 21, 0.8);
  border: solid 1px #646464;
  border-radius: 7px;
  margin-bottom: 30px;
}

.vejaMais p {
  margin-top: 30px;
  margin-left: 35px;
  font-weight: 300;
  font-size: 16px;
  background: linear-gradient(
    to right,
    #cfac51 0%,
    #e1cc8e 37%,
    #e1cc8e 65%,
    #cfac51 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
}

.vejaMais h2 {
  margin-left: 35px;
  font-weight: 500;
  font-size: 28px;
  width: 360px;
  line-height: 40px;
}

.vejaMais a {
  display: inline-block;
  margin-top: 35px;
  margin-left: 35px;
  margin-bottom: 27px;
  color: #cfab4f;
  text-decoration: none;
}

.vejaMais img {
  margin-left: 8px;
  margin-top: -3px;
}

/* Fundo da sessão de contadores e escritório */
.fundoContadoresEscritorio {
  background-image: url('../imagens/fundo_escritorio.svg');
  background-repeat: no-repeat;
  background-position: top center;
}

/* Contadores */
.contadores {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding-top: 80px;
}

.contadores div {
  width: 50%;
  margin-bottom: 50px;
}

.contadores h2 {
  color: #cfab4f;
  font-size: 85px;
  text-align: center;
}

.contadores p {
  color: #bfbfbf;
  text-align: center;
  font-size: 22px;
}

/* Escritório */
.escritorio {
  padding-top: 150px;
}

.bordaArredondadaEscritorio {
  border-top-right-radius: 50px;
}

.escritorio img {
  width: 100%;
}

.escritorio h1 {
  font-size: 52px;
  font-weight: 700;
  width: 350px;
  color: #ffffff;
  margin-bottom: 40px;
}

.escritorio h2 {
  font-size: 22px;
  font-weight: 300;
  margin-top: 60px;
  margin-bottom: 25px;
  background: linear-gradient(
    to right,
    #cfac51 0%,
    #e1cc8e 37%,
    #e1cc8e 65%,
    #cfac51 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.escritorio p {
  color: #bfbfbf;
  font-weight: 300;
  text-align: justify;
  line-height: 24px;
}

.infoAdicionaisEscritorio {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.infoAdicionaisEscritorio div {
  width: 230px;
}

.infoAdicionaisEscritorio h3 {
  margin-bottom: 20px;
  line-height: 32px;
  columns: #ffffff;
  background: linear-gradient(
    to right,
    #cfac51 0%,
    #e1cc8e 37%,
    #e1cc8e 65%,
    #cfac51 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.infoAdicionaisEscritorio p {
  margin-bottom: 50px;
  text-align: left;
}

/* Clientes */
.clientes h1 {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 30px;
  font-size: 28px;
  background: linear-gradient(
    to right,
    #cfac51 0%,
    #e1cc8e 54%,
    #e1cc8e 54%,
    #cfac51 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Atuação */
.atuacaoTelasGrandes {
  display: none;
}

.atuacaoTelasPequenas {
  display: none;
}

.alinharCarrossel {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.owl-one {
  margin-left: -50px;
}

.owl-one .owl-item img {
  width: auto !important;
}

.fundoAtuacao {
  background-image: url('../imagens/fundo_atuacao.svg');
  background-repeat: no-repeat;
}

.atuacao {
  padding-top: 100px;
  padding-bottom: 200px;
}

.atuacao h1 {
  color: #ffffff;
  font-size: 52px;
  font-weight: 500;
}

.atuacao p {
  color: #bfbfbf;
  width: 380px;
  margin-top: 25px;
  font-weight: 300;
}

.infoAreaAtuacao > div {
  border: solid 1px #4d4d4d;
  background-color: #181818;
  border-radius: 5px;
  padding: 5px;
  margin-top: 25px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: border-color 0.5s;
}

.infoAreaAtuacao > div:hover {
  border-color: #cfab4f;
}

.infoAreaAtuacao:hover .imgTxtAreaAtuacao > img {
  margin-top: -5px;
}

.infoAreaAtuacao img {
  margin-left: 10px;
  float: left;
  transition: margin-top 0.5s;
}

.infoAreaAtuacao h2 {
  color: #bfbfbf;
  font-size: 22px;
  width: 220px;
  margin-left: 20px;
  line-height: 28px;
  float: left;
}

.imgTxtAreaAtuacao {
  height: 60px;
  margin-top: 20px;
}

.infoAreaAtuacao a {
  display: flex;
  color: #cfab4f;
  margin-left: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}

.infoAreaAtuacao a > img {
  width: 16px;
  height: 16px;
  margin-top: 4px;
}

.ajudaAtuacao div {
  padding: 5px;
  margin-top: 25px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ajudaAtuacao h2 {
  color: #ffffff;
  font-size: 22px;
  width: 220px;
  margin-left: 50px;
}

.ajudaAtuacao a {
  display: flex;
  color: #cfab4f;
  margin-left: 50px;
  text-decoration: none;
}

.ajudaAtuacao a > img {
  width: 16px;
  height: 16px;
  margin-top: 4px;
}

/* Vídeo */
.video {
  height: 531px;
  /* width: 1178px; */
  margin: 0 auto;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  padding-right: 30px;
  padding-left: 30px;
}

.imgVideo {
  width: 100%;
  height: 100%;
  background: url('../imagens/capa-video.webp');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 30px;
  padding-left: 30px;
}

.video h2 {
  font-size: 50px;
}

/* Fundo da sessão de equipe */
.fundoEquipe {
  background-image: url('../imagens/fundo_profissionais.svg');
  background-repeat: no-repeat;
  background-position: top center;
}

/* Equipe */
.equipeTelasGrandes {
  display: none;
}

.equipeTelasPequenas {
  display: none;
}

.txtEquipe {
  display: none;
}

/* .owl-three{
    margin-left: -50px;
} */

.equipeMobile img {
  width: 100%;
  padding-right: 10px;
}

.txtMobileEquipe h2 {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 150px;
  background: linear-gradient(
    to right,
    #cfac51 0%,
    #e1cc8e 37%,
    #e1cc8e 65%,
    #cfac51 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.txtMobileEquipe h3 {
  color: #ffffff;
  font-weight: 600;
  font-size: 50px;
  margin-bottom: 30px;
}

.txtMobileEquipe p {
  color: #bfbfbf;
  font-weight: 300;
  margin-bottom: 50px;
}

.txtMobileEquipe2 h2 {
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 40px;
  width: 400px;
  background: linear-gradient(
    to right,
    #cfac51 0%,
    #e1cc8e 37%,
    #e1cc8e 65%,
    #cfac51 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Blog */
.blog {
  padding-top: 160px;
}

.blog .col-md-6 {
  width: 100%;
}

.tituloBlog h2 {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
  background: linear-gradient(
    to right,
    #cfac51 0%,
    #e1cc8e 37%,
    #e1cc8e 65%,
    #cfac51 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tituloBlog h3 {
  color: #ffffff;
  font-size: 58px;
  font-weight: 500;
  margin-bottom: 45px;
}

.todasAsNoticias p {
  color: #bfbfbf;
  font-weight: 300;
}

.todasAsNoticias a {
  display: flex;
  color: #cfab4f;
  text-decoration: none;
}

.todasAsNoticias img {
  margin-left: 10px;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  font-weight: 300;
}

.postagem h3 {
  color: #cfac51;
  margin-top: 50px;
  /* width: 490px; */
  line-height: 38px;
}

.postagem p {
  color: #bfbfbf;
  margin-top: 20px;
  /* width: 490px; */
  font-weight: 300;
}

.postagem a {
  display: flex;
  color: #cfab4f;
  text-decoration: none;
  margin-top: 25px;
}

.postagem a > img {
  margin-left: 10px;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  font-weight: 300;
}

.imgPostagem {
  width: 100%;
  height: 360px;
  margin: 0 auto;
  margin-top: 70px;
  overflow: hidden;
  position: relative;
}

.imgPostagem1 {
  width: 100%;
  height: 100%;
  background: url('../imagens/postagem1.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.imgPostagem2 {
  width: 100%;
  height: 100%;
  background: url('../imagens/postagem2.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.imgPostagem1:hover,
.imgPostagem2:hover {
  transform: scale(1.05);
}

/* Mapa */
.mapa {
  padding-top: 200px;
}

.mapa h2 {
  text-align: center;
  color: #ffffff;
  font-size: 38px;
}

.mapa p {
  color: #bfbfbf;
  width: 400px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 80px;
}

.mapa img {
  width: 100%;
}

.mapa .col-md-6 {
  padding: 0;
  width: 100%;
}

/* Newsletter */
.newsletter {
  border: 1px solid #737373;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.newsletter h2 {
  color: #ffffff;
  margin: 40px;
  font-size: 36px;
}

.newsletter form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.newsletter input[type='text'],
.newsletter input[type='email'] {
  border: 1px solid #4d4d4d;
  background: none;
  padding: 5px;
  margin-right: 5%;
  margin-left: 5%;
  margin-bottom: 15px;
  width: 90%;
  color: #ffffff;
}

.newsletter input[type='submit'] {
  background-color: #cfab4f;
  border: 1px solid #cfab4f;
  margin-bottom: 30px;
  font-weight: 600;
  padding: 5px 15px;
}

/* Rodapé */
.bordaRodape {
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  padding-top: 20px;
  padding-bottom: 20px;
}

.rodapeSuperior {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.rodapeSuperior > img {
  width: 140px;
}

.rodapeSuperior > nav {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.rodapeSuperior nav > a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  margin-top: 40px;
  margin-left: 15px;
  margin-right: 15px;
  transition: color 0.3s;
}

.rodapeSuperior nav > a:hover {
  color: #cfab4f;
}

.iconesRedesSociais {
  display: flex;
  justify-content: center;
  align-items: center;
}

.iconesRedesSociais img {
  width: 20px;
  margin-left: 15px;
}

.rodapeInferior {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.contatosRodape {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contatosRodape div {
  width: 275px;
  display: flex;
  border: 1px solid #4d4d4d;
  margin-top: 30px;
  margin-right: 30px;
  height: 35px;
  padding: 0 12px;
}

.contatosRodape img {
  width: 20px;
  position: absolute;
  margin-top: 5px;
}

.contatosRodape p {
  color: #ffffff;
  margin-left: 35px;
  margin-top: 3px;
}

.contatosRodape span {
  color: #bfbfbf;
  margin-left: 10px;
}

.contatosRodape a {
  text-decoration: none;
}

.rodapeInferior > p {
  color: #cfab4f;
  margin-top: 35px;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
}

.whatsappRodape {
  width: 388px !important;
}

.whatsappRodape span {
  margin-left: 20px;
}

.telefoneRodape {
  margin-left: 25px;
}

.imgWhatsappRodape {
  margin-left: 115px;
}

.txtWhatsApp {
  margin-left: 45px !important;
}

/* PÁGINA FALE CONOSCO */
.faleConosco {
  margin-top: 150px;
}

.navegacao {
  display: flex;
}

.navegacao img {
  height: 15px;
  margin-top: 4px;
  margin-left: 10px;
  margin-right: 10px;
}

.navegacao a {
  color: #cfab4f;
  text-decoration: none;
}

.navegacao p {
  color: #737373;
}

.tituloFaleConosco {
  margin-top: 20px;
}

.tituloFaleConosco h1 {
  color: #ffffff;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 1px;
}

.btnWhatsAppFaleConosco {
  width: 275px;
  background-color: #cfab4f;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 60px;
}

.btnWhatsAppFaleConosco img {
  width: 25px;
}

.btnWhatsAppFaleConosco a {
  color: #000000;
  text-decoration: none;
}

.formularioContato {
  border-top: solid 1px #646464;
  border-bottom: solid 1px #646464;
  padding-top: 60px;
  padding-bottom: 60px;
}

.formularioContato h1 {
  color: #ffffff;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 1px;
}

.formularioContato input[type='text'] {
  background: none;
  border: solid 1px #646464;
  width: 100%;
  padding: 7px;
  margin-top: 25px;
  color: #ffffff;
}

.formularioContato textarea {
  background: none;
  border: solid 1px #646464;
  width: 100%;
  height: 160px;
  padding: 7px;
  margin-top: 25px;
  resize: none;
  color: #ffffff;
}

.formularioContato input[type='submit'],
.formularioContato input[type='button'] {
  background: #cfab4f;
  border: none;
  padding: 7px 15px;
  margin-top: 25px;
}

.mapaFaleConosco div {
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
}

.mapaFaleConosco h1 {
  color: #ffffff;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 1px;
}

.mapaFaleConosco a {
  color: #ffffff;
  border: 1px solid #ffffff;
  width: 110px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  margin-top: 20px;
  transition: background-color 0.3s, color 0.3s;
}

.mapaFaleConosco a:hover {
  background-color: #ffffff;
  color: #000000;
}

.mapaFaleConosco iframe {
  width: 100%;
  height: 300px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.informacoesAdicionaisFaleConosco {
  margin-top: 30px;
}

.informacoesAdicionaisFaleConosco p {
  color: #bfbfbf;
  margin: 0;
  font-weight: 300;
}

.informacoesAdicionaisFaleConosco p:first-child {
  color: #cfab4f;
  margin-bottom: 10px;
}

.espacamentoFaleConoscoMobile {
  padding-bottom: 120px;
}

/* PÁGINA CARREIRAS */
.carreiras {
  margin-top: 130px;
}

.navegacaoCarreiras {
  display: flex;
}

.navegacaoCarreiras img {
  height: 15px;
  margin-top: 4px;
  margin-left: 10px;
  margin-right: 10px;
}

.navegacaoCarreiras a {
  color: #cfab4f;
  text-decoration: none;
}

.navegacaoCarreiras p {
  color: #737373;
}

.navegacaoCarreiras {
  margin-top: 20px;
}

.tituloCarreiras h1 {
  color: #ffffff;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 20px;
}

.btnCarreiras {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 60px;
  width: 530px;
  font-weight: 500;
}

.btnCarreiras > div > a {
  color: #000000;
  text-decoration: none;
  font-size: 18px;
  background-color: #cfab4f;
  border: solid 1px #cfab4f;
  padding: 15px;
  display: inline-block;
  transition: background-color 0.3s;
}

.btnCarreiras > div > a:hover {
  background-color: #b38f35;
}

.btnCarreiras > a {
  border: solid 1px #ffffff;
  padding: 15px;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  transition: background-color 0.3s, color 0.3s;
}

.btnCarreiras > a:hover {
  background-color: #ffffff;
  color: #000000;
}

.bannerCarreiras {
  display: none;
}

.bannerCarreirasMobile {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 120px;
}

.removerPadding {
  padding-left: 0;
  padding-right: 0;
}

.conteudoCarreiras {
  margin-bottom: 180px;
}

.conteudoCarreiras h1 {
  color: #ffffff;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 30px;
  width: 400px;
}

.conteudoCarreiras p {
  color: #bfbfbf;
  text-align: justify;
  font-weight: 300;
}

.conteudoCarreiras a {
  margin-top: 20px;
  color: #000000;
  text-decoration: none;
  font-size: 18px;
  background-color: #cfab4f;
  border: solid 1px #cfab4f;
  padding: 15px;
  display: inline-block;
  transition: background-color 0.3s;
}

.conteudoCarreiras a:hover {
  background-color: #b38f35;
}

.img1Carreiras {
  border-top-right-radius: 50px;
  width: 100%;
  display: none;
}

.img2Carreiras {
  border-top-left-radius: 50px;
  width: 100%;
  margin-top: 50px;
}

.img1mobile {
  border-top-right-radius: 50px;
  width: 100%;
  margin-top: 50px;
}

/* Blog */
.topoBlog {
  margin-top: 130px;
}

.topoBlog h1 {
  color: #ffffff;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 20px;
}

.paginaBlog {
  margin-top: -30px;
}

.tituloFormularioBlog {
  display: flex;
  flex-direction: column;
}

.tituloFormularioBlog form {
  padding-top: 30px;
}

.tituloFormularioBlog input[type='text'] {
  background: none;
  border: solid 1px #646464;
  border-right: none;
  padding: 5px 10px;
  width: 80%;
  font-weight: 300;
  color: #ffffff;
}

.tituloFormularioBlog input[type='submit'] {
  background-color: #cfab4f;
  border: solid 1px #cfab4f;
  border-left: none;
  padding: 5px 10px;
  font-weight: 500;
  width: 20%;
}

.espacamentoRodapeBlog {
  margin-top: 100px;
}

/* Postagem */
.topoPostagem {
  margin-top: 180px;
}

.topoPostagem h1 {
  color: #ffffff;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: -64px;
}

.topoPostagem a {
  margin-bottom: 100px;
}

.tituloTopoPostagem {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #646464;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

.tituloTopoPostagem p {
  color: #bfbfbf;
  font-weight: 300;
}

.compartilhar {
  display: flex;
  flex-direction: column;
}

.compartilhar p {
  color: #cfab4f;
  margin-top: 30px;
  font-size: 20px;
}

.compartilhar img {
  width: 35px;
  margin-right: 5px;
}

.paginaPostagem p {
  color: #bfbfbf;
  text-align: justify;
  margin-bottom: 40px;
  line-height: 28px;
  font-size: 18px;
  text-indent: 20px;
}

.paginaPostagem li {
  color: #bfbfbf;
  text-align: justify;
  line-height: 28px;
  font-size: 18px;
  margin-bottom: 15px;
}

.paginaPostagem img {
  width: 100%;
  margin-bottom: 80px;
}

.autorPostagem {
  padding-top: 40px;
  margin-bottom: 0 !important;
}

/* LGPD */
.bannerLGPD {
  background-image: url('../imagens/bg-lgpd.png');
  min-height: 100vh;
}

.navegacaoLGPD {
  padding-top: 180px;
  display: flex;
  margin-top: 20px;
}

.navegacaoLGPD img {
  height: 15px;
  margin-top: 4px;
  margin-left: 10px;
  margin-right: 10px;
}

.navegacaoLGPD a {
  color: #cfab4f;
  text-decoration: none;
}

.navegacaoLGPD p {
  color: #737373;
}

.tituloLGPD h1 {
  color: #ffffff;
  font-size: 52px;
  font-weight: 600;
  margin-top: 30px;
}

.tituloLGPD span {
  background: linear-gradient(
    to right,
    #cfac51 0%,
    #e1cc8e 37%,
    #e1cc8e 65%,
    #cfac51 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tituloLGPD p {
  color: #ffffff;
  width: 400px;
  font-size: 18px;
  text-align: justify;
  margin-top: 30px;
  font-weight: 300;
}

.tituloLGPD a {
  background-color: #3ab7a0;
  padding: 20px;
  color: #000000;
  text-decoration: none;
  margin-top: 20px;
  display: inline-block;
  transition: background-color 0.3s;
  font-weight: 500;
}

.tituloLGPD a:hover {
  background-color: #33978b;
}

.linksLGPD {
  margin-top: 20px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.linksLGPD a {
  display: none;
}

.linksLGPD a:hover {
  background-color: #bfbfbf;
}

.linksLGPD a:first-child {
  background-color: #cfab4f;
  width: 250px;
}

.linksLGPD a:hover:first-child {
  background-color: #b38f35;
}

.adequarLGPD h1 {
  text-align: center;
  margin: 0 auto;
  color: #ffffff;
  font-size: 52px;
  width: 500px;
  padding-top: 200px;
  padding-bottom: 100px;
}

.gridAdequacao {
  display: flex;
  flex-direction: column;
}

.gridAdequacao div {
  height: 80px;
  margin-right: 5%;
  margin-bottom: 50px;
  display: flex;
  border-bottom: solid 1px #646464;
}

.gridAdequacao img {
  width: 50px;
  height: 50px;
}

.gridAdequacao p {
  color: #bfbfbf;
  margin-left: 20px;
  font-weight: 300;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.linksLGPD img {
  width: 20px;
  height: 20px;
}

.txtAdequarLGPD {
  color: #bfbfbf;
  font-weight: 300;
  text-align: justify;
}

.txtAdequarLGPD a {
  background-color: #cfab4f;
  padding: 20px;
  color: #000000;
  text-decoration: none;
  margin-top: 20px;
  display: inline-block;
  transition: background-color 0.3s;
  font-weight: 500;
}

.txtAdequarLGPD a:hover {
  background-color: #b38f35;
}

.vantagensLGPD {
  padding-top: 180px;
  padding-bottom: 180px;
}

.vantagensLGPDEsquerda h1 {
  color: #ffffff;
  font-size: 52px;
  margin-bottom: 50px;
}

.vantagensLGPDEsquerda span {
  background: linear-gradient(
    to right,
    #cfac51 0%,
    #e1cc8e 37%,
    #e1cc8e 65%,
    #cfac51 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.vantagensLGPDEsquerda p {
  width: 525px;
  color: #bfbfbf;
  font-weight: 300;
  font-size: 18px;
  border-bottom: solid 1px #646464;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.vantagensLGPDEsquerda a {
  color: #ffffff;
  text-decoration: none;
  padding: 20px;
  border: solid 1px #ffffff;
  transition: background-color 0.3s, color 0.3s;
  margin-top: 30px;
  display: inline-block;
}

.vantagensLGPDEsquerda a:hover {
  background-color: #ffffff;
  color: #000000;
}

.vantagensLGPDDireita p {
  margin-top: 30px;
  text-align: justify;
  color: #bfbfbf;
  font-weight: 300;
}

.vantagensLGPDDireita img {
  width: 100%;
  margin-top: 60px;
}

.mapeamento {
  background: linear-gradient(to right, #7a5f19 0%, #7a581f 49%, #794c27 100%);
  padding-top: 100px;
  padding-bottom: 100px;
}

.mapeamento h1 {
  color: #ffffff;
  font-size: 52px;
  text-align: center;
}

.mapeamento span {
  background: linear-gradient(
    to right,
    #cfac51 0%,
    #e1cc8e 37%,
    #e1cc8e 65%,
    #cfac51 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mapeamento p {
  font-weight: 300;
  color: #e6e6e6;
  text-align: center;
  width: 520px;
  margin: 40px auto;
}

.mapeamento form {
  width: 500px;
  margin: 0 auto;
  text-align: center;
}

.mapeamento input[type='text'] {
  border: solid 1px #8b7b61;
  background: none;
  padding: 5px 10px;
  width: 100%;
  margin-bottom: 20px;
  color: #ffffff;
}

.mapeamento input::placeholder {
  color: #bfbfbf;
  font-weight: 300;
}

.mapeamento input:-ms-input-placeholder {
  color: #bfbfbf;
  font-weight: 300;
}

.mapeamento input::-ms-input-placeholder {
  color: #bfbfbf;
  font-weight: 300;
}

.mapeamento input[type='submit'],
.enviarMensagem {
  background-color: #39b7a0;
  font-weight: 500;
  border: none;
  padding: 15px 25px;
}

.comoPodemosAjudarQuadroLGPD {
  margin-bottom: 60px;
}

.text-danger {
  background-color: black;
  color: yellow;
}
.podemosAjudarLGPD {
  margin-top: 120px;
  margin-bottom: 120px;
}

.text-danger {
  background-color: black;
  color: yellow;
}
.podemosAjudarLGPD {
  margin-bottom: 30px;
}

.podemosAjudarLGPD h1 {
  text-align: center;
  color: #ffffff;
  font-size: 52px;
  width: 450px;
  margin: 0 auto;
  margin-bottom: 120px;
}

.quadroLGPD {
  display: flex;
  flex-direction: column;
  border: solid 1px #737373;
}

.quadroInversoTelaPequena {
  flex-direction: column-reverse;
}

.quadroLGPD div {
  padding: 50px;
}

.quadroLGPD img {
  width: 100%;
}

.quadroLGPD h2 {
  width: 400px;
  color: #ffffff;
}

.quadroLGPD p {
  color: #bfbfbf;
  margin-top: 40px;
  text-align: justify;
}

.quadroLGPD p {
  color: #bfbfbf;
  margin-top: 40px;
}

.quadroLGPD a {
  color: #ffffff;
  text-decoration: none;
  padding: 10px;
  border: solid 1px #ffffff;
  transition: background-color 0.3s, color 0.3s;
  display: inline-block;
  margin-top: 30px;
}

.quadroLGPD a:hover {
  background-color: #ffffff;
  color: #000000;
}

.advogadosLGPD {
  padding-top: 150;
  margin-bottom: 150px;
}

.advogadosLGPD h1 {
  font-size: 46px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 50px;
}

.advogadosLGPD span {
  background: linear-gradient(
    to right,
    #cfac51 0%,
    #e1cc8e 37%,
    #e1cc8e 65%,
    #cfac51 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.advogadosLGPD input[type='text'] {
  width: 100%;
  border: solid 1px #737373;
  background: none;
  padding: 7px 10px;
  margin-bottom: 20px;
  color: #ffffff;
}

.advogadosLGPD input[type='submit'] {
  background-color: #cfab4f;
  border: none;
  padding: 15px;
  font-weight: bold;
  transition: background-color 0.3s;
}

.advogadosLGPD input[type='submit']:hover {
  background-color: #b38f35;
}

/* Política de Privacidade */
.linksPolitica {
  display: none;
}

.conteudosPoliticaPrivacidade {
  margin-top: 80px;
  margin-bottom: 80px;
  color: #bfbfbf;
}

.conteudosPoliticaPrivacidade h1 {
  padding-top: 140px;
  color: #ffffff;
  padding-bottom: 20px;
}

.conteudosPoliticaPrivacidade h2 {
  font-size: 28px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.conteudosPoliticaPrivacidade p {
  line-height: 26px;
  text-align: justify;
  font-weight: 300;
}

.conteudosPoliticaPrivacidade ul {
  list-style: none;
}

.conteudosPoliticaPrivacidade li {
  line-height: 26px;
}

.removerMargemSuperiorPoliticaPrivacidade {
  margin-top: -140px;
}
