/*
Theme Name: MV Projetos
Theme URI: http://www.mvprojetos.com.br/
Description: Template para site MV projetos
Author: Rusvel Nantes 
Version: 1.0
License: None
*/
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,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: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, #rodape 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, .postSingle a, h3.accordion-toggle, a.mais {
	-moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
body {
	background: #fff;
	color: #666;
	font-size: 18px;
	line-height: 24px;
	font-family: "Barlow", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.spacer {
	display: block;
	height: 80px;
	width: 100%;
	background: #fff;
}
.mobile {
	display: block;
}
.desktop {
	display: none;
}
h1 {
	font-size: 40px;
	line-height: 45px;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 40px;	
}
h2 {
	font-size: 30px;
	line-height: 33px;
	margin-bottom: 20px;
	font-weight: 700;
}
.home h2 {
	font-size: 40px;
	line-height: 45px;
}
h3 {
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	margin-bottom: 20px;
}
section {
	padding: 0 20px;
	overflow: hidden;
	clear: both;
	position: relative;
	z-index: 4;
}
a:link, a:visited {
	color: #fb8317;
	text-decoration: none;
}
a:hover, a:active {
	color: #f8371a;
}
p, .video {
	margin-bottom: 20px;
}
/* formulario */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #000;
}
:-moz-placeholder { /* Firefox 18- */
	color: #000;
}
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: #000;
    background-color: #fff;
	border: 1px solid #f1f1f1;
    font-size: 15px;
	height: 35px;
	line-height: 35px;
    padding: 0 10px;
    margin: 0 0 5px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-family: "Barlow", sans-serif;
	font-weight: 400;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
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: 700;
	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 form input[type='text'].wpcf7-not-valid, #contato form input[type='email'].wpcf7-not-valid, form input[type='date'].wpcf7-not-valid, #contato form input[type='tel'].wpcf7-not-valid, #contato textarea.wpcf7-not-valid  {
	border-color: #F00;
	background: #FFC;
}

form input.wpcf7-submit {
    padding: 0 !important;
	-webkit-appearance: none;
	margin: 0 0 20px 0 !important;
	float: left;
	border: 0 !important;
	background: #fb8317;
	cursor: pointer;
	width: auto;
	height: auto;
	line-height: 40px;
	text-align: center;
	width: 120px;
	display: block;
	overflow: hidden;
    font-family: "Barlow", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 15px;
	color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	
}
form input.wpcf7-submit:hover {
	background: #f8371a;
}
form p, .wpcf7-checkbox {
	overflow: hidden;
	margin: 0;
}
.wpcf7-not-valid-tip {
	display: none !important;
}
.wpcf7-spinner {
	margin: 0 !important;
	float: right !important;
}
div.wpcf7-response-output {
	font-size: 14px !important;
	line-height: 18px !important;
	font-weight: normal !important;
	margin: 0 0 20px 0 !important;
	padding: 10px !important;
	clear: both;
	color: #fff !important;
	text-align: center;
}
#headerMobile {
	width: 100%;
	position: fixed;
	background: #fff;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	z-index: 9990;
	left: 0;
	top: 0;
}
.logo {
	display: block;
	float: left;
	height: 50px !important;
	width: auto !important;
	margin: 15px 0;
}
#menuWrapper .logo {
	display: none;
}
.fa-bars, .fa-xmark  {
	color: #fb8317;
	font-size: 25px;
	line-height: 80px !important;
	height: 80px;
	cursor: pointer;
	float: right;
}
#menuWrapper {
	position: fixed;
	background: #fff;
	width: 280px;
	height: 100%;
	z-index: 9990;
	right: -100%;
	top: 0;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}
.menu {
	position: relative;
	clear: both;
	overflow: hidden;
	padding: 0 20px;
}
#nav {
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
}
#nav span {
	position: relative;
	z-index: 2;
}
#nav li {
	overflow: hidden;
	text-align: right;
	line-height: 25px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
}
#nav a:link, #nav a:visited {
	color: #999;
}
#nav a:hover, #nav a:active {
	color: #000;
}
#nav li.current a {
	color: #fb8317;
}


/* nosso time */

/* home */
.home .spacer {
	display: none;
}
#inicio {
	position: relative;
	z-index: 15;
	overflow: hidden;
	padding: 80px 0 0 0;
	background: #fff;
}
#inicio section {
	height: calc(100vh - 80px);
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
#inicioBG {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: left bottom;
	background-repeat: no-repeat;
	position: absolute;
	overflow: hidden;
	z-index: 1;
	-webkit-filter: grayscale(100%); /* Webkit */
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale"); /* Firefox4-34*/
	filter: gray;  /* IE6-9 */
	-webkit-filter: grayscale(1); /* Old WebKit */
	width: 100%;
	top: 80px;
	left: 0;
	bottom: 0;
}


