/*
Theme Name: Montezano Figueiredo
Theme URI: http://www.montezanofigueiredo.com.br/
Description: Template para site Montezano Figueiredo
Author: Rusvel Nantes 
Version: 1.0
License: None
*/
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
.grecaptcha-badge {
	opacity:0 !important;
	visibility: collapse !important;  
}
*::-webkit-media-controls-panel {
	display: none!important;
	-webkit-appearance: none;
	opacity: 0;
	position: absolute; 
	top: -9999px;
}
*::--webkit-media-controls-play-button {
	display: none!important;
	-webkit-appearance: none;
	opacity: 0;
	position: absolute; 
	top: -9999px;
}
*::-webkit-media-controls-start-playback-button {
	display: none!important;
	-webkit-appearance: none;
	opacity: 0;
	position: absolute; 
	top: -9999px;
}
video::-webkit-media-controls {
    display:none !important;
	opacity: 0;
	position: absolute; 
	top: -9999px;
}
.pb, .en {
	display: none !important;
}
#pb .pb, #en .en {
	display: block !important;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
} 
textarea:focus, input:focus, input, textarea, select {
    outline: 0;
}                 
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}
nav ul, ul li, ul { list-style:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
/*body { font:13px/1.231 sans-serif; *font-size:small; } /* hack retained to preserve specificity */
h1,h2,h3,h4,h5,h6 { font-weight: normal; }
html { overflow-y: scroll; }
nav ul, nav li { margin: 0; } 
strong, th { font-weight: bold; }
.ie7 img { -ms-interpolation-mode: bicubic; }
a:focus { outline: none }
/* geral */
#headerMobile, .logo, #menuWrapper, #menuWrapper a, footer a, .social .fa-brands, #contato a, .accordion-toggle, .accordion-toggle .fa-solid, .foto a, .foto, .post span, .postRelacionado span, .postFoto:before, a.btn, a.btn .fa-solid, #assinatura, #pagenav a, .addtoany_list a, .widget .addtoany_list a, aside a, #nav a:before, .postFoto, .profissionalInfo, .slick-prev:before, .slick-next:before, .slick-dots li button, #areas a, #areas .fa-solid, .searchandfilter input[type='submit'], .cky-notice-btn-wrapper button, input.wpcf7-submit, #topoPost a, .social a, .area span, .area h3, .area p, .areaItem span, .areaItem, #navPublicacoes a, #quemTrabalhe a, .postFeed span, .subnav, .postFoto .fa-solid, .btnSeta .fa-solid, #topoProfissional a, #profissionaisLista a, #dnaMais {
	-moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
body {
	background: #fff;
	color: #151515;
	font-size: 22px;
	line-height: 28px;
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.cky-btn-reject {
	color: #C09758 !important;
	border-color: #C09758 !important;
}
.cky-btn-accept {
	background: #C09758 !important;
	border-color: #C09758 !important;
}
h1 {
	font-weight: 600;
	font-size: 35px;
	line-height: 45px;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #C09758;
}

h2 {
	font-weight: 600;
	color: #4E3C21;
	font-size: 35px;
	line-height: 45px;
	margin-bottom: 20px;
}

h3 {
	font-weight: 400;
	font-size: 35px;
	line-height: 40px;
	margin-bottom: 20px;
}
h4 {
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 20px;
	color: #fff;
}
.spacer {
	display: block;
	height: 80px;
	width: 100%;
}
.mobile {
	display: block;
}
.desktop {
	display: none;
}
section {
	padding: 0 20px;
	overflow: hidden;
	clear: both;
	position: relative;
	z-index: 4;
}
a:link, a:visited {
	color: #1C1713;
	text-decoration: none;
}
a:hover, a:active {
	color: #6A764C;
}
p, .video {
	margin-bottom: 20px;
}
#headerMobile {
	width: 100%;
	position: fixed;
	background: #d4d6d6;
	z-index: 9990;
	left: 0;
	top: 0;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2); 
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}
.logo {
	display: block;
	float: left;
	height: 46px !important;
	width: auto !important;
	margin: 17px 0;
}
#menuWrapper .logo {
	display: none;
}
.fa-bars, .fa-xmark  {
	color: #1C1713;
	font-size: 25px;
	line-height: 80px !important;
	height: 80px;
	cursor: pointer;
	float: right;
}
#menuWrapper {
	position: fixed;
	background: #d4d6d6;
	width: 250px;
	height: 100%;
	z-index: 9990;
	right: -300px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2); 
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	top: 0;
}
.menu {
	position: relative;
	clear: both;
	overflow: hidden;
	padding: 0 20px;
}
#nav {
	overflow: hidden;
	clear: both;
	margin-bottom: 15px;
}
#nav span {
	position: relative;
	z-index: 2;
}
#nav li {
	display: block;
	overflow: hidden;
	text-align: right;
	margin-bottom: 20px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
}
.subnav {
	display: none;
}
#nav .subnav li {
	padding-right: 20px;
	
	padding-top: 5px;
	margin: 0;
}
#menuWrapper a:link, #menuWrapper a:visited {
	color: #1C1713;
}
#menuWrapper a:hover, #menuWrapper a:active {
	color: #C09758;
}
#menuWrapper #mCliente a:link, #menuWrapper #mCliente a:visited {
	display: block;
	float: right;
	padding: 10px 20px;
	background: #E0D2B8;
	color: #1C1713;
}
#menuWrapper #mCliente a:hover, #menuWrapper #mCliente a:active {
	background: #6A764C;
	color: #E0D2B8;
}
.singleArea #mAtuacao a, .buscaBlog #mPublicacoes a, .single-post #mPublicacoes a, .home #mHome a, .page-template-page-publicacoes #mPublicacoes a, .page-template-page-quem #mQuem a, .page-template-page-atuacao #mAtuacao a, .page-template-page-profissionais #mProfissionais a, .single-profissional #mProfissionais a, .buscaBlog #mPublicacoes a.topLink, #nav .subnav li.current-cat a, #nav .subnav li.current_page_item a, .page-template-page-contato #mContato a {
	color: #6A764C;
	font-weight: 700;
}
.language-chooser {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-end;
	font-size: 10px;
	line-height: 15px;
	font-weight: 400;
}
.language-chooser li {
	border-left: 1px solid #1C1713;
	padding: 0 10px;
}
.language-chooser li:first-child {
	padding-left: 0;
	border: 0;
}
.language-chooser li:last-child {
	padding-right: 0;
}
img.responsive {
	width: 100% !important;
	height: auto !important;
	display: block;
	margin-bottom: 20px;
}
/* publicacoes */
.postFoto {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	padding-bottom: 50%;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.post .postFoto .fa-solid, .profissional .postFoto .fa-solid {
	position: absolute;
	left: 20px;
	bottom: 20px;
	font-size: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px !important;
	text-align: center !important;
	background: #F6F1E6;
	color: #1C1713;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.post:hover .postFoto .fa-solid, .profissional:hover .postFoto .fa-solid {
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	background: #6A764C;
	color: #F6F1E6;
}
.post .postFoto:before {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #E0D2B8;
	mix-blend-mode: color;
	opacity: 0;
}
.post a:hover .postFoto:before, .postRelacionado a:hover .postFoto:before, .profissional .postFoto:hover:before {
	opacity: 0.6;
}
.postFoto a {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.post {
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
}
.postHeader {
	color: #6A764C;
	font-size: 25px;
	line-height: 30px;
	display: block;
	clear: both;
	margin-bottom: 10px;
}
.post h3 {
	font-size: 25px;
	line-height: 30px;
	color: #1C1713;
	margin: 0 0 20px 0;
	font-weight: 700;
}
.post .postFoto {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
a.btn:link, a.btn:visited {
	display: block;
	float: left;
	font-size: 15px;
	line-height: 20px;
	padding: 5px 20px;
	border: 1px solid #1C1713;
	margin-bottom: 20px;
	color: #1C1713;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
a.btn:hover, a.btn:active {
	background: #1C1713;
	color: #fff;
}
a.btn.btnVerde:link, a.btn.btnVerde:visited {
	border-color: #6A764C;
	color: #6A764C;
}
a.btn.btnVerde:hover, a.btn.btnVerde:active {
	background: #6A764C;
	color: #fff;
}
.btnCenter {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 30px 0 0 0;
}
#publicacoes a.btn {
	float: right !important;
}
/*  home */
#home {
	overflow: hidden;
	position: relative;
	z-index: 15;
	color: #fff;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
/*#home:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #4E3C21;
	opacity: 0.7;
	mix-blend-mode: hard-light;
}*/
#home h1 {
	text-transform: none;
	margin: 0;
	color: #F6F1E6;
	max-width: 540px;
	font-weight: 400;
}

#home section {
	height: calc(100vh - 80px);
	max-height: 600px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	text-align: left;
}
.foto {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	padding-bottom: 70%;
	margin: 0;
	display: block;
	clear: both;
	position: relative;
}
#posts, #pagenav, #noResults {
	overflow: hidden;
	clear: both;
	position: relative;
	z-index: 3;
}
.conteudo {
	padding: 100px 0 80px 0;
	overflow: hidden;
	clear: both;
	position: relative;
	z-index: 3;
}
.postSingle ul, #areaInfo ul, #topoArea ul {
	margin-bottom: 20px;
	overflow: hidden;
}
.postSingle ul li, #areaInfo ul li, #topoArea ul li {
	overflow: hidden;
	position: relative;
	padding-left: 15px;
}
#areaInfo ul li:before, .postSingle ul li:before, .pInfo ul li:before, .blocoPerfil ul li:before, #quem-somos ul li:before,.blocoArea ul li:before, #topoArea ul li:before  {
	font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 5px;
	height: 28px;
	line-height: 28px !important;
	position: absolute;
	left: 1px;
	top: 0;
    content: '\f111';
	color: #C09758;
}
.gallery a {
	background-color: rgba(0, 0, 0, 0.5);
	background: rgba(0, 0, 0, 0.5);
	background-image: url(images/zoom.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: auto 50px;
    -moz-background-size: auto 50px;
    -o-background-size: auto 50px;
    background-size: auto 50px;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.gallery a:hover {
	opacity: 1;
}
.bloco ol, .postSingle ol {
	margin-bottom: 20px;
}
.postSingle ol, .bloco ol {
	list-style-position: outside;
}
.postSingle ol li, .bloco ol li {
	list-style-type: decimal;
	margin-left: 25px;
}
blockquote {
	margin: 0 0 20px 0;
	font-size: 25px;
	line-height: 30px;
	color: #6A764C;
	font-weight: 300;
	position: relative;
	text-transform: none;
	z-index: 1;
	padding: 25px 0 0 50px;
	font-style: italic;
}
blockquote:before {
	content: "";
	background: url(images/aspas.png) left top no-repeat;
	-webkit-background-size: auto 40px;
    -moz-background-size: auto 40px;
    -o-background-size: auto 40px;
    background-size: auto 40px;
	position: absolute;
	width: 50px;
	height: 50px;
	left: 0;
	top: 0;
	z-index: 1;
}
blockquote p {
	margin: 0;
	position: relative;	
	z-index: 3;
}
.wp-caption  {
	background: #f1f1f1;
	padding: 5px;
	overflow: hidden;
	clear: both;
	display: block;
	font-size: 14px;
	font-style: italic;
	text-align: center;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wp-caption p {
	margin-bottom: 0;
}
.postSingle img, .alignnone, .aligncenter, .wp-caption img {
	width: 100% !important;
	height: auto !important;
	display: block;
	margin-bottom: 20px;
}
.postSingle .wp-caption img {
	margin-bottom: 5px;
}
.btnTodos {
	overflow: hidden;
	margin-bottom: 50px;
}
.btnTodos a {
	color: #fff !important;
	display: block;
	float: left;
	font-weight: 700;
	padding-right: 35px;
	background: url(images/seta_branca.png) center right no-repeat;
}
/* sobre */
#sobre {
	background: #E5E5E5 url(images/fundo_sobre.jpg) center top no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	padding-bottom: 0;
}
#sobre h2 {
	color: #1C1713;
}
#sobre h4, #interna h4 {
	color: #6A764C;
}
#sobre h4:before, #interna h4:before {
	background: #6A764C;
}
#sobre .bloco {
	margin-bottom: 80px;
	overflow: hidden;
}
#sobreFoto {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	padding-bottom: 80%;
}
#sobreVideo {
	overflow: hidden;
	position: relative;
	background: #fff;
	padding: 20px 20px 0 20px;
	z-index: 3;
	text-align: center;
}
#sobreVideo h2 {
	color: #6A764C;
	font-size: 40px;
	line-height: 45px;
	margin-bottom: 50px;
}
#sobreVideo .video {
	max-width: 728px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}
