/*
Theme Name: Lets
Theme URI: https://www.letsmerketing.com.br/
Description: Template para Lets
Author: Rusvel Nantes 
Version: 1.0
License: None
*/
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..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, #openMenu:before, #menuWrapper a, footer a, form input.wpcf7-submit, .social .fa-brands, .slick-dots li button, .tabs li, .contato a, h3.accordion-toggle, .foto a, .foto, #rodape a, .btnVoltar a, #contato a,  .perfilFoto, #sobre-nos a, .logo, .language-chooser a, .post h3, .post span, .post .postCat, .post .fa-plus, .post, #pagenav a, .blocoAreaNav a, .postFoto a, .profissional, .profissional h3, .profissional .fa-plus, .area, .area h3, .area p, .btn, .btn:before, .btn span, form input.wpcf7-submit, #assinatura, .searchandfilter input[type='submit'], #topo a, .postSingle a, .equipeLista span, .postFoto:before, #servicosLista a:before, #servicosLista a, #menuContato a, #accordion h3:before, .accordion-content, #esgParcerias a, .slick-prev:before, .slick-next:before, a.btn:after, .profissionalInfo a, #homeDestaques a, .postFoto, .homeServico h3, .homeServico p, #topo a, .cky-btn, .clipping p  {
	-moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.cky-btn-reject {
	color: #000 !important;
	border-color: #000 !important;
}
.cky-btn-accept {
	background: #000 !important;
	border-color: #000 !important;
}
body {
	background: #EFE8D7;
	color: #1D1D1B;
	font-size: 20px;
	line-height: 23px;
	font-family: "Figtree", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}
.mobile {
	display: block;
}
.desktop {
	display: none;
}

h1 {
	font-size: 50px;
	line-height: 55px;
	font-weight: 500;
	margin-bottom: 20px;
}
h2 {
	font-size: 40px;
	line-height: 45px;
	font-weight: 500;
	margin-bottom: 20px;
}
h3 {
	font-size: 30px;
	line-height: 35px;
	font-weight: 500;
	margin-bottom: 20px;
}
h4 {
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #D20A11;
}
section {
	padding: 0 20px;
	overflow: hidden;
	clear: both;
	position: relative;
	z-index: 4;
}
a:link, a:visited {
	color: #143541;
	text-decoration: none;
}
a:hover, a:active {
	color: #D20A11;
}
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: #EFE8D7;
	border: 0;
	border-bottom: 1px solid #1D1D1B;
    font-size: 15px;
	height: 40px;
	line-height: 40px;
    padding: 0 15px;
    margin: 0 0 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-family: "Figtree", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}

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

form input.wpcf7-submit, .searchandfilter input[type='submit'] {
    padding: 0 !important;
	-webkit-appearance: none;
	margin: 0 0 20px 0 !important;
	float: left;
	border: 0 !important;
	cursor: pointer;
	width: auto;
	line-height: 40px !important;
	height: auto !important;
	display: block;
	overflow: hidden;
	background: #D20A11;
	color: #EFE8D7;
	width: 150px;
	font-size: 14px;
	font-family: "Figtree", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
}
form input.wpcf7-submit:hover {
	background: #1D1D1B;
}

form p, .wpcf7-checkbox {
	overflow: hidden;
	margin: 0;
}
.wpcf7-not-valid-tip {
	display: none !important;
}
.wpcf7-spinner {
	margin: 0 !important;
	float: right !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;
	overflow: hidden;
	z-index: 9990;
	left: 0;
	top: 0;
	background: #1D1D1B;
}
header section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}
header .logo {
	position: absolute;
	left: 20px;
	top: 0;
}
.spacer {
	display: block;
	width: 100%;
	height: 100px;
	background: #1D1D1B;
}
.logo {
	display: block;
	float: left;
	height: 80px !important;
	width: auto !important;
	position: relative;
	margin: 10px 0;
}
.qtranxs_widget_end {
	display: none !important;
}
.fa-bars, .fa-xmark, .fa-equals {
	color: #D20A11;
	font-size: 25px;
	line-height: 100px !important;
	height: 100px;
	cursor: pointer;
	float: right;
}
header .fa-bars {
	width: 55px;
	text-align: right !important;
}

#menuWrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9995;
	left: 0;
	top: -100%;
	background: #1D1D1B;
}
#menuWrapper section {
	height: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
#menuWrapper.visible {
	top: 0;
}
.topoMenu {
	overflow: hidden;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100px;
	z-index: 10;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#menuContato {
	display: none;
	padding-top: 10px;
	overflow: hidden;
}
#menuPrincipal {
	overflow: hidden;
	clear: both;
	padding-top: 100px;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
}
#nav {
	overflow: hidden;
	clear: both;
	position: relative;
}
#nav li {
	overflow: hidden;
	clear: both;
	position: relative;
	margin: 10px 0;
	font-weight: 300;
	font-size: 25px;
	line-height: 30px;
}
#nav li:last-child {
	margin: 0;
}
#nav a:link, #nav a:visited, #menuContato {
	color: #EFE8D7;
}
#nav a:hover, #nav a:active, 
#nav li.vermelho a:link, #nav li.vermelho a:visited {
	color: #D20A11;
}
#nav li.vermelho a:hover, #nav li.vermelho a:active {
	color: #EFE8D7;
}
/*.single-post #nav li#mInsights a, .archive.category #nav li#mInsights a, .archive.date #nav li#mInsights a, .page-template-page-publicacoes #nav li#mInsights a, .page-template-page-sobre #nav li#mSobre a, .page-template-page-profissionais #nav li#mPessoas a,  .page-template-page-esg #nav li#mESG a, .page-template-page-rh #nav li#mRH a, .page-template-page-servicos #nav li#mServicos a, .single-servico #nav li#mServicos a,
.page-template-page-estudos #nav li#mEstudos a, .page-template-page-cases #nav li#mCases a {
	color: #D20A11;
}*/
.language-chooser {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0; 
	color: #D20A11;
	border: 1px solid #D20A11;
	font-weight: 400;
	
}
.language-chooser li {
	position: relative;
	overflow: hidden;
	padding: 0 6px;
	border-right: 1px solid #D20A11;
}
.language-chooser li:last-child {
	border: 0;
}
.language-chooser a:link, .language-chooser a:visited {
	color: #D20A11;
}
.language-chooser a:hover, .language-chooser a:active {
	color: #EFE8D7;
}
.language-chooser li.active a {
	font-weight: 700;
	color: #EFE8D7 !important;
}











.btnMais span {
	margin-right: 10px;
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	background: #FFB71B url(images/mais1.png) left center no-repeat;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.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 */
#setaDown {
	height: 50px;
	width: 50px;
	display: block;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: 50px;
	animation: bounce 0.7s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	background: url(images/grafismo01.png) center no-repeat;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	z-index: 10;
}
#setaDown:hover {
	color: #ccc;
}

@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); }
}

#videoWrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 2;
	display: block;
}
#videoWrapper video {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
}



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

/* banner */



/* publicacoes */

.postFoto, .postFoto2 {
	-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 {
	overflow: hidden;
	margin-bottom: 50px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #999;
}
.post .postFoto {
	margin: 0;
	padding-bottom: 60%;
	position: relative;
	z-index: 1;
}
.postData {
	color: #D20A11;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.post span {
	position: absolute;
	left: 20px;
	bottom: 20px;
	display: block;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #D20A11;
	text-transform: uppercase;
}
.postResumo {
	position: relative;
	padding:  20px 20px 40px 20px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
.post a {
	display: block;	
}
.post h3 {
	color: #1D1D1B;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 25px;
	line-height: 30px;
}
.post:hover h3 {
	color: #D20A11;
}
.post:hover span {
	color: #1D1D1B;
}









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


.btn:before {
	right: 5px;
	top: 50%;
	margin-top: -7px;
	position: absolute;
	content: "";
	z-index: 1;
	background: url(images/setaPreta.png) center right no-repeat;
	-webkit-background-size: auto 14px;
    -moz-background-size: auto 14px;
    -o-background-size: auto 14px;
    background-size: auto 14px;
	height: 14px;
	width: 44px;
}
a.btn:link, a.btn:visited {
	font-size: 14px;
	line-height: 20px;
	padding: 10px 50px 10px 20px;
	display: block;
	float: left;
	color: #EFE8D7;
	margin: 0 0 20px 0;
	position: relative;
	overflow: hidden;
	font-weight: 400;
	text-transform: uppercase;
	background: #D20A11;
}
a.btn:after {
	font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 15px;
	height: 20px;
	line-height: 20px !important;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -10px;
    content: '\f061';
}
a.btn:hover:after, a.btn:active:after {
	right: 15px;
}
a.btnBranco:after {
	display: none;
}
a.btn:hover, a.btn:active {
	background: #1D1D1B;
	text-decoration: none !important;
}
a.btn.btnHome:link, a.btn.btnHome:visited {
	margin-right: 20px;
}
#contato a.btn:hover, #contato a.btn:active,
#homeLets a.btn:hover, #homeLets a.btn:active,
a.btn.btnHome:hover, a.btn.btnHome:active,
#homeServicosCTA a.btn:hover, #homeServicosCTA a.btn:active {
	background: #EFE8D7;
	color: #1D1D1B;
}
a.btn.btnBranco:link, a.btn.btnBranco:visited {
	padding: 10px 20px;
	color: #EFE8D7;
	background: none;
	border: 1px solid #EFE8D7;
	line-height: 18px;
}
a.btn.btnBranco:hover, a.btn.btnBranco:active {
	color: #1D1D1B;
	background: #EFE8D7;
}
/*.home p:has(+ a.btn) {
	margin-bottom: 50px;
}*/
.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: 100px 0 80px 0;
	overflow: hidden;
	clear: both;
	position: relative;
	z-index: 5;
}



