body {
  font-family: ClanOT;
  color: #333333;
}

body p {
  line-height: 1.8;
}

* {
  box-sizing: border-box;
}

.publicacao-single .publicacao-thumb img {
  max-width: 100%;
}

.publicacao-single .publicacao-content {
  word-wrap: break-word;
}

.only-mobile {
  display: none;
}

.text-reference {
  margin-bottom: 0;
  padding: 4px !important;
}

.text-reference:after {
  clear: both;
}

.title-1 {
  position: relative;
  font-size: 25px;
  color: #275644;
  border-bottom: 1px solid #dadada;
  padding-bottom: 10px;
  margin-bottom: 50px;
}

.title-1::after {
  content: "";
  position: absolute;
  background-color: #275644;
  width: 70px;
  height: 1px;
  left: 0;
  bottom: -1px;
}

.title-2 {
  position: relative;
  font-size: 25px;
  border-bottom: 1px solid #dadada;
  padding-bottom: 10px;
  margin-bottom: 50px;
  text-align: center;
}

.title-2 b {
  color: #275644;
  font-weight: bold;
}

.title-2::after {
  content: "";
  position: absolute;
  background-color: #275644;
  width: 70px;
  height: 1px;
  left: calc(50% - 35px);
  bottom: -1px;
}

.btn {
  background-color: #275644;
  padding: 15px 35px;
  color: #fff;
  border-radius: 0;
}

.btn:hover {
  background-color: #377960;
  color: #fff;
}

.btn-white {
  background-color: #fff;
  padding: 15px 35px;
  font-weight: bold;
  color: #275644;
  border-radius: 0;
  max-height: 50px;
}

.btn-outline-white {
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
  border-radius: 0;
  padding: 15px 25px;
}

.btn-outline-white:hover {
  background-color: #fff;
  color: #275644;
}

.btn-outline-brown {
  color: #b7a997;
  border: 2px solid #dadada;
  background-color: transparent;
  border-radius: 0;
  padding: 10px 25px;
  text-decoration: none;
}

.btn-outline-brown:hover {
  background-color: #b7a997;
  border: 2px solid #b7a997;
  color: #fff;
  text-decoration: none;
}

/* PAGE: EM BREVE */
.embreve {
  width: 70%;
  text-align: center;
  margin: 0 auto;
  margin-top: 90px;
}

.embreve .logo {
  width: 50%;
  margin: 0 auto;
}

.embreve .logo img {
  width: 100%;
}

.top-header {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  /*padding-bottom: 20px;*/
}

.top-header .logo img {
  width: 100%;
}

.top-header .info-header {
  display: flex;
  justify-content: flex-end;
}

.top-header .info {
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.top-header .info i {
  color: #275644;
  font-size: 32px;
}

.top-header .info-content {
  margin-left: 15px;
  color: #777777;
  font-size: 14px;
}

.top-header .info-content p {
  margin-bottom: 0;
}

.top-header .info-content p:first-child {
  font-weight: bold;
  color: #333333;
  font-size: 18px;
}

.main-menu #navbarCollapse {
  justify-content: center;
  position: relative;
}

.main-menu #navbarCollapse form {
  position: absolute;
  right: 0;
}

.main-menu .navbar {
  background-color: #275644;
  padding-top: 16px;
  padding-bottom: 16px;
}

.main-menu .navbar .nav-link {
  font-weight: bold;
}

.form-search-header.active .search-input {
  transform: translateX(45px);
  opacity: 1;
  transition: all 1s ease-in-out;
  display: block;
}

.main-menu .search-input {
  transition: all 1s ease-in-out;
  opacity: 0;
  transform: translateX(167px);
  z-index: 0;
  background-color: #f3f3f3;
  width: 186px;
  display: none;
}

.form-search-header.active .search-button {
  color: #295745;
}

.main-menu .search-button {
  background-color: transparent;
  border: none;
  color: #fff;
  z-index: 1;
  cursor: pointer;
}

.main-menu .search-button:focus {
  outline: 0;
}

.intro-home {
  padding: 150px 0;
  text-align: center;
  color: #fff;
  background-size: cover;
}