#inicio h1 {
	font-weight: 700;
	margin-bottom: 0;
	text-transform: none;
	color: #fff;
	font-size: 50px;
	line-height: 60px;
	max-width: 380px;
}

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

/* publicacoes */
#publicacoes {
	z-index: 2;
	padding-bottom: 50px;
	background: #fff;
}
.postHeader {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	color: #C87DB6;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #BECE2E;
	font-weight: 600;
}
.postTitulo .postHeader {
	justify-content: center;
	margin: 0 0 50px 0;
}
.post a:link, .post a:visited {
	color: #C87DB6;
}
.post a:hover, .post a:active {
	color: #4B4793;
}
.postData {
	margin-right: 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: 70%;
	position: relative;
	overflow: hidden;
}
.post .postFoto {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	margin-bottom: 20px;
	cursor: pointer;
}

.postFoto a {
	display: block;
	position: absolute;
	overflow: hidden;
	left: 0;
	bottom: -100%;
	height: 100%;
	width: 100%;
	background-color: rgba(120, 205, 208, 0.7);
	background: rgba(120, 205, 208, 0.7);
	background-image: url(images/next.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: auto 60px;
    -moz-background-size: auto 60px;
    -o-background-size: auto 60px;
    background-size: auto 60px;
}
.postFoto:hover a {
	bottom: 0;
}
.post h3 {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 10px;
	color: #4B4793;
}
.postTitulo .postCat a:link, .postTitulo .postCat a:visited {
	color: #78CDD0;
}
.postTitulo .postCat a:hover, .postTitulo .postCat a:active {
	color: #000;
}
.post {
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
}
a.mais:link, a.mais:visited {
	background: #fb8317;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	line-height: 20px;
	font-weight: 700;
	padding: 5px 15px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-bottom: 20px;
	display: block;
	float: left;
}
a.mais:hover, a.mais:active {
	color: #fff;
	background: #f58634;
}

/* blog */
#blog {
	padding-bottom: 0;
	z-index: 10;
	background: #fff;
}
#blog #posts {
	overflow: hidden;
	margin-bottom: 50px;
}
.bannerBlog {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
}
/* contato */
#rodapeWrapper {
	background: #fff url(images/bgLinhas2.png);
	z-index: 1;
	position: relative;
	overflow: hidden;
}
.single-post #rodapeWrapper {
	z-index: 5;
}
/* mv projetos */
#mv-projetos {
	z-index: 5;
	background: #fff;
	padding-bottom: 0;
}
#mv-projetos .blocos {
	margin-bottom: 60px;
}
#mv-projetos .blocos.last, #patrimonio .blocos {
	margin-bottom: 0;
}
.blocoApresentacao {
	font-size: 24px;
	line-height: 30px;
	color: #000;
}
.blocoApresentacao h2 {
	margin-bottom: 10px;
}
.blocoApresentacao small {
	display: block;
	color: #666;
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
.blocoApresentacao ul, .blocoApresentacao ul li, .blocoBio ul, .blocoBio ul li {
	overflow: hidden;
	margin-bottom: 10px;
}
.blocoApresentacao ul li {
	padding-left: 35px;
	color: #f8371a;
	font-weight: 500;
	position: relative;
	overflow: hidden;
}
.blocoApresentacao ul li:before {
	font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 24px;
	height: 30px;
	line-height: 30px !important;
	position: absolute;
	left: 1px;
	top: 0;
    content: '\f058';
	color: #f8371a;
}
.blocoBioFoto {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 250px;
	height: 250px;
	overflow: hidden;
	position: relative;
	z-index: 2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0 auto;
}
.blocoBio {
	position: relative;
	z-index: 1;
	background: #f2f2f2;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 145px 25px 20px 25px;
	margin: -125px 0 20px 0;
	overflow: hidden;	
}
.blocoBio h3 {
	text-align: center;
	margin-bottom: 10px;
}
.blocoBio ul li {
	position: relative;
	overflow: hidden;
	padding-left: 15px;
	font-size: 16px;
	line-height: 22px;
}
.blocoBio ul li:before {
	font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 6px;
	height: 23px;
	line-height: 23px !important;
	position: absolute;
	left: 1px;
	top: 0;
    content: '\f111';
	color: #666;
}
#institucional {
	position: relative;
	overflow: hidden;
	background: #f2f2f2;
	padding: 80px 0 0 0;
}
.blocoInfografico {
	padding: 20px 20px 0 20px;
	overflow: hidden;
	background: #fff;
	margin-left: -20px;
	margin-right: -20px;
}
.blocoInstitucional {
	margin-bottom: 60px;
}
#patrimonio {
	padding: 60px 0;
}
#patrimonio h2 {
	color: #f8371a;
	margin-bottom: 50px;
}
#patrimonio .icone {
	background-color: #f8371a;
}
.topico {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.topico .icone {
	margin: 0 0 20px 0;
}
.topico h3 {
	width: calc(100% - 130px);
	font-weight: 400;
	color: #000;
}
/* servicos */
#o-que-fazemos {
	padding: 80px 0 0 0;
	margin-top: -80px;
	background: rgb(248,55,26);
	background: -moz-linear-gradient(90deg, rgba(248,55,26,1) 0%, rgba(251,131,23,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(248,55,26,1) 0%, rgba(251,131,23,1) 100%);
	background: linear-gradient(90deg, rgba(248,55,26,1) 0%, rgba(251,131,23,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8371a",endColorstr="#fb8317",GradientType=1);
	color: #fff;
	z-index: 4;
}
#o-que-fazemos  h2 {
	margin-bottom: 50px;
	color: #fff;
	text-align: center;
}
#servicosWrapper, #etapas {
	position: relative;
	overflow: hidden;
	padding: 80px 0 60px 0;
}
#servicosWrapper {
	padding-bottom: 30px;
}
#servicosWrapper:before, #inicio:before {
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
}
#inicio:before {
	background: rgb(248,55,26);
	background: -moz-linear-gradient(90deg, rgba(248,55,26,1) 0%, rgba(251,131,23,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(248,55,26,1) 0%, rgba(251,131,23,1) 100%);
	background: linear-gradient(90deg, rgba(248,55,26,1) 0%, rgba(251,131,23,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8371a",endColorstr="#fb8317",GradientType=1);
	opacity: 0.8;
}
.servicosBG {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-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 */
}
.servico {
	text-align: center;
	overflow: hidden;
	margin-bottom: 30px;
}
.servico h3 {
	font-weight: 500;
	text-shadow: 0px 0px 10px #000000;
}
.icone {
	width: 110px;
	height: 110px;
	background-color: #fb8317;
	-webkit-background-size: 55px auto;
    -moz-background-size: 55px auto;
    -o-background-size: 55px auto;
    background-size: 55px auto;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto 10px auto;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.etapa {
	overflow: hidden;
	position: relative;
	padding: 30px 0 10px 0;
}
.etapa:before {
	width: 2px;
	height: 100%;
	content: "";
	position: absolute;
	left: 15px;
	top: 0;
	z-index: 1;
	background: #fff;
}
.etapa:first-child:before {
	top: 70px;
}
.etapa:last-child {
	padding-bottom: 0;
}
.etapa:last-child:before {
	height: 70px;
}
.etapa span {
	width: 32px;
	height: 32px;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-weight: 28px;
	font-weight: 700;
	color: #000;
	text-align: center;
	line-height: 30px;
	z-index: 3;
	position: relative;
	display: block;
	position: absolute;
	left: 0;
	top: 69px;
}
.etapa .icone {
	margin: 0 0 20px 15px;
	position: relative;
	z-index: 2;
	
}
.etapaInfo {
	padding-left: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.etapa h3 {
	color: #000;
	margin-bottom: 10px;
}
#etapas h2 {
	max-width: 760px;
	margin: 0 auto 50px auto;
}
/* clientes */
#clientes {
	z-index: 2;
	background: #fff;
	text-align: center;
	padding: 200px 0 120px 0;
}
#clientes h2 {
	margin-bottom: 50px;
	color: #fb8317;
}
#clientes .slick-list {
	margin: 0 30px;
}
#clientes .foto a {
	display: none;
}
#clientes .foto {
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	width: calc(100% - 20px);
	padding-bottom: 50%; 
	margin: 10px auto;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
