@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap");

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

a,
a:hover {
  text-decoration: none;
  color: inherit;
}

a:focus {
  box-shadow: none !important;
}

html,
body,
input,
select,
textarea {
  font-family: "Raleway", sans-serif;
}

.btn:focus,
input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

ul,
li {
  list-style: none;
}
textarea {
  resize: none;
}

body b,
body strong {
  font-weight: bold;
}

.clear {
  clear: both;
}

.reveal,
.revealX,
.revealXR {
  opacity: 0;
  transition: opacity 1s, transform 1.3s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
}
.reveal {
  transform: translateY(60px);
}
.revealX {
  transform: translateX(-60px);
}
.revealXR {
  transform: translateX(60px);
}
.reveal--in {
  opacity: 1;
  transform: none;
}

body {
  background: #fff;
}
body.menu-active {
  overflow: hidden;
}

.container {
  max-width: 1175px;
}

.page-content {
  width: 100%;
  overflow: hidden;
}

body h1,
body h2 {
  font-size: 2.6vw;
  font-family: "Georgia";
  font-weight: bold;
}
body .subline:after {
  content: "";
  width: 130px;
  height: 1px;
  background: #cdb364;
  display: block;
  margin: 20px auto 0;
}

body .btn {
  transition: all 0.25s;
  padding: 0;
  border: none;
  background: #cdb364;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  margin: 0;
  font-size: 19px;
  border-radius: 0;
  color: #000;
}
body .btn:hover {
  transform: scale(1.02);
}

.text {
  font-size: 17px;
  color: #fff;
  line-height: 1.34;
}

#header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
}
#header figure {
  margin: 0;
}
#header {
  padding: 0;
}
#header #menu ul {
  padding: 0;
  margin: 0;
}
#header #menu ul li a {
  padding: 40px 0;
  border-radius: 0;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
  margin: 0 13px;
  font-family: "Georgia";
}
#header #menu ul li a:hover {
  color: #cdb364;
}
#header #menu ul li.menu-item-150 {
  display: none;
}
#header #menu > .navbar > ul > li.active > a {
  border-bottom: 3px solid #cdb364;
  border-radius: 0;
}
#header .navbar {
  padding: 0;
}
#header .logo {
  transition: all 0.25s;
  width: 12.86vw;
  margin: 0 3.13vw 0 0;
}
#header .logo:hover {
  transform: scale(1.02);
}
#header #menu ul li:hover .dropdown-menu {
  display: block;
}
#header #menu ul li .dropdown-menu {
  border-radius: 0;
  padding: 15px 0;
  width: 350px;
}
#header #menu ul li.menu-item-148 .dropdown-menu {
  width: 250px;
}
#header #menu ul li .dropdown-menu li a {
    padding: 7px 20px;
    border-radius: 0;
    color: #000;
    font-size: 17px;
    font-weight: normal;
    display: block;
    margin: 0;
    font-family: "Raleway", sans-serif;
}
#header #menu ul li .dropdown-menu li:last-child a {
  margin: 0;
}
#header #menu ul li .dropdown-menu li a:hover {
  /*transform: scale(1.02);*/
  color: #bb8f31;
  background: #f3f3f3;
}
#header #menu ul li .dropdown-toggle::after {
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
  border-top: none;
  border-right: none;
}
/*
#header #menu ul li .dropdown-toggle:hover:after {
  border-bottom-color: #ffaa0e;
  border-left-color: #ffaa0e;
}
#header #menu ul li.active .dropdown-toggle:after {
  border-bottom-color: #ffaa0e;
  border-left-color: #ffaa0e;
}
*/
#header .link-agendamento {
  padding: 0 25px;
  line-height: 40px;
  margin: 0 0 0 auto;
}

#home #banner {
  position: relative;
  margin: 0;
  height: 36.46vw;
}
#home #banner .arrows-banner {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
#home #banner .arrows-banner .container {
  position: relative;
}
#home #banner .item {
  height: 90vh;
  position: relative;
  background-size: cover;
  background-position: center;
}
#home #banner .item .text {
  color: #fff;
  position: relative;
  z-index: 2;
  width: 740px;
  max-width: 80%;
  margin: auto;
}
#home #banner .item .text h2 {
  font-size: 2.6vw;
  font-weight: bold;
  margin: 0 0 50px;
  line-height: 1;
  text-align: center;
  /*text-transform: uppercase;*/
  font-family: "Georgia";
}
#home #banner .item .text p {
  font-size: 17px;
  margin: 20px 0 25px;
  text-align: center;
  font-weight: 600;
}
#home #banner .item .text .btn {
  width: 250px;
}
#home #banner .arrows-banner .arrow {
  width: 22px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: all 0.25s;
  z-index: 9;
}
#home #banner .arrows-banner .arrow span {
  width: 22px;
  height: 37px;
  display: block;
  background: url(img/arrow-banner.png);
  transition: all 0.25s;
}
#home #banner .arrows-banner .arrow.prev {
  left: 15px;
  transform: translateY(-50%) rotate(180deg);
}

