html {
  scroll-behavior: smooth;
}

header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: cabecalho;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #01273a;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
          transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  height: 70px;
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  height: 70px;
}

header div.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

header.fixed_menu {
  box-shadow: 0 0 35px rgba(10, 10, 10, 0.3);
  -moz-box-shadow: 0 0 35px rgba(10, 10, 10, 0.3);
  -webkit-box-shadow: 0 0 35px rgba(10, 10, 10, 0.3);
}

main {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: conteudo;
}

nav ul li {
  margin: 0 15px;
}

nav ul li a:hover {
  text-decoration: none;
  color: #866951;
}

footer {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: rodape;
}

body {
  padding: 0;
  margin: 0;
  min-height: 100vh;
  font-family: "Poppins", sans-serif;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -ms-grid-rows: 70px 1fr 300px;
      grid-template-rows: 70px 1fr 300px;
      grid-template-areas: "cabecalho"
 "conteudo"
 "rodape";
}

p {
  color: #555555;
  font-size: 16px;
}

h3 {
  color: #161616;
  font-size: 30px;
}

a {
  color: #888fb1;
  font-size: 16px;
  text-decoration: none;
}

.pSobre {
  margin-top: 30px;
  color: #555555;
  font-size: 18px;
}

.navResponsivo {
  position: absolute;
  top: 80px;
  left: 0px;
  background-color: #01273a;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  box-shadow: 0 35px 35px rgba(10, 10, 10, 0.2);
  -moz-box-shadow: 0 35px 35px rgba(10, 10, 10, 0.2);
  -webkit-box-shadow: 0 35px 35px rgba(10, 10, 10, 0.2);
  z-index: 1;
  height: 280px;
  overflow: hidden;
  -webkit-transition: height 500ms ease;
  transition: height 500ms ease;
}

.navResponsivo ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
}

.navResponsivo ul li {
  margin: 10px 0;
}

.contactLink {
  color: #8e8e8e;
}

.contactLink:hover {
  text-decoration: none;
  color: #000000;
}

.contactLink i:hover {
  color: #000000 !important;
}

.navMobileHeight {
  height: 0px;
}

.d-none {
  display: block !important;
}

.row-ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  margin: 0;
  padding: 0;
}

.row-ul-opcao {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  display: none;
}

.row-ul-opcao li i {
  font-size: 25px;
}

.info {
  color: #8e8e8e;
}

.subtitle {
  color: #a8a8a8;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
}

.title {
  font-size: 30px;
  color: #161616;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
}
.titlePlano {
  font-size: 30px;
  color: #866951;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
}

.cardAdv:hover .overlay {
  display: block;
  
}

.cardAdv {
  box-shadow: 0 0 35px rgba(10, 10, 10, 0.08);
  -moz-box-shadow: 0 0 35px rgba(10, 10, 10, 0.08);
  -webkit-box-shadow: 0 0 35px rgba(10, 10, 10, 0.08);
  background-color: #fff;
  position: relative;
}

.cardAdv .cardImg {
  position: relative;
  overflow: hidden;
}

.cardAdv .cardImg img {
  width: 100%;
  height: 344px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cardAdv .adv {
  text-transform: uppercase;
  height: 114px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 2px;
}

.cardAdv .adv .nome {
  color: #383838;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
  margin: 0;
}

.cardAdv .adv .areaAdv {
  color: #9d9d9d;
  text-align: center;
  font-size: 13px;
  margin: 0;
}

section#info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 58px;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.1);
}

section#info div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section#info ul li span {
  margin-left: 12px;
  margin-right: 14px;
  position: relative;
  bottom: 5px;
}

section#info ul li i {
  color: #866951;
  font-size: 20px;
  margin-right: 10px;
}

section#info ul li.iRedesSociais {
  margin-right: 10px;
}

section#info ul li.iRedesSociais i:hover {
  color: #111111;
}

div[name="carousel"] {
  bottom: 250px;
}

div[name="carousel"] h2.escritorio {
  font-weight: 700;
  font-size: 5rem;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 7px;
}

div[name="carousel"] h2.bemvindo {
  font-size: 2.5rem;
  text-transform: uppercase;
  color: #866951;
  letter-spacing: 2px;
  font-weight: 700;
}

