/*
Theme Name: De Vivo
Theme URI: https://www.devivo.com.br/
Description: Template para De Vivo
Author: Rusvel Nantes 
Version: 1.0
License: None
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto: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;
}
*::--webkit-media-controls-play-button {
	display: none!important;
	-webkit-appearance: none;
}
*::-webkit-media-controls-start-playback-button {
	display: none!important;
	-webkit-appearance: none;
}
.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 */
header, .logoWrapper, #menuWrapper, #openMenu, #areaNav a, #areaNav a:before, .postFoto, .pEmail, .pEmail .fa-regular, .btnMais, aside a, #menuWrapper a, #contato a, #perfil a, #politicasWrapper a, .slick-prev:before, .slick-next:before, .btn, .btn:before, .btn:after, form input.wpcf7-submit, .searchandfilter input[type='submit'], #setaArea {
	-moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
body {
	background: #fff;
	color: #000;
	font-size: 20px;
	line-height: 25px;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 100;
	font-style: normal;
	font-variation-settings:
    "wdth" 100;
}
h1, h2 {
	font-size: 40px;
	line-height: 45px;
	color: #FFA800;
	font-weight: 300;
	margin-bottom: 20px;
}
.verMais {
	height: 40px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
.verMais a {
	display: block;
}
.mais span {
	color: #F9B000;
	background: #002A3A;
	padding: 0;
	z-index: 1;
	position: relative;
	margin-left: 15px;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	display: block;
	opacity: 0;
	width: 0;
	text-align: center;
	white-space: nowrap;
    overflow: hidden;
}
.mais:hover span {
	opacity: 1;
	width: 80px;
	padding-left: 20px;
}
.mobile {
	display: block;
}
.desktop {
	display: none;
}

h3 {
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 20px;
	font-weight: 700;
}
#noResults {
	overflow: hidden;
	position: relative;
}
#noResults h3 {
	margin-bottom: 10px;
	color: #FFA800;
}
h4 {
	font-size: 15px;
	line-height: 15px;
	padding: 2px 0 2px 10px;
	font-weight: 400;
	margin-bottom: 20px;
	border-left: 1px solid #1D1D1B;
	text-transform: uppercase;
}
.home h4 {
	margin-bottom: 50px;
}
section {
	padding: 0 20px;
	overflow: hidden;
	clear: both;
	position: relative;
	z-index: 4;
}
a:link, a:visited {
	color: #1D1D1B;
	text-decoration: none;
}
a:hover, a:active {
	color: #FFA800;
}
p, .video, .bloco .fluid-width-video-wrapper {
	margin-bottom: 20px;
}
/* formulario */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #1D1D1B;
	opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #1D1D1B;
	opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #1D1D1B;
	opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
	color: #1D1D1B;
	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: #1D1D1B;
	opacity: 1;
    background-color: #fff;
	border: 1px solid #fff;
    font-size: 15px;
	height: 35px;
	line-height: 35px;
    padding: 0 15px;
    margin: 0 0 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings:
    "wdth" 100;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

textarea {
	height: 140px;
	resize: none;
	line-height: 20px;
	padding: 10px;
}
select {
	background: #fff url(images/setaSelect2.png) center right no-repeat;
	-webkit-background-size: auto 25px;
    -moz-background-size:  auto 25px;
    -o-background-size:  auto 25px;
    background-size:  auto 25px;
	border: 0;
	padding: 0 30px 0 15px;
	border: 1px solid #FFA800;
}

label {
	display: block;
	clear: both;
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
}
#newsletter label {
}
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;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

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-color: #907E59;
	cursor: pointer;
	width: auto;
	line-height: 35px !important;
	height: auto !important;
	width: 120px;
	display: block;
	overflow: hidden;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	font-family: 'Gilroy';
}
#contato form input.wpcf7-submit {
	color: #fff;
	background: #939598;
}
form input.wpcf7-submit:hover {
	color: #fff;
	background: #999;
}
.searchandfilter input[type='submit'] {
	text-indent: -9999px;
	background: url(images/buscaAmarela.png) center right no-repeat;
	-webkit-background-size: auto 30px;
    -moz-background-size: auto 30px;
    -o-background-size: auto 30px;
    background-size: auto 30px;
	width: 30px;
	height: 35px;
	border: 0;
}
#filtrosBlog input[type='text'], #filtrosBlog select {
	border: 1px solid #FFA800 !important;
}
form p, .wpcf7-checkbox {
	overflow: hidden;
	margin: 0;
}
.wpcf7-not-valid-tip {
	display: none !important;
}
.wpcf7-spinner {
	margin: 0 !important;
	float: left !important;
}
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;
}
header {
	width: 100%;
	position: fixed;
	z-index: 9990;
	left: 0;
	top: 0;
	background: #fff;
}
header.bgMenu {
	background-color: rgba(255, 255, 255, 0.9);
	background: rgba(255, 255, 255, 0.9);
}
.logo {
	display: block;
	float: left;
	height: 60px !important;
	width: auto !important;
	position: relative;
	margin: 10px 0;
}


.fa-bars, .fa-xmark, .fa-equals {
	color: #1D1D1B;
	font-size: 25px;
	line-height: 80px !important;
	height: 80px;
	cursor: pointer;
	float: right;
}
#menuWrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9995;
	left: 0;
	top: -100%;
	background: #fff
}
#menuWrapper section {
	height: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
#menuWrapper.visible {
	top: 0;
}
.topoMenu {
	overflow: hidden;
	width: 100%;
}
#menuPrincipal {
	overflow: hidden;
	clear: both;
	font-size: 18px;
	line-height: 24px;
}
#nav {
	overflow: hidden;
	clear: both;
	padding-top: 20px;
	position: relative;
	z-index: 1;
}
#nav li {
	overflow: hidden;
	clear: both;
	position: relative;
	margin-bottom: 15px;
	font-weight: 700;
}
#nav a:link, #nav a:visited {
	color: #707070;
}
#nav a:hover, #nav a:active {
	color: #000;
}

.home #nav li#mHome a, .single-post #nav li#mPublicacoes a, .archive.category #nav li#mPublicacoes a, .archive.date #nav li#mPublicacoes a, .page-template-page-publicacoes #nav li#mPublicacoes a, .page-template-page-sobre #nav li#mQuem a, .page-template-page-areas #nav li#mAreas a, .page-template-page-profissionais #nav li#mProfissionais a, .single-profissional #nav li#mProfissionais a, .buscaEquipe #nav #mEquipe a,  .buscaBlog #nav li#mPublicacoes a, .page-template-page-contato #nav li#mContato a, .singleArea #nav li#mAreas a, .page-template-page-social #nav li#mSocial a, .page-template-page-carreiras #nav li#mCarreiras a {
	color: #FFA800;
}
.language-chooser {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	margin: 0 0 20px 0; 
}
.language-chooser li {
	position: relative;
	overflow: hidden;
	margin-right: 5px;
}
.language-chooser li:last-child {
	padding: 0;
	margin: 0;
	border: 0;
}
#menuAuxiliar a:link, #menuAuxiliar a:visited {
	color: #000;
	display: block;
	width: 23px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	border: 1px solid #000;
	font-size: 10px;
	font-weight: 400;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#menuAuxiliar a:hover, #menuAuxiliar a:active {
	background: #000;
	color: #fff;
}
.language-chooser li.active a {
	color: #fff !important;
	background: #FFA800 !important;
	border-color: #FFA800 !important;
}
#menuAuxiliar {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	z-index: 2;
	position: relative;
}
#menuAuxiliar .social li:last-child {
	margin: 0;
}
/* equipe */


/* equipe interna */








a.btnMais:link, a.btnMais:visited {
	border: 1px solid #1D1D1B;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 24px;
	color: #1D1D1B;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	float: left;
	margin-bottom: 20px;
	width: 38px;
	height: 38px;
	text-align: center;
}
#home a.btnMais:link, #home a.btnMais:visited {
	border-color: #fff;
	color: #fff;
	margin: 0;
}
#home a.btnMais:hover, #home a.btnMais:active,
a.btnMais:hover, a.btnMais.active {
	border-color: #FFA800;
	color: #FFA800;
}

a.btn:link, a.btn:visited {
	border: 1px solid #1D1D1B;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	font-size: 15px;
	text-transform: uppercase;
	color: #1D1D1B;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	float: left;
	margin-bottom: 20px;
	width: auto;
	line-height: 38px;
	padding: 0 40px 0 15px;
	text-align: center;
	font-weight: 400;
	position: relative;
	overflow: hidden;
}
a.btn:before {
	width: 26px;
	height: 26px;
	position: absolute;
	top: 6px;
	right: 6px;
	content: "";
	z-index: 1;
	background: #1D1D1B;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
a.btn:hover:before, a.btn:active:before {
	background: #fff;
}
a.btn:after  {
	font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 14px;
	height: 26px;
	line-height: 26px !important;
	width: 26px;
	text-align: center !important;
	position: absolute;
	right: 6px;
	top: 6px;
	z-index: 2;
    content: '\2b';
	color: #fff;
}
#carreirasWrapper a.btn:after {
	content:'\f0e0';
	font-size: 13px;
}
a.btn:hover, a.btn:active {
	border-color: #1D1D1B;
	background: #1D1D1B;
	color: #fff;
}
a.btn:hover:after, a.btn:active:after {
	color: #1D1D1B;
}
#homeQuem a.btn:after {
	color: #FFA800;
}
.topo .btnMais span, .btnCenter .btnMais span, .single-post .scrollTop, .page-template-page-time .scrollTop, .buscaEquipe .scrollTop {
	background-color: #fff;
}
.topo .btnMais:hover span, .btnCenter .btnMais:hover span, .single-post .scrollTop:hover, .page-template-page-time .scrollTop:hover, .buscaEquipe .scrollTop:hover {
	background-color: #3c3c3c;
}
.topo .btnMais:hover h1 {
	color: #3c3c3c;
}
.profissionalTitulo a:hover h1 {
	color: #fff !important;
}
.btnMais:hover span {
	background-color: #fff;
}
.blocoFoto {
	width: 280px;
}
.profissionalContato li {
	overflow: hidden;
	position: relative;
	margin-bottom: 5px;
	line-height: 24px;
	overflow: hidden;
	position: relative;
}
.profissionalContato a {
	display: block;
	float: left;
	padding-left: 24px;
}

/* home */
#setaArea {
	animation: bounce 0.7s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	position: relative;
	z-index: 9
}
.home #setaArea {
	margin: 0 auto 50px auto;
	display: block;
	width: 50px;
	text-align: center !important;
}