.bloco {
	overflow: hidden;
	position: relative;
}
/* home */
#topo a:link, #topo a:visited {
	color: #D20A11;
}
#topo a:hover, #topo a:active {
	color: #D20A11;
	text-decoration: underline;
}
.postHeader {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content:  flex-start;
	color: #D20A11;
	text-transform: uppercase;
}
.postSingle a:link, .postSingle a:visited {
	color: #D20A11;
}
.postSingle a:hover, .postSingle a:active {
	color: #706F6F;
	text-decoration: underline;
}
.postHeader span {
	display: block;
	padding: 0 6px;
}
.postCat {
	overflow: hidden;
	position: relative;
}
/*.postSingle h2 {
	color: #D20A11;
}*/

.postSingle .autores ul li {
	line-height: 25px;
	font-size: 15px;
	padding: 0;
}
.postSingle .autores ul li:before {
	display: none;
}
.postSingle img {
	display: block;
	width: 100% !important;
	height: auto !important;
	margin-bottom: 20px;
}
.postSingle ul, #accordion ul {
	margin-bottom: 10px;
	overflow: hidden;
}
.postSingle ul li, #accordion ul li {
	position: relative;
	overflow: hidden;
	padding-left: 20px;
	margin-bottom: 10px;
}
.postSingle ul li:before, #accordion ul li:before {
	font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 5px;
	height: 23px;
	line-height: 23px !important;
	position: absolute;
	left: 1px;
	top: 0;
    content: '\f111';
	color: #D20A11;
}
#accordion ul li:before {
	color: #EFE8D7;
}
.postSingle .postCat ul li,
.postSingle .gallery li, .bloco.blocoAreaNav ul li {
	padding: 0;
	background: none;
}



/* 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: 0 0 50px 0;
}
#pagenav a, #pagenav span {
	position: relative;
	margin: 0 5px 10px 5px;
	font-size: 12px;
	font-weight: 700;
	color: #1D1D1B;
	background: none;
	border: 1px solid #1D1D1B;
	line-height: 28px;
	width: 28px;
	text-align: center;
	overflow: hidden;
	display: block;
}
#pagenav span.current {
	color: #fff;
	background: #D20A11;
	border-color: #D20A11;
}
#pagenav span.dots, #pagenav a:link, #pagenav a:visited {
	color: #1D1D1B;
}
#pagenav a:hover, #pagenav a:active {
	color:  #fff;
	background: #1D1D1B;
	border-color: #1D1D1B;
}
/* post interna */


.postShare {
	padding: 30px 0 20px 0;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.postShare strong {
	overflow: hidden;
	font-weight: 700;
	margin: 0 10px 0 0;
	display: block;
	line-height: 22px;
	color: #D20A11;
}
.postFooter {
	overflow: hidden;
	position: relative;
}


.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, 0, 0, 0.5);
	background: rgba(0, 0, 0, 0.5);
	background-image: url(images/zoom.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: auto 50px;
    -moz-background-size: auto 50px;
    -o-background-size: auto 50px;
    background-size: auto 50px;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.gallery a:hover {
	opacity: 1;
}
.postSingle ol {
	margin-bottom: 20px;
}
ol {
	list-style-position: outside;
	margin-bottom: 30px;
}
ol li {
	list-style-type: decimal;
	margin-left: 25px;
}
blockquote {
	font-size: 30px;
	line-height: 30px;
	color: #D20A11;
	font-weight: 300;
	position: relative;
	overflow: hidden;
	text-transform: none;
	z-index: 1;
	font-style: italic;
	border-left: 2px solid #D20A11;
	margin-bottom: 20px;
}

blockquote p {
	padding: 5px 0 5px 30px;	
	margin: 0;
	position: relative;
	z-index: 2;
}
.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;
	padding: 0 0 80px 0;
	clear: both;
	width: 100%;
}
#relacionados h3 {
	margin-bottom: 50px;
	font-weight: 500;
}
.home #relacionados h2 {
	text-align: center;
	color: #2E2C37;
	text-transform: lowercase;
}
#areasHome h2 {
	text-transform: uppercase;
	color: #D20A11;
	font-weight: 300;
	margin-bottom: 50px;
	text-align: center;
}

#relacionados .post, #homePublicacoes .post {
	margin-bottom: 20px;
}


.perfilNome {
	overflow: hidden;
	margin-bottom: 20px;
	color: #D20A11; 
}
.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;
}


.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 0px !important;
	float: left !important;
	width: 22px !important;
	height: 22px !important;
	overflow: hidden !important;
}





/* 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 */
#contato {
	padding: 100px 0 50px 0;
	z-index: 1;
	color: #EFE8D7;
	background: #1D1D1B;
	overflow: hidden;
	position: relative;
	font-size: 16px;
	line-height: 20px;
}
#contato h4 {
	margin-bottom: 20px;
}
#contatoIntro, .contatoInfo {
	overflow: hidden;
	margin-bottom: 30px;
}

#contato a:link, #contato a:visited, footer a:link, footer a:visited,
#menuContato a:link, #menuContato a:visited {
	color: #EFE8D7;
}
#contato a:hover, #contato a:active, footer a:hover, footer a:active,
#menuContato a:hover, #menuContato a:active {
	color: #EFE8D7;
	text-decoration: underline;
}

.social {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 40px;
}
.social li {
	overflow: hidden;
	margin: 0 10px 10px 0;
}
.social .fa-brands {
	font-size: 20px;
	width: 35px;
	height: 35px;
	line-height: 35px !important;
	text-align: center !important;
	background: #D20A11;
	color: #EFE8D7
}
.social li:hover .fa-brands {
	background: #EFE8D7;
	color: #D20A11;
}

/* rodape */
footer {
	padding: 0;
	text-align: center;
	color: #EFE8D7;
	background: #1D1D1B;
	font-size: 15px;
	line-height: 20px;
}
.logoRodape {
	width: 100%;
	height: auto;
	display: block;
}
footer ul, footer ul li {
	margin-bottom: 10px;
	overflow: hidden;
}
#assinatura {
	width: 180px;
	he#newslight: 14px;
	overflow: hidden;
	margin: 0 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: #D20A11;
}
#navAreas li.current-cat a {
	font-weight: 700;
	color: #D20A11;
}

#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: #D20A11;
	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;
}








