/*
Theme Name: Ovidio Collesi
Theme URI: http://www.ovidiocollesi.com.br/
Description: Template para site Ovidio Collesi
Author: Rusvel Nantes 
Version: 1.0
License: None
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,700;1,200;1,300;1,400;1,500;1,700&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:before, .logo, #menuWrapper, #openMenu, #openMenu:before, #nav a, footer a, form input.wpcf7-submit, .social a, .slick-prev, .slick-next, .slick-dots li button, .tabs li, .contato a, h3.accordion-toggle, .foto a, .foto, #contato a, .btnVoltar a, #contato a,  .perfilFoto, #sobre-nos a, .logo, .language-chooser a, .postInfo a, .post a, .post h2, #pagenav a, .postFoto:before, .addtoany_list a, .widget .addtoany_list a, .perfil h3, .area:before, #menuWrapper, .gallery a, .postCat a, .post h3, #filtros form input[type='submit'], .botao a, .blocoNav a, .profissional a, .socio a, .perfilFoto:after, .perfil, .btn, .listaPraticas a, .listaPraticas .fa-solid, header a, #nav li:before, .blocoBorda a, .postFoto, .postFoto a, .postFoto a:before, .gallery a, .pContato a, .pAreas a, .accordion-toggle, .accordion-toggle .fa-solid, .lista a, .lista .fa-solid, #setaDown, .navCat a, .post a, .post:before, .post:after, .post .fa-solid, .tagCloud a, aside a, .profissional h3, .profissionalFoto:after, .profissionalFoto:before, .boxAreas a, .fa-solid.hover, #menuAuxiliar a, #postInfo a, #perfil a, a.mais:before, #assinatura, .cky-btn, #nav a:before, a.btn, .profissionalFoto, #equipe a, .blocoPerfil a, .navAreas a, .navAreas span, .blocoContato a, #relacionados strong, .postFooter a, .area a, #listaCat a, #btnVoltar, .slick-prev:before,
.slick-next:before, #social a, .postTitulo a {
	-moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
body {
	background: #fff;
	color: #4A4A49;
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
}
.spacer {
	display: block;
	height: 80px;
	width: 100%;
	background: #fff;
}
a#btnVoltar:link, a#btnVoltar:visited {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center !important;
	color: #4A4A49;
	background: #F2B035;
	z-index: 2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	display: block;
	left: 20px;
	top: 20px;
}
a#btnVoltar:hover, a#btnVoltar:active {
	background: #4A4A49;
	color: #fff;
}
.mobile {
	display: block;
}
.desktop {
	display: none;
}
h1 {
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;	
}
h1 small {
	display: block;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 2px;
	margin-bottom: 5px;
	font-weight: 500;
}
h2 {
	font-size: 30px;
	line-height: 35px;
	font-weight: 700;
	margin-bottom: 20px;
}
h2 small, #quem-somos small {
	display: block;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
	font-weight: 400;
	color: #4A4A49;
}
h3 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #F2B035;
}
section {
	padding: 0 20px;
	overflow: hidden;
	clear: both;
	position: relative;
	z-index: 4;
}
a:link, a:visited {
	color: #4A4A49;
	text-decoration: none;
}
a:hover, a:active {
	color: #F5B335;
}
p, .video {
	margin-bottom: 20px;
}
/* formulario */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #4A4A49;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #4A4A49;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #4A4A49;
}
:-moz-placeholder { /* Firefox 18- */
	color: #4A4A49;
}
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: #4A4A49;
    background-color: #EDEDED;
	border: 1px solid #EDEDED;
    font-size: 14px;
	height: 40px;
	line-height: 40px;
    padding: 0 10px;
    margin: 0 0 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}