div[name="carousel"] p {
  font-size: 1.5rem;
  color: #fff;
}

div[name="carousel"] .borda div {
  border-top: 1px solid #866951;
  width: 100px;
  height: 10px;
}

.borda {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.imgCarousel {
  -webkit-filter: brightness(40%);
          filter: brightness(40%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

div.justifyBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
}

div.justifyBtn .btn-form {
  background-color: #866951;
  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;
  width: 200px;
  color: #fff;
  border: none;
  height: 45px;
  padding: 6px 20px;
}

div.justifyBtn .btn-form:hover {
  background: #77623f;
}

/* ------------------------------------------ SOBRE ----------------------------------------*/
div.sobre {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: sobre;
}

div.sobreImg {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: imagem;
}

section#sobre {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      /* grid-template-columns: 50% 50%; */
  -ms-grid-rows: auto;
      grid-template-rows: auto;
      grid-template-areas: "sobre imagem";
  position: relative;
  top: -100px;
  background-color: #FFFFFF;
  padding: 0;
  border-radius: 5px;
  border-top-right-radius: 7px;
  box-shadow: 0 0 32px rgba(10, 10, 10, 0.08);
  -moz-box-shadow: 0 0 32px rgba(10, 10, 10, 0.08);
  -webkit-box-shadow: 0 0 32px rgba(10, 10, 10, 0.08);
}

section#sobre .sobreImg img {
  width: 100%;
  height: 100%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}

section#sobre .sobre {
  padding: 60px;
}

section#sobre .sobre h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 4px;
}

section#sobre .borda2 div {
  border-top: 3px solid #866951;
  width: 40px;
  height: 10px;
  margin-bottom: 15px;
}

section#sobre .assinatura {
  font-family: "Mrs Saint Delafield", cursive;
  font-size: 60px;
  margin: 0;
  margin-top: 30px;
}

section#sobre .founder {
  text-transform: uppercase;
  line-height: 1.7;
  font-size: 11px;
  letter-spacing: 4px;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#areas_atuacao {
  position: relative;
  top: -80px;
}

section#areas {
  margin-bottom: 70px;
}

section#areas .areas {
  margin-top: 70px;
}


.btn-more {
  border-color: #01273a;
  color: #866951;
}

.btn-more:hover{
  background-color: #01273a !important;
  color:#866951 !important;
}

.modal-body {
  width: 800px;
  padding: 0px;
  margin: 0px;
}
.modal {
  text-align: center;
  padding: 0 !important;
}
.about-modal-text {
  padding: 6px 10px;
  color:#dda46f;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;

}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}


.modal-content {
  width: 800px;
  margin-left: -100px;
  border-radius: 0px;
  background-color: #01273a;
}
section#areas .areas div {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 100px;
}

section#areas .areas div svg {
  height: 56px;
  fill: #866951;
  margin-bottom: 35px;
}

section#areas .areas div h5 {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 3px;
  color: #454545;
  text-transform: uppercase;
  margin-bottom: 25px;
}

section#areas .areas div p {
  text-align: center;
}

section.contador {
  background-image: url("../images/slider/slider.jpg");
  display: -ms-grid;
  display: grid;
  background-size: cover;
  background-position: center;
}

section.contador .escurecerImg {
  background: rgba(25, 25, 25, 0.8);
}

section.contador .bordaContador {
  margin: 60px;
  border: 1px solid #686868;
}

section.contador .contadorConteudo {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

section.contador .subtitle {
  color: #866951;
}

section.contador .title {
  color: #ffffff;
  padding-bottom: 80px;
  font-weight: 700;
}

section.contador .content {
  color: #c4c4c4;
  font-size: 17px;
}

section.contador .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}