#home .wsobre {
  padding: 0 0 75px;
}
#home .wsobre h3 {
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  color: #cdb364;
  margin: 0 0 15px;
}
#home .wsobre h1 {
  font-family: "Georgia";
  font-size: 2.6vw;
  font-weight: bold;
  text-align: center;
  color: #000;
  margin: 0 0 25px;
}
#home .wsobre h1:after {
  content: "";
  width: 130px;
  height: 1px;
  background: #cdb364;
  display: block;
  margin: 15px auto 0;
}
#home .wsobre .text {
  text-align: center;
  color: #616161;
  font-weight: 600;
  margin: 0 auto 35px;
  max-width: 940px;
  width: 100%;
}
#home .wsobre .btn {
  width: 250px;
  display: block;
  margin: auto;
}

.lista_informacoes {
  margin: 0px 0 55px;
  position: relative;
  z-index: 9;
}
.lista_informacoes .item {
  height: 290px;
  width: 100%;
  background: #353e47;
  padding: 45px;
}
.lista_informacoes .item.item-2 {
  background: #323a43;
}
.lista_informacoes .item.item-3 {
  background: #2e353d;
}
.lista_informacoes .item figure {
  background: #cdb364;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lista_informacoes .item .title {
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 10px;
  font-family: "Georgia";
}
.lista_informacoes .item .text {
  text-align: center;
}

.watuacoes {
  padding: 70px 0;
  background: #2e353d;
}
.watuacoes h2 {
  text-align: center;
  margin: 0 0 30px;
  color: #fff;
}
.watuacoes .item {
  margin: 0 0 3.65vw;
  padding: 0 30px 0 0;
    transition: .4s ease;
}

.watuacoes a:hover .item {
    opacity: .7 !important;
}
.watuacoes .item .title {
  font-weight: bold;
  font-family: "Georgia";
  font-size: 20px;
  margin: 0 0 10px;
}
.watuacoes .item img {
  width: 65px;
  margin: 0 15px 0 0;
}

.wadvogados {
  padding: 65px 0;
}
.wadvogados h3 {
  text-align: center;
  margin: 0 0 15px;
  color: #cdb364;
  font-weight: 600;
  font-size: 22px;
}
.wadvogados h2 {
  color: #000;
  text-align: center;
  margin: 0 0 70px;
}
.wadvogados .item {
    margin: 0 0 35px;
    transition: .4s ease;
}
.wadvogados .item:hover { 
  opacity: .7; 
  text-decoration: underline;
}

.wadvogados .item figure {
  width: 140px;
  height: 140px;
  margin: 0 auto 10px;
  border-radius: 50%;
}
.wadvogados .item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.wadvogados .item .text {
  text-align: center;
  color: #000;
}
.wadvogados .item .title {
  font-size: 20px;
  font-weight: bold;
  font-family: "Georgia", serif;
  margin: 0 0 10px;
}

.w-preagendamento {
  width: 100%;
  padding: 30px 0 45px;
  position: relative;
  background: #2e353d;
}
.w-preagendamento:after {
  content: "";
  width: 50%;
  height: 100%;
  background: url(img/imagem_agendamento.jpg) left center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.w-preagendamento .wrap-text {
  padding: 0 0 0 15px;
}
.w-preagendamento h2 {
  color: #fff;
  margin: 0 0 25px;
  font-weight: bold;
  font-size: 2.6vw;
  font-family: "Georgia";
  position: relative;
}
.w-preagendamento h2 span {
  display: block;
  font-size: 17px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  margin: 0 0 15px;
}
.w-preagendamento h2::after {
  content: "";
  width: 130px;
  height: 1px;
  background: #cdb364;
  display: block;
  margin: 20px 0 0;
}
.w-preagendamento .text {
  margin: 0 0 20px;
}
.w-preagendamento form .form-group {
  width: 100%;
  background: #fff;
  padding: 0 15px;
  height: 45px;
  font-size: 17px;
  color: #5f5f5f;
  border: none;
  border-radius: 0;
  margin: 0 0 10px;
}
.w-preagendamento form .form-group::-moz-placeholder {
  opacity: 1;
}
.w-preagendamento form .form-group::-webkit-input-placeholder {
  color: #5f5f5f;
}
.w-preagendamento form textarea.form-group {
  height: 110px;
  padding: 10px 15px;
}
.w-preagendamento form .btn {
  float: right;
  padding: 0 10px;
}
.w-preagendamento form .text-privacy {
  margin: 25px 0 35px;
}
.w-preagendamento form .text-privacy a {
  text-decoration: underline #fff;
}

.wmapa {
  padding: 3.65vw 0 0;
}
.wmapa h3 {
  font-weight: 600;
  color: #cdb364;
  text-align: center;
  margin: 0 0 20px;
  font-size: 22px;
}
.wmapa h2 {
  text-align: center;
  margin: 0 0 15px;
}
.wmapa address {
  color: #616161;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 25px;
}
.wmapa .mapa {
  height: 26.5vw;
  overflow: hidden;
}
.wmapa iframe {
  border: none;
  width: 100%;
  height: 27.08vw;
}

#sobre {
}
#sobre .wquem-somos {
  padding: 70px 0;
  background-repeat: no-repeat;
  background-position: top 70px left;
  background-size: 48.44vw auto;
}
#sobre .wquem-somos .wtext {
  padding: 0 0 0 15px;
}
#sobre .wquem-somos .wtext .text h1,
#sobre .wquem-somos .wtext .text h2,
#sobre .wquem-somos .wtext .text h3 {
  color: #cdb364;
  font-family: "Georgia";
  font-size: 25px;
  font-weight: bold;
}
#sobre .wquem-somos .wtext .text {
  color: #616161;
  font-weight: 600;
}