@keyframes bounce {
	from { transform: translate3d(0, 0, 0);     }
	to   { transform: translate3d(0, 10px, 0); }
}
@-o-keyframes bounce {
	from { transform: translate3d(0, 0, 0);     }
	to   { transform: translate3d(0, 10px, 0); }
}
@-moz-keyframes bounce {
	from { transform: translate3d(0, 0, 0);     }
	to   { transform: translate3d(0, 10px, 0); }
}
@-webkit-keyframes bounce {
	from { transform: translate3d(0, 0, 0);     }
	to   { transform: translate3d(0, 10px, 0); }
}
#home {
	position: relative;
	overflow: hidden;
	background: #fff;
	z-index: 10;
}
#home .slick-prev, #home .slick-next {
	display: none !important;
}

#homeSlide {
	padding-bottom: 30px;
}
.homeBanner {
	position: relative;
	overflow: hidden;
	background: #FFA800;
}
.videoWrapper {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: 2;
	display: block;
}
.videoWrapper  video {
	min-width: 100%; 
	min-height: 100%; 
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#home .postFoto {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0;
}
#home h1 {
	color: #fff;
	max-width: 450px;
	margin: 0 0 20px 0; 
}
#home section {
	height: 450px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
.bannerSelo {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background: url(images/icone.png) right top no-repeat;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

img.responsive {
	width: 100% !important;
	height: auto !important;
	display: block;
	margin-bottom: 20px;
}
/* areas */

/* banner */



/* 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: 60%;
	position: relative;
	overflow: hidden;
}
/*.post a {
	display: block;
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 32, 67, 0.7);
	background: rgba(0, 32, 67, 0.7);
}*/
#posts .postFoto a:hover, .profissionais .postFoto a:hover, .postDestaque .postFoto a:hover, .blocoDestaque .postFoto a {
	opacity: 1;
}
#lideranca .postFoto:before, .blocoFoto .postFoto:before {
	background-color: rgba(0, 0, 0, 0.3);
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
}
.post {
	overflow: hidden;
	position: relative;
	border: 1px solid #fff;
	background: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.post .postFoto {
	margin: 0;
	padding-bottom: 125%;
	position: relative;
	z-index: 1;
	-moz-transition: all .6s;
    -webkit-transition: all .6s;
    transition: all .6s;
}
#relacionados .post .postFoto {
	padding-bottom: 125%;
}
.post:hover .postFoto, .profissional .postFoto:hover {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.post .postInfo {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.post:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	z-index: 2;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #000000;
	background: -webkit-linear-gradient(0deg,rgba(0, 0, 0, 0.9) 10%, rgba(29, 29, 27, 0.6) 60%, rgba(255, 255, 255, 0) 100%);
	background: -moz-linear-gradient(0deg,rgba(0, 0, 0, 0.9) 10%, rgba(29, 29, 27, 0.6) 60%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(0deg,rgba(0, 0, 0, 0.9) 10%, rgba(29, 29, 27, 0.6) 60%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr="#000000",
	  endColorstr="#FFFFFF",
	  GradientType=0
	);
	/*mix-blend-mode: multiply;*/
	opacity: 1;
}
.postInfo a {
	height: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-end;
	position: relative;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
}
.post span {
	display: block;
	font-size: 20px;
	line-height: 25px;
	padding-top: 10px;
	border-top: 1px solid #FBBD2A;
	margin: 0 0 20px 0;
	width: 100%;
	text-transform: uppercase;
	color: #FBBD2A;
	font-weight: 400;
}
.post h3 {
	font-size: 30px;
	line-height: 35px;
	font-weight: 300;
	margin-bottom: 10px;
	width: 100%;
	color: #fff;
}

.btnCenter {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding-top: 30px;
	width: 100%;
	clear: both;
}







.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;
}
.conteudo {
	padding: 50px 0 30px 0;
	overflow: hidden;
	clear: both;
	position: relative;
	z-index: 5;
}
#homeBG {
	position: relative;
	overflow: hidden;
}

.home .conteudo:after {
	display: none;
}
.bloco {
	overflow: hidden;
	position: relative;
}
/* home */



.single-post {
	background: #fff;
}

.postHeader {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 15px;
	font-weight: 700;
	text-transform: uppercase;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content:  flex-start;
	color: #333;
}
.postHeader span {
	display: block;
	padding: 0 6px;
}
.postData {
	font-size: 12px;
	line-height: 15px;
	overflow: hidden;
	font-weight: 700;
	margin-bottom: 10px;
}
.postCat {
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}



.postSingle img {
	display: block;
	width: 100% !important;
	height: auto !important;
	margin-bottom: 20px;
}
.postSingle ul, .pInfo ul, .blocoPerfil ul, .blocoArea ul, #sobre ul, .blocoComoAjudamos ul, .blocoPerfil ul {
	margin-bottom: 20px;
	overflow: hidden;
}
.postSingle ul li, .pInfo ul li, .blocoPerfil ul li,  .blocoArea ul li,  #sobre ul li, .blocoComoAjudamos ul li, .blocoPerfil ul li {
	overflow: hidden;
	position: relative;
	padding-left: 15px;
}
.postSingle h2 {
	text-transform: none;
	font-weight: 700;
}
.postSingle ul li:before, .pInfo ul li:before, .blocoPerfil ul li:before, .blocoArea ul li:before, #sobre ul li:before, .blocoComoAjudamos ul li:before, .blocoPerfil ul li:before  {
	font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 5px;
	height: 25px;
	line-height: 25px !important;
	position: absolute;
	left: 1px;
	top: 0;
    content: '\f111';
	color: #FFA800;
}
.postSingle .postCat ul li {
	padding: 0;
	font-weight: 700;
}
.postSingle .postCat ul li:before, .postSingle .gallery li:before {
	display: none;
}
.postSingle .gallery li {
	padding: 0;
}
.error404 .conteudo {
	padding: 100px 0 80px 0;
}
.error404 h1 {
	margin-bottom: 20px;
}
.error404 h2 {
	text-transform: none;
	margin-bottom: 20px;
}

/* 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 40px 0;
}
#pagenav a, #pagenav span {
	position: relative;
	margin: 0 5px 10px 5px;
	font-size: 15px;
	font-weight: 700;
	color: #000;
	background: none;
	line-height: 30px;
	height: 30px;
	width: 30px;
	text-align: center;
	overflow: hidden;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#pagenav span.current {
	color: #fff;
	background: #F6B221;
}
#pagenav span.dots, #pagenav a:link, #pagenav a:visited {
	color: #000;
	background: #fff;
}
#pagenav a:hover, #pagenav a:active {
	color: #fff;
	background: #000;
}
/* post interna */


.postShare {
	padding: 30px 0 20px 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}

.postFooter {
	overflow: hidden;
	padding-top: 20px;
	border-top: 1px solid #f5f5f5;
	font-size: 16px;
	line-height: 20px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #999;
}
#postAreas, #postAutores {
	overflow: hidden;
	padding-top: 30px;
	margin-bottom: 15px;
}
#postAreas div, #postAutores div {
	position: relative;
	overflow: hidden;
	margin-bottom: 5px;
	line-height: 30px;
}
#postAreas a:link, #postAreas a:visited, #postAutores a:link, #postAutores a:visited {
	color: #FFA800;
	font-weight: 700;
}
#postAreas a:hover, #postAreas a:active, #postAutores a:hover, #postAutores a:active {
	color: #1D1D1B;
}
.addtoany_shortcode {
	overflow: hidden;
}
.postSingle .gallery  {
	overflow: hidden;
	clear: both;
	width: 102%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.gallery .foto {
	padding-bottom: 100%;
}
.postSingle .gallery li {
	width: 48%;
	margin: 0 2% 2% 0 !important;
	padding: 0 !important;
}

.gallery a {
	background-color: rgba(0, 32, 67, 0.7);
	background: rgba(0, 32, 67, 0.7);
	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 ol {
	margin-bottom: 20px;
}
ol {
	list-style-position: outside;
	margin-bottom: 30px;
}
ol li {
	list-style-type: decimal;
	margin-left: 25px;
}
blockquote {
	margin: 0 0 20px 0;
	font-size: 25px;
	line-height: 30px;
	border-left: 5px solid #907E59;
	color: #907E59;
	font-weight: 300;
	position: relative;
	text-transform: none;
	font-style: italic;
	z-index: 1;
}

blockquote p {
	padding: 20px 0 20px 25px;	
	margin: 0;
}
.postSingle img {
	height: auto;
    max-width: 100%;
	display: block;
	margin: 0 auto 20px auto;
	image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.wp-caption  {
	background: #FAFAFA;
	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;
}



/* posts relacionados */


#relacionados {
	overflow: hidden;
	z-index: 2;
	position: relative;	
	background: #fff;
}
#relacionados #posts {
	margin-bottom: 30px;
}


.perfilNome {
	overflow: hidden;
	margin-bottom: 20px;
	color: #907E59; 
}
.perfilNome h1, .perfilNome p {
	margin-bottom: 0;
	text-transform: uppercase;
}


.bloco {
	overflow: hidden;
}




.areaTitulo {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.postTitulo {
	overflow: hidden;
	position: relative;
}
/*.pTitulo h2 {
	border-bottom: 2px solid #a3b4ae;
	padding-bottom: 20px;
}*/
#topoBusca {
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
#topoBusca h1 {
	text-transform: uppercase;
	margin-bottom: 20px;
}
#busca {
	position: relative;
	overflow: hidden;
	height: 35px;
	margin-bottom: 50px;
	padding-right: 40px;
}

#busca input#searchsubmit {
	width: 30px;
	height: 35px;
	overflow: hidden;
	text-indent: 9999px;
	cursor: pointer;
	background: url(images/buscaMarrom.png) center right no-repeat;
	-webkit-background-size: auto 30px;
    -moz-background-size: auto 30px;
    -o-background-size: auto 30px;
    background-size: auto 30px;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	border: 0 !important;
	padding: 0 !important;
}

aside {
	max-width: 300px;
	padding-top: 50px;
	overflow: hidden;
}

.sideCat ul li a {
	display: block;
	padding-right: 25px;
	border-bottom: 1px solid #a3b4ae;
	position: relative;
	padding: 10px 25px 10px 0;
	overflow: hidden;
}
.sideCat ul li a:before {
	font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 12px;
	height: 24px;
	line-height: 24px !important;
	position: absolute;
	right: 1px;
	top: 50%;
	margin-top: -13px;
    content: '\f105';
}
.sideBox {
	overflow: hidden;
	margin-bottom: 40px;
}
aside h3 {
	color: #a3b4ae;
	font-size: 14px;
	line-height: 20px;
	border-bottom: 1px solid #a3b4ae;
	padding-bottom: 10px;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-weight: bold;
}
.sideBox.sideCat {
	margin-bottom: 50px;
}
aside .sideCat h3 {
	margin-bottom: 0;
}
.tagCloud a:link, .tagCloud a:visited {
	background: #0f9f9e;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	float: left;
	font-size: 13px !important;
	line-height: 16px !important;
	padding: 5px 10px;
	margin: 0 10px 10px 0;
}
.tagCloud a:hover, .tagCloud a:active {
	background: #73414d;
	color: #fff;
}