section.contador .contabilizador {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.contador .contabilizador div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.contador .contabilizador .count {
  font-weight: 700;
  font-size: 3rem;
  color: #ffffff;
}

section.contador .contabilizador .countTitle {
  color: #866951;
  font-size: 17px;
  text-align: center;
}

section.formulario {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.formulario .container-form {
  padding: 80px 60px;
  box-shadow: 0 0 32px rgba(10, 10, 10, 0.08);
  -moz-box-shadow: 0 0 32px rgba(10, 10, 10, 0.08);
  -webkit-box-shadow: 0 0 32px rgba(10, 10, 10, 0.08);
  border-radius: 5px;
  position: relative;
  top: -100px;
  background-color: #FFFFFF;
  margin-bottom: 50px;
}

section.formulario .container-form .title {
  color: #303030;
}

section.formulario .container-form .textContato {
  text-align: center;
  margin: 15px 0 55px;
}

section.formulario .container-form div {
  padding: 0 7.5px;
}

section.formulario .container-form div input {
  width: 100%;
  height: 63px;
  padding: 20px 22px;
  background-color: #f5f5f5;
  border: none;
  margin-bottom: 15px;
  border-radius: 5px;
}

section.formulario .container-form div textarea {
  width: 100%;
  min-height: 150px;
  padding: 20px 22px;
  background-color: #f5f5f5;
  border: none;
  border-radius: 5px;
}

section.formulario .container-form div .btn-enviar {
  width: 100%;
  background-color: #866951;
  text-transform: uppercase;
  height: 60px;
  border: none;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 14px;
  cursor: pointer;
  margin-top: 5px;
  border-radius: 5px;
}

.btn-contatar {
  width: 100%;
  background-color: #866951;
  text-transform: uppercase;
  height: 60px;
  border: none;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 14px;
  cursor: pointer;
  margin-top: 5px;
  border-radius: 5px;
}

.btn-contatar a:link{
     text-decoration:none; 
     color: #FFFFFF;

}

.btn-contatar:hover {
    background-color: #997e50;
}



section.formulario .container-form div .btn-enviar:hover {
  background-color: #997e50;
}

section#advogado .background {
  background-image: url("../images/slider/biblioteca.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

section#advogado .background ul {
  list-style-type: none;
  width: 1200%;
  margin: 22px;
  padding: 0;
}

section#advogado .background ul li {
  float: left;
}

section#advogado .background .title {
  padding-top: 50px;
  color: #fff;
}

section#advogado .background .subtitleAdv {
  text-align: center;
  color: #866951;
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px;
  letter-spacing: 4px;
  font-weight: 600;
}

section#advogado .controles {
  padding-top: 350px;
  background-color: #f2f2f2;
}

div#depoimentos {
  position: relative;
  top: -80px;
}

section#depo {
  background-size: cover;
  background-position: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: -150px;
}

section#depo .container-form {
  padding: 80px 60px;
  box-shadow: 0 0 32px rgba(10, 10, 10, 0.08);
  -moz-box-shadow: 0 0 32px rgba(10, 10, 10, 0.08);
  -webkit-box-shadow: 0 0 32px rgba(10, 10, 10, 0.08);
  border-radius: 5px;
  background-color: #FFFFFF;
}

section#depo .container-form .title {
  color: #303030;
  margin: 15px;
}

section#depo .container-form .textContato {
  text-align: center;
  color: #866951;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

section#depo .container-form .depoImg {
  background-image: url("../images/depoimentos.jpg");
  padding: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

section#depo .container-form .depoImg .escurecerImg {
  background: rgba(0, 0, 0, 0.6);
  padding: 60px 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

section#depo .container-form .depoImg .escurecerImg .bordaContador {
  margin: 0 60px;
}

section#depo .container-form .depoImg .escurecerImg .contadorConteudo {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
}

section#depo .container-form .depoImg .escurecerImg .contadorConteudo div.container {
  text-align: center;
}

section#depo .container-form .depoImg .escurecerImg .contadorConteudo div.container i {
  font-size: 80px;
  color: #866951;
}

section#depo .container-form .depoImg .escurecerImg .contadorConteudo div.centralizar {
  text-align: center;
  padding-top: 15px;
}

section#depo .container-form .depoImg .escurecerImg .contadorConteudo .cliente {
  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;
  padding-top: 15px;
}

section#depo .container-form .depoImg .escurecerImg .contadorConteudo .cliente img {
  width: 62px;
  border-radius: 50%;
  margin-right: 10px;
}