/* reconhecimentos */
#reconhecimentos {
	padding: 100px 0;
}
#reconhecimentos .slick-list, #profissionaisSlide .slick-list {
	margin: 0 30px;
}
#reconhecimentos .foto {
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	width: 60%;
	padding-bottom: 60%;
	margin: 0 auto;
}
#reconhecimentos .gallery a {
	display: none;
}
/* numeros */
#quemIntro .blocoNumeros {
	color: #6A764C;
}
#sobreVideo:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 150px;
	width: 100%;
	background: #6A764C;
	z-index: 1;
}
.numero {
	overflow: hidden;
	margin-bottom: 30px;
}
.numero:last-child {
	margin: 0;
}
.numero p {
	font-size: 15px;
	line-height: 20px;
}
.numeroInfo {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	font-size: 60px;
	line-height: 70px;
	font-weight: 700;
	width: 100%;
	clear: both;
}
.numeroInfo .fa-solid {
	font-size: 30px;
	margin-right: 10px;
}
/* atuacao */
#atuacao {
	background: #ddd;
	z-index: 3;
}
.page-template-page-atuacao #atuacao {
	background: #fff;
}
#atuacao h2 {
	color: #1C1713;
}

#areas {
	overflow: hidden;
	position: relative;
	border-top: 1px solid #1C1713;
}
.area {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #1C1713;
	border-left: 1px solid #1C1713;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.area span {
	position: absolute;
	left: 20px;
	bottom: 0;
}
.area .postFoto {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	height: 100%;
	padding: 0;
	opacity: 0
}
.area .postFoto:before {
	background: #000;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.5;
	position: absolute;
}
.area .postFoto:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: #000000;
	background: -webkit-linear-gradient(0deg,rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
	background: -moz-linear-gradient(0deg,rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(0deg,rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr="#000000",
	  endColorstr="#000000",
	  GradientType=0
	);
}
.area:hover .postFoto {
	opacity: 1;
}
.areaResumo {
	padding: 20px 20px 70px 20px;
	overflow: hidden;
	position: relative;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.area h3 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 35px;
}
.lastWord {
	display: block;
	clear: both;
}
.area p {
	opacity: 0;
	color: #F0F0C9;
}
.area:hover p {
	opacity: 1;
}
.area:hover h3 {
	color: #F0F0C9;
}
/* profissioanis */
#profissionais {
	background: #fff;
	z-index: 3;
	position: relative;
	border-top: 1px solid #1C1713;
	padding-top: 20px;
	overflow: hidden;
}
.profissional h3 {
	font-size: 35px;
	line-height: 40px;
	color: #1C1713;
	text-transform: uppercase;
	display: block;
	font-weight: 400;
}

