/*
Theme Name: Pimenta Honorato
Theme URI: https://www.pimentahonorato.com.br/
Description: Template para site Pimenta Honorato
Author: Rusvel Nantes 
Version: 1.0
License: None
*/
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap');
.grecaptcha-badge {
	opacity:0 !important;
	visibility: collapse !important;  
}
*::-webkit-media-controls-panel {
	display: none!important;
	-webkit-appearance: none;
}
*::--webkit-media-controls-play-button {
	display: none!important;
	-webkit-appearance: none;
}
*::-webkit-media-controls-start-playback-button {
	display: none!important;
	-webkit-appearance: none;
}
.pb, .en {
	display: none !important;
}
#pb .pb, #en .en {
	display: block !important;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
} 
textarea:focus, input:focus, input, textarea, select {
    outline: 0;
}                 
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}
nav ul, ul li, ul { list-style:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
/*body { font:13px/1.231 sans-serif; *font-size:small; } /* hack retained to preserve specificity */
h1,h2,h3,h4,h5,h6 { font-weight: normal; }
html { overflow-y: scroll; }
nav ul, nav li { margin: 0; } 
strong, th { font-weight: bold; }
.ie7 img { -ms-interpolation-mode: bicubic; }
a:focus { outline: none }
/* geral */
header, .logo, #menuWrapper, #openMenu, #openMenu:before, #menuWrapper a, footer a, form input.wpcf7-submit, .social .fa-brands, .slick-prev, .slick-next, .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 span, .post:before, #pagenav a, .postFoto:before, .addtoany_list a, .widget .addtoany_list a, .perfil h3, .area:before, #menuWrapper, .gallery a, .postCat a,  #filtros form input[type='submit'], .botao a, .blocoNav a, .btn, .btn:before, .btn span, .listaPraticas a, .listaPraticas .fa-solid, header a, #nav li:before, .blocoBorda a,  .postFoto a:before, .gallery a, .pContato a, .pAreas a, .accordion-toggle .fa-solid, .lista a, .lista .fa-solid, .navCat a, .post a, .post:before, .post:after, .post .fa-solid, .tagCloud a, aside a, .boxAreas a, .fa-solid.hover, #postInfo a, #perfil a, a.mais:before, #assinatura, .cky-btn, #nav a:before, a.btn, .navAreas a, .postSingle a, .scrollTop, .post, .slick-prev:before, a.mais .fa-solid, .area a, .post, #areasNav a, .profissionaisLista li, .slick-next:before, .postCat a, .postFoto .fa-plus, #quem3 a, .timeAno, .addtoany_list a span, .widget .addtoany_list a span, a.btn:before, .post:before, .postResumo span, #nav li, .postCat a, .autor a, .profissionais a, .alfabeto a, .searchandfilter input[type='submit'], .area, a.mais, .blocoContato a, .btnNews, .cky-notice-des a, #profissionalAreas a, #tabs1 a, .menuAreas a, .menuAreas a:before, #menuWrapper section, #menuAuxiliar, a.btn .fa-solid, #publicacoes a, .navAreas a:before, #nav li a:before, .area, .areaTitulo, .equipeWrapper span, .postsNav .fa-solid, #profissionalIntro a, .profissional, #autores a, .postFoto:before, #escritorioExtra a, #navPublicacoes a, .area:before, .area span, #contatoBloco a, .profissional .fa-brands, #childPages a, #ctaBotao a, #ctaBotao:before, .btnVoltar a:before, #homeIA a {
	-moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
body {
	background: #fff;
	color: #002C40;
	font-size: 20px;
	line-height: 25px;
	font-family: "Albert Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.spacer {
	display: block;
	height: 80px;
	width: 100%;
}
.btnVoltar {
	padding: 20px 20px 0 20px;
	display: block;
	clear: both;
	position: relative;
	overflow: hidden;
}
.btnVoltar a:link, .btnVoltar a:visited {
	width: 50px;
	height: 24px;
	display: block;
	float: right;
	background: url(images/seta_azul_esquerda.svg);
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	position: relative;
	overflow: hidden;
}
.btnVoltar a:before {
	content: "";
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	width: 50px;
	height: 24px;
	background: #fff url(images/seta_verde_esquerda.svg);
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	opacity: 0;
}
.btnVoltar a:hover:before, .btnVoltar a:active:before {
	opacity: 1;	
}
.mobile {
	display: block;
}
.desktop {
	display: none;
}
h1 {
	font-size: 32px;
	line-height: 40px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 20px;
	color: #6BED78;
}
h2 {
	font-size: 42px;
	line-height: 45px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #002C40;
}
h3 {
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 20px;
	font-weight: 700;
}
h4 {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: #84C98B;
	text-transform: uppercase;
	letter-spacing: 2px;
}
section {
	padding: 0 20px;
	overflow: hidden;
	clear: both;
	position: relative;
	z-index: 4;
}
a:link, a:visited {
	color: #002C40;
	text-decoration: none;
}
a:hover, a:active {
	color: #6BED78;
}
p, .video, .bloco .fluid-width-video-wrapper {
	margin-bottom: 20px;
}
/* formulario */
#formContato {
	max-width: 600px;
	margin: 0 auto;
	overflow: hidden;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #002C40;
	opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #002C40;
	opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #002C40;
	opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
	color: #002C40;
	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: #002C40;
	opacity: 1;
    background-color: #f1f2f2;
	border: 1px solid #f1f2f2;
    font-size: 20px;
	height: 55px;
	line-height: 55px;
    padding: 0 15px;
    margin: 0 0 15px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-family: "Albert Sans", sans-serif;
	font-weight: 400;
}
textarea {
	height: 210px;
	resize: none;
	line-height: 25px;
	padding: 15px;
}
select {
	background: #fff url(images/setaSelect.png) center right no-repeat;
	border: 0;
	padding: 0 30px 0 15px;
}
#filtrosBlog select {
	background: #fff url(images/setaSelect.png) center right no-repeat;
	border: 0;
	border-bottom: 1px solid #002C40;
}
#filtrosBlog form input[type="text"] {
	background: #fff;
	border: 0;
	border-bottom: 1px solid #002C40;
	padding: 0 15px;
}
.wpcf7-list-item {
	display: block !important;
	clear: both !important;
	margin: 0 0 10px 0 !important;
	
}
form small, label {
	display: block;
	clear: both;
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
}
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 {
	border-color: #F00;
	background-color: #FFC;
}

form input.wpcf7-submit, .searchandfilter input[type='submit'] {
    padding: 0 !important;
	-webkit-appearance: none;
	margin: 0 0 20px 0 !important;
	float: left;
	background-color: #fff;
	background-image: url(images/bt_seta_azul.svg);
	background-position: 160px center;
	background-repeat: no-repeat;
	-webkit-background-size: auto 13px;
    -moz-background-size: auto 13px;
    -o-background-size: auto 13px;
    background-size: auto 13px;
	border: 1px solid #002C40 !important;
	cursor: pointer;
	width: auto;
	line-height: 38px !important;
	height: auto !important;
	width: 200px;
	display: block;
	overflow: hidden;
	font-size: 16px;
	font-weight: 700;
	color: #002C40;
	font-family: "Albert Sans", sans-serif;
}
form input.wpcf7-submit:hover {
	background-color: #6BED78;
	background-position: 165px center;	
}


.searchandfilter input[type='submit'] {
	text-transform: none;
	font-size: 15px;
	color: #fff;
	background: #002C40;
	width: 120px;
	text-align: center;
}
.searchandfilter input[type='submit']:hover {
	background: #002C40;
}
form p, .wpcf7-checkbox {
	overflow: hidden;
	margin: 0;
}
.wpcf7-not-valid-tip {
	display: none !important;
}
.wpcf7-spinner {
	margin: 0 !important;
	float: right !important;
}
#newsletter .wpcf7-spinner {
	position: absolute;
	right: 10px;
	top: 55px;
	z-index: 4;
}
div.wpcf7-response-output {
	font-size: 14px !important;
	line-height: 18px !important;
	font-weight: normal !important;
	margin: 0 0 20px 0 !important;
	padding: 10px !important;
	clear: both;
	text-align: center;
}
header {
	width: 100%;
	position: fixed;
	z-index: 9990;
	left: 0;
	top: 0;
}
header.bgMenu {
	background: #002C40;
}
.logo {
	display: block;
	float: left;
	height: 36px !important;
	width: auto !important;
	margin: 22px 0;
}
#logo1 {
	display: none;
}
#logo2 {
	display: block;
}
.fa-bars, .fa-xmark, .fa-equals {
	color: #fff;
	font-size: 25px;
	line-height: 80px !important;
	height: 80px;
	cursor: pointer;
	float: right;
}
#menuWrapper {
	position: fixed;
	background: #002C40;
	width: 100%;
	height: 100%;
	z-index: 9995;
	left: 0;
	top: -100%;
}
#menuWrapper section {
	height: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
