@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@900&display=swap');

.title-wrapper .title{
    font-family: 'Roboto Slab', serif !important;
    font-weight: 900;
}

h2.banner-middle-title.text-light, h4.title, h1.title.slide-campo-titulo, .page-title-wrapper .title, .page-title span, .title-widget {
    font-family: 'Roboto Slab', serif;
}

.bg-white nav.navigation a.main-menu {
    font-size: 18px;
    font-weight: 500;
}

.bg-form-contact:before {
    background: rgb(22 26 30);
    opacity: 0.8;
}

.footer-sub .name-company {
    color: #fff;
}

#section-empresa a.btn-flat {
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    margin-top: 30px;
}

.title-wrapper {
    margin-bottom: 30px;
}

#section-empresa .title span {
    color: #fff;
}

.slide-campo-botao {
    padding: 15px 40px;
    height: auto;
    width: auto;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 30px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 50%);
}

.wp-img:before {
    background-color: #fff !important;
}

#page_contato .contact-form .form-control {
    padding: 15px !important;
    height: auto;
    border: 1px solid #d2d2d2;
    background: transparent;
}

#page_contato .contact-form textarea.form-control {
    height: 150px;
}

#page_contato .contact-form button.btn-main {
    height: auto;
    padding: 10px;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    border: 1px solid #161a1e;
}

#page_contato .contact-form button.btn-main:hover {
    color: #161a1e;
    background: transparent;
}

#section-servicos .finance-item .title {
    width: 100%;
    font-weight: 800;
    font-size: 18px;
    text-align: center;
}

#section-servicos a.wp-img {
    margin-bottom: 14px;
}

#section-servicos .introducao {
    display: none;
}

#section-servicos .finance-item {
    height: 390px;
    margin-bottom: 40px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: transform .3s;
}

#section-servicos .finance-item:hover {
    transform: scale(1.07);
    box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
}

.homepage-02 .content-wrapper .text {
    margin-bottom: 35px;
}

.page-title span {
    text-transform: capitalize;
    font-size: 30px;
    color: #161a1e;
}

#back-top .link {
    right: 40px;
    background: rgb(255 255 255 / 20%);
}

#page_contato .section-contact {
    background: url(/arquivos/contact-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: center; */
}

#page_contato .box-contact {
    background: rgb(255 255 255 / 50%);
}

#section-blog .img-responsive {
    border-radius: 15px;
}

#section-blog .wp-img {border-radius: 15px;}

#section-blog .wp-img:before {
    border-radius: 15px;
    content: "\f0c1";
    color: #161a1e;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    opacity: 1;
    background-color: rgb(255 255 255 / 50%) !important;
}

#page_blog .content-blog img.img-responsive {
    border-radius: 15px;
}

#page_blog a.title-text {
  white-space: break-spaces;
  
}

#page_blog .wp-img:before {
  border-radius: 15px;
  content: "\f0c1";
  color: #161a1e;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  opacity: 1;
  background-color: rgb(255 255 255 / 50%) !important;
}

.page_blog_detalhe .single-recent-post-widget .img-wrapper img, #page_blog .single-recent-post-widget .img-wrapper img {
    height: 100% !important;
    position: absolute;
}

.thumb:after {
    content: "\f0c1";
    color: #161a1e;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    opacity: 1;
    background-color: rgb(255 255 255 / 50%) !important;
}

.blog-detail-wrapper .blog-image {
    display: flex;
    justify-content: center;
}

.page_blog_detalhe .blog-detail-wrapper .blog-image img {
    border-radius: 15px;
}

header .topbar-icon .fa {
    font-size: 20px;
}

footer .social-list .fa {
    font-size: 30px !important;
}

#section-html-modulo_2 {
    background: url(/arquivos/bg-html-2.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}

#section-html-modulo_2 .col-md-4.text-center {
    margin-bottom: 30px;
}

#section-html-modulo_2 .col-md-4.text-center h4 {
    font-size: 22px;
    font-weight: bold;
}

#section-html-modulo_2 .col-md-4.text-center img {
    margin-bottom: 10px;
}

#section-html-modulo_2 a.btn {
    background: #0ddf74;
    color: #fff;
    border: 1px solid #0ddf74;
    padding: 15px 30px;
    border-radius: 0;
    font-weight: bold;
    text-transform: uppercase;
    transition: all .3s;
    border-radius: 30px;
}

#section-html-modulo_2 a.btn:hover {
    background: transparent;
    color: #0ddf74 !important;
}

#section-html-modulo_3 a {
    background: #0ddf74;
    color: #fff;
    border: 1px solid #0ddf74;
    padding: 15px 30px;
    border-radius: 0;
    font-weight: bold;
    text-transform: uppercase;
    transition: all .3s;
    border-radius: 30px;
}

#section-html-modulo_3 a:hover {
    color: #0ddf74 !important;
    background: transparent;
}