section#depo .container-form .depoImg .escurecerImg .contadorConteudo .cliente p.nomeDep {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  margin: 0;
}

section#depo .container-form .depoImg .escurecerImg .contadorConteudo .cliente p.clienteDep {
  color: #866951;
  font-size: 15px;
  margin: 0;
}

section#depo .subtitle {
  color: #866951;
}

section#depo .title {
  color: #ffffff;
  padding-bottom: 40px;
  font-weight: 700;
  text-transform: capitalize;
}

section#depo .content {
  color: #c4c4c4;
  font-size: 20px;
}

.carousel-indicators {
  bottom: -60px;
}

#blog-index {
  min-height: 448px;
}

section#blog {
  background-image: url("../images/blog.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

section#blog .escurecerImg {
  background: rgba(255, 255, 255, 0.6);
}

section#blog .center {
  padding-top: 100px;
  margin-bottom: 45px;
}

section#blog .center .subtitle {
  color: #866951;
}

section#blog .center .title {
  color: #2b2b2b;
  padding-bottom: 40px;
  font-weight: 700;
  text-transform: capitalize;
}

section#blog div.cards {
  top: 0px;
}

section#blog div.cards .linkBlog {
  color: #191919;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0px;
  padding: 20px;
  text-transform: none;
}

section#blog div.cards .cardAdv .cardImg {
  overflow: hidden;
}

section#blog div.cards .cardAdv .cardImg img {
  height: 280px;
  max-width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section#blog div.cards .cardAdv .cardImg img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

section#blog div.cards .cardAdv .adv {
  height: 168px;
  border-radius: 5px;
}

section#blog div.cards .cardAdv .adv a.linkBlog:hover {
  text-decoration: none;
  color: #866951;
}

section#blog div.cards .cardAdv .adv p.areaBlog {
  color: #959595;
  font-size: 13px;
  text-transform: capitalize;
}

section#blog div.cards .cardAdv .adv p.areaBlog span {
  margin-left: 12px;
  margin-right: 14px;
  position: relative;
  bottom: 5px;
}

section#blog div.cards div.row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section#blog div.centerBtn {
  text-align: center;
  padding-bottom: 120px;
}

section#blog div.centerBtn a {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #ffffff;
  padding: 12px 24px 14px 28px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #866951;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
}

section#blog div.centerBtn a:hover {
  background-color: #997e50;
  text-decoration: none;
}

div#localizacao {
  position: relative;
  top: -150px;
}

section#localizacao {
  box-shadow: 0 0 32px rgba(10, 10, 10, 0.08);
  -moz-box-shadow: 0 0 32px rgba(10, 10, 10, 0.08);
  -webkit-box-shadow: 0 0 32px rgba(10, 10, 10, 0.08);
  border-radius: 5px;
  padding: 0;
  position: relative;
  top: -80px;
  background-color: #FFFFFF;
}

section#localizacao .center {
  padding-top: 80px;
}

section#localizacao .center .endereco {
  margin-top: 10px;
  margin-bottom: 55px;
  padding: 0 30px;
}

section#localizacao .mapa iframe {
  width: 100%;
  display: block;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

span.contato {
  position: relative;
  top: -80px;
}

section#contact {
  background-image: url("../images/slider/ContactImg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

section#contact .escurecerImg {
  background: rgba(0, 0, 0, 0.7);
  padding: 60px 0;
}

section#contact .escurecerImg .borda {
  margin: 0 60px;
  border: 1px solid #686868;
}

section#contact .center {
  padding-top: 100px;
  padding-bottom: 100px;
}

section#contact .center .title {
  color: #ffffff;
}

section#contact .center .subtitle {
  color: #866951;
}

section#contact .center .dados {
  margin-top: 20px;
  text-align: center;
  color: #ffffff;
}

section#contact .center .dados .telefone {
  color: #866951;
  font-size: 20px;
  font-weight: bold;
}

section#contact .center .dados ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
}

section#contact .center .dados i {
  color: #866951;
  margin: 0 5px;
}

section#contact .center .dados span {
  margin-left: 12px;
  margin-right: 14px;
  position: relative;
  bottom: 5px;
}

section#clientes {
  background-color: #01273a;
}

footer {
  background-color: #01273a;
  color: #ffffff;
}