#menuWrapper.visible {
	top: 0;
}
.topoMenu {
	overflow: hidden;
	width: 100%;
}
#menuPrincipal {
	overflow: hidden;
	clear: both;
	width: 100%;
}
#nav {
	overflow: hidden;
	clear: both;
	position: relative;
	margin-bottom: 50px;
}
#nav li {
	overflow: hidden;
	clear: both;
	position: relative;
	margin-bottom: 20px;
	font-size: 25px;
	line-height: 30px;
	font-weight: 400;
}
#nav li .fa-solid {
	margin-left: 5px;
}
#nav a.topLink .fa-solid {
	display: none;
}
#nav li ul {
	display: none;
	clear: both;
	width: 100%;
}
#menuWrapper a:link, #menuWrapper a:visited {
	color: #fff;
}
#menuWrapper a:hover, #menuWrapper a:active {
	color: #6BED78;
}

.home #nav li#mHome a, .single-post #nav li#mPublicacoes a, .archive #nav #mPublicacoes a, .page-template-page-publicacoes #nav li#mPublicacoes a, .page-template-page-sobre #nav li#mQuem a, .page-template-page-profissionais #nav li#mProfissionais a, .page-template-page-contato #nav li#mContato a,
.page-template-page-areas #nav li#mAreas a, .single-area #nav li#mAreas a, .language-chooser li.active a  {
	color: #6BED78 !important;
	font-weight: 700;
}
.language-chooser {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	overflow: hidden;
	margin: 0 0 50px 0; 
}
.language-chooser li {
	position: relative;
	overflow: hidden;
	padding: 0 5px;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	border-left: 1px solid #fff;
}
.language-chooser li:first-child {
	padding-left: 0;
	border: 0;
}
.language-chooser li:last-child {
	padding-right: 0;
}











.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 {
	max-width: 250px;
}
.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: 40px;
	line-height: 40px !important;
	font-size: 30px;
	display: block;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	left: 20px;
	bottom: 50px;
	animation: bounce 0.7s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	color: #fff;
}
#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); }
}
#home {
	position: relative;
	overflow: hidden;
	background-color: #001C29;
	color: #fff;
	z-index: 15;
	text-align: center;
}
#home h1 {
	margin-bottom: 50px;
	font-weight: 400;
	font-size: 52px;
	line-height: 55px;
	color: #fff;
	letter-spacing: normal;
	text-transform: none;
	padding-top: 80px;
}
#homeTexto p {
	max-width: 340px;
	margin: 0 auto;
}
#homeTexto {
	height: 100vh;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
}
#videoWrapper:before {
	background-color: #001C29;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	opacity: 0.8;
	width: 100%;
	height: 100%;
}
#videoWrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	z-index: 1;
	display: block;
}
#videoWrapper  video {
	min-width: 100%; 
	min-height: 100%; 
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}



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

/* banner */



/* publicacoes */

.postFoto {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	padding-bottom: 60%;
	position: relative;
	overflow: hidden;
}
.postFoto a {
	display: block;
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;

}
.download .postFoto a {
	background: #002C40;
	opacity: 0;
}
.download .postFoto a:hover {
	opacity: 0.5;
}
.post {
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
}

.post:before {
	content: "";
	background: #002C40;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 15px;
	height: 5px;
}
.post:hover:before {
	width: 100%;
	height: 100%;
	opacity: 0.2;
}
.post a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.postResumo {
	overflow: hidden;
	position: relative;
	padding: 20px 20px 45px 20px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border: 1px solid #002C40;
	font-size: 16px;
	line-height: 20px;
	z-index: 1;
}
.postResumo h3 {
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #002C40;
}
.postHeader {
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	color: #002C40;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
img.responsive.postFotoTopo, h2.postTitulo {
	margin-bottom: 40px;
}
.postData {
	font-size: 12px;
	line-height: 15px;
	overflow: hidden;
	margin-bottom: 35px;
}
.postHeader p:first-child {
	font-weight: 700;
}
p.mais {
	font-size: 12px;
	line-height: 24px;
	border-bottom: 1px solid #002C40;
	width: 110px;
	font-weight: 700;
	margin: 0;
	position: absolute;
	left: 20px;
	bottom: 20px;
}
.post span {
	background: url(images/bt_seta_azul.svg) left center no-repeat;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 20px;
	right: 25px;
}
.post:hover span {
	right: 20px;
}
.postArtigo span, .postPadrao:first-child span {
	bottom: auto;
	top: 20px;
}
.postArtigo .postFoto {
	width: 150px;
	height: 40px;
	padding: 0;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	background-position: center left;
	margin: 0 0 20px 0;
}
.pAutor {
	font-size: 10px;
	line-height: 15px;
}
.post .fa-solid {
	margin-left: 5px;
	line-height: 20px !important;
}
.post:hover .fa-solid {
	margin-left: 10px;
}
.postPadrao .postFoto {
	display: none;
	padding-bottom: 50%;
}
.postPadrao:first-child span {
	background-image: url(images/icon_seta.svg);
}
.postPadrao:first-child:before {
	background: #6BED78;
}
.postPadrao:first-child .postFoto:before {
	background: #002C40;
	opacity: 0;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.postPadrao:first-child:hover .postFoto:before {
	opacity: 0.3;
}
.postPadrao:first-child:hover:before {
	width: 15px;
	height: 5px;
	opacity: 1;
}
.postPadrao:first-child .postResumo {
	border: 0;
}
.postPadrao:first-child .postHeader {
	color: #fff;
}
.postPadrao:first-child p.mais {
	color: #6BED78;
	border: 0;
}
.postPadrao:first-child .postHeader p:first-child {
	display: none;
}
.postPadrao:first-child h3 {
	color: #fff;
	font-size: 30px;
	line-height: 35px;
}
.postPadrao:first-child .postFoto {
	display: block;
}
.postPadrao:first-child {
	color: #fff;
	background: #002C40;
}






.btnCenter {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}

a.btn:link, a.btn:visited {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	padding: 10px 50px 10px 30px;
	color: #002C40;
	margin: 0 0 20px 0;
	display: block;
	float: left;
	border: 1px solid #002C40;
	position: relative;
	overflow: hidden;
}
.btn strong, .btn span {
	position: relative;
	z-index: 2;
}
a.btn:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 14px;
	height: 4px;
	background: #6BED78;
}
a.btn:hover:before {
	width: 100%;
	height: 100%;
}
a.btn span {
	background-image: url(images/bt_seta_azul.svg);
	background-position: left center; 
	background-repeat: no-repeat;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	width: 20px;
	height: 24px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 15px;
}
a.btn:hover span {
	right: 10px;
}




.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: 2;
	background: #fff;
}


.bloco {
	overflow: hidden;
	position: relative;
}
/* home */



.single-post {
	background: #fff;
}




.postCat a:link, .postCat a:visited {
	color: #6e7d85;	
}
.postCat a:hover, .postCat a:active {
	color: #002C40;
}