/* contato */
#orcamento {
	z-index: 1;
	background: #fff url(images/absurdidad.png);
	color: #fb8317;
}
#orcamento h2 {
	margin-bottom: 50px;
	width: 100%;
	color: #000;
	text-align: center;
}
#orcamento a:link, #orcamento a:visited {
	color: #fb8317;
}
#orcamento a:hover, #orcamento a:active {
	color: #f8371a;
}
footer a:link, footer a:visited {
	color: #fff;
}
footer a:hover, footer a:active {
	color: #fb8317;
}
.boxContato {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.boxContato a, .boxEndereco {
	display: block;
	float: left;
	padding-left: 35px;
	line-height: 24px;
	font-size: 15px;
}
.boxEndereco {
	margin-bottom: 50px;
}
.boxTel a {
	font-size: 20px;
	font-weight: 600;
}
.boxContato .fa-solid, .boxContato .fa-brands {
	position: absolute;
	left: 1px;
	top: 0;
	line-height: 24px !important;
	width: 30px;
	text-align: center !important;
	font-size: 20px;
}
.logoRodape {
	width: 175px;
}
.logoRodape img {
	width: 100%;
	display: block;
	height: auto;
	margin-bottom: 30px;
}

.social {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 20px;
}
.social li {
	margin: 0 5px;
	font-size: 24px;
	padding: 0 1px;
}
.btnCenter {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 30px;
}
a.btn:link, a.btn:visited {
	font-size: 20px;
	line-height: 25px;
	font-weight: 500;
	padding: 10px 30px;
	border: 1px solid #78CDD0;
	color: #78CDD0;
	text-transform: uppercase;
	margin-bottom: 20px;
	display: block;
	float: left;
}
a.btn:hover, a.btn:active {
	background: #78CDD0;
	color: #fff;
}

footer {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1px;
	padding: 20px 0 0 0;
	text-align: center;
	background: #000;
	color: #fff;
}


.foto {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	padding-bottom: 70%;
	margin: 0;
	display: block;
	clear: both;
	position: relative;
}
.conteudo {
	padding: 50px 0 30px 0;
	overflow: hidden;
	clear: both;
	position: relative;
	z-index: 2;
}
.home .conteudo {
	padding: 130px 0 30px 0;
	margin-top: -80px;
}
.bloco {
	overflow: hidden;
	position: relative;
}
/* home */

a.setaDown:link, a.setaDown:visited {
	width: 40px;
	height: 40px;
	line-height: 40px !important;
	text-align: center !important;
	background: #fb8317;
	margin: 0;
	color: #fff;
	font-size: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	display: block;
	position: absolute;
	left: 20;
	bottom: 50px;
}
a.setaDown:hover, a.setaDown:active {
	background: #f8371a;
}
.postSingle img {
	display: block;
	width: 100% !important;
	height: auto !important;
	margin-bottom: 20px;
}
.postSingle ul, .pInfo ul, .blocoPerfil ul, #quem-somos ul {
	margin-bottom: 20px;
	overflow: hidden;
}
.postSingle ul li, .pInfo ul li, .blocoPerfil ul li, #quem-somos ul li {
	overflow: hidden;
	position: relative;
	padding-left: 15px;
}