/*.titulo {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: flex-start;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.titulo h2, .titulo h1 {
	margin: 0 20px 15px 0;
}*/
.homeConteudo {
	overflow: hidden;
	position: relative;
}
.homeConteudo .post {
	width: 100%;
	margin: 0 0 50px 0;
}

#btnTopo {
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.postSingle .postCat {
	margin-bottom: 0;
}
.postSingle ul.post-categories {
	margin-bottom: 10px;
}

.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;
}
aside h4, .postShare h4 {
	margin-bottom: 5px;
}
aside


/* area interna */

#botaoTopo {
	width: 100%;
	background: #fff;
	height: 200px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.home #botaoTopo {
	height: 100px;
	justify-content: flex-end;
	position: relative;
	z-index: 9;
}

.page-template-page-publicacoes #botaoTopo,
.archive #botaoTopo, .search #botaoTopo, .single-post #botaoTopo {
	height: 100px;
	justify-content: flex-start;
	z-index: 3;
	margin-top: -50px;
	position: relative;
}
.single-post #botaoTopo {
	margin-top: -40px;
}


.postSingle table {
	max-width: 100%;
	padding: 10px;
	background: #fff;
	margin-bottom: 20px;
	border: 1px solid #333;
}
.postSingle td {
	padding: 5px;
	width: auto !important;
}




.firstWord {
	display: block;
}


/* contato rodape */
#contatoWrapper {
	overflow: hidden;
	position: relative;
	background: #1D1D1B;
	color: #fff;
	font-weight: 400;
	padding-bottom: 0;
}
#contatoInfo {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
#contatoInfo p {
	position: relative;
	overflow: hidden;
	padding-left: 30px;
	font-size: 20px;
	line-height: 25px;
}
.mapa {
	position: relative;
	height: 300px;
    overflow: hidden;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 50px;
}
.mapa iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
	z-index: 1;
	pointer-events: none;
}
#contatoInfo .fa-regular, #contatoInfo .fa-solid {
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	text-align: center !important;
	line-height: 25px !important;
	color: #FFA800;
}
.contatoLogo {
	width: 158px;
	overflow: hidden;
	position: relative;
	margin: 0 20px 20px 0;	
}
.contatoSelo {
	overflow: hidden;
	position: relative;
	width: 55px;
	margin: 0 25px 20px 0;
}
#contatoIntro {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: flex-start;
	margin-bottom: 30px;
}
.contatoLogo img, .contatoSelo img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
}
#contatoRodape {
	overflow: hidden;
	margin-bottom: 30px;
}
#contatoRodape li, #contatoRodape p {
	overflow: hidden;
	margin-bottom: 10px;
}
#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: #FFA800;
}
#contato .social a:link, #contato .social a:visited {
	color: #FFA800;
}
#contato .social a:hover, #contato .social a:active {
	color: #fff;
}
.social {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 50px;
}
.social li {
	overflow: hidden;
	margin: 0 15px 0 0;
	font-size: 22px;
	padding: 0 1px;
	height: 24px;
	line-height: 24px !important;
}
#contato .social {
	margin: 0 0 20px 0;
	flex-direction: column;
}
#contato .social li {
	margin: 0 0 10px 0;
}
.social li:last-child, #contato .social li:last-child {
	margin: 0;
}
/* rodape */
footer {
	padding: 0 0 20px 0;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #fff;
	background: #717271;
	font-weight: 400;
}
footer section {
	padding-top: 20px !important;
}

#assinatura {
	width: 180px;
	height: 14px;
	overflow: hidden;
	margin: 0 auto;
}
#assinatura:hover {
	opacity: 0.6;
}
#assinatura img {
	display: block;
	width: 100%;
	height: auto;
}
/* areas inicial */
.menuAreas {
	background: #CECCCB;
	overflow: hidden;
	position: relative;
	padding: 50px 0 30px 0;
	z-index: 2;
}
.menuAreas ul li {
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-end;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	width: 100%;
	padding-bottom: 20px;
}
.menuAreas a:link, .menuAreas a:visited {
	display: block;
	position: relative;
	overflow: hidden;
	color: #3c3c3c;
	float: left;
	padding: 0 20px 0 0;
}
.menuAreas a:hover, .menuAreas a:active {
	color: #999;
	padding: 0 0 0 20px;
}
.menuAreas a:before  {
	font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 14px;
	height: 20px;
	line-height: 20px !important;
	position: absolute;
	left: -20px;
	top: 50%;
	margin-top: -10px;
    content: '\f105';
}
.menuAreas a:hover:before {
	left: 1px;
}
/* area interna */
 



.blocoComoAjudamos {
	background: #fff;
}
#navAreas {
	overflow: hidden;
	padding: 30px 0 20px 0;
	font-size: 11px;
	line-height: 15px;
	text-transform: uppercase;
}
#navAreas a:link, #navAreas a:visited {
	color: #fff;
}
#navAreas a:hover, #navAreas a:active {
	color: #907E59;
}
#navAreas li.current-cat a {
	font-weight: 700;
	color: #907E59;
}

#navAreas  ul li {
	overflow: hidden;
	position: relative;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 0 10px;
	border-left: 1px solid #fff;
}

.navAreas  ul {
	margin-bottom: 20px;
}
.navAreas ul li {
	border-bottom: 1px solid #f5f5f5;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.navAreas a:link, .navAreas a:visited {
	display: block;
	padding: 15px 35px 15px 15px;
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	color: #999;
}
.navAreas a:before  {
	font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 20px;
	height: 24px;
	line-height: 24px !important;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -12px;
    content: '\f061';
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.navAreas a:hover, .navAreas a:active {
	color: #907E59;
	background: #f5f5f5;
}

.navAreas ul li.current-cat a {
	color: #999;
	font-weight: 700;
}
.navAreas a:hover:before, .navAreas ul li.current-cat a:before {
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.blocoArea ul, .blocoArea ul li {
	margin-bottom: 10px;
}
/* o escritorio */
#reconhecimentos .gallery a, .blocoPerfil .gallery a {
	display: none;
}



.topo {
	background-color: #dedfe0;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
	z-index: 1;
}





#filtrosBlog {
	overflow: hidden;
}

.single-post .topo:before, .bgFoto:before {
	background-color: rgba(26, 61, 111, 0.5);
	background: rgba(26, 61, 111, 0.5);
	mix-blend-mode: multiply;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.single-post .topo:after, .blocoDestaque .postFoto a:before {
	background: #000000;
	background: -webkit-linear-gradient(0deg,rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
	background: -moz-linear-gradient(0deg,rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(0deg,rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr="#000000",
	  endColorstr="#000000",
	  GradientType=0
	);
	mix-blend-mode: multiply;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
/*#relacionados:before, #filtrosBlog:before,  #postsWrapper:before, #publicacoes:before {
	background: #fff;
	opacity: 0.5;
}*/
.topo section {
	height: 400px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-end;
}
.topo small {
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: 5px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.topo h4 {
	display: block;
	margin-bottom: 10px;
	color: #fff;
}
.topo h1 {
	color: #fff;
	text-transform: none;
	margin: 0 0 50px 0;
}
/* sobre nos */
#sobre {
	padding-bottom: 0;
	z-index: 5;
	border-top: 80px solid transparent;
	margin-top: -80px;
}







/* profissional interna */

.perfilContato {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 10px !important;
	overflow: hidden;
}

.perfilContato li {
	margin: 0 10px 10px 0;
	padding: 0 !important;
	position: relative;
	overflow: hidden;
}
.perfilContato li {
	height: 30px;
}
.perfilContato li:before, .blocoPerfil ul.postCat li:before {
	display: none !important;
}
.blocoPerfil ul.postCat a {
	margin: 0;
}
.perfilContato a:link, .perfilContato a:visited {
	width: 30px;
	height: 30px;
	line-height: 30px !important;
	text-align: center !important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	background: #3c3c3c;
	display: block;
	font-size: 15px;
	float: left;
}
.perfilContato a:hover, .perfilContato a:active {
	background: #B14081;
}

.alfabeto {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 15px;
	font-weight: 400;
	text-align: center;
}
.alfabeto li {
	width: 11%;
	margin: 0 auto 5px auto;
}
.alfabeto li.current-cat a {
	color: #6F2D53 !important;
}
.searchandfilter ul {
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
}
.searchandfilter ul li {
	display: block;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}
#filtrosBlog {
	overflow: hidden;
	padding: 0 0 40px 0;
}




/*a.mais:link, a.mais:visited {
	color: #fff;
	font-size: 12px;
	line-height: 35px;
	padding: 0 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	float: left;
	margin: 0 0 20px 0;
	background: #907E59;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}
a.mais:hover, a.mais:active {
	background: #999;
}
a.mais .fa-solid {
	line-height: 35px !important;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	font-size: 20px;
	margin-left: 10px;
}
a.mais:hover .fa-solid {
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}*/
/* contato e trabalhe conosco */



/* single profissional */


.fotoFundo {
	padding-bottom: 100%;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	z-index: 1;
}
#historia .fotoFundo {
	padding-bottom: 40%;
	margin-top: 30px;
}
#topicos {
	overflow: hidden;
	background: #dedfe0;
}
.topico {
	border: 1px solid #fff;
	padding: 20px 20px 0 20px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-size: 16px;
	line-height: 22px;
}
.topico .postFoto {
	width: 60px;
	height: 60px;
	padding: 0;
	margin: 0 15px 20px 0;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.topicoTitulo {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.topico h3 {
	width: calc(100% - 85px);
}
#reconhecimentos {
	padding-bottom: 60px;
}
.home #reconhecimentos {
	padding-bottom: 0;
}
.home #reconhecimentos .gallery {
	margin-bottom: 60px;
}
.home #reconhecimentos section:before {
	content: "";
	left: 20px;
	right: 20px;
	position: absolute;
	bottom: 0;
	height: 1px;
	background: #ccc;
}
#reconhecimentos .slick-list {
	margin: 0  30px;
}
#reconhecimentos h4 {
	margin-bottom: 50px !important;
}
#reconhecimentos .foto {
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	width: 50%;
	padding-bottom: 50%;
	margin: 0 auto;
}