section#section-html-modulo_3 {
    border-top: 1px solid #dbdbdb;
    background: url(/arquivos/bg-html-3.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

a.botao-link-externo {
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 14px 30px !important;
    background: #0ddf74;
}

.orcamento-section button.button.btn-main {
    width: fit-content;
    padding: 0px 20px;
}

#section-html-modulo_2 .box-vantagens {
    background: #fff;
    padding: 20px 40px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
    height: 380px;
}

#section-slide p {
    color: #fff;
}

#section-depoimentos img.testimonial-man {
    border-radius: 50%;
}

#section-depoimentos {
    padding: 40px 0;
}

#section-html-modulo_2 .padding-top.padding-bottom {padding: 50px 0px;}


/*New Slide Home*/

h1.principal.new.slide.home {
    color: #ebd18c;
    font-size: 3em;
    margin: 0em;
}

h1.secundario.new.slide.home {
    color: #ffff;
    font-size: 2em;
    margin: 0em;
}

p.descricao.principal.new.slide.home {
    color: #fff;
    margin: 0em;
    margin-top: 1em;
}

p.descricao.secundario.new.slide.home {
    color: #fff;
    margin: 0em;
    margin-bottom: 1em;
}

.new.slide.home.imagem.col-md-6 {
    display: flex;
    align-items: flex-end;
}

svg.new.slide.home.icone {
    width: auto;
    height: 25px;
    fill: #fff;
    margin-left: 1em;
}

a.new.slide.home {
    display: flex;
    align-items: center;
    width: fit-content;
    background-color: #0ddf74;
    box-shadow: 0 0 10px #0ddf74;
}

a.new.slide.home:hover {
    background-color: transparent;
    color: #0ddf74 !important;
}

.imagem-advogado img {
    width: auto;
    height: 75vh;
    max-width: unset;
}

@media (max-width: 990px) {
  .new.slide.home.imagem.page-banner.slick-slide.slick-current.slick-active {
    height: 100%;
}

h1.principal.new.slide.home {
    font-size: 2em;
}

h1.secundario.new.slide.home {
    font-size: 1.5em;
}

.new.slide.home.texto.col-md-6 {
    padding-top: 2em;
    text-align: center;
}

.new.slide.home.imagem.col-md-6 {
    padding-top: 2em;
    justify-content: center;
}

.imagem-advogado img {
    width: auto;
    height: 350px;
    max-width: unset;
}

.botao.new.slide.home {
    display: flex;
    justify-content: center;
}

p.descricao.secundario.new.slide.home {
    line-height: 1em;
}

p.descricao.principal.new.slide.home {
    line-height: 1em;
}
}

#sobre-munhoz-advogado {
    background-color: #161a1e;
}

.texto-sobre .texto-principal h2 {
    color: #fff;
    font-family: 'Roboto Slab', serif !important;
    font-size: 3.75em;
    margin: 0em 0em 0.5em 0em;
}

.texto-sobre .texto-descritivo p {
    color: #fff;
    font-size: 1.25em;
    margin-bottom: 1em;
}

#sobre-munhoz-advogado .title-wrapper {
    display: none;
}

#sobre-munhoz-advogado .col-md-6 {
    display: flex;
    justify-content: center;
}

#sobre-munhoz-advogado .row {
    display: flex;
    align-items: center;
}

@media (max-width: 990px) {
  #sobre-munhoz-advogado .row {
    display: block;
}

.texto-sobre .texto-principal h2 {
    font-size: 2em;
    margin: .5em 0em;
}

.botao.sobre.o.dr {
    margin-top: 2em;
}

#sobre-munhoz-advogado .texto-descritivo {
    padding: 0em 0.5em;
}

#sobre-munhoz-advogado .texto-principal {
    padding: 0em 0.5em;
}
}

.comentario-conteudo .quantidade-de-estrelas span.company.star-rating {
    margin: 0;
}

.comentario-conteudo .icone-curtir svg {
    width: auto;
    height: 25px;
    fill: #BDC1C6;
    margin-right: 1em;
}

.comentarios .comentario {
    display: flex;
}

.comentario .comentario-conteudo .icone-curtir {
    display: flex;
}

.comentarios {
    background-color: #202124;
    padding: 1em;
    border-radius: 1em;
    margin-bottom: 2em;
    border: 1px solid #3c4043;
    height: 250px;
    display: flex;
    align-items: center;
}

.comentario-conteudo h6 {
    color: #BDC1C6;
}

.comentario-conteudo p {
    color: #BDC1C6;
    margin: 10px 0px;
}

.comentario-foto {
    margin-right: 1em;
}

.foto-autor img {
    width: 100%;
    height: 100%;
}

.foto-autor {
    width: 60px;
    height: 60px;
}

@media (max-width: 990px) {
  #depoimentos-google .owl-nav {
    display: none;
}

#depoimentos-google .comentarios {
    height: fit-content;
}
}

  #depoimentos-google .owl-nav {
    display: none;
}

.botao.html_2 {
    display: flex;
    justify-content: center;
    padding-top: 50px;
}

.cbh-ph-img-circle1 {
    background-image: url(/arquivos/whatsapp3.png);
}

#section-empresa strong {
    font-weight: bold;
    color: #fff;
}