.postSingle ul li:before, .pInfo ul li:before, .blocoPerfil ul li:before, #quem-somos ul li:before {
	font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 5px;
	height: 20px;
	line-height: 20px !important;
	position: absolute;
	left: 1px;
	top: 0;
    content: '\f111';
	color: #78CDD0;
}
.postSingle .postCat ul li {
	padding: 0;
	font-weight: 700;
}
.postSingle .postCat ul li:before {
	display: none;
}

#erro404, .single .conteudo, .search .conteudo, .archive .conteudo, .page-template-page-conteudos .conteudo, .page-default .conteudo, #listaLinks {
	background: #fff;
	z-index: 2;
}
#erro404 h1 {
	margin-bottom: 5px;
	text-transform: uppercase;
}
#erro404 h2 {
	margin-bottom: 10px;
	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: flex-start;
	padding: 0 0 10px 0;
	font-weight: 500;
}
#pagenav a, #pagenav span {
	position: relative;
	margin: 0 10px 10px 0;
	font-size: 15px;
	color: #999;
	line-height: 30px;
	height: 30px;
	width: 30px;
	background: #f1f1f1;
	text-align: center;
	overflow: hidden;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#pagenav span.current {
	background: #C87DB6;
	color: #fff;
}
#pagenav span.dots, #pagenav a:link, #pagenav a:visited {
	color: #999;
	background: #f1f1f1;
}
#pagenav a:hover, #pagenav a:active {
	background: #78CDD0;
	color: #fff;
}
/* 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;
	font-size: 25px;
	line-height: 30px;
	color: #BECE2E;
	font-weight: 300;
	position: relative;
	text-transform: none;
	overflow: hidden;
	font-style: italic;
	z-index: 1;
}
blockquote:before {
	font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content: '\f10d';
	font-size: 46px;
	height: 50px;
	line-height: 50px !important;
	width: 50px;
	left: 0;
	top: -5px;
	position: absolute;
	z-index: 1;
	color: #f1f1f1;
	background: #fff;
}
blockquote:after {
	font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content: '\f10e';
	font-size: 46px;
	height: 50px;
	line-height: 50px !important;
	width: 50px;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
	color: #f1f1f1;
	background: #fff;
}
blockquote p {
	padding: 15px 20px;
	position: relative;
	border: 1px solid #f1f1f1;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	z-index: 2;
	margin: 25px 5px 30px 5px;
}
.postSingle img {
	height: auto;
    max-width: 100%;
	display: block;
	margin: 0 auto 20px auto;
}
.wp-caption  {
	background: #f4f4f4;
	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;
}


/* single area */
.blocoArea {
	margin-bottom: 80px;
}
.blocoArea h4 {
	padding-top: 20px;
}
.blocoArea h4.subtitulo {
	padding-top: 0;
}
.blocoArea ul {
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
.blocoArea ul li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 15px;
}
.blocoArea ul li:before {
	font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 6px;
	height: 20px;
	line-height: 20px !important;
	position: absolute;
	left: 1px;
	top: 0;
    content: '\f111';
	color: #78CDD0;
}
.blocoArea ul#autores li {
	padding-left: 0;
}
.blocoArea ul#autores li:before {
	content: "";
	display: none;
}
.blocoBorda {
	padding: 20px 20px 10px 20px;
	overflow: hidden;
	background: #f2f4f8;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.blocoBorda a:link, .blocoBorda a:visited {
	color: #73414D;
}
.blocoBorda a:hover, .blocoBorda a:active {
	color: #003461;
}
.blocoBorda h2 {
	font-weight: 300;
}
.blocoBorda h3 {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 15px;
	color: #73414D;
	font-weight: 500;
}
.blocoBorda li {
	padding: 15px 0;
	border-top: 1px solid #ccd6df;
	font-size: 14px;
	line-height: 20px;
}
/* posts relacionados */
#relacionados {
	background: #f4f4f4;
	padding: 50px 0 30px 0;
}
#relacionados h2, h1 small {
	margin-bottom: 50px;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #3C3E44;
	text-align: center;
}
h1 small {
	text-align: left;
	display: block;
	margin: 0;
}
.topo h1 small {
	color: #fff;
}
.bloco {
	overflow: hidden;
}
/* internas */
.topo {
	background-color: #4B4793;
	padding: 100px 0 80px 0;
}