footer .clientes {
  padding-top: 60px;
}

footer .clientes .align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .redesSociais {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
  border-top: 1px solid #666666;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .redesSociais .logoFooter {
  width: 211px;
  margin-bottom: 40px;
}

footer .redesSociais .logoFooterBlog {
  width: 211px;
  
}

footer .redesSociais a:hover {
  text-decoration: none;
}

footer .redesSociais a i {
  margin: 0 20px;
  font-size: 25px;
  color: #866951;
}

footer .redesSociais a i:hover {
  color: #d4c6ae;
}

.copyrightLink {
  color: #ffffff;
  font-size: 14px !important;
}

.copyrightLink:hover {
  color: #866951;
  text-decoration: none;
}

.anime {
  /* opacity: 1; */
}


.lw_crousel_section .crousel_items .owl-prev {
  left: -98px;
  top: 32%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.lw_crousel_section .crousel_items .owl-next {
  right: -98px;
  top: 32%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.owl-theme .owl-controls .owl-buttons div {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  border: none !important;
  color: #866951 !important;
  border-radius: 2px !important;
}

section#banner {
  background-image: url("../images/blog.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section#banner h2 {
  color: #ffffff;
  padding: 130px 20px;
  font-size: 51px;
  font-weight: bold;
  letter-spacing: 0px;
  text-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
}

section#posts {
  margin-top: 40px;
}

.card {
  margin: 0 15px;
  border: none;
  border-radius: 4px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 0 32px rgba(10, 10, 10, 0.1);
          box-shadow: 0 0 32px rgba(10, 10, 10, 0.1);
}

.card .titleCard {
  color: #161616;
}

.card .titleCard:hover {
  color: #866951;
  text-decoration: none;
}

.imgCardBlog {
  width: 100%;
  max-height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.cardDescricao {
  padding: 50px;
}

.cardDescricao a {
  font-weight: 900;
  font-size: 27px;
  letter-spacing: 0px;
  color: #161616;
  line-height: 1.5;
}

.cardDescricao a:hover {
  text-decoration: none;
  color: #866951;
}

.cardDescricao p {
  margin-top: 25px;
}

.dataBlog {
  width: 62.7px;
  height: 56px;
  background-color: #866951;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* position: absolute; */
  bottom: 0px;
}

.dataBlog p {
  margin: 0;
  color: #ffffff;
}

.dataBlog .dia {
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
}

.dataBlog .mes {
  font-size: 15px;
  text-transform: uppercase;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.inputProcurar {
  width: 100%;
  border: none;
  border-radius: 5px;
  height: 50px;
  padding: 25px;
}

.btnProcurar {
  border: none;
  background-color: unset;
  position: absolute;
  bottom: 12px;
  right: 20px;
  cursor: pointer;
}

.position-wrapper {
  position: relative;
}

div.input {
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 32px rgba(10, 10, 10, 0.1);
          box-shadow: 0 0 32px rgba(10, 10, 10, 0.1);
}

.ultimos-posts {
  padding: 25px;
  background-color: white;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 32px rgba(10, 10, 10, 0.1);
          box-shadow: 0 0 32px rgba(10, 10, 10, 0.1);
}

.ultimos-posts h4 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}

.card-ultimas-noticias a:hover {
  text-decoration: none !important;
}

.card-ultimas-noticias a h5 {
  font-size: 16px;
  color: black;
}

.card-ultimas-noticias a h5:hover {
  color: #866951;
}

.card-ultimas-noticias p {
  font-size: 15px;
  margin: 0;
}

.ultimo-post {
  margin-bottom: 15px;
}

.destaque {
  color: #866951;
}

.spinner-grow {
  color: #866951;
  margin-bottom: 50px;
}

#msg_erro_pesquisa {
  color: red;
  position: relative;
  bottom: 15px;
}

.btnPrimary {
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  color: #ffffff !important;
  padding: 10px 24px;
  border-radius: 3px !important;
  -webkit-border-radius: 3px;
  background: #866951;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
}

.btnPrimary:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #997e50;
}

.img_post_content {
  width: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  height: auto !important;
}