.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, .pInfo ul, .blocoPerfil ul, .blocoArea ul, #sobre ul, .blocoComoAjudamos ul, .blocoPerfil ul  {
	margin-bottom: 20px;
	overflow: hidden;
}
.postSingle ul li, .pInfo ul li, .blocoPerfil ul li,  .blocoArea ul li, #associacoes  ul li,  #sobre ul li, .blocoComoAjudamos ul li, .blocoPerfil ul li {
	overflow: hidden;
	position: relative;
	padding-left: 15px;
}
.postSingle h2 {
	text-transform: none;
	padding-bottom: 0;
	color: #002C40;
}
.postSingle ul li:before, .pInfo ul li:before, .blocoPerfil ul li:before, .blocoArea ul li:before, #associacoes ul li:before,  #sobre ul li:before, .blocoComoAjudamos ul li:before, .blocoPerfil ul li:before  {
	font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 5px;
	height: 25px;
	line-height: 25px !important;
	position: absolute;
	left: 1px;
	top: 0;
    content: '\f111';
	color: #002C40;
}
#servicos ul li:before  {
	color: #999;
}
.postSingle .gallery li:before {
	display: none;
}
.postSingle .gallery li {
	padding: 0;
}
.error404 .conteudo {
	padding: 100px 0 80px 0;
}
.error404 h1 {
	margin-bottom: 50px;
}
.error404 h2 {
	text-transform: 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: 40px 0 10px 0;
	background: url(images/barrasContato.png) center top no-repeat;
	-webkit-background-size: auto 20px;
    -moz-background-size: auto 20px;
    -o-background-size: auto 20px;
    background-size: auto 20px;
}
#pagenav a, #pagenav span {
	position: relative;
	margin: 0 5px 10px 5px;
	font-size: 14px;
	color: #b3c0c6;
	border: 1px solid #b3c0c6;
	background: none;
	line-height: 20px;
	height: 20px;
	width: 35px;
	text-align: center;
	overflow: hidden;
	display: block;
}
#pagenav span.current {
	color: #002C40;
	border-color: #002C40;
}
#pagenav span.dots, #pagenav a:link, #pagenav a:visited {
	color: #b3c0c6;
	border: 1px solid #b3c0c6;
}
#pagenav a:hover, #pagenav a:active {
	color: #fff;
	border: 1px solid #b3c0c6;
	background: #b3c0c6;
}
#pagenav a.prev:link, #pagenav a.prev:visited,
#pagenav a.next:link, #pagenav a.next:visited {
	color: #7AE885;
	border-color: transparent;
	font-size: 18px;
}
#pagenav a.prev:hover, #pagenav a.prev:active,
#pagenav a.next:hover, #pagenav a.next:active {
	color: #002C40;
	background: none;
}
/* 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 {
	font-size: 20px;
	line-height: 22px;
	color: #002C40;
	overflow: hidden;
	font-weight: 400;
	margin: 0;
	display: block;
}
.postFooter {
	overflow: hidden;
	padding-top: 20px;
	border-top: 1px solid #f5f5f5;
	font-size: 16px;
	line-height: 20px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #999;
}


.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 {
	margin: 0 0 20px 0;
	font-size: 25px;
	line-height: 30px;
	color: #002C40;
	font-weight: 300;
	position: relative;
	text-transform: none;
	font-style: italic;
	z-index: 1;
	background: url(images/icone_aspas_depoimento.webp) left top no-repeat;
	-webkit-background-size: auto 35px;
    -moz-background-size: auto 35px;
    -o-background-size: auto 35px;
    background-size: auto 35px;
}

blockquote p {
	padding: 20px 0 20px 50px;	
	margin: 0;
}
.postSingle img {
	height: auto;
    max-width: 100%;
	display: block;
	margin: 0 auto 20px auto;
	image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.wp-caption  {
	background: #FAFAFA;
	padding: 5px;
	overflow: hidden;
	clear: both;
	display: block;
	font-size: 14px;
	font-style: italic;
	text-align: center;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.wp-caption p {
	margin-bottom: 0;
}

.postSingle img, .alignnone, .aligncenter, .wp-caption img {
	width: 100% !important;
	height: auto !important;
	display: block;
	margin-bottom: 20px;
}
.postSingle .wp-caption img {
	margin-bottom: 5px;
}
.btnTodos {
	overflow: hidden;
	margin-bottom: 50px;
}
.btnTodos a {
	color: #fff !important;
	display: block;
	float: left;
	font-weight: 700;
	padding-right: 35px;
	background: url(images/seta_branca.png) center right no-repeat;
}



/* posts relacionados */






.bloco {
	overflow: hidden;
}
/*.archive.tag #relacionados .post {
	display: none;
}
.archive.tag #relacionados .post:nth-child(1), .archive.tag #relacionados .post:nth-child(2),
.archive.tag #relacionados .post:nth-child(3) {
	display: block;
}*/
/* internas */




.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: 40px;
	background: #FAFAFA;
	border: 0;
	margin: 0 5px 20px 5px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 260px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
}
#busca input#s {
	height: 40px;
	line-height: 40px;
	padding-right: 40px;
	padding-left: 15px;
	background: #FAFAFA;
	color: #000 !important;
	width: 100%;
	border: 0 !important;
	margin: 0 !important;
	z-index: 1;
}
#busca input#searchsubmit {
	width: 40px;
	height: 40px;
	line-height: 40px;
	float: left;
	overflow: hidden;
	text-indent: 9999px;
	cursor: pointer;
	background: #FAFAFA url(images/busca.png) center no-repeat;
	-webkit-background-size: 24px auto;
    -moz-background-size: 24px auto;
    -o-background-size: 24px auto;
    background-size: 24px auto;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	border: 0 !important;
	padding: 0 !important;
}

aside {
	max-width: 300px;
	padding-top: 50px;
	overflow: hidden;
	margin: 0 auto;
}
.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);
}



.addtoany_list a, .widget .addtoany_list a {
	display: block !important;
	padding: 0 !important;
	margin: 0 0 0 10px !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 */
#rodapeLogo {
	width: 240px;
	overflow: hidden;
	position: relative;
}
#rodapeLogo img {
	display: block;
	height: auto;
	width: 240px;
	margin-bottom: 50px;
	float: left;
}
#rodape, footer {
	background: #001C29;
	color: #EDEAE2;
	overflow: hidden;
	position: relative;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
}
#rodape {
	padding: 0;
}
#rodape section {
	padding-top: 100px !important;
}
#rodapeInterna, #rodapeInterna section {
	overflow: hidden;
	position: relative;
	height: 25px;
}
#rodape section:after, #rodapeInterna section:after {
	width: 50%;
	height: 25px;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	z-index: 1;
	background: #6BED78;
}
#rodapeInterna section:after {
	left: auto;
	right: 0;
}
footer {
	padding: 20px 0;
	border-top: 1px solid #84C98B;
	text-align: center;
	width: 100%;
}
#assinatura {
	width: 18px;
	overflow: hidden;
	margin: 0 auto;
}
#assinatura:hover {
	opacity: 0.6;
}
#assinatura img {
	display: block;
	width: 100%;
	height: auto;
}
#rodape {
	padding-bottom: 0;
}
#rodape h4 {
	color: #6BED78;
	font-size: 10px;
	line-height: 15px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 5px;
	letter-spacing: normal;
}
#rodape a:link, #rodape a:visited {
	color: #EDEAE2;
}
#rodape a:hover, #rodape a:active {
	color: #6BED78;
}
#rodape ul a {
	text-decoration: underline;
}
.boxRodape ul, .boxRodape ul li {
	margin-bottom: 5px;
	overflow: hidden;
}
.boxRodape ul {
	margin-bottom: 15px;
}
.pWhats, .pEmail {
	position: relative;
	overflow: hidden;
}
.pWhats a, .pEmail a {
	display: block;
	float: left;
	padding-left: 28px;
}
.pWhats {
	margin-bottom: 0;
}
.pWhats .fa-brands, .pEmail .fa-regular {
	position: absolute;
	line-height: 20px !important;
	font-size: 15px;
	color: #6BED78;
	left: 0;
	top: 0;
	width: 25px;
	text-align: center !important;
}
#boxRodapeSocial {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-end;
}
.social {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 20px;
}
.social li {
	overflow: hidden;
	margin: 0 10px 0 0;
	font-size: 20px;
}
.social li:last-child {
	margin: 0;
}
#rodape .social a:link, #rodape .social a:visited {
	color: #6BED78;
}
#rodape .social a:hover, #rodape .social a:active {
	color: #EDEAE2;
}
.boxRodape {
	overflow: hidden;
	margin-bottom: 30px;
}
.boxContato {
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
}
.boxContato .fa-solid {
	color: #6BED78;
	line-height: 20px !important;
	position: absolute;
	left: 1px;
	top: 0;
}

/* 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: #242323;
	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 */