.social {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 20px;
	overflow: hidden;
	font-size: 22px;
}
#contato .social {
	padding-top: 20px;
}
.social li {
	margin-right: 10px;
	padding: 1px;
}
.social li:last-child {
	margin: 0;
}
#contato a:link, #contato a:visited,
footer a:link, footer a:visited {
	color: #fff;
}
#contato a:hover, #contato a:active,
footer a:hover, footer a:active {
	color: #C09758;
}
/* publicacoes */
.postSingle {
	overflow: hidden;
}

#relacionados {
	padding: 80px 0 0 0;
	position: relative;
	z-index: 3;
	width: 100%;
	clear: both;
	overflow: hidden;
}
.tituloBotao {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 30px;
	overflow: hidden;
}
.btnSeta .fa-solid  {
	font-size: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px !important;
	text-align: center !important;
	background: #1C1713;
	color: #F6F1E6;
	margin-bottom: 20px;
	display: block !important;
}
.home .btnSeta .fa-solid {
	background: #4E3C21;
}
.btnSeta .fa-solid:hover, .home .btnSeta .fa-solid:hover {
	background: #6A764C;
	color: #F6F1E6;
}

#relacionados h2, .tituloBotao h2 {
	color: #1C1713;
	text-transform: uppercase;
	margin-right: 20px;
	font-weight: 600;
}
.home .tituloBotao h2 {
	color: #4E3C21;
}
.postRelacionado {
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
	background: #1C1713;
}
.postRelacionado h3 {
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	color: #F0F0C9;
}
.postRelacionado p {
	color: #F0F0C9;
	font-size: 15px;
	line-height: 20px;
}
.postRelacionado span {
	display: block;
	float: left;
	font-size: 15px;
	line-height: 20px;
	padding: 5px 20px;
	border: 1px solid #F0F0C9;
	margin-bottom: 20px;
	color: #F0F0C9;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #8e587b;
	position: absolute;
	left: 20px;
	bottom: 0;
}
.postRelacionado a:hover span {
	background: #F0F0C9;
	color: #1C1713;
}
.postRelacionado .postResumo {
	overflow: hidden;
	padding: 0 20px 50px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
/* contato */
#contato {
	background: #1C1713;
	color: #fff;
	z-index: 2;
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 50px;
}
#contato p, #contato ul {
	margin: 0;
}
#contato h4 {
	color: #fff;
	margin-bottom: 20px;
	line-height: 25px;
}
.contatoLogo {
	width: 150px;
	overflow: hidden;
}
.contatoLogo img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 50px;
}
#contatoInfoWrapper, #contatoEndereco {
	position: relative;
	overflow: hidden;
	margin-bottom: 50px; 
}

footer {
	background: #1C1713;
	position: relative;
	overflow: hidden;
	padding: 0 0 20px 0;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	text-align: center;
}
footer ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
footer ul li {
	margin: 0 10px 20px 10px;
}
#assinatura {
	width: 180px;
	overflow: hidden;
	margin: 0 auto;
}
#assinatura:hover {
	opacity: 0.6;
}
#assinatura img {
	width: 100%;
	height: auto;
	display: block;
}
/* interna */
#interna, #erro404 {
	background: #fff;
	z-index: 3;
}
#erro404 h4 {
	color: #1d1d1b;
}
#erro404 h4:before {
	background: #1d1d1b;
}
/* paginacao */
#pagenav {
	overflow: hidden;
	clear: both;
	width: 100%;
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content:  center;
	padding: 50px 0 10px 0;
}
#pagenav a, #pagenav span {
	margin: 0 5px 10px 5px;
	font-size: 15px;
	font-weight: 500;
	color: #1C1713;
	background: #E0D2B8;
	line-height: 30px;
	height: 30px;
	width: 30px;
	text-align: center;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#pagenav span.current {
	color: #fff;
	background: #1C1713;
}
#pagenav span.dots, #pagenav a:link, #pagenav a:visited {
	color: #1C1713;
	background: #E0D2B8;
}
#pagenav a:hover, #pagenav a:active {
	color: #fff;
	background: #6A764C;
}
/* post interna */
.single-post #interna h1 {
	display: block;
	clear: both;
	width: 100%;
}