textarea {
	height: 140px;
	resize: none;
	line-height: 20px;
	padding: 10px;
}
select {
	background: #f2f4f8 url(images/setaSelect.png) center right no-repeat;
}
aside select {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
}
label {
	display: block;
	clear: both;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
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 .wpcf7 input[type="email"].wpcf7-not-valid  {
	border-color: #F00;
	background: #FFC;
}

form input.wpcf7-submit {
    padding: 0 !important;
	-webkit-appearance: none;
	margin: 0 0 20px 0 !important;
	float: right;
	border: 0 !important;
	background-color: #4A4A49;
	cursor: pointer;
	width: auto;
	height: auto;
	line-height: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	width: 100px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
}
form input.wpcf7-submit:hover {
	background: #F5B335;
}
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: 20px !important;
	font-weight: 300 !important;
	margin: 0 0 10px 0 !important;
	padding: 10px !important;
	clear: both;
	text-align: center;
}
.formNews {
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 700px;
	margin: 0 auto;
}
#contato .formNews {
	max-width: 280px;
	margin: 0;
}
.formNews form input.wpcf7-submit {
	position: absolute;
	z-index: 2;
	right: 0;
	top: 0;
}
.formNews .wpcf7-form-control-wrap {
	display: block;
	position: relative;
	z-index: 1;
	margin: 0 110px 10px 0;
}
#contato .formNews .wpcf7-form-control-wrap {
	margin: 0 100px 10px 0;
}
.formNews .wpcf7 input[type="email"] {
	margin: 0 !important;
}
#contato .wpcf7 input[type="email"] {
	background: #C7C7C7;
	border-color: #C7C7C7;
}
.formNews .wpcf7-spinner {
	position: absolute;
	width: 100px !important;
	height: 40px !important;
	z-index: 3;
	right: 0;
	top: 0;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
#headerMobile {
	width: 100%;
	position: fixed;
	background: #fff;
	z-index: 9990;
	left: 0;
	top: 0;
}
.logo {
	display: block;
	float: left;
	height: 46px !important;
	width: auto !important;
	margin: 17px 0;
}
#menuWrapper .logo {
	display: none;
}
.fa-bars, .fa-xmark  {
	color: #F5B335;
	font-size: 25px;
	line-height: 80px !important;
	height: 80px;
	cursor: pointer;
	float: right;
}
#menuWrapper {
	position: fixed;
	background: #fff;
	width: 250px;
	height: 100%;
	z-index: 9990;
	right: -300px;
	top: 0;
}
.menu {
	position: relative;
	clear: both;
	overflow: hidden;
	padding: 0 20px;
}
#nav {
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
}
#nav li {
	display: block;
	overflow: hidden;
	text-align: right;
	margin-bottom: 15px;
	line-height: 30px;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	
}
#nav li#mHome {
	display: none;
}
#nav a:link, #nav a:visited {
	color: #999;
	float: right;
	display: block;
	border-bottom: 2px solid #fff;
}
#nav a:hover, #nav a:active {
	color: #4A4A49;
}
#nav li.current a, .single-profissional #mTime a, .single-post #mPublicacoes a, .archive #mPublicacoes a, .search #mPublicacoes a, .page-template-page-publicacoes #mPublicacoes a, .page-template-page-atuacao #mAtuacao a, .page-template-page-time #mTime a, .single-area #mAtuacao a, .single-profissional #mTime a, .page-template-page-social #mResponsabilidade a, .page-template-page-contato #mContato a, .single-area.postid-95 #mESG a {
	color: #4A4A49;
	border-color: #F2B035;
}
.single-area.postid-95 #mAtuacao a {
	color: #999;
	border-color: #fff;
}
#menuAuxiliar {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-end;
	max-width: 120px;
	float: right;
}
.language-chooser {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	margin-left: 20px;
}
.language-chooser li {
	font-size: 10px;
	padding: 0 3px;
	line-height: 16px;
	height: 16px;
	position: relative;
	overflow: hidden;
}
.language-chooser li.active {
	font-weight: 500;
	font-size: 12px;
}



#menuAuxiliar a:link, #menuAuxiliar a:visited {
	color: #4A4A49;
}
#menuAuxiliar a:hover, #menuAuxiliar a:active {
	color: #F5B335;
}