.bloco.blocoNav {
	max-width: 280px;
}
.navAreas {
	overflow: hidden;
	padding: 30px 0 20px 0;
}
.navAreas  ul, .navAreas  ul li {
	overflow: hidden;
	position: relative;
	overflow: hidden;
	margin: 0;
}
.navAreas  ul {
	margin-bottom: 20px;
}
.navAreas ul li {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.navAreas a:link, .navAreas a:visited {
	display: block;
	padding: 15px 40px 15px 0;
	position: relative;
	overflow: hidden;
	font-size: 18px;
	line-height: 22px;
	color: #999;
}
.navAreas a:before  {
	position: absolute;
	right: 0;
	content: "";
	z-index: 1;
	width: 2px;
	height: 100%;
	top: 0;
	right: 0;
	background: #ccc;
}
.navAreas a:hover, .navAreas a:active {
	color: #575756;
}
.navAreas ul li.current-cat a {
	color: #FDC801;
}
.navAreas a:hover:before {
	background: #575756;
}
.navAreas ul li.current-cat a:before {
	background: #FDC801;
}
.blocoArea ul {
	margin-bottom: 0;
}
.blocoArea ul li {
	margin-bottom: 20px;
}
.blocoArea h2 {
	padding-bottom: 25px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
	font-weight: 400;

}












/* 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, .blocoPerfil .social li:before {
	display: none !important;
}
.blocoPerfil .social li {
	padding: 0 1px;
}
.blocoPerfil h1 {
	font-weight: 400;
}
.perfilTitulo {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.blocoPerfil ul.postCat a {
	margin: 0;
}
.perfilContato a:link, .perfilContato a:visited {
	width: 30px;
	height: 30px;
	line-height: 30px !important;
	text-align: center !important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	background: #3c3c3c;
	display: block;
	font-size: 15px;
	float: left;
}
.perfilContato a:hover, .perfilContato a:active {
	background: #B14081;
}

.alfabeto {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 15px;
	font-weight: 400;
	text-align: center;
}
.alfabeto li {
	width: 11%;
	margin: 0 auto 5px auto;
}
.alfabeto li.current-cat a {
	color: #6F2D53 !important;
}
.searchandfilter ul {
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.searchandfilter ul li {
	display: block;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#filtrosBlog {
	overflow: hidden;
	padding: 0 0 40px 0;
}
.searchandfilter ul li:nth-child(2) {
	width: calc(100% - 130px);
}
.searchandfilter ul li:nth-child(3) {
	position: absolute;
	right: 0;
	top: 50px;
	width: 120px;
}

a.mais:link, a.mais:visited {
	color: #fff;
	border: 1px solid #fff;
	font-size: 14px;
	line-height: 20px;
	padding: 8px 18px;
	display: block;
	float: left;
	margin: 0 0 20px 0;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}
a.mais:hover, a.mais:active {
	border-color: #FDC801;
	color: #FDC801;
}
.botao {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding-top: 30px;
	position: relative;
}
/* contato e trabalhe conosco */
#tabs1 {
	display: none;
}
.mapa {
	position: relative;
	height: 200px;
    overflow: hidden;
	width: 280px;
	margin-bottom: 50px;
}
.mapa iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
	z-index: 1;
	pointer-events: none;
}

/* 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);
}
.lista li {
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;	
}









#newsletter {
	position: relative;
	overflow: hidden;
	background: #d9d9d9;	
	z-index: 10;
}
#newsletter:before {
	width: 100%;
	height: 50%;
	left: 0;
	bottom: 0;
	content: "";
	position: absolute;
	z-index: 1;
	background: #002C40;
}
#newsBG {
	-webkit-border-top-right-radius: 50px;
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-radius-topright: 50px;
	-moz-border-radius-bottomleft: 50px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	overflow: hidden;
	padding: 50px 20px 30px 20px;
	position: relative;
	background: #818387;
	position: relative;
}
#newsletter h2 {
	text-align: center;
	font-weight: 600;
	margin-bottom: 20px;
	color: #D9D9D9;
	font-size: 40px;
	line-height: 45px;
	max-width: 320px;
}
.blocoBanners {
	background: #fff;
	padding-top: 50px;
}
#slideBG {
	display: none;
}
.bgFoto {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	padding-bottom: 60%;
	position: relative;
	overflow: hidden;
}
#sobre, #profissionais {
	padding-bottom: 0;
	background: #dedfe0;
}
#sobre .bloco, #profissionais .bloco {
	margin-bottom: 40px;
}
#sobre h2:before, #profissionais h2:before {
	background: #fff;
}
.blocoPerfil ul.gallery {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 20px;
	width: 102%;
	padding-top: 20px;
}
.blocoPerfil ul.gallery li {
	padding: 0;
	width: 48%;
	margin: 0 2% 0 0 ;
}
.blocoPerfil ul.gallery li:before {
	display: none;
}
#sobreGaleria {
	margin-bottom: 20px;
}
#sobreGaleria .foto {
	padding-bottom: 55%;
}
#sobreVideo {
	position: relative;
	overflow: hidden;
	padding: 0 20px 100px 20px;
}
#sobreVideo .video {
	max-width: 900px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
#topo {
	background-color: #002C40;
	color: #fff;
	position: relative;
	overflow: hidden;
}
#topoFoto {
	-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%;
	-webkit-filter: grayscale(100%); /* Webkit */
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale"); /* Firefox4-34*/
	filter: gray;  /* IE6-9 */
	-webkit-filter: grayscale(1); /* Old WebKit */

}
#topo:before, .slideFoto:before {
	content: "";
	left: 0;
	top: 0;
	z-index: 2;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #002C40;
	opacity: 0.8;
	mix-blend-mode: multiply;
}
#topo h1 {
	margin: 0 0 100px 0;
	text-align: left;
	font-weight: 400;
}
#topo section {
	text-align: center;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-end;
	height: 400px;
}

/* quem somos */
#quemDestaque {
	background: #000;
}
#quemDestaqueTexto {
	overflow: hidden;
	position: relative;
	padding-top: 80px;
	background:url(images/logoSTG.svg) center top no-repeat;
	-webkit-background-size: auto 60px;
    -moz-background-size: auto 60px;
    -o-background-size: auto 60px;
    background-size: auto 60px;
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
}
#quemTopicos { 
	overflow: hidden;
	padding-top: 80px;
	text-align: center;
}
#quemTopicos strong {
	display: block;
	color: #FDC801;
	font-weight: 500;
	text-transform: uppercase;
}
#quemTopicos li {
	max-width: 260px;
	margin: 0 auto 40px auto;
	overflow: hidden;
	position: relative;
}
#quemDepoimentos {
	text-align: center;
	background: #FDC801;
	color: #242323;
}
#quemDepoimentos h2 {
	text-transform: uppercase;
	margin-bottom: 50px;
}
#quemDepoimentos ul li {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 40px 20px;
	position: relative;
	font-size: 14px;
	line-height: 20px;
}
#quemDepoimentos ul li:before  {
	font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 26px;
	position: absolute;
	line-height: 30px !important;
	text-align: centter !important;
	width: 30px;
	left: 50%;
	margin-left: -15px;
	top: 0;
    content: '\f10d';
	color: #fff;
}
#quemDepoimentos ul li:after  {
	font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 26px;
	position: absolute;
	line-height: 30px !important;
	text-align: centter !important;
	width: 30px;
	left: 50%;
	margin-left: -15px;
	bottom: 0;
    content: '\f10e';
	color: #fff;
}
#quemDepoimentos .slick-list {
	margin: 0 30px;
}
.postSingle h1 {
	font-size: 40px;
	line-height: 45px;
	color: #575756;
	font-weight: 400;
}
.page-template-default .postSingle h1 {
	color: #FDC801;
	font-weight: 700;
}
.postSingle .postTopo {
	margin-bottom: 40px;
	justify-content: flex-start;
}
.tipo-associados .conteudo h1 {
	color: #575756;
}
.blocoFoto .navAreas {
	display: none;
}
.tipo-associados .blocoFoto .navAreas {
	display: block;
}
/* downloads */

#btnDownload {
	display: none;
}
.download {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.download .postFoto {
	padding-bottom: 140%;
}
#formDownloadWrapper {
	background: #002C40;
	overflow: hidden;
	padding: 50px 20px 30px 20px;
	margin-bottom: 20px;
	position: relative;
	-webkit-border-top-right-radius: 50px;
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-radius-topright: 50px;
	-moz-border-radius-bottomleft: 50px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	color: #fff
}
#formDownloadWrapper h3 {
	font-weight: 400;
}
.bloco.blocoDownloadCapa {
	max-width: 300px !important;
}

