/*
Theme Name: Actmob Institucional 2024 - Modolo Advogados
Author: Eloisa Fernandes
Author URI: https://actmob.com/
Description:  Tema desenvolvido exclusivamente pela Actmob para seu site.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Actmob
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

p {
	text-align: justify !important;
}

.fundo-conteudo-interna-area p {
    text-align: justify;
}
.fundo-conteudo-interna-area ul {
	margin-left: 0px;
}
.fundo-conteudo-interna-area li {
    text-align: justify;
}

li {
	    text-align: justify;
}

.btn-open-menu-mobile {
	border: none;
  background: transparent;
}
.btn-open-menu-mobile i {
	font-size: 2rem;
	color: black;
}
.bloco-menu-mobile {
  position: relative;
  z-index: 9999;
}

.fundo-header {
  position: relative;
  z-index: 1;
}


.spaceHeader {
	padding-top: 0px;
}

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background: var(--act_theme_cor_4);
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment  {
	display: none;
}
::-webkit-scrollbar-track-piece  {
	background-color: transparent;
	-webkit-border-radius: 0px;
}
::-webkit-scrollbar-thumb:vertical {
	background-color: #666;
	-webkit-border-radius: 0px;
	height: 6px;
}
::-webkit-scrollbar-thumb:horizontal{
	background: #666;
	border-radius: 4px;
	width: 10px;
}
::-moz-scrollbar {
	width: 5px;
	height: 5px;		
}
::-moz-scrollbar-button:start:decrement,
::-moz-scrollbar-button:end:increment  {
	display: none;
}
::-moz-scrollbar-track-piece  {
	background-color: transparent;
	-webkit-border-radius: 4px;
}
::-moz-scrollbar-thumb:vertical {
	background-color: #666;
	-webkit-border-radius: 4px;
}
::-moz-scrollbar-thumb:horizontal{
	background: #efefef;
	border-radius: 4px;
	width: 10px;
}
::-scrollbar-button:start:decrement,
::-scrollbar-button:end:increment  {
	display: none;
}
::-scrollbar-track-piece  {
	background-color: transparent;
	-webkit-border-radius: 4px;
}
::-scrollbar-thumb:vertical {
	background-color: #666;
	-webkit-border-radius: 0px;
	height: 6px;
}
::-scrollbar-thumb:horizontal{
	background: #efefef;
	border-radius: 4px;
	width: 10px;
}

*{
    outline: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background: var(--act_theme_cor_8);
    font-size: 1.6rem;
	font-family: "Raleway", sans-serif;
}
main.main-content-site {
    overflow: hidden;
	padding: 0 1.2rem
}
a{
    text-decoration: none;
}

/* GERAL */
.button-whatsapp {
    position: fixed;
    bottom: 0;
    right: 0;
    font-size: 4rem;
    z-index: 999;
}
.button-whatsapp i {
    font-size: 4rem;
    color: #fff;
    background: green;
    padding: 1rem 1.2rem;
    border-radius: 50%;
    margin: 2rem;
}
.btn-verde{
	padding: 2rem 4rem;
}
.btn-verde, .btn-verde-bk {
    background: var(--act_theme_cor_5);
    color: var(--act_theme_cor_9);
    font-size: 1.8rem;
	width: fit-content;
}
.btn-verde-bk a {
	padding: 2rem 4rem !important;
    border: 0 !important;
    color: var(--act_theme_cor_9) !important;
    background: 0 !important;
    font-size: 2rem !important;
}
.btn-verde-bk.btn-preto {
    background: var(--act_theme_cor_10);
}
.title{
	font-size: 4rem;
	font-weight: 700;
}
.title-medio{
	font-weight: 700;
	font-size: 2.5rem;
}
.title-branco {
    color: var(--act_theme_cor_9);
}
.title-cinza {
    color: var(--act_theme_cor_3);
}
.title-preto {
    color: var(--act_theme_cor_10);
}
.p{
	font-size: 2rem;
}
.p-branco{
	color: var(--act_theme_cor_9);
}
.p-cinza{
	color: var(--act_theme_cor_2);
}
.row-chamada {
    background-size: cover;
}
.vc_separator.wpb_content_element {
    margin: 0;
}