.postData {
	padding-top: 20px;
}
.postCat {
	padding-bottom: 20px;
}
.postData, .postCat {
	font-weight: 400;
	overflow: hidden;
	text-transform: uppercase;
	font-weight: 300;
	color: #1C1713;
}
.postShare {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 20px;
	padding-top: 30px;
}
.postShare strong {
	display: block;
	font-weight: 700;
	margin-bottom: 0;
	color: #6A764C;
}
.addtoany_list a, .widget .addtoany_list a {
	display: block !important;
	padding: 0 !important;
	margin: 0 10px 0 0 !important;
	float: left !important;
	width: 22px !important;
	height: 22px !important;
	overflow: hidden !important;
}
.postFotoTopo {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.gallery a {
	background-color: rgba(0, 0, 0, 0.5);
	background: rgba(0, 0, 0, 0.5);
	background-image: url(images/zoom.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: auto 50px;
    -moz-background-size: auto 50px;
    -o-background-size: auto 50px;
    background-size: auto 50px;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.gallery a:hover {
	opacity: 1;
}
.postSingle .gallery li:before {
	display: none;
}
.postSingle .gallery  {
	overflow: hidden;
	clear: both;
	width: 102%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.postSingle .foto {
	padding-bottom: 100%;
	margin: 0;
}
.postSingle .gallery li {
	width: 48%;
	margin: 0 2% 2% 0 !important;
	padding: 0 !important;
}
/* formulario */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #151515;
	opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #151515;
	opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #151515;
	opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
	color: #151515;
	opacity: 1;
}
form {
	overflow: hidden;
	clear: both;
}
form input[type='text'], form input[type='file'], form input[type='email'], form input[type='date'], form input[type='tel'], textarea, select,  form input[type='url']  {
    width: 100%;
	-webkit-appearance: none;
    color: #151515;
	opacity: 1;
    background-color: #fff;
	border: 1px solid #E0D2B8;
    font-size: 15px;
	height: 40px;
	line-height: 40px;
    padding: 0 15px;
    margin: 0 0 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

textarea {
	height: 140px;
	resize: none;
	line-height: 20px;
	padding: 15px;
	background: #E0D2B8;
}
select {
	background: #fff url(images/setaSelect.png) center right no-repeat;
	border: 1px solid #E0D2B8;
	padding: 0 25px 0 15px;
}
.wpcf7-list-item {
	display: block !important;
	overflow: hidden;
	position: relative;
	padding: 0 !important;
	margin: 0 0 20px 0 !important;
	width: 100%;
	font-size: 15px;
	line-height: 20px;
}
label {
	display: block;
	clear: both;
	margin-bottom: 5px;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
}
form input[type='text'].wpcf7-not-valid, form input[type='email'].wpcf7-not-valid, form input[type='date'].wpcf7-not-valid,  form input[type='tel'].wpcf7-not-valid, form textarea.wpcf7-not-valid, .wpcf7 select.wpcf7-not-valid, form input[type='file'].wpcf7-not-valid, form input[type='url'].wpcf7-not-valid,
#contato form input[type='text'].wpcf7-not-valid, #contato form input[type='email'].wpcf7-not-valid, form input[type='date'].wpcf7-not-valid, #contato form input[type='tel'].wpcf7-not-valid, #contato textarea.wpcf7-not-valid  {
	border-color: #F00;
	background: #FFC;
}

form input.wpcf7-submit, .searchandfilter input[type='submit'] {
    padding: 0 !important;
	-webkit-appearance: none;
	margin: 0 0 20px 0 !important;
	float: right;
	border: 0 !important;
	background-image: url(images/enviar.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: 20px auto;
    -moz-background-size:  20px auto;
    -o-background-size:  20px auto;
    background-size:  20px auto;
	cursor: pointer;
	width: auto;
	line-height: 40px !important;
	height: auto !important;
	width: 40px;
	display: block;
	overflow: hidden;
	text-indent: -999px;
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.formWrapper form input.wpcf7-submit {
	text-indent: inherit;
	color: #fff;
	background: #6A764C;
	background-image: none;
	width: 100%;
	z-index: 1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}
.formWrapper form input.wpcf7-submit:hover {
	background: #4E3C21;
}
.searchandfilter input[type='submit'] {
	background: #4E3C21 url(images/busca.png) center no-repeat;
	-webkit-background-size: 20px auto;
    -moz-background-size:  20px auto;
    -o-background-size:  20px auto;
    background-size:  20px auto;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	width: 40px;
}
.searchandfilter input[type='submit']:hover {
	-webkit-background-size: 24px auto;
    -moz-background-size:  24px auto;
    -o-background-size:  24px auto;
    background-size:  24px auto;
}
form p, .wpcf7-checkbox {
	overflow: hidden;
	margin: 0;
}
.wpcf7-not-valid-tip {
	display: none !important;
}
.wpcf7-spinner {
	margin: 0 !important;
	float: left !important;
}
.formWrapper .wpcf7-spinner {
	margin: -60px 0 0 0 !important;
	float: right !important;
	z-index: 3;
}
div.wpcf7-response-output {
	font-size: 14px !important;
	line-height: 18px !important;
	font-weight: normal !important;
	margin: 0 0 20px 0 !important;
	padding: 10px !important;
	clear: both;
	text-align: center;
}
#filtrosBlog {
	overflow: hidden;
	margin-bottom: 40px;
	position: relative;
	width: 100%;
}
#filtrosBlog select, #filtrosBlog form input[type="text"] {
	border-color: #4E3C21;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.searchandfilter ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.searchandfilter li {
	width: 100%;
	padding: 0 !important;
	display: block !important;
}
.searchandfilter li:nth-child(2) {
	width: calc(100% - 50px);
}
.searchandfilter li:nth-child(3) {
	position: absolute;
	right: 0;
	top: 50px;
}
#noResults h3 {
	color: #6A764C;
}
#topoPost, #topo {
	overflow: hidden;
	position: relative;
	background: #E0D2B8;
}
#topo {
	padding: 100px 0;
}
#topoTexto {
	overflow: hidden;
	padding: 50px 0;
}
#topoPost .postFoto {
	margin: 0;
	height: 300px;
	padding: 0;
}
#topoTexto h1, #topo h1 {
	color: #1C1713;
	margin: 0;
}
#newsletter {
	overflow: hidden;
	padding: 30px 0;
	position: relative;
	z-index: 3;
	background: #fff;
}
#newsletterWrapper {
	padding: 0 20px;
	overflow: hidden;
	position: relative;
}
.single-post #newsletter {
	padding-top: 40px;
}
.single-post #newsletterWrapper {
	padding: 0;
}
#newsletter h2 {
	color: #1C1713;
	text-transform: uppercase;
	font-size: 35px;
	line-height: 45px;
	font-weight: 400;
}
#newsForm {
	position: relative;
	overflow: hidden;
}
#newsForm form input.wpcf7-submit {
	background: url(images/seta.png) left center no-repeat;
	-webkit-background-size: 20px auto;
    -moz-background-size:  20px auto;
    -o-background-size:  20px auto;
    background-size:  20px auto;
	width: 25px;
	height: 40px;
	position: absolute;
	z-index: 2;
	top: 50px;
	right: 10px;
}