#equipe h1 {
	font-weight: 400;
}
#equipe h2 {
	font-weight: 700;
	margin-bottom: 30px;
}
#equipeLista {
	overflow: hidden;
	position: relative;
	z-index: 2;
	background: #fff;
}
.lista {
	overflow: hidden;
}
.lista .postFoto {
	padding-bottom: 70%;
}
.blocoFoto .postFoto {
	margin-bottom: 10px;
	padding-bottom: 100%;
}
.lista .postFotoWrapper {
	overflow: hidden;
	position: relative;
}
.lista h3 {
	font-size: 25px;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	padding: 0 20px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 100%;
}
.lista span {
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 100%;
}
.lista li:hover h3 {
	margin-bottom: 0;
}
.lista li:hover span {
	margin-bottom: 40px !important;
}
.lista a {
	position: absolute;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-end;
	width: 100%;
	height: 100%;
	background: #002043;
	background: -webkit-linear-gradient(0deg,rgba(0, 32, 67, 0.9) 0%, rgba(0, 32, 67, 0) 100%);
	background: -moz-linear-gradient(0deg,rgba(0, 32, 67, 0.9) 0%, rgba(0, 32, 67, 0) 100%);
	background: linear-gradient(0deg,rgba(0, 32, 67, 0.9) 0%, rgba(0, 32, 67, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr="#002043",
	  endColorstr="#002043",
	  GradientType=0
	);
}
.profissionalNome {
	width: calc(100% - 70px);
}

.blocoFoto .social {
	margin-bottom: 0;
}
.blocoFoto .social li {
	width: auto;
	margin: 0 10px 0 0;
	font-size: 24px;
}
.blocoFoto a:link, .blocoFoto a:visited {
	color: #fff;
}
.blocoFoto a:hover, .blocoFoto a:active, #perfil .blocoPerfil a:link, #perfil .blocoPerfil a:visited {
	color: #002043;
}
#perfil .blocoPerfil a:hover, #perfil .blocoPerfil a:active {
	color: #907E59;
}
.profissionalInfo {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}




.numeroTopo {
	width: 100%;
	overflow: hidden;
	clear: both;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: flex-start;
	font-weight: 700;
}
.numeroTopo p {
	font-size: 45px;
	line-height: 50px;	
	text-align: center;
	margin: 0 10px 0 0;
	font-weight: 900;
}
.counter {
	font-size: 60px;
	line-height: 65px;
}
.numero {
	overflow: hidden;
	margin-bottom: 30px;
	width: 100%;
}

.blocoPerfil .foto {
	width: 70%;
	padding-bottom: 70%;
	margin: 0 auto;
}
#reconhecimentosHome .foto a {
	display: none;
}
#newsletter {
	position: relative;
	overflow: hidden;
	padding: 0;
	width: 100%;
	clear: both;
	background: #fff;
}
#newsletter:before {
	background: #1D1D1B;
	content: "";
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
}
#newsFormWrapper {
	background: #FFA800;
	padding: 20px 20px 0 20px;
	position: relative;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.wpcf7-list-item {
	display: block !important;
	padding: 0 !important;
	margin: 0 !important;
}
#newsForm {
	position: relative;
	overflow: hidden;
}
.blocoBanners {
	background: #fff;
	padding-top: 50px;
}
#slideBG {
	display: none;
}
.bgFoto {
	-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: 60%;
	position: relative;
	overflow: hidden;
}
#sobre, #profissionais {
	padding-bottom: 0;
	background: #dedfe0;
}
#sobre .bloco, #profissionais .bloco {
	margin-bottom: 40px;
}
#sobre h2:before, #profissionais h2:before {
	background: #fff;
}
.blocoPerfil ul.gallery {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 20px;
	width: 102%;
}
.blocoPerfil ul.gallery li {
	padding: 0;
	width: 48%;
	margin: 0 2% 0 0 ;
}
.blocoPerfil ul.gallery li:before {
	display: none;
}
#sobreGaleria {
	margin-bottom: 0;
}
#sobreGaleria .foto {
	padding-bottom: 70%;
}
#sobreVideo {
	position: relative;
	overflow: hidden;
	background: #dedfe0;
}
#sobreVideo:before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 50%;
	background: #fff;
}
#sobreVideo .video {
	max-width: 728px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
#diversidade {
	background: #dedfe0;
}
.bloco.blocoDiversidadeSelo {
	width: 200px;
	margin: 0 auto;
}
#cultura {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
}
#cultura h2 {
	color: #dedfe0;
}
#cultura:before {
	background: #907E59;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
	z-index: 2;
	position: absolute;
}
#cultura:after {
	background: #999;
	opacity: 0.5;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
}
#cultura .sobreTextoColunas {
	overflow: hidden;
	margin-bottom: 20px;
}
.sobreCultura {
	padding-top: 41px;
	overflow: hidden;
	position: relative;
}
.sobreCultura:before {
	width: 100px;
	height: 1px;
	left: 0;
	top: 0;
	content: "";
	position: absolute;
	z-index: 1;
	background: #dedfe0;
}
#topo {
	height: 220px;
	overflow: hidden;
	position: relative;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	border-bottom: 20px solid #F9B000;
	z-index: 1;
}
.home #topo {
	height: 100vh;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	z-index: 10;
}
.home #topo h1 {
	position: relative;
	margin: 0 20px;
	padding-top: 40px;
}


#topoBlog {
	overflow: hidden;
}
#topoBlog h1 {
	margin: 0;
	text-transform: none;
	color: #fff;
}
#topoBlog .bloco {
	padding: 50px 0;
}
#topoBlogFoto {
	-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%;
}

.blocoPerfil h2 {
	font-weight: 700;
}
.tituloBtn {
	overflow: hidden;
	position: relative;
	width: 100%;
	clear: both;
	margin-bottom: 30px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
.tituloBtn h1, .tituloBtn h2 {
	font-weight: 400;
	margin: 0 20px 20px 0;
}
#lideranca .tituloBtn {
	margin-bottom: 0;
}

#lideranca {
	background: #907E59;
	color: #fff;
	margin-bottom: 60px;
}
#lideranca h2 {
	color: #fff;
}
#lideranca .blocoLideranca {
	padding: 20px 20px 0 20px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#lideranca .postFoto {
	padding-bottom: 100%;
}
#timeline ul {
	overflow: hidden;
	position: relative;
}
#timeline ul li {
	overflow: hidden;
	padding-bottom: 20px;
	padding-left: 50px;
	position: relative;
}
#timeline ul li:before {
	content: "";
	width: 25px;
	height: 25px;
	left: 0;
	top: 50%;
	margin-top: -22.5px;
	background: #907E59;
	position: absolute;
	z-index: 1;
}
#timeline ul li:first-child:before {
	top: 0;
	margin: 0;
}
#timeline ul li:after {
	left: 12px;
	top: 0;
	width: 1px;
	height: 100%;
	background: #907E59;
	position: absolute;
	z-index: 1;
	content: "";
}
#timeline ul li:last-child:after {
	height: 50%;
}
#homeConteudo .bloco {
	width: auto;
	max-width: 650px;
}
#homeConteudo .bloco.blocoConteudo {
	text-transform: uppercase;
	margin-bottom: 40px;
	max-width: 440px;
	
}
.blocoDestaques  {
	color: #907E59;
	font-size: 25px;
	line-height: 30px;
}
#topoTextoWrapper {
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
#topoTexto {
	padding: 50px 20px;
	overflow: hidden;
	background: #907E59;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin: 40px 20px 0 20px;
	max-width: 360px;
}
#topoTexto h1 {
	color: #fff;
	text-transform: none;
	margin: 0;
	font-weight: 400;
}
#homeServicos .bloco, #servicos .bloco {
	width: auto;
	max-width: 610px;
	margin-bottom: 40px;
}
#homeServicos .bloco h2, #servicos .bloco h2 {
	margin-bottom: 20px;
}
#servicos h1 {
	font-weight: 400;
}
#servicosNav {
	border-top: 1px solid #999;
	margin-bottom: 20px;
	overflow: hidden;
	width: 100%;
	clear: both;
}
#servicosNav h3 {
	margin: 0;
	font-size: 20px;
	line-height: 25px;
}
#servicosNav h3 span {
	display: block;
	font-weight: 400;
}
#servicosNav li {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #999;
}
#servicosNav a:link, #servicosNav a:visited {
	text-transform: uppercase;	
	color: #907E59;
	padding: 40px 0 40px 40px;
	position: relative;
	overflow: hidden;
	display: block;
}
#servicosNav a:before {
	width: 20px;
	height: 100%;
	left: -20px;
	bottom: 0;
	background: #907E59;
	content: "";
	position: absolute;
	z-index: 10;
}
#servicosNav a:hover:before, #servicosNav a:active:before {
	left: 0;
}
#newsletter h3 {
	color: #1D1D1B;
	font-size: 20px;
	line-height: 35px;
}
#newsletter form input.wpcf7-submit { 
	width: 35px;
	height: 35px;
	background: #FFA800 url(images/setaForm.png) left center no-repeat;
	-webkit-background-size: auto 25px;
    -moz-background-size: auto 25px;
    -o-background-size: auto 25px;
    background-size: auto 25px;
	border: 0 !important;
	text-indent: -9999px;
	overflow: hidden;
}
#newsletter form input.wpcf7-submit:hover {
	background-position: right center;
}



#homeEscritorio .bloco a.btn {
	margin: 0;
}
#homeEscritorioBG {
	overflow: hidden;
	position: relative;
	padding-top: 60px;
	margin-bottom: 20px;
}
#homeEscritorio .bloco p {
	margin-bottom: 40px;
}
.blocoEscritorio {
	margin-bottom: 30px;
}