#numeros {
	background: #002C40;
	text-align: center;
	color: #fff;
	padding: 50px 0 0 0;
}
.counter {
	font-size: 55px;
	line-height: 60px;
	font-weight: 600;
	display: block;
	color: #002C40;
}
.numero {
	overflow: hidden;
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 25px;
}
#areasNav {
	overflow: hidden;
	margin-bottom: 20px;
	padding-top: 30px;
}
#areasNav li {
	position: relative;
	overflow: hidden;
	font-size: 20px;
	line-height: 25px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	background: #6BED78;
}
#areasNav a:before {
	font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 15px;
	height: 20px;
	line-height: 20px !important;
	position: absolute;
	right: 5px;
	top: 50%;
    content: '\2b';
	color: #6e7d85;
	margin-top: -10px;
}
#areasNav a:hover:before {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	color: #6BED78;
}
#areasNav li.page_item_has_children {
	margin-bottom: 20px;
}
#areasNav li.page_item_has_children:last-child {
	margin-bottom: 0;
}
#areasNav li.page_item_has_children a:before {
	display: none;
}
#areasNav li.page_item_has_children .children a:before {
	display: block;
}
#areasNav ul.children {
	border-top: 5px solid #fff;
}
#areasNav ul.children li {
	font-size: 15px;
	line-height: 20px;
	padding: 0;
	background: #fff;
}
#areasNav li.page_item_has_children a,
.subnav li.page_item_has_children a {
	pointer-events: none;
	cursor: default;
	color: #fff;
	display: block;
	text-align: center;
	padding: 5px 10px;
	position: relative;
	overflow: hidden;
	font-weight: 600;
}
.subnav li.page_item_has_children a {
	text-align: left;
	padding: 5px 20px;
}
#areasNav li.page_item_has_children ul.children a,
.subnav li.page_item_has_children .children a {
	pointer-events: inherit;
	cursor: pointer;
}
.subnav li.page_item_has_children .children a {
	padding: 0 20px;
}
#areasNav .children a:link, #areasNav .children a:visited {
	color: #002C40;
	text-align: left;
	padding-right: 30px;
}
#areasNav .children a:hover, #areasNav .children a:active,
#areasNav li.current_page_item a, #areasNav li.current_page_item a:before {
	color: #ba993a !important;
}
#areaProfissionais, #relacionados, #perfil #relacionados, #profissionalAreas, #postAutor, #downloads {
	overflow: hidden;
	padding-top: 80px;
}
.equipeWrapper {
	overflow: hidden;
	position: relative;
	padding-top: 30px;
}
.equipeWrapper h4 {
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
	margin-bottom: 20px;
}
.equipeWrapper:last-child h4 {
	color: #002C40;
}
.equipeWrapper:first-child {
	padding-top: 0;
}
.profissional {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	background: #edf0f2;
}
.profissional .fa-brands {
	position: absolute;
	right: 15px;
	bottom: 15px;
	line-height: 20px !important;
	font-size: 24px;
	color: #002C40;
}
.profissional .fa-brands:hover {
	color: #6BED78;
}
.profissional h3 {
	font-size: 24px;
	line-height: 26px;
	font-weight: 700;
	margin-bottom: 10px;
}
.profissionalInfo {
	padding: 40px 30px 25px 30px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	background: url(images/barrasContato.png) left top no-repeat;
	-webkit-background-size: 60px auto;
    -moz-background-size: 60px auto;
    -o-background-size: 60px auto;
    background-size: 60px auto;
	font-size: 16px;
	line-height: 20px;
}
.postsNav {
	overflow: hidden;
	margin-bottom: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	width: 110px;
}
.postsNav .fa-solid {
	cursor: pointer;
	width: 50px;
	height: 30px;
	line-height: 30px !important;
	text-align: center !important;
	background: #002C40;
	color: #d9d9d9;
	font-size: 20px;
}
.postsNav .fa-solid:hover {
	background: #002C40;
}

#profissionalAreas a:link, #profissionalAreas a:visited {
	color: #002C40;
}
#profissionalAreas a:hover, #profissionalAreas a:active {
	color: #002C40;
}
#profissionalAreas span {
	color: #29343A !important;
}
#profissionalAreas a:last-child span {
	display: none !important;
}
#topoProfissional .postFoto {
	padding-bottom: 90%;
	background-position: center top;
	z-index: 1;
}
#topoProfissional section {
	margin-top: -50px;
}
#profissionalIntroWrapper {
	-webkit-border-top-right-radius: 50px;
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-radius-topright: 50px;
	-moz-border-radius-bottomleft: 50px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	position: relative;
	overflow: hidden;
	color: #fff;
	background: #818387;
	
}
#profissionalIntro {
	padding: 50px 20px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
#profissionalIntro a:link, #profissionalIntro a:visited {
	color: #fff;
}
#profissionalIntro a:hover, #profissionalIntro a:active {
	color: #002C40;
}
#profissionalIntro h1 {
	margin: 0;
}
#profissionalIntro p {
	margin: 0;
	padding-top: 20px;
}
#profissionalIntro .fa-solid {
	margin-right: 5px;
}
.slick-track {
    margin-left: 0 !important;
    margin-right: auto !important;
}
#postAutor h4 {
	font-size: 15px;
	line-height: 20px;
	color: #002C40;
	overflow: hidden;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	display: block;
}
#autores {
	overflow: hidden;
	position: relative;
}
.autor {
	overflow: hidden;
	position: relative;
	margin: 0 30px 20px 0;
	max-width: 270px;
}
.autor a {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.autor .postFoto {
	margin: 0;
	width: 100px;
	height: 90px;
	padding: 0;
}
.autor p {
	width: calc(100% - 110px);
	margin: 0;
	display: block;
	font-size: 20px;
	line-height: 25px;
}
#autores a:link, #autores a:visited {
	color: #002C40;
}
#autores a:hover, #autores a:active {
	color: #002C40;
}
#autores .postFoto:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: #002C40;
	mix-blend-mode: multiply;
}
#autores a:hover .postFoto:before {
	opacity: 0.6;
}
#areaContato {
	padding-top: 0;
}
#areaContato .bloco {
	width: 100%;
}
#downloadWrapper h2 {
	margin-bottom: 50px;
}

#homePublicacoes .bloco {
	padding-bottom: 30px;
}
#homeEscritorio .bloco, #homeAreas .bloco {
	padding-bottom: 80px;
}
#homeAreas #areasNav {
	padding-top: 0;
}
#homeEscritorioFoto, #homePublicacoesFoto, #homeAreasFoto {
	-webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
	background-position: center right;
	background-repeat: no-repeat;
	width: 100%;
	padding-bottom: 100%;
}
#homeAreasFoto {
	background-position: center left;
}
#reconhecimentos {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4); 
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
	z-index: 9;
	padding-bottom: 0;
}
#reconhecimentos .gallery {
	max-width: 450px;
	margin: 0 auto 20px auto;
}
#reconhecimentos .gallery a {
	display: none;
}
#reconhecimentos .slick-list {
	margin: 0 30px;
}
#reconhecimentos .foto {
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	width: 110px;
	height: 110px;
	padding: 0;
	margin: 0 auto;
}
#homeAreas h2, #homeEscritorio h2, #homePublicacoes h2 {
	border-bottom: 2px solid #002C40;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.cky-btn-reject {
	color: #6BED78 !important;
	border-color: #6BED78 !important;
}
.cky-btn-accept {
	background: #6BED78 !important;
	border-color: #6BED78 !important;
}

.boxCinza {
	padding: 20px 20px 0 20px;
	overflow: hidden;
	background: #f4f4f5;
}
.boxCinza h3 {
	color: #6e7d85;
}