#atuacoes .wcontent {
  padding: 70px 0 0;
}
#atuacoes .wcontent h2 {
  font-size: 25px;
  color: #cdb364;
  margin: 0 0 20px;
}
#atuacoes .wcontent .text {
  color: #616161;
  font-weight: 600;
  margin: 0 0 4.17vw;
}
#atuacoes .watuacoes {
  background: none;
  padding: 0 0 70px;
}
#atuacoes .watuacoes h2 {
  display: none;
}
#atuacoes .watuacoes .item .text {
  color: #000;
}

#atuacao .wcontent {
  padding: 70px 0;
}
#atuacao .wcontent .img-principal {
  display: block;
  width: calc(100% + 19vw);
  transform: translateX(-19vw);
}
#atuacao .wcontent h2 {
  color: #cdb364;
  font-size: 25px;
  margin: 0 0 25px;
}
#atuacao .wcontent .text {
  color: #616161;
  font-weight: 600;
}
#atuacao .wcontent .btn {
  padding: 0 25px;
}
#atuacao .wcontent .col-divider {
  column-count: 2;
  column-gap: 30px;
  margin: 70px 0 0;
}
#atuacao .watuacoes {
  background: none;
}
#atuacao .watuacoes h2 {
  color: #000;
}
#atuacao .watuacoes .item .text {
  color: #000;
}

#base .wcontent {
  padding: 30px 0 120px;
}
#base .wcontent h2 {
  color: #cdb364;
  font-size: 25px;
  margin: 0 0 25px;
}
#base .wcontent .text {
  color: #616161;
  font-weight: 600;
}

#thank-you .wcontent,
#error404 .wcontent {
  padding: 70px 0 100px;
}
#thank-you .wcontent .text,
#error404 .wcontent .text {
  color: #616161;
  font-weight: 600;
}

#contato .wcontent {
  padding: 70px 0 90px;
}
#contato .wcontent h2 {
  color: #cdb364;
  font-size: 25px;
  margin: 0 0 15px;
}
#contato .wcontent .text {
  font-weight: 600;
  color: #616161;
  margin: 0 0 30px;
}
#contato .wcontent .item {
  color: #cdb364;
  font-size: 20px;
  font-weight: bold;
  font-family: "Georgia";
  margin: 0 0 15px;
  display: block;
  transition: .4s ease;
}

#contato .wcontent .item:hover {
    opacity: 0.7;
}
#contato .wcontent .item img {
  width: 38px;
  margin: 0 10px 0 0;
}
#contato .wcontent form .form-group {
  width: 100%;
  height: 45px;
  border: 1px solid #000;
  border-radius: 0;
  padding: 0 15px;
  font-size: 17px;
  color: #5f5f5f;
}
#contato .wcontent form textarea.form-group {
  height: 110px;
  padding: 10px 15px;
}
#contato .wcontent form .form-group::-moz-placeholder {
  opacity: 1;
}
#contato .wcontent form .form-group::-webkit-input-placeholder {
  color: #5f5f5f;
}
#contato .wcontent form input.btn {
  float: right;
  padding: 0 50px;
}
#contato .wcontent form .text-privacy {
  margin: 0 0 25px;
}
#contato .wcontent form .text-privacy a {
  text-decoration: underline;
}

#banner {
  height: 230px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 0 35px;
}
#banner .breadcrumb {
  border-radius: 0;
  background: transparent;
  margin: 0 0 10px;
  padding: 0;
}
#banner .breadcrumb a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
#banner .breadcrumb a:hover {
    text-decoration: underline;
}
#banner .breadcrumb .sep {
  margin: 0 7px;
  color: #fff;
}
#banner header {
  position: relative;
}
#banner header h1 {
  color: #fff;
  text-align: left;
  font-size: 35px;
}