/* OWL CARROUSEL */
.owl-nav {
    position: absolute;
    display: flex;
    justify-content: space-between;
    padding: 0;
}
.owl-prev::before, .owl-next::before {
    font-family: 'FontAwesome';
    background: var(--act_theme_cor_10);
    color: var(--act_theme_cor_9);
    padding: 1.5rem 1rem;
}
.owl-prev::before {
    content: '\f060';
}
.owl-next::before {
    content: '\f061';
}
.owl-prev span, .owl-next span {
    display: none;
}
.owl-nav .owl-next {
    right: -5rem;
    position: relative;
}
.owl-nav .owl-prev {
    left: -5rem;
    position: relative;
}
.owl-dots {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 0;
}
.owl-dots button.owl-dot.active {
    background-color: #3F3F3F;
}
.owl-dots button.owl-dot {
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    display: inline-block;
    background: #888888;
    margin: 0 .3rem;
}

/* HEADER */
header.header-desktop {
    position: fixed;
    z-index: 10;
    width: 100%;
}
.img-logo-desktop {
    max-width: 100%;
    object-fit: contain;
}
.fundo-faixa-header {
    background: var(--act_theme_cor_10);
    padding: .6rem 0;
}
.fundo-faixa-header .dados {
	display: grid;
	grid-template-columns: 2fr .5fr .6fr;
}
.fundo-faixa-header a, .fundo-faixa-header span {
	color: var(--act_theme_cor_8);
}
.fundo-faixa-header .dados a i, .fundo-faixa-header .dados span i {
	padding-right: 1rem;
}
.fundo-faixa-header .redes-sociais {
    display: flex;
    justify-content: center;
    gap: 1rem;
}
.fundo-header {
    background: var(--act_theme_cor_8);
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 15%);
	padding: 1.2rem 0;
}
.fundo-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.fundo-menu ul a {
    color: var(--act_theme_cor_10);
    font-size: 1.8rem;
	font-weight: 600;
    display: inherit;
    transition: all .4s;
}
.fundo-menu ul li:hover a {
    color: var(--act_theme_cor_5);
}
.fundo-button {
    display: flex;
    justify-content: center;
}
.fundo-button a {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 2rem 0;
}

/* SUBMENU */
.fundo-menu ul li.menu-item-has-children {
    display: flex;
    text-wrap: nowrap;
    position: relative;
    cursor: pointer;
}
ul.sub-menu {
    opacity: 0;
    height: 0;
    position: absolute;
    transition: all .2s;
}
ul.sub-menu li {
    padding: .5rem 0;
}
.fundo-menu ul li.menu-item-has-children::after {
    content: '\f107';
    font-family: 'FontAwesome';
    margin-left: .5rem;
    margin-top: .24rem;
    transition: all .4s;
}
.fundo-menu ul li.menu-item-has-children:hover::after {
    transform: rotate(180deg);
    margin-bottom: .24rem;
    margin-top: 0;
}
.fundo-menu ul li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    height: auto;
    top: 3rem;
    background: var(--act_theme_cor_8);
    padding: 1rem;
}
.fundo-menu ul li.menu-item-has-children:hover ul.sub-menu a {
    color: var(--act_theme_cor_4);
}
.fundo-menu ul li.menu-item-has-children:hover ul.sub-menu a:hover {
    color: var(--act_theme_cor_5);
}

/* HEADER MOBILE */
.fundo-button-menu-mobile {
    text-align: center;
}
.fundo-button-menu-mobile a {
    color: black;
    font-size: 2rem;
}
header .bloco-menu-mobile .menu-mobile {
	list-style: none;
	margin: 0;
	padding: 0;
}

header .bloco-menu-mobile .menu-mobile > li {
	padding: 0.625rem 0;
	border-bottom: 1px solid #eee;
	position: relative;
}

header .bloco-menu-mobile .menu-mobile > li > a {
    width: auto;
    display: flex;
    justify-content: start;
    font-size: var(--act_theme_font_md);
    color: #000;
    text-align: center;
    font-weight: 500;
}

header .bloco-menu-mobile {
	height: auto;
	max-height: 0vh;
	overflow-y: auto;
	transition: 0.5s;
}

header .bloco-menu-mobile.is_active {
    min-height: 100vh;
    max-height: 100vh;
    transition: 0.5s;
    background: #f3f4f6;
    border-top: 1px solid #eee;
}

header .bloco-menu-mobile .menu-mobile > li > .sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 15px;
	display: none;
}

header .bloco-menu-mobile .menu-mobile > li > .sub-menu > li > a {
	display: block;
	color: #000;
	font-size: var(--act_theme_font_sm);
	text-transform: capitalize;
	margin: 5px 0;
}