#publicacoes .center {
	overflow: hidden;
	text-align: center;
	margin: 0 auto 30px auto;
	max-width: 680px;
}
#depoimentos {
	background: #dcdddb;
}
#depoimentos .slick-list, #diferenciais .slick-list {
	margin: 0 30px 20px 30px;
}
.depoimento small {
	display: block;
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
.depoimento {
	margin: 0 10px;
	position: relative;
	overflow: hidden;	
}
.depoimento h3 {
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
}
.depoimento:before {
	width: 100px;
	height: 35px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background:url(images/icone_aspas_depoimento.webp) left top no-repeat;
	content: "";
	-webkit-background-size: auto 35px;
    -moz-background-size: auto 35px;
    -o-background-size: auto 35px;
    background-size: auto 35px;
}
.depoimentoTexto {
	padding: 40px 20px 0 20px;
	z-index: 1;
	background: #f4f4f5;
	overflow: hidden;
	margin: 15px 5px 0 5px;
}
.intro {
	overflow: hidden;
	margin-bottom: 30px;
}
#diferenciais {
	background: #002C40;
	color: #fff;
}
#diferenciais .intro {
	max-width: 690px;
}
#diferenciais h2 {
	color: #fff;
}
.diferencial .postFoto {
	width: 60px;
	height: 60px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	z-index: 2;
	background-color: #6BED78;
	padding: 0;
	-webkit-background-size: auto 30px;
    -moz-background-size: auto 30px;
    -o-background-size: auto 30px;
    background-size: auto 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.diferencialTexto {
	background: #131828;
	z-index: 1;
	overflow: hidden;
	margin: -30px 10px 0 10px;
	padding: 60px 20px 0 20px;
	font-size: 15px;
	line-height: 20px;
}
.diferencial h3 {
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	text-align: center;
	color: #fff;
}
#quem {
	background: #dcdddb;
	padding-bottom: 0;
}
#quem .bloco {
	margin-bottom: 60px;
}
#quemFoto {
	overflow: hidden;
	position: relative;
}
.single-post .postSingle {
	max-width: 770px;
}
#navPublicacoes {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
}
#navPublicacoes li {
	margin: 0 20px 10px 0;
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
}
#navPublicacoes a:link, #navPublicacoes a:visited {
	color: #b3c0c6;
	display: block;
	float: left;
	padding-bottom: 5px;
	border-bottom: 8px solid #ffff;
}
#navPublicacoes a:hover, #navPublicacoes a:active {
	color: #002C40;
}
#navPublicacoes li.current-cat a, .category-livros #navPublicacoes li.cat-item-3 a, .category-noticias #navPublicacoes li.cat-item-1 a {
	color: #002C40;
	border-color: #6BED78;
}
#areaFoto {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	padding-bottom: 50%;
	overflow: hidden;
}
#areaFoto:before, #quemFoto:before {
	width: 45px;
	height: 17px;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: #fff;
	z-index: 20;
}
#areaFoto:after, #quemFoto:after {
	width: 45px;
	height: 17px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	background: #fff;
	z-index: 20;
}
#areaTitulo  {
	padding-bottom: 0;
}
#areaTitulo h2 {
	margin-bottom: 50px;
}
#areaWrapper .bloco {
	margin-bottom: 30px;
}
#atuacaoWrapper .intro {
	max-width: 950px;
}
#atuacaoWrapper .intro h2 {
	max-width: 550px;
}
.area {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	text-transform: uppercase;
	height: 160px;
	background: #002C40;
}
.area h3 {
	padding: 0 20px;
	margin: 0;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
}
.area a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	text-align: left;
}
.area:before {
	width: 85px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background: #7AE885;
	content: "";
}
.area span {
	background: url(images/icon_seta.svg) center left no-repeat;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	left: 0;
	width: 23px;
	height: 16px;
	position: absolute;
	bottom: 20px;
	opacity: 0;
}
.area:hover span {
	opacity: 1;
	left: 20px;
}
.area:hover:before {
	width: 100%;
	height: 100%;
	opacity: 0.8;
}
.area .postFoto {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	z-index: 1;
	opacity: 0.6;	
}
.area .postFoto:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;	
	opacity: 0.5;
	z-index: 1;
	content: "";
	background: #002C40;
}
.area:hover .postFoto:before {
	opacity: 0;
}
.bgCinza {
	background: #f5f5f6;
}
#areaLista {
	padding: 50px 0 30px 0;
}
#areaLista h4 {
	margin-bottom: 50px;
}
#areaWrapper {
	padding: 0;
}
#contatoBloco p {
	max-width: 450px;
}
#contatoWrapper h2 {
	margin-bottom: 50px;
	max-width: 500px;
}
#contatoWrapper h3, #quemWrapper h3 {
	margin-bottom: 40px;
	padding-bottom: 70px;
	background: url(images/barrasContato.png) left bottom no-repeat;
	-webkit-background-size: auto 30px;
    -moz-background-size: auto 30px;
    -o-background-size: auto 30px;
    background-size: auto 30px;
	font-size: 42px;
	line-height: 45px;
	font-weight: 400;
}
#quemWrapper h3 {
	background-position: bottom right;
	max-width: 560px;
	margin-bottom: 20px;
}
#contatoBloco a:link, #contatoBloco a.visited {
	font-size: 16px;
	color: #002C40;
}
#contatoBloco a:hover, #contatoBloco a.active {
	color: #7AE885;
}
#childPages {
	max-width: 390px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}
#childPages a:link, #childPages a:visited {
	background: #f5f8fa;
	padding: 10px 15px;
	display: block;
	margin-bottom: 10px;
	color: #002C40;
}
#childPages a:hover, #childPages a:active {
	background: #6BED78;
}
#childPages li.current_page_item a {	
	background: #e2eef4;
}
#internaWrapper .postSingle p:last-child strong {
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
}
#internaWrapper .postSingle:has(+ #childPages) {
	margin-bottom: 80px;
}
#cta {
	background: #3A4149 url(images/img_dots.png) center top repeat-x;
	color: #fff;
	padding: 0;
}
#cta section {
	padding-top: 100px !important;
	padding-bottom: 80px !important;
}
#cta section:after {
	width: 50%;
	height: 25px;
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	z-index: 1;
	background: #6BED78;
}
#cta h2 {
	max-width: 600px;
	color: #fff;
	margin-bottom: 50px;
}

#ctaBotao {
	border: 1px solid #6BED78;
	width: 318px;
	height: 268px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
#ctaBotao:before {
	content: "";
	background: #6BED78;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 15px;
	height: 5px;
}
#ctaBotao:hover:before {
	width: 100%;
	height: 100%;
}
#ctaBotao a:link, #ctaBotao a:visited {
	position: absolute;
	left: 0;
	top: 0;
	color: #6BED78;
	font-size: 24px;
	line-height: 34px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	text-align: left;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 0 60px;
	z-index: 2;
	background: 
}
#ctaBotao a:hover, #ctaBotao a:active {
	color: #002C40;
}
#ctaBotao:after {
	width: 50px;
	height: 24px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	background: url(images/seta_verde_direita.svg);
	background-position: center right;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	z-index: 3;
	content: "";
}
#ctaBotao:hover:after {
	background: url(images/seta_azul_direita.svg);
}
#publicacoes .intro, .archive .intro {
	max-width: 650px;
}
#slideHomeIAdown, #slideHomeIAup, #institucionalUp, #institucionalDown {
	background: #4AAE54;
	background: -webkit-linear-gradient(90deg,rgba(74, 174, 84, 1) 0%, rgba(107, 237, 120, 1) 100%);
	background: -moz-linear-gradient(90deg,rgba(74, 174, 84, 1) 0%, rgba(107, 237, 120, 1) 100%);
	background: linear-gradient(90deg,rgba(74, 174, 84, 1) 0%, rgba(107, 237, 120, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr="#4AAE54",
	  endColorstr="#6BED78",
	  GradientType=1
	);
	overflow: hidden;
	position: relative;
}
#slideHomeIAdown .slide, #institucionalDown img {
	margin-bottom: -1px;
}
#slideHomeIAup .slide, #institucionalUp img {
	margin-top: -1px;
}
#homeIA {
	background: #4AAE54;
	background: -webkit-linear-gradient(90deg,rgba(74, 174, 84, 1) 0%, rgba(107, 237, 120, 1) 100%);
	background: -moz-linear-gradient(90deg,rgba(74, 174, 84, 1) 0%, rgba(107, 237, 120, 1) 100%);
	background: linear-gradient(90deg,rgba(74, 174, 84, 1) 0%, rgba(107, 237, 120, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr="#4AAE54",
	  endColorstr="#6BED78",
	  GradientType=1
);
	padding: 0;
}
#homeIA .bloco {
	padding-top: 100px;
}
#homeIA a:link, #homeIA a:visited {
	color: #002C40;
	background: url(images/bt_seta_azul.svg) center right no-repeat;
	-webkit-background-size: auto 13px;
    -moz-background-size: auto 13px;
    -o-background-size: auto 13px;
    background-size: auto 13px;
	font-size: 16px;
	line-height: 20px;
	display: block;
	float: left;
	padding-right: 30px;
	font-weight: 700;
}
#homeIA a:hover, #homeIA a:active {
	padding-right: 35px;
}
#homeIA .bloco, #homeSobre .bloco {
	margin-bottom: 30px;
}
#homeIAfoto {
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
	width: 100%;
	padding-bottom: 82%;
}
#homeSobre {
	background: #3A4149;
	color: #fff;
	padding-bottom: 0;
}
#homeSobreFoto {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	padding-bottom: 80%;
}
#homeSobre a.btn:link, #homeSobre a.btn:visited {
	float: right;
	color: #6BED78;
	border-color: #6BED78;
}
#homeSobre a.btn:hover, #homeSobre a.btn:active {
	color: #002C40;
}
#homeSobre a.btn span {
	background-image:url(images/bt_seta.svg);
}
#homeSobre a.btn:hover span {
	background-image: url(images/bt_seta_azul.svg);
}
#homeSobre h4, #homeSobre p:has(+ a.btn), #homeIA p:has(+ a) {
	margin-bottom: 50px;
}
#institucional {
	padding: 0;
	background: #4AAE54;
	background: -webkit-linear-gradient(90deg,rgba(74, 174, 84, 1) 0%, rgba(107, 237, 120, 1) 100%);
	background: -moz-linear-gradient(90deg,rgba(74, 174, 84, 1) 0%, rgba(107, 237, 120, 1) 100%);
	background: linear-gradient(90deg,rgba(74, 174, 84, 1) 0%, rgba(107, 237, 120, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr="#4AAE54",
	  endColorstr="#6BED78",
	  GradientType=1
);
}
#institucional h2 {
	padding-top: 50px;
}
#menuGrafismo {
	display: none;
}
#quemWrapper {
	padding-bottom: 0;
}
#quemWrapper .bloco {
	margin-bottom: 30px;
}
.slide img, #institucionalUp img, #institucionalDown img {
	display: block;
	width: 100%;
	height: auto;
}
#topo .slide, #home .slide {
	position: absolute;
	z-index: 10;
	right: 0;
	bottom: -1px;
	width: 50%;
}
#topo .slide:after {
	content: "";
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: -1px;
	background: #fff;
	width: 50%;
	padding-bottom: 11%;
}

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


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