/* 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;
}








/* 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: 80px 0 30px 0;
}
#reconhecimentos .slick-track {
	margin-left: 0;
}
#reconhecimentos .slick-list {
	margin: 0 30px;
}
#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;
}



.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: #D20A11;
}





#numeros {
	overflow: hidden;
	color: #D20A11;
	font-size: 20px;
	line-height: 25px;
	font-weight: 300;
	padding-bottom: 0;
}
.counter {
	font-weight: 900;
	font-size: 50px;
	line-height: 55px;
	display: block;
}
.numero {
	overflow: hidden;
	margin-bottom: 30px;
}
#quemSomos {
	padding-bottom: 0;
}
#quemSomos .bloco {
	margin-bottom: 30px;
}
#reconhecimentosHome {
	padding: 50px 0;
	position: relative;
	overflow: hidden;
}
#reconhecimentosHome .slick-list, #reconhecimento .slick-list {
	margin: 0 30px;
}
#reconhecimentosHome:before {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	background: #D20A11;
	width: 100%;
	height: 100%;
	content: "";
}
#reconhecimentosHome .postFoto, #reconhecimento .postFoto, #valores .postFoto {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	padding: 0;
}
#valores .postFoto {
	width: 50px;
	height: 50px;
	margin: 0 auto 20px auto;
}
.blocoPerfil .foto {
	width: 70%;
	padding-bottom: 70%;
	margin: 0 auto;
}
#newsletter {
	position: relative;
	overflow: hidden;
	width: 100%;
	clear: both;
	z-index: 2;
	padding: 100px 0 80px 0;
	border-top: 1px solid #D20A11;
}

.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;
}



.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;
}


#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: #D20A11;
	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;
}




#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: #D20A11;
	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%;
}

#homeConteudo .bloco {
	width: auto;
	max-width: 650px;
}
#homeConteudo .bloco.blocoConteudo {
	text-transform: uppercase;
	margin-bottom: 40px;
	max-width: 440px;
	
}
.blocoDestaques  {
	color: #D20A11;
	font-size: 25px;
	line-height: 30px;
}


#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: #D20A11;
	padding: 40px 0 40px 40px;
	position: relative;
	overflow: hidden;
	display: block;
}
#servicosNav a:before {
	width: 20px;
	height: 100%;
	left: -20px;
	bottom: 0;
	background: #D20A11;
	content: "";
	position: absolute;
	z-index: 10;
}
#servicosNav a:hover:before, #servicosNav a:active:before {
	left: 0;
}



.blocoAreaNav {
	overflow: hidden;
	position: relative;
	padding-top: 30px;
}
.blocoAreaNav ul li{
	border-bottom: 1px solid #D20A11;
}
.blocoAreaNav a:before {
	font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 14px;
	height: 30px;
	width: 26px;
	text-align: center !important;
	line-height: 30px !important;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
    content: '\f105';
}
.blocoAreaNav a:link, .blocoAreaNav a:visited {
	color: #1E1E1E;
	display: block;
	text-transform: uppercase;
	padding: 15px 35px 15px 0;
	background: url(images/botao.png) center right no-repeat;
	-webkit-background-size: auto 30px;
    -moz-background-size: auto 30px;
    -o-background-size: auto 304px;
    background-size: auto 30px;
	position: relative;
	overflow: hidden;
}
.blocoAreaNav a:hover, .blocoAreaNav a:active {
	color: #D20A11;
}
.blocoAreaNav li.current-cat a {
	color: #CF2020 !important;
	font-weight: 700;
}
.bg01 {
	background: #fff url(images/bg01.png) left top no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#areas {
	background-position: left bottom;
}
#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: #D20A11;
	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%);
}

#areaTexto {
	max-width: 490px;
}
#areas h2 {
	color: #D20A11;
	font-weight: 300;
}

#areas .blocoAreaNav {
	display: block;
	width: 100%;
	clear: both;
	padding: 0;
	margin-bottom: 20px;
}
#areas .blocos {
	margin-bottom: 30px;
}
h2.subtitulo {
	margin-bottom: 50px;
}
.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: #D20A11;
}

#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;
}




#atuacaoLista li {
	background: #D9D9D9;
	border: 1px solid #D20A11;
	border-left: 0;
	font-size: 24px;
	line-height: 30px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}




#atuacaoLista span {
	display: block;
	max-width: 315px;
}
#atuacaoLista a{
	display: block;
	padding: 20px 60px 20px 35px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#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, #cases {
	background: #1D1D1B;
	position: relative;
	overflow: hidden;
}

#destaques {
	background: #e5ecf2;
}

#areaTexto h3 {
	color: #D20A11;
}
#areaLinks {
	padding-top: 30px;
	overflow: hidden;
}
#areaLinks li {
	overflow: hidden;
	margin-bottom: 30px;
	font-weight: 700;
	line-height: 20px;
	position: relative;
}
#areaLinks ul.children {
	display: none;
	width: 100%;
	clear: both;	
}
#areaLinks ul.children li {
	padding-top: 15px;
	margin: 0;
	font-weight: 400 !important;
}
#areaLinks li.current_page_ancestor ul.children, #areaLinks li.current_page_item  ul.children {
	display: block;
}
#areaLinks a {
	padding-right: 15px;
	display: block;
	float: left;
	position: relative;
}

#topoPost.interna #topoPerfilInfo .titulo {
	margin: 0 20px 20px 0;
	width: auto;
}
#topoPerfilInfo .titulo h1 {
	text-transform: none;
}
#perfilAreas  {
	flex-direction: row;
}
#perfilAreas li {
	margin: 0 10px 10px 0;
	overflow: hidden;
	position: relative;
}
#perfilAreas a:link, #perfilAreas a:visited {
	color: #D20A11;
	background: #fff;
	display: block;
	float: left;
	padding: 2px 6px;
	font-size: 14px;
	line-height: 16px;
}
#perfilAreas a:hover, #perfilAreas a:active {
	background: #D20A11;
	color: #fff;
}





#postAutores h3, h3.relacionadosTitulo {
	color: #D20A11;
}
#topoPerfil {
	background: url(images/headerEquipeInterna.jpg) center no-repeat;
	padding: 50px 0 0 0;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	position: relative;
	z-index: 1;
}
#topoPerfilDesktop {
	display: none !important;
}



#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: #D20A11;
}
#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;
}
#topoPerfilInfo ul.social {
	margin-bottom: 20px;
}
#topoPerfilInfo .social a:link, #topoPerfilInfo .social a:visited {
	color: #D20A11;
}
#topoPerfilInfo .social a:hover, #topoPerfilInfo .social a:active {
	color: #fff;
}

.titulo {
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-bottom: 50px;
}
.titulo h2, .singleArea #topoPost h1, .titulo h1, #videos h2, .equipeWrapper h2, #perfilBio h2 {
	float: left;
	display: block;
	padding: 10px 30px 10px 10px;
	border-right: 10px solid #D20A11;
	margin: 0;
	font-weight: 300;
	font-size: 35px;
	line-height: 35px;
	background: #1DB0B5 url(images/setaAzul.png) center right no-repeat;
	-webkit-background-size: 20px auto;
    -moz-background-size: 20px auto;
    -o-background-size: 20px auto;
    background-size: 20px auto;
}
.singleArea #topoPost h1, .equipeWrapper h2, #perfilBio h2 {
	border: 0;
	padding: 10px;
	background: #D20A11;
	color: #143541;
	margin: 0;
}
#perfilBio h2 {
	margin-bottom: 20px;
}
#perfilBio h2 + p, #perfilBio h2 + ul, #perfilBio h2 + ol {
	display: block;
	clear: both;
	width: 100%;
}
#quem {
	background: #D20A11;
}

#videos h2 {
	border: 0;
	padding: 10px;
	background: #143541;
	color: #D20A11;
	margin-bottom: 20px;
}
#topoPost.interna .titulo {
	margin: 0;
}
#topoPost.interna h1 {
	color: #143541;
	background: #D20A11;
}

#topoPost.interna .titulo {
	margin-bottom: 50px;
}
.page-template-default #topoPost.interna .titulo {
	margin-bottom: 0;
}
#publiIntro h1 {
	text-transform: none;
}
#publiIntro p {
	font-size: 30px;
	line-height: 35px;
	color: #D20A11;
	font-weight: 300;
	margin: 0;
}
.home #publiIntro {
	width: 100%;
}
.home #publiIntro p {
	margin-bottom: 20px;
	text-align: right;
}
.titulo a:hover h2 {
	color: #fff;
}






#topo {
	overflow: hidden;
	position: relative;
	background: #1D1D1B;
	z-index: 5;
	color: #EFE8D7;
	font-weight: 400;
	padding: 100px 0 80px 0;
}
#topoTexto {
	overflow: hidden;
	position: relative;
}
.single-post #topo {
	padding-bottom: 180px;
}
#postBlog {
	position: relative;
	z-index: 6;
	margin-top: -150px;
	padding-bottom: 80px;
	overflow: hidden;
}


.slideFoto:before {
	background: #000;
	opacity: 0.6;
	position: absolute;
	z-index: 2;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
#topo:after, .slide:after {
	background: url(images/grafismoBanner.png) right top no-repeat;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	position: absolute;
	z-index: 3;
	content: "";
	right: 0;
	bottom: -337px;
	width: 821px;
	height: 567px;
}
.slide:after {
	bottom: -100px;
	background: url(images/grafismoHome3.png) right top no-repeat;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	width: 803px;
	opacity: 0.5;
}
.single-profissional #topo:after {
	background: url(images/grafismoProfissional.png) left top no-repeat;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	position: absolute;
	z-index: 3;
	content: "";
	left: 0;
	bottom: -384px;
	width: 821px;
	height: 627px;
}
.single-post #topo:after {
	display: none;
}
.grafismoTopo:after {
	background: url(images/grafismoBanner.png) right top no-repeat;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	position: absolute;
	z-index: 3;
	content: "";
	right: 0;
	top: -230px;
	width: 821px;
	height: 567px;
}
.single-profissional .grafismoTopo:after {
	background: url(images/grafismoProfissional.png) left top no-repeat;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	position: absolute;
	z-index: 3;
	content: "";
	left: 0;
	top: -243px;
	width: 821px;
	height: 627px;
}
#homeQuem.grafismoTopo:after {
	top: -467px;
	background: url(images/grafismoHome3.png) right top no-repeat;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	width: 803px;
	opacity: 0.5;
}
#topoFoto {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom: 55%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	width: 100%;
	position: relative;
	margin-bottom: 50px;
}

.blocoAzul {
	position: relative;
	overflow: hidden;
	margin: 0 0 20px 15px;
	padding: 20px 20px 0 35px;
	color: #fff;
	z-index: 1;
	background: #D20A11;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.setaBloco {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 40px;
	width: 40px;
	height: 60px;
	background: url(images/setaLaranja.png) left top no-repeat;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.blocoArea h3 {
	color: #D20A11;
}
#postsWrapper, #escritorioBG, #bgHome {
	background: #fff url(images/bg02.png) center top no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	position: relative;
	overflow: hidden;
}
#bgHome {
	background-image: url(images/bgHome.jpg); 
}

.searchandfilter input[type='text'], .searchandfilter select {
	background-color: #F3F3F3;
	border: 1px solid #D20A11;
}
.searchandfilter ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 100%;
}
.searchandfilter li {
	width: 100%;
	display: block !important;
	padding: 0 !important;
	margin: 0 !important;
}

#filtrosBlog {
	overflow: hidden;
	margin-bottom: 40px;
	position: relative;
}
#socioFoto .postFoto {
	padding-bottom: 150%;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.equipeLista .postFoto {
	padding-bottom: 150%;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.equipeLista .postFoto:before, .post .postFoto:before, #areasLinks li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background: #706F6F;
	mix-blend-mode: multiply;
}
.equipeLista li:hover .postFoto:before, .post:hover .postFoto:before {
	opacity: 0.5;
}
#socioFoto {
	max-width: 350px;
}
#socioBio .lastWord, #titulo .lastWord, #areaWrapper h1 .lastWord, #relacionados .lastWord, .home .lastWord {
	display: inline;
	color: #D20A11;
}
#socioBio .gallery {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	width: 102%;
	margin-bottom: 20px;
}
#socioBio .gallery li {
	width: 31.3333%;
}
#socioBio .foto {
	width: 60%;
	padding-bottom: 60%;
	margin: 0 auto;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
#socioBio .gallery a {
	display: none;
}
#socioBio ul.social {
	margin-bottom: 40px;
}
#socioBio ul.social li {
	margin: 0 20px 10px 0;
	padding: 0;
	font-size: 15px;
	line-height: 26px;
}
#socioBio ul.social li:before {
	display: none;
}
#socioBio .social a:link, #socioBio .social a:visited {
	color: #706F6F;
}
#socioBio .social a:hover, #socioBio .social a:active {
	color: #D20A11;
}
#socioBio .fa-brands {
	width: 26px;
	line-height: 26px !important;
	text-align: center !important;
	color: #fff;
	background: #D20A11;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#socioBio .fa-brands:hover {
	background: #706F6F;
}
.profissionais {
	overflow: hidden;
	padding-top: 30px;
	position: relative;
}
.profissional {
	overflow: hidden;
	position: relative;
}
.profissional .postFoto {
	padding-bottom: 121%;
	margin-bottom: 0;
	z-index: 1;
}
.profissional .postFoto2 {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	animation: fadeInOut 8s infinite; /* Loop forever */
}
@keyframes fadeInOut {
	0%, 100% { opacity: 0; }
	50% { opacity: 1; }
}
#videoInstitucional section, #postsHome section, #reconhecimentos section {
	padding-top: 50px !important;
	border-top: 1px solid #ccc;
}
#videoInstitucional h2 {
	margin-bottom: 50px;
}
.sobreHistoriaTexto  {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
#timeline {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
#timeline h2 {
	color: #D20A11;
	font-size: 35px;
	line-height: 40px;
	margin-bottom: 5px;
	font-weight: 600;
}
#timeline h3 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 15px;
}
#timeline:before {
	position: absolute;
	left: 14.5px;
	top: 0;
	z-index: 1;
	background: #1D1D1B;
	width: 1px;
	height: 100%;
	content: '';
}
.ano {
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
	padding-left: 40px;
	z-index: 2;
}
.ano .postFoto {
	margin-bottom: 20px;
}
.ano:last-child, .ano:last-child .postFoto {
	margin: 0;
}
.ano:before {
	width: 12px;
	height: 12px;
	position: absolute;
	left: 9px;
	top: 14px;
	content: "";
	background: #D20A11;
}
.btnWrapper {
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content:  flex-end;
	width: 100%;
	clear: both;
	padding-top: 30px;
}