#institucional {
	padding-top: 0;
	background: #002043;
	color: #907E59;
	padding-bottom: 10px;
}
#institucional ul li {
	overflow: hidden;
	margin-bottom: 30px;
}
#institucional h2 {
	margin-bottom: 20px;
}
.postFoto.diagonal {
	padding-bottom: 130%;
	margin-bottom: 20px;
	clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
}
#areas {
	text-align: center;
}
#areasNav li {
	overflow: hidden;
	border-bottom: 1px solid #002043;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 25px;
	position: relative;
}
.areaBG {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 0;
	height: 100%;
	z-index: 1;
	opacity: 0;
}
#areasNav {
	overflow: hidden;
	margin-bottom: 20px;
}
#areasNav li:hover .areaBG {
	opacity: 1;
	width: 100%;
}
#areasNav a:link, #areasNav a:visited {
	display: block;
	padding: 20px 55px 20px 0;
	text-align: left;
	color: #002043;
	position: relative;
	z-index: 2;
}
#areasNav a:hover, #areasNav a:active {
	text-align: right;
	color: #fff;
}
#areasNav .fa-solid {
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	right: 0;
	top: 20px;
}
#areasNav li:hover .fa-solid {
	right: 10px;
}
.postInfo .fa-solid {
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 30px;
	color: #907E59;
}
#areasNav li:hover .fa-solid, .post:hover .postInfo .fa-solid {
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	color: #fff;
}
#homeSocios {
	overflow: hidden;
	position: relative;
	padding-top: 60px;
	text-align: center;
}
#homeSocios:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	z-index: 1;
	background: #fff;
}
#homeSocios .lista li {
	margin-bottom: 0;
}
#homeSocios .lista a  {
	text-align: center;
}
.postExtra .postInfo {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 0 20px;
	width: 100%;
}
.postExtra p {
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	padding: 0 0 0 50px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 100%;
	max-width: 400px;
	background:url(images/grafismo03.png) left center no-repeat;
	-webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    -o-background-size: 30px auto;
    background-size: 30px auto;
}
.postExtra .postInfo a.btn {
	position: relative !important;
	height: auto;
	width: auto;
	margin: 0 0 0 50px;
}
.postExtra .postFoto {
	background: #66798e;
}
#topoPost {
	position: relative;
	overflow: hidden;
	padding: 50px 0;
}
#topoPost h1 {
	color: #fff;
	margin: 0;
	text-transform: none;
	max-width: 700px;
}
#topoPost .postFoto {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 1;
	filter: grayscale(100%);
    transition: filter 0.3s ease-in-out;
}
#topoPost:before {
	background: #907E59;
	content: "";
	position: absolute;
	mix-blend-mode: multiply;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
#escritorio {
	background: #002A3A;
	color: #fff;
	padding-top: 130px;
	margin-top: -80px;
	z-index: 9;
}



#atuacaoLista .mais, .profissional .mais{
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.mais {
	position: relative;
	width: 30px;
	height: 30px;
}
.mais .fa-plus {
	width: 30px;
	height: 30px;
	line-height: 30px !important;
	text-align: center !important;
	color: #fff;
	font-size: 16px;
	z-index: 3;
	position: absolute;
}
.mais:before {
	width: 30px;
	height: 30px;
	position: absolute;
	z-index: 2;
	background: #002A3A;
	content: "";
	left: 0;
	top: 0;
}
.mais:hover:before, #atuacaoLista li:hover .mais:before, .profissional:hover .mais:before {
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #F9B000;
}
.mais:hover .fa-plus, #atuacaoLista li:hover .mais .fa-plus, .profissional:hover .mais .fa-plus {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);	
}
#equipe {
	background: #907E59;
	color: #fff;
}
#equipe h2 {
	color: #002A3A;
}
#destaques {
	background: #e5ecf2;
}
.spacer {
	display: block;
	height: 80px;
	background: #fff;
}
#areasWrapper h4 {
	color: #FFA800;
	border-color: #FFA800;
	text-transform: none;
	font-weight: 700;
}
#areaTexto {
	background: #1D1D1B;
	color: #fff;
	padding: 20px;
	overflow: hidden;
	margin-bottom: 30px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#areasWrapper ul li {
	line-height: 30px;
	padding-bottom: 10px;
}
#areaNav {
	padding: 50px 0 20px 0;
	overflow: hidden;
}
#areaNav ul li {
	overflow: hidden;
	font-weight: 500;
	position: relative;
	border-bottom: 1px solid #ccc;
	padding: 0;
}
#areaNav a:link, #areaNav a:visited {
	color: #1D1D1B;
	padding: 10px 40px 10px 10px;
	display: block;
	position: relative;
}
#areaNav a:hover, #areaNav a:active, #areaNav li.current-cat a {
	background: #FFA800;
}
#areaNav a:before  {
	font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 20px;
	height: 30px;
	line-height: 30px !important;
	position: absolute;
	right: 10px;
	top: 10px;
    content: '\f061';
	color: #FFA800;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#areaNav a:hover:before, #areaNav li.current-cat a:before {
	color: #1D1D1B;
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.profissional ul, #perfilAreas ul  {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.profissional ul li, #perfilAreas li {
	padding-right: 15px;
	display: block;
	position: relative;
	font-size: 15px;
	line-height: 20px;
}
#areaLinks a:before, #areasLinks ul.children a:before, .profissional ul li:before, #perfilAreas li:before {
	font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 13px;
	height: 20px;
	line-height: 20px !important;
	position: absolute;
	right: 1px;
	top: 0;
    content: '\f0da';
}
#areaLinks li.page_item_has_children a:before, .profissional ul li:before, #perfilAreas li:before {
	content: '\2b';
}
#areaLinks li.page_item_has_children.current_page_item a:before {
	content: '\f068';
}
#areaLinks li.page_item_has_children ul.children a:before,
#areaLinks li.page_item_has_children.current_page_parent ul.children a:before {
    content: '\f0da';
}
.profissional {
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.pEmail {
	position: absolute;
	right: 0;
	top: 0;
	background: #FFA800;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;
}
.pEmail a {
	font-size: 18px;
	line-height: 35px;
	width: 50px;
	text-align: center;
	display: block;
}
.pEmail .fa-regular {
	color: #fff;
	font-size: 18px;
}
.pEmail:hover {
	background: #fff;
}
.pEmail:hover .fa-regular {
	color: #1D1D1B;
}
.profissional h3 {
	font-size: 20px;
	line-height: 25px;
	color: #FFA800;
	margin: 0 60px 10px 0;
}
.profissionalFotoWrapper {
	overflow: hidden;
	position: relative;
}
.profissional .postFoto {
	padding-bottom: 90%;
	margin: 0;
}
.profissional .postFoto a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.profissionalInfo {
	position: relative;
	overflow: hidden;
	padding: 15px;
	background: #1D1D1B;
}
.profissionalInfo .fa-solid {
	color: #FFA800;
	font-size: 18px;
}
.pTags {
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	line-height: 25px;
}
.pTags div {
	overflow: hidden;
	display: block;
	padding-top: 5px;
}


#profissionaisRelacionados, #profissionaisRelacionados div, #profissionaisRelacionados p {
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	line-height: 20px;
}
#profissionaisRelacionados div p {
	margin-bottom: 0;
	font-weight: 700;
	line-height: 20px;
}
#profissionaisRelacionados span {
	display: block;
	font-weight: 400;
	color: #002A3A;
	line-height: 20px;
}
#profissionaisRelacionados a:link, #profissionaisRelacionados a:visited {
	color: #907E59;
}
#profissionaisRelacionados a:hover, #profissionaisRelacionados a:active {
	color: #002A3A;
}
#equipe .verMais {
	padding: 30px 0 0 0;
}
#equipe h2 {
	margin-bottom: 50px;
}
#equipe .verMais:hover, #equipe .verMais:active {
	padding-left: 7px;
}
#topoPerfil ul.social {
	margin-bottom: 50px;
}
#topoPerfil .social a:hover, #topoPerfil .social a:active {
	color: #F9B000;
}
.postSingle a[href$=".pdf"]:link, .postSingle  a[href$=".pdf"]:visited {
	color: #907e59;
}
.postSingle a[href$=".pdf"]:hover, .postSingle  a[href$=".pdf"]:active {
	text-decoration: underline;
}
#areaEquipe {
	background: #EFEFEF;
}
#areaEquipe .slick-list {
	margin: 0 30px 20px 30px;
}
#areaEquipe .profissional, #homeEquipeSlide .profissional {
	width: auto;
	margin: 0 10px;
}
#areaExtra, #contato {
	padding-top: 80px;
	margin-top: -80px;
}
.slick-track { 
	margin-left: 0 !important;
}
#homeEquipe:before {
	background: #EFEFEF;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
	z-index: 1;
	content: "";
}
.timeWrapper {
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
}
.timeWrapper:last-child {
	margin: 0;
}
.timeLista li {
	position: relative;
	overflow: hidden;
}
.timeLista .profissional {
	margin-bottom: 20px;
}
#perfilBio h3 {
	color: #FFA800;
}
#perfilFoto {
	width: 100%;
	height: 500px;
	background-position: center top;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
#perfilIntro {
	background: #FFA800;
	padding: 20px 20px 10px 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 100%;
}
#perfilAreas {
	background:#FFCB86;
	position: relative;
	padding: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 100%;
}
#perfilIntro h1 {
	font-size: 25px;
	line-height: 35px;
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 12px;
	color: #1D1D1B;
	font-weight: 700;
}
#perfilIntro h1:before {
	content: "";
	width: 60px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #1D1D1B;
}
.qrcode {
	width: 150px !important;
	height: auto !important;
	display: block;
	margin-bottom: 20px;
}
.cargo {
	font-size: 15px;
	line-height: 20px;
}
#perfilIntroWrapper a:link, #perfilIntroWrapper a:visited {
	color: #1D1D1B;
}
#perfilIntroWrapper a:hover, #perfilIntroWrapper a:active {
	color: #fff;
}
#perfil {
	overflow: hidden;
	position: relative;
	z-index: 2;
}
#perfilIntroWrapper {
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
}
#perfilAreas div {
	font-size: 20px;
	line-height: 25px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#perfilIntro .social {
	font-weight: 400;
	flex-direction: column;
	margin: 0;
}
#perfilIntro .social li {
	margin-bottom: 10px;
}
#perfilIntro .social li:last-child {
	margin-bottom: 0;
}
#perfilIntro .social a .fa-solid, #perfilIntro .social a .fa-regular {
	margin-right: 5px;
}
#perfilAreasBG {
	display: none;
}
#topoTitulo {
	overflow: hidden;
	clear: both;
	position: relative;
}
#topoFoto {
	height: 150px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#topoTitulo h1 {
	margin: 0;
	padding: 50px 0;
}
.blocoDestaque {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	padding: 20px 20px 0 20px;
	background: #FFA800;
	color: #fff;
	font-weight: 700;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#carreirasWrapper .blocoDestaque {
	padding: 0;
	background: none;
	color: #FFA800;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#topoBorda {
	display: none;
}
#socialFoto {
	height: 150px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#socialInstituicoes .slick-list {
	margin: 0 30px;
}
#socialInstituicoes .gallery a {
	display: none;
}
#socialInstituicoes h2 {
	text-align: center;
	margin-bottom: 50px;
}
#socialInstituicoes .gallery {
	margin-bottom: 20px !important;
}
#socialInstituicoes .foto {
	width: 55%;
	padding-bottom: 55%;
	margin: 0 auto;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
