/*
Theme Name: Najjar Capdeville
Author: NascerWeb | Christiano Amaral
Author URI: http://nascer.net/
Description: Template desenvolvido exclusivamente para a Najjar Capdeville Advocacia.
Version: 1.0
*/
/*-------------------------------------------------------
WEBFONTS
-------------------------------------------------------*/
@font-face {
    font-family: 'LouisGeorgeCafe';
    src: url('fonts/LouisGeorgeCafe.eot');
    src: url('fonts/LouisGeorgeCafe.eot') format('embedded-opentype'),
         url('fonts/LouisGeorgeCafe.woff2') format('woff2'),
         url('fonts/LouisGeorgeCafe.woff') format('woff'),
         url('fonts/LouisGeorgeCafe.ttf') format('truetype'),
         url('fonts/LouisGeorgeCafe.svg#LouisGeorgeCafe') format('svg');
}

@font-face{
    font-family: "ArtifaktElement";
    src: url("fonts/artifaktElementRegular.eot");
    src: url("fonts/artifaktElementRegular.eot?#iefix")format("embedded-opentype"),
        url("fonts/artifaktElementRegular.woff")format("woff"),
        url("fonts/artifaktElementRegular.woff2")format("woff2"),
        url("fonts/artifaktElementRegular.ttf")format("truetype"),
        url("fonts/artifaktElementRegular.svg#artifaktElementRegular")format("svg");
    font-weight:400;
    font-style: normal;
    font-display:swap;
}
@font-face{
    font-family: "ArtifaktElement";
    src: url("fonts/artifaktElementMedium.eot");
    src: url("fonts/artifaktElementMedium.eot?#iefix")format("embedded-opentype"),
        url("fonts/artifaktElementMedium.woff")format("woff"),
        url("fonts/artifaktElementMedium.woff2")format("woff2"),
        url("fonts/artifaktElementMedium.ttf")format("truetype"),
        url("fonts/artifaktElementMedium.svg#artifaktElementMedium")format("svg");
    font-weight:500;
    font-style:normal;
    font-display:swap;
}
@font-face{
    font-family: "ArtifaktElement";
    src: url("fonts/artifaktElementBold.eot");
    src: url("fonts/artifaktElementBold.eot?#iefix")format("embedded-opentype"),
        url("fonts/artifaktElementBold.woff")format("woff"),
        url("fonts/artifaktElementBold.woff2")format("woff2"),
        url("fonts/artifaktElementBold.ttf")format("truetype"),
        url("fonts/artifaktElementBold.svg#artifaktElementBold")format("svg");
    font-weight:700;
    font-style:normal;
    font-display:swap;
}

/*-------------------------------------------------------
RESET
-------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav.navigation, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav.navigation, section, img {
	display: block;
}
body {
	line-height: 1;   
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *:before, *:after {
	box-sizing: border-box;
}
* {
	outline: none;
}
a{
	outline: none !important;
}
button{
    border: none;
    padding: 0;   
    cursor: pointer;
	outline: none;
}
button::-moz-focus-inner {
	border: 0;
}
textarea,
input.text,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="button"],
input[type="submit"],
.input-checkbox {
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
	width: 100%;
	font-family: inherit;
	font-size: inherit;
	cursor: inherit;
	line-height: inherit;
	outline: none;
}
.clearfix{
	clear:both;
}
.clearbox::after{
	content: "";
	display: table;
	clear:both;
}
/*-------------------------------------------------------
GERAIS
-------------------------------------------------------*/
html{
    background-color: #FFF;
	height:100%;
}
body {
    background-color: #FFF;
    font-family: "ArtifaktElement";
    font-optical-sizing: auto;  
    font-weight: 400; 
    font-style: normal;   
    font-size: 15px;   
	color:#4e5e55;	
	overflow-x: hidden;    
	min-height: 100%;	
}
body.no-scroll{
    overflow-y: hidden;
}
h1, h2, h3, h4, h5, h6{   
    font-family: 'LouisGeorgeCafe';
    font-optical-sizing: auto;   
    font-style: normal;   
    line-height: 1.1em;  
    color: #4e5e55;
}
h1{		
    font-size: 40px;   
}
h2{   
	font-size: 40px;   
    margin-bottom: 1em; 
}	
h3{
	font-size: 20px;	
}
h4{
	font-size: 24px;
}
h5{
	font-size: 20px;
}
h6{
	font-size: 18px;
}
a{	
    color: #4e5e55;
	text-decoration: none;
	transition: all 200ms ease-in-out;	
}
strong{
	font-weight: 700;
	}