.postSingle .postFoto {
	padding: 0;
	height: 300px;
	margin: 0 auto 20px auto;
}
.error404 .conteudo h2 {
	color: #D20A11;
}
#servicosLista {
	overflow: hidden;
	padding: 30px 0 20px 0;
}
#servicosLista a:link, #servicosLista a:visited {
	border-bottom: 1px solid #1D1D1B;
	overflow: hidden;
	position: relative;
	display: block;
	padding: 10px 50px 10px 0;
	font-size: 25px;
	line-height: 30px;
	color: #1D1D1B;
	font-weight: 400;
}
#servicosLista a:hover, #servicosLista a:active {
	color: #D20A11;
}
#servicosLista li:nth-last-child(-n+2) a {
    font-weight: 700;
}
#servicosLista 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: 50%;
	margin-top: -15px;
    content: '\f061';
	color: #D20A11;
}
#servicosLista a:hover:before, #servicosLista a:active:before {
	right: 0;
}
.postSingle h3 {
	color: #D20A11;
}
.profissionalFoto, .case {
	overflow: hidden;
	position: relative;
}
.profissionalFoto:before, .case:before, .rhLiderFoto:before {
	background: #1D1D1B;
	background: -webkit-linear-gradient(0deg,rgba(29, 29, 27, 1) 0%, rgba(29, 29, 27, 0) 100%);
	background: -moz-linear-gradient(0deg,rgba(29, 29, 27, 1) 0%, rgba(29, 29, 27, 0) 100%);
	background: linear-gradient(0deg,rgba(29, 29, 27, 1) 0%, rgba(29, 29, 27, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr="#1D1D1B",
	  endColorstr="#1D1D1B",
	  GradientType=0
	);
	position: absolute;
	height: 25%;
	left: 0;
	bottom: 0;
	z-index: 4;
	width: 100%;
	content: "";
}
.profissionalInfo, .caseInfo {
	position: absolute;
	z-index: 4;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-bottom: 20px;
}
.profissionalInfo h3, .caseInfo h3, .rhLiderFotoInfo h3 {
	font-size: 24px;
	line-height: 30px;
	color: #EFE8D7;
	font-weight: 600;
	margin: 0;
	padding: 0 20px;
}
.profissionalInfo small, .caseInfo small, .rhLiderFotoInfo small {
	display: block;
	padding: 0 20px;
	text-transform: uppercase;
	color: #EFE8D7;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}
.case {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#cases .postFoto, #cases .foto {
	padding-bottom: 60%;
}
#cases .gallery a {
	display: none;
}
#estudosExtra {
	border-top: 1px solid #1D1D1B;
}
#estudos h2 {
	font-weight: 300;
}
#estudos strong, #sobreExtra strong, #sobreIntro strong {
	color: #D20A11;
}
#estudos .bloco {
	overflow: hidden;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 50px 0 30px 0;
}
.estudo {
	overflow: hidden;
	position: relative;
}
#estudosImpactos, #sobreExtra, #sobreNumeros {
	background: #1D1D1B;
	color: #EFE8D7;
}
#estudosImpactos ul, #esgNumeros ul, #blocoLets ul {
	overflow: hidden;
	position: relative;
	padding-top: 30px;
}
#estudosImpactos ul li, #esgNumeros ul li, #sobreNumeros ul li, #homeNumeros ul li, #blocoLets ul li {
	overflow: hidden;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	position: relative;
}
#estudosImpactos ul li strong, #esgNumeros ul li strong, #sobreNumeros ul li strong, #homeNumeros ul li strong, #blocoLets ul li strong {
	font-size: 60px;
	line-height: 65px;
}
#estudosImpactos ul li strong em, #esgNumeros ul li strong em, #sobreNumeros ul li strong em, #homeNumeros ul li strong em, #homeNumeros ul li em strong, #blocoLets ul li strong em  {
	color: #D20A11;
	font-style: normal;
}
#sobreIntro .bloco, #sobreExtra .bloco {
	margin-bottom: 60px;
}
#sobreIntro, #sobreExtra {
	padding-bottom: 0;
}
#sobreIntro .postFoto, #sobreExtra .postFoto {
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	padding-bottom: 100%;
	background-position: center bottom;
}
#sobreVideo {
	padding-top: 0;
}
#sobreVideo .video {
	max-width: 728px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
#sobreCTA {
	background: #D20A11;
	color: #EFE8D7;
}
#sobreCTA h2 {
	font-weight: 400;
}
#sobreCTA a.btn:link, #sobreCTA a.btn:visited {
	border: 1px solid #EFE8D7;
}
#sobreCTA a.btn:hover, #sobreCTA a.btn:active {
	border: 1px solid #1D1D1B;
}
#rhLider, #rhServicos, #esgParcerias, #esgCitacao, #homeNumeros, #homeClientes, #homeReconhecimentos, #homeParceiros, #blocoLetsSobre, #homeServicos {
	background: #1D1D1B;
	color: #EFE8D7;
}
#rhLider h4, #rhServicos h4 {
	color: #EFE8D7;
}
img.rhBanner, .rhLiderFoto img {
	display: block;
	width: 100%;
	height: auto;
}
#rhDiferenciais h4, #rhIntro h4 {
	color: #1D1D1B;
}
#rhDiferenciais h3 {
	border-top: 1px solid #1D1D1B;
	display: block;
	padding-top: 20px;
	font-size: 30px;
	line-height: 35px;
	font-weight: 700;
}
#rhDiferenciais h3:first-child {
	padding: 0;
	border: 0;
}
#rhDiferenciais .rhDiferenciais2 p:last-child {
	border-bottom: 1px solid #1D1D1B;
	padding-bottom: 20px;
}
.blocoLiderFoto {
	max-width: 440px;
}
.rhLiderFoto {
	overflow: hidden;
	position: relative;
}
.rhLiderFotoInfo {
	position: absolute;
	z-index: 5;
	left: 0;
	bottom: 20px;
	right: 0;
}
#rhCTA h2 {
	font-weight: 400;
}
#rhCTA a.btn:link, #rhCTA a.btn:visited, #rhIntro a.btn:link, #rhIntro a.btn:visited {
	border: 1px solid #1D1D1B;
	color: #1D1D1B;
	background: none;
}
#rhCTA a.btn:hover, #rhCTA a.btn:active, #rhIntro a.btn:hover, #rhIntro a.btn:active {
	color: #EFE8D7;
	background: #1D1D1B;
}
.blocoCTAtexto {
	overflow-wrap: anywhere;
}
#accordion h3 {
	font-size: 30px;
	line-height: 35px;
	padding: 20px 50px 20px 0;
	margin: 0;
	border-top: 1px solid #EFE8D7;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