/* nosso time */
#equipe {
	z-index: 2;
	padding-top: 0;
	margin-top: -70px;
}
.profissionalWrapper {
	overflow: hidden;
	position: relative;
	padding: 5px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin: 0 0 20px 0;
}
.profissional {
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	overflow: hidden;
	position: relative;
}
.profissionalFoto {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	padding-bottom: 150%;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.firstWord {
	display: block;
}
.profissional a {
	display: block;
	position: absolute;
	overflow: hidden;
	z-index: 2;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
}
.profissional a:before {
	background-color: rgba(242, 176, 53, 0.8);
	background: rgba(242, 176, 53, 0.8);
	
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.profissionalInfo {
	background-color: rgba(137, 138, 141, 0.8);
	background: rgba(137, 138, 141, 0.8);
	position: absolute;
	left: 10px;
	bottom: 10px;
	right: 10px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	overflow: hidden;
	z-index: 1;
}
.profissionalInfo h3 {
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 10px;
	position: relative;
	width: 100%;
	border-bottom: 2px solid #F2B035;
	max-width: 140px;
	margin: 0 auto 10px auto;
	font-weight: 400;
}
.profissionalInfo p {
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	color: #fff !important;
}
/* profissional interna */
#topo .profissionalFoto {
	padding-bottom: 0;
	width: 250px;
	height: 350px;
	margin: 0 auto;
	-webkit-background-size: 140% auto;
	-moz-background-size: 140% auto;
	-o-background-size: 140% auto;
	background-size: 140% auto;
}
.single-profissional aside {
	margin: 0;
}
#topo .profissionalTitulo {
	display: none;
	margin-bottom: 80px;
}
.profissionalTitulo h2, #topo .profissionalTitulo h1 {
	position: relative;
	padding-bottom: 22px;
	margin-bottom: 20px;
}
.profissionalTitulo {
	overflow: hidden;
	margin-bottom: 30px;
}
.profissionalTitulo p {
	font-size: 20px;
	line-height: 30px;
}
.profissionalTitulo h2:before, .profissionalTitulo h1:before {
	content: "";
	height: 2px;
	width: 100%;
	left: 0;
	bottom: 0;
	position: absolute;
	background: #F5B335;
}
.single-profissional #publicacoes {
	padding-top: 0;
}
.single-profissional #publicacoes h2 {
	margin-bottom: 50px;
}
/* home */
.home .spacer {
	display: none;
}
#social {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	width: 30px;
	position: absolute;
	left: 0;
	top: 0;
}
#social .fa-brands {
	width: 24px;
	text-align: center !important;
	font-size: 20px;
}
#social a:link, #social a:visited {
	color: #F5B335;
}
#social a:hover, #social a:active {
	color: #fff;
}
#home {
	position: relative;
	z-index: 10;
	overflow: hidden;
	background: #4A4A49;
	padding-top: 80px;
}
#homeFoto {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	
}
#home section {
	height: calc(100vh - 80px);
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
#homeTexto {
	padding-left: 30px;
	position: relative;
}
#home h1 {
	padding: 40px 0 50px 40px;
	border-left: 1px solid #fff;
	color: #fff;
	position: relative;
	margin: 0;
	z-index: 1;
	max-width: 750px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#home h1:before, #home h1:after {
	width: 60px;
	height: 1px;
	left: 0;
	top: 0;
	position: absolute;
	content: "";
	z-index: 1;
	background: #fff;
}
#home h1:after {
	top: auto;
	bottom: 0;
}
#homeBotao {
	position: relative;
	z-index: 2;
	margin: -20px 0 0 40px;
}
#homeBotao a.btn {
	margin: 0;
}
#quem-somos {
	z-index: 8;
	background: #fff;
}
img.responsive {
	width: 100% !important;
	height: auto !important;
	display: block;
	margin-bottom: 20px;
}
/* atuacao */
#areas-de-atuacao {
	z-index: 7;
	background: #fff;
}
#areasTitulo h2 {
	margin-bottom: 30px;
}
#areasTitulo {
	margin-bottom: 30px;
}
#areas-de-atuacao .areaWrapper, #nosso-time .profissionalWrapper {
	width: auto;
	padding: 5px 15px;
	margin: 0;
}
#areas-de-atuacao .slick-list, #nosso-time .slick-list {
	margin: 0 15px;
}
/* nosso time */

#nosso-time {
	z-index: 5;
	background: #fff;
	padding-top: 80px;
}
#timeTitulo {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	margin-bottom: 50px;
	overflow: hidden;
	position: relative;
}
#timeTitulo h2 small {
	color: #fff;
}
#timeTitulo h2 {
	color: #fff;
	margin: 0;
	padding: 50px 0;
}
/* banner */
#banner {
	z-index: 3;
	position: relative;
	overflow: hidden;
}
#banner section {
	height: 400px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
#bannerTexto {
	position: relative;
	max-width: 300px;
	text-align: left;
}
#banner h3 {	
	color: #07FFFF;
	font-size: 25px;
	line-height: 30px;
	font-weight: 700;
}
/* home esg */
#esg {
	z-index: 3;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#esg h2 {
	color: #F5B335;
}
.boxESG {
	padding: 20px 20px 0 20px;
	overflow: hidden;
	max-width: 760px;
	margin: 0 auto 20px auto;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#esg .botao {
	padding-top: 30px;
}
/* publicacoes */
#publicacoes {
	z-index: 2;
	background: #fff;
}
#publicacoes h2, #areas-de-atuacao h2, #erro404 h2, #quem-somos h2 {
	color: #F5B335;
}
.postData {
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
}
.postCat {
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
}
.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;
	margin-bottom: 20px;
}
.postFoto a {
	display: block;
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.postFoto .mais {
	position: absolute;
	width: 120px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 400;
	right: 0;
	bottom: 0;
	background: #fff;
}
.postFoto a:before {
	content: "";
	left: 0;
	bottom: -100%;
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	background-color: rgba(245, 179, 53, 0.8);
	background: rgba(245, 179, 53, 0.8);
}
.postFoto a:hover:before {
	bottom: 0;
}

.postResumo {
	padding-top: 10px;
	position: relative;
	overflow: hidden;
	background: #fff;
}
.post h3 {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 0;
	color: #F5B335;
}
.postCat a:link, .postCat a:visited {
	color: #4A4A49;
	text-transform: uppercase;
}
.postCat a:hover, .postCat a:active {
	color: #F5B335;
}
.postTitulo .postCat a:link, .postTitulo .postCat a:visited {
	color: #F5B335;
}
.postTitulo .postCat a:hover, .postTitulo .postCat a:active {
	color: #4A4A49;
}
.post {
	overflow: hidden;
	margin-bottom: 50px;
	position: relative;
}




/* contato */


/*#contato {
	z-index: 1;
	padding-bottom: 0;
	padding-top: 180px;
	margin-top: -80px;
	text-align: center;
}*/
a.linkLaranja:link, a.linkLaranja:visited {
	color: #FE723D;
}
a.linkLaranja:hover, a.linkLaranja:active {
	color: #4A4A49;
}
.btnCenter {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 30px;
}
.botao {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	overflow: hidden;
	position: relative;
}
a.btn:link, a.btn:visited {
	font-size: 15px;
	line-height: 20px;
	padding: 10px 20px;
	background: #F5B335;
	color: #4A4A49;
	margin-bottom: 20px;
	display: block;
	float: left;
}
a.btn:hover, a.btn:active {
	background: #4A4A49;
	color: #fff;
}
a.btn#setaDown:hover, a.btn#setaDown:active {
	background: #969696;
}
/*#contato p {
	margin-bottom: 10px;
}*/
/* rodape */
#contato {
	background: #EFEEEE;
	padding: 130px 0 30px 0;
	margin-top: -80px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	position: relative;
	z-index: 1;
}
#contato h4 {
	color: #898A8D;
	display: block;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 300;
}
#contato h4.last {
	padding-top: 40px;
}
.boxRodape {
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
}
.boxMenu {
	text-transform: uppercase;
}
.boxRodape.boxNews {
	max-width: 280px;
}
.boxMenu li {
	margin-bottom: 10px;
}
footer {
	background: #EFEEEE;
	font-size: 12px;
	line-height: 15px;
	padding: 20px 0;
	text-align: center;
	border-top: 1px solid #F5B335;
}
.logoRodape {
	width: 220px;
	padding-top: 40px;
	margin: 0 auto 10px auto;
	overflow: hidden;
	position: relative;
}
.logoRodape img {
	display: block;
	width: 100%;
	height: auto;
}
#assinatura {
	width: 180px;
	height: 14px;
	overflow: hidden;
	margin: 0 auto;
}
#assinatura:hover {
	opacity: 0.6;
}
#assinatura img {
	display: block;
	width: 100%;
	height: auto;
}
footer p a {
	display: block;
}
.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;
}
.page .conteudo {
	background: #fff;
}
#publiNews, #equipe {
	background: none;
}
.home .conteudo {
	padding: 180px 0 80px 0;
	margin-top: -80px;
}
.bloco {
	overflow: hidden;
	position: relative;
}