header .bloco-menu-mobile .menu-mobile > li > i {
	position: absolute;
	right: 0;
	top: 1rem;
	font-size: 130%;
}
.bloco-menu-mobile ul.sub-menu {
    opacity: 1;
    height: auto;
    position: inherit;
    text-align: center;
}
.bloco-menu-mobile ul.sub-menu li {
    padding: initial;
}

/* SOBRE - HOME */
.row-sobre-home {
    padding: 9rem 0;
}
.row-sobre-sobre > div:first-child .vc_column-inner {
    padding: 0 !important;
}
.row-sobre-sobre > div:first-child .wpb_content_element {
    margin: 0 !important;
}
.row-sobre-sobre > div:nth-child(2) {
    width: 48%;
}
.row-sobre-sobre > div:last-child > div > div {
  	width: 80% !important;
  	margin: 0 auto;
}

/* BANNER CHAMADA - HOME */
.row-chamada {
    display: flex;
    justify-content: center;
    padding: 13rem 0;
}
.row-chamada .vc_column-inner {
    padding: 0 !important;
}
.row-chamada .wpb_wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.row-chamada .btn-verde-bk {
    margin: auto;
}
.row-chamada .wpb_single_image {
    margin-top: 2.2rem;
    margin-bottom: 0;
}
.row-chamada .title-medio {
    font-weight: 400 !important;
}

/* SOBRE  */
.row-mvv {
    margin: 5rem 0;
    border-top: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
    padding: 1rem 0;
}
.row-mvv > div > div {
    padding: 2rem 6rem !important;
}
.row-mvv > div:not(.row-mvv > div:nth-child(2), .row-mvv > div:last-child) {
  	border-right: 1px solid #D4D4D4;
}
.row-mvv > div:last-child {
  	border-top: 1px solid #D4D4D4;
  	margin-top: 1rem;
}
.row-mvv .wpb_content_element {
    margin: 0;
}
.row-mvv .title-preto strong {
    font-size: 3.5rem;
}