#esgJornada #accordion h3 {
	border-color: #1D1D1B;
}
#accordion h3:before {
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	background: url(images/icone01.png) center no-repeat;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	content: "";
}
#esgJornada #accordion h3:before {
	background: url(images/icone02.png) center no-repeat;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.accordion-content {
	display: none;
}
.accordionItem.ativo .accordion-content {
	display: block;
}
#accordion .accordionItem.ativo h3:before {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#esgParcerias ul, #esgPilares ul {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	padding-top: 30px;
	width: 100%;
	clear: both;
}
#esgPilares .bloco, .home #equipe {
	padding-top: 30px;
}
#esgParcerias ul li, #esgPilares ul li {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border: 1px solid #EFE8D7;
	padding: 20px;
	overflow: hidden;
	position: relative;
}
#esgPilares ul li {
	border: 1px solid #999;
}
#esgParcerias ul li strong {
	display: block;
}
#esgPilares ul li strong {
	display: block;
	color: #D20A11;
}
#esgParcerias ul a:link, #esgParcerias ul a:visited {
	display: block;
	color: #D20A11;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	text-transform: uppercase;
	float: left;
	margin-top: 10px;
	clear: both;
}
#esgParcerias ul a:hover, #esgParcerias ul a:active {
	color: #EFE8D7;
}
#esgParcerias ul a:after {
	font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 15px;
	line-height: 20px !important;
    content: '\f061';
	margin-left: 5px;
}
#esgGaleria {
	position: relative;
	overflow: hidden;
}
#esgGaleria:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50px;
	z-index: 1;
	background: #1D1D1B;
}
#esgGaleria .slick-list {
	margin: 0 40px;
}
#esgGaleria .foto {
	width: 90%;
	padding-bottom: 50%;
	margin: 0 auto;
}
#esgGaleria .gallery  {
	z-index: 10;
}
#esgJornada {
	padding-bottom: 0;
}
.esgJornadaTexto {
	overflow: hidden;
	position: relative;
}
.blocoFinalCitacao p, .blocoCitacao p {
	font-size: 30px;
	line-height: 35px;
	padding: 35px 0 0 45px;
	background: url(images/aspas.png) left top no-repeat;
	-webkit-background-size: 50px auto;
    -moz-background-size: 50px auto;
    -o-background-size: 50px auto;
    background-size: 50px auto;
	font-weight: 500;
}
.blocoCitacao h4 {
	padding-left: 45px;
}
#esgIntro {
	padding-bottom: 30px;
}
#esgCitacao {
	padding-top: 0;
}
#esgCitacao:before {
	background: #EFE8D7;
	content: "";
	height: 80px;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
	position: absolute;
}
#sobreID1 {
	padding-bottom: 0;
}
#sobreID2 h2 {
	color: #D20A11;
	font-weight: 700;
}
#sobreIDfoto {
	width: 100%;
	padding-bottom: 100%;
	position: relative;
	background-position: center bottom;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
#homeSlide {
	color: #EFE8D7;
	text-transform: uppercase;
	background: #D20A11;
	font-size: 15px;
	line-height: 20px;
	padding: 20px 0;
	position: relative;
	overflow: hidden;
	font-weight: 400;
}
#homeSlide li {
	padding-right: 5px;
}
#homeNumeros {
	padding-bottom: 0;
}
#homeReconhecimentos .postFoto {
	width: 70%;
	padding-bottom: 70%;
	margin: 0 auto 20px auto;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
#homeReconhecimentos .slick-list {
	margin: 0 30px;
}
.reconhecimento {
	text-align: center;
	margin: 0 20px;
}
.reconhecimento strong {
	display: block;
}
.reconhecimento small {
	display: block;
	margin: 0 0 20px 0;
	font-size: 15px;
	line-height: 20px;
}
#homeLets, #homePublicacoes, #newsletter, #homeEquipe, .home #equipe, #homeDestaques {
	overflow: hidden;
	position: relative;
	background: #EFE8D7;
}
#blocoLets h2 {
	margin-bottom: 30px;
}
#blocoLets h2 + p {
	border-top: 1px solid #D20A11;
	padding-top: 30px;
	display: block;
}
#homeLets section {
	padding: 0;
}
#blocoLets, #blocoLetsSobre {
	padding: 80px 20px 60px 20px;
}
#homeParceiros {
	text-align: center;
	padding-bottom: 80px;
}
#homeParceiros .slick-list {
	margin: 0 30px;
}
#homeParceiros h4, #homeDestaques section h4 {
	margin-bottom: 50px;
}
#homeParceiros .gallery a {
	display: none;
}
#homeParceiros .foto {
	width: 60%;
	padding-bottom: 60%;
	margin: 0 auto;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.home {
	background: #1D1D1B;
}
#homeDestaques section h4 {
	color: #1D1D1B;
}
#homePublicacoes h2, #homeClientes h2 {
	margin-bottom: 50px;
}
.profissionalBio {
	position: relative;
	overflow: hidden;
	padding: 20px 20px 0 20px;
}
#homeEquipe .profissionalInfo h3, #homeEquipe .profissionalInfo p {
	padding-right: 65px;
	z-index: 2;
	position: relative;
}
.profissionalInfo a:link, .profissionalInfo a:visited {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #D20A11;
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 3;
	color: #EFE8D7;
	text-align: center;
}
.profissionalInfo a:hover, .profissionalInfo a:active {
	color: #D20A11;
	background: #EFE8D7;
}
.profissionalInfo .fa-brands {
	line-height: 30px !important;
	display: block !important;
}
#depoimentosSlide {
	clear: both;
	widht: 100%;
}
#homeClientes {
	padding-bottom: 0;
}
#homeClientes .slick-list {
	margin: 0 50px;
}
.depoimento {	
	color: #D20A11;
	background: #EFE8D7;
}
#homeClientes .slick-slide:nth-child(odd) .depoimento {
	background: #D20A11;
	color: #EFE8D7;
}
.depoimentoTexto {
	padding: 50px 20px;
	overflow: hidden;
}
.depoimentoEstrelas {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	overflow: hidden;
	margin-bottom: 50px;
}
.depoimentoEstrelas .fa-solid {
	font-size: 15px;
	display: block;
	margin-right: 5px;
}
.depoimento h3 {
	font-size: 20px;
	line-height: 25px;
	padding-top: 30px;
	font-weight: 700;
	margin-bottom: 0;
}
.depoimento small {
	display: block;
	font-size: 15px;
	line-height: 20px;
}
#home {
	position: relative;
	overflow: hidden;
	color: #EFE8D7;
}
#home h4 {
	color: #EFE8D7;
}
#home section {
	height: calc(100vh - 80px);
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
#homeFoto {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
#home h1 {
	color: #EFE8D7;
	font-weight: 300;
	margin-bottom: 50px;
}
#home h1 em {
	color: #D20A11;
	font-style: normal;
	font-weight: 700;
	clear: both;
	display: block;
}
#home p {
	max-width: 450px;
}
.destaqueBloco {
	position: relative;
	overflow: hidden;
}
.destaqueBloco .postFoto, .homeServico .postFoto {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	padding: 0;
}
.destaqueTexto {
	overflow: hidden;
	padding: 100px 20px 50px 20px;
	position: relative;
	overflow: hidden;
	z-index: 2;
	color: #EFE8D7;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.destaqueTexto h2, .destaqueExtraTexto h2 {
	font-size: 35px;
	line-height: 40px;
	margin-bottom: 0;
}
.destaqueTexto h4 {
	color: #EFE8D7;
}
.destaqueTexto a:link, .destaqueTexto a:visited {
	color: #EFE8D7;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
}
.destaqueTexto a:hover, .destaqueTexto a:active {
	color: #D20A11;
}
#homeDestaques {
	padding-bottom: 0;
}
.destaqueExtra {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.destaqueBloco:first-child {
	margin-bottom: 20px;
}
.destaqueExtra:last-child {
	margin-bottom: 0;
}
.destaqueExtraTexto p {
	display: none;
}
.destaqueExtra a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}
.destaqueExtraTexto {
	border-left: 20px solid #D20A11;
	z-index: 2;
	overflow: hidden;
	position: relative;
	padding: 20px 20px 50px 20px;
	max-width: 700px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.destaqueExtra .postFoto {
	opacity: 0;
}
.destaqueExtra .postFoto:before {
	background: #D20A11;
	background: -webkit-linear-gradient(90deg,rgba(210, 10, 17, 1) 10%, rgba(210, 10, 17, 0) 100%);
	background: -moz-linear-gradient(90deg,rgba(210, 10, 17, 1) 10%, rgba(210, 10, 17, 0) 100%);
	background: linear-gradient(90deg,rgba(210, 10, 17, 1) 10%, rgba(210, 10, 17, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr="#D20A11",
	  endColorstr="#D20A11",
	  GradientType=1
	);
	left: 0;
	top: 0;
	height: 100%;
	position: absolute;
	z-index: 2;
	width: 33.3333%;
	content: "";
}
.destaqueExtra:hover .postFoto {
	opacity: 1;
	z-index: 3;
}
#homeServicos {
	padding-top: 0;
}
#homeServicosWrapper, #homeServicosCTA {
	overflow: hidden;
	padding-top: 30px;
}
.homeServico {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.homeServicoTexto {
	padding: 20px 20px 0 20px;
	position: relative;
	z-index: 3;
	border: 1px solid #D20A11;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.homeServico:before {
	position: absolute;
	z-index: 2;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
}
.homeServicosTexto, #homeServicosCTA {
	overflow: hidden;
	position: relative;
}
#homeServicosCTA {
	font-size: 24px;
	line-height: 30px;
}
.caminho {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	align-items: flex-start;
	margin-bottom: 40px;
	text-transform: uppercase;
	line-height: 20px;
	font-size: 14px;
}
.caminho li {
	margin: 0 5px 10px 0;
}
#topo .caminho a:link, #topo .caminho a:visited {
	color: #EFE8D7;
}
#topo .caminho a:hover, #topo .caminho a:active, #topo .caminho li.current a {
	color: #D20A11;
	text-decoration: none;
}
#sobreHistoria .anoInfo h2 {
	width: 100%;
	max-width: none;
}
#blocoFormRD section {
	padding: 0 !important;
	width: auto !important;
}
.bricks-form__fieldset {
	margin: 0 !important;
}
#bricks-component-Q45PXVrh6DidBiYnK9zVPQ, #bricks-component-QFPPVYJ3-ZQ0GBssBzy2lw {
	border: 0 !important;
}
#bricks-component-1yYKKRTKRqKUdH66fObaCg {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
#rd-close_button-mhnisdki svg {
	fill: #fff !important;
}
.page-template-page-credenciais #homeNumeros {
	background: #EFE8D7;
	color: #1D1D1B;
	padding: 0 0 30px 0;
}
.page-template-page-credenciais #topoTexto {
	max-width: 650px;
}
.page-template-page-credenciais #homeClientes {
	padding-bottom: 80px;
}
.page-template-page-credenciais #homeClientes:before {
	background: #EFE8D7;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
	content: "";
	top: 350px;
	
}
.page-template-page-credenciais #homeClientes h2 {
	width: 100%;
	max-width: none;
}
#credenciais1 {
	background: #EFE8D7;
	padding-bottom: 30px;
}
#credenciais2, #letsNaMidia {
	background: #1D1D1B;
	color: #EFE8D7;
}
#credenciais2 {
	padding-bottom: 30px;
}
#credenciais2 .bloco:last-child, #letsNaMidia p {
	font-weight: 700;
}
#letsNaMidia {
	overflow: hidden;
	position: relative;
}
.clipping {
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
}
.clipping a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.clipping:hover p {
	color: #D20A11;
}
.botoes {
	overflow: hidden;
}
.botoes a.btn {
	margin-right: 20px;
}
@media only screen 
and (min-width : 480px) {





#numeros section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
#numeros section {
	justify-content: space-between;
}
.numero {
	width: 48%;
}