.postSingle img {
	display: block;
	width: 100% !important;
	height: auto !important;
	margin-bottom: 20px;
}
.postSingle ul, .pInfo ul {
	margin-bottom: 20px;
	overflow: hidden;
}
.postSingle ul li, .pInfo ul li {
	overflow: hidden;
	position: relative;
	padding-left: 15px;
}

.postSingle ul li:before, .pInfo ul li:before {
	font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 5px;
	height: 30px;
	line-height: 30px !important;
	position: absolute;
	left: 1px;
	top: 0;
    content: '\f111';
	color: #F5B335;
}
.postSingle .postCat ul li {
	padding: 0;
	font-weight: 700;
}
.postSingle .postCat ul li:before {
	display: none;
}
.postSingle h1 {
	text-align: center;
	margin-bottom: 40px;
}
#erro404 h2 {
	margin-bottom: 10px;
}
/* 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 10px 0;
	font-weight: 500;
}
#pagenav a, #pagenav span {
	position: relative;
	margin: 0 10px 10px 10px;
	font-size: 20px;
	color: #999;
	line-height: 30px;
	height: 30px;
	text-align: center;
	overflow: hidden;
	display: block;
}
#pagenav span.current {
	color: #F5B335;
}
#pagenav span.dots, #pagenav a:link, #pagenav a:visited {
	color:  #999;
}
#pagenav a:hover, #pagenav a:active {
	color: #4A4A49;
}
/* post interna */



.postShare {
	padding-top: 20px;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.addtoany_shortcode {
	overflow: hidden;
}

.addtoany_list a, .widget .addtoany_list a {
	display: block !important;
	float: left;
	padding: 0 !important;
	margin: 0 10px 10px 0 !important;
	width: auto !important;
}

section .gallery  {
	overflow: hidden;
	clear: both;
	width: 102%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
section .gallery .foto {
	padding-bottom: 100%;
}
section .gallery li {
	width: 48%;
	margin: 0 2% 2% 0;
	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;
	border-left: 1px solid #F5B335;
	color: #F5B335;
	font-weight: 400;
	position: relative;
	text-transform: none;
	font-style: italic;
	z-index: 1;
}

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

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



/* relacionados */
.postSidebar {
	overflow: hidden;
	margin-bottom: 20px;
}
#relacionados strong {
	color: #F5B335 !important;
}
#relacionados strong:hover {
	text-decoration: underline;
}

.bloco {
	overflow: hidden;
}
.home h2 {
	margin-bottom: 50px;
}
/* internas */
.topo {
	background-color: #314D7A;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-bottom: 17px solid #07FFFF;
	padding: 130px 0 50px 0;
}
.topo:before, #perfil:before, #topoPublicacoes:before {
	content: "";
	height: 1px;
	width: 20px;
	top: 130px;
	left: 0;
	position: absolute;
	background: #07FFFF;
	z-index: 1;
}
#topoPublicacoes:before {
	background: #314D7A;
}