#carreirasVideo {
	padding-bottom: 50px;
}
#carreirasWrapper .contatoSelo {
	width: 100px;
	margin-right: 0;
}
#politicasWrapper a:link, #politicasWrapper a:visited {
	position: relative;
	overflow: hidden;
	padding-left: 30px;
	display: block;
	float: left;
	line-height: 25px;
}
#politicasWrapper ul, #politicasWrapper ul li {
	overflow: hidden;
	margin-bottom: 10px;	
}
#politicasWrapper a:before  {
	font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 20px;
	height: 25px;
	line-height: 25px !important;
	position: absolute;
	left: 1px;
	top: 0;
    content: '\f56d';
}
#quemIntro, #quemMarcos {
	background: #EFEFEF;
}
#quemMarcos:before {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: #fff;
	width: 100%;
	height: 100%;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
	content: '';
}
#quemMarcos .slick-list {
	margin: 0 30px;
}
#quemMarcos h2 {
	color: #1D1D1B;
	text-align: center;
	margin-bottom: 50px;
}
#quemMarcos ul li {
	padding: 0 10px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	position: relative;
}
#quemReconhecimentos {
	background: #FFA800;
}
#quemReconhecimentos h2, .blocoReconhecimentos {
	color: #fff;
}
#quemReconhecimentos h2 {
	max-width: 550px;
	margin-bottom: 50px;
}
#quemMarcos .firstWord {
	font-size: 25px;
	line-height: 30px;
	padding-bottom: 50px;
	display: block;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
	position: relative;
	overflow: hidden;
}
#quemMarcos .firstWord:before {
	position: absolute;
	z-index: 1;
	left: 50%;
	bottom: 0;
	top: 30px;
	background: #FFA800;
	margin-left: -0.5px;
	content: "";
	width: 1px;
}
#quemMarcos .firstWord:after {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 30px;
	background: #FFA800;
	margin-left: -2.5px;
	content: "";
	width: 5px;
	height: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#quemMarcos ul li:after {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 75px;
	background: #FFA800;
	margin-left: -2.5px;
	content: "";
	width: 5px;
	height: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#quemMarcos ul:before {
	position: absolute;
	left: 0;
	top: 54px;
	border: 1px dashed #FFA800;
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
}
.reconhecimento {
	border-bottom: 1px solid #fff;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}
.reconhecimento .postFoto, #homeReconhecimentos .postFoto {
	width: 120px;
	height: 120px;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	padding: 0;
	margin: 0 auto 20px auto;
}
#homeReconhecimentosSlide {
	margin-bottom: 50px;
	overflow: hidden;
}
#homeReconhecimentos .postFoto {
	margin: 0 auto;
}
#homeReconhecimentos .slick-list {
	margin: 50px 0;
}
#homeQuem {
	overflow: hidden;
	position: relative;
	z-index: 1;
	color: #fff;
	padding: 0;
	background: #FFFFFF;
	background: -webkit-linear-gradient(0deg,rgba(255, 255, 255, 1) 40%, rgba(239, 239, 239, 1) 60%);
	background: -moz-linear-gradient(0deg,rgba(255, 255, 255, 1) 40%, rgba(239, 239, 239, 1) 60%);
	background: linear-gradient(0deg,rgba(255, 255, 255, 1) 40%, rgba(239, 239, 239, 1) 60%);
	filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr="#FFFFFF",
	  endColorstr="#EFEFEF",
	  GradientType=0
	);
}
#homeQuemWrapper {
	color: #1D1D1B;
	margin: 0 auto 50px auto;
}
#homeReconhecimentos {
	width: 180px;
}
#homeNumeros {
	width: 215px;
}
#homeReconhecimentos h4, #homeNumeros h4 {
	border-color: #fff;
}
#homeQuemWrapper h4, #homeQuemWrapper h2 {
	margin-bottom: 50px;
}
#homeQuemFoto {
	position: absolute;
	left: 0;
	top: 70px; 
	bottom: 0;
	width: 100%;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.reconhecimentoHome {
	position: relative;
	overflow: hidden;
	padding-top: 20px;
}
#homeQuemTopo {
	width: 100%;
	padding: 50px 20px 150px 20px;
	background: #fff;
	z-index: 2;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
	-webkit-border-bottom-right-radius: 300px;
	-webkit-border-bottom-left-radius: 300px;
	-moz-border-radius-bottomright: 300px;
	-moz-border-radius-bottomleft: 300px;
	border-bottom-right-radius: 300px;
	border-bottom-left-radius: 300px;
	z-index: 2;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
#homeQuemTopo h2 {
	color: #1D1D1B;
	max-width: 350px;
	margin: 0 auto 50px auto;
}
#homeQuemTexto {
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
	background: #FFA800;
	-webkit-border-top-left-radius: 300px;
	-webkit-border-top-right-radius: 300px;
	-moz-border-radius-topleft: 300px;
	-moz-border-radius-topright: 300px;
	border-top-left-radius: 300px;
	border-top-right-radius: 300px;
	z-index: 1;
	margin-top: -150px;
	padding: 200px 20px 50px 20px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#depoimentos {
	background: #EFEFEF;
}
#depoimentos .slick-list {
	margin: 0 30px;
}
.depoimentoWrapper {
	overflow: hidden;
}
.depoimentoWrapper .postFoto {
	width: 120px;
	height: 120px;
	position: relative;
	z-index: 2;
	padding: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	background-position: center top;
	margin: 0 auto;
}
.depoimentoTexto {
	position: relative;
	z-index: 1;
	background: #1D1D1B;
	color: #fff;
	font-style: italic;
	font-weight: 500;
	padding: 80px 20px 0 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
	margin-top: -60px;
	margin-bottom: 20px;
}
.depoimentoTexto h3 {
	color: #FFA800;
	font-weight: 300;
	border-top: 1px solid #FFA800;
	padding-top: 20px;
	margin-bottom: 20px;
	font-style: normal;
}
.depoimentoWrapper {
	margin: 0 10px;
}
#quemWrapper {
	padding: 0;
}
.quemTituloWrapper {
	max-width: 270px;
}
.quemTitulo {
	z-index: 2;
	position: relative;
	-webkit-border-bottom-right-radius: 250px;
	-webkit-border-bottom-left-radius: 250px;
	-moz-border-radius-bottomright: 250px;
	-moz-border-radius-bottomleft: 250px;
	border-bottom-right-radius: 250px;
	border-bottom-left-radius: 250px;
	border: 1px solid #FFA800;
	border-top: 0;
	padding: 50px 20px 150px 20px;
}
.quemTituloFoto {
	padding-bottom: 150%;
	margin-top: -150px;
	z-index: 1;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-border-top-left-radius: 250px;
	-webkit-border-top-right-radius: 250px;
	-moz-border-radius-topleft: 250px;
	-moz-border-radius-topright: 250px;
	border-top-left-radius: 250px;
	border-top-right-radius: 250px;
}
.quemTexto {
	overflow: hidden;
	padding: 50px 0 30px 0;
}
.quemBloco {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
#homeAreas {
	padding-top: 130px;
	margin-top: -80px;
	z-index: 5;
}
#homeEquipeSlide {
	padding-bottom: 40px;
	margin-bottom: 20px;
}

@media only screen 
and (min-width : 480px) {
#homeQuem section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
#homeNumeros {
	text-align: right;
}
#homeNumeros h4 {
	float: right;
}
.numeroTopo {
	justify-content: flex-end;
}
.timeLista {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	width: 102%;
}
.timeLista li {
	width: 48%;
	margin-right: 2%;
}
#atuacaoLista {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	width: 102%;
	margin-left: -1%;
}
#atuacaoLista li {
	width: 48%;
	margin: 0 1%;
	margin-bottom: 2%;

}
#homeSocios .lista li {
	width: 50%;
}
.blocoPerfil ul.gallery li {
	width: 31.3333%;
}
#newsletter form {
	position: relative;
	overflow: hidden;
}
#newsletter span[data-name="your-name"], #newsletter span[data-name="your-email"] {
	float: left;
	width: calc(50% - 27.5px);
	margin-right: 10px;
}
#newsletter form input.wpcf7-submit {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	
}
#newsletter .wpcf7-spinner {
	position: absolute;
	z-index: 2;
	right: 0;
	top: 0;
}


footer ul, #numeros {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}

footer ul li {
	margin: 0 10px;
}
#cases {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}	
.case {
	width: 48%;
}



.postSingle .gallery li {
	width: 31.3333%;
}
.listaProfissionais {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	max-width: 700px;
	margin: 0 auto;
}
.listaProfissionais .profissional {
	width: 48%;
}

}
@media only screen 
and (min-width : 640px) {
.blocoReconhecimentos {
	position: relative;
	overflow: hidden;
}
.blocoReconhecimentos:before {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 0;
	bottom: 20px;
	width: 1px;
	margin-left: -0.5px;
	background: #fff;
	content: "";
}
#carreirasWrapper .bloco1, .reconhecimento {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.reconhecimentoFoto, .reconhecimentoInfo {
	width: 46%;
	text-align: left;
}
.reconhecimento .postFoto {
	width: 150px;
	height: 150px;
}
.reconhecimento {
	align-items: center;
}
.blocoCarreiras {
	width: calc(100% - 200px);
}
.timeLista li {
	width: 31.3333%;
}
.blocoPerfil ul.gallery li {
	width: 23%;
}

#contatoWrapper section, footer section, #topicos section, .blocoPosts, #profissionaisLista {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
footer section {
	align-items: center;
}
#assinatura, footer p {
	margin: 0;
}


.lista {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.lista li {
	width: 50%;
}

#escritorioBanner {
	font-size: 30px;
	line-height: 35px;
}
#icones {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	width: 102%;
}
.icone {
	width: 48%;
	margin-right: 2%;
}

.menuAreas ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	width: 110%;
}
.menuAreas ul li {
	width: 40%;
	margin-right: 10%;
}







.searchandfilter ul {
	padding-right: 30px;
	position: relative;
	overflow: hidden;
	width: auto;
}
.searchandfilter ul li {
	display: block;
	width: 49%;
	margin-right: 1% !important;
}
.searchandfilter ul li:last-child {
	width: 30px;
}
.profissionais ul li {
	width: 30.3333%;
}
.searchandfilter input[type='submit'] {
	position: absolute;
	right: 0;
	top: 0;
}
.blocoPerfil ul.gallery li {
	width: 18%;
}