#footer {
  padding: 45px 0 25px;
  background: #2e353d;
}
#footer .logo {
  display: block;
  max-width: 100%;
  margin: 0 0 25px;
}
#footer address {
  margin: 0 0 20px;
}
#footer address,
#footer span,
#footer p,
#footer a {
  color: #fff;
  font-size: 17px;
  line-height: 1.4;
}
#footer a {
  transition: all 0.25s;
}
#footer a:hover {
  transform: scale(1.02);
}
#footer .item {
  margin: 0 0 10px;
  display: block;
}
#footer .item img {
  width: 18px;
  margin: 0 10px 0 0;
}
#footer .wpcf7 form .wpcf7-response-output {
  color: #fff;
}
#footer .navbar {
  padding: 0 20px 0 0;
}
#footer .navbar ul li {
  width: 100%;
}
#footer .navbar ul li a {
  padding: 0;
  margin: 0 0 10px;
  display: block;
}
#footer h3 {
  font-size: 18px;
  color: #cdb364;
  font-weight: 500;
  margin: 0 0 20px;
}
#footer .bottom {
  padding: 25px 0 0;
  border-top: 1px solid #cdb364;
  margin: 35px 0 0;
}
#footer .bottom a,
#footer .bottom p,
#footer .bottom span {
  font-size: 15px;
}
#footer .bottom .links {
  text-decoration: underline #fff;
  margin: 0 35px 0 0;
}
#footer .bottom .links span {
  display: block;
  margin: 0 5px;
}
#footer .bottom .right-align {
  display: block;
  margin: 0 0 0 auto;
}

#advogados .wcontent {
  padding: 70px 0 0;
}
#advogados .wcontent h2 {
  font-size: 25px;
  color: #cdb364;
  margin: 0 0 20px;
}
#advogados .wcontent .text {
  color: #616161;
  font-weight: 600;
  margin: 0 0 4.17vw;
}

#advogados .wadvogados {
  padding: 0 0 65px;
}

#advogado .wcontent {
  padding: 70px 0;
}
#advogado .wcontent .img-principal {
  display: block;
  width: calc(100% + 19vw);
  transform: translateX(-19vw);
}
#advogado .wcontent h2 {
  color: #cdb364;
  font-size: 25px;
  margin: 0 0 25px;
}
#advogado .wcontent .text {
  color: #616161;
  font-weight: 600;
}
#advogado .wcontent .btn {
  padding: 0 25px;
}

#advogado .wformacoes {
  padding: 70px 0;
}

#advogado .wformacoes h2 {
  text-align: center;
  margin: 0 0 45px;
}

#advogado .wformacoes .item {
  margin: 0 0 50px;
}

#advogado .wformacoes .item figure {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #cdb364;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s;
}

#advogado .wformacoes .item figure:hover {
  transform: scale(1.02);
}

#advogado .wformacoes .item .text {
  text-align: center;
  color: #000;
}

#advogado .wformacoes .item .title {
  font-size: 20px;
  font-weight: bold;
  font-family: "Georgia";
  margin: 0 0 10px;
}

#advogado .watuacoes h2 {
  color: #fff;
  text-align: center;
  margin: 0 0 30px;
}

body .wpcf7 form .wpcf7-response-output {
  color: #fff;
}

#localizacao .wcontent {
  padding: 70px 0 0;
}

#localizacao .wcontent h2 {
  font-size: 25px;
  margin: 0 0 25px;
  color: #cdb364;
}

#localizacao .wcontent address {
  margin: 0 0 40px;
  font-weight: 600;
  color: #616161;
}

#localizacao .mapa {
  height: 26.5vw;
  overflow: hidden;
}

#localizacao .mapa iframe {
  border: none;
  width: 100%;
  height: 27.08vw;
}

#localizacao .btn {
  margin: 0 0 55px;
  padding: 0 40px;
}

.page-template-modelo-agendamento .wpcf7 form .wpcf7-response-output,
.page-template-modelo-contato .wpcf7 form .wpcf7-response-output {
  color: #000;
}

.page-template-modelo-agendamento .wpcf7-not-valid-tip,
.page-template-modelo-contato .wpcf7-not-valid-tip {
  margin: -10px 0 10px;
}

@media (max-width: 1480px) {
  body .btn {
    font-size: 17px;
  }

  #header .link-agendamento {
    padding: 0 20px;
  }

  #header #menu ul li a {
    padding: 30px 0;
    font-size: 15px;
  }

  #advogado .wcontent h2,
  #atuacao .wcontent h2,
  #sobre .wquem-somos .wtext .text h1,
  #sobre .wquem-somos .wtext .text h2,
  #sobre .wquem-somos .wtext .text h3 {
    font-size: 21px;
  }

  #home .wsobre h3,
  .wadvogados h3,
  .wmapa h3 {
    font-size: 19px;
  }

  .wmapa address {
    font-size: 18px;
  }

  #footer h3 {
    font-size: 16px;
  }

  #home #banner .item .text p,
  #footer address,
  #footer span,
  #footer p,
  #footer a,
  .text {
    font-size: 15px;
  }

  .text.title {
    font-size: 17px !important;
  }

  #atuacoes .wcontent h2,
  #contato .wcontent h2,
  #localizacao .wcontent h2 {
    font-size: 21px;
  }

  #banner header h1 {
    font-size: 31px;
  }

  #contato .wcontent .item {
    font-size: 17px;
  }
}

@media (max-width: 1100px) {
  body .btn {
    font-size: 14px;
  }
  #header .link-agendamento {
    padding: 0 15px;
  }
  #header #menu ul li a {
    padding: 20px 0;
    font-size: 14px;
    margin: 0 10px;
  }
  .container {
    max-width: 90%;
  }

  #header .logo {
    width: 10vw;
    margin: 0 25px 0 0;
  }

  #banner {
    height: 225px;
  }

  .lista_informacoes {
    margin: -50px 0 65px;
  }
}