#perfil h1 {
	float: left;
	padding-top: 20px;
	border-top: 1px solid #07FFFF;
}

.postTitulo {
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
}


#busca {
	position: relative;
	overflow: hidden;
	width: auto;
	margin: 0;
	position: relative;
	height: 40px;
	background: #F1F1F1;
	border: 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 100%;
	margin-bottom: 50px;
}
#busca input#s {
	height: 40px;
	line-height: 40px;
	padding-right: 40px;
	background: #F1F1F1;
	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: #F1F1F1 url(images/busca.png) center no-repeat;
	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;
	font-size: 14px;
	line-height: 20px;
}
aside h2 {
	font-size: 30px;
	line-height: 35px;
	font-weight: 500;
}
aside .postCat a:link, aside .postCat a:visited {
	color: #4A4A49;
}
aside .postCat a:hover, aside .postCat a:active {
	color: #F5B335;
}
.boxSidebar {
	background: #F1F1F1;
	margin-bottom: 50px;
	overflow: hidden;
	padding: 20px 20px 0 20px;
	position: relative;
}
.boxCat a {
	text-transform: uppercase;
	font-weight: 700;
}
.boxCat li {
	overflow: hidden;
	margin-bottom: 20px;
}

.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;
}
/* reconhecimentos */
#reconhecimentos {
	padding-bottom: 50px;
}
.intro {
	font-size: 20px;
	line-height: 30px;
	color: #73414D;
	font-weight: 300;
	overflow: hidden;
	margin-bottom: 30px;
}
.intro .gallery a {
	display: none !important;
}
.reconhecimento {
	margin-bottom: 30px;
	overflow: hidden;
}
.reconhecimento h3 {
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #0f5278;
	border-bottom: 1px solid #ccd6df;
	padding-bottom: 10px;	
}


/* quem somos */
.page-template-page-quem .intro {
	margin-bottom: 0;
}
#fotos {
	position: relative;
	z-index: 2;
	overflow: hidden;
	background: #fff;
}
#gilc {
	position: relative;
	z-index: 2;
	overflow: hidden;
	background: #f2f4f8;
	padding: 100px 0 80px 0;
}
#gilcLogo {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	width: 100%;
}
#gilcLogo img, .logoGilcRodape img {
	display: block;
	width: 100%;
	height: auto;
}
.logoGilcRodape {
	margin: 40px 0 20px 0;
	overflow: hidden;
	position: relative;
	clear: both;
	max-width: 300px;
}

/* equipe */
.lista-socios {
	display: none !important;
}
.lista li {
	position: relative;
	overflow: hidden;
}
.lista a {
	display: block;
	padding: 5px 0;
	font-weight: 600;
}
.lista .fa-solid {
	position: absolute;
	left: 1px;
	top: 50%;
	margin-top: -10px;
	height: 20px;
	line-height: 20px !important;
	font-size: 14px;
	opacity: 0;
	color: #003461;
	position: absolute;
}
.lista li a:hover, .lista li a:active {
	padding-left: 20px;
}
.lista li a:hover .fa-solid, .lista li a:active .fa-solid {
	opacity: 1;
}



#autores {
	overflow: hidden;
	margin-bottom: 20px;
}
#autores li {
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
#autores h3 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
}
#autores small {
	display: block;
	font-size: 15px;
	line-height: 18px;
}









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

.postFooter {
	overflow: hidden;
	position: relative;
	font-size: 14px;
	line-height: 20px;
}
.postFooter a:hover, .postFooter a:active {
	color: #4A4A49;
	text-decoration: underline;
}
.postFooter h3 {
	width: 100%;
	padding-top: 30px;
	margin-bottom: 10px;
}

#quem-somos .homeConteudo {
	border-bottom: 1px solid #fff;
}
#quem-somos .homeConteudo {
	padding-bottom: 30px;
}

#numeros {
	color: #07FFFF;
	position: relative;
	overflow: hidden;
	padding: 50px 0 80px 0;
	font-size: 25px;
	line-height: 30px;
}
#numeroWrapper {
	font-weight: 700;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: flex-start;
	margin-bottom: 10px;
}
#numeroWrapper span {
	font-size: 80px;
	line-height: 90px;
	margin-right: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
#numeroWrapper small {
	font-size: 25px;
	line-height: 30px;
	display: block;
	margin-bottom: 11px;
}
.postTitulo .postData, .postAutor {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}
.postAutor {
	position: relative;
	overflow: hidden;
	font-weight: 500;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.postAutor a:link, .postAutor a:visited {
	display: block;
	float: left;
	color: #F5B335; 
}
.postAutor a:hover, .postAutor a:active {
	text-decoration: underline;
}
#publicacoes .titulo {
	margin-bottom: 40px;
}





/* contato */
#topo {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
#topo:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #D9D9D9;
	opacity: 0.5;
	z-index: 1;
}
#topo:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
	z-index: 2;
}
#topo section {
	height: 350px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