em{
	font-style: italic;
}
p {
	line-height: 1.5em;
	margin-bottom: 1em;
}
p:last-child{
	margin-bottom: 0;
}
img{
	display: block;
	height: auto;
}
.main{
	width: 100%;
	height: auto;      
	z-index: 0;
	position: relative;
	overflow: hidden;	
}
section{    
	width: 100%;
	height: auto;
	position: relative;	
}
.green{
    background: #4e5e55;   
}
.inner{
    width: 1170px;
    padding: 60px 0;
    height: auto;   
	margin: 0 auto;
    position: relative;   
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */	
	height: 0;
}
.videoWrapper iframe,
.videoWrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.button {
	background: #FFF;
	width: max-content;
    max-width: 100%;
	height: auto;
	padding: 8px 20px;
	display: block;
	color: #4e5e55;
	font-family: 'LouisGeorgeCafe';
	font-size: 14px;
    font-weight: 500;
	line-height: 1em;
	text-align: center;
    text-transform: uppercase;
	text-decoration: none !important;
	transition: all 200ms ease-in-out;
}
.button:hover{
    background: #4e5e55;
    color: #FFF;
}
.button.beige{
    background: #e8e1d7;
    color: #4e5e55 !important;
}
.button.beige:hover{
    background: #cfa37c;
}
.button.green{
    background: #4e5e55;
    color: #e8e1d7 !important;
}
.button.green:hover{
    background: #cfa37c;
    color: #4e5e55 !important;
}
.button.gold{
    background: #cfa37c;
    color: #4e5e55 !important;
}
.button.gold:hover{
    background: #4e5e55;
    color: #e8e1d7 !important;
}
/*DUMMY OFFSET*/
#ps2id-dummy-offset{
    height: 130px;
}
/*EMENDAS OWL*/
.owl-nav {   
	width: 50px;
	height: 110px;
	padding: 0;
	display: flex;
    flex-direction: column-reverse;
	justify-content: space-between;
	position: absolute;
	top: 100px;
	right: 0;		
}
.owl-prev,
.owl-next {     
    background: #FFF !important;   
    border: 1px solid #cfa37c !important;   
    border-radius: 50%;
	width: 50px;
    height: 50px;
    display: block;
    position: relative; 
    overflow: hidden;  
    transition: all 200ms ease-in-out;
}
.owl-prev span,
.owl-next span{
    border: 1px solid #cfa37c;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
    font-size: 0;
    color: transparent;   
    transition: all 200ms ease-in-out; 
}
.owl-prev span{
    border-top: none;
    border-right: none;
    margin-left: 4px;
}
.owl-next span{
    border-bottom: none;
    border-left: none;
    margin-left: -4px;
}
.owl-prev:hover,
.owl-next:hover{
    background: #cfa37c !important;
}
.owl-prev:hover span,
.owl-next:hover span{
    border-color: #FFF;
}
.owl-dots{
    width: 100%;
    height: 12px;   
    position: absolute;
    bottom: 30px;
    left: 0;
    text-align: center;
}
.owl-dot{
    background: rgba(255,255,255,0) !important;
    border: 2px solid #4e5e55 !important;    
    border-radius: 6px;
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: top;
    margin: 0 6px;
    transition: all 200ms ease-in-out;
}
.owl-dot.active{
    background-color: #4e5e55 !important;    
} 
/*-------------------------------------------------------
FORMULÁRIO
-------------------------------------------------------*/     
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	background: none;
	border: 2px solid #4e5e55;	
	font-family: "ArtifaktElement";
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    color: #4e5e55;	
	padding: 0 20px;
	width: 100%;
	height: 50px;
	line-height: 46px;	
    transition: all 200ms ease-in-out;
}
textarea {	
	padding: 20px;
	width: 100%;
	height: 150px;	
	line-height: 1.5em;	
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus{
	border: 2px solid #cfa37c;
}
input[type="submit"] {	
	border: none;
    width: 120px;			
    cursor: pointer;		
}
::-webkit-input-placeholder {
    opacity: 0.75;  
 }
:-moz-placeholder { /* Firefox 18- */
    opacity: 0.75;  
 }
::-moz-placeholder {  /* Firefox 19+ */
    opacity: 0.75;     
 }
:-ms-input-placeholder {  
    opacity: 0.75;    
 }
:focus::-webkit-input-placeholder {
    opacity: 0;  
}
:focus:-moz-placeholder {
    opacity: 0;  
} 
:focus::-moz-placeholder {
    opacity: 0;  
} 
:focus:-ms-input-placeholder {
    opacity: 0;  
}
/* EMENDAS */
.wpcf7-spinner {
	background-color: #cfa37c;
	opacity: 1;	
	margin: 0;
	position: absolute;
    right: 0;
    bottom: 0;
}
span.wpcf7-not-valid-tip {  
    width: 100%;     
    display: block;    
    color: #cfa37c !important;    
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase; 	
    box-sizing: border-box;
    margin: 5px 0 0;
}
span.wpcf7-not-valid-tip::before{
	content:"↑ ";
	}
div.wpcf7-validation-errors {
    background-color: #f1ce00;
    border: medium none !important;
}
div.wpcf7-response-output {
    background: #cfa37c;
	border: none !important;
    width: 300px;
    padding: 10px !important;
    color: #FFF !important;   
    font-family: "ArtifaktElement";
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5em;    
    text-transform: uppercase;
    margin: 0 !important;
}
/*-------------------------------------------------------
HEADER
-------------------------------------------------------*/     
header {
    background-color: #4e5e55;
    width: 100vw;
    position: absolute;    
    z-index: 3;
}
header.fixo{
    position: fixed;
    top: -20px;   
}             
.header-inner {
	width: 1170px;
	height: auto;
	padding: 30px 0 10px;
	position: relative;
	display: flex;
	align-items: end;
	justify-content: space-between;
	margin: 0 auto;
}
.logo {
    width: auto;
    height: 80px;
    transition: all 400ms ease-in-out;
}
header.fixo .logo{
    height: 60px;
}
.navigation-container {
	width: max-content;
    height: max-content;
	padding-bottom: 7px;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 20px;	
    transition: all 400ms ease-in-out;
}
header.fixo .navigation-container{
    border-bottom: 1px solid transparent;
}
/* MENU */
.button-menu {
    display: none;
}
nav.navigation ul{
    width: max-content;
    display: flex;
    gap: 15px;
}
nav.navigation ul li{
    margin: 0;
}         
nav.navigation ul li a {
	border: 1px solid #4e5e55;
	width: max-content;
	padding: 0;
	display: block;
	color: #e8e0d7;
    font-family: "ArtifaktElement";
	font-size: 15px;	
	line-height: 1.5em;  
	margin: 0 0 0 auto;
}
nav.navigation ul li a:hover,
nav.navigation ul li.current-menu-item a{
    color: #cfa37c;
}
.navigation-social {
	width: max-content;
	display: flex;	
	justify-content: end;
	gap: 10px;
}
.navigation-social a{
    font-size: 20px;
    color: #e8e0d7;
}
.navigation-social a:hover{
    color: #cfa37c;
}
.btn-cta-topo{
    background-color: #4e5e55;
    border: 1px solid #e8e0d7;
    width: max-content;
    padding: 4px 8px 6px;
    display: block;
    color: #e8e0d7;
    font-family: 'LouisGeorgeCafe';
	font-size: 16px;	
	line-height: 1.5em;   
}
.btn-cta-topo:hover{
    background-color: #cfa37c;
    border: 1px solid #cfa37c;
    color: #4e5e55;
}
.languages{
    width: 20px;
    height: 24px;
    position: relative;
    z-index: 2;
}
.btn-languages {
	background: none;
    color: #e8e0d7;
	font-size: 20px;	
    transition: all 200ms ease-in-out;
}
.languages-list {
	background: #e8e0d7;
	padding: 8px 8px 0;
	position: absolute;
	top: 35px;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms ease-in-out;
}
.languages-list a.glink {	
	width: max-content;
    display: block;
    color: #4e5e55;
    font-size: 0;
    margin-bottom: 8px;
}
.languages-list a.glink img {	
	display: inline-block;	
	opacity: 1;
}
a.glink span {
    display: inline-block;	
	margin-right: 0 !important;
    margin-left: 5px;	
}
.languages-list a.glink:hover{
    color: #cfa37c;
}
.languages:hover .btn-languages{
    color: #cfa37c;
}
.languages:hover .languages-list{
    opacity: 1;
    visibility: visible;
}
.option-navigation{
    display: none;
}
.backdrop-navigation{
    display: none;
}
/*-------------------------------------------------------
FOOTER
-------------------------------------------------------*/   
footer{
    background: #4e5e55;
}
footer .inner{
    width: max-content;
    padding: 20px 0;
}
footer ul{
	font-size: 0;
	text-align: center;
	margin-bottom: 10px;
}
footer ul li{
	display: inline-block;
	vertical-align: top;
	margin: 0 5px
}
footer ul li a{
	font-size: 13px;
}
footer p.direitos {
	width: max-content;
    position: relative;
    font-size: 13px;
	margin: 0 auto;
}
footer p.direitos br{
    display: none;
}
footer p.direitos,
footer a{
    color: #FFF;    
}
footer span{
    cursor: pointer;
    transition: all 200ms ease-in-out;
}
footer span:hover,
footer a:hover{
    color: #cfa37c;
}
.legal-box {
	background: #e8e1d7;
	width: 350px;
	height: auto;
	padding: 10px;
    display: none;
	position: absolute;
	bottom: 50px;
	left: 0;
    font-size: 13px;
    box-shadow: 1px 1px 6px 3px rgba(0,0,0,0.3);
}
/*-------------------------------------------------------
HOME
-------------------------------------------------------*/     
.hero .inner{
    padding: 190px 0 60px;
}
.hero h1 {  
	color: #cfa37c;   
	margin-bottom: 40px;	
}
.hero-slider {
	width: 1170px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.hero-slider::after{
    content: "";
    background: #e8e1d7;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
	transform: translateX(-50%);
    z-index: -1;
}
.slide-item {
    display: flex;    
    flex-direction: row-reverse;
    justify-content: start;
}
.slide-item-image-container {
    width: 700px;
    height: 400px;   
    position: relative;
}
.slide-item-img {
	width: auto !important;
	height: 400px;
	object-fit: cover;
	position: absolute;
	left: 0;
}
.slide-item-video-container{
    width: auto;
    height: 400px;
}
.slide-item-video-container video{
    width: auto;
    height: 400px;
}
.slide-item-text {
	background: #e8e1d7;
	width: 458px;
	height: 400px;
	padding: 0 70px 0 0;
    position: relative;
	color: #4e5e55;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.slide-item-text p{
    margin-bottom: 1em;
}
.slide-item-text ul{
	padding: 0 0 0 20px;
	margin-bottom: 1.5em;	
}
.slide-item-text ul li{
	position: relative;
	line-height: 1.5em;	
}
.slide-item-text ul li::before {
	content: "\2022";
	color: #4e5e55;
	font-size: 1.5em;
	position: absolute;
	left: -18px;	
}
.slide-item-text .button{
    margin: 0 auto;
}
.hero-slider .owl-dots {
	width: 458px;	
    padding: 0 70px 0 0;
	bottom: 15px;	
}
/* QUEM SOMOS */
.about-home h2,
.activity-text h2{
    width: 200px;
    color: #cfa37c;
    font-size: 18px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    float: left;
    margin: 10px 0 0;
}
.about-home h3,
.activity-text h3{
    width: 700px;
    color: #e8e1d7;
    font-size: 42px;
    float: left;
    margin-bottom: 0.75em;
}
.about-home .text,
.activity-text .text{
    width: 605px;
    padding: 0 0 0 200px;
    position: relative;
    color: #e8e1d7;
    float: left;
}
.about-home .text::before {
	content: "";
	border-top: 1px solid #e8e1d7;
	width: calc( 300px + (50vw - 585px) );
	position: absolute;
	top: 10px;
	right: 450px;
}
.about-home .button{
    margin: 2rem 0 0;
}
.about-home .video,
.about-home-img {
	width: 495px;
	float: right;
}
/* ATUAÇÃO */
.activity-home .inner{
    padding: 60px 0 0;
}
.activity-text {	
	margin-bottom: 60px;
}
.activity-home-list{
    background: #e8e1d7;
    width: 100%;
    height: 360px;
    position: relative;
}
.activity-home-list::before,
.activity-home-list::after{
    content: "";    
    height: 360px;
    position: absolute;
    top: 0;   
    z-index: 0;
}
.activity-home-list::before{
    background: #cfa37c;
    width: 390px;
    left: 0;
}
.activity-home-list::after{
    background: #FFF;
    width: calc( 390px + (50vw - 585px) );
    left: 780px;
}
.owl-activity{
    position: relative;
    z-index: 1;
}
.activity-home-item{
    width: 390px;
    height: 360px;
    padding: 70px 70px 0;   
}
.activity-home-item h3{
    font-size: 24px;   
    margin-bottom: 0.75em;
}
/* SERVIÇOS */
.services-home{
    background: url(assets/images/pattern-background-gold.png) center;
}
.services-home .inner{
    padding: 0 0 340px;
}
.services-home-img{
    width: 100%;
    height: 456px;
    object-fit: cover;
    position: relative;
    z-index: 0;
    margin-bottom: -70px;
}
.services-home-list {    
	margin-bottom: 100px;
}
.services-home-list .owl-services{
    padding: 0 70px 0 200px;
}
.services-home-list .owl-services .owl-stage {
    display: flex;
}
.services-home-list .owl-services .owl-item {
    display: flex;
    flex: 1 0 auto;
}
.service-home-item,
.plans {
	background: #FFF;
	width: 440px;
	padding: 70px 50px 100px;
	position: relative;
}
.service-home-item h3,
.plans h3{
    font-size: 24px;   
    margin-bottom: 0.75em;    
}
.service-home-item h4,
.plans h4,
.plan-item h4{
    color: #cfa37c;
    font-size: 21px;  
    margin-bottom: 0.5em;
}
p.lead strong {
	color: #cfa37c;
	text-transform: uppercase;
}
.service-home-item .button {
	width: 280px;
    height: auto;   
	position: absolute;
	bottom: 30px;
	left: 50px;		
}
.plans-container {
    position: relative;
}
.plans-container.principal{    
    padding: 70px 0 70px 200px;
    position: relative;
    margin-bottom: 100px;
}
.plans-container.principal::before{
    content: "";
    background-color: #4e5e55;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}
.plans-container.principal h3{
    color: #e8e0d7;
    font-size: 28px;
    position: relative;
    z-index: 1;
    margin-bottom: 0.5em;
}
.plans.principal,
.plans.destaque{	
    background: none;
    z-index: 1;
    float: left;
}
.plans.principal {	 
    width: 630px;   
	padding: 0 50px 0 0;	
}
.plans.destaque {	  
	width: 340px;
    padding: 0;
}
.plans.principal,
.plans.destaque{
    color: #e8e0d7;
}
.plans.principal .plans-text {
	margin-bottom: 1.5rem;
}
.plans,
.plans-list{
    width: 900px;
    margin: 0 0 0 auto;
}
.plans-container-img {
	margin: 0 0 0 auto;
	width: 900px;
	height: 350px;
	object-fit: cover;
}
.plans{
    padding-bottom: 120px;
}
.plans-list {
	padding: 0 10px;
	display: flex;
	justify-content: center;
	margin-top: -62px;
	gap: 20px;
}
.plan-item {
	background: #cfa37c;
	width: 270px;
	padding: 30px;
	position: relative;
	display: flex;
	flex-direction: column;
}
.plan-item:first-child {
    width: 500px;
}
.plan-item h4{
    padding-bottom: 0.5em;
    color: #FFF;
    position: relative;
}
.plan-item h4::after{
    content: "";
    border-bottom: 2px solid #FFF;
    width: 40px;    
    position: absolute;
    bottom: 0;
    left: 0;
}
.plan-item h5{   
    font-size: 16px;   
    margin-bottom: 0.75em;
}
.plan-item ul{
	padding: 0 0 0 24px;	
}
.plan-item ol{
	counter-reset: li;
}
.plan-item li{
    color: #FFF;
	position: relative;
	line-height: 1.3em;
	margin-bottom: 0.2em;
}
.plan-item ul li::before {
	content: "\2022";
	color: #e8e1d7;
	font-size: 1.5em;
	position: absolute;
	left: -18px;	
}
.plan-item-buttons {
	width: 100%;
	display: flex;
	justify-content: space-between;
    margin: auto 0 0;
}
.plan-item .button {
	width: 210px;	
    font-size: 14px;
    text-transform: uppercase;
}
/* BLOG */
.blog-home{
    z-index: 1;
    margin-top: -150px;
}
.blog-home::after{
    content: "";
    background: #f3f0eb;
    width: 100%;
    height: calc(100% - 150px );
    position: absolute;
    top: 150px;
    left: 0;
    z-index: 0;
}
.blog-home .inner{
    padding: 0 0 220px 270px;
    z-index: 1;
}
.blog-home-item-img{
    width: 900px;
    height: 360px;
    object-fit: cover;
}
.blog-home-item-info{
    padding: 40px 0 0 140px;
}
.meta{
    padding: 0 0 30px;
    position: relative;
    font-size: 0;
    margin-bottom: 20px;
}
.meta::after{
    content: "";
    border-bottom: 2px solid #cfa37c;
    width: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.meta p,
.meta a{
    display: inline-block;
    vertical-align: middle;
    color: #cfa37c;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0 5px 0 0;
}
.meta a:hover{
    color: #4e5e55;
}
.blog-home-item-info-text{
    padding: 0 230px 30px 0;
}
.blog-home-item-info-text h3{
    font-size: 27px;   
    margin-bottom: 0.5em;
}
.blog-home-item-info .button{
    float: left;
    margin: 0 12px 0 0;
}
.blog-home-item-info .button:hover{
    background: #e8e1d7;
    color: #4e5e55;
}
/* CONTATO */
.contact{
    z-index: 1;
}
.contact::before{
    content: "";
    background: #FFF;
    width: calc( 50vw + 180px );
    height: 170px;
    position: absolute;
    left: 0;
    top: -70px;    
}
.contact .inner{
    padding: 0 0 60px 110px;
}
.contact h2{
    width: max-content;   
    margin-top: -100px;
    margin-bottom: 0.5em;
}
.contact h3{
    border-bottom: 2px solid #cfa37c;
    width: max-content;
    padding-bottom: 10px;
    color: #cfa37c;
    font-size: 33px;  
    margin-bottom: 100px;
}
.contact-info {
	padding: 0 0 0 160px;
    display: flex;
    margin-bottom: 50px;
}
.nc{
    background: url(assets/images/nc.png) no-repeat center center #cfa37c;
    background-size: 60px auto;
    width: 100px;
    min-height: 210px;   
    margin: 0 40px 0 0;
}
.contact-info-text{
    width: max-content;   
    margin: 0 40px 0 0;
}
.contact-info-text p{
    font-weight: 500;
    line-height: 1.35em;
}
.contact-info-text p a:hover{
    color: #cfa37c;
}
.contact-info-text strong{
    color: #cfa37c;
}
.contact-info-social{
    width: max-content;   
}
.contact-info-social a{
    font-weight: 500;
    line-height: 1.5em;
    text-transform: uppercase;
}
.contact-info-social a:hover{
    color: #cfa37c;
}
.contact-form {
	padding: 0 0 0 300px;
}
.field-set-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.field-set{
    width: 370px;
    position: relative;
    margin-bottom: 20px;
}
.field-set.wide{
    width: 100%;
}
/*-------------------------------------------------------
SOBRE
-------------------------------------------------------*/     
.about .inner {
	padding: 190px 70px 270px 100px;
}
.about-box{   
    width: 370px;
    float: left; 
    margin: 0 40px 0 0;  
}
.double-slider .owl-nav {   
	width: 82px;
	height: 32px;	
	display: flex;
    flex-direction: row;
	justify-content: space-between;
	top: 42px;
	right: 20px;		
}
.double-slider .owl-prev,
.double-slider .owl-next {     
    background: transparent !important;   
    border: none !important;   
	width: 32px;
    height: 32px; 
}
.double-slider .owl-prev span,
.double-slider .owl-next span{
    border: 1px solid;
    border-color: #cfa37c;
    width: 10px;
    height: 10px;  
}
.double-slider .owl-prev span{   
    border-top: none;
    border-right: none;
    margin-left: 2px;
}
.double-slider .owl-next span{   
    border-bottom: none;
    border-left: none;
    margin-left: -2px;
}
.double-slider .owl-prev:hover,
.double-slider .owl-next:hover{    
    background: #cfa37c !important;
}
.double-slider .owl-prev:hover span,
.double-slider .owl-next:hover span{
    border-color: #000;
}
.about-box-item{
    background: #e8e1d7;
    width: 370px;
    height: 385px;
    padding: 50px 80px 0 40px;
    position: relative;
}
h1.title-page{    
    font-size: 14px; 
    text-transform: uppercase;
    margin-bottom: 2.5em;
}
.about-box-item h1{
    color: #cfa37c;
}
.about-box-item h2{
    color: #cfa37c;
    margin-bottom: 1.5em;
}
.about-box-item p {
	padding-left: 55px;
    color: #cfa37c;
	font-weight: 500;
	line-height: 1em;
	position: absolute;
	bottom: 50px;
}
.about-box-item p::before{
    content: "";
    border-top: 2px solid #cfa37c;
    width: 40px;
    position: absolute;
    top: 8px;
    left: 0;
}
.about-box-item p span{
    font-size: 0.75em;   
}
.about-content{
    width: 590px;
    padding: 155px 0 0;
    float: left;
}
.about-content *{
    color: #e8e1d7;
}
.about-content h2,
.about-content h3,
.about-content h4,
.about-content h5,
.about-content h6{
    color: #cfa37c;
    line-height: 1.5em;
}
/*-------------------------------------------------------
ATUAÇÃO
-------------------------------------------------------*/ 
.activity{
    background: url(assets/images/pattern-background-white.png) center;
}
.green-top::before{
    content: "";
    background: #4e5e55;
    width: 100vw;
    height: 360px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;    
}
.activity .inner {
	padding: 190px 240px 270px 100px;
    z-index: 1;
}
.activity-box{       
    width: 380px;
    float: left;    
}
.activity-box-item{    
    width: 380px;
    height: 360px;
    padding: 50px 60px 0 40px;
    position: relative;
}
.activity-box.activity-box .owl-item:nth-child(3n+1) .activity-box-item{
    background: #cfa37c;
}
.activity-box.activity-box .owl-item:nth-child(3n+2) .activity-box-item{
    background: #e8e1d7;
}
.activity-box.activity-box .owl-item:nth-child(3n+3) .activity-box-item{
    background: #FFF;
}
.activity-box.double-slider .owl-prev,
.activity-box.double-slider .owl-next {     
    background: transparent!important;       
}
.activity-box.double-slider .owl-prev span,
.activity-box.double-slider .owl-next span{   
    border-color: #4e5e55;   
}
.activity-box.double-slider .owl-prev:hover,
.activity-box.double-slider .owl-next:hover{    
    background: #4e5e55 !important;
}
.activity-box.double-slider .owl-prev:hover span,
.activity-box.double-slider .owl-next:hover span{
    border-color: #FFF;
}
h2.title-item{
    font-size: 30px;  
    margin-bottom: 1em;
}
.activity-box-item p {    
	font-weight: 500;	
}
.activity-box-img{
    width: 100%;
}
.activity-content{
    background-color: #FFF;
    width: 450px;   
    position: relative;
    float: left;
}
.activity-content-item{
    padding: 198px 60px 140px;
    position: relative;
}
.activity-content-item::after{
    content: "";
    border-bottom: 2px solid #4e5e55;
    width: 40px;
    position: absolute;
    bottom: 115px;
    left: 60px;
}
.activity-content .button {
    width: max-content;
    font-size: 14px;
    position: absolute;
    left: 50%;
    bottom: 40px;
    z-index: 1;
    transform: translateX(-50%);
}
/*-------------------------------------------------------
SERVIÇOS
-------------------------------------------------------*/ 
.services {
	background: url(assets/images/pattern-background-beige.png) repeat center #4e5e55;
}
.services .inner {
	padding: 190px 405px 170px 100px;
    z-index: 1;
}
.services-container{
    background: #cfa37c;     
}
.services-container h1.title-page{
   padding: 50px 75px 0;   
   margin-bottom: 0;
}
.service-item{
    padding: 50px 75px;   
    position: relative;   
}
.service-item:last-child {
    padding: 50px 75px 95px;   
}
.service-item:nth-child(3n+1){
    background: #cfa37c;
}
.service-item:nth-child(3n+2){
    background: #e8e1d7;
}
.service-item h2{
    margin-bottom: 0.25em;
}
.service-item h3 {
	color: #e8e1d7;
	font-size: 21px;	
	margin-bottom: 1em;
}
.service-item h4 {
	font-size: 24px;
	margin-bottom: 1rem;
}
.service-item ul,
.service-item ol{
	padding: 0 0 0 24px;
	margin-bottom: 1.3em;	
}
.service-item ol{
	counter-reset: li;
}
.service-item li{
	position: relative;
	line-height: 1.3em;
	margin-bottom: 0.2em;
}
.service-item ul li::before {
	content: "\2022";
	color: #4e5e55;
	font-size: 1.5em;
	position: absolute;
	left: -18px;	
}
.service-item ol li {
	counter-increment: li;
}
.service-item ol li::before {
	content: counter(li)'.';
	color: #4e5e55;
	font-size: 1em;
    font-weight: 700;
	position: absolute;
	left: -20px;	
}
.service-item .button:hover {
	background: #e8e1d7;
	color: #4e5e55;
}
/*-------------------------------------------------------
AGENDAMENTO
-------------------------------------------------------*/ 
.schedule{
    background: url(assets/images/pattern-background-white.png) center;    
}
.schedule.green-top::before {	
	height: 325px;
}
.schedule .inner {
	padding: 190px 240px 270px 100px;
	z-index: 1;
}
.schedule-img {	
	width: 100%;
	height: 320px;
	object-fit: cover;
}
.schedule-container {
	background: #FFF;
	padding: 50px 40px 95px;
}
.schedule-container h1{
    margin-bottom: 1em;
}
.schedule-form{
    padding-top: 40px;
}
/*-------------------------------------------------------
BLOG
-------------------------------------------------------*/ 
.blog-content{
    background: #f6f3ef;
}
.blog-content .inner {
	padding: 190px 240px 270px 100px;
    z-index: 1;
}
.categories{
    width: 220px;
    padding-top: 210px;
    float: right;
}
h3.title-widget{   
    text-transform: uppercase;
    margin-bottom: 1em;
}
.button-categories,
.cat-item-all{
    display: none;
}
ul.categories-list li{
    border-bottom: 1px solid #4e5e55;
    padding: 20px 0;
}
ul.categories-list li a{
    padding-left: 10px;
    font-weight: 500;
    position: relative;
}
ul.categories-list li a::before {  
    font-family: 'Font Awesome 6 Free';  
    font-size: 0.75em;
    font-weight: 900;  
    -webkit-font-smoothing: antialiased;   
    content: '\f0da';
    position: absolute;
    top: 5px;
    left: 0;
}
ul.categories-list li a:hover{
    color: #cfa37c;
}
.blog-list{
    width: 570px;
    float: left;
}
h1.title-category {
	color: #e8e1d7;
	font-size: 28px;
	line-height: 1.25em;
	margin-bottom: 30px;
}
h1.title-category span{
    color: #cfa37c;
    font-size: 32px;   
}
.blog-item{
    width: 100%;
    margin-bottom: 60px;
}
.blog-item-image{
    width: 100%;
    margin-bottom: 20px;
}
.blog-item h3{
    font-size: 20px;  
    margin-bottom: 0.5em;
}
.blog-item .meta {
	border-top: 1px solid #cfa37c;
	border-bottom: 1px solid #cfa37c;
	padding: 5px 0;
}
.blog-item .meta::after{
    content: none;   
}
.blog-item .button {
    color: #e8e1d7;
}
/*-------------------------------------------------------
PAGINAÇÃO
-------------------------------------------------------*/
.paginacao{
    border-top: 1px solid #4e5e55; 
    width: 100%;
    height: auto;
    padding: 60px 0 0;
    display: flex;
    justify-content: center;
    position: relative;   
}
.page-numbers {	  
    border: 1px solid #4e5e55; 	
    width: 36px;
	height: 36px;   
	color: #4e5e55;
	font-size: 14px;
	font-weight: 500;
	line-height: 34px;
    text-align: center;
	display: block;   
	margin: 0 2px;
}
.page-numbers:hover{	
	background-color: #FFF;   
}
.page-numbers.current{
    background-color: #cfa37c;     
}
.page-numbers.prev,
.page-numbers.next{
    font-size: 14px;
}
.page-numbers.prev{
    margin: 0 8px 0 0;
}
.page-numbers.next{
    margin: 0 0 0 8px;
}
/*-------------------------------------------------------
SINGLE
-------------------------------------------------------*/
.blog-post-top,
.blog-post{
    background: #f6f3ef;
}
.blog-post-top .inner {
	padding: 190px 240px 0 100px;
    z-index: 1;
}
.blog-post-top .blog-item {	
	margin-bottom: 0;
}
.blog-post-top .blog-item-image{
    margin-bottom: 30px;
}
.blog-item-info{
    padding: 0 80px 0 100px;
}
.blog-post-top .blog-item h3 {
	font-size: 28px;	
}
.blog-post-top .blog-item .meta{
    margin-bottom: 0;
}
.blog-post .inner {
	padding: 30px 320px 270px 200px;   
}
.share{
    border-top: 1px solid #cfa37c;    
    padding: 30px 0;
    margin: 30px 0 0;
}
.related{
    border-top: 1px solid #cfa37c;   
    width: 830px; 
    padding: 30px 0 0;
    position: relative;
    left: -100px;
}
.related-list {
	display: flex;
	justify-content: space-between;
}
.related-item {
    padding-bottom: 36px;
	width: 260px;
    position: relative;
}
.related-item-image{
    width: 100%;
    margin-bottom: 10px;
}
.related-item h3{
    font-size: 16px;    
    margin-bottom: 10px;
}
.related-item .button{
    position: absolute;
    bottom: 0;
}
/*-------------------------------------------------------
PADRÃO
-------------------------------------------------------*/
.default h1,
.default h2,
.default h3,
.default h4,
.default h5,
.default h6{   
    margin-top: 2rem;
	margin-bottom: 1.5rem;
}
.default h1{
	font-size: 28px;
}
.default h2{
	font-size: 24px;	
}
.default h3{
	font-size: 20px;	
}
.default h4{
	font-size: 16px;	
}
.default h5{
	font-size: 16px;	
}
.default h6{
	font-size: 16px;	
}
.default p a{		
	text-decoration: underline;
}
.default p a:hover{
	color: #cfa37c;
}
.default ul,
.default ol{
	padding: 0 0 0 24px;
	margin-bottom: 1.3em;	
}
.default ol{
	counter-reset: li;
}
.default li{
	position: relative;
	line-height: 1.3em;
	margin-bottom: 0.2em;
}
.default ul li::before {
	content: "\2022";
	color: #cfa37c;
	font-size: 1.5em;
	position: absolute;
	left: -18px;	
}
.default ol li {
	counter-increment: li;
}
.default ol li::before {
	content: counter(li)'.';
	color: #cfa37c;
	font-size: 1em;
    font-weight: 700;
	position: absolute;
	left: -20px;	
}
.wp-caption{
	width: 100% !important;
	height: auto;
    margin-bottom: 2rem;
}
.wp-caption img{
    margin-bottom: 0 !important;
}
.wp-caption-text {
    border-left: 2px solid #cfa37c;
	padding: 0 100px 0 20px;
	position: relative;	
    color: #4e5e55;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5em;
    margin-top: 16px;
}
.default img,
.default img.size-conteudo,
.default img.size-full,
.default img.size-large{
	width: 100%;
	height: auto;
	margin-bottom: 2rem;
}
.default img.size-full{
    width: auto;
    max-width: 100%;
}
.default img.size-full.aligncenter,
.default img.size-medium.aligncenter{
    margin: 0 auto 2rem;
}
.default img.size-medium.alignleft {	
    width: 60%;
	margin: 0 auto 2rem 0;
}
.default img.size-medium.alignright {	
    width: 60%;
	margin: 0 0 2rem auto;
}
.default blockquote{
    border: 1px solid #cfa37c;
	padding: 30px 60px;
	margin-bottom: 1.3rem;
}
.default blockquote p{	
	font-size: 18px;
    font-style: italic;
	font-weight: 500;	
	color: #4e5e55;
	line-height: 1.4em;	
}
.default *:last-child{
    margin-bottom: 0 !important;
}
/* VIDEO */
.default .videoContainter{	
	width: 100%;
	height: auto;	
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.default table {
    width: 100%;    
    border-collapse: collapse;      
    margin-bottom: 1.5rem;
}
.default table tr{
    border-top: 1px solid #cfa37c;
}
.default table tr:last-child{
    border-bottom: 1px solid #cfa37c;
}
.default table td {
    border: 1px solid #cfa37c;
}
.default table th {   
    border: 1px solid #cfa37c;       
    color: #cfa37c;   
}
.default table td,
.default table th {   
    border-top: none;
    border-bottom: none;   
    padding: 10px;
}
.default table td:first-child,
.default table th:first-child {
    border-left: none;     
}
.default table td:last-child,
.default table th:last-child {
    border-right: none;     
}
.default .gallery {
	width: 662px;	
	margin-bottom: 1.5rem;
}
/*----------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------
RESPONSIVO
------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------*/
@media only screen and (max-width : 810px) {

/*-------------------------------------------------------
GERAIS
-------------------------------------------------------*/
h1{		
    font-size: 24px;   
}
h2{   
	font-size: 24px;   
    margin-bottom: 1em; 
}	
h3{
	font-size: 20px;	
}
h4{
	font-size: 24px;
}
h5{
	font-size: 20px;
}
h6{
	font-size: 18px;
}
.inner{
    width: 100vw;
    padding: 30px 25px;   
}
.button {
	font-size: 18px;
    text-transform: none;	
}
/*DUMMY OFFSET*/
#ps2id-dummy-offset{
    height: 130px;
}
/*EMENDAS OWL*/
.owl-nav {   
	width: 40px;
	height: 90px;	
	top: 60px;
	right: 25px;		
}
.owl-prev,
.owl-next {    
	width: 40px;
    height: 40px;   
}
.owl-prev span,
.owl-next span{   
    width: 14px;
    height: 14px;   
}
.owl-prev span{  
    margin-left: 3px;
}
.owl-next span{   
    margin-left: -3px;
}
/*-------------------------------------------------------
FORMULÁRIO
-------------------------------------------------------*/     
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {	
	padding: 0 10px;  
}
textarea {	
	padding: 10px;	
	height: 150px;		
}
/* EMENDAS */

div.wpcf7-response-output {    
    width: 100%;   
}
/*-------------------------------------------------------
HEADER
-------------------------------------------------------*/     
header,
header.fixo{
    position: fixed;   
    top: 0;   
}             
.header-inner {
    width: 100vw;
    height: 70px;
    padding: 10px 25px;   
    align-items: center;  
}
.logo {   
    height: 50px;    
}
header.fixo .logo{
    height: 50px;
}
/* MENU */
.button-menu {
	background: transparent;
	border: none;
	width: 24px;
	height: 24px;
	padding: 0;
	display: block;
	position: fixed;
	top: 23px;
	right: 25px;
	z-index: 6;
	cursor: pointer;
	transition: all 200ms ease-in-out;
}
.bar{
    background-color: #e8e0d7;   
    width: 24px;
    height: 2px;
    display: block;  
    position: absolute;   
    right: 0;
    transition: all 200ms ease-in-out;
}
.bar.bar-1{
    top: 0;
}
.bar.bar-2{
    top: 11px;
}
.bar.bar-3{    
    top: 22px;
}
.button-menu.active .bar.bar-1{
    top: 11px;
    transform: rotate(45deg);
}
.button-menu.active .bar.bar-2{
    top: 11px;
    transform: rotate(-45deg);
}
.button-menu.active .bar.bar-3{    
    opacity: 0;
}
.navigation-container {
	padding: 0px 36px 0 0;
	flex-grow: 1;	
	align-items: end;
    gap: 10px;
}
nav.navigation {
    background: #4e5e55;
    width: calc( 100vw - 50px );
	height: auto;
	padding: 100px 25px 50px 25px;
	position: fixed;
	top: 0;
	right: 0;
	transform: translateX(100%);
	box-shadow: 1px 1px 6px 3px rgba(0,0,0,0.3);
	transition: all 400ms ease-in-out;	
	z-index: 5;
}
nav.navigation.active{
    transform: translateX(0); 
}
nav.navigation.fixo{
    position: fixed;
    top: 0;      
}
nav.navigation ul {
	width: 100%;
	display: block;
}   
nav.navigation ul li{
    margin: 0 0 15px;
}          
nav.navigation ul li:last-child{
    margin: 0;
}
nav.navigation ul li a {	
	font-size: 18px;
}
.btn-cta-topo {    
	position: absolute;
	top: 70px;
	right: 0;	
	padding: 6px 25px;
	font-size: 18px;
}
.languages-list{
    right: -40px;
}
.options-navigation .btn-cta-topo {	
    padding: 6px 10px 6px 10px;
	position: relative;
	top: 0;
	right: 0;
	border: 1px solid #e8e0d7;	
    margin: 25px 0 0 auto;
}
.options-navigation .btn-cta-topo:hover {
    border: 1px solid #cfa37c;	
}
.options-navigation .navigation-social {
	margin: 0 0 0 auto;
}
.options-navigation .navigation-social a {
	font-size: 28px;	
}
.backdrop-navigation {
	content: "";
	background: transparent;
	background-color: rgba(0, 0, 0, 0.75);
	width: 100vw;
	height: 100vh;
	display: block;
    visibility: hidden;
    opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	backdrop-filter: blur(5px);
	--webkit-backdrop-filter: blur(5px);
	z-index: 3;
    transition: all 300ms ease-in-out;
}
.backdrop-navigation.active{
    visibility: visible;
    opacity: 1;
}
/*-------------------------------------------------------
FOOTER
-------------------------------------------------------*/   
footer .inner{
    width: 100vw;
    padding: 20px 25px;
}
footer ul{	
	text-align: left;	
	margin-bottom: 20px;
}
footer ul li{
	display: block;	
	margin: 0 0 10px;
}
footer p.direitos {
	width: 100%;    
}
footer p.direitos br{
    display: inline;
}
.legal-box {	
	bottom: 90px;
	left: 25px;    
}
/*-------------------------------------------------------
HOME
-------------------------------------------------------*/     
.hero .inner{
    padding: 136px 0 30px;
}
.hero h1 {   
	padding: 0 25px;
	margin-bottom: 30px;
}
.hero-slider {
	width: 100vw;
	left: 0;
	transform: none;
}
.slide-item {
    display: block;       
}
.slide-item-image-container {
    width: 100vw;
    height: 56.25vw;   
    position: relative;
}
.slide-item-img {
	width: 100vw !important;
	height: 56.25vw;   
	position: relative;	
}
.slide-item-video-container {
	width: 100vw;
	height: auto;
}
.slide-item-video-container video {
	width: 100vw;
	height: auto;
}
.slide-item-text {	
	width: 100vw;
	height: auto;
	padding: 30px 25px 45px;   
    display: block;
}
.slide-item-text::after{
    content: none;  
}
.slide-item-text .button {
    width: 100%;
	max-width: 100%;	
	padding: 8px 5px;
    margin: 0 auto;
}	
.hero-slider .owl-dots {
	width: 458px;	
    padding: 0 70px 0 0;
	bottom: 15px;	
}
/* QUEM SOMOS */
.about-home .inner{
    padding: 30px 25px 0;
}
.about-home h2,
.activity-text h2{
    width: 100%;   
    font-size: 16px;
    float: none;
    margin: 0 0 15px;
}
.about-home h3,
.activity-text h3{
    width: 100%;   
    font-size: 24px;
    float: none;   
}
.about-home .text,
.activity-text .text{
    width: 100%;
    padding: 0 0 0 54px;   
    float: none;
    margin-bottom: 30px;
}
.about-home .text::before {	
	width: 64px;	
	right: unset;
    left: -25px;
}
.about-home .button {
	margin: 2rem auto 0;
	transform: translateX(-27px);
}
.about-home .video,
.about-home-img{
    width: 100vw;
    position: relative;
    left: -25px;
    float: none;
}
/* ATUAÇÃO */
.activity-home .inner{
    padding: 30px 0 0;
}
.activity-text{
    padding: 0 25px;
    margin-bottom: 0;
}
.activity-home-list{    
    height: 300px;    
}
.activity-home-list::before,
.activity-home-list::after{
    content: none;      
}
.owl-activity .owl-item:nth-child(3n+1) .activity-home-item{
    background: #cfa37c;
}
.owl-activity.owl-item:nth-child(3n+2) .activity-home-item{
    background: #e8e1d7;
}
.owl-activity .owl-item:nth-child(3n+3) .activity-home-item{
    background: #FFF;
}
.activity-home-item{
    width: 100vw;
    height: 300px;
    padding: 50px 80px 0 25px;
    float: none;
}
.activity-home-item h3{
    font-size: 24px;   
}
.activity-home .button {
    width: 200px;
	position: absolute;	
	right: 25px;
	bottom: -18px;
    z-index: 1;	
}
/* SERVIÇOS */
.services-home{
    background: url(assets/images/pattern-background-gold.png) center;
    background-size: 40% auto;
}
.services-home .inner{
    padding: 0 0 180px;
}
.services-home-img{   
    height: 250px;   
    margin-bottom: -40px;
}
.services-home-list {   
	display: block;	
	margin-bottom: 60px;
}
.services-home-list .owl-services {
	padding: 0 0 30px 25px;
}
.services-home-list .owl-services .owl-stage {
	display: block;
}
.services-home-list .owl-services .owl-item {
	display: unset;
	flex: unset;
}
.services-home-list .owl-services .owl-dots{
    bottom: 0;
}
.service-home-item{    
    width: 100%;   
    padding: 40px 25px 25px;      
}
.service-home-item h3,
.plans h3{
    font-size: 20px;   
}
.service-home-item h4,
.plans h4,
.plan-item h4{   
    font-size: 19px;   
    margin-bottom: 0.75em;
}
.service-home-item .button {	
	position: relative;
	bottom: 0;
	left: 0;
    margin-top: 20px;
}
.plans-container {
    position: relative;
}
.plans-container.principal {
	padding: 60px 25px;
	position: relative;
	margin-bottom: 60px;
	background-color: #4e5e55;
}
.plans-container.principal::before {
	content: none;
}
.plans-container.principal h3 {	
	font-size: 24px;	
}
.plans-container.principal .button {
	width: 280px;	
    margin: 0 auto;
}
.plans.principal {
	width: 100%;
	padding: 0 0 40px;
}
.plans.principal .button{
    margin: 0 auto;
}
.plans.destaque {
	width: 100%;	
}
.plans,
.plans-list{
    width: 100%;   
    margin: 0;
}
.plans-container-img {
	margin: 0;
	width: 100%;
	height: 60vw;
}
.plans{
    padding: 40px 25px 80px;   
}
.plans-list {    
    padding: 0 25px 0 50px;
    display: block;	
    margin-top: -40px;
}
.plan-item {	
	width: 100%;
	padding: 25px;    
}
.plan-item:first-child {
	width: 100%;
    margin-bottom: 20px;
}
.plan-item-buttons {
	width: 100%;
	display: flex;
    flex-direction: column;	
    gap: 10px;
	margin: 0;
}
.plan-item .button{
    width: 100%;       
}
/* BLOG */
.blog-home{   
    margin-top: -100px;
}
.blog-home::after {	
	height: 100%;	
	top: 0;	
}
.blog-home .inner{
    padding: 0 0 70px;
}
.blog-home-item-img{
    width: 100%;
    height: 200px;    
}
.blog-home-item-info{
    padding: 20px 25px 40px 50px;
}
.meta{
    padding: 0 0 20px;   
    margin-bottom: 20px;
}
.blog-home-item-info-text{
    padding: 0 0 30px 0;
}
.blog-home-item-info-text h3{
    font-size: 24px;    
    margin-bottom: 0.75em;
}
.blog-home-item-info .button{   
    margin: 0 0 12px;
}
/* CONTATO */
.contact::before{   
    width: 50vw;
    height: 80px;   
    top: -80px;    
}
.contact .inner{
    padding: 50px 25px 40px;
}
.contact h2{
    width: 100%;   
    margin-top: 0;   
}
.contact h3{     
    font-size: 27px;  
    margin-bottom: 40px;
}
.contact-info {   
	padding: 0;   
    display: block;   
    margin-bottom: 40px;
}
.nc{
   display: none;
}
.contact-info-text{
    width: 100%;   
    margin: 0 0 20px;
}
.contact-form {
	padding: 0;
}
.field-set{
    width: 100%;  
}
.mapa iframe{
    height: 360px;
}
/*-------------------------------------------------------
SOBRE
-------------------------------------------------------*/     
.about .inner {
	padding: 130px 25px 140px;
}
.about-box{   
    width: 100%;
    max-width: 370px;
    padding-right: 25px;
    float: none; 
    margin: 0 0 30px;  
}
.double-slider .owl-nav {
	top: 32px;	
}
.about-box-item{   
    width: 100%;
    height: 345px;
    padding: 40px 40px 0 30px;    
}
h1.title-page{    
    font-size: 14px;   
    text-transform: uppercase;
    margin-bottom: 2.5em;
}
.about-box-item h1{
    color: #e8e1d7;
}
.about-box-item h2{
    color: #cfa37c;
    margin-bottom: 1.5em;
}
.about-box-item p {
	padding-left: 45px;	
	bottom: 40px;
}
.about-box-item p::before{    
    width: 30px;   
}
.about-content{
    width: 100vw;
    padding: 0;
    position: relative;
    left: -25px;
    float: none;
}
.about-content-item{
    padding: 0 25px;
}
.about-content-item img{
    width: 100vw !important;
    max-width: 100vw !important;
    position: relative;
    left: -25px;
}
/*-------------------------------------------------------
ATUAÇÃO
-------------------------------------------------------*/ 
.activity{
    background: url(assets/images/pattern-background-white.png) center;
    background-size: 15% auto;
}
.green-top::before{  
    height: 240px;   
}
.activity-container {
	background: none;
}
.activity .inner {
	padding: 130px 0 140px 25px;
    z-index: 1;
}
.activity-box{       
    width: calc( 100vw - 50px );
    float: none;    
}
/* .activity-box .owl-stage {
    display: flex;
}
.activity-box .owl-item {
    display: flex;
    flex: 1 0 auto;
} */
.activity-box.double-slider .owl-nav {
	top: 32px;
    right: 45px;
}
.activity-box-item{    
    width: calc( 100vw - 50px );
    height: 100%;
    padding: 40px 30px 40px 25px;
    position: relative;
}
h2.title-item{
    font-size: 28px;    
}
.activity-box-img{
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.activity-content{   
    width: 100%;   
    float: none;
}
.activity-content-item{
    padding: 40px 25px 65px;
    position: relative;
}
.activity-content-item::after{   
    width: 30px;   
    bottom: 40px;
    left: 25px;
}
/*-------------------------------------------------------
SERVIÇOS
-------------------------------------------------------*/ 
.services{
    background: url(assets/images/services-background.jpg) no-repeat center 360px #4e5e55;    
}
.services .inner {
	padding: 130px 25px 140px;
    z-index: 1;
}
.services-container{
    background: #cfa37c;
    padding: 0;    
}
.services-container h1.title-page {
	padding: 40px 20px 0;	
}
.service-item {
	padding: 30px 20px;
}
.service-item:last-child {
	padding: 30px 20px 60px;
}
h2.title-item {
	font-size: 24px;
}
.service-item h3 {	
	font-size: 19px;	
}
/*-------------------------------------------------------
AGENDAMENTO
-------------------------------------------------------*/ 
.schedule{
    background: url(assets/images/pattern-background-white.png) center;    
    background-size: 40px auto;
}
.schedule.green-top::before {	
	height: 240px;
}
.schedule .inner {
	padding: 130px 25px 40px;	
}
.schedule-img {		
	height: 160px;
}
.schedule-container {
	background: #FFF;
	padding: 40px 15px;
}
.schedule-form{
    padding-top: 30px;
}
/*-------------------------------------------------------
BLOG
-------------------------------------------------------*/ 
.blog-content .inner {
	padding: 130px 25px 140px;    
    z-index: 1;
}
.categories h3.title-widget{   
    display: none;
    font-size: 16px;
}
.button-categories,
.cat-item-all{
    display: block;
}
.categories{
    background-color: #e8e1d7;
    width: calc( 100vw - 50px );
    height: 40px;
    padding-top: 0;
    position: absolute;
    float: none;
    overflow: hidden;
    transition: all 200ms ease-in-out;
}
.categories.ativo{
    height: auto;
}
.button-categories {
	background: none;
	border: none;
	width: max-content;
	height: 24px;
	display: block;
	position: relative;
	padding: 0 24px 0 0;
	color: #4e5e55;
	font-family: "ArtifaktElement";
    font-size: 18px;
    font-weight: 500;
    font-optical-sizing: auto;
    font-style: normal;       
	margin: 6px auto;
    transition: all 200ms ease-in-out;
}
.button-categories i{
    font-size: 16px;
    position: absolute;
    top: 4px;
    right: 0;
    transition: all 200ms ease-in-out;
}
.button-categories.ativo i{
    transform: rotate(180deg);
}
.button-categories:hover{
    color: #cfa37c;
}
ul.categories-list{
    width: 100%;  
    padding: 5px 25px 15px;  
}
ul.categories-list li{
    border-bottom: 1px solid #4e5e55;
    padding: 15px 0;
}
ul.categories-list li:last-child{
    border: none;
}
ul.categories-list li a{
    padding-left: 10px;
    font-weight: 500;
    position: relative;
    text-align: left;
}
ul.categories-list li a::before {  
    font-family: 'Font Awesome 6 Free';  
    font-size: 0.75em;
    font-weight: 900;  
    -webkit-font-smoothing: antialiased;   
    content: '\f0da';
    position: absolute;
    top: 5px;
    left: 0;
}
ul.categories-list li a:hover{
    color: #cfa37c;
}
.blog ul.categories-list li.cat-item-all,
ul.categories-list li.current-cat{
    display: none;
}
.blog-list{
    width: 100%;
    padding-top: 60px;
    float: none;
}
h1.title-category {
	color: #4e5e55;
	font-size: 18px;	
    line-height: 1.5em;
	margin-bottom: 30px;
}
h1.title-category span{   
    font-size: 22px;   
}
.blog-item{   
    margin-bottom: 40px;
}
/*-------------------------------------------------------
PAGINAÇÃO
-------------------------------------------------------*/
.paginacao{   
    padding: 40px 0 0;  
}
.page-numbers {	   
    width: 32px;
	height: 32px;   	
	line-height: 30px;  
}
/*-------------------------------------------------------
SINGLE
-------------------------------------------------------*/
.blog-post-top,
.blog-post{
    background: #f6f3ef;
}
.blog-post-top .inner {
	padding: 100px 25px 30px;   
}
.blog-post-top .blog-item {	
	margin-bottom: 0;
}
.blog-post-top .blog-item-image{
    width: 100vw;
    position: relative;
    left: -25px;
    margin-bottom: 20px;
}
.blog-item-info{
    padding: 0;
}
.blog-post-top .blog-item h3 {
	font-size: 24px;	
}
.blog-post-top .blog-item .meta{
    margin-bottom: 0;
}
.blog-post .inner {
	padding: 0 25px 140px;   
}
.share{    
    padding: 20px 0;
    margin: 20px 0 0;
}
.related{   
    width: 100%; 
    padding: 20px 0 0;  
    left: 0;
}
.related-list {
    width: 260px !important;
	display: block;	
}
.related-list .owl-nav {	
	top: 0;
	right: -55px;
}
/*-------------------------------------------------------
PADRÃO
-------------------------------------------------------*/
.wp-caption{
	width: 100% !important;
	height: auto;
    margin-bottom: 2rem;
}
.wp-caption img{
    margin-bottom: 0 !important;
}
.wp-caption-text {   
	padding: 0 0 0 10px;	
}
.default img.size-medium.alignleft {	
    width: 80%;	
}
.default img.size-medium.alignright {	
    width: 80%;	
}
.default blockquote{   
	padding: 15px 25px;	
}
/* VIDEO */
.default .videoContainter{	
	width: 100vw;
    position: relative;	
    left: -25px;
}
.default .gallery {
	width: 100%;		
}

}