.rodapeTopo, .rodapeOnde ul, .rodapeDireita, #timelineIntro, .timeInfoWrapper, #topoBusca {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
#areasDestaques {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.area {
	width: 50%;
}
#topoBusca {
	align-items: center;
}
#timelineIntroTexto {
	width: calc(100% - 350px);
}
.timeInfo {
	width: calc(100% - 320px);
}
.timeFoto {
	width: 300px;
}

.rodapeTopo {
	align-items: center;
}

#menuAuxiliar {
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.subpaginas li {
	margin: 0 0 0 40px;
}




#numeroWrapper span {
	font-size: 100px;
	line-height: 110px;
}
#numeroWrapper small {
	margin-bottom: 12px;
}








.pContato li:last-child {
	position: absolute;
	right: 0;
	top: 0;
}
.pContato li:last-child a {
	margin-right: 0;
}






.postSingle .gallery li {
	width: 23%;
}
#posts {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
#posts .post {
	width: 50%;
}



.postHome {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}



}
@media only screen 
and (min-width : 768px) {
#homeQuemBG {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	bottom: -150px;
	height: 300px;
	width: 300px;
	background: #FFCB86;
	-webkit-border-radius: 50%;
	-moz-border-radius:  50%;
	border-radius:  50%;
}
.quemTituloFoto {
	position: absolute;
	height: auto;
	bottom: 0;
	left: 0;
	padding: 0;
	width: 100%;
	top: 400px;
}
.quemTexto {
	width: calc(100% - 320px);
}
#homeQuemFoto {
	bottom: 50px;
}
#homeQuem:before {
	position: absolute;
	left: 50%;
	margin-left: -150px;
	bottom: 0;
	height: 300px;
	width: 300px;
	z-index: 2;
	content: "";
	background: #FFA800;
}
#homeReconhecimentos, #homeNumeros {
	padding-top: 120px;
	padding-bottom: 80px;
}
#homeReconhecimentos {
	order: 1;
	margin-right: 35px;
}
#homeQuemWrapper {
	order: 2;
	width: 300px;
	padding: 0;
	margin: 0;
	height: 100%;
}
#homeNumeros {
	order: 3;
}
#carreirasVideo section {
	width: 728px;
	margin: 0 auto;
	padding: 0;
}
.timeLista li {
	width: 23%;
}
#homeAreas .bloco, #homeEquipe .bloco, #quemReconhecimentos .bloco {
	width: 100%;
}
#homeAreas ul {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 4%;
	-moz-column-gap: 4%;
	column-gap: 4%;
}
#perfilFotoMobile {
	float: left;
	margin: 0;
}

#topoGrafismo {
	position: absolute;
	width: 50%;
	top: 0;
	right: 0;
	height: 370px;
	z-index: 10;
	background: url(images/topoMarrom.png) left bottom no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.single-area #topoGrafismo, .error404 #topoGrafismo {
	background: url(images/topoAzul.png) left bottom no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#atuacaoLista {
	width: 104%;
	margin-left: -2%;
}
#atuacaoLista li {
	width: 29.3333%;
	margin: 0 2%;
	margin-bottom: 4%;
}
#escritorio .bloco {
	float: right;
}
#escritorio, #equipe {
	padding-bottom: 80px;
}
#escritorio:before, #equipe:before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	background: #e5ecf2;
}
.escritorioFoto {
	position: absolute;
	left: 0;
	width: 55%;
	background: url(images/header_escritorio.png) right center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	bottom: 0;
	top: 130px;
	z-index: 2;
}
.equipeFoto {
	position: absolute;
	right: 0;
	width: 55%;
	background: url(images/header_equipe.png) left center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	bottom: 0;
	top: 50px;
	z-index: 2;
}
#homeEscritorioBG {
	background: url(images/grafismo02.png) right top no-repeat;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	z-index: 1;
}
#homeSocios .lista li {
	width: 33.3333%;
}
.blocoEscritorio {
	margin-bottom: 120px;
}
.blocoArea {
	float: right;
	width: 65%;
}
.blocoAreaNav {
	width: 30%;
	float: left;
	padding: 0;
}
#newsletter h3 {
	line-height: 35px;
}

#lideranca .bloco {
	width: 50%;
	z-index: 2;
}
#lideranca:before {
	width: 50%;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	content: "";
	background: #fff;
}
#topoBlog .bloco {
	padding: 0;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	height: 400px;
}
#topoBlogFoto {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	padding: 0;
	z-index: 1;
	width: 50%;
}
.blocoPerfil ul.gallery li {
	width: 31.3333%;
}
#sobre, #profissionais {
	padding: 60px 0;
}
#sobre .bloco, #profissionais .bloco {
	min-height: 350px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	margin: 0;
}
.contatoRodape {
	width: auto;
}
.bgFoto {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50%;
	padding: 0;
}
#profissionais .bloco {
	float: right;
}
#profissionais .bgFoto {
	left: 0;
	right: auto;
}


.blocoBanners {
	background: none;
	padding-top: 0;
}
.bloco.blocoChamada {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	height: 100%;
}

.topo section {
	height: 300px;
}
#atuacao .bloco {
	width: 100%;
}


.icone {
	width: 31.3333%;
}
#escritorioBanner {
	font-size: 45px;
	line-height: 50px;
}






.profissionalIntro {
	width: calc(100% - 350px);
	padding-top: 40px;
}
.blocoMapa {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 450px;
}




.alfabeto li {
	width: auto;
}
.profissionais ul li {
	width: 22%;
}






.subpaginas li {
	margin: 0 0 0 50px;
}
.homeTexto {
	width: 50%;
	float: right;
}
#postInfo {
	float: left;
	width: 200px;
	padding-top: 75px;
}





.blocoOutros {
	order: 2;
	padding-top: 40px;
}




#postInterna .postSingle {
	width: 70%;
	float: left;
}



aside {
	float: right;
	width: 26%;
	padding: 0;
	margin: 0;
}
.praticasIntro {
	float: left;
	max-width: 270px;
}
.listaPraticas {
	float: right;
	width: 50%;
}











.mobile {
	display: none;
}
.desktop {
	display: block;
}
.item {
	width: 28.3333%;
}
.postSingle img.alignleft  {
	width: 50% !important;
	float: left;
	margin-right: 50px;
}
.postSingle img.alignright {
	width: 50% !important;
	float: right;
	margin-left: 50px;
}

.blocos, .servico, #newsletterWrapper, #newsFormWrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}
#newsFormWrapper {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#newsFormWrapper h3 {
	width: 250px;
}
#newsForm {
	width: calc(100% - 270px);
}
#homeEscritorio .blocos {
	align-items: center;
}


.sobreTextoColunas {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 5%;
	-moz-column-gap: 5%;
	column-gap: 5%;
	overflow: hidden;
	margin-bottom: 40px;
}
#cultura .sobreTextoColunas {
	margin-bottom: 40px;
}







.bloco {
	width: 46%;
}

#publicacoes .bloco {
	width: 100%;
}



















.bloco.blocoTitulo {
	width: 210px;
}
.bloco.blocoEquipe {
	width: calc(100% - 260px);
}
#quemIntro .blocos {
	flex-direction: row-reverse;
}
#quemIntro .bloco.bloco1 {
	width: 240px;
}
#quemIntro .bloco.bloco2 {
	width: calc(100% - 290px);
}

#newsletter .bloco {
	width: 50%;
}
#areaTexto ul {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 4%;
	-moz-column-gap: 4%;
	column-gap: 4%;
	overflow: hidden;
}
#carreirasWrapper .bloco.bloco2, #carreirasWrapper .bloco.bloco1 {
	width: 100%;
}
}
@media only screen 
and (min-width : 1024px) {
#homeAreas {
	padding-top: 200px;
	margin-top: -150px;
}
#home .slick-prev, #home .slick-next {
	display: block !important;
}

.bannerSelo {
	right: 0;
	width: 70px;
	height: 70px;
}
.quemTituloFoto {
	top: 450px;
}
.quemTituloWrapper {
	max-width: 380px;
}
.quemTexto {
	width: calc(100% - 430px);
}
.quemTitulo {
	padding-left: 45px;
	padding-right: 45px;
}
#homeQuem:before {
	width: 500px;
	margin-left: -250px;
}
#homeQuemWrapper {
	width: 500px;
}
#homeQuemBG {
	width: 500px;
	height: 500px;
	bottom: -350px;
}
#homeQuemFoto {
	background-attachment: fixed;
}
#homeQuemTexto {
	padding-left: 50px;
	padding-right: 50px;
}
#quemReconhecimentos .bloco {
	width: 46%;
}
#quemMarcos ul li {
	font-size: 20px;
	line-height: 25px;
}
#quemIntro .bloco.bloco1 {
	width: 300px;
}
#quemIntro .bloco.bloco2 {
	width: calc(100% - 400px);
}
#socialFoto {
	height: 250px;
	background-attachment: fixed;
}
#topoTitulo h1 {
	padding: 0;
	max-width: 350px;
}
#topoTitulo section {
	height: 450px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
#topoFoto {
	height: 450px;
	position: absolute;
	z-index: 1;
	right: 0;
	width: 55%;
	top: 0;
	-webkit-border-top-left-radius: 250px;
	-webkit-border-bottom-left-radius: 250px;
	-moz-border-radius-topleft: 250px;
	-moz-border-radius-bottomleft: 250px;
	border-top-left-radius: 250px;
	border-bottom-left-radius: 250px;
}
#topoBorda {
	position: absolute;
	border: 1px solid #FFA800;
	border-left: 0;
	z-index: 2;
	left: 0;
	top: 0;
	bottom: 0;
	width: 55%;
	-webkit-border-top-right-radius: 250px;
	-webkit-border-bottom-right-radius: 250px;
	-moz-border-radius-topright: 250px;
	-moz-border-radius-bottomright: 250px;
	border-top-right-radius: 250px;
	border-bottom-right-radius: 250px;
	display: block;
}
#quemMarcos:before {
	-webkit-border-top-left-radius: 100px;
	-moz-border-radius-topleft: 100px;
	border-top-left-radius: 100px;
}
.blocoDestaque {
	padding: 50px 50px 30px 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
#socialWrapper .bloco.bloco2 {
	width: 320px;
}
#carreirasWrapper .bloco.bloco2 {
	width: 300px;
}
#socialWrapper .bloco.bloco1, #carreirasWrapper .bloco.bloco1 {
	width: calc(100% - 400px);
}
#perfilAreasBG {
	display: block;
	top: 500px;
	left: 0;
	position: absolute;
	z-index: 1;
	background: #FFCB86;
	width: 25%;
}
#perfil {
	margin-top: -500px;
}
#perfilFoto:before {
	width: 25%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #FFA800;
	content: "";
	z-index: 1;
}
#perfilIntroWrapper {
	width: 500px;
	float: left;
	position: relative;
	z-index: 5;
}
#perfilBio {
	float: right;
	width: calc(100% - 550px);
	padding-top: 550px;
}