#newsForm form input.wpcf7-submit:hover {
	background-position: right center;
}
#newsForm input[type='email'] {
	padding-right: 45px;
}
#newsForm  .wpcf7-spinner {
	margin: 0 !important;
	position: absolute;
	right: 10px;
	top: 55px;
	z-index: 3;
}
#newsForm span[data-name="your-email"] {
	display: block !important;
	clear: both !important;
	margin-bottom: 10px !important;
}
#profissionaisExtra {
	text-align: center;
	color: #1C1713;
}
.home #profissionaisExtra {
	border-top: 1px solid #1C1713;
}
#profissionaisExtra h2 {
	font-size: 40px;
	line-height: 45px;
	font-weight: 400;
	color: #1C1713;
	text-transform: uppercase;
	max-width: 740px;
	margin: 0 auto 20px auto;
}
.page-template-page-sobre #profissionaisExtra, .page-template-page-sobre #profissionaisExtra h2 {
	color: #6A764C;
}
#topoProfissional {
	overflow: hidden;
	position: relative;
	z-index: 3;
	background: #E0D2B8;
	padding-top: 50px;
}
.cargo {
	font-size: 25px;
	line-height: 35px;
	padding: 0 10px;
	text-tranform: uppercase;
	font-weight: 700;
	background: #4E3C21;
	color: #E0D2B8;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	display: block;
	float: left;
	margin-bottom: 20px;
}
#topoProfissional:before {
	width: 100%;
	height: 100px;
	content: "";
	z-index: 1;
	left: 0;
	bottom: 0;
	background: #fbf8f3;
	position: absolute;
}
#topoProfissional h1 {
	color: #1C1713;
	font-size: 40px;
	line-height: 50px;
	font-weight: 400;
	text-transform: none;
	margin-bottom: 20px;
	width: 100%;
	clear: both;
}
.pEmail a:link, .pEmail a:visited {
	color: #6A764C;
	font-size: 15px;
	line-height: 20px;
}
.pEmail a:hover, .pEmail a:active {
	color: #C09758;
}
#topoProfissional .social {
}
#topoProfissional .social a:link, #topoProfissional .social a:visited,
#profissionaisLista .social a:link, #profissionaisLista .social a:visited {
	font-size: 26px;
	line-height: 30px !important;
	display: block;
	color: #1C1713;
}
#topoProfissional .social a:hover, #topoProfissional .social a:active,
#profissionaisLista .social a:hover, #profissionaisLista .social a:active {
	color: #C09758;
}
#topoProfissional .postFoto, .profissional .postFoto {
	padding-bottom: 120%;
	margin: 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.profissional .postFoto {
	margin-bottom: 20px;
}
#profissionalFoto {
	width: 100%;
	max-width: 350px;
	margin: 0;
}
#profissionalInfo {
	overflow: hidden;
}


ul.social:not(:has(li)) {
	display: none;
}
#areaInfo, #perfil, #profissionaisWrapper, .single-post {
	background: #fbf8f3;
}
#areaInfo .blocos h2 {
	color: #4E3C21;
	text-transform: none;
}
#areaInfo .blocos ul, #areaInfo .blocos ul li {
	margin-bottom: 10px;
}
#areaInfo h2, #servicosExtra h2 {
	color: #1C1713;
	text-transform: uppercase;
	font-weight: 400;
}
#areasLista {
	position: relative;
	overflow: hidden;
}

#servicosExtra h2 {
	max-width: 510px;
	font-size: 40px;
	line-height: 45px;
}
#servicosExtra p {
	max-width: 455px;
}
#servicosExtra p:has(+ a.btn) {
	margin-bottom: 50px;
}
.bloco {
	overflow: hidden;
}
#quemIntro h1 {
	color: #6A764C;
	margin-bottom: 50px;
}
#quemValores {
	overflow: hidden;
	position: relative;
	z-index: 3;
}
#quemValores h2 {
	color: #6A764C;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 45px;
}
#valoresLista strong {
	color: #6A764C;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 35px;
	font-weight: 400;
}
#valoresLista li {
	overflow: hidden;
	position: relative;
	margin-bottom: 50px;
	padding-left: 50px;
	z-index: 2;
}
#valoresLista li:last-child {
	margin-bottom: 0;
	background: #fff;
}
#valoresLista ul {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	max-width: 475px;
}
#valoresLista ul:before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 14px;
	top: 5px;
	bottom: 0;
	background: #6A764C;
	width: 1px;
}
#valoresLista li:last-child:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 14px;
	top: 0;
	background: #6A764C;
	width: 1px;
	height: 10px;
}
#valoresLista li:before {
	width: 29px;
	height: 29px;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 5px;
	background: #6A764C;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
}
#quemMissao {
	background: #6A764C;
	color: #F0F0C9;
	overflow: hidden;
	position: relative;
	z-index: 3;
	padding-bottom: 30px;
	text-align: center;
}
#quemMissao p {
	max-width: 380px;
	margin: 0 auto 20px auto;
}
#quemMissao .bloco {
	padding-top: 50px;
}
#quemMissao h2 {
	color: #F0F0C9;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 45px;
}
#quemTrabalhe {
	background: #6A764C;
	color: #F0F0C9;
	padding-bottom: 10px;
}
#quemTrabalhe .blocos, .valores1 {
	margin-bottom: 30px;
}
#quemTrabalhe h2 {
	color: #F0F0C9;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 45px;
	max-width: 350px;
}
#quemTrabalhe a:link, #quemTrabalhe a:visited {
	color: #F0F0C9;
}
#quemTrabalhe a:hover, #quemTrabalhe a:active {
	text-decoration: underline;
}
#trabalheContato {
	overflow: hidden;
	position: relative;
	border-top: 1px solid #F0F0C9;
	padding-top: 30px;
}
#trabalheContato .blocos {
	margin-bottom: 0;
}
#trabalheContato h3 {
	text-transform: uppercase;
	font-weight: 400;
}
#quemPerfil {
	border-top: 1px solid #6A764C;
	position: relative;
	overflow: hidden;
	background: #fff;
	z-index: 3;
	font-size: 25px;
	line-height: 30px;
}
.error404 #newsletter {
	border-bottom: 1px solid #1C1713;
	border-top: 1px solid #1C1713;
	padding-top: 50px;
}
.home #quemPerfil {
	border-top: 0;
	border-bottom: 1px solid #1C1713;
	margin-bottom: 30px;
}
#quemPerfil .postFoto {
	margin: 0;
	padding-bottom: 75%;	
}
#quemPerfil h2 {
	font-size: 40px;
	line-height: 45px;
	text-transform: uppercase;
}
.home #quemPerfil h2 {
	color: #1C1713;
}
.blocoPerfil {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 50px 0 30px 0;
}
.blocoPerfil p {
	max-width: 380px;
	padding-top: 50px;
	background: url(images/aspas2.png) left top no-repeat;
	-webkit-background-size: auto 40px;
    -moz-background-size: auto 40px;
    -o-background-size: auto 40px;
    background-size: auto 40px;
	padding-top: 50px;
}
.home .blocoPerfil p {
	max-width: 380px;
	padding-top: 50px;
	background: url(images/aspas1.png) left top no-repeat;
	-webkit-background-size: auto 40px;
    -moz-background-size: auto 40px;
    -o-background-size: auto 40px;
    background-size: auto 40px;
	padding-top: 50px;
}
.blocoNumeros {
	padding-top: 30px;
}
.blocoNumeros h2 {
	font-size: 40px;
	line-height: 45px;
	margin-bottom: 50px;
}