#valoresLista {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	width: calc(100% + 20px);
}	
.valorWrapper {
	width: calc(50% - 20px);
}



.postSingle .gallery li {
	width: 31.3333%;
}


}
@media only screen 
and (min-width : 640px) {
#clippingLista {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	width: calc(100% + 50px);
}
.clipping {
	width: calc(50% - 50px);
	margin-right: 50px;
}
#equipe {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.profissional {
	width: 50%;
}
.profissionalBio:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #1D1D1B;
	background: -webkit-linear-gradient(180deg,rgba(29, 29, 27, 1) 0%, rgba(239, 232, 215, 1) 100%);
	background: -moz-linear-gradient(180deg,rgba(29, 29, 27, 1) 0%, rgba(239, 232, 215, 1) 100%);
	background: linear-gradient(180deg,rgba(29, 29, 27, 1) 0%, rgba(239, 232, 215, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr="#1D1D1B",
	  endColorstr="#EFE8D7",
	  GradientType=0
	);
}
#esgParcerias ul, #esgPilares ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
#esgParcerias ul li, #esgPilares ul li {
	width: 50%;
}
#contato section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}

.quemWrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
.quemFoto {
	width: 250px;
}
.quemInfo {
	width: calc(100% - 300px);
}
.searchandfilter ul {
	padding-right: 150px;
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.searchandfilter li {
	width: calc(50% - 20px);
	margin-right: 20px !important;
}
.searchandfilter li:nth-child(3) {
	position: absolute;
	right: 0;
	top: 0;
	width: 150px;
	margin: 0 !important;
	padding: 0;
}
#contatoEndereco ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
#contatoEndereco ul li {
	width: 48%;
}
#contatoCTA span[data-name="your-name"], #contatoCTA span[data-name="telefone"] {
	display: block !important;
	float: left;
	width: calc(50% - 5px);
}
#contatoCTA span[data-name="your-email"], #contatoCTA span[data-name="area"] {
	display: block !important;
	float: right;
	width: calc(50% - 5px);
}
.download {
	width: 31.3333%;
}




#contato .social {
	margin-bottom: 50px;
}
#areasWrapper section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}


.blocoPerfil ul.gallery li {
	width: 23%;
}

#topicos section, .blocoPosts, #profissionaisLista {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}




#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%;
}









.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, #areas {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
#posts .post, .area {
	width: 50%;
}
#relacionados #posts .post:nth-child(3),
#homePublicacoes #posts .post:nth-child(3) {
	display: none;
}


#postDestaque .postInfo, #topoDestaque .postInfo {
	width: 100%;
}
.postBloco2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.postBloco2 .post {
	width: calc(50% - 10px);
}
footer section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}
footer ul li, footer ul, footer p {
	text-align: left;
}

}
@media only screen 
and (min-width : 768px) {

.clipping {
	width: calc(33.3333% - 50px);
}
.page-template-page-credenciais #homeReconhecimentos:before {
	width: 50%;
	left: 0;
	top: 0;
	height: 100%;
	background: #EFE8D7;
	position: absolute;
	z-index: 1;
	content: "";

}
.page-template-page-credenciais #homeReconhecimentos .bloco:first-child {
	color: #1D1D1B;
}
.destaqueTexto {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 20px;
	padding-left: 0;
}
.destaqueBloco {
	width: 50%;
}
.destaqueBloco:first-child {
	height: 100%;
}
.destaqueExtra {
	margin: 0 0 20px 20px;
}
.destaqueExtra:last-child, .destaqueBloco:first-child {
	margin-bottom: 0;
}
#homeEquipe {
	padding-top: 50px;
}
#homePublicacoes a.btn {
	position: absolute;
	right: 20px;
	top: 30px;
}
#blocoLetsSobre {
	background: none;
}
#homeLets:before {
	height: 100%;
	right: 0;
	bottom: 0;
	top: 0;
	position: absolute;
	z-index: 1;
	width: 50%;
	content: "";
	background: #1D1D1B;
}
#sobreID2:before {
	height: 200px;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
	width: 50%;
	content: "";
	background: #1D1D1B;
}
#sobreID1 .bloco {
	float: right;
	padding-top: 180px;
}
#sobreIDfoto {
	width: 50%;
	height: 100%;
	padding: 0;
	left: 0;
	top: 0;
	position: absolute;
	background-position: top right;
	z-index: 2;
}
#sobreIntro {
	z-index: 10;
}
#sobreIntro .bloco {
	margin-bottom: 100px;
}
#sobreNumeros {
	z-index: 9;
	margin-top: -50px;
	padding-bottom: 0;
}
#sobreID1, #homeNumeros {
	padding-top: 0;
}
#sobreID1:before {
	height: 100px;
	right: 0;
	top: 0;
	position: absolute;
	z-index: 1;
	width: 100%;
	content: "";
	background: #1D1D1B;
}
#esgIntro {
	padding-bottom: 0;
	z-index: 10;
}
#esgCitacao {
	margin-top: -100px;
	z-index: 9;
}
#esgCitacao:before {
	height: 150px;
}
.blocoCitacao {
	padding-top: 130px;
}
.blocoCitacao p {
	padding-top: 80px;
}
#esgFinal:before {
	content: "";
	left: 50%;
	margin-left: -0.5px;
	width: 1px;
	top: 80px;
	bottom: 80px;
	position: absolute;
	z-index: 1;
	background: #D20A11;
}
#esgPilares:before {
	height: 200px;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
	width: 50%;
	content: "";
	background: #1D1D1B;
}
#rhIntro {
	padding-bottom: 0;
}
#rhIntro:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	height: 100px;
	background: #1D1D1B;
}
#rhServicos {
	padding-top: 0;
}
#rhServicos:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 80px;
	background: #EFE8D7;
}
#accordion {
	padding-top: 30px;
}
#timeline:before {
	left: 50%;
	margin-left: -0.5px;
}
.ano {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0;
}
.ano:before {
	left: 50%;
	margin-left: -6px;
}
.anoInfo, .anoFoto {
	width: 45%;
}
#sobreCTA a.btn, #rhCTA a.btn {
	float: right;
}
#sobreIntro .postFoto, #sobreExtra .postFoto {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	padding: 0;
	width: 50%;
	z-index: 2;
	background-position: left bottom;
}
#nav li {
	font-size: 30px;
	line-height: 35px;
}
#menuContato {
	display: block;
}
#contato .social, #menuContato .social {
	flex-direction: column;
	margin-bottom: 50px;
}
#menuContato .social {
	margin: 0 50px 0 0;
}
#contato .social li, #menuContato .social li {
	margin: 0 0 10px 0;
}
#contato .social li:last-child, #menuContato .social li:last-child {
	margin: 0;
}
/*#newsletter section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}*/
.case {
	width: 50%;
}
#newsTexto {
	width: 310px;
}

#newsForm {
	width: calc(100% - 360px);
}
.home #newsTexto, .home #newsForm {
	width: 100%;
}
#areasLinks li {
	width: calc(25% - 20px);
}
#topoFoto {
	padding-bottom: 35%;
}
.page-template-page-sobre  #topoFoto {
	padding-bottom: 59%;
}
#areasNav a:link, #areasNav a:visited {
	padding: 10px 30px;
}

#bgHome:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	z-index: 1;
	width: 50%;
	background:url(images/grafismoProfissionais.png) right top no-repeat;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}



.download {
	width: 23%;
}

#historiaHome .bloco {
	float: right;
}
#historiaBG {
	width: 50%;
	left: 0;
	top: 0;
	bottom: 0;
	padding: 0;
	position: absolute;
}
#missaoBG {
	width: 50%;
	right: 0;
	top: 50px;
	bottom: 50px;
	padding: 0;
	position: absolute;
}
#certificado .bloco.bloco1 {
	width: calc(100% - 300px);
}
#areas .blocoAreaNav ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

#areas .blocoAreaNav ul li {
	width: 46%;
}
.blocoAreaNav {
	padding-top: 0;
}
#filtros form input, #filtros form select {
	margin-bottom: 0 !important;
}
#quemTexto {
	width: 345px;
}
.single-post #topoPostIntro {
	width: 50%;
}

.singleArea #topoPost {
	padding: 0;
}
.singleArea #topoPost h1 {
	margin-bottom: 90px;
}
.singleArea #topoPost section {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	height: 400px;
}
.singleArea #topoPost:after {
	position: absolute;
	z-index: 1;
	width: 100%;
	bottom: 0;
	left: 0;
	background: #fff;
	content: "";
	height: 90px;
}
#topoArea {
	background: url(images/grafismoAtuacao.png) center left no-repeat;
	-webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
	position: absolute;
	right: 0;
	width: 55%;
	top:0;
	height: 100%;
	z-index: 2;
}