#topo h1 {
	margin-bottom: 0;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
.boxContato {
	overflow: hidden;
	position: relative;
}
.boxEndereco p {
	margin: 0;
}
.boxContato a, .boxEndereco {
	padding-left: 40px;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	line-height: 35px;
	margin-bottom: 20px;
	font-weight: 400;
}
.boxContato a {
	float: left;
}
.boxRodape .boxContato a, .boxRodape .boxEndereco, #profissionalLinks .boxContato a {
	line-height: 20px;
	padding-left: 25px;
	margin-bottom: 10px;
}
#profissionalLinks .boxContato a {
	margin-bottom: 20px;
}
.blocoContato .fa-brands, .blocoContato .fa-solid, .blocoContato .fa-regular,
.boxRodape .fa-brands, .boxRodape .fa-solid, .boxRodape .fa-regular,
#profissionalLinks .fa-brands, #profissionalLinks .fa-solid, #profissionalLinks .fa-regular {
	position: absolute;
	width: 35px;
	line-height: 35px !important;
	text-align: center !important;
	left: 0;
	top: 0;
	font-size: 22px;
}
.boxRodape .fa-brands, .boxRodape .fa-solid, .boxRodape .fa-regular,
#profissionalLinks .fa-brands, #profissionalLinks .fa-solid, #profissionalLinks .fa-regular {
	width: 20px;
	line-height: 20px !important;
	font-size: 18px;
}
#profissionalLinks .fa-brands, #profissionalLinks .fa-solid, #profissionalLinks .fa-regular {
	color: #F5B335;
}
.blocoMapa {
	padding: 5px 10px 10px 5px;
	position: relative;
	overflow: hidden;
}
.mapa {
	position: relative;
	height: 150px;
    overflow: hidden;
	margin-top: 30px;
	width: 100%;
	/*-webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3); 
	-moz-box-shadow:  2px 2px 5px 1px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);*/
}
.mapa iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
	z-index: 1;
	pointer-events: none;
}
/* areas de atuacao */
.areaWrapper {
	overflow: hidden;
	position: relative;
	padding: 5px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.area {
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	text-align: center;
	font-size: 14px;
	line-height: 25px;
	position: relative;
	overflow: hidden;
}
.areaInfo {
	padding: 20px 20px 0 20px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.area a {
	display: block;
	position: absolute;
	z-index: 2;
	background: #F5B335;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
}
.area a:hover, .profissional a:hover {
	opacity: 1;
}
.area a .fa-plus, .profissional a .fa-plus {
	color: #4A4A49;
	font-size: 22px;
	height: 40px;
	width: 40px;
	line-height: 40px !important;
	text-align: center !important;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 2;
}
.page-template-page-atuacao #atuacao {
	z-index: 2;
	padding-top: 0;
	margin-top: -70px;
}
/* area interna */
.boxArea li {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.boxArea li.current_page_item a {
	font-weight: 700;
	color: #F2B035 !important;
}
.single-area .postSingle ul li {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #F2B035;
}
.single-area .postSingle ul li:before {
	display: none;
}
#accordion {
	overflow: hidden;
	position: relative;
}
h3.accordion-toggle {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 30px;
	position: relative;
	clear: both;
	padding: 10px 35px 10px 0;
	cursor: pointer;
	border-bottom: 1px solid #F2B035;
	font-weight: 400;
	color: #4A4A49;
}
h3.accordion-toggle .fa-minus, h3.accordion-toggle .fa-plus {
	position: absolute;
	right: 0;
	top: 10px;
	height: 30px;
	line-height: 30px !important;
	font-size: 20px;
	color: #F2B035;
}
h3.accordion-toggle.ativo .fa-plus, h3.accordion-toggle .fa-minus {
	display: none;
}
h3.accordion-toggle.ativo .fa-minus {
	display: block;
}
h3.accordion-toggle:hover {
	color: #F2B035;
}
h3.accordion-toggle.ativo {
	border-bottom: 0;
	color: #F2B035;
}
.accordion-content {
	display: none;
	overflow: hidden;
	border-bottom: 1px solid #F2B035;
}
/* responsabilide social */
#responsabilidade {
	background: #F5B335;
}
.page-template-page-social #topo h1 {
	font-size: 30px;
	line-height: 40px;
}
.boxIcone {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.iconeImage {
	position: relative;
	overflow: hidden;
	width: 80px;
	margin: 0 0 20px 5px;
	background: #fff;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1); 
	-moz-box-shadow:  0px 5px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
}
.iconeImage img {
	display: block;
	width: auto !important;
	height: 50px !important;
	margin: 10px auto;
}
.blocoIcones h3 {
	font-weight: 500;
	margin-bottom: 10px;
}
.iconeInfo {
	overflow: hidden;
	position: relative;
}
/* publicacoes */
#publiNews {
	z-index: 2;
	padding-top: 0;
	margin-top: -75px;
}
#newsletter {
	text-align: center;
	padding: 20px 20px 10px 20px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	margin: 0 5px 50px 5px;
	display: block;
	background: #fff;
}
#newsletter h2 {
	margin-bottom: 10px;
	font-size: 25px;
	line-height: 30px;
}
#newsletter p {
	line-height: 25px;
}
#listaCat {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	overflow: hidden;
	margin-bottom: 40px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
}
#listaCat li {
	padding: 0 11px 0 0;
	margin: 0 0 10px 10px;
	position: relative;
}
#listaCat li.current-cat a {
	color: #F5B335 !important;
}
#listaCat li:after {
	content: "";
	width: 1px;
	height: 20px;
	right: 0;
	top: 0;
	position: absolute;
	background: #F5B335;
}
#listaCat li:last-child {
	padding: 0;
}
#listaCat li:last-child:after {
	display: none;
}
/* ajustes novembro 2023 */
.single-area #publicacoes {
	padding-top: 0;
}
@media only screen 
and (min-width : 480px) {
#profissionais {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	width: 101%;
}
.profissionalWrapper {
	width: 49%;
	margin: 0 1% 1% 0;
}
.boxIcone {
	padding-left: 110px;
}
.iconeImage {
	position: absolute;
	left: 0;
	top: 0;
}
section .gallery li {
	width: 31.3333%;
}
#contato section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.boxRodape {
	width: 48%;
}
.boxRodape.boxNews {
	max-width: 48%;
}
}
@media only screen 
and (min-width : 640px) {
.page-template-page-social #topo h1 {
	font-size: 35px;
	line-height: 45px;
}
#areas {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	width: 102%;
}
.areaWrapper {
	width: 48%;
	margin-right: 2%;
}
#numeroWrapper span {
	font-size: 100px;
	line-height: 110px;
}
#numeroWrapper small {
	margin-bottom: 12px;
}
#topoPublicacoes section, .postWrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}

