@charset "UTF-8";
/* Tema do cliente */
/**  cor: #ad393d;  **/
/**  cor-hover: #041d40;  **/
/**  terceira cor: #b5a18a;  **/
/**  quarta cor: #615f60;  **/

@font-face {
  font-family: 'lexend_regular';
  src: url('../fonts/Lexend-Regular.woff2') format('woff2'),
      url('../fonts/Lexend-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'lexend_semibold';
  src: url('../fonts/Lexend-SemiBold.woff2') format('woff2'),
      url('../fonts/Lexend-SemiBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'lexend_bold';
  src: url('../fonts/Lexend-Bold.woff2') format('woff2'),
      url('../fonts/Lexend-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'lexend_extrabold';
  src: url('../fonts/Lexend-ExtraBold.woff2') format('woff2'),
      url('../fonts/Lexend-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

:root{
  --fontregular:'lexend_regular';
  --fontbold:'lexend_semibold';
  --fontsemibold:'lexend_bold';
  --fontextrabold:'lexend_extrabold';
}

body{
  overflow-x: hidden;
}


::selection {
  background-color: #ad393d!important;  
  color: #FFFFFF!important;               
}

.website {
  background: #041d40 !important;
}

.menu{
  font-family: var(--fontregular);
}

.menu .menu__divider {
  border-left: 2px solid #041d40;
}

.menu .menu__link::before {
  background: #ad393d!important;
}

.btn__toggle__menu {
  background:#ad393d!important;
}

.topo {
  color: #041d40;
  position: relative !important;
}

.topo__main::before {
  height: 140px !important;
  max-height: 140px !important;
}

.topo__main .topo__brand img {
  width: 150px;
}

.telefone__topo {
  color: #041d40;
  font-family: var(--fontbold);
}

.topo__main .telefone__topo svg {
  color: #ad393d;
}

.topo__main .menu__link {
  color: #041d40;
}

.img-fluid {
  width: 100%;
  max-width: 1920px;
  height: auto;
}

.home__page {
  background-color: #041d40 !important;
}

.home__page .editor__content h2 {
  color: #ad393d;
  font-family: var(--fontextrabold);
}

.home__page .editor__content p {
  color: #615f60;
  font-family: var(--fontregular);
}

.section__servicos{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section__servicos h2,
.section__blog h2,
.section__parceiros h2 {
  color: #ad393d;
  font-family: var(--fontextrabold);
}

.section__parceiros h3{
  color: #ad393d;
  font-family: var(--fontbold);
}

.section__parceiros .slider__item .img{
  width: 100%;
  max-width: 300px;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; 
}

.section__parceiros .slider__item .img img{
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
}

.section__servicos .tns-controls svg {
  color: #ffffff;
}

.section__servicos .tns-controls svg:hover {
  color: #ad393d;
}

.section__servicos .slider__area .tns-controls button {
  background-color: #ad393d;
  margin-top: 5px;
}

.section__servicos .slider__area .tns-controls button:hover {
  background-color: #b5a18a;
}

.section__parceiros .slider__item .card{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.section__parceiros .tns-controls {
  margin-top: 0px!important;
}

.card__servico .card__servico__nome {
  font-size: 28px;
  font-family: var(--fontbold);
  color: #FFFFFF;
  background: #b5a18a;
}

.post__teaser .post__teaser__data {
  color: #b5a18a;
}

.post__list {
  color: #FFFFFF;
}

.post__teaser .post__teaser__data:hover {
  color: #ad393d;
}

.post__list .post__teaser:hover {
  color: #ad393d;
}

.post__teaser__excerpt {
  border-left: 2px solid #FFFFFF !important;
  font-family: var(--fontregular);
}

.post__teaser__excerpt:hover {
  border-left: 2px solid #ad393d !important;
  color: #ad393d !important;
}

.section__parceiros .slider__area .tns-controls button {
  color: #041d40;
}

.section__parceiros .slider__area .tns-controls button:hover {
  color: #ad393d;
}

.rodape {
  background: #041d40 !important;
}

.rodape .creditos {
  font-family: var(--fontregular);
}

.rodape p{
  font-family: var(--fontregular);
}

.sobre{
  background-color: #FFFFFF;
  padding-bottom: 50px;
}

.sobre .container{
  width: 100%;
  max-width: 1170px;
}

.sobre .imagem_sobre{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 500px;
  margin: 20px 0px;
}

.sobre .imagem_sobre img{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.sobre .conteudo{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: justify;
}

.sobre h2{
  font-size: 48px;
  font-family: var(--fontextrabold);
  margin: 50px 0px;
  color: #041d40;
}

.sobre p{
  font-size: 18px;
  font-family: var(--fontregular);
  margin: 10px 0px;
  color: #615f60;
}

.advogados{
  background-color: #FFFFFF;
}

.advogados .container{
  width: 100%;
  max-width: 1170px;
}

.advogados h2{
  font-size: 48px;
  font-family: var(--fontextrabold);
  margin: 50px 0px 0px 0px;
  color: #041d40;
}

.advogados h3{
  font-size: 30px;
  font-family: var(--fontbold);
  color: #ad393d;
  margin: 0px;
}

.advogados h4{
  font-size: 22px;
  font-family: var(--fontbold);
  color: #b5a18a;
}

.advogados p{
  font-size: 18px;
  font-family: var(--fontregular);
  color: #615f60;
}

.advogados .advogados_lista .card{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  margin: 50px 5px;
}

.advogados .advogados_lista .card .sobre_adv {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  text-align: justify;
  padding: 0px 15px;
}

.advogados .card .img_adv {
  width: 100%;
  max-width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; 
}

.advogados .card .img_adv img {
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
  border-radius: 50%;
}

.areas_atuacao{
  background-color: #FFFFFF;
}

.areas_atuacao .container{
  width: 100%;
  max-width: 1170px;
}

.areas_atuacao .lista_areas{
  display: flex;
  flex-wrap: wrap;
}

.areas_atuacao a{
  text-decoration: none;
}

.areas_atuacao .lista_areas .card{
  background-color: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 300px;
  border-radius: 10px;
  margin: 20px;
  border: 5px solid #ad393d;
  transition: 0.3s;
}

.areas_atuacao .lista_areas .card:hover{
  filter: brightness(1.2);
}

.areas_atuacao .card .img_area{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  height: auto;
}

.areas_atuacao .card .img_area img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  min-height: 200px;
}

.areas_atuacao h2{
  font-size: 48px;
  font-family: var(--fontextrabold);
  margin: 50px 0px 0px 0px;
  color: #041d40;
}

.areas_atuacao h3{
  font-family: var(--fontbold);
  color: #ad393d;
  margin: 30px 0px 10px 0px;
}

.areas_atuacao p{
  font-family: var(--fontregular);
  color: #615f60;
  padding: 10px;
}

.areas_atuacao .previa_area{
  min-height: 300px;
}

.single_areasatuacao{
  background-color: #FFFFFF;
}

.single_areasatuacao .container{
  width: 100%;
  max-width: 1170px;
}

.single_areasatuacao .conteudo{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.single_areasatuacao .conteudo .img_principal{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 500px;
  height: 100%;
  max-height: 450px;
  margin: 50px 0px;
}

.single_areasatuacao .conteudo .img_principal img{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.single_areasatuacao h2{
  font-size: 48px;
  font-family: var(--fontextrabold);
  margin: 50px 0px 0px 0px;
  color: #041d40;
}

.single_areasatuacao p{
  font-size: 18px;
  font-family: var(--fontregular);
  color: #615f60;
  margin: 0px 0px 50px 0px;
}

.contato {
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.contato h2{
  font-size: 48px;
  font-family: var(--fontextrabold);
  margin: 50px 0px 0px 0px;
  color: #041d40;
}

.contato h3{
  font-size: 20px;
  font-family: var(--fontextrabold);
  color: #ad393d;
}

.contato input::placeholder, textarea::placeholder {
  color: #ad393d;
  padding: 0px 5px;
}

.contato .formulario{
  margin: 50px 0px;
}

.contato .conttainer{
  width: 100%;
  max-width: 1170px;
}

.contato .form-contato{
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  font-family: var(--fontbold);
  color: #ad393d;
}

.contato .form-contato input{
  width: 100%;
  max-width: 450px;
  border-radius: 5px;
  border: 2px solid #615f60;
  margin-bottom: 15px;
}

.contato .form-contato textarea{
  width: 100%;
  max-width: 450px;
  border-radius: 5px;
  border: 2px solid #615f60;
  resize: none;
}

.contato .form-contato button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 50px;
  margin: 20px 0px;
  width: 100%;
  max-width: 50px;
  border-radius: 10px;
  border: none;
  background-color: #ad393d;
  color: #FFFFFF;
  font-family: var(--fontregular);
  transition: 0.5s;
}

.contato .form-contato button:hover{
  background-color: #b5a18a;
}

.pg-404 {
  background-color: #b5a18a;
  color: #fff;
  padding: 50px 0;
  text-align: center;
}

.pg-404 h1 {
  font-size: 80px;
  color: #ad393d;
  margin-bottom: 40px;
  margin-top: 40px;
}

.pg-404 h2 {
  font-size: 24px;
  color: #041d40;
  margin-bottom: 30px;
}

.pg-404 .editor {
  font-size: 18px;
  color: #fff;
}

.pg-404 .editor a {
  color: #ad393d;
  text-decoration: none;
  font-weight: bold;
}

.pg-404 .editor a:hover {
  color: #041d40;
}

.pg-404 .clearfix {
  clear: both;
}

/*INICIO CSS DO BLOG*/
.blog03 .post-itens{
  margin-bottom: 15px;
}

.blog03 .post-resumo{
  margin-top: 15px;
  font-size: 16px;
  margin-bottom: 20px;
  color: #1E1E1E;
  font-size: 16px;
  font-family: var(--fontregular);
  line-height: 25px;
}

.blog03 a.post-leia{
  display: inline-block;
  padding: 10px 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition: all .2s linear;
}

.blog03 a.post-leia:hover{
  filter: brightness(1.5);
}

.blog03 .post{
  padding-bottom: 30px;
  margin-bottom: 30px; 
}

.blog03 .post h2{
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 25px;
}

.blog03 .pagination{
  text-align: left;
  float: none;
}

.blog03 .buscar{
  margin-top: 0px;
  position: relative;
  margin-bottom: 35px;
}

.blog03 .buscar input{
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 3px;
  height: 37px;
  width: 100%;
  max-width: 223px;
  background-color: transparent;
  border-color: #CBCBCB;
  color: #1E1E1E;
  font-size: 13px;
  font-family: var(--fontregular);
}

.blog03 .buscar button{
  position: absolute;
  right: 0px;
  top: 0px;
  padding-right: 13px;
  padding-left: 13px;
  padding-top: 6px;
  padding-bottom: 9px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  transition: all .2s linear;
}

.blog03 .buscar button:hover{
  filter: brightness(1.2);
}

.blog03 .sidebar h3{
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 35px;
}
   
.blog03 .post-itens img{
  position: relative;
  top: -1px;
}

.blog03 .post .editor *{
  max-width: 100%!important;
  height: auto!important;
  color: #1E1E1E;
  font-size: 16px;
  font-family: var(--fontregular);
  line-height: 28px;
  text-align: justify;
  border-radius: 10px;
}

.blog03 .postthumb{
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
  border-radius: 10px;
  width: 100%;
  max-width: 371px;
}

.comment-form .submit{
  display: inline-block;
  font-size: 13px;
  padding: 11px 16px 9px 16px;
  transition: all .2s linear;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.comment-form .submit:hover{
  filter: brightness(1.2);
}

.nanome{
  margin-bottom: 5px;
}

.nletra{
  float: left;
  margin-right: 15px;
  width: 70px;
  height: 70px;
  text-align: center;
  padding-top: 10px;
  font-size: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.nautor{
  margin-top: 20px;
  min-height: 70px;
  padding-left: 85px;
  position: relative;
}

.fundo-form{
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-comment label{
  display: block;
}

.comment-notes{
  font-size: 11px;
}

.comment-reply-title{
  margin-top: 0;
}

.comment-form-cookies-consent{
  display: none;
}

.comment-form-author{
  float: left;
  width: 50%;
}
.comment-form-email{
  float: left;
  width: 50%;
}

#si_captcha_code{
  width: 127px;
  position: relative;
}

#si_captcha_code label{
  display: none;
}

#si_captcha_code span{
  position: absolute;
  left: 135px;
  top: 0;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-comment textarea{
  width: 100%;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 5px;
}

.comment-form-author input{
  width: 95%;
}

.comment-form-comment textarea{
  height: 100px;
}

input#si_captcha_code{
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.blog03 .post.opost h1{
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.comment-form .submit{
  border: 0;
}

.pagination{
  margin: 0;
  border: 0;
}

.pagination li{
  display: inline-block;
  border: 0;
}

.pagination li a{
  display: inline-block;
  border: 0;
}

.pagination .current{
  border: 0!important;
}

.current>li:first-child{
  margin-left: 5px;
}

.commadm{
  padding: 20px;
}

.blog03{
  background-color: #FFFFFF;
  padding: 50px 0px;
}

.news img{
  float: left;
  margin-right: 50px;
}

.news p{
  font-size: 20px;
  display: inline;
}

.news .wpcf7-form-control-wrap{
  display: inline;
}

.news .wpcf7-not-valid-tip{
  font-size: 10px;
}

.newsenviar{
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  line-height: 36px;
  text-align: center;
  padding: 0 30px;
  margin-top: 30px;
}

.news{
  padding: 15px 0;
}

.newsletter{
  display: inline-block!important;
  width: 288px;
  margin-right: 20px;
  margin-top: 30px;
  height: 36px;
  margin-left: 50px;
}

.news2 .wpcf7-response-output,
.news .wpcf7-response-output{
  display: inline-block;
  width: 100%;
  text-align: center;
}

.news .wpcf7-form-control-wrap span{
  right: 28px;
}

.news .imgnews2{
  display: none!important;
}
.news2 .passine,
.news2 .imgnews1{
  display: none!important;
}

.news2 .newsletter{
  margin-left: 0;
  margin-top: 0;
}

.news2 .wpcf7-form-control-wrap{
  display: inline;
}

.news2 .wpcf7-form-control-wrap span {
  position: absolute;
  z-index: 1;
  right: 26px;
  top: 0px;
}

.news2 .wpcf7-not-valid-tip{
  font-size: 10px;
}

a.post-cat{
  -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
  border-radius: 3px; 
  line-height: 30px;
  padding: 0 30px;
  display: inline-block;
  transition: all .2s linear;
}

.postautor{
  padding-bottom: 3px;
  margin-bottom: 15px;
  display: inline-block;
}

.post a{
  transition: all .2s linear;
  text-decoration: none;
}

a.bannerblog{
  display: inline-block!important;
  border: 0!important;
  padding: 0!important;
  margin-bottom: 30px!important;
}

a.bannerblog img{
  max-width: 100%!important;
  height: auto!important;
}

.sidebar .redesf{
  text-align: center;
  margin-bottom: 45px;
}

.sidebarcategoria{
  position: relative;
  display: block;
  margin-bottom: 25px;
  transition: all .2s linear;
  position: relative;
}

.sctxt{
  position: absolute;
  top: 50%;
  left: 70px;
  transform: translate(0, -50%);
  z-index: 2;
  color: #FFFFFF;
  font-size: 13px;
  font-family: var(--fontregular);
}

.scimg{
  float: left;
  width: 58px;
  height: 67px;
  margin-right: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all .2s linear;
}

.sidebar .redesf{
  float: none;
}

.blog03 .linkartigo{
  display: block;
  color: #1E1E1E;
  font-size: 20px;
  font-family: var(--fontbold);
  width: 100%;
  max-width: 370px;
  text-align: start;
  text-decoration: none;
}

.blog03 .linkartigo img{
  margin-bottom: 10px;
  width: 100%;
  max-width: 370px;
  border-radius: 10px;
}

.sobre-autor{
  padding: 20px 20px;
  margin-bottom: 35px;
  text-align: center;
}

.autor-img{
  width: 170px;
  height: 170px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 10px;
}

.nome-autor{
  font-size: 20px;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.sobre-autor p{
  font-size: 17px;
  line-height: 1.3;
}

.rede-interna1{
  text-align: right;
}

.sobre-frase{
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.nome-autor{
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog03 h3{
  font-weight: bold;
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog03 .post h2{
  font-weight: bold;
  font-size: 25px;
}

.blogsubtit{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}

.blog03 .post.opost h1{
  font-weight: bold;
  font-size: 30px;
}

.lista-posts{
  padding-top: 15px;
  padding-bottom: 40px;
}

.blog03 a.post-leia{
  color: #FFF;
  background-color: #ad393d;
}

.blog03 .post{
  border-bottom: 1px solid #615f60;
}

.blog03 .post h2{
  color: #1E1E1E;
}

.blog03 .buscar button{
  background-color: #ad393d;
  border-color: #ad393d;
  border-radius: 3px;
  width: 100%;
  max-width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
}

.blog03 .sidebar h3{
  color: #435721;
  border-bottom: 2px solid #ad393d;
}

.blog03 .sidebar a:hover{
  color: #ad393d;
}

.comment-form .submit{
  color: #FFF;
  font-family: var(--fontbold);
}

.comment-form .submit:hover{
  color: #FFF;
}

.nanome{
  color: #615f60;
}

.nletra{
  color: #FFF;
  background-color: #615f60;
}

.fundo-form{
  background-color: #F7F7F7;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-comment textarea{
  border: 1px solid #EEE;
  resize: none;
}

input#si_captcha_code{
  border: 1px solid #EEE;
}

.blog03 .post h2{
  color: #25408F;
}

.blog03 .post.opost h1{
  color: #24408F;
}

.comment-form .submit{
  background-color: #ad393d;
}

.pagination li a{
  background-color: #2CACEB!important;
  color: #FFF!important;
}

.pagination li a:hover{
  background-color: #6AC8F6!important;
  color: #FFF!important;
}

.pagination .current{
  background-color: #FFF!important;
  color: #000!important;
}

.commadm{
  background-color: #EEE;
}

.news p{
  color: #FFF;
}

.newsenviar{
  background-color: #24408F;
  color: #FFF;
}

.news{
  background-color: #F77016;
}

.news2 .wpcf7-response-output,
.news .wpcf7-response-output{
  color: #FFF;
}

a.post-cat{
  background-color: #b5a18a;
  color: #FFFFFF;
  font-size: 13px;
  font-family: var(--fontbold);
  line-height: 20px;
  margin-top: 5px;
  padding: 5px 20px;
  border-radius: 5px;
  text-decoration: none;
}

.postautor{
  border-bottom: 1.5px solid #CBCBCB;
  width: 100%;
  max-width: 450px;
  color: #1E1E1E;
  font-size: 13px;
  font-family: var(--fontregular);
  line-height: 20px;
}

.sidebarcategoria{
  background-color: #ad393d;
  border-radius: 10px;
}

.scimg{
  background-color: #ad393d;
  border-radius: 10px;
}

.sidebarcategoria:hover{
  background-color: #b5a18a;
}

.sidebarcategoria:hover .scimg{
  background-color: #b5a18a;
}

.sobre-autor{
  background-color: #DDDDDD;
  border-radius: 10px;
}

.nome-autor{
  color: #1E1E1E;
  border-bottom: 2px solid #ad393d;
  font-size: 18px;
  font-family: var(--fontregular);
}

.sobre-autor p{
  color: #1E1E1E;
  font-family: var(--fontregular);
}

.sobre-frase{
  color: #000000;
  font-size: 20px;
  font-family: var(--fontbold);
}

.blog03 h3{
  color: #ad393d;
  font-size: 24px;
  font-family: var(--fontbold);
}

.blog03 .post h2{
  color: #1E1E1E;
  text-decoration: none!important;
}

.blogsubtit{
  color: #1E1E1E;
}

.blog03 .post.opost h1{
  color: #1E1E1E;
  font-size: 24px;
  font-family: var(--fontbold);
}

.lista-posts{
  background-color: #FFF;
}

.blog03 .wp-pagenavi {
  display: flex;
  margin: 20px 0;
  float: left;
  text-align: center;
}

.blog03 .wp-pagenavi a,
.blog03 .wp-pagenavi span {
  display: inline-block;
  padding: 8px 12px;
  text-decoration: none;
  font-size: 12px;
  font-family: var(--fontregular);
  transition: background 0.3s ease, color 0.3s ease;
  background: #FFFFFF;
  color: #8D8D8D;
  border: 1px solid #8D8D8D;
}

.blog03 .wp-pagenavi .current {
  background: #041d40;
  color: #FFFFFF;
  font-family: var(--fontregular);
  font-size: 12px;
  border: 1px solid #041d40;
}

.blog03 .wp-pagenavi .nextpostslink {
  font-weight: bold;
  background: #FFFFFF;
  color: #8D8D8D;
  border: 1px solid #8D8D8D;
}

.blog03 .wp-pagenavi a:first-child, .wp-pagenavi span:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.blog03 .wp-pagenavi a:last-child, .wp-pagenavi span:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

@media (max-width: 625px) {
  .blog03 .lista-posts{
    width: 100%;
  }

  .blog03 .sidebar{
    width: 100%;
    margin-top: 40px;
  }

  .blog03 .linkartigo{
    max-width: 270px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    text-align-last: center;
    margin-bottom: 30px;
  }

  .sidebar .editor{
    text-align: center;
  }
}
/*FINAL CSS BLOG*/

@media(max-width: 996px){
  .sobre h2{
    margin: 100px 0px 0px 0px;
  }

  .advogados h2{
    margin: 100px 0px 0px 0px;
  }

  .areas_atuacao h2{
    margin: 100px 0px 0px 0px;
  }

  .single_areasatuacao h2{
    margin: 100px 0px 0px 0px;
  }

  .contato h2{
    margin: 100px 0px 0px 0px;
  }

  .contato{
    background-image: none!important;
  }

  .advogados .advogados_lista .card{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .advogados .advogados_lista .card .sobre_adv {
    align-items: center;
    justify-content: center;
  }
}

@media(max-width: 769px){
  .home__page .editor__content p {
    color: #FFFFFF;
  }

  .areas_atuacao .lista_areas {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  
  .menu__link:hover {
    background: #ad393d!important;
  }

  .rodape .creditos{
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .rodape .creditos::before{
    display: none !important;
  }

  .pg-404 h1 {
    font-size: 60px;
  }

  .pg-404 h2 {
    font-size: 20px;
  }

  .pg-404 .editor {
    font-size: 16px;
  }
}

@media(max-width: 426px){
  .areas_atuacao .lista_areas .card {
    margin: 10px 0px;
  }
}

@media(max-width: 376px){
  .advogados h2{
    font-size: 30px;
  }

  .advogados h3{
    font-size: 24px;
  }

  .advogados h4{
    font-size: 20px;
  }
}