/* ÁREAS DE ATUAÇÃO */
.row-areas-atuacao {
    padding: 5rem 0;
}
.row-areas-atuacao .vc_column-inner{
	padding: 0 !important;
}
.slider-areas-atuacao {
    position: relative;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding-bottom: 5rem;
}
.slider-areas-atuacao .owl-stage-outer {
    padding: 1.2rem 0;
    border-top: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
}
.slider-areas-atuacao .owl-stage {
    display: flex;
    align-items: stretch;
}
.fundo-area-atuacao {
    height: 100%;
    display: grid;
    grid-template-rows: 1fr 1fr;
    padding: 0;
}
.fundo-area-atuacao a, .colunas-areas-atuacao a {
    display: flex;
    padding: 3rem 2rem;
    align-items: start;
	transition: all .3s;
}
.fundo-area-atuacao a:hover, .colunas-areas-atuacao a:hover {
    background: #E7E7E7;
}
.fundo-area-atuacao a .title-medio {
    height: 5rem;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
	transition: all .3s;
}
.fundo-area-atuacao a:hover .title-medio, .colunas-areas-atuacao a:hover .title-medio {
    color: var(--act_theme_cor_5);
}
.fundo-area-atuacao > a:first-child {
    border-bottom: 1px solid #D4D4D4;
}
.row-chamada.row-chamada-areas-atuacao {
    padding: 6.5rem 0;
}
.slider-areas-atuacao .owl-stage > div:nth-child(3n+2), .colunas-areas-atuacao a:nth-child(3n+2) {
    border-right: 1px solid #D4D4D4;
    border-left: 1px solid #D4D4D4;
}
.colunas-areas-atuacao {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.colunas-areas-atuacao a{
    border-bottom: 1px solid #D4D4D4 !important;
}

/* SINGLE ÁREAS DE ATUAÇÃO */
.fundo-titulo-interna-area {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fundo-titulo-interna-area h1 {
    margin: 0;
    position: absolute;
    display: flex;
}
.fundo-conteudo-interna-area {
    margin: 5rem auto;
}

/* LINKS */
.row-chamada.row-chamada-links {
    padding: 7rem 0;
}
.row-links-uteis {
    padding: 5rem 0;
}	
.row-links-uteis .wpb_content_element {
    margin: 0;
}
.row-links-uteis a {
	color: var(--act_theme_cor_3);
    transition: all .2s;
}
.row-links-uteis a:hover {
	font-weight: 700;
}
.row-links-uteis .vc_column-inner {
    padding: 0 2rem !important;
}
.row-links-uteis > div:not(.row-links-uteis > div:last-child) {
    border-right: 1px solid #D4D4D4;
}

/* CONTATO */
.row-contato {
    background-image: url(/wp-content/uploads/2024/09/Background-Atendimento.webp?id=56) !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat;
    justify-content: space-between;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-size: cover;
}
.row-contato .title-branco {
    margin-bottom: 3rem;
}
.col-contato p{
	margin: 0;
	text-align: end;
}
.col-contato input, .col-contato textarea {
    background: 0;
    border: 0;
    border-bottom: 1px solid var(--act_theme_cor_8);
    padding: 1rem 0;
    width: 100%;
    margin-bottom: 4rem !important;
}
.col-contato input::placeholder, .col-contato textarea::placeholder, .col-contato input, .col-contato textarea {
    color: var(--act_theme_cor_9) !important;
}
.btnForm {
    background: var(--act_theme_cor_5);
    color: var(--act_theme_cor_9);
    border: 0;
    padding: 1.5rem 5rem;
	margin-top: 1rem;
	font-size: 1.8rem;
}

/* MAPA */
.row-mapa {
    padding: 5rem 0;
}
.row-mapa .vc_column-inner {
    padding: 0 !important;
}
.row-mapa .wpb_content_element {
    margin: 0;
}
.row-mapa > div:first-child > div > div {
    display: flex;
    align-items: center;
    gap: 4rem;
}
.row-mapa .act_theme_endereco {
    font-size: 1.8rem;
}
.row-mapa .act_theme_endereco i {
    display: none;
}
.row-mapa iframe {
    width: 100%;
    height: 27rem;
    margin-top: 3rem;
}

/* FOOTER */
.footer-content-row{
    padding: 3.9rem 0 2.4rem;
}
footer a, footer span {
    color: var(--act_theme_cor_10);
	transition: all .2s;
}
footer a:hover {
    font-weight: 700;
}
footer .redes-sociais{
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.9rem;
}
footer .redes-sociais a {
    color: var(--act_theme_cor_10);
    font-size: 2.2rem;
}
footer .dados {
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
}
footer .dados i {
    margin-right: .5rem;
}
footer ul {
    list-style: none;
    padding: 0;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    margin: 0;
    gap: 2rem;
}
.copyright {
    background: var(--act_theme_cor_10);
    color: var(--act_theme_cor_9);
}
.copyright p{
	margin: 0;
	text-align: center !important;
}

@media(max-width: 1440px){
    /* GERAL */
    .p {
        font-size: 1.8rem;
    }
    .title {
        font-size: 3.5rem;
    }
    .title-medio {
        font-size: 2.2rem;
    }
	
	/* 	HEADER */
	.fundo-faixa-header .dados {
    	display: grid;
    	grid-template-columns: 2fr .5fr .7fr;
	}
	
    /* SLIDER */
    .owl-nav .owl-prev {
        left: -4rem;
    }
    .owl-nav .owl-next {
        right: -4rem;
    }
}

@media(max-width: 1199px){
    /* GERAL */
    .title {
        font-size: 3rem;
    }
    .p {
        font-size: 1.6rem;
    }
    .title-medio {
        font-size: 2rem;
    }

    /* HEADER */
	.fundo-faixa-header a, .fundo-faixa-header span {
    	font-size: 1.4rem;
	}
    .fundo-menu ul a {
        font-size: 1.6rem;
    }
    .fundo-button a {
        padding: 1.2rem 0;
    }

    /* BANNER CHAMADA */
    .row-chamada {
        padding: 8rem 0;
    }

    /* ÁREA DE ATUAÇÃO */
    .fundo-area-atuacao a .title-medio {
        height: auto;
    }
    .fundo-area-atuacao .title-medio {
        font-size: 1.8rem;
    }
    .fundo-area-atuacao .p {
        font-size: 1.4rem;
    }

    /* SOBRE - MVV */
    .row-mvv > div > div {
        padding: 2rem 2rem !important;
    }
}

@media(max-width: 991px){
    /* HEADER */
    .fundo-faixa-header {
        display: none;
    }

    /* SOBRE - SOBRE */
    .row-sobre-sobre {
        justify-content: center;
    }
    .row-sobre-sobre > div:first-child {
        display: none !important;
    }
    .row-sobre-sobre > div:nth-child(2) {
        width: 75%;
    }
    .row-mvv {
        margin: 0 0 5rem 0;
    }
    .row-mvv > div {
        width: 100%;
        border-right: 0 !important;
    }
    .row-mvv > div:not(.row-mvv > div:last-child) {
        border-bottom: 1px solid #D4D4D4;
    }
	
	/* SOBRE - MVV */
	.row-mvv > div:last-child {
	  	border-top: 0;
	  	margin-top: 0;
	}

    /* BANNER CHAMADA */
    .row-chamada > div {
        width: 70%;
    }

     /* ÁREAS DE ATUAÇÃO */
    .slider-areas-atuacao .owl-stage > div:nth-child(2n+2), .slider-areas-atuacao .owl-stage > div:last-child {
        border-right: 0;
        border-left: 1px solid #D4D4D4;
    }
    .colunas-areas-atuacao {
        display: grid;
        grid-template-columns: 1fr;
    }
    .colunas-areas-atuacao .fundo-area-atuacao {
        display: flex;
    }
    .colunas-areas-atuacao a:first-child {
        border-right: 1px solid #D4D4D4;
    }
    .colunas-areas-atuacao a:nth-child(3n+2) {
        border: 0;
    }
    .fundo-titulo-interna-area img {
        height: 15rem;
        object-fit: cover;
    }

    /* ATENDIMENTO */
    .row-contato > div {
        width: 100%;
    }
    .row-mapa .act_theme_endereco {
        font-size: 1.5rem;
    }

    /* FOOTER */
    .footer-content-row {
        text-align: center;
        gap: 1rem;
    }
    .footer-content-row > div:last-child {
        display: none;
    }
    .copyright, .copyright .row > div {
        text-align: center !important;
        padding: 1rem 0;
    }
}

@media(max-width: 768px){
    /* SOBRE - HOME */
    .row-sobre-home {
        padding: 5rem 0;
    }
    .row-sobre-home, .row-sobre-home .title {
        text-align: center !important;
    }
    .row-sobre-home .btn-verde-bk {
        width: 100%;
        text-align: center;
        margin-bottom: 5rem;
    }
    .row-sobre-home .vc_row, .row-sobre-sobre .vc_row {
        display: flex;
    }
    .row-sobre-home .vc_row > div, .row-sobre-sobre .vc_row > div {
        width: fit-content;
        text-align: left;
    }

    /* SOBRE - SOBRE */
    .row-sobre-sobre .vc_row .vc_column-inner {
        padding: 0 1.5rem !important;
    }
	.row-sobre-sobre > div:last-child > div > div {
		width: 90% !important;
		margin: 0 auto;
	}

    /* BANNER CHAMADA */
    .row-chamada > div {
        width: 100%;
    }

    /* ÁREA DE ATUAÇÃO */
    .slider-areas-atuacao .owl-stage > div:nth-child(2n+2), .slider-areas-atuacao .owl-stage > div:last-child {
        border-right: 0;
        border-left: 0;
    }

    /* LINKS ÚTEIS */
    .vc_separator {
        display: none;
    }
    .row-links-uteis {
        padding: 0;
        text-align: center;
    }
    .row-links-uteis .title-medio {
        text-align: center !important;
        margin-top: 2rem;
    }
    .row-links-uteis .wpb_content_element {
        margin: 2rem 0;
    }

}

@media(max-width: 576px){
    /* HEADER */
    .img-logo-desktop {
        max-width: 70%;
    }
    
    /* BANNER CHAMADA */
    .row-chamada > div {
        width: 95%;
    }

    /* AREA DE ATUACAO */
    .slider-areas-atuacao {
        margin: 0 auto;
        padding-left: 1rem;
        padding-right: 1rem;
    } 
    .colunas-areas-atuacao .fundo-area-atuacao {
        flex-direction: column;
    }
    .colunas-areas-atuacao a:first-child {
        border-right: 0;
    }
    .fundo-area-atuacao a {
        padding: 2rem 1rem;
    }

    /* SOBRE - SOBRE */
    .row-sobre-sobre > div:nth-child(2) {
        width: 95%;
    }
    
    /* ATENDIMENTO */
    .row-contato .wpb_content_element{
        margin: 0 !important;
    }
    .row-contato, .row-contato .title {
        text-align: center !important;
    }
    .row-contato .wpb_single_image {
        display: none;
    }
    .btnForm {
        width: 100%;
    }
    .row-mapa > div:first-child > div > div {
        flex-direction: column;
        text-align: center;
        width: 90%;
        margin: 0 auto;
        gap: 1rem;
    }
}