#publicacoesTitulo h1 {
	max-width: 420px;
}
#navPublicacoes {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	overflow: hidden;
	margin-bottom: 10px;
}
#navPublicacoes li {
	margin: 0 10px 10px 0;
}
#navPublicacoes a:link, #navPublicacoes a:visited {
	border: 1px solid #5D1042;
	color: #5D1042;
	font-size: 15px;
	line-height: 20px;
	padding: 5px 20px;
	display: block;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
#navPublicacoes a:hover, #navPublicacoes a:active {
	border: 1px solid #6A764C;
	color: #fff;
	background: #6A764C;
}
#navPublicacoes li.current_page_item a {
	color: #fff;
	background: #5D1042;
}
.postFeed {
	color: #5D1042;
	overflow: hidden;
	position: relative;
	border-top: 1px solid #5D1042;
}
.postFeed strong, .postFeed p {
	color: #5D1042;
	display: block;
}
.postFeed a {
	display: block;
	padding: 20px 0 60px 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.postFeed span {
	position: absolute;
	left: 0;
	bottom: 0;
}
.postFeed h3 {
	color: #151515;
	font-weight: 400;
}
.parent-pageid-16 #newsletter {
	padding-top: 50px;
	border-top: 1px solid #5D1042;
}
#publicacoesTopo {
	background: #E0D2B8;
	color: #1C1713;
}
#publicacoesTopo h1 {
	color: #1C1713;
}
#publicacoesTopo h3 {
	color: #1C1713;
}

.single-post .postSingle {
	max-width: 900px;
	margin: 0 auto;
}
#areasWrapper h2 {
	font-size: 35px;
	line-height: 45px;
	color: #4E3C21;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 50px;
	max-width: 400px;
}
#areasWrapper:before {
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #E0D2B8;
	opacity: 0.75;
	content: "";
}
#areasWrapper #areaFoto {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-filter: grayscale(100%); /* Webkit */
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale"); /* Firefox4-34*/
	filter: gray;  /* IE6-9 */
	-webkit-filter: grayscale(1); /* Old WebKit */
}
.areaItem {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.areaItem .postFoto {
	z-index: 1;
	margin: 0;
	padding-bottom: 60%;
	-webkit-filter: grayscale(100%); /* Webkit */
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
	filter: gray;
	-webkit-filter: grayscale(1);
}
.areaItem:hover .postFoto {
	z-index: 1;
	margin: 0;
	padding-bottom: 60%;
	-webkit-filter: grayscale(0);
	filter: none;
	-webkit-filter: grayscale(0);
}
.areaItem a {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-end;
	text-align: left;
}
.areaItem h3 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 700;
	padding: 0 20px 20px 20px;
	text-transform: none;
	margin: 0;
	color: #fff;
}
#topoArea {
	background: #E0D2B8;
	padding-bottom: 0;
	color: #1C1713;
}
#topoArea h1 {
	color: #1C1713;
}
#topoArea .bloco {
	margin-bottom: 30px;
}
#topoArea #areaFoto {
	padding-bottom: 70%;
	margin: 0;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#profissionaisTopo {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #E0D2B8;
}
#profissionaisTopo .bloco {
	width: 100%;
	max-width: 680px;
}
#profissionaisTopo h1 {
	color: #C09758;
}
#profissionaisLista h3 {
	color: #1C1713;
	text-transform: none;
	margin-bottom: 10px;
}
#perfil {
	padding-bottom: 80px;
}
.profissional {
	overflow: hidden;
	margin-bottom: 30px;
}
.profissional .pEmail {
	margin-bottom: 10px;
}
.profissional .postFoto {
	-webkit-filter: grayscale(100%); /* Webkit */
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale"); /* Firefox4-34*/
	filter: gray;  /* IE6-9 */
	-webkit-filter: grayscale(1); /* Old WebKit */
}
.profissional:hover .postFoto {
	-webkit-filter: grayscale(0); /* Webkit */
	filter: none;
	-webkit-filter: grayscale(0); /* Old WebKit */
}
#topoPost a:link, #topoPost a:visited {
	color: #6A764C;
}
#topoPost a:hover, #topoPost a:active {
	color: #C09758;
}
#postAutor p {
	display: block;
	color: #C09758;
	margin: 0;
}
#postAutor ul {
	overflow: hidden;
	margin-bottom: 20px;
}
#topoPost h1 {
	margin-bottom: 0;
}
#topoPost h1:has(+ #postAutor) {
	margin-bottom: 50px;
}
#topoFaixa {
	display: none;
}
.formWrapper {
	padding: 20px 20px 0 20px;
	overflow: hidden;
	margin-bottom: 20px;
	border: 1px solid #DDE2E5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	position: relative;
	background: #fff;
}
.formWrapper h3 {
	color: #6A764C;
}
.bloco.blocoForm {
	max-width: 460px;
}
#contatoWrapper, #trabalhe {
	padding-bottom: 180px;
}
#contatoWrapper:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 300px;
	content: "";
	z-index: 1;
	background: #DDE2E5;
	background: -webkit-linear-gradient(0deg,rgba(221, 226, 229, 0) 0%, rgba(221, 226, 229, 0.8) 100%);
	background: -moz-linear-gradient(0deg,rgba(221, 226, 229, 0) 0%, rgba(221, 226, 229, 0.8) 100%);
	background: linear-gradient(0deg,rgba(221, 226, 229, 0) 0%, rgba(221, 226, 229, 0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr="#DDE2E5",
	  endColorstr="#DDE2E5",
	  GradientType=0
);
}
#contatoFoto {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 505px;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
}
.page-template-page-contato, .page-template-page-quem, .home {
	background: #fbf8f3;
}
#contatoWrapper h1, #trabalhe h2 {
	color: #1C1713;
	text-transform: uppercase;
}
#trabalhe:after {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	z-index: 1;
	height: 400px;
	width: 100%;
	background: url(images/grafismo.png) left top;
	-webkit-background-size: auto 200px;
    -moz-background-size: auto 200px;
    -o-background-size: auto 200px;
    background-size: auto 200px;
	content: "";
	opacity: 0.3;
	margin-top: -250px;
}
.topoQuem {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#quemWrapper h3 {
	color: #6A764C;
}
#dna, #topo.topoQuem {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#topo.topoQuem:before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	mix-blend-mode: multiply;
	opacity: 0.7;
}
#topo.topoQuem h1 {
	color: #C09758;
}
#dna:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	content: "";
	background: #C09758;
	opacity: 0.85;
}
#dnaMais { 
	cursor: pointer;
	font-size: 90px;
	line-height: 100px;
	position: relative;
	overflow: hidden;
	padding-right: 50px;
	max-width: 220px;
}
#dnaMais:hover {
	color: #F6F1E6;
}
#dnaMais:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	line-height: 40px !important;
	text-align: center !important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #F6F1E6;
	color: #C09758;
	font-family: 'Font Awesome 6 Free';
    font-size: 20px;
    content: '\2b';
}
#dnaMais.menos:after {
	content: '\f068';
}
#dnaSubtitulo {
	color: #F6F1E6;
	max-width: 430px;
}
#dnaWrapper {
	display: none;
	padding-top: 30px;
}
.home h2 {
	text-transform: uppercase;
}
#homeConteudos .bloco {
	width: 100%;
	max-width: 670px;
	margin-bottom: 30px;
}
#homeProfissionais .bloco {
	width: 100%;
	max-width: 700px;
}
#reconhecimentos h2 {
	color: #C09758;
	margin-bottom: 50px;
}
#reconhecimentos .gallery {
	background: #C09758;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
	padding: 30px 0;
}
#reconhecimentos, #homeConteudos {
	padding-top: 0;
}
#homeQuem h3 {
	color: #C09758;
	font-weight: 400;
	font-size: 35px;
	line-height: 40px;
	margin-bottom: 20px;
}
#publicacoesTopo .bloco p, #publicacoesTopo .bloco h3 {
	max-width: 530px;
}
#publicacoesTopo .bloco h3 {
	color: #4E3C21;
}
.page-template-page-publicacoes #publicacoesTopo .blocos {
	margin-bottom: 30px;
}
.page-template-page-publicacoes #publicacoesTopo {
	padding-bottom: 50px;
}