#videoWrapper {
	position: absolute;
	top: 170px;
	width: 55%;
	right: 0;
	height: calc(100% - 170px);
}
#profissionaisFoto, #missaoFoto {
	height: 100%;
	padding: 0 ;
	width: 50%;
	position: absolute;
	right: 0 ;
	top: 0;
}
#missaoTexto {
	margin-bottom: 0;
}
#missaoFoto {
	width: 60%;
	height: auto;
	bottom: 20px;
}


#contatoWrapper {
	width: 100%;
	text-align: left;
}
#contatoWrapper ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
#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%;
}

.equipeLista li {
	width: 31.3333%;
}
.blocoEscritorio {
	margin-bottom: 120px;
}




#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%;
}


.contatoRodape {
	width: auto;
}
.bgFoto {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50%;
	padding: 0;
}

#areas .navAreas ul {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 6%;
	-moz-column-gap: 6%;
	column-gap: 6%;
	overflow: hidden;
	margin-bottom: 20px;
}

.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;
}







.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;
}









.praticasIntro {
	float: left;
	max-width: 270px;
}
.listaPraticas {
	float: right;
	width: 50%;
}











.mobile {
	display: none;
}
.desktop {
	display: block;
}

.postSingle img.alignleft  {
	width: 50% !important;
	float: left;
	margin-right: 50px;
}
.postSingle img.alignright {
	width: 50% !important;
	float: right;
	margin-left: 50px;
}

.blocos, #menuContato, #cases, #rhServicos #accordion, #esgNumeros ul, #sobreNumeros ul, #homeNumeros ul, #homeDestaquesWrapper  {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}
#esgNumeros ul li, #sobreNumeros ul li {
	width: 46%;
}
#homeNumeros ul li {
	width: 50%;
	padding: 30px;
}
#homeNumeros ul li:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #1D1D1B;
	background: -webkit-linear-gradient(0deg,rgba(29, 29, 27, 1) 0%, rgba(239, 232, 215, 1) 100%);
	background: -moz-linear-gradient(0deg,rgba(29, 29, 27, 1) 0%, rgba(239, 232, 215, 1) 100%);
	background: linear-gradient(0deg,rgba(29, 29, 27, 1) 0%, rgba(239, 232, 215, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr="#1D1D1B",
	  endColorstr="#EFE8D7",
	  GradientType=0
	);
}
#homeNumeros ul li:nth-child(even):before {
	display: none;
}
#estudosNews .blocos {
	align-items: flex-end;
}
#estudos .blocos, #sobreCTA .blocos, #rhLider .blocos, #rhCTA .blocos, #homeReconhecimentos .blocos {
	align-items: center;
}
.estudo:nth-child(odd) .bloco {
	float: right;
}
.ano:nth-child(even), #rhLider .blocos {
	flex-direction: row-reverse;
}
.estudo:nth-child(even) .bloco, .ano:nth-child(odd) .anoInfo {
	text-align: right;
}
.estudo:nth-child(even) .bloco a.btn {
	float: right;
}
.estudo .postFoto {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	padding: 0 ;
}
.estudo:nth-child(odd) .postFoto {
	right: auto;
	left: 0;
}
.internaEquipe section {
	align-items: flex-end;
}
#homeEscritorio .blocos {
	align-items: center;
}
.internaEquipe  #filtros {
	width: calc(100% - 350px);
}
.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;
}
#areasWrapper .blocos {
	flex-direction: row-reverse;
}
#areasWrapper .navAreas {
	padding-top: 0;
}






.bloco, #rhServicos .accordionItem {
	width: 46%;
}

#downloadWrapper .bloco {
	width: 250px;
}
#downloadWrapper .postSingle {
	width: calc(100% - 300px);
}

















.bloco.blocoTitulo {
	width: 210px;
}
.bloco.blocoEquipe {
	width: calc(100% - 260px);
}






#socioFoto {
	float: left;
	width: 350px;
}
#socioBio {
	float: right;
	width: calc(100% - 400px);
}
#socioNome {
	width: calc(100% - 400px);
}
#topo .postFoto {
	width: 350px;
	display: block;
	position: absolute;
	left: 20px;
	bottom: -240px;
	padding-bottom: 0;
	height: 490px;
}
#socioPerfil {
	padding-top: 0;
	z-index: 15;
}


.bloco.blocoArea {
	width: calc(100% - 350px);
}
.bloco.blocoAreaNav {
	width: 300px;
}
#contatoCTA {
	padding: 100px 0 80px 0;
}
#contatoCTA .bloco {
	float: right;
}
#contatoCTA:before {
	width: 50%;
	height: 100%;
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	background:url(images/grafismoFormulario.png) center left no-repeat;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.profissional {
	width: 33.3333%;
}
#homeEquipe .profissional {
	width: 50%;
}
#sobreExtra .bloco {
	margin-bottom: 80px;
}
#sobreExtra:before {
	z-index: 1;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	background: #EFE8D7;
}
#credenciais1 .bloco:last-child {
	max-width: 420px;
	text-align: right;
}
#credenciais2 .bloco:last-child {
	max-width: 300px;
	text-align: right;
}
}
@media only screen 
and (min-width : 1024px) {
#clippingLista {
	width: calc(100% + 100px);
}
.clipping {
	width: calc(33.3333% - 100px);
	margin-right: 100px;
}
#filtrosBlog {
	padding-left: 50%;
}
#homeServicosWrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.homeServico {
	width: 33%;
}
.homeServico h3 {
	position: absolute;
	left: 30px;
	padding-top: 430px;
	top: 0;
	max-width: 270px;
	-moz-transition: all .6s;
    -webkit-transition: all .6s;
    transition: all .6s;
}
.homeServico:hover h3 {
	padding-top: 30px;
	bottom: auto;
}
.homeServico p {
	left: 80px;
	position: absolute;
	bottom: -400px;
	right: 30px;
	opacity: 0;
}
.homeServico:hover p {
	opacity: 1;
	bottom: 80px;
}
.homeServicoTexto {
	padding: 0;
	height: 550px;
}
.destaqueTexto {
	left: auto;
}
#homeTexto {
	height: calc(100vh - 100px);
	max-height: 700px;
	width: 450px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-end;
	margin-right: 100px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding-bottom: 100px;
}
#homeBotoes {
	overflow: hidden;
	padding-bottom: 100px;
}
#home section {
	height: auto;
	flex-direction: row;
	align-items: flex-end;
	justify-content: flex-start;
}
.home #newsTexto {
	width: 490px;
}
.home #newsForm {
	width: calc(100% - 590px);
}
#esgNumeros ul li {
	width: 31.3333%;
}
#esgParcerias ul li, #esgPilares ul li {
	width: 33.3333%;
}
.blocoCTAtexto {
	width: 700px;
}
.blocoCTAbtn {
	width: 260px;
}
.blocoLiderFoto {
	width: 440px;
}
.blocoLiderTexto {
	width: calc(100% - 500px);
}
.sobreHistoriaTexto p {
	position: absolute;
	text-align: right;
	right: 0;
	top: 40px;
	max-width: 420px;
}
#estudosImpactos ul {
	position: absolute;
	padding: 0 0 0 60%;
	left: 0;
	top: 0;
	max-width: 240px;
}
#estudosNews:before {
	width: 50%;
	top: 0;
	right: 0;
	height: 100px;
	content: "";
	position: absolute;
	background: #1D1D1B;
	z-index: 1;
}
.profissional .postFoto2 {
	animation: none;
	opacity: 0;
	-moz-transition: all .6s;
    -webkit-transition: all .6s;
    transition: all .6s;
}
.profissional:hover .postFoto2 {
	opacity: 1;
}
#servicosLista a:link, #servicosLista a:visited {
	font-size: 30px;
	line-height: 35px;
}
#servicosLista a:before {
	font-size: 30px;
	line-height: 40px !important;
	margin-top: -20px;
}
#servicosTexto {
	max-width: 880px;
}
footer ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
footer ul li {
	margin-left: 100px;
}
footer ul li:first-child {
	margin-left: 0;
}
.single-post #topoTexto, .single-post .postSingle {
	width: 900px;
	float: right;
}





h1 {
	font-size: 60px;
	line-height: 65px;
}
#home h1 em {
	font-size: 65px;
	line-height: 70px;
}
h2 {
	font-size: 45px;
	line-height: 50px;
}
h3 {
	font-size: 40px;
	line-height: 45px;
}
#homeServicosCTA {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}
#homeServicosCTA p {
	width: 650px;
}

#estudosIntro h2, .page-template-page-sobre #topoTexto h1, .esgJornadaTexto h2, #homeReconhecimentos h2, #sobreIntro h2, #blocoLetsSobre h2  {
	max-width: 400px;
}
 .page-template-page-sobre #topoTexto, #esgIntro h2 {
	max-width: 450px;
}
#estudosExtra h2, .page-template-page-servicos #topoTexto h1, #rhIntro h2, #rhServicos h2, .esgPilarees1  h2, #esgParcerias h2, #esgFinal h2, #sobreID1 h2, #homeEquipe h2 {
	max-width: 300px;
}
#blocoLets h2, #homePublicacoes h2, #homeClientes h2, .homeServicosTexto h2 {
	max-width: 330px;
}
.bloco.rhDiferenciais1, #rhLider h2  {
	max-width: 370px;
}
.blocoEstudosNews h2, 
.page-template-page-estudos #topoTexto,
.page-template-page-servicos #topoTexto,
#estudosImpactos h2,  .page-template-page-esg #topoTexto p  {
	max-width: 550px;
}
.page-template-page-rh #topoTexto,
.page-template-page-rh #topoTexto h1,
.page-template-page-publicacoes #topoTexto h1  {
	max-width: 700px;
}
.page-template-page-publicacoes #topoTexto {
	max-width: 800px;
}
.blocoEstudosNews p, #sobreHistoria h2 {
	max-width: 500px;
}
.page-template-page-profissionais #topoTexto {
	max-width: 865px;
}
.page-template-page-cases #topoTexto, .page-template-page-esg #topoTexto h1 {
	max-width: 650px;
}
#estudosImpactos p {
	max-width: 630px;
}
#home .slick-prev, #home .slick-next {
	display: block !important;
}
.slideTexto {
	max-height: 650px;
}