.topo h1 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.postTitulo {
	overflow: hidden;
	position: relative;
}

#busca {
	position: relative;
	overflow: hidden;
	width: auto;
	margin: 0 0 20px 0;
	position: relative;
	height: 40px;
	background: #f4f4f4;
	border: 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	max-width: 260px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#busca input#s {
	height: 40px;
	line-height: 40px;
	padding-right: 40px;
	background: #f4f4f4;
	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: #f4f4f4 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: 26px;
	line-height: 26px !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;
}
/* 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;
}









#btnTopo {
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.postFooter {
	border-top: 1px solid #C87DB6;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	clear: 100%;
	clear: both;
	position: relative;
}
.postFooter  strong {
	color: #C87DB6;
	font-size: 12px;
	line-height: 22px;
	margin-right: 10px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
	display: block;
}
.single-post .postSingle {
	padding-bottom: 20px;
}


.postTitulo .postData, .postTitulo .postCat {
	margin: 0 10px 10px 10px;
	color: #78CDD0;
}

/* area interna */
.navAreas  ul li, .navAreas  ul {
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
	overflow: hidden;
}
.navAreas a {
	float: left;
	padding: 2px 5px;
	display: block;
	color: #000 !important;
	position: relative;
	overflow: hidden;
}
.navAreas strong {
	font-weight: normal;
	z-index: 2;
	position: relative;
}
.navAreas span {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #78CDD0;
}
.navAreas a:hover span, .navAreas ul li.current span {
	width: 100%;
}
#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;
}
.navAreas h4 {
	padding-top: 0;
	margin-bottom: 20px;
}
.navAreas ul li.current {
	display: none;
}
.postSingle table {
	max-width: 100%;
	padding: 10px;
	background: #fff;
	margin-bottom: 20px;
	border: 1px solid #333;
}
.postSingle td {
	padding: 5px;
	width: auto !important;
}
.postSingle a[href$=".pdf"]:link, .postSingle a[href$=".pdf"]:visited {
	background: #78CDD0;
	padding: 10px 10px 10px 35px;
	float: left;
	display: block;
	margin-bottom: 20px;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.postSingle a[href$=".pdf"]:hover, .postSingle a[href$=".pdf"]:active {
	background: #000;
}
.postSingle a[href$=".pdf"]:before {
	font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 20px;
	height: 26px;
	line-height: 26px !important;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -13px;
    content: '\f1c1';
	color: #fff;
}
.blogHeader {
	overflow: hidden;
	position: relative;
}
.blogHeader h1 {
	overflow: hidden;
	text-transform: uppercase;
	margin-bottom: 20px;
}
/* lista links */
#listaLinks ul {
	margin-bottom: 10px;
}
#listaLinks ul li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 10px;
	overflow: hidden;
	position: relative;
}
#listaLinks ul li a {
	display: block;
	float: left;
	padding-left: 25px;
}
#listaLinks ul li a:before {
	font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 14px;
	height: 20px;
	line-height: 20px !important;
	position: absolute;
	left: 1px;
	top: 0;
    content: '\f08e';
}
/* o que faermos */
#o-que-faremos-por-voce {
	z-index: 3;
	background: #fff;
	padding-bottom: 0;
}
#servicos {
	position: relative;
	overflow: hidden;
}
#servicos .bloco {
	margin-bottom: 30px;
}
/* o que falam */
#o-que-falam-de-nos {
	z-index: 2;
	background: #f1f1f1;
	padding-bottom: 0;
}
#o-que-falam-de-nos h2 {
	color: #f8371a;
	margin-bottom: 50px;
	text-align: center;
}
#clipping .slick-list, #depoimentosSlide .slick-list {
	margin: 0 40px;
}
#clipping {
	margin-bottom: 50px;
}
.noticia, .depoimento {
	overflow: hidden;
	margin: 0 15px;
}
.noticia h3 {
	color: #f8371a;
	margin-bottom: 10px;
}
.noticiaInfo {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	color: #fb8317;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 15px;
}
.noticiaInfo p {
	margin: 0 15px 0 0;
}
.noticiaInfo p:last-child {
	margin: 0; 
}
.noticiaIntro {
	background: #fff;
	padding: 20px;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	z-index: 1;
}
.noticia a.mais {
	margin: -15px 0 0 20px;
	z-index: 2;
	position: relative;
}