@media only screen 
and (min-width : 480px) {
.postSingle .gallery li {
	width: 31.3333%;
}
}
@media only screen 
and (min-width : 640px) {
.post .postFoto {
	padding-bottom: 65%;
}
#posts, #areasLista, #profissionaisLista, #postsDestaques {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	width: calc(100% + 20px);
}
#posts .post, .areaItem, #profissionaisLista .profissional, #postsDestaques .post {
	width: calc(50% - 20px);
	margin-right: 20px;
}
#areas {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.area {
	width: 50%;
}
.tag .area:last-child {
	width: 100%;
}

.searchandfilter ul {
	padding-right: 40px;
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.searchandfilter li, .searchandfilter li:nth-child(2) {
	width: calc(50% - 10px);
	margin-right: 10px;
}
.searchandfilter li:nth-child(3) {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	margin: 0;
	padding: 0;
}
#publicacoesWrapper h4 {
	margin-bottom: 20px;
}
#publicacoesTitulo {
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}





#contato section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
#contatoEndereco, #contatoInfoWrapper {
	width: 48%;
}

#relacionados #posts .post:nth-child(3), #homeConteudos #posts .post:nth-child(3) {
	display: none;
}
.postSingle .gallery li {
	width: 23%;
}


}
@media only screen 
and (min-width : 768px) {
#publicacoesTopo .bloco {
	width: calc(50% - 10px);
}
#homeGrafismo {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50%;
	height: 100%;
	z-index: 3;
	background: url(images/grafismoHome.png) right bottom no-repeat;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	mix-blend-mode: multiply;
}
#topoArea #areaFoto {
	position: absolute;
	width: 50%;
	top: 50px;
	bottom: 50px;
	right: 0;
	z-index: 1;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	padding: 0;
}
#publicacoesTopo .blocos, #dnaBlocos {
	align-items: center;
}


.blocoPerfil {
	padding: 50px 0 30px 50px;
}
.blocoNumeros {
	padding-top: 0;
}
#quemPerfil .bloco {
	width: 50%;
}
.bloco.valores1 {
	width: 340px;
}
.bloco.valores2 {
	width: calc(50% + 14px);
}
#quemMissao:before {
	left: 50%;
	top: 0;
	bottom: 0;
	content: "";
	position: absolute;
	z-index: 1;
	width: 1px;
	margin-left: -0.5px;
	background: #F0F0C9;
}
#newsletter h2 {
	width: 260px;
	float: left;
}
#newsForm {
	width: calc(100% - 310px);
	float: right;
}
#topoPost h1 {
	margin-bottom: 150px;
}
#topoPost h1:has(+ #postAutor) {
	margin-bottom: 50px;
}
#topoPost, #topoTexto {
	padding-bottom: 0;
}
#postAutor {
	padding: 50px 0 30px 0;
}
#topoPost:before {
	width: 100%;
	height: 100px;
	z-index: 1;
	left: 0;
	bottom: 0;
	background: #fbf8f3;
	position: absolute;
	display: block;
	content: "";
}
#topoFaixa {
	width: 100%;
	z-index: 2;
	left: 0;
	bottom: 0;
	background: #fbf8f3;
	position: absolute;
	display: block;
}
#topoPost .postFoto {
	position: absolute;
	right: 0;
	top: 50px;
	width: 50%;
	height: calc(100% - 50px);
	z-index: 3;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
#topoTexto {
	min-height: 300px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 48%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
.home #atuacao:before {
	background: url(images/grafismo.png) center right no-repeat;
	-webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
	content: "";
	position: absolute;
	right: -120px;
	top: 0;
	width: 100%;
	height: 105%;
	position: absolute;
	z-index: 1;
	opacity: 0.2;
	
}


.single-area #interna h4 {
	display: none;
}

.single-area .postSingle {
	float: right;
	width: calc(100% - 340px);
}

#areas li, #interna #areas li {
	width: 100%;
}
#sobreFoto {
	position: absolute;
	right: 0;
	top: 100px;
	bottom: 100px;
	width: 50%;
	padding: 0;
	z-index: 2;
}
.mobile {
	display: none;
}
.desktop {
	display: block;
}
.blocos, #postsRelacionados, .profissional section, #topoProfissional section, #feed section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}
#topoProfissional section {
	flex-direction: row-reverse;
}
.postFeed {
	border: 0;
	width: 45%;
}
#quemIntro .blocos {
	flex-direction: row-reverse;
}
#quemTrabalhe .blocos, #quemPerfil .blocos {
	align-items: center;
}


#profissionalInfo {
	width: calc(100% - 350px);
}
#profissionalFoto {
	width: 300px;
	max-width: none;
}




.bloco {
	width: 46%;
}