.postWrapper {
	align-items: flex-start;
	justify-content: flex-end;
}
#posts .postWrapper {
	align-items: flex-start;
	justify-content: flex-start;
}
#posts .postHeader {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 100%;
}
.postFotoWrapper {
	width: 25%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.postFotoWrapper .postFoto {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	padding: 0;
}
.postInfo {
	width: 75%;
}

.error404 #topoPublicacoes section {
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

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


#listaProfissionais li, #posts .profissional, #socios li {
	width: 31.3333%;
}
#listaProfissionais li:first-child, .post.p3 {
	display: none;
}

#reconhecimentos .blocos, #gilc section, .contatoBorda {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.contatoBorda {
	padding: 20px 20px 10px 20px;
	background: #fff;
}
#gilcLogo {
	width: 30%;
}
#gilcInfo {
	width: 62%;
}
#reconhecimentos .blocos {
	align-items: center;
}

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

section .gallery li {
	width: 23%;
}
#posts {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	width: 103%;
}
#posts .post {
	width: 47%;
	margin-right: 3%;
}
#publicacoes .post:last-child {
	display: none;
}

#pagenav {
	margin-right: 3%;
}


#areas .navAreas ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
#areas .navAreas ul li {
	width: 48%;
}
}
@media only screen 
and (min-width : 768px) {
.profissionalWrapper {
	width: 32.3333%;
}
#quem-somos {
	padding-bottom: 0;
}
#quemFoto {
	width: 45%;
	top: 80px;
	left: 0;
	height: 100%;
	-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;
}
#quemTexto {
	padding: 50px 0 30px 50px;
	background: #fff;
	width: 80%;
	float: right;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.single-profissional #topo section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}
#topo .profissionalFoto {
	margin: 0;
}
#topo .profissionalTitulo {
	display: block !important;
	width: calc(100% - 300px);
}
.postSingle .profissionalTitulo {
	display: none !important;
}
.single-profissional aside {
	padding-top: 10px;
}
.boxRodape {
	width: auto;
}
.boxRodape.boxNews h4 {
	width: 100%;
}
.boxRodape.boxNews {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	max-width: 100%;
}
.logoRodape {
	padding-top: 0;
}
h1, .home h2, .page-template-page-social #topo h1 {
	font-size: 50px;
	line-height: 60px;
}
h2, #newsletter h2 {
	font-size: 35px;
	line-height: 40px;
}



#intro h1 {
	margin-bottom: 0;
}


.blocoTitulo {
	order: 1;
	width: 260px;
	margin-bottom: 30px;
}
.blocoOutros {
	order: 2;
	padding-top: 40px;
}

.blocoPerfil {
	order: 4;
	margin-bottom: 0;
}
.blocoPerfil, .blocoOutros {
	width: calc(100% - 300px);
}
.textoColunas {
	-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;
}
.postSingle {
	width: 70%;
	float: right;
}
aside {
	width: 25%;
	float: left;
	padding: 0;
}
.page-template-default.page .postSingle {
	float: none;
	width: 100%;
}



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



#atuacao .blocoNav {
	width: 48%;
}
#atuacaoWrapper {
	-webkit-background-size: 50% auto;
    -moz-background-size: 50% auto;
    -o-background-size: 50% auto;
    background-size: 50% auto;
	background-position: left top;
}