.intro-home h1 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 50px;
}

.intro-home h2 {
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 60px;
}

.tagline-home {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 30px 55px;
  position: relative;
  top: -30px;
  margin-bottom: 40px;
}

.tagline-home h3 {
  font-size: 25px;
  margin: 0;
}

.tagline-home img.toplaw {
  width: 165px;
}

.areas-atuacao {
  background-color: #f3f3f3;
  margin-bottom: 70px;
  padding-bottom: 100px;
}

.areas-atuacao .areas-items {
  display: flex;
  justify-content: space-between;
}

.areas-atuacao .area {
  background-color: #fff;
  max-width: 250px;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 30px;
  padding-left: 21px;
  padding-right: 21px;
  font-size: 14px;
  color: #777777;
}

.areas-atuacao .area a {
  color: #777777;
  text-decoration: none;
}

.areas-atuacao .area h2 {
  font-size: 16px;
  font-weight: bold;
  color: #b7a997;
}

.areas-atuacao .icon {
  width: 90px;
  height: 90px;
  background-color: #b7a997;
  margin: 0 auto;
  margin-bottom: 40px;
}

.home-publicacoes {
  margin-bottom: 70px;
}

.home-publicacoes .publicacoes-items {
  display: flex;
  justify-content: space-between;
}

.home-publicacoes .publicacao {
  max-width: 250px;
  color: #777777;
  font-size: 14px;
}

.home-publicacoes .thumb img {
  width: 100%;
}

.home-publicacoes .publicacao a {
  color: #777777;
  text-decoration: none;
}

.home-publicacoes .publicacao p {
  margin-bottom: 25px;
}

.home-publicacoes .publicacao h3 {
  font-size: 16px;
  color: #275644;
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

/* Evento */
section.evento {
  padding: 20px 0 0 0;
  margin-bottom: 40px;
  color: #fff;
}

.evento .content {
  background: #b7a997;
  padding: 30px;
}

.evento h2.title-1 {
  color: #fff;
  margin-bottom: 20px;
}

/* ------- */

.welcome-home {
  background-color: #f3f3f3;
  padding-top: 80px;
  padding-bottom: 80px;
}

.welcome-home .content {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}

.welcome-home .content div.text {
  text-align: right;
  padding-right: 50px;
}

.welcome-home .content div.text::after {
  content: "";
  height: 70px;
  width: 3px;
  background-color: #275644;
  right: 20px;
  top: 5px;
  display: block;
  position: absolute;
}

.welcome-home .content div.text p:last-of-type {
  margin-bottom: 80px;
}

.welcome-home .content div:last-child {
  text-align: right;
}

.welcome-home .pic::before {
  content: "";
  border: 1px solid #666;
  position: absolute;
  top: -30px;
  left: 80px;
  width: 430px;
  height: 430px;
  z-index: 0;
}

.welcome-home .pic img {
  z-index: 1;
  position: relative;
}

.welcome-home .logo-icon {
  position: absolute;
  z-index: 2;
  top: -20px;
  left: 20px;
  width: 250px;
  height: 170px;
  background-color: #666666;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

.welcome-home .logo-icon img {
  width: 93px;
  height: 70px;
  margin: 0 auto;
}

.header-breadcrumb {
  background-color: #f3f3f3;
  padding: 30px 0;
  margin-bottom: 65px;
}

.header-breadcrumb .container {
  display: flex;
  justify-content: space-between;
}

.header-breadcrumb h2 {
  font-size: 20px;
  margin: 0;
}

.header-breadcrumb .breadcrumb {
  display: flex;
  justify-content: flex-end;
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}

.header-breadcrumb .breadcrumb span {
  color: #777777;
  font-size: 14px;
  margin-left: 10px;
}

.header-breadcrumb .breadcrumb span a {
  color: #777777;
}

.header-breadcrumb .breadcrumb span.current {
  color: #b7a997;
}

.lang-actions {
  display: flex;
  justify-content: flex-end;
}

.lang-actions a {
  text-decoration: none;
  color: #777777;
  font-size: 14px;
}

.lang-actions a.active {
  color: #285645;
  font-weight: bold;
}

.content-english {
  display: none;
}

.page-crosara {
  margin-bottom: 70px;
}

.page-crosara .title-1 {
  margin-bottom: 10px;
}

.page-crosara .badges {
  padding: 10px;
  display: flex;
  justify-content: space-evenly;
}

.page-advogados {
  margin-bottom: 70px;
}

.page-advogados .title-1 {
  margin-bottom: 10px;
}

.foto-office-crosara:nth-child(2) {
  margin-top: 30px;
}

.advogados-secondary {
  margin-top: 90px;
}

.advogados-secondary .row {
  margin-bottom: 60px;
}

.advogados-secondary h2 {
  font-size: 24px;
  color: #285645;
  margin-bottom: 15px;
  margin-top: 15px;
}

.page-areas {
  margin-bottom: 70px;
}

.page-areas .row:first-child {
  padding: 0px;
  margin: 0px;
  float: right;
}

.page-areas .row {
  margin-bottom: 60px;
}

.page-areas h2 {
  font-size: 30px;
  font-weight: bold;
  color: #b7a997;
}

.page-areas .icon {
  width: 100%;
  background-color: #b7a997;
  max-height: 270px;
  min-height: 270px;
  display: flex;
  justify-content: center;
  align-content: center;
}

#recuperacao-judicial ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#recuperacao-judicial ul li {
  background-color: #f3f3f3;
  padding: 5px 10px;
}

#recuperacao-judicial ul li.no-line {
  background-color: #fff !important;
}