.blocoPerfil ul.gallery li {
	width: 23%;
}
footer ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}


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



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



}
@media only screen 
and (min-width : 640px) {
.profissionaisLista {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	width: calc(100% + 40px);
}
.profissionaisLista .profissional {
	width: calc(50% - 40px);
	margin: 0 40px 40px 0;
}
#navPublicacoes li {
	margin: 0 50px 10px 0;
}
#rodape section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.boxRodape {
	width: 48%;
}
#servicos #areasNav li ul li {
	width: 100%;
}

#numeros section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
.numero {
	width: 240px;
	margin: 0 20px 30px 20px;
}
#autores {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.relacionadosTopo {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

#contatoTopo .social {
	width: auto;
}

.boxContato {
	width: 46%;
}
#contatoTopo {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.download {
	width: calc(33.3333% - 20px);
}

#quemTopicos ul, #numerosLista {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
#numerosLista {
	justify-content: center;
	width: 102%;
	margin-left: -1%;
}
.reconhecimento, .obra {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.reconhecimento .postFoto, .obra .postFoto {
	margin-bottom: 20px;
}
.reconhecimentoInfo, .obraInfo {
	width: calc(100% - 250px);
}
.blocoPerfil ul.gallery li {
	width: 23%;
}

 #topicos section, .blocoPosts {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.mapa, .newsletter, .contatoRodape, .topico, .blocoPosts .postDestaque {
	width: 48%;
}


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

.contatoInfo {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.contatoCidade {
	width: 48%;
}





.searchandfilter ul li, .searchandfilter ul li:nth-child(2) {
	display: block;
	width: calc(50% - 70px);
	margin-right: 10px !important;
}
.searchandfilter ul li:nth-child(3) {
	top: 0;
	width: 120px;
	margin: 0 !important;
}
.profissionais ul li {
	width: 30.3333%;
}
.searchandfilter input[type='submit'] {
	position: absolute;
	right: 0;
	top: 0;
}
.blocoPerfil ul.gallery li {
	width: 18%;
}








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












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






.postSingle .gallery li {
	width: 23%;
}
#posts {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	width: calc(100% + 20px);
}
#posts .post {
	width: calc(50% - 20px);
	margin: 0 20px 20px 0;
}
#publicacoes #posts .post:nth-child(3) {
	display: none; 
}
#posts .postPadrao:first-child {
	width: calc(100% - 20px);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.postPadrao:first-child .postResumo {
	width: 50%;
}
.postPadrao:first-child .postFoto {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	padding: 0;
}
.postHome {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.postFotoWrapper {
	width: 35%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.lista li {
	width: 31.3333%;
}
footer {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
footer p, #assinatura {
	margin: 0;
}
}
@media only screen 
and (min-width : 768px) {
#blocoQuem2 {
	width: 50%;
}
#quemWrapper .blocos {
	align-items: flex-end;
}
#homeIAfoto, #homeSobreFoto {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	padding: 0;
	z-index: 1;
}
#homeIAfoto {
	top: 100px;
	bottom: 100px;
}
#homeIA .bloco, #homeSobre .bloco {
	float: right;
	margin-bottom: 80px;
}
#rodape .pEmail {
	margin-bottom: 40px;
}
#areaWrapper .bloco {
	margin-bottom: 80px;
}
#areaFoto {
	position: absolute;
	width: 50%;
	right: 0;
	top: 0;
	padding-bottom: 25%;
}
#quem .bloco {
	float: right;
}
#quemFoto {
	position: absolute;
	right: 0;
	top: 165px;
	width: 50%;
	z-index: 10;
}
#diferenciais:before {
	background: url(images/elemento_diferenciais.webp) right top no-repeat;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	content: "";
	width: 60%;
	height: 100%;
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
}
#depoimentos:before {
	background: url(images/elemento_pattern_depoimentos.webp) left center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	content: "";
	width: 50%;
	height: 100%;
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
}
#servicos #areasNav {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
#servicos #areasNav li {
	width: 48%;
}
#servicos .bloco {
	width: 710px;
}

#reconhecimentos .blocos {
	align-items: center;
}
#reconhecimentos {
	margin-bottom: 80px;
}
#numeros {
	margin-bottom: 50px;
}
#homeEscritorio .bloco, #homePublicacoes .bloco {
	float: right;
}
#homeEscritorioFoto, #homePublicacoesFoto {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	padding: 0;
	z-index: 2;	
}
#homeAreas {
	padding-top: 50px;
}
#homeAreas .bloco {
	padding-bottom: 30px;
}
#homeAreasFoto {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	max-height: 550px;
	padding: 0;
	z-index: 2;	
}
.anoLinha {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}
.anoLinha:after {
	height: 50px;
	right: 23.5%;
	bottom: 0;
	background: #002C40;
	position: absolute;
	z-index: 1;
	width: 1px;
	content: "";
}
.anoLinha:nth-child(even):after {
	left: 23.5%;
	right: auto;
}
.anoLinha:last-child:after, .anoLinha:last-child:before {
	display: none;
}
.anoLinha:has(div.anoWrapper:nth-of-type(2)):before {
	display: block;
}
.anoLinha:before {
	width: 50px;
	left: 50%;
	margin-left: -25px;
	top: 50%;
	margin-top: -0.5px;
	background: #002C40;
	position: absolute;
	z-index: 1;
	height: 1px;
	content: "";
}
.anoLinha:nth-child(even) {
	flex-direction: row-reverse;
}
.anoWrapper {
	width: calc(50% - 25px);
	margin-bottom: 50px;
}
.bloco.blocoDownloadForm {
	width: calc(100% - 350px);
}
#topoProfissional {
	background: #002C40;
	position: relative;
	overflow: hidden;
}
#topoProfissional:before {
	content: "";
	height: 50px;
	width: 100%;
	background: #d9d9d9;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
}
#profissionalIntroWrapper {
	padding-bottom: 50%;
	width: 50%;
}
#profissionalIntro {
	padding: 0;
	top: 50px;
	bottom: 50px;
	left: 20px;
	right: 20px;
	position: absolute;
}
#topoProfissional section {
	margin-top: 0;
	padding-top: 100px !important;
}
#topoProfissional .postFoto {
	right: 0;
	top: 0;
	height: calc(100% - 50px);
	position: absolute;
	width: 60%;
	z-index: 1;
	padding: 0;
	background-position: center;
}
#topoProfissional .postFoto:before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0 ;
	width: 25%;
	height: 100%;
	background: #002C40;
	background: -webkit-linear-gradient(90deg,rgba(41, 52, 58, 1) 0%, rgba(41, 52, 58, 0) 100%);
	background: -moz-linear-gradient(90deg,rgba(41, 52, 58, 1) 0%, rgba(41, 52, 58, 0) 100%);
	background: linear-gradient(90deg,rgba(41, 52, 58, 1) 0%, rgba(41, 52, 58, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr="#29343A",
	  endColorstr="#29343A",
	  GradientType=1
	);
}
#postsSlide {
	width: calc(100% + 20px);
}
#postsSlide .post {
	margin-right: 20px;
}

#newsletter h2 {
	line-height: 50px;
}
#newsForm {
	width: calc(100% - 350px);
}
#newsBG {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
#homeObras:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: 1;
	content:"";
	background: #242323;
}
#homeDownloads {
	color: #fff;
}
#homeDownloads a.mais:link, #homeDownloads a.mais:visited {
	border-color: #fff;
	color: #fff;
}
#homeDownloads a.mais:hover, #homeDownloads a.mais:active {
	background: #fff;
	color: #242323;
}

.download {
	width: calc(25% - 20px);
}
#quemTexto {
	-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: 40px;
}

#sobre, #profissionais {
	padding: 60px 0;
}
#sobre .bloco, #profissionais .bloco {
	min-height: 350px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	margin: 0;
}




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


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






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




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





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





















.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 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}

.bloco {
	width: 45%;
}








.blocoPerfil {
	width: calc(100% - 300px);
}












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

#escritorio .bloco {
	width: 100%;
}