.solucao .icone img {
	display: block;
	height: auto;
	width: 60%;
}
#diferenciais {
	overflow: hidden;
	background: #fff;
	padding: 50px 0 30px 0;
	position: relative;
}
.accordion {
	overflow: hidden;
	position: relative;
}
.accordion ul, ol {
	margin-bottom: 20px;
}

h3.accordion-toggle {
	font-weight: 700;
	background: #f8371a;
	color: #fff;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 20px;
	position: relative;
	clear: both;
	padding: 20px 25px 20px 60px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.areaIcone {
	width: 40px;
	height: 40px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -20px;
}
h3.accordion-toggle .fa-solid {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
	height: 20px;
	line-height: 20px !important;
	font-size: 15px;
}
.accordionWrapper.ativo h3.accordion-toggle .fa-solid {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
h3.accordion-toggle:hover, .accordionWrapper.ativo h3.accordion-toggle {
	background: #f58634;
	color: #fff;
}
.accordion-content {
	display: none;
	overflow: hidden;
}
.lista {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
.lista .solucao, .lista .numero {
	overflow: hidden;
	position: relative;
	margin: 0 0 30px 0;
	width: 100%;
}
.banner {
	-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;
}
.banner:before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
}
.banner section {
	height: 450px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
}
.banner p {
	font-size: 25px;
	line-height: 30px;
	font-weight: 500;
	max-width: 700px;
	margin: 0 auto 50px auto;
}
.banner h2 {
	max-width: 650px;
	margin: 0 auto 20px auto;
}
#depoimentos {
	background: #fb8317;
	padding: 50px 0;
	position: relative;
	overflow: hidden;
	text-align: center;
}
#depoimentos h3, #depoimentos small {
	color: #fff;
	display: block;
	margin: 0 auto;
}
#depoimentos small {
	font-size: 12px;
}
.depoimento {
	padding-top: 15px;
}
.depoimentoFoto {
	width: 120px;
	height: auto;
	display: block;
	margin: 0 auto;
	z-index: 2;
	position: relative;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
}
.depoimentoTexto {
	background: #fff;
	padding: 80px 20px 0 20px;
	margin: -60px 0 10px 0;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	z-index: 1;
}
#galeria .gallery {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content:  flex-start;
}
#galeria .gallery li {
	width: 50%;
}
@media only screen 
and (min-width : 480px) {
/*section .gallery li {
	width: 31.3333%;
}*/
#galeria .gallery li {
	width: 25%;
}
}
@media only screen 
and (min-width : 640px) {
.etapa {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.etapaInfo {
	width: calc(100% - 140px);
	padding-left: 20px;
}
.servicos {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
.servico {
	width: 46%;
	margin: 0 2%;
	margin-bottom: 30px;
}
#numeroWrapper span {
	font-size: 100px;
	line-height: 110px;
}
#numeroWrapper small {
	margin-bottom: 12px;
}
.blogHeader, #listaLinks ul, .institucional, #clipping {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.institucional {
	align-items: flex-start;
	justify-content: center;
}
.box {
	width: 48%;
	margin: 0 1%;
}
#beneficiosLista {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.beneficio {
	width: 48%;
}
.blogHeader h1 {
	max-width: 65%;
}