#recuperacao-judicial ul li a {
  font-weight: bold;
  color: #35705a;
}

.page-publicacoes {
  margin-bottom: 70px;
}


.publicacao-box {
  display: flex;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dadada;
}

.publicacao-box .publicacao-thumb {
  padding-right: 25px;
  min-width: 245px;
}

.publicacao-box .publicacao-thumb img {
  width: 100%;
}

.publicacao-box h1 {
  font-size: 24px;
  color: #285645;
  margin-top: 15px;
}

.publicacao-box .meta-date {
  font-size: 14px;
  color: #bbbbbb;
  margin-bottom: 0;
  line-height: 1.5;
}

.publicacao-box .content {
  font-size: 14px;
  color: #777777;
}

.publicacao-content a {
  text-decoration: none;
}

.publicacao-content p {
  text-align: justify;
  padding: 10px 0;
}

.publicacao-content blockquote {
  padding-left: 5%;
}

.publicacao-content blockquote p {
  line-height: 2.2;
}

.publicacao-pagination .screen-reader-text,
.publicacao-pagination .page-numbers.next,
.publicacao-pagination .page-numbers.prev {
  display: none;
}

.publicacao-pagination .page-numbers {
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #b7a997;
  font-weight: bold;
  border: 1px solid #dadada;
  text-decoration: none;
}

.publicacao-pagination .page-numbers.current {
  background-color: #b7a997;
  border: 0;
  color: #fff;
}

.search-widget form {
  position: relative;
}

.search-widget input {
  border-radius: 0;
  padding: 14px 10px;
}

.search-widget button {
  position: absolute;
  right: 10px;
  top: calc(50% - 15px);
  background-color: transparent;
  border: 0;
  width: 30px;
  height: 30px;
  color: #285645;
  cursor: pointer;
}

/*
.publicacao-single img  {
  width: 100%;
}*/

.publicacao-single h1 {
  color: #285645;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.publicacao-single .publicacao-meta {
  display: flex;
  justify-content: space-between;
}

.publicacao-single .publicacao-content {
  margin-top: 30px;
}

.publicacao-single .meta-date {
  color: #bbbbbb;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.5;
}

.publicacao-single .share a {
  text-decoration: none;
  color: #bbbbbb;
  margin-left: 10px;
}

.most-view {
  margin-top: 30px;
}