#perfilIntroWrapper {
	z-index: 2;
	
}
#perfilIntro {
	-webkit-border-top-left-radius: 100px;
	-webkit-border-top-right-radius: 100px;
	-moz-border-radius-topleft: 100px;
	-moz-border-radius-topright: 100px;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	padding: 0 50px 0 0;
	height: 500px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
#perfilAreas {
	-webkit-border-bottom-right-radius: 100px;
	-webkit-border-bottom-left-radius: 100px;
	-moz-border-radius-bottomright: 100px;
	-moz-border-radius-bottomleft: 100px;
	border-bottom-right-radius: 100px;
	border-bottom-left-radius: 100px;
	padding: 50px 50px 35px 0;
}
#politicasWrapper a:link, #politicasWrapper a:visited {
	line-height: 35px;
}
.postSingle ul li:before, .pInfo ul li:before, .blocoPerfil ul li:before, .blocoArea ul li:before, #sobre ul li:before, .blocoComoAjudamos ul li:before, .blocoPerfil ul li:before,
#politicasWrapper a:before  {
	height: 35px;
	line-height: 35px !important;
}
body {
	font-size: 25px;
	line-height: 35px;
}
h1, h2 {
	font-size: 50px;
	line-height: 55px;
}
#areaExtra, #contato {
	padding-top: 150px;
	margin-top: -150px;
}
#areasWrapper:before {
	content: "";
	position: absolute;
	top: 50px;
	right: 0;
	width: 45%;
	bottom: 50px;
	z-index: 1;
	background: #1D1D1B;
}
.tag #areasWrapper:before {
	display: none;
}
#areaTexto {
	width: calc(100% - 450px);
	float: right;
	padding: 50px 0 50px 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	margin-bottom: 20px;
}
#areaInfo {
	width: calc(100% - 450px);
	float: right;
}
#areaNav {
	width: 400px;
	float: left;
	padding: 0 0 20px 0;
}
.tag #areaNav {
	padding-top: 0;
}
#atuacao {
	padding: 100px 0 80px 0;
}
.escritorioFoto {
	top: 150px;
}


#home section, .slideFoto {
	height: calc(100vh - 100px);
}

#topoPost {
	padding: 100px 0;
}
#escritorio {
	margin-top: -100px;
	padding-top: 150px;
}
.home #topo h1 {
	padding-top: 50px;
	font-size: 50px;
	line-height: 60px;
}


#areasNav li {
	font-size: 30px;
	line-height: 35px;
}
#institucional ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
#institucional ul li {
	width: 30%;
}

#navAreas  ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
#navAreas ul li:first-child {
	border: 0;
	padding-left: 0;
}
#navAreas {
	font-size: 15px;
	line-height: 20px;
}
#newsletterWrapper {
	max-width: 728px;
	margin: 0 auto;
}
#servicosNav h3 {
	font-size: 25px;
	line-height: 30px;
}
#homeServicos .bloco, #servicos .bloco {
	float: right;
}
#topoTexto {
	padding: 60px 20px;
	max-width: 400px;
}
#lideranca .blocoLideranca {
	padding: 20px 50px 0 50px;
}




#cultura {
	background-attachment: fixed;
}
.bloco.blocoDiversidade {
	width: calc(100% - 300px);
}
.blocoPerfil ul.gallery li {
	width: 23%;
}
#publicacoes .bloco {
	width: 49%;
}
#publicacoes .blocoDestaque .postFoto {
	margin-bottom: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 20px;
}

.home #reconhecimentos section:before {
	left: 0;
	right: 0;
}




.bloco.blocoEquipe {
	width: calc(100% - 360px);
}
.icone {
	width: 48%;
}
#escritorioBanner, #equipe, .homeBG, #escritorioTopo, #equipeTopo  {
	background-attachment: fixed;
}



.postFooter {
	min-height: 62px;
}







.menuAreas ul li {
	width: 23.3333%;
}

.topo section {
	height: 400px;
}






#areasDestaques {
	padding-left: 10%;
	z-index: 2;
	margin-top: -110px;
	position: relative;
}
#areas-de-atuacao h2 {
	margin: 0;
	position: relative;
	z-index: 1;
	padding: 30px 0;
}
.area.first {
	display: block;
}











#postWrapper h1 {
	font-size: 40px;
	line-height: 45px;
	padding-top: 0;
}

.topoPublicacoes:after {
	width: 75%;
	z-index: 3;
	content: "";
	background: #fff;
	left: 0;
	bottom: 0;
	position: absolute;
	height: 150px;
	-webkit-border-top-right-radius: 150px;
	-moz-border-radius-topright: 150px;
	border-top-right-radius: 150px;
}
#postWrapper {
	z-index: 2;
	padding-top: 0;
	margin-top: -75px;
}








#menuWrapper {
	position: fixed;
	left: 0;
	top: 0;
	height: auto;
	background: #fff;
}
#menuWrapper.bgMenu {
	background-color: rgba(255, 255, 255, 0.9);
	background: rgba(255, 255, 255, 0.9);
}
.spacer {
	height: 150px;
}
.topoMenu, #menuPrincipal {
	width: auto;
	clear: none;
	padding: 0;
	margin: 0;
}
#menuPrincipal {
	width: calc(100% - 160px);
}
.logo {
	height: 100px !important;
	margin: 25px 0;
}
.topoMenu {
	position: absolute;
	left: 0;
	top: 0;
}
#menuWrapper section {
	height: auto;
	display: block;
}
#nav {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	padding: 0;
	margin: 0;
	z-index: 2;
	
}
#nav li {
	margin: 0;
	padding: 0;
	font-size: 14px;
	margin: 0 0 0 15px;
	line-height: 150px;
}
#menuPrincipal {
	height: 150px;
	float: right;
}
#menuAuxiliar {
	position: absolute;
	right: 0;
	top: 20px;
}
header, .fa-xmark {
	display: none !important;
}



.perfilIntro {
	padding-right: 200px;
}





#intro:before {
	width: calc(100% - 80%);
	top: 190px;
}
#intro {
	padding-top: 190px;
}



.homeConteudo {
	width: 730px;
}




.page-template-page-atuacao .blocos {
	letter-spacing: 0.5px;
}


.pInfo, .postBorda {
	border: 2px solid #a3b4ae;
	padding: 20px 20px 0 20px;
	overflow: hidden;
	margin-bottom: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}





section, #newsFormWrapper  {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#newsFormWrapper {
	padding: 30px 50px 10px 50px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}













#icones {
	width: 65%;
}


#perfil .bloco.blocoFoto {
	width: 30%;
}
.bloco.blocoPerfil {
	width: 65%;
}
#posts .post {
	width: 33.3333%;
}
#relacionados #posts .post:nth-child(4) {
	display: none;
}


#topoPerfilDesktop {
	display: block !important;
	background: url(images/headerEquipeInterna.jpg) center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	position: absolute;
	width: 100%;
	left: 0;
	top: 100px;
	z-index: 1;
}
#topoPerfilDesktop:before {
	bottom: 20px;
	right: 15%;
	left: -10%;
	height: 110px;
	background: #907E59;
	position: absolute;
	z-index: 1;
	content: "";
	-moz-transform: skew(-45deg, 0deg);
	-webkit-transform: skew(-45deg, 0deg);
	-o-transform: skew(-45deg, 0deg);
	-ms-transform: skew(-45deg, 0deg);
	transform: skew(-45deg, 0deg);
}
#topoPerfil .cargo {
	color: #fff;
	margin-bottom: 10px;
	padding-top: 20px;
}
#postsWrapper #posts .post:nth-child(1) {
	width: 100%;
}
#postsWrapper #posts .post:nth-child(1) .postFoto {
	padding-bottom: 50%;
}
.timeLista li {
	width: 23%;
}
}
@media only screen 
and (min-width : 1280px) {
.home #relacionados {
	padding-top: 0;
}
#timeWrapper {
	padding-bottom: 0;
}
.timeLista  {
	width: 104%;
}
.timeLista li  {
	width: 21%;
	margin-right: 4%;
	margin-bottom: 30px;
}
#contatoWrapper section {
	align-items: flex-end;
}
#contatoInfo {
	order: 1;
}
.mapa {
	order: 2;
	width: 400px;
	height: 200px;
}
#contatoIntro {
	order: 3;
}
#homeEquipe .bloco.bloco1 {
	width: 380px;
}
#homeEquipe .bloco.bloco2 {
	width: calc(100% - 430px);
}
#homeAreas .bloco.bloco1 {
	width: 400px;
}
#homeAreas .bloco.bloco2 {
	width: calc(100% - 450px);
}
#relacionados #posts .post:nth-child(4) {
	display: block;
}
#postsWrapper #posts .post:nth-child(1), #postsWrapper #posts .post:nth-child(2) {
	width: 50%;
}
#postsWrapper #posts .post:nth-child(2) .postFoto {
	padding-bottom: 50%;
}
#posts .post {
	width: 25%;
}


#contato h3 {
	margin-bottom: 40px;
}
#contato section {
	align-items: flex-end;
}

#areaLinks {
	width: calc(100% - 750px);
}
#nav li {
	font-size: 16px;
	margin: 0 0 0 30px;
}



.blocoPerfil ul.gallery li {
	width: 18%;
}
.blocoPerfil .foto {
	width: 80%;
	padding-bottom: 80%;
}

.topico {
	width: 23%;
}


#icones {
	width: 75%;
}
.icone {
	width: 23%;
}
.bloco.blocoArea {
	width: calc(100% - 530px);
}
section {
	width: 1200px;
}

.contatoRodape {
	width: auto;
}
.newsletter {
	width: 400px;
}
.depoimentoWrapper {
	padding-top: 100px;
	position: relative;
	overflow: hidden;
}
.depoimentoTexto p, .depoimentoTexto h3 {
	padding-right: 310px;
}
.depoimentoTexto {
	padding: 20px 0 0 20px;
}
.depoimentoWrapper .postFoto {	
	position: absolute;
	right: 0;
	width: 300px;
	top: 0;
	bottom: 20px;
	background-position: center top;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
	height: auto;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
}


}
@media only screen 
and (min-width : 1366px) {
.quemTexto {
	width: calc(100% - 470px);
}
#homeEquipe:before {
	-webkit-border-top-left-radius: 100px;
	-moz-border-radius-topleft: 100px;
	border-top-left-radius: 100px;
}
section {
	width: 1300px;
}
#nav li {
	font-size: 18px;
	margin: 0 0 0 40px;
}
}