/* Limpa Formatação */
h1, h2, h3, h4, h5, h6{
  text-transform: inherit !important;
}

/* HEADER COLORS */
.sec-title h3{
  color: #32445c;
}
.nav-bar.active{
  background-color: #ddd4be;
}
.nav-bar.active .info-nav i{
  color: #32445c;
}
.linkPrincipalMenu:hover, .nav-bar .nav-bar-link ul li a.color-active{
  color: #32445c;
}
.nav-bar.active .nav-bar-link > .level-2 li a:hover,
.nav-bar.active .nav-bar-link > .level-2 li:hover
{
  color: #f1f1f1 !important;
}
.nav-bar .nav-bar-link > ul ul{
  background-color: #32445c;
}
.nav-bar .nav-bar-link ul li a:before{
  background-color: #32445c;
}
.nav-bar .nav-bar-link > ul ul li a:before{
  background-color: #ddd4be;
}
/* FIM HEADER COLORS */

/* FOOTER COLORS */
  .footer{
    background: url('../images/bgRodape.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 0 !important;
  }
  .copyright{
    background-color: #627a9b;
  }
  .copyright p a,
  .copyright ul li:hover a,
  .footer .links li:hover a{
    color: #ddd4be;
  }

  .scroll-up a:hover{
    background-color: #32445c;
    border-color: #32445c;
  }
  .provide .text-box,
  .statistic-owl{
    background-color: #32445c;
  }
/* FIM FOOTER COLORS */

/* header */
.logoHeader{
  width: 220px !important;
}
.logo-nav .one{
  position: absolute;
  left: 2%;
}
.logo{
  display: inline-block;
}
.logoHeaderDiv{
  margin-top: 10px;
  position: absolute;
  left: 2%;
}
.redesSociaisHeader{
  float: right;
}
@media(max-width: 991px){
  .logo-nav .one{
    position: unset;
  }
  .logoHeaderDiv{
    position: unset;
  }
}
/* fim header */

/* Slider */
.sliderStudio .overlay{
  background-color: unset !important;
}
.header-owl.owl-theme .owl-nav {
  top: 52%;
  display: none;
}
.features .features-box {
  border-radius: 0;
}
.features .features-box .features-item {
  background-color: #32445c;
}
.features .features-box .features-item:nth-of-type(2) {
  background-color: #ddd4be;
}
.features2 .item-text span, .features2 h4,.features2 p, .features2 i,.features4 span,.features4 h4,.features4 p, .features4 i{
  color: #262B3E !important;
}
.features .features-box .features-item i {
  color: #fff;
}
.features .features-box .features-item .item-text h4 {
  margin: 5px 10px;
}
.features .features-box .features3{
  background-color: #72869f;
}
.features .features-box .features4{
  background-color: #d0c099;
}
.features .features-box .features-item {
  width: calc(100% / 4);
  height: 300px;
  padding: 30px 24px;
}
.features .features-box .features-item p{
  color: #fff;
  padding: 15px 0px 0;
  margin: 0;
  font-size: 13px;
}
.header .banner .handline {
    font-size: 40px;
}
.header .banner .about-website {
  text-transform: unset;
  font-size: 14px !important;
}
.textoSlider{
  position: absolute;
  left: 13%;
  top: 20%;
}
.divImagensSlider{
  margin-left: 130px;
}
.boxImgSlider{
  max-width: 49%;
  flex: 0 0 49%;
  display: inline-block;
  padding: 0;
  height: 320px;
  overflow: hidden;
  margin-top: 32px;
}
.imgSlider{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 400px;
}
.header{
  height: auto !important;
}
.table-cell{
  height: 600px !important;
}
.menuHeaderVertical{
  line-height: 0;
  position: absolute;
  top: 120px;
  right: 10%;
  left: 3%;
}
.menuHeaderMobile{
  float: right;
}
.menuHeaderVertical ul li a {
  font-size: 18px !important;
  font-weight: 400 !important;
  padding: 20px 0 !important;
  margin-right: 530px !important;
}
.nav-bar.active .nav-bar-link ul li a {
  margin-right: 12px !important;
  font-size: 15px !important;
}
.features .features-box {
    margin-top: -90px !important;
}
@media(max-width: 992px){
  .menuHeaderVertical{
    width: 120px;
    position: absolute;
    top: unset;
    margin-top: -22px;
    right: 9%;
    left: unset;
    padding: 0px 12px;
  }
  .menuHeaderVertical ul li a{
    font-size: 14px !important;
    padding: 30px 0 !important;
  }
  .textoSlider{
    width: 80%;
    right: unset;
    top: 22%;
  }
  .nav-bar.active .nav-bar-link ul li a {
    display: block !important;
  }
  .abrirMenuMobile{
    position: absolute;
    right: 10%;
  }
  .abrirMenuMobile span{
  }
  .menuHeaderMobile{
    width: 135px;
    float: unset;
    position: absolute;
    top: unset;
    margin-top: 0;
    padding: 0px 12px;
    right: 9%;
  }
  .table-cell{
    height: 100vh !important;
  }
  .divImagensSlider {
    margin-left: 0px;
    margin-top: 65px;
  }
  .boxImgSlider {
    height: 224px;
  }
}
@media(max-width: 991px){
  .features .features-box .features-item {
    height: fit-content;
  }
}
@media(max-width: 768px){
  .header .banner .handline {
    font-size: 35px !important;
  }
}
@media(max-width: 575px){
  .header .banner .handline {
    font-size: 30px !important;
  }
  .header .banner .about-website {
    font-size: 12px !important;
  }
  .textoSlider{
    width: 100%;
    left: 0;
  }
  .divImagensSlider {
    margin-left: 0px;
    margin-top: 85px;
  }
  .divImagensSlider {
    margin-left: 0px;
    margin-top: 85px;
  }
  .boxImgSlider {
    max-width: 100%;
    height: auto;
    margin-top: 0px;
  }
}
/* Fim Slider */

/* Sobre Index */
.contador{
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  color: #FFF;
}
/* fim sobre Index */

/* Equipe Index */
.imgEquipeMobile{
  display: none;
}
.imgEquipeMobile img{
  width: 100%;
}
.imagemEquipe{
  background: #1e293a !important;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 0;
  padding-top: 0;
}
.imagemEquipe h3{
  color: #fff;
  margin-top: 0;
}
.imagemEquipe .container{
  background-image: url('../images/imgEquipe.jpg');
}
.tituloEquipe{
  padding-top: 85px;
}
.dadosAdvogados h5{
  color: #fff !important;
  font-size: 22px !important;
}
.dadosAdvogados p{
  color: #fff !important;
}
.dadosAdvogados .text-center{
  padding: 0 22px !important;
}
.dadosAdvogados a{
  transition: 0.3s;
}
.dadosAdvogados a:hover{
  color: #C89D66;
  transition: 0.3s;
}
.conteudoEquipe{
  position: relative;
  height: 600px;
}
.conteudoEquipe .dadosAdvogados{
  background: rgba(48,58,70, 0.9);
  height: 306px;
  margin: 0 14px;
  position: absolute;
  bottom: 0;
}
.dadosEsquerda{
  left: 15%;
}
.dadosDireita{
  right: 13%;
}
@media(min-width: 1350px){
  .linhaAdvLitigiosa{
    display: none;
  }
}
@media(max-width: 1199px){
  .conteudoEquipe .dadosAdvogados{
    height: 350px;
  }
  .linhaAdvLitigiosa{
    display: none;
  }
}
@media(max-width:992px){
  .imagemEquipe .container{
    background-image: unset;
  }
  .imgEquipeMobile{
    display: block;
  }
  .alinhaAdvsMobile{
    display: none;
  }
  .tituloEquipe{
    padding-top: 25px;
  }
  .conteudoEquipe {
    height: auto;
  }
  .conteudoEquipe .dadosAdvogados{
    height: auto;
    position: unset;
    display: inline-block;
    max-width: 45% !important;
  }
  .dadosEsquerda{
    left: 0;
  }
  .dadosDireita{
    right: 0;
  }
}
@media(max-width: 793px){
  .alinhaAdvs{
    display: none;
  }
}
@media(max-width: 767px){
  .dadosDireita{
    padding-top: 14px;
  }
  .conteudoEquipe .dadosAdvogados{
    max-width: 100% !important;
  }
}
/* Fim Equipe Index */

/* Areas Atuação */
.practice-area{
  background-image: unset !important;
}
.practice-area-item {
    margin-bottom: 15px;
}
.practice-area-item .content h4 {
    margin: 10px 0;
}
.practice-area-item .content p{
  color: #444;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.practice-area-item:hover{
  background-color: #32445c;
  border-color: #32445c;
}
.practice-area-item i{
  color: #32445c;
}
.listaAtributosHome{
  color: #444;
  width: fit-content;
  margin: 0 auto;
  text-align: left;
  font-size: 18px;
}
.subtituloAtuacao{
  font-size: 28px !important;
  font-weight: 600 !important;
  width: 70%;
  margin: 20px auto 30px;
}
.paragrafoInferiorAtuacao{
  color: #444;
  font-size: 18px;
  width: 60%;
  margin: 0 auto;
}
.practice-area{
  background-position: right !important;
}
.descAreasAtuacao p{
  color: #444;
  font-size: 18px;
  width: 64%;
  margin: 0 auto;
}
.titulosAreasAtuacao{
  position: relative;
}
.titulosAtuacaoMobile{
  display: none;
}
.hide {
  display: none;
}
.conteudoAreasAtuacaoDireita{
  width: 100% !important;
  height: fit-content;
  border: 1px solid #32445c;
  background: #32445c;
  padding: 40px 30px;
  margin-bottom: 30px;
  border-radius: 2px !important;
}
.conteudoAreasAtuacaoDireita p{
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.hide1, .hide2{
  position: absolute;
  width: 97% !important;
  top: 141px;
  transition: 0s;
}
.hide3, .hide4{
  position: absolute;
  width: 97% !important;
  top: 282px;
  transition: 0s;
}
.divHover1, .divHover2, .divHover3, .divHover4{
  padding: 0;
  display: inline-block;
  max-width: 49.8% !important;
}
.divHover1:hover, .divHover3:hover{
  /* position: relative;
  margin-bottom: 213px; */
  transition: 0s;
}
.divHover1:hover, .divHover2:hover, .divHover3:hover, .divHover4:hover{
  margin-bottom: 207px;
}
.divSegundoParTitulos{
  height: fit-content;
  width: 100%;
  display: inline-block;
}
.separador{
  padding: 30px 0;
  margin: 0 auto;
  width: 50px;
}
.separador div{
  border: 1px solid #C89D66;
}
@media(max-width: 1199px){
  .conteudoAreasAtuacaoDireita{
    padding: 25px;
  }
  .hide1, .hide2, .hide3, .hide4{
    width: 96.5% !important;
  }
  .divHover1:hover, .divHover2:hover, .divHover3:hover, .divHover4:hover{
    margin-bottom: 202px;
  }
}
@media(max-width: 991px){
  .titulosAtuacaoDesktop{
    display: none;
  }
  .titulosAtuacaoMobile{
    display: block;
  }
  .mystyle{
    display: block !important;
  }
  .practice-area-item:hover {
    background-color: unset;
    border-color: #ddd;
  }
  .practice-area-item:hover i, .practice-area-item:hover .content h4, .practice-area-item:hover .content p, .practice-area-item:hover .content a {
    color: #32445c;
  }
  .divTituloAtiva{
    margin-bottom: 0;
    background-color: #32445c !important;
    border-color: #32445c !important;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: 0s !important;
  }
  .divTituloAtiva i, .divTituloAtiva .content h4, .divTituloAtiva .content p, .divTituloAtiva .content a {
    color: #fff !important;
  }
  .divHover1:hover + .hide1, .divHover2:hover + .hide2, .divHover3:hover + .hide3, .divHover4:hover + .hide4{
    display: unset;
  }
  .practice-area-item{
    transition: 0s !important;
  }
  .conteudoAreasAtuacaoDireita{
    border-top: none;
    background: #32445c;
    padding: 40px 30px;
    margin: 0 14px;
    margin-top: -31px;
    margin-bottom: 30px;
    border-radius: 2px !important;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .hide1, .hide2, .hide3, .hide4{
    position: unset;
    width: 100% !important;
  }
  .hide1, .hide2, .hide3, .hide4{
    margin-bottom: 15px !important;
  }
  .divHover1:hover, .divHover3:hover{
    margin-bottom: unset;
  }
  .divHover1, .divHover2, .divHover3, .divHover4{
    margin-right: 14px;
    margin-left: 14px;
    max-width: 100% !important;
    width: 100% !important;
  }
  .divHover1:hover, .divHover2:hover, .divHover3:hover, .divHover4:hover{
    margin-bottom: 0;
  }
}
@media(max-width: 767px){
  .divHover1, .divHover2, .divHover3, .divHover4{
    margin-right: 0;
    margin-left: 0;
  }
  .conteudoAreasAtuacaoDireita{
    margin: 0;
    margin-bottom: 15px;
  }
}
@media(max-width: 485px){
  .descAreasAtuacao p{
    font-size: 16px;
  }
  .listaAtributosHome{
    font-size: 16px;
  }
}
/* Fim Areas Atuação */

/* metodologia */
.sectionMetodologia{
  background: #1e293a;
  padding-bottom: 0;
}
.conteudoMetodologia h3{
  color: #fff
}
.metodologiaItem{
  width: calc(100%/3.03);
  display: inline-block;
  vertical-align: top;
  margin: 18px 0;
}
.metodologiaItem span{
  padding: 10px 20px;
  background: #C89D66;
  color: #fff;
  font-size: 1.8em;
}
.metodologiaNumero{
  padding: 25px;
}
.metodologiaItem p{
  font-style: italic;
  color: #fff;
}
.metodologiaMobile{
  display: none;
}
.splide__arrow {
  background: unset !important;
}
.splide__arrow svg {
  filter: invert(73%) sepia(47%) saturate(371%) hue-rotate(352deg) brightness(82%) contrast(88%) !important;
}
.splide__arrow--prev {
    left: -0.5em !important;
}
.splide__arrow--next {
    right: -0.5em !important;
}
.splide__pagination {
    bottom: -1.5em !important;
}
@media(max-width: 767px){
  .metodologiaItem{
    width: 100%;
  }
  .metodologiaDesktop{
    display: none
  }
  .metodologiaMobile{
    display: block;
  }
}
/* fim metodologia */

/* Pág. Sobre */
.sec-title p{
  text-transform: inherit !important;
}
.nomeAdvogado{
  font-size: 30px;
  margin-bottom: 50px;
}
.nomeAdvogado span{
  border-bottom: solid 3px #ddd4be;
}
.adv2Mobile{
  display: none;
}
@media(max-width: 793px){
  .adv2Desktop{
    display: none !important;
  }
  .adv2Mobile{
    display: block !important;
  }
}
/* Fim Pág. Sobre */

/* Pág. Contato */
.quote .box .img-box .quote-info,
.btn-1{
  background-color: #32445c;
  border-color: #32445c;
}
.quote .box .img-box .quote-info:hover,
.btn-1:hover{
  background-color: #ddd4be;
  color: #32445c;
  border-color: #32445c;
}
.quote-img img{
  width: 100%;
}
.imgContatoDesktop{
  width: 32.5%;
}
.fundoFormContato{
  background-color: #fff !important;
  background-image: none;
}
.botaoContatoEnviar{
  width: auto !important;
  height: auto;
  color: #fff !important;
  border-color: #32445c !important;
  padding: 0 40px !important;
  transition: 0.3s;
}
.botaoContatoEnviar:hover{
  color: #32445c !important;
  transition: 0.3s;
}
.colunasSuperiorContato{
  text-align: left;
}
.colunasSuperiorContato i{
  font-size: 24px;
  color: #32445c;
}
.colunasSuperiorContato p{
  font-size: 16px;
  margin: 8px 0;
}
.colunasSuperiorContato h3{
  margin-bottom: 30px;
}
.colunasSuperiorContato li{
  display: inline-block;
  margin: 0 10px;
}
.emailBoxContato{
  padding: 18px 10px !important;
}
.emailBoxContato h4{
  font-size: 14px !important;
}
.history{
  padding-top: 0 !important;
}
.quote{
  padding-top: 0 !important;
  background: #1e293a;
  margin-bottom: 40px;
}
.textareaContatoHome{
  min-height: 152px !important;
  resize: none;
}
@media(max-width: 1199px){
  .imgContatoDesktop{
    width: unset;
  }
}
@media(max-width: 400px){
  .emailBoxContato h4 {
    font-size: 12px !important;
    margin-left: 2px !important;
  }
  .emailBoxContato i{
    font-size: 15px;
  }
  .emailBoxContato {
    padding: 14px 6px !important;
  }
}
/* Fim Pág. Contato */

/* Pág. Áreas de Atuação */
.listaAtributos{
  list-style: inside;
}
.introAreasAtuacao p{
  text-transform: inherit;
  color: #262b3e;
  margin-bottom: 18px !important;
}
#areasDeAtuacao .py-100{
  padding: 100px 0 0 !important;
}
/* Fim Pág. Áreas de Atuação */

/* pagina interna areas atuação */
.txtBannerPaginaInterna{
  position: absolute;
  right: 0%;
  top: 55%;
  transform: translateY(-45%);
}
@media(max-width:992px){
  .txtBannerPaginaInterna{
    position: unset;
  }
  .txtBannerPaginaInterna h1{
    font-size: 42px !important;
  }
}
/* fim pagina interna areas atuação */

/* Footer */
.footer .logo img {
    width: 220px;
}
.copyright p{
  float: none;
  text-align: center;
}
.footer .logo ul li a{
  background-color: #ddd4be;
  color: #32445c;
  width: 40px;
  height: 40px;
  font-size: 18px;
  padding-top: 2px;
}
.footer .logo ul li:hover a{
  background-color: #627a9b;
    color: #fff;
}
.enderecoFooter i{
  font-size: 18px;
  margin-left: -18px;
  margin-right: 5px;
  vertical-align: text-top;
  color: #ddd4be;
}
@media(max-width: 575px){
  .enderecoFooter i{
    margin-left: 0;
  }
}
/* Fim Footer */