.sidebar-post {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.sidebar-post:not(:last-child) {
  border-bottom: 1px solid #dadada;
}

.sidebar-post a {
  text-decoration: none;
}

.sidebar-post h1 {
  padding-top: 3px;
  font-size: 12px;
  color: #285645;
}

.sidebar-post p {
  font-size: 12px;
  color: #bbb;
}

.sidebar-post img {
  max-width: 70px;
  margin-right: 10px;
}

.page-contato {
  margin-bottom: 70px;
}

.page-contato .contato-subtitle {
  padding: 0 300px;
  text-align: center;
}

.page-contato .contato-info {
  margin-top: 30px;
}

.page-contato .contato-info .container {
  border-top: 1px solid #dadada;
  padding-top: 30px;
}

.page-contato .maps-contact {
  width: 100%;
}

.page-contato .maps-contact iframe {
  width: 100%;
}

.form-contato input,
.form-contato textarea,
.wpcf7 input,
.wpcf7 textarea {
  border-radius: 0;
  padding: 10px 20px;
}

.form-contato input:focus,
.form-contato textarea:focus,
.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border-color: #295744;
}

.form-contato button,
.wpcf7 .wpcf7-submit {
  border: none;
  width: 100%;
  background-color: #295744;
  color: #fff;
  padding: 10px 20px;
}

.wpcf7 .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}

.wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control {
  width: 100%;
}

.info-contact-box {
  display: flex;
}

.info-contact-box .icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dadada;
  color: #285645;
}

.info-contact-box .icon i {
  font-size: 28px;
}

.info-contact-box .info {
  max-width: 200px;
  margin-left: 10px;
}

.info-contact-box h2 {
  font-size: 16px;
  color: #285645;
}

.info-contact-box p {
  font-size: 14px;
  color: #777777;
}

.top-footer {
  background-color: #35705a;
  color: #fff;
  font-size: 14px;
  padding: 25px 0;
}

.top-footer .container {
  display: flex;
}

.top-footer .content {
  margin-right: 50px;
}

.top-footer p {
  margin-bottom: 0;
}

.top-footer h2 {
  font-size: 25px;
}

.main-footer {
  background-color: #285645;
  padding-top: 95px;
  padding-bottom: 55px;
  color: #fff;
}

.main-footer .container {
  display: flex;
  justify-content: space-between;
}

.main-footer h3 {
  font-size: 18px;
  position: relative;
  margin-bottom: 35px;
}

.main-footer h3::after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 40px;
  height: 2px;
  left: 0;
  bottom: -12px;
}

.main-footer p {
  font-size: 14px;
}

.main-footer p a.whats{
  color: #fff;
}

.main-footer .footer-news {
  display: flex;
  flex-direction: column;
}

.main-footer .footer-news .news a {
  text-decoration: none;
  color: #fff;
  display: flex;
  flex-direction: row;
  padding-bottom: 13px;
  margin-bottom: 13px;
  align-items: center;
}

.main-footer .footer-news .news:not(:last-child) a {
  border-bottom: 1px solid #fff;
}

.main-footer .footer-news .news .thumb {
  min-width: 100px;
  margin-right: 20px;
}

.main-footer .footer-news .news .thumb img {
  width: 100%;
  max-width: 100px;
}

.main-footer .footer-news h4 {
  font-size: 14px;
}

.main-footer .contact-info {
  display: flex;
}

.main-footer .contact-info i {
  margin-right: 20px;
}

.main-footer .socials {
  display: flex;
}

.main-footer .socials a {
  margin-right: 5px;
  background-color: #b7a997;
  width: 40px;
  height: 40px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-content: center;
  padding-top: 10px;
}

.main-footer .socials a:hover {
  background-color: #fff;
  color: #b7a997;
  text-decoration: none;
}

.bottom-footer {
  background-color: #1d3d31;
  color: #fff;
  padding: 30px 0;
  font-size: 12px;
}

.bottom-footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bottom-footer .footer-menu ul {
  display: flex;
  list-style-type: none;
  margin-bottom: 0;
}

.bottom-footer .footer-menu li {
  padding: 0 12px;
}

.bottom-footer .footer-menu li:not(:last-child) {
  border-right: 1px solid #fff;
}

.bottom-footer .footer-menu a {
  color: #fff;
}

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