#listaLinks ul {
	align-items: flex-start;
	justify-content: flex-start;
	width: 103%;
}
#listaLinks ul li {
	width: 47%;
	margin-right: 3%;
}

/*section .gallery li {
	width: 23%;
}*/
#posts {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
#posts .post {
	width: 44%;
	margin: 0 2%;
	margin-bottom: 30px;
}
#relacionados #posts .post:last-child, #blog #posts .post:last-child {
	display: none !important
}
#orcamento section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
span[data-name="your-name"], span[data-name="telefone"] {
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 2.5px;
	clear: left;
	display: block;
}
span[data-name="your-email"], span[data-name="your-subject"] {
	width: 50%;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 2.5px;
	clear: right;
	display: block;
}
}
@media only screen 
and (min-width : 768px) {
#inicio h1 {
	font-size: 55px;
	line-height: 65px;
}
#patrimonio {
	padding-top: 80px;
}
#patrimonio h2 {
	max-width: 300px;
	margin-bottom: 20px;
}
#institucional {
	padding: 0;
}
.blocoInstitucional {
	padding: 80px 0 60px 0;
	margin: 0;
}
#institucional:before {
	width: 50%;
	height: 100%;
	position: absolute;
	z-index: 1;
	content: "";
	background: #fff;
	top: 0;
	right: 0;
}
.blocoInfografico {
	padding: 0;
	margin: 0;
}
#institucional img {
	margin: 0;
}
.etapasLista {
	width: 640px;
	margin: 0 auto;
}
.servico {
	width: 29.3333%;
}
#bloco1 a.setaDown {
	margin-bottom: 0;
}
#bloco2 .bloco {
	padding: 0;
	height: calc(100vh - 80px);
	float: right;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
#bloco2 .bg {
	width: 70%;
	height: calc(100vh - 80px);
	padding: 0;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 80px;
}
#bloco2 .bg:before {
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
	position: absolute;
	z-index: 1;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	content: "";
}
#servicos .bg {
	width: 70%;
	height: 100%;
	padding: 0;
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
}
.lista .solucao, .lista .numero {
	width: 46%;
	margin: 0 2%;
	margin-bottom: 30px;
}
.homeBG {
	padding: 0;
	background-position: center bottom;
}
.homeBG section {
	height: calc(100vh - 80px);
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
#onde-estamos:after {
	background: url(images/simbolo01.png) center right no-repeat;
	width: 512px;
	height: 454px;
	content: "";
	position: absolute;
	right: -70px;
	bottom: -227px;
	z-index: 1;
}
#perguntas-frequentes:before {
	background: url(images/simbolo01.png) center right no-repeat;
	width: 512px;
	height: 454px;
	content: "";
	position: absolute;
	right: -70px;
	top: -147px;
	z-index: 1;
}

.box {
	width: 29.3333%;
	margin: 0 2%;
}
.institucional {
	padding: 30px 10px 10px 10px;
}
.profissional:nth-child(1), .profissional:nth-child(2) {
	margin: 0 5%;
	margin-bottom: 5%;
}
.manifestoTexto {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 8%;
	-moz-column-gap: 8%;
	column-gap: 8%;
	overflow: hidden;
	margin-bottom: 20px;
}
.postSingle, #postInfo {
	width: 70%;
	margin: 0 auto;
}

.page-template-default.page .postSingle {
	float: none;
	width: 100%;
}


aside {
	float: right;
	width: 26%;
	padding: 0;
	margin: 0;
}
.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;
}
.area h3 {
	font-size: 20px;
	line-height: 24px;
}


.area {
	width: 31.3333%;
}