.blocoBanners {
	padding-top: 100px;
}
.postBlocos {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.postBlocos .postSingle {
	width: 65%;
}
.lista li, .livro {
	width: 18%;
}
.boxContato {
	width: auto;
}
#rodapeLogo {
	width: 100%;
}
#home h1 {
	font-size: 62px;
	line-height: 65px;
}
}
@media only screen 
and (min-width : 1024px) {

#cta section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#ctaTexto {
	width: calc(100% - 350px);
	max-width: 755px;
}
.boxRodape {
	width: auto;
}
#internaWrapper  section {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
#internaWrapper .postSingle:has(+ #childPages) {
	width: calc(100% - 430px);
	margin: 0;
}
.profissionaisLista .profissional {
	width: calc(33.3333% - 40px);
}
#atuacao {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.area {
	width: calc(50% - 20px);
	margin-bottom: 40px;
}
#areaLista {
	padding: 50px 0 10px 0;
}
.area:hover span {
	left: 60px;
}
.area h3 {
	padding: 0 20px 0 60px;
}
#servicos #areasNav li {
	width: 31.3333%;
}
#posts {
	width: calc(100% + 40px);
}
#posts .post, #publicacoes #posts .post {
	width: calc(33.3333% - 40px);
	margin: 0 40px 40px 0;
}
#posts .postPadrao:first-child {
	width: calc(100% - 40px);
}
#publicacoes #posts .post:nth-child(3) {
	display: block; 
}
/*#posts .post:nth-child(1), #posts .post:nth-child(2) {
	width: calc(50% - 50px);
	margin-right: 50px;
}*/
#nav a.topLink .fa-solid {
	display: inline;
	margin-left: 5px;
}




#timelineWrapper section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
#timelineIntro {
	width: calc(100% - 300px);
}
#timelineTitulo {
	width: 200px;
}
#escritorioExtra {
	padding: 0;
	margin-bottom: 100px;
}
#escritorioExtra:before {
	width: 20%;
	left: 0;
	top: 0;
	content: "";
	position: absolute;
	height: 100%;
	background: #002C40;
	z-index: 1;
}
#escritorioExtra section:before {
	width: 350px;
	left: 0;
	top: 0;
	content: "";
	position: absolute;
	height: 100%;
	background: #002C40;
	z-index: 1;
}
#escritorioExtra section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 50px 0 30px 0;
}
#escritorioEtica {
	padding: 0 50px 0 20px;
	width: 350px;
	position: relative;
	z-index: 2;
}
#escritorioCompliance {
	width: calc(100% - 350px);
	padding-left: 50px;
	padding-right: 20px;
}
.bloco.blocoDownloadCapa {
	width: 400px;
	max-width: none !important;
}
.bloco.blocoDownloadForm {
	width: calc(100% - 500px);
}
#formDownloadWrapper {
	padding: 50px 50px 30px 50px;
}
#areaContato .bloco {
	width: 55%;
}

#profissionalIntro {
	left: 50px;
	right: 50px;
}
#perfil:before, #areaContato:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 100px;
	width: 1500px;
	margin-left: -750px;
	opacity: 0.2;
	background: url(images/bvp_cinza.png)right top no-repeat;
	-webkit-background-size: 500px auto;
    -moz-background-size: 500px auto;
    -o-background-size: 500px auto;
    background-size: 500px auto;
	z-index: 1;
	height: 100%;	
}
#areaContato:before {
	opacity: 1;
	top: 0;
}
#profissionalBio {
	width: 50%;
}



#areaInfo {
	width: calc(100% - 450px);
}
#newsForm {
	width: calc(100% - 420px);
}
#newsBG {
	padding: 50px 50px 30px 50px;
}


.faixa1 {
	position: absolute;
	z-index: 3;
	right: -100%;
	top: 0;
	height: 100%;
	width: 50%;
	background: url(images/faixa1.png) right top no-repeat;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	-moz-transition: all 2.5s;
    -webkit-transition: all 2.5s;
    transition: all 2.5s;
	opacity: 0;
}
.slick-active .faixa1 {
	right: 0;
	opacity: 1;
}
.faixa2 {
	position: absolute;
	z-index: 2;
	right: -150%;
	top: 0;
	height: 100%;
	width: 50%;
	background: url(images/faixa2.png) left top no-repeat;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	opacity: 0;
	-moz-transition: all 2.5s;
    -webkit-transition: all 2.5s;
    transition: all 2.5s;
}
.slick-active .faixa2 {
	right: 50%;
	opacity: 1;
}


.postBlocos .postSingle {
	width: 55%;
}




.reconhecimento .postFoto {
	width: 240px;
	height: 240px;
}
.reconhecimentoInfo {
	width: calc(100% - 280px);
}
.obra .postFoto {
	width: 300px;
	height: 300px;
}
.obraInfo {
	width: calc(100% - 350px);
}
.blocoPerfil ul.gallery li {
	width: 14.6666%;
}
#publicacoes .bloco {
	width: 49%;
}
#publicacoes .blocoDestaque .postFoto {
	margin-bottom: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 20px;
}
#setaDown {
	left: 0;
}







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


.bloco.blocoAtuacao {
	width: 300px;
}
.blocoFoto {
	max-width: 250px;
}
.bloco.blocoPerfil {
	width: calc(100% - 300px);
	float: right;
}




h1 {
	letter-spacing: 5px;
}


.menuAreas ul li {
	width: 23.3333%;
}




















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








#menuWrapper {
	position: fixed;
	left: 0;
	top: 0;
	height: auto;	
	background: none;
}
.logo {
	height: 40px !important;
	margin: 30px 0;
}
#menuWrapper.bgMenu {
	background: #002C40;
}
.topoMenu, #menuPrincipal {
	width: auto;
	clear: none;
	padding: 0;
	margin: 0;
}
#menuPrincipal {
	width: calc(100% - 280px);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}
.topoMenu {
	position: absolute;
	left: 20px;
	top: 0;
}
#menuWrapper section {
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;	
	height: 100px;
}

#nav {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	padding: 0;
	margin: 30px 0 0 0;
	z-index: 2;
}
#nav li {
	margin: 0 0 0 40px;
	padding-left: 0;
	font-size: 16px;
	line-height: 70px;
}
#nav li:first-child {
	margin: 0;
}
.language-chooser {
	margin: 0;
	position: absolute;
	right: 20px;
	top: 20px;
}
header, .fa-xmark {
	display: none !important;
}



.perfilIntro {
	padding-right: 200px;
}





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



.homeConteudo {
	width: 730px;
}




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


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



#icones {
	width: 65%;
}


.lista li, .livro {
	width:  14.6666%;
}
#menuWrapper, #menuWrapper section, #menuPrincipal, #nav, #nav li {
	overflow: inherit;
}
#nav li ul {
	display: none;
	clear: both;
	width: 300px;
	position: absolute;
	left: -20px;
	top: 80px;
	padding: 0;
	background: #002C40;

}
#nav li ul li {
	font-size: 15px;
	line-height: 18px;
	padding: 0;
	margin: 0;	
	background: #6BED78;
}
#nav li ul li ul {
	position: relative;
	width: auto;
	top: auto;
	left: auto;
	padding: 5px 0;
	background: #002C40;
}
#nav li:hover ul {
	display: block;
}
#nav li ul li ul li {
	font-size: 14px;
	line-height: 16px;
	padding: 4px 0;
	margin: 0;
	border: 0;
	background: #002C40;
}
#rodapeInterna, #rodapeInterna section {
	height: 50px;
}
#cta section:after, #rodapeInterna section:after {
	width: 340px;
	height: 50px;
}
#rodape section:after {
	width: calc(100% - 340px);
	height: 50px;
}
#rodape section {
	padding-top: 150px !important;
}
}
@media only screen 
and (min-width : 1280px) {
#homeIA .bloco {
	width: 620px;
}
#navLGPD {
	width: 155px;
}
#rodapeLogo {
	width: 240px;
}
#areaTitulo h2 {
	max-width: 50%;
}
#areaWrapper .bloco {
	width: 46%;
}




.blocoFoto {
	max-width: 300px;
}
.bloco.blocoPerfil {
	width: calc(100% - 400px);
}


#icones {
	width: 75%;
}
.icone {
	width: 23%;
}
.contatoRodape {
	width: auto;
}
.mapa {
	width: 350px;
}
section, .btnVoltar {
	width: 1200px;
	padding: 0;
	margin: 0 auto;
}
.language-chooser {
	right: 0;
}
#menuGrafismo {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	background: url(images/barrasContato.png) center top no-repeat;
	-webkit-background-size: auto 30px;
    -moz-background-size: auto 30px;
    -o-background-size: auto 30px;
    background-size: auto 30px;
	width: 100px;
	height: 30px;
	z-index: 10;
}
#cta:after, #rodapeInterna:after {
	width: 20%;
	height: 50px;
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	z-index: 1;
	background: #6BED78;
}
#cta section:after, #rodapeInterna section:after {
	width: 320px;
}
#rodape:after  {
	width: 50%;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	z-index: 1;
	background: #6BED78;
}
#rodape section:after {
	width: calc(100% - 320px);
	height: 50px;
}
}
@media only screen 
and (min-width : 1366px) {
#rodape section, .btnVoltar {
	width: 1300px;
}
#rodape section:after {
	width: calc(100% - 370px);
}
}