#profissionalPerfil {
	width: calc(100% - 330px);
	float: right;
}



}
@media only screen 
and (min-width : 1024px) {
#homeProfissionais:before {
	position: absolute;
	right: 0;
	top: 50%;
	display: block;
	z-index: 1;
	height: 250px;
	width: calc(50% - 200px);
	background: url(images/grafismo.png) left top;
	-webkit-background-size: auto 250px;
    -moz-background-size: auto 250px;
    -o-background-size: auto 250px;
    background-size: auto 250px;
	content: "";
	opacity: 0.5;
	margin-top: -125px;
}
.bloco.blocoForm {
	width: calc(100% - 350px);
	max-width: 460px;
}
.bloco.blocoContato {
	width: 670px;
}
#profissionaisLista .profissional {	
	width: calc(33.3333% - 20px);
}
#topoProfissional {
	padding-top: 100px;
}
#profissionalInfo {
	width: calc(100% - 550px);
}
#profissionalFoto {
	width: 450px;
	max-width: none;
}
#perfil {
	padding-top: 0;
}
#perfil .postSingle {
	padding-left: 550px;
}
#topoArea .bloco {
	padding: 0 0 50px 0;
}
#areasWrapper #areaFoto, #contatoFoto {
	background-attachment: fixed;
}
#contatoEndereco, #contatoInfoWrapper {
	width: auto;
}
#contatoInfoWrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}
#contatoInfo {
	margin-right: 20px;
}
#posts .post, .areaItem {
	width: calc(33.333% - 20px);
	margin-right: 20px;
}
#relacionados #posts .post:nth-child(3), #homeConteudos #posts .post:nth-child(3) {
	display: block;
}
.postFeed a {
	padding: 50px 0 80px 0;
}
.postFeed span {
	bottom: 30px;
}

#quemIntro .bloco {
	width: 55%;
	font-size: 25px;
	line-height: 30px;
}
#quemIntro .bloco.blocoNumeros {
	width: 350px;
}
#quemPerfil:before {
	content: "";
	background: url(images/aspas2.png) left top no-repeat;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	position: absolute;
	width: 70px;
	height: 80px;
	left: calc(50% - 10px);
	top: 30px;
	z-index: 7;
}
.home #quemPerfil:before {
	content: "";
	background: url(images/aspas1.png) left top no-repeat;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	position: absolute;
	width: 70px;
	height: 80px;
	left: calc(50% - 10px);
	top: 30px;
	z-index: 7;
}
.blocoPerfil {
	padding: 50px 0 30px 90px;
}
.blocoPerfil p, .home .blocoPerfil p {
	padding: 0;
	background: none;
}
.bloco.bloco1 {
	width: 350px;
}
.bloco.bloco2 {
	width: calc(100% - 500px);
	max-width: 670px;
}
#trabalheContato .bloco2 {
	text-align: right;
}





#newsletterWrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0;
}
#newsForm {
	width: calc(100% - 360px);
}
.postRelacionado {
	width: 49%;
}
.postRelacionado .postFoto {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	padding: 0;
	width: 45%;
}


footer section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
footer ul {
	justify-content: flex-start;
}
footer ul li {
	margin: 0 40px 0 0;
}
footer ul li:last-child, footer p {
	margin: 0;
}
#assinatura {
	margin: 0;
}


.single-area .postSingle {
	width: calc(100% - 390px);
}
#sobreVideo {
	padding: 50px 0 0 0;
}
#atuacao .bloco {
	width: 40%;
}

#profissionaisSlide .profissional {
	margin: 0 20px;
}







#sobre:before {
	content: "";
	height: 200px;
	width: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	background: #E5E5E5;
	background: -webkit-linear-gradient(180deg,rgba(229, 229, 229, 0) 0%, rgba(229, 229, 229, 1) 100%);
	background: -moz-linear-gradient(180deg,rgba(229, 229, 229, 0) 0%, rgba(229, 229, 229, 1) 100%);
	background: linear-gradient(180deg,rgba(229, 229, 229, 0) 0%, rgba(229, 229, 229, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr="#E5E5E5",
	  endColorstr="#E5E5E5",
	  GradientType=0
	);
}


.bannerTexto {
	height: calc(100vh - 100px);
	max-height: 700px;
}

#headerMobile, .fa-xmark, .qtranxs_widget_end  {
	display: none !important;
}
#menuWrapper {
	width: 100%;
	left: 0;
	top: 0;
	bottom: auto;
	display: block !important;	
	height: 80px;
}

#menuWrapper .logo {
	display: block;
	position: absolute;
	left: 20px;
	top: 0;
}
.menu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	position: relative;
	clear: none;
	padding: 0 20px;
	height: 80px;
}
#menuPrincipal {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	height: 80px;
}
#nav {
	clear: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	margin: 5px 0 0 0;
	z-index: 2;
}
#nav li {
	margin: 0;
	clear: none;
	position: relative;
	margin-left: 20px;
	font-size: 12px;
	line-height: 20px;
}
#nav li:first-child {
	margin: 0;
}
#menuWrapper #nav a {
	display: block;
	position: relative;
	overflow: hidden;
}
.language-chooser {	
	position: absolute;
	right: 0;
	top: 5px;
	z-index: 3;
}
.language-chooser li {
	padding: 0 7px;
}
#menuWrapper #mCliente a:link, #menuWrapper #mCliente a:visited {
	padding: 5px 10px;
}

}
@media only screen 
and (min-width : 1280px) {
#quemWrapper .postSingle, #dnaWrapper {
	width: 910px;
	margin: 0 auto;
}
#quemWrapper:after {
	width: 15%;
	right: 0;
	top: 0;
	position: absolute;
	z-index: 1;
	content: "";
	height: 100%;
	background:url(images/grafismoHorizontal.png) left top;
	-webkit-background-size: 200px auto;
    -moz-background-size: 200px auto;
    -o-background-size: 200px auto;
    background-size: 200px auto;
	opacity: 0.3;
}
.pEmail a:link, .pEmail a:visited {
	font-size: 20px;
	line-height: 25px;
}
.areaItem {
	width: calc(25% - 20px);
}	
#nav li {
	margin-left: 35px;
}
#menuWrapper #nav li#mCliente {
	margin-left: 65px;
}
#topo.topoQuem {
	padding: 150px 0;
}
#topo.topoQuem:after {
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: -70px;
	width: 246px;
	height: 166px;
	background: url(images/simbolo.png) left top no-repeat;
}
#quemWrapper:before {
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	top: -96px;
	width: 246px;
	height: 166px;
	background: url(images/simbolo.png) left top no-repeat;
}
}
@media only screen 
and (min-width : 1366px) {
.bloco.homeQuemBloco1 {
	width: 590px;
}
.bloco.homeQuemBloco2 {
	width: 640px;
}
#homeProfissionais:before {
	width: calc(50% - 100px);
}
#topo.topoQuem:after, #quemWrapper:before {
	left: 50%;
	width: 1300px;
	margin-left: -650px;
}
#areasLista {
	width: calc(100% + 40px);
}
#areasLista li {
	width: calc(25% - 40px);
	margin: 0 40px 40px 0;
}
section, .menu {
	width: 1300px;
	padding: 0;
	margin: 0 auto;
}
#nav li {
	margin-left: 45px;
}
#menuWrapper #nav li#mCliente {
	margin-left: 75px;
}
#menuWrapper .logo {
	left: 0;
}
#profissionaisLista {
	width: calc(100% + 50px);
}
#profissionaisLista .profissional {
	width: calc(33.3333% - 50px);
	margin-right: 50px;
}
#topoTexto {
	width: 35%;
}
#topoPost .postFoto {
	width: 60%;
}
}