.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, .accordion, footer section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}
#institucional .blocos, #patrimonio .blocos, footer section {
	align-items: center;
}
.social {
	justify-content: flex-start;
}
.social li {
	margin: 0 10px 0 0;
}
.accordion {
	justify-content: flex-start;
	width: 103%;
}
.accordionWrapper {
	width: 47%;
	margin-right: 3%;
}
#bloco1 .blocos {
	align-items: center;
}

#como-funciona .blocos {
	flex-direction: row-reverse;
	align-items: center;
	color: #fff;
}
#onde-estamos .blocos {
	align-items: center;
	color: #fff;
}
#onde-estamos .boxEnderecoWrapper, .mapa {
	margin-bottom: 100px;
}
#como-funciona:before {
	content: "";
	height: calc(100% - 80px);
	right: 0;
	bottom: 0;
	width: 50%;
	background: #4B4793;
	-webkit-border-top-left-radius: 100px;
	-webkit-border-bottom-left-radius: 100px;
	-moz-border-radius-topleft: 100px;
	-moz-border-radius-bottomleft: 100px;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	position: absolute;
	z-index: 1;
}
#onde-estamos:before {
	content: "";
	height: calc(100% - 80px);
	left: 0;
	bottom: 0;
	width: 50%;
	background: #7570B4;
	-webkit-border-top-right-radius: 100px;
	-webkit-border-bottom-right-radius: 100px;
	-moz-border-radius-topright: 100px;
	-moz-border-radius-bottomright: 100px;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	position: absolute;
	z-index: 1;
}
.bloco, .medico {
	width: 46%;
}
.blocoTexto {
	width: 36%;
}
.boxLogo {
	width: 200px;
}
.boxMapa {
	width: 100%;
}
.boxContatoInfo {
	max-width: 40%;
}
.logoRodape {
	display: block;
	margin-bottom: 0;
}
.single-area .blocos {
	margin-bottom: 30px;
}



.navCat {
	width: 68%;
}

.blocoTime {
	max-width: 700px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
	position: relative;
}
#nosso-time #socios {
	margin-top: -150px;
}

.homeConteudo {
	width: 700px;
	float: right;
}
/*footer section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
footer ul {
	flex-direction: row;
}
footer ul li {
	margin-left: 20px;
}
footer ul li:first-child {
	margin: 0;
}*/
.lista .numero {
	width: 29.3333%;
}

}
@media only screen 
and (min-width : 1024px) {
.blocoTitulo {
	width: 230px;
}
.blocoTopicos {
	width: calc(100% - 280px);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.topico {
	width: 30%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.topico h3 {
	width: 100%;
}
.boxEndereco {
	margin-bottom: 20px;
}
/*.noticia {
	width: 23%;
}*/
.lista .solucao {
	width: 29.3333%;
}
.lista .numero {
	width: 21%;
}
/*.beneficio {
	width: 23%;
}*/

#listaLinks ul li {
	width: 30.333%;
}

.boxLogo {
	order: 1;
}
.boxMapa {
	max-width: 35%;
	order: 3;
}
.boxContatoInfo {
	max-width: 40%;
	order: 2;
}



#posts .post {
	width: 30.3333%;
}

#relacionados #posts .post:last-child, #blog #posts .post:last-child {
	display: block !important;
}

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


#headerMobile, .fa-xmark, #area h2, .blocoArea h4.subtitulo, .navAreas h4  {
	display: none !important;
}
#area section {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
#area section {
	justify-content: space-between;
}
.blocoArea {
	width:  calc(100% - 270px);
	margin-bottom: 0;
}
.single-area .navAreas {
	width: 170px;
}
#menuWrapper {
	width: 100%;
	left: 0;
	top: 0;
	bottom: auto;
	height: 80px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
#menuWrapper .logo {
	display: block;
}
.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: 80px;
	line-height: 80px;
	margin:  0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
#nav li {
	margin: 0 0 0 40px;
	padding: 0;
	clear: none;
	position: relative;
	height: 80px;
	line-height: 80px;
	font-size: 15px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
#nav a.mais:link, #nav a.mais:visited {
	padding: 10px 20px;
	font-size: 14px;
}
.banner, #inicioBG, #numeros, #contato {
	background-attachment: fixed;
}
.trabalhoBG {
	height: 450px;
}

.blocoContato {
	width: auto;
}
.blocoContato.blocoForm {

	width: 40%;
}
#numeros {
	padding: 180px 0 50px 0;
}
}
@media only screen 
and (min-width : 1280px) {
section, .menu {
	width: 1200px;
}
#nav li {
	margin: 0 0 0 50px;
	font-size: 16px;
}
.topico {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.topico h3 {
	width: calc(100% - 130px);
}
}