.ctdBlog p {
  margin-top: 20px !important;
  margin-bottom: 0px !important
}

.text_post_content {
  line-height: 1.4 !important;
  font-size: 14px !important;
  color: #545252 !important;
  font-family: Poppins !important;
  margin-top: 20px !important
}

.hw_attorney_title_wrap p {
  font-size: 12px !important;
}

.titulo_post_content {
  line-height: 23px !important;
  color: #333 !important;
  text-transform: uppercase;
  font-size: 20px !important;
  font-weight: bold;
}

.titulo_post_content .text_post_content {
  color: #333 !important;
  font-size: 20px !important;
  font-family: Poppins !important;
}

.btnPrincipal {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #ffffff;
  padding: 12px 24px 14px 28px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #866951;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
}

.btnPrincipal:hover {
  background-color: #997e50;
  text-decoration: none;
}

.comentarios-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.txtComentarios {
  margin: 0px;
}

.overlayBox {
  height: 322px;
  background-color: #866951;
  position: absolute;
  top: 0;
  width: 350px;
  z-index: 1000;
  display: none;
}

.overlayBox p {
  color: #222;
  text-align: center;
}

.overlayBox .linksSociais {
  text-align: center;
  position: relative;
  bottom: -63px;
  padding: 15px;
}

.overlayBox .linksSociais a {
  color: #222;
  font-size: 30px;
}

.overlayBox .linksSociais a:hover {
  text-decoration: none;
  color: #524631;
}

.product-container {
  position: relative;
  width: 100%;
  height: 344px;
  box-shadow: 0 0 35px rgba(10, 10, 10, 0.08);
  -moz-box-shadow: 0 0 35px rgba(10, 10, 10, 0.08);
  -webkit-box-shadow: 0 0 35px rgba(10, 10, 10, 0.08);
  border-radius: 4px;
  position: relative;
  max-width: 390px !important;
}


.overlay {
  display: none;
  position: absolute;
  background: #866951;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 322px;
  opacity: 0;
  text-align: center;
  filter: alpha(opacity=60);
  /* For IE8 and earlier */
}

.overlay p {
  color: #222;
}

.overlay .linksSociais {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.overlay .linksSociais a {
  font-size: 30px;
  color: #222;
  padding: 0 5px;
}

.overlay .linksSociais a:hover {
  text-decoration: none;
  color: #524631;
}

.adv {
  text-transform: uppercase;
  height: 114px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 2px;
  background-color: #FFF;
}

.adv .nome {
  color: #383838;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
  margin: 0;
}

.adv .areaAdv {
  color: #9d9d9d;
  text-align: center;
  font-size: 13px;
  margin: 0;
}

.product-image {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.product-image img {
  width: 100%;
  height: 366px;
  -o-object-fit: cover;
  object-fit: cover;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  object-position: 0 -100.4px;
  
}



.product-image:hover .overlay {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  height: 366px;
}

.textPlanoJuridico {
  font-size: 16px;
  font-family: inherit, sans-serif;
  
}
.textPlanoJuridico2 {
  font-size: 16px;
  font-family: inherit, sans-serif;
  font-weight: bold;
  
}

.whatsapp-chat {
  height: 55px;
  width: 55px;
  background-color: #2dc100;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: 0px 1px 10px grey;
          box-shadow: 0px 1px 10px grey;
  cursor: pointer;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}

.whatsapp-chat a:hover {
  text-decoration: none;
}

.whatsapp-chat i {
  color: white;
  display: block;
  font-size: 32px;
  line-height: 52px;
  text-align: center;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}

#podcastFrame { 
  height:1538px;
  width:100%;
}

@media (max-width: 555px) {
  #podcastFrame { 
    height:1500px;
    width:100%;
  }
}

/* @media (max-width: 955px) {
  #podcastFrame { 
    height:1330px;
    width:100%;
  }
} */
.css-2awpyq {
  display: none !important;
}

/*# sourceMappingURL=styles.css.map */





#popup-container {
  display: none;
  position: fixed;
  bottom: 20px;
  margin: 20px;
  z-index: 9999;
}

#popup-box {
  background-color: #f0f0f0;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#close-popup {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

#close-popup:hover {
  color: red;
}