#destaque section {
	height: 80vh;
}


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

.blocos {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}
.page-template-page-social .blocos {
	flex-direction: column;
}
.bloco.blocoIcones {
	width: 100%;
}
.bloco.blocoFoto {
	width: 500px;
	margin: 0 auto;
}







.bloco {
	width: 46%;
}

.single-area .blocos {
	margin-bottom: 30px;
}



.navCat {
	width: 68%;
}
.blocoTexto {
	overflow: hidden;
	margin-bottom: 30px;
}
.blocoTime {
	max-width: 700px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 150px;
	z-index: 1;
	position: relative;
}


.homeConteudo {
	width: 700px;
	float: right;
}
footer section {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
footer p, #assinatura {
	margin: 0;
}
#home {
	border-bottom: 40px solid #fff;
}
}
@media only screen 
and (min-width : 1024px) {
.profissionalWrapper {
	width: 24%;
}
a#btnVoltar:link, a#btnVoltar:visited {
	left: 0;
}
#topo .profissionalFoto {
	width: 300px;
	height: 400px;
}
#topo .profissionalTitulo {
	width: calc(100% - 400px);
}
.page-template-page-social .blocos {
	flex-direction: row;
}
.bloco.blocoIcones {
	width: 54%;
}
.bloco.blocoFoto {
	width: 42%;
	margin: 0;
}

.areaWrapper {
	width: 31.3333%;
}
#topo section {
	height: 450px;
}
#topo h1, .page-template-page-social #topo h1 {
	max-width: 750px;
}
.navAreas ul li.current {
	display: block;
}
#areas section {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}

.blocoAreas {
	width: 30%;
	margin-bottom: 12px;
}
#areas .navAreas {
	width: 63%;
}
#topoPublicacoes h1 {
	margin-bottom: 25px;
}
#perfil section {
	overflow: initial;
}
#perfil h2 {
	margin-right: -870px;
}
#intro:before {
	width: calc(100% - 80%);
	top: 190px;
}
#intro {
	padding-top: 190px;
}
.topo:before, #perfil:before, #topoPublicacoes:before {
	width: calc(100% - 80%);
	top: 230px;
}
.topo, #topoPublicacoes, #perfil {
	padding-top: 230px;
}
#banner section {
	height: 600px;
}
.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;
}

#posts .post {
	width: 30.3333%;
}
#publicacoes .post:last-child {
	display: block;
}


section {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}










#headerMobile, .fa-xmark {
	display: none !important;
}
#area section {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
#menuWrapper {
	width: 100%;
	left: 0;
	top: 0;
	bottom: auto;
	height: 100px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: #fff;
}
#menuWrapper .logo {
	display: block;
	height: 50px !important;
	margin: 25px 0;
}

.menu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
	clear: none;
	width: 960px;
	padding: 0;
	margin: 0 auto;
	z-index: 3;
}

#nav {
	float: left;
	clear: none;
	height: 40px;
	line-height: normal;
	margin:  0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
#nav li {
	margin: 0 15px 0 0;
	clear: none;
	position: relative;
	height: auto;
	line-height: normal;
	font-size: 13px;
}
#menuPrincipal {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.blocoPerfil, .blocoOutros {
	width: calc(100% - 420px);
}
.blocoOutros {
	padding-top: 50px;
}
.titulo h2, .titulo h1 {
	margin-bottom: 10px;
}
.spacer {
	height: 100px;
}
.blocoContato {
	width: 400px;
}
.blocoMapaWrapper {
	width: calc(100% - 400px);
}
#newsletter {
	padding: 50px 40px 40px 40px;
}
#esg, #quemFoto {
	background-attachment: fixed;
}
.boxESG {
	padding: 50px 40px 30px 40px;
}
#areas-de-atuacao section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#areasTitulo .btn {
	margin: 0;
}
#areasTitulo {
	width: 480px;
	margin: 0;
}
#areasSlideWrapper {
	width: calc(100% - 500px);
}
.home .conteudo {
	padding: 200px 0 80px 0;
	margin-top: -100px;
}
.spacer {
	height: 100px;
}
#home, #nosso-time {
	padding-top: 100px;
}
#home section {
	height: calc(100vh - 100px);
}
#quemFoto {
	top: 100px;
}
#contato {
	padding: 150px 0 30px 0;
	margin-top: -100px;
}
}
@media only screen 
and (min-width : 1280px) {
#menuWrapper .logo {
	height: 60px !important;
	margin: 20px 0;
}
#nav li {
	margin: 0 30px 0 0;
	font-size: 14px;
}
section, .menu {
	width: 1200px;
}
.areaInfo {
	padding: 50px 40px 30px 40px;
}
.areaInfo h3 {
	margin-bottom: 30px;
}
.boxRodape.boxNews {
	flex-direction: column;
	width: 280px;
	max-width: 280px;
}
.logoRodape {
	padding-top: 40px;
}
}