@media (max-width: 990px) {
  .admin-bar {
    padding: 46px 0 0;
  }
  .admin-bar header#header {
    top: 46px;
  }
  .admin-bar #header .wrap-menu {
    top: 126px;
  }

  .container {
    max-width: 100%;
  }
  .container-home {
    padding: 0 20px;
  }

  .page-content {
    width: 100%;
    overflow: hidden;
  }

  .wrap-bg {
    margin: 0 0 30px;
  }

  #header {
    padding: 25px 20px;
  }
  #header .container {
    padding: 0;
  }
  #header .logo {
    width: 45vw;
  }

  #header {
    background: #000;
  }
  #header figure {
    margin: 0;
  }
  #header figure .logo {
    width: 220px;
  }

  #header .top {
    display: none;
  }
  #header .bottom,
  #header .bottom .container {
    padding: 0;
  }

  #header .click-mobile {
    width: 43px;
    height: 30px;
    margin: 0;
    float: right;
  }
  #header .click-mobile .line {
    width: 100%;
    height: 3px;
    background: #47453a;
    transition: all 0.25s;
    border-radius: 25px;
  }
  #header .click-mobile .line2 {
    position: relative;
  }
  #header .click-mobile .line2:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #47453a;
    transition: all 0.25s;
  }
  #header.menu-active .click-mobile .line1 {
    transform: translateY(-5px);
    opacity: 0;
  }
  #header.menu-active .click-mobile .line2 {
    transform: rotate(45deg);
  }
  #header.menu-active .click-mobile .line2:after {
    transform: rotate(90deg);
  }
  #header.menu-active .click-mobile .line3 {
    transform: translateY(5px);
    opacity: 0;
  }

  #header #menu ul li:last-child,
  #header #menu ul li {
    margin: 0;
  }
  #header #menu ul li a {
    padding: 15px 0;
    font-size: 22px;
    display: block;
  }
  #header #menu ul li .btn {
    margin: 25px 0 0;
  }
  #header .bottom .btn-24 {
    width: 100%;
    margin: 0;
    background: #323e00;
    margin: 25px 0 0;
    border-radius: 10px;
  }
  #header .bottom .btn-24 span {
    margin: 0 10px;
  }

  #header.menu-active .wrap-menu {
    left: 0;
    z-index: 100;
  }
  #header .wrap-menu {
    position: fixed;
    left: -100%;
    background: #2d2d2d;
    transition: all 0.25s;
    top: 91px;
    padding: 0;
    width: 100%;
    z-index: 102;
    box-shadow: 0 10px 15px -4px rgba(0, 0, 0, 0.25);
    height: calc(100vh - 80px);
    overflow-y: auto;
    padding: 40px 25px;
  }
  #header .wrap-menu #menu {
    width: 100%;
  }
  #header .wrap-menu #menu .navbar {
    padding: 0;
    justify-content: center;
    flex-direction: column;
  }
  #header .navbar .menu-item {
    width: 100%;
    padding: 0;
    margin: 0 0 15px;
  }
  #header .bottom #menu ul {
    width: 100%;
  }
  #header .bottom #menu ul li a {
    text-align: left;
    font-size: 18px;
    display: block;
    color: #fff;
    font-weight: bold;
  }

  #header #menu ul li:hover .dropdown-menu {
    display: none;
  }

  #header #menu ul li .dropdown-menu {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
  }

  header#header {
    z-index: 100;
  }
  header .botoes {
    margin: 30px 0 0;
  }
  header .botoes .btn.btn-green {
    margin: 0 0 10px;
  }
  header .top-mobile {
    margin: 35px 0 25px;
  }
  header .top-mobile ul {
    padding: 0;
  }
  header .top-mobile ul li {
    margin: 0 0 20px;
  }
  header .top-mobile ul li a {
    font-size: 14px;
    color: #fff;
  }
  header .top-mobile ul li a img {
    margin: 0 10px 0 0;
  }
  header .social-mobile a {
    margin: 0 15px 0 0;
  }

  #footer .middle form .form-group {
    width: 100%;
  }
  footer .wpcf7-form-control-wrap {
    width: calc(100% - 80px);
  }

  body {
    padding: calc(50px + 12vw) 0 0;
  }

  #home #banner {
    margin: 0 0 50px;
    height: 100vh;
  }
  #home #banner .arrows-banner {
    display: none;
  }
  #home #banner .item {
    height: 100vh;
    background-size: cover;
    background-position: center;
  }
  #home #banner .item .text .btn.see-more {
    margin: 0 0 20px;
  }
  #home #banner .item .text .btn {
    margin: 0;
    width: 180px;
  }
  #home #banner .item .text h2 {
    font-size: 36px;
    margin: 0 0 30px;
  }
  #home #banner .item .text h2:after {
    margin: 30px auto 0;
  }
  #home #banner .item .text p {
    font-size: 17px;
    margin: 0 0 35px;
  }

  #home #banner .item .text {
    max-width: 100%;
  }

  .lista_informacoes .item figure img {
    width: auto;
  }

  body h1,
  body h2,
  .w-preagendamento h2,
  #home .wsobre h1 {
    font-size: 26px;
  }

  #home .wsobre h3,
  .wadvogados h3,
  .wmapa h3 {
    font-size: 21px;
    margin: 0 0 5px;
  }

  .watuacoes .item {
    margin: 0 0 35px;
  }

  .w-preagendamento:after {
    display: none;
  }

  .wadvogados h2 {
    margin: 0 0 40px;
  }

  .wmapa {
    padding: 50px 0 0;
  }

  .wmapa address {
    font-size: 14px;
  }

  #footer .navbar ul {
    padding: 0;
  }

  #footer h3 {
    margin: 35px 0 15px;
  }

  #footer .bottom .links {
    margin: 0 0 20px;
  }

  #banner {
    height: 275px;
    background-size: cover;
    background-position: center;
  }

  #banner header h1 {
    font-size: 25px;
  }

  #sobre #banner {
      height: 220px;
  }

  #sobre .wquem-somos {
    padding: 50px 0;
    background-size: 100% auto;
    background-position: top center;
  }

  #sobre .wquem-somos .container {
    padding: 45vw 0 0;
  }

  #base .wcontent h2,
  #advogado .wcontent h2,
  #atuacao .wcontent h2,
  #sobre .wquem-somos .wtext .text h1,
  #sobre .wquem-somos .wtext .text h2,
  #sobre .wquem-somos .wtext .text h3 {
    font-size: 19px;
  }

  #base .wcontent {
    padding: 50px 0 70px;
  }

  #atuacao .wcontent .col-divider {
    column-count: 1;
  }

  #atuacao .wcontent .btn {
    margin: 35px 0 0;
  }

  #atuacao .wcontent .col-divider {
    margin: 35px 0 0;
  }

  #atuacao .wcontent .img-principal {
    width: 100%;
    transform: translateX(0);
    margin: 0 0 35px;
  }

  #advogados .wcontent {
    padding: 50px 0 0;
  }

  #advogados .wcontent h2 {
    font-size: 21px;
  }

  .single-advogado div#banner {
      height: 190px;
  }

  #advogado .wcontent { padding: 30px 0; }
  #advogado .wcontent .img-principal {
      width: 100%;
      transform: none;
      margin-bottom: 10px;
  }

  .wmapa .mapa,
  #localizacao .mapa {
    height: 320px;
  }

  .wmapa iframe,
  #localizacao .mapa iframe {
    height: 350px;
  }

  #header #menu ul li.menu-item-148 .dropdown-menu {
    width: 100%;
  }

  #header .link-agendamento {
    margin: 25px 0 0 auto;
  }

  #header #menu ul li.menu-item-150 {
    display: block;
  }

  .w-preagendamento form .form-group {
      font-size: 13px;
  }

  /*
  #home .mouse-hover {
    bottom: 35px;
  }
  #home .social-1 {
    display: none;
  }

  .wquem-somos .col-1 {
    margin: 0 0 50px;
  }
  .wquem-somos .col-1,
  .wquem-somos .col-2 {
    padding: 0 20px;
  }
  .wquem-somos h2 {
    margin: 0 0 10px;
  }
  .wquem-somos h3 {
    margin: 0 0 30px;
  }
  .wquem-somos h3:after {
    margin: 30px 0 0;
    position: relative;
    left: auto;
    top: auto;
    width: 155px;
    bottom: 0;
    display: block;
  }
  .wquem-somos .text {
    margin: 0 0 35px;
  }
  .wquem-somos .btn {
    width: 100%;
  }

  #home .wprodutos {
    padding: 70px 0 80px;
    background: #f6f6f6;
    margin: 0 0 70px;
  }
  #home .wprodutos .col-info {
    padding: 0;
  }
  #home .wprodutos h3 {
    margin: 0 0 30px;
  }
  #home .wprodutos h3:after {
    margin: 30px 0 0;
    position: relative;
    bottom: 0;
    display: block;
  }
  #home .wprodutos .wcarousel-produtos {
    width: 100%;
  }
  #home .wprodutos .arrows-produtos {
    display: none;
  }
  #home .wprodutos .text {
    margin: 0 0 35px;
  }
  #home .wprojetos {
    margin: 0 0 70px;
    padding: 0 20px;
  }
  #home .wprojetos h2 {
    text-align: left;
  }
  #home .wprojetos h3 {
    text-align: left;
    margin: 0 0 30px;
  }
  #home .wprojetos h3:after {
    margin: 30px 0 0;
  }

  #home .wprojetos .carousel .owl-prev,
  #home .wprojetos .carousel .owl-next {
    display: none;
  }
  #home .wprojetos .carousel .item {
    height: 84vw;
  }
  #home .wprojetos .carousel .item .img-holder {
    height: 84vw;
  }
  #home .wprojetos .carousel .item .title {
    top: 20px;
    left: 20px;
    font-size: 20px;
  }
  #home .wprojetos .carousel .item .title:after {
    margin: 15px 0 0;
  }
  #home .wprojetos .carousel .item .plus {
    width: 60px;
    height: 60px;
  }
  #home .wprojetos .btn {
    width: 100%;
  }

  .wdepoimentos {
    padding: 55px 0 65px;
  }
  .wdepoimentos h2 {
    text-align: left;
  }
  .wdepoimentos h3 {
    text-align: left;
    margin: 0 0 40px;
  }
  .wdepoimentos h3:after {
    margin: 25px 0 0;
  }
  .wdepoimentos .item .top {
    background: none;
  }
  .wdepoimentos .item .top .name {
    line-height: 1;
  }
  .wdepoimentos .item .text {
    font-size: 14px;
  }
  .wdepoimentos .carousel-depoimentos {
    padding: 35px 25px 50px;
  }

  .wblog {
    padding: 0 0 65px;
  }
  .wblog h2 {
    text-align: left;
  }
  .wblog h3 {
    text-align: left;
    margin: 0 0 55px;
  }
  .wblog h3:after {
    margin: 30px 0 0;
  }
  .wblog .wrap-blog {
    margin: 0 0 50px;
  }
  .wblog .main-item .image {
    width: 100%;
    height: 225px;
  }
  .wblog .main-item .image .img-holder {
    height: 225px;
  }
  .wblog .main-item .image .date {
    top: 30px;
    left: 0;
    text-align: left;
    right: auto;
  }
  .wblog .main-item .text {
    padding: 30px 25px 45px;
  }
  .wblog .main-item .text .title {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .wblog .main-item .text .categorias {
    margin: 0 0 25px;
  }
  .wblog .main-item .text .desc {
    margin: 0 0 40px;
  }
  .wblog .btn-see-more {
    width: 100%;
  }

  .banner_rodape {
    padding: 50px 0;
  }
  .banner_rodape h3 {
    margin: 0 0 25px;
    font-size: 32px;
  }
  .banner_rodape h3 br {
    display: none;
  }
  .banner_rodape .btn {
    width: 100%;
  }

  #footer .col {
    margin: 0 0 50px;
  }
  #footer .top {
    padding: 50px 0 35px;
  }
  #footer .top .logo {
    padding: 0 0 35px;
    margin: 0 0 35px;
    border-right: 0;
    border-bottom: 2px solid #ffaa0e;
  }
  #footer .top .logo img {
    display: block;
    max-width: 100%;
  }
  #footer .top .text br {
    display: none;
  }
  #footer .top .text {
    line-height: 2;
  }
  #footer .middle {
    padding: 0;
  }
  #footer .bottom p {
    text-align: left;
  }
  #footer .bottom .container {
    padding: 35px 20px 20px;
  }

  #banner .breadcrumb {
    padding: 0 20px;
  }

  #produtos {
    padding: 0 0 50px;
  }
  #produtos #banner {
    height: 345px;
    background-position: center;
    background-size: cover;
    margin: 0 0 50px;
    padding: 90px 0 0;
  }
  #produtos #banner h1 {
    font-size: 36px;
    margin: 0 0 25px;
  }
  #produtos #banner h1:after {
    content: "";
    width: 135px;
    height: 2px;
    background: #ffaa0e;
    margin: 25px auto 0;
    display: block;
  }
  #produtos .wprodutos .row {
    margin: 0;
  }
  #produtos .wprodutos .col-12 {
    padding: 0;
  }
  #produtos .wprodutos .item .desc {
    height: auto;
    line-height: 1.5;
  }
  #produtos .wprodutos .active .item .layer {
    opacity: 0;
  }
  #produtos .wprodutos .active .item h4 {
    color: #fff;
  }
  #produtos .wprodutos .active .item .desc {
    color: #fff;
  }
  #produtos .wprodutos .active .item .layer {
    opacity: 0;
  }
  #produtos .wprodutos .active .item .see-more {
    color: #fff;
  }
  #produtos .wprodutos .active .item .see-more .image img {
    opacity: 0;
  }
  #produtos .wprodutos .active .item .see-more .image .img-hover {
    opacity: 1;
  }

  #produto #banner {
    height: 345px;
    background-position: center;
    background-size: cover;
    margin: 0 0 50px;
    padding: 90px 0 0;
  }
  #produto #banner h1 {
    font-size: 36px;
    margin: 0 0 25px;
  }
  #produto #banner h1:after {
    content: "";
    width: 135px;
    height: 2px;
    background: #ffaa0e;
    margin: 25px auto 0;
    display: block;
  }
  #produto .container-produtos figure {
    margin: 0 0 50px;
  }
  #produto .content-produto {
    margin: 0 0 60px;
  }
  #produto .content-produto .text {
    padding: 0;
    margin: 0 0 35px;
  }
  #produto .content-produto .btn {
    width: 100%;
  }

  #projetos #banner {
    height: 345px;
    background-position: center;
    background-size: cover;
    margin: 0 0 50px;
    padding: 90px 0 0;
  }
  #projetos #banner h1 {
    font-size: 36px;
    margin: 0 0 25px;
  }
  #projetos #banner h1:after {
    content: "";
    width: 135px;
    height: 2px;
    background: #ffaa0e;
    margin: 25px auto 0;
    display: block;
  }
  #projetos .list-options {
    margin: 0 0 40px;
  }
  #projetos .list-options .option {
    margin: 15px 5px;
  }
  #projetos .list-projects {
    margin: 0 0 30px;
  }
  #projetos .list-projects .item {
    margin: 0 0 35px;
  }
  #projetos .list-projects .item .layer {
    opacity: 1;
  }
  #projetos .list-projects .item .img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #projetos .list-projects .item .layer .title {
    top: 20px;
    left: 20px;
  }
  #projetos .list-projects .item .layer .label {
    bottom: 20px;
    right: 20px;
  }
  #projetos .list-projects .item .layer .plus {
    width: 45px;
    height: 45px;
  }

  #informacoes {
    padding: 0 0 115px;
  }
  #informacoes #banner {
    height: 345px;
    background-position: center;
    background-size: cover;
    margin: 0 0 50px;
    padding: 90px 0 0;
  }
  #informacoes #banner h1 {
    font-size: 36px;
    margin: 0 0 25px;
  }
  #informacoes #banner h1:after {
    content: "";
    width: 135px;
    height: 2px;
    background: #ffaa0e;
    margin: 25px auto 0;
    display: block;
  }
  #informacoes .title {
    margin: 0 0 35px;
  }
  #informacoes .title h2 {
    font-size: 36px;
    text-align: left;
    margin: 0 0 30px;
  }
  #informacoes .title h2 br {
    display: none;
  }
  #informacoes .title h2:after {
    margin: 30px 0 0;
  }
  #informacoes .title h3 {
    text-align: left;
  }
  #informacoes .lista .item figure {
    flex-shrink: 0;
    margin: 0 0 0 5px;
  }
  #informacoes .lista .item .name {
    font-size: 17px;
  }

  #informacao {
    padding: 0 0 4.17vw;
  }
  #informacao #banner {
    height: 345px;
    background-position: center;
    background-size: cover;
    margin: 0 0 50px;
    padding: 90px 0 0;
  }
  #informacao #banner h1 {
    font-size: 36px;
    margin: 0 0 25px;
  }
  #informacao #banner h1:after {
    content: "";
    width: 135px;
    height: 2px;
    background: #ffaa0e;
    margin: 25px auto 0;
    display: block;
  }
  #informacao .text img {
    margin: 0 0 35px;
    height: auto;
  }

  #blog #banner {
    height: 345px;
    background-position: center;
    background-size: cover;
    margin: 0 0 50px;
    padding: 90px 0 0;
  }
  #blog #banner h1 {
    font-size: 36px;
    margin: 0 0 25px;
  }
  #blog #banner h1:after {
    content: "";
    width: 135px;
    height: 2px;
    background: #ffaa0e;
    margin: 25px auto 0;
    display: block;
  }
  #blog .wblog {
    padding: 0 20px;
  }
  #blog .wblog .item .img-holder {
    height: 245px;
  }
  #blog .wblog .item .img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #blog .wblog .item .image .date {
    top: 38px;
  }
  #blog .wblog .item .box {
    padding: 35px 25px 55px;
  }
  #blog .wblog .item h3 {
    font-size: 20px;
    margin: 0 0 15px;
  }
  #blog .wblog .item .top {
    margin: 0 0 30px;
  }
  #blog .wblog .item .top:after {
    position: relative;
    left: auto;
    bottom: auto;
    margin: 25px 0 0;
  }
  #blog .sidebar {
    padding: 0;
  }
  .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span {
    border-radius: 50%;
    overflow: hidden;
  }
  .wblog .sub-item h4 {
    height: auto;
    line-height: 1.4;
  }
  #blog .sidebar .widget .form-group {
    flex-grow: 1;
  }
  #blog .sidebar .widget_search {
    margin: 35px 0 70px;
  }

  #contato #banner {
    height: 345px;
    background-position: center;
    background-size: cover;
    margin: 0 0 50px;
    padding: 90px 0 0;
  }
  #contato #banner h1 {
    font-size: 36px;
    margin: 0 0 25px;
  }
  #contato #banner h1:after {
    content: "";
    width: 135px;
    height: 2px;
    background: #ffaa0e;
    margin: 25px auto 0;
    display: block;
  }
  #contato .text {
    margin: 0 0 15px;
  }
  #contato .wcards {
    margin: 0;
  }
  #contato .wcards .col-12 {
    margin: 0 0 20px;
  }
  #contato .wcards .card h3 {
    font-size: 17px;
  }
  #contato .wbottom form {
    padding: 35px 20px;
  }
  #contato .wbottom form p {
    margin: 0;
  }
  */
}

@media (max-width: 360px) {
  /*
  #contato .wcards .card {
    padding: 20px;
  }
  #contato .wcards .card .desc {
    font-size: 12px;
  }
  */
}