.numero {
	width: 23%;
}
.blocoAzul {
	padding: 35px 35px 15px 45px;
}
.profissional, #homeEquipe .profissional {
	width: 25%;
}
#socioGrafismo {
	background: url(images/grafismoSocios.png) left bottom no-repeat;
	width: 1560px;
	left: 50%;
	top: 260px;
	margin-left: -780px;
	position: absolute;
	z-index: 3;
	height: 440px;
}
.socioContato {
	font-size: 18px;
	line-height: 26px;
}





.equipeLista li {
	width: 23%;
}
.single-post #topoPostIntro {
	margin-bottom: 100px;
	width: 400px;
}

#quemTexto {
	width: 465px;
}
.valorWrapper {
	width: calc(25% - 20px);
}
#reconhecimentoTexto {
	width: 370px;
	float: left;
}
#reconhecimentosSlideWrapper {
	width: calc(100% - 400px);
	float: right;
	position: relative;
	overflow: hidden;
}
#topoDestaque .post {
	float: right;
	width: calc(100% - 400px);
}
#topoPost.internaBlog {
	padding: 0;
	z-index: 1;
}



#topoPost.internaBlog section {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	height: 375px;
}
.page-template-page-profissionais #topoPost, .buscaEquipe #topoPost {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	height: 375px;
}
#topoPost.internaBlog.internaEquipe section {
	flex-direction: row;
	align-items: flex-end;
	justify-content: space-between;
	height: auto;
}
.bloco.blocoAtuacaoNav {
	width: 50%;
}
#reconhecimentosHomeSlide {
	width: calc(50% - 75px);
	float: right;
}
#reconhecimentosHome:before {
	width: 50%;
	right: 0;
	left: auto;
}
#reconhecimentosHome:after {
	left: 50%;
	width: 150px;
	height: 100%;
	top: 0;
	z-index: 2;
	clip-path: polygon(0 0, 0% 100%, 50% 0);
	background: #fff;
	position: absolute;
	content: "";
}
#postDestaque {
	float: left;
	width: calc(50% - 10px);
}
#postDestaque .postFoto, #topoDestaque .postFoto {
	position: relative;
	padding-bottom: 50%;
	width: 100%;
}
#topoDestaque {
	position: relative;
	margin-top: -375px;
	z-index: 2;
}
#topoDestaque .postFoto {
	position: relative;
	padding: 0;
	height: 375px;
	width: 100%;
}


#topoPostFoto {
	width: 60%;
	right: 0;
	top: 0;
	position: absolute;
	z-index: 10;
}
#topoPostIntro {
	width: 400px;
}


.blocoAreaAdv {
	order: 1;
	padding-top: 0;
}


#atuacao {
	padding: 100px 0 80px 0;
}
.escritorioFoto {
	top: 150px;
}


#perfil, #topoPerfil {
	z-index: 11;
	background: none;
}
#topoPerfilInfo {
	width: calc(100% - 350px);
	float: right;
}
#perfilBio {
	width: calc(100% - 350px);
}
#topoGrafismo {
	height: 390px;
}






.home #topo h1 {
	padding-top: 50px;
	font-size: 50px;
	line-height: 60px;
}

#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, #formDownloadWrapper, .quemWrapper {
	padding: 40px 40px 20px 40px;
}
#newsletterForm {
	width: calc(100% - 450px);
}
#servicosNav h3 {
	font-size: 25px;
	line-height: 30px;
}
#homeServicos .bloco, #servicos .bloco {
	float: right;
}


#lideranca .blocoLideranca {
	padding: 20px 50px 0 50px;
}




#cultura {
	background-attachment: fixed;
}
.bloco.blocoDiversidade {
	width: calc(100% - 300px);
}
.blocoPerfil ul.gallery li {
	width: 23%;
}


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




.bloco.blocoEquipe {
	width: calc(100% - 360px);
}
.icone {
	width: 48%;
}



.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;
}












.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;
}




















#icones {
	width: 65%;
}


#perfil .bloco.blocoFoto {
	width: 30%;
}
.bloco.blocoPerfil {
	width: 65%;
}

.esgPilarees1  h4, #esgParcerias h4, #homeEquipe h4, .homeServicosTexto h4 {
	width: 100%;
	clear: both;
}
.esgPilarees1 h2, #esgParcerias h2, #homeEquipe h2, .homeServicosTexto h2 {
	float: left;
}

.esgPilarees1 p {
	float: right;
	text-align: right;
	width: 640px;
}
#esgParcerias p {
	float: right;
	text-align: right;
	width: 550px;
}
.homeEquipeTexto p {
	float: right;
	text-align: right;
	width: 475px;
}
.homeServicosTexto p {
	float: right;
	text-align: right;
	width: 500px;
}
}
@media only screen 
and (min-width : 1280px) {
.depoimentoTexto {
	padding: 60px 30px;
}
#newsForm {
	width: 800px;
}
#areasTexto {
	width: 350px;
}
#areasLinks {
	width: calc(100% - 500px);
}
#contato2 {
	width: 600px;
}
#sobreTexto {
	max-width: 785px;
}
.equipeLista li {
	width: 18%;
}
.postBloco2 {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.postBloco2 .post {
	width: 100%;
}

#postsHome {
	display: flex;	
}
.postBloco1 .post {
	height: calc(100% - 20px);
}
.postBloco1 .post a {
	height: 100%;
}
.postBloco1 .postResumo {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	height: 100%;
}
.postBloco {
	width: calc(50% - 10px);
}
.postBloco1 {
	margin-right: 10px;
}
.postBloco2 {
	margin-left: 10px;
}
#contatoEndereco {
	width: 900px;
}
#posts .post {
	width: 33.3333%;
}
#relacionados #posts .post:nth-child(3),
#homePublicacoes #posts .post:nth-child(3) {
	display: block;
}


#areasNav h3 {
	padding-right: 70px;
}
#missaoBG {
	width: 35%;
}
#missao h2 {
	position: absolute;
	left: 0;
	top: 0;
}
.blocoMissao {
	padding-left: 200px;
}
#missao .bloco {
	width: 750px;
}
#areas .bloco.bloco1, #escritorio .bloco.bloco1 {
	width: 660px;
}
#areas .bloco.bloco2, #escritorio .bloco.bloco2 {
	width: 440px;
}
.internaEquipe #filtros {
	width: 700px;
}
.blocoArea {
	width: calc(100% - 650px);
}
#socioBio .gallery li {
	width: 18%;
}


#areaLinks {
	width: calc(100% - 750px);
}

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

.topico {
	width: 23%;
}


#icones {
	width: 75%;
}
.icone {
	width: 23%;
}



.contatoRodape {
	width: auto;
}
.newsletter {
	width: 400px;
}


#perfilFoto {
	width: 1200px;
	margin-left: -600px;
}
#perfilFoto section {
	width: 400px;
}

#topoPerfilInfo, #perfilBio {
	width: calc(100% - 450px);
}
#contatoIntro {
	width: 390px;
}
#sobreNumeros ul li {
	width: 31.3333%;
}
}
@media only screen 
and (min-width : 1366px) {
.homeServico p {
	left: 120px;
}
#homePublicacoes a.btn {
	right: 0;
	top: 90px;
	width: auto;
}
#homeNumeros ul li {
	width: 25%;
	padding: 30px 50px;
}
#homeNumeros ul li:nth-child(even):before {
	display: block;
}
#homeNumeros ul li:last-child:before {
	display: none;
}
#sobreNumeros ul li {
	width: 20%;
}
#esgNumeros ul li {
	width: auto;
}
.esgJornadaTexto h4 {
	width: 100%;
	clear: both;
}
.esgJornadaTexto h4, .esgJornadaTexto h2 {
	float: left;
}
.esgJornadaTexto p {
	float: right;
	width: 800px;
}
#esgJornada #accordion {
	width: 800px;
	float: right;
}
#socioFoto {
	width: 400px;
	max-width: 400px;
}

#socioBio, #socioNome {
	width: calc(100% - 450px);
}
#topo .postFoto {
	width: 400px;
	bottom: -280px;
	height: 560px;
}
section {
	width: 1300px;
	padding: 0;
	margin: 0 auto;
}
#blocoLets, #blocoLetsSobre {
	padding: 80px 0 60px 0;
}
header .logo {
	left: 0;
}
footer section {
	padding: 0 20px;
	max-width: 1920px;
	width: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.topoMenu {
	padding: 0;
}
.blocoLiderTexto {
	width: 690px;
}
#blocoLets ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
#blocoLets ul li {
	width: 31.3333%;
}
.destaqueTexto {
	padding-right: 50px;
	max-width: 650px;
}
}
@media only screen 
and (min-width : 1680px) {
#sobreNumeros:before {
	width: 10%;
	height: 100%;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	background: #EFE8D7;
	z-index: 1;
}
}