@media screen and (max-width: 768px) {

  /* .navbar-expand-md .navbar-toggler {
    display: block;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: column;
  } */
  .navbar-nav {
    font-size: smaller;
  }

  .main-menu .navbar .nav-link {
    font-size: 14px;
  }

  .form-search-header {
    display: none;
  }

  .not-visible-responsive {
    display: none;
  }

  .top-header {
    flex-direction: column;
  }

  .top-header .logo {
    text-align: center;
    margin: 0 auto;
  }

  .top-header .info-header {
    display: none;
  }

  .intro-home {
    padding: 150px 60px;
  }

  .tagline-home {
    padding: 20px 40px;
  }

  .tagline-home h3 {
    font-size: 16px;
  }

  .areas-atuacao .areas-items {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .areas-atuacao .area {
    margin-bottom: 53px;
    max-width: 235px;
  }

  .home-publicacoes .publicacoes-items {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .home-publicacoes .publicacao {
    margin-bottom: 53px;
    max-width: 235px;
  }

  .home-publicacoes .thumb img {
    width: 100%;
  }

  .welcome-home .content {
    flex-direction: column;
  }

  .welcome-home .content div.text {
    margin-bottom: 100px;
  }

  .welcome-home .logo-icon {
    left: 16px;
  }

  .welcome-home .pic::before {
    left: 109px;
  }

  .welcome-home .content div:last-child {
    text-align: center;
  }

  .row-blog {
    display: flex;
  }

  .row-blog>div:first-child {
    order: 2;
  }

  .publicacao-pagination {
    margin-bottom: 70px;
  }

  .form-contato {
    margin-top: 30px;
  }

  .page-contato .contato-subtitle {
    padding: 0 100px;
  }

  .top-footer {
    text-align: center;
  }

  .top-footer .container {
    flex-direction: column;
  }

  .top-footer .content {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .main-footer .container {
    flex-direction: column;
  }

  .main-footer .container>div {
    margin-bottom: 50px;
  }

  .bottom-footer .container {
    flex-direction: column;
  }

  .bottom-footer .footer-menu {
    display: none;
  }
}

@media screen and (max-width: 414px) {
  .intro-home {
    padding: 150px 30px;
  }

  .not-visible-mobile {
    display: none;
  }

  .only-mobile {
    display: block;
  }

  .main-menu .nav-bar {
    padding-left: 50px;
    padding-right: 50px;
  }

  .tagline-home {
    flex-direction: column;
    text-align: center;
    padding: 20px 25px;
  }

  .tagline-home h3 {
    margin-bottom: 20px;
  }

  .areas-atuacao {
    padding: 0 50px;
  }

  .home-publicacoes {
    padding-left: 50px;
    padding-right: 50px;
  }

  .welcome-home {
    padding: 65px 50px;
  }

  .welcome-home .logo-icon {
    display: none;
  }

  .welcome-home img {
    width: 100%;
  }

  .welcome-home .pic::before {
    display: none;
  }

  .page-advogados .title-1 {
    margin-top: 40px;
  }

  .advogados-secondary .row {
    display: flex;
  }

  .advogados-secondary .advogados-thumb {
    order: 1;
  }

  .advogados-secondary .advogados-content {
    order: 2;
  }

  .page-areas .row {
    display: flex;
  }

  .page-areas .icon {
    margin-bottom: 30px;
  }

  .page-areas .areas-thumb {
    order: 1;
  }

  .page-areas .areas-content {
    order: 2;
  }

  .page-contato .contato-subtitle {
    padding: 0 10px;
  }

  .top-footer .container {
    padding: 0 50px;
  }

  .main-footer .container {
    padding: 0 50px;
  }

  .advogados-main .img-mobile {
    padding: 10px;
  }

  .publicacao-box {
    flex-direction: column;
  }

  .publicacao-box .publicacao-thumb {
    padding-right: 0;
  }

  .publicacao-box .publicacao-thumb img {
    width: 100%;
  }

  .publicacao-thumb span.image-descricao {
    float: right;
    font-size: 12px;
  }
}

@media screen and (max-width : 1152px) {
  .navbar-nav {
    font-size: smaller;
  }
}

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