/*
Theme Name: GPG Arquitetura
Theme URI: https://www.gpgarquitetura.com.br/
Description: Template para site GPG Arquitetura
Author: Rusvel Nantes 
Version: 1.0
License: None
*/
@import url('https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@300..900&display=swap');.grecaptcha-badge {
	opacity:0 !important;
	visibility: collapse !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 */
.menu, #nav li, #nav a, footer a, form input.wpcf7-submit, .social a, #scrollTop, .slick-prev, .slick-next, .slick-dots li button, .tabs li, .contato a, h3.accordion-toggle, #contact a, #about2 a, .foto a, .setaDown, .artista span, .artistaFoto:before, .artista h3, #assinatura, .foto, h3.accordion-toggle, #contato a, #home a, .categoria h4, .produto a, #nomes a,  form input[type='submit'], .boxContato a, .error404 .conteudo a, .postSingle a, a.mais, .postFoto a, aside a, .postNav a, #pagenav a, a.btn,  #scrollTop, .contorno, .produto a, .produto h3, #setores a, .postFoto:before, .postHeader a, .produto h3, .postFoto:before, .downloads a, .produtoNav a, .btnTopo, .instalacao h3, .filtros li, .post:before, .post:after, .postFoto, .projeto h3, .projeto:before, .profissional a , .slick-prev:before, .slick-next:before {
	-moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
body {
	background: #fff;
	color: #727070;
	font-size: 20px;
	line-height: 26px;
	font-family: "Darker Grotesque", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
small, #newsletter h4 {
	font-size: 15px;
	line-height: 20px;
	display: block;
	margin-bottom: 5px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#scrollTop {
	color: #333;
	right: 10px;
	bottom: 10px;
	z-index: 500;
	font-size: 26px !important;
	display: none;
	position: fixed;
	cursor: pointer;
}
#scrollTop:hover {
	color: #1F3E84;
}
.fancybox-caption {
	font-family: "Darker Grotesque", sans-serif !important;
	font-size: 15px !important;
}
h1 {
	font-size: 40px;
	line-height: 45px;
	margin-bottom: 20px;
	font-weight: 400;
}
.topo {
	background: #D9D9D9;
	color: #fff;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.topo h1 {
	color: #000;
	font-weight: 300;
	width: 100%;
	margin: 0;
}
.topoFoto {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.topoFoto:before {
	content: "";
	background: #fff;
	opacity: 0.5;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.topo p {
	margin: 0;
	font-size: 20px;
	line-height: 25px;
	padding-left: 2px;
}
.topo section {
	height: 200px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
}
#bannerOrcamento {
	padding: 150px 0 130px 0;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 35px;
	line-height: 40px;
}
h2 {
	font-size: 35px;
	line-height: 40px;
	margin-bottom: 20px;
	color: #000;	
	font-weight: 600;
}
h3 {
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 20px;
}
h4 {
	font-weight: 400;
	color: #333;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
}
section {
	padding: 0 20px;
	overflow: hidden;
	clear: both;
	position: relative;
	z-index: 4;
}
a:link, a:visited {
	color: #666;
	text-decoration: none;
}
a:hover, a:active {
	color: #000;
}
p, .video {
	margin-bottom: 20px;
}
/* formulario */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #000;
	opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #000;
	opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #000;
	opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
	color: #000;
	opacity: 1;
}
form {
	overflow: hidden;
	clear: both;
}
form input[type='text'], form input[type='file'], form input[type='email'], form input[type='date'], form input[type='tel'], textarea, select,  form input[type='url'], form input[type='password']  {
    width: 100%;
	-webkit-appearance: none;
    color: #000;
    background-color: #EEE;
	border: 1px solid #ccc;
    font-size: 20px;
	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: "Darker Grotesque", sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
textarea {
	height: 140px;
	resize: none;
	line-height: 20px;
	padding: 10px;
}
select {
	background: #f1f1f1 url(images/setaSelect.png) center right no-repeat;
	border-color: #f1f1f1;
}
label {
	display: block;
	clear: both;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.blocoFormConsultoria label {
	padding: 10px 0 15px 0;
}
form input[type='text'].wpcf7-not-valid, form input[type='email'].wpcf7-not-valid, form input[type='date'].wpcf7-not-valid,  form input[type='tel'].wpcf7-not-valid, form textarea.wpcf7-not-valid, .wpcf7 select.wpcf7-not-valid, form input[type='file'].wpcf7-not-valid, form input[type='url'].wpcf7-not-valid {
	border-color: #C00;
	background-color: #FFC;
}

form input.wpcf7-submit {
    padding: 0 !important;
	-webkit-appearance: none;
	margin: 0 0 20px 0 !important;
	float: left;
	border: 0 !important;
	background-color: #034A72;
	cursor: pointer;
	width: 130px;
	height: auto;
	line-height: 40px !important;
	height: 40px !important;
	display: block;
	overflow: hidden;
	font-weight: 700;
    font-family: "Darker Grotesque", sans-serif;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-size: 20px;
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
form input.wpcf7-submit:hover {
	background: #DECBB5;
	color: #000;
}
footer form input.wpcf7-submit:hover {
	background: #fff;
	color: #034A72;
}
form p, .wpcf7-checkbox {
	overflow: hidden;
	margin: 0;
}
.wpcf7-not-valid-tip {
	display: none !important;
}
div.wpcf7 .wpcf7-spinner {
	margin: 0 !important;
	float: right !important;
}
div.wpcf7-response-output {
	font-size: 18px !important;
	line-height: 22px !important;
	font-weight: normal !important;
	margin: 0 0 20px 0 !important;
	padding: 10px !important;
	clear: both;
	text-align: center;
}
#topMenu {
	background: #D9D9D9;
	color: #fff;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	width: 100%;
	position: fixed;
	z-index: 9990;
	left: 0;
	top: 0;
}
#topMenu section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#topMenu .social {
	margin: 0;
	height: 40px;
	line-height: 40px;
}
#topMenu .social .fa-brands {
	line-height: 40px !important;
}
#topMenu .social .sLinktree svg {
	height: 40px;
	line-height: 40px !important;
	font-size: 18px;
}
#topMenu .social li {
	height: 40px;
	line-height: 40px;
	margin: 0 0 0 10px;
}
#topMenu .social li:first-child {
	margin: 0;
}
#topMenu a:link, #topMenu a:visited {
	color: #000;
}
#topMenu a:hover, #topMenu a:active {
	color: #034A72;
}
#topLeft {
	float: right;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
#topLeft .boxContato {
	height: 40px;
	line-height: 40px;
	padding-left: 26px;
	margin: 0 20px 0 0;
	font-size: 17px;
}
#topLeft .boxContato .fa-brands, #topLeft .boxContato .fa-solid {
	color: #000;
	line-height: 40px !important;
	width: 24px !important;
	height: 40px;
	font-size: 16px;
}
.boxEmail, .boxTelefone {
	display: none;
}
#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: 9989;
	left: 0;
	top: 40px;
}
.logo {
	display: block;
	float: left;
	height: 60px !important;
	width: auto !important;
	margin: 10px 0;
}
.spacer {
	width: 100%;
	height: 120px;
	display: block;
	clear: both;
}
#menuWrapper .logo {
	display: none;
}
.fa-bars, .fa-xmark  {
	color: #034A72;
	font-size: 25px;
	line-height: 80px !important;
	height: 80px;
	cursor: pointer;
	float: right;
}
#menuWrapper {
	position: fixed;
	background: #fff;
	width: 250px;
	height: 100%;
	z-index: 9995;
	right: -300px;
	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 li {
	display: block;
	overflow: hidden;
	text-align: right;
	margin-bottom: 20px;
	line-height: 28px;
	font-size: 22px;
}
#nav a:link, #nav a:visited {
	color: #666;
}
#nav a:hover, #nav a:active {
	color: #000;
}
.page-template-index .mHome a, .page-template-page-empresa .mEmpresa a, .page-template-page-servicos .mServicos a, .page-template-page-portfolio .mPortfolio a, .single-projeto .mPortfolio a, .page-template-page-consultoria .mConsultoria a,.page-template-page-contato .mContato a, .page-template-page-blog .mBlog a, .single-post .mBlog a, .archive .mBlog a, .post-single .mBlog a, .page-template-page-instalacoes .mInstalacoes a, .single-instalacao .mInstalacoes a {
	color: #034A72 !important;
}
/* social */
.social {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
.social .fa-brands {
	font-size: 20px;
	padding: 0 1px;
}
.social i:before {
	line-height: 26px !important;
}
.social li {
	margin: 0 5px;
	overflow: hidden;
	position: relative;
	height: 26px;
	line-height: 26px !important;
}
.social .sLinktree svg  {
	height: 26px;
	line-height: 26px !important;
	font-size: 18px;
}
.social a:link, .social a:visited {
	color: #fff;
	height: 26px;
	line-height: 26px !important;
	display: block;
}
.social a:hover, .social a:active {
	color: #333;
}
.bloco.blocoContato ul.social {
	background: #034A72;
	padding: 10px 15px;
	overflow: hidden;
	float: left;
	color: #fff;
	margin-bottom: 50px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.bloco.blocoContato .social a:link, .bloco.blocoContato .social a:visited {
	color: #fff;
}
.bloco.blocoContato .social a:hover, .bloco.blocoContato .social a:active {
	color: #333;
}
/* newsletter */
#newsletter {
	color: #000;
	padding: 100px 0 80px 0;
	overflow: hidden;
	position: relative;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
}
#newsletter form {
	width: 100%;
}
#formNews {
	max-width: 700px;
	margin: 0 auto;
}
#newsletter h3 {
	color: #000;
	margin-bottom: 20px;
	font-size: 30px;
	line-height: 35px;
	font-weight: 400;
}

/* rodape */
footer {
	background: #fff;
	font-size: 18px;
	line-height: 24px;
	padding: 60px 0 0 0;	
}
.creditos {
	width: 100%;
	text-align: center;
	padding: 20px 0;
	border-top: 1px solid #ccc;
	font-size: 16px;
	line-height: 20px;
}
footer a:link, footer a:visited, footer .boxContato a:link, footer .boxContato a:visited,
footer .social a:link, footer .social a:visited {
	color: #000;
}
footer a:hover, footer a:active, footer .boxContato a:hover, footer .boxContato a:active,
footer .social a:hover, footer .social a:active {
	color: #034A72;
}
footer .boxContato, footer .boxContato.boxEndereco {
	color: #000;
	margin-bottom: 10px;
}
footer .boxContato .fa-brands, footer .boxContato .fa-solid {
	color: #000;
}
footer h4 {
	color: #000;
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 25px;
	font-weight: 600;
	text-transform: uppercase;
}
footer h4.last {
	padding-top: 10px;
}
footer ul, footer ul li {
	margin-bottom: 5px;
}
.boxRodape {
	margin-bottom: 40px;
	overflow: hidden;
}
.boxLogo {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.boxRodape.boxSocial {
	text-align: center;
	font-size: 12px;
	line-height: 16px;
}
.logoRodape {
	margin-bottom: 50px;
	display: block;
	width: 200px;
	height: auto;
}
footer .social {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 0;
}
footer .social li {
	margin: 0 10px 10px 0;
}
.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: 100%;
	margin: 0;
	display: block;
	clear: both;
	position: relative;
}
.conteudo {
	padding: 80px 0 60px 0;
	overflow: hidden;
	clear: both;
	position: relative;
}
.bloco {
	overflow: hidden;
}
.mapa {
	position: relative;
	height: 400px;
    overflow: hidden;
	width: 100%;
}
.mapa iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
	z-index: 1;
	pointer-events: none;
}
.boxContato {
	position: relative;
	margin-bottom: 20px;
	padding-left: 34px;
	line-height: 24px;
}
.blocoContato .boxContato {
	padding-left: 0;
}
.blocoContato .boxContato h3 {
	font-size: 20px;
	line-height: 25px;
	padding-left: 30px;
	font-weight: 700;
	color: #034A72;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.boxContato.boxEndereco {
	margin-bottom: 50px;
}
.boxContato .fa-solid, .boxContato .fa-brands {
	color: #333;
	height: 24px !important;
	line-height: 24px !important;
	width: 26px !important;
	text-align: center !important;
	width: auto;
	left: 0;
	top: 0;
	font-size: 20px;
	position: absolute;
	background: none;
}
.blocoContato .boxContato .fa-solid, .blocoContato .boxContato .fa-brands {
	height: 25px !important;
	line-height: 25px !important;
	width: 25px !important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	background: #034A72;
	font-size: 13px;
}
.boxFormulario {
	overflow: hidden;
	padding-bottom: 30px;
}
.postSingle .gallery {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	width: 101%;
	margin-bottom: 20px;
}
.postSingle .gallery li {
	width:  24%;
	margin: 0 1% 1% 0;
}
.gallery a {
	width: 100%;
	height: 100%;
	position:absolute;
	left: 0;
	top: 0;
	opacity: 0;
	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;
}
.foto:hover a {
	opacity: 1;
}
.postSingle ul, .bloco ul, .bloco ol, .postSingle ol, .servicoResumo ul {
	margin-bottom: 20px;
}
.postSingle ol, .bloco ol {
	list-style-position: outside;
}
.postSingle ol li, .bloco ol li {
	list-style-type: decimal;
	margin-left: 25px;
}
.postSingle ul li, .bloco ul li, .servicoResumo ul li {
	position: relative;
	padding-left: 15px;
}
.postSingle ul li:before, .bloco ul li:before, .servicoResumo ul li:before {
	font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 5px;
	position: absolute;
	left: 1px;
	top: 0;
	line-height: 26px !important;
    content: '\f111';
	color: #034A72;
}
.servicoResumo ul li:before {
	line-height: 20px !important;
}
.postSingle ul.gallery li, .bloco ul.gallery li, .bloco.blocoContato ul li {
	padding: 0;
}
.postSingle ul.gallery li:before, .bloco ul.gallery li:before, .bloco.blocoContato ul.social li:before {
	display: none;
}
.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: 65%;
	position: relative;
	overflow: hidden;
}
.postFoto a {
	width: 100%;
	height: 100%;
	position:absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.post .postFoto {
	padding-bottom: 120%;
}
.post .postFoto a {
	z-index: 3;
}
.post:before {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: #000000;
	background: -webkit-linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: -moz-linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr="#000000",
	  endColorstr="#000000",
	  GradientType=0
	);
}
.post:after {
	position: absolute;
	z-index: 1;
	opacity: 0;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 50%;
	background: #034A72;
	background: -webkit-linear-gradient(0deg,rgba(3, 74, 114, 1) 0%, rgba(222, 203, 181, 0.5) 100%);
	background: -moz-linear-gradient(0deg,rgba(3, 74, 114, 1) 0%, rgba(222, 203, 181, 0.5) 100%);
	background: linear-gradient(0deg,rgba(3, 74, 114, 1) 0%, rgba(222, 203, 181, 0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr="#034A72",
	  endColorstr="#DECBB5",
	  GradientType=0
	);
	mix-blend-mode: multiply;
}
.post:hover:after {
	opacity: 1;
	height: 100%;
}

/* empresa */
.page-template-page-empresa .conteudo h2, .single-projeto .conteudo h2, #homeEmpresa h2, #empresa h2 {
	font-weight: 300;
	text-transform: uppercase;
}
.page-template-page-empresa .conteudo h2 em, .single-projeto .conteudo h2 em, #homeEmpresa h2 em, #empresa h2 em {
	font-weight: 700;
	font-style: normal;
}
.page-template-page-empresa .center {
	max-width: 750px;
	margin: 0 auto;
}
#empresa {
	color: #fff;
	background: #3B3B3B;
	padding-bottom: 0;
}
#empresa h2 {
	color: #fff;
	max-width: 400px;
}
#empresa h3 {
	margin-bottom: 10px;
	font-weight: 600;
}
.empresaBG {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	position: relative;
	padding-bottom: 100%;
}
#fotos {
	padding: 80px 0 40px 0;
	background: #3B3B3B;
	overflow: hidden;
	position: relative;
	text-align: center;
}
#fotos h2 {
	color: #fff;
	margin-bottom: 50px;
}
#fotos .gallery {
	padding-bottom: 40px;
}
#fotos .foto {
	padding-bottom: 96%;
	width: 96%;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 2%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#institucional {
	background: #DECBB5;
	text-align: center;
	color: #034A72;
}
#institucional h3 {
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 40px;
	line-height: 45px;
}
.conteudoFull {
	padding-top: 80px;
	overflow: hidden;
	position: relative;
}
.conteudoFull h3 {
	text-transform: uppercase;
	color: #034A72;
	text-align: center;
	margin: 0 auto 20px auto;
	padding: 0 20px;
}
.icone {
	background: #034A72;
	width: 100px;
	height: 100px;
	overflow: hidden;
	position: relative;
	margin: 0 auto 10px auto;
	-webkit-background-size: 50px auto;
    -moz-background-size: 50px auto;
    -o-background-size: 50px auto;
    background-size: 50px auto;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.blocoInfo {
	background: #333;
	color: #fff;
	padding: 20px 20px 0 20px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	overflow: hidden;
	position: relative;
	font-size: 15px;
	line-height: 20px;
}
.embed-container {
	margin-bottom: 20px;
}
#relacionados {
	background: #d9d9d9;
}
.home #relacionados {
	background: #fff;
}
.single-post #relacionados small, .single-produto #relacionados small, .single-instalacao #relacionados small  {
	margin-bottom: 40px;
	text-align: center;
}

#extra {
	background: #f1f1f1;
	text-align: center;
}
#extra p {
	max-width: 715px;
	margin: 0 auto 20px auto;
}


.bgFoto {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	position: relative;
	padding-bottom: 100%;
}
/* contato */
.boxContato {
	padding-left: 35px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	color: #333;
}

.boxContato .fa-brands, .boxContato .fa-solid {
	line-height: 26px !important;
	width: 30px !important;
	font-size: 20px;
	text-align: center !important;
	position: asbolute;
	left: 0;
	top: 0;
	color: #333;
}
.blocoContato p {
	margin-bottom: 40px;
}
.postSingle h2, .error404 .conteudo h2, #noResults h3 {
	color: #034A72;
}
.error404 .conteudo {
	text-align: center;
}
#contato {
	text-align: center;
	padding-bottom: 0;
}
.contatoIntro {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}
.blocoFormulario strong, .botaoCliente p {
	text-transform: uppercase;
	letter-spacing: 1px;
}
#contato h2 {
	font-size: 40px;
	line-height: 45px;
	margin-bottom: 0;
}
#contato .blocos {
	margin-bottom: 80px;
}
.blocoContato strong {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 22px;
	display: block;
}


a.mais:link, a.mais:visited, .downloads a:link, .downloads a:visited, a.btnTopo:link, a.btnTopo:visited {
	display: block;
	float: left;
	text-transform: uppercase;
	color: #fff;
	background: #034A72;
	padding: 6px 20px;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	position: absolute;
	-webkit-box-sizing: border-box;
   	-moz-box-sizing: border-box;
	box-sizing: border-box;
	left: 20px;
	bottom: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
a.btnTopo:link, a.btnTopo:visited {
	height: 26px;
	line-height: 26px;
	margin: 6px 0;
	padding: 0 10px;
	position: relative;
	left: auto;
	bottom: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	color: #fff !important;
	background: #034A72;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
a.btnTopo .fa-brands {
	margin-right: 5px;
	line-height: 26px !important;
	font-size: 18px;
}
a.btnTopo:hover, a.btnTopo:active {
	background: #000;
	color: #fff !important;
}
.downloads a:link, .downloads a:visited {
	position: relative;
	margin: 0 auto 20px auto;
	float: none;
	left: auto;
	bottom: auto;
}
a.mais:hover, a.mais:active, .downloads a:hover, .downloads a:active {
	background: #DECBB5;
	color: #000;
}
a.btn:link, a.btn:visited {
	display: block;
	float: left;
	text-transform: uppercase;
	color: #fff;
	background: #034A72;
	padding: 6px 20px;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	-webkit-box-sizing: border-box;
   	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
a.btn:hover, a.btn:active {
	background: #DECBB5;
	color: #000;
}

/* setores home */
#setores {
	background: #E2E2E2;
	text-align: center;
	padding-bottom: 30px;
}
#setores a:link, #setores a:visited {
	color: #333;
}
#setores a:hover, #setores a:visited {
	color: #666;
}
#setores h2 {
	max-width: 420px;
	margin: 0 auto 50px auto;
}
.listaSetores p {
	max-width: 200px;
	margin: 0 auto;
}
.listaSetores {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
.setor .postFoto {
	margin-bottom: 10px;
	padding-bottom: 65%;
}
.setor {
	width: 48%;
	margin: 0 1%;
	margin-bottom: 50px;
	font-size: 20px;
	line-height: 25px;
}
/* single post */
blockquote {
	margin: 0 0 20px 0;
	font-size: 25px;
	line-height: 30px;
	border-left: 5px solid #034A72;
	color: #034A72;
	font-style: italic;
	font-weight: 500;
}
blockquote p {
	padding: 15px 0 15px 20px;	
}
.wp-caption  {
	background: #f5f5f5;
	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;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.wp-caption p {
	margin-bottom: 0;
}
.postSingle img, .alignnone, .aligncenter, .wp-caption img, .responsive {
	width: 100% !important;
	height: auto !important;
	display: block;
	margin-bottom: 20px;
}

.postSingle .wp-caption img {
	margin-bottom: 5px;
}
.postSingle h1 {
	margin-bottom: 10px;
}
.postSingle .postData {
	margin-bottom: 20px;
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
}
.postFooter {
	border-top: 1px solid #000;
	padding-top: 20px;
	overflow: hidden;
	clear: both;
	position: relative;
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
.postFooter strong {
	color: #034A72;
	float: left;
	margin-right: 10px;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 1px;
}
.postNav {
	overflow: hidden;
	clear: both;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	padding: 50px 0;
	font-size: 15px;
	max-width: 700px;
	margin: 0 auto;
	width: 100%;
	font-weight: 600;
	letter-spacing: 1px;
}
.postPrev, .postNext {
	overflow: hidden;
}
.postNext {
	text-align: right;
}
.postNav a:link, .postNav a:visited {
	line-height: 40px;
	text-align: center;
	height: 40px;
	display: block;
	width: 130px;
	background: #000;
	color: #fff;
	text-decoration: none !important;
	text-transform: uppercase;
	padding: 0;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
.postNav a:hover, .postNav a:active {
	background: #034A72;
	color: #fff;
}

.post {
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	-webkit-border-top-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-topright: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
}
.postHeader {
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: 700;
	color: #034A72;
	max-width: 700px;
	margin: 0 auto 50px auto;
}
.postHeader a:link, .postHeader a:visited {
	color: #034A72;
}
.postHeader a:hover, .postHeader a:active {
	color: #000;
}
.postHeader h2 {
	padding-bottom: 21px;
	position: relative;
	font-size: 40px;
	line-height: 45px;
	font-weight: 600;
	text-transform: none;
}
.postHeader h2:before {
	content: "";
	width: 200px;
	background: #000;
	height: 1px;
	position: absolute;
	left: 50%;
	margin-left: -100px;
	bottom: 0;
}

.post h3 {
	color: #fff;
	font-size: 30px;
	line-height: 35px;
	font-weight: 400;
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
}
/* paginacao */
.center {
	text-align: center;
	overflow: hidden;
	margin-bottom: 20px;
}
#posts .center {
	width: 100%;
}
.center h3 {
	color: #FF9F0D;
}
#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;
}
#pagenav a, #pagenav span {
	margin: 0 5px 10px 5px;
	font-size: 18px;
	font-weight: 700;
	color: #000;
	background: #D9D9D9;
	line-height: 30px;
	height: 30px;
	width: 30px;
	text-align: center;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#pagenav span.current {
	color: #fff;
	background: #034A72;
}
#pagenav span.dots, #pagenav a:link, #pagenav a:visited {
	color: #000;
	background: #D9D9D9;
}
#pagenav a:hover, #pagenav a:active {
	color: #000;
	background: #DECBB5;
}
#filtros {
	overflow: hidden;
	padding: 20px 0 0 0;
	background: #fff;
	position: relative;
	z-index: 2;
	margin: -60px 20px 0 20px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#busca {
	position: relative;
	overflow: hidden;
	float: right;
	width: 260px;
	position: relative;
	height: 40px;
	background: #eee;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin-bottom: 50px;
}
#busca input#s {
	height: 40px;
	line-height: 40px;
	padding: 0 40px 0 20px;
	background: #eee;
	width: 100%;
	border: 0 !important;
	margin: 0 !important;
	z-index: 1;
	color: #000;
}
#busca input#searchsubmit {
	width: 40px;
	height: 40px;
	line-height: 40px;
	float: left;
	overflow: hidden;
	text-indent: 9999px;
	cursor: pointer;
	background: #eee url(images/busca.png) center no-repeat;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	border: 0 !important;
	padding: 0 !important;
}
.topoBusca h1 {
	margin-bottom: 20px;
}
/* slideshow */
#home {
	overflow: hidden;
	clear: both;
	position: relative;
}
.banner {
	position: relative;
	overflow: hidden;
}
.banner a {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.banner img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}
.fotoTopo {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: relative;
}

.intro {
	text-align: center;
	margin: 0 auto 30px auto;
	overflow: hidden;
	max-width: 700px;
}

.page-template-default .postSingle h1 {
	margin-bottom: 40px;
}
/* accordion */
#perguntas {
	overflow: hidden;
	clear: both;
	background: #fff;
}
#perguntas h2 {
	text-align: center;
	color: #D9D9D9;
}
#relacionados h2, #setores h2 {
	text-align: center;
	margin-bottom: 50px;
}
#perguntas h2 {
	margin-bottom: 50px;
}
h3.accordion-toggle {
	position: relative;
	font-weight: 700;
	clear: both;
	padding: 10px 40px 10px 20px;
	margin-bottom: 20px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	color: #D9D9D9;
	font-size: 20px;
	line-height: 25px;
	background: #f5f5f5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
h3.accordion-toggle:hover {
	background: #ccc;
}
h3.accordion-toggle .fa-chevron-down, h3.accordion-toggle .fa-chevron-right {
	position: absolute;
	right: 10px;
	top: 50%;
	height: 25px;
	line-height: 25px !important;
	margin-top: -12.5px;
	font-size: 20px;
}
h3.accordion-toggle.ativo .fa-chevron-right, h3.accordion-toggle .fa-chevron-down {
	display: none;
}
h3.accordion-toggle.ativo .fa-chevron-down {
	display: block;
}
h3.accordion-toggle:hover, h3.accordion-toggle.ativo {
	color: #034A72;
	border-color: #034A72;
}
h3.accordion-toggle.ativo {
	border: 0;
	margin: 0;
	background: #ccc;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.accordion-content {
	display: none;
	overflow: hidden;
	background: #ccc;
	padding: 0 20px;
	margin-bottom: 20px;
	-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;
}
/* obrigado */
.page-template-page-obrigado footer, .page-template-page-obrigado #creditos, .page-template-page-obrigado #newsletter, .page-template-page-obrigado #logos {
	display: none !important;
}
.obrigado, .obrigado h1, .obrigado p {
	text-align: center;
	color: #77838F !important;
}
.obrigado h1 {
	margin-bottom: 20px;
	border: 0;
	padding: 0;
}
.obrigado {
	overflow: hidden;
	padding: 50px 0 30px 0;
}
.page-template-page-obrigado .conteudo {
	padding: 0;
	background: #fff;
}
.page-template-page-obrigado .conteudo section {
	min-height: 100vh;
}
#logoObrigado {
	display: block;
	width: 180px !important;
	height: auto !important;
	margin: 0 auto 80px auto;
}
.obrigadoBtn {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	max-width: 400px;
	margin: 0 auto;
}
.obrigadoBtn a {
	background: #1F3E84 ;
	color: #fff;
	display: block;
	float: left;
	width: 180px;
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	padding: 10px 0;
	margin: 0 5px 10px 5px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.obrigadoBtn a.btn2 {
	color: #fff;
	background: #333;
}
/* catalogo */
#catalogo {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
}
#catalogo h1 {
	color: #fff;
	font-size: 35px;
	line-height: 40px;
}
#catalogo:before {
	content: "";
	z-index: 1;
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
}
#formCatalogo {
	max-width: 300px;
}
#btnCatalogo {
	display: none;
}

/* servicos */

.servicosIntro {
	overflow: hidden;
	margin-bottom: 30px;
}
.servicosIntro h2 {
	text-align: center;
}

.servico h2 {
	padding: 10px 15px;
	background: #A7A7A7;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	font-size: 20px;
	line-height: 30px;
}
.servico {
	overflow: hidden;
	margin-bottom: 50px;
	position: relative;
}
.servicoResumo:after {
	content: "";
	bottom: 0;
	width: 100%;
	left: 0;
	height: 17.5px;
	position: absolute;
	z-index: 1;
	background: #E2E2E2;
}
.servicoTitulo {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.servicoResumo {
	background: #fff;
	padding: 45px 20px 40px 20px;
	overflow: hidden;
	font-size: 15px;
	line-height: 20px;
	margin: -25px 0 0 0;
	position: relative;
	z-index: 1;
}
.servico a.mais {
	width: 110px;
	bottom: 0;
	left: 50%;
	margin-left: -55px;
	z-index: 5;
}
.cta {
	overflow: hidden;
	display: block;
	position: relative;
}
.cta a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
}
.cta img {
	width: 100%;
	height: auto;
	z-index: 1;
	position: relative;
}
/* depoimentos */
#depoimentos {
	text-align: center;
	background: #f1f1f1;
}
#depoimentosSlide {
	margin-bottom: 20px;
}
#depoimentos .slick-list, #servicosSlide .slick-list, #clientes .slick-list {
	margin: 0 30px;
}
.depoimento {
	overflow: hidden;
	padding: 50px 20px 0 20px;
	position: relative;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: -25px 10px  0 10px;
	z-index: 1;
	font-size: 14px;
	line-height: 20px;
}
#depoimentos .postFoto {
	width: 50px;
	height: 50px;
	padding: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0 auto;
	z-index: 2;
}
/* clientes */
#clientes {
	text-align: center;
	padding: 80px 20px 60px 20px;
}
#clientes .gallery {
	padding-top: 30px;
}
#clientes .foto a {
	display: none !important;
}
#clientes .foto {
	-webkit-background-size: 80% auto;
    -moz-background-size: 80% auto;
    -o-background-size: 80% auto;
    background-size: 80% auto;
}
/* home quem somos */
#quemSomos {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
	color: #fff;
	z-index: 2;
	-webkit-border-top-right-radius: 50px;
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-radius-topright: 50px;
	-moz-border-radius-bottomleft: 50px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	overflow: hidden;
}
#quemSomosWrapper {
	position: relative;
	overflow: hidden;
}
#quemSomosWrapper:after {
	content: "";
	z-index: 1;
	height: 50%;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #f1f1f1;
	position: absolute;
}
#quemSomos h2 {
	color: #333;
	max-width: 330px;
}
#intro h2 {
	color: #333;
}
#intro h3 {
	color: #333;
}

.boxServico .postFoto {
	-webkit-border-top-right-radius: 50px;
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-radius-topright: 50px;
	-moz-border-radius-bottomleft: 50px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	margin-bottom: 10px;
	padding-bottom: 80%;
}
.boxServico {
	margin: 0 10px;
	text-align: center;
}
.boxServico h4 {
	font-size: 20px;
	line-height: 25px;
	padding: 0 15px;
	color: #333;
}
.botao {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	padding-top: 30px;
}
/* selecao */
#selecao {
	position: relative;
}
.boxSelecao {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 50vh;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.boxSelecao a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.page-template-page-selecao footer {
	display: none !important;
}
.blocoFormConsultoria {
	max-width: 500px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
	padding-top: 30px;
}
/* servico interna */
.single-servico {
	background: #E2E2E2;
}
.servicoExtra {
	background: #fff;
}
.servicoForm h3 {
	text-align: center;
	font-size: 20px;
	line-height: 25px;
	background: #333;
	color: #fff;
	font-weight: 700;
	padding: 20px;
}
.servicoForm h3 span {
	font-weight: 400;
	display: block;
}
.servicoForm .wpcf7 {
	padding: 0 20px;
}
.servicoForm {
	background: #ccc;
	color: #fff;
	overflow: hidden;
	position: realtive;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 300px;
	margin: 0 auto 20px auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

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

#formContato {
	width: 500px;
	max-width: 90%;
	margin: 0 auto;
}
.home h2 {
	text-transform: uppercase;
}
#servicos {
	background: #E2E2E2;
	padding-bottom: 30px;
}


#botoesRodape {
	overflow: hidden;
	padding: 50px 0;
	background: #f1f1f1;
}
#botoesRodape section {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
/* portfolio */
.page-template-page-portfolio .conteudo .center {
	max-width: 700px;
	margin: 0 auto 30px auto;
}
.projeto {
	overflow: hidden;
	position: relative;
	text-align: center;
	margin-bottom: 50px;
	-webkit-border-top-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-topright: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
}
.projeto:before {
	background: #034A72;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 50%;
	z-index: 1;
	width: 100%;
}
.projeto:hover:before {
	background: #DECBB5;
}
.projeto h3 {
	margin: 0 20px;
	color: #fff;
	padding: 10px 0 20px;
	z-index: 2;
	position: relative;
}
.projeto:hover h3 {
	color: #000;
}
.postFotoWrapper {
	position: relative;
	overflow: hidden;
	-webkit-border-top-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-topright: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	z-index: 2;
}
.projeto .postFoto {
	margin-bottom: 0;	
	padding-bottom: 100%;	
}
.projeto:hover .postFoto {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
/* serviços */
.page-template-page-servicos  .conteudo .postFoto {
	margin-bottom: 20px;
	-webkit-border-top-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-topright: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
}
.page-template-page-servicos .conteudo a.mais,  #empresa a.mais, #orcamento a.mais {
	position: relative;
	left: auto;
	bottom: auto;
	margin: 0 0 20px 0;
}
#diferenciais {
	overflow: hidden;
	position: relative;
	padding-bottom: 60px;

}
#diferenciais .conteudo {
	padding-bottom: 0;
}

/* vantagens */
#vantagens {
	background: #D9D9D9;
	text-align: center;
	padding-bottom: 40px;
	color: #fff;
}
#vantagens h2 {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 50px;
}
#vantagens .postFoto {
	width: 100px;
	height: 100px;
	padding: 0;
	margin: 0 auto 10px auto;
	background-color: #fff;
	-webkit-background-size: 50px auto;
    -moz-background-size: 50px auto;
    -o-background-size: 50px auto;
    background-size: 50px auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.vantagem {
	overflow: hidden;
	margin-bottom: 20px;
}
.bannerFoto {
	display: block;
	width: 100% !important;
	height: auto !important;
}
#homeVideo h2 {
	color: #fff;
}
#homeVideo {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	background-color: #333;
}
/* produtos */
#produtosLista h2, #produtosSlide h2 {
	color: #D9D9D9;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 30px;
	font-weight: 700;
}
#produtosLista .blocos {
	margin-bottom: 30px;
}
#produtosLista .postFoto {
	margin-bottom: 20px;
}
.produtoBotoes {
	position: relative;
	overflow: hidden;
}
.produtoBotoes a.mais {
	position: relative;
	margin: 0 20px 20px 0;
	left: auto;
	bottom: auto;
}
.produtoBotoes a.mais .fa-brands {
	font-size: 13px;
	line-height: 15px !important;
	margin-right: 2px;
}
a.mais.maisWhatsApp:link, a.mais.maisWhatsApp:visited {
	background: #449237;
}
a.mais.maisWhatsApp:hover, a.mais.maisWhatsApp:active {
	background: #060;
}
.produto, .instalacao {
	overflow: hidden;
	margin-bottom: 50px;
}
.produto .postFoto {
	padding-bottom: 100%;
	z-index: 1;
}
.produto h3, .instalacao h3 {
	background-color: #D9D9D9;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	padding: 10px 20px;
	text-align: center;
	z-index: 2;
	position: relative;
	margin: 0;
}
.produto:hover h3, .instalacao:hover h3 {
	background-color: #034A72;
}
.produtosSlide .produto:hover h3 {
	background-color: #fff;
	color: #034A72;
}
/* home produtos */
#homeProdutos {
	background-color: #fff;
}
#homeProdutos h2 {
	color: #D9D9D9;
}
#produtosSlide .slick-list {
	margin: 0 50px;
}
#homeIntro {
	background: #D9D9D9;
	color: #fff;
	padding-bottom: 30px;
}
#homeIntro a.btn {
	margin-bottom: 50px;
}
#homeIntro a.btn:hover, #homeIntro a.btn:active {
	background: #fff;
	color: #D9D9D9;
}


/* single produto */
.single-produto #relacionados, .single-instalacao #relacionados {
	padding-bottom: 30px;
}
#especificacoes h2 {
	text-align: center;
	margin-bottom: 40px;
}
.blocoForm {
	width: 300px;
	margin: 0 auto;
}
.downloads {
	text-align: center;
}
.downloads ul li {
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.downloads ul li:before {
	display: none;
}
#produtoWrapper .gallery {
	margin-bottom: 40px;
}
#produtoWrapper .slick-list {
	margin: 0 50px;
}
#produtoWrapper .foto {
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
#produtoVideo {
	padding-top: 0;
}
.single-produto .conteudo, .single-produto .bannerFoto {
	z-index: 3;
}
#especificacoes {
	z-index: 1;
	margin-top: -120px;
	padding-top: 200px;
}
.produtoNav {
	background: #333;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 0;
	max-width: 260px;
	margin: 0 auto 30px auto;
	text-transform: uppercase;
	font-size: 14px;
}
.produtoNav a:link, .produtoNav a:visited {
	color: #fff;
}
.produtoNav a:hover, .produtoNav a:active {
	color: #034A72;
}
.produtoNav span {
	padding: 0 10px;
}
.visaogeral {
	text-align: center;
	overflow: hidden;
}
/* instalacoes */
.instalacao .postFoto {
	padding-bottom: 100%;
	margin-bottom: 0;
}
#instalacoesIntro h2 {
	font-weight: 700;
	text-transform: uppercase;
	color: #D9D9D9;
	max-width: 430px;
	margin-bottom: 50px;
}
.page-template-page-instalacoes #instalacoesIntro h2 {
	text-align: center;
	margin: 0 auto 50px auto;
}
.filtros {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.filtros li {
	margin: 0 10px 10px 10px;
	cursor: pointer;
	color: #999;
	border: 1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
	padding: 5px 10px;
}
.filtros li:hover, .filtros li:active {
	border-color: #D9D9D9;
	color: #D9D9D9;
}
.filtros li.active {
	border-color: #D9D9D9;
	background: #D9D9D9;
	color: #fff;
}
/* instalacoes (produto interna */
#instalacoesProduto {
	background: #f5f5f5;
}
#produtoPDF {
	background: #034A72;
	color: #fff;
}
#produtoPDF h2 {
	color: #fff;
	max-width: 350px;
}
#produtoPDF a.mais:link, #produtoPDF a.mais:visited {
	background: #fff;
	color: #034A72;
	position: relative;
	left: auto;
	bottom: auto;
	margin-bottom: 20px;
}
#produtoPDF a.mais:hover, #produtoPDF a.mais:active {
	color: #fff;
	background: #D9D9D9;
}
#produtoExtra h2, #produtoIntro h2 {
	color: #D9D9D9;
	max-width: 550px;
}
#produtoIntro h2 {
	text-align: center;
	margin: 0 auto 50px auto;
	max-width: none;
}
#produtoIntro {
	padding-bottom: 0;
	background: #f5f5f5;
}
#produtoIntro a.mais {
	position: relative;
	left: auto;
	bottom: auto;
	margin-bottom: 20px;
}
#produtoIntro .bloco {
	margin-bottom: 60px;
}
.produtoIntroFoto {
	-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: 100%;
}
.produtoIcones {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	text-align: center;
}
.produtoIcone {
	overflow: hidden;
	width: 48%;
	margin: 0 1%;
	margin-bottom: 30px;
	line-height: 20px;
	font-size: 15px;
}
.produtoIcone span {
	background: #D9D9D9;
	width: 100px;
	height: 100px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.produtoIcone img {
	width: 50px;
	height: auto;
	display: block;
}
/* home */
#comoFunciona {
	background: #f5f5f5;
}

#nossosDiferenciais {
	padding-bottom: 30px;
}
#nossosDiferenciais h2, #comoFunciona h2 {
	color: #D9D9D9;
	max-width: 400px;
	margin-bottom: 50px;
}
.diferencial {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 30px;
}
.diferencialIcone {
	width: 100px;
	height: 100px;
	margin-bottom: 20px;
	background-color: #D9D9D9;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-background-size: 50px auto;
    -moz-background-size: 50px auto;
    -o-background-size: 50px auto;
    background-size: 50px auto;
	background-position: center;
	background-repeat: no-repeat;
}
.diferencial h3 {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
	color:  #D9D9D9;
	font-weight: 700;
	margin-bottom: 10px;
}
.diferencialInfo {
	width: calc(100% - 120px);
}
#numeros {
	color: #000;
	background: #DECBB5;
	padding-bottom: 30px;
}
#numeros h2 {
	margin-bottom: 50px;
	color: #034A72;
	text-align: center;
	font-weight: 400;
}
.numero {
	font-weight: 400;
	text-transform: uppercase;
	overflow: hidden;
	margin-bottom: 40px;
	text-align: center;
	line-height: 20px;
}
.counter {
	font-size: 35px;
	color: #fff;
	width: 120px;
	height: 120px;
	line-height: 120px;
	background: #fff;
	margin: 0 auto 10px auto;
	background: #034A72;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.numero p {
	margin: 10px;
}
/* projeto interna */
#projetoIntro .blocos {
	padding-bottom: 60px;
}
#projetoIntro .postFoto {
	-webkit-border-top-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-topright: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	margin-bottom: 20px;
	padding-bottom: 80%;
}
#projetoVideo {
	text-align: center;
	margin-bottom: 50px;
}
#projetoVideo h2 {
	margin-bottom: 50px;
}
#projetoVideo .embed-container {
	max-width: 800px;
	margin: 0 auto 20px auto;
}
#orcamento {
	background: #DECBB5;
	color: #034A72;
}
#orcamento h2 {
	color: #034A72;
	margin-bottom: 50px;
}
#formOrcamento {
	max-width: 600px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#orcamento form input.wpcf7-submit:hover {
	background: #000;
	color: #fff;
}
#projetoInfo, .boxIcone {
	overflow: hidden;
	position: relative;
	color: #034A72;
}
#projetoInfo .icone {
	margin: 0 20px 20px 0;
}
.boxIcone {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
.iconeInfo h3 {
	margin-bottom: 0;
	font-weight: 600;
}
.iconeInfo {
	width: calc(100% - 120px);
}
/* home */
#homeConteudo {
	background: #F5F5F5;
}
#homeConteudo h2, #homeProjetos h2, #equipe h2 {
	text-align: center;
	margin-bottom: 50px;
	font-weight: 400;
}
#projetosSlide .slick-list {
	margin: 0 30px;
}
#projetosSlide .projeto {
	width: 90%;
	margin: 0 auto;
}
#homeBanner {
	padding: 0;
	overflow: hidden;
	position: relative;
}
#homeBanner img.responsive {
	margin-bottom: 0;
}
#homeBanner h2 {
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #000;
	font-weight: 400;
}
#homeBanner a.btn {
	margin: 0;
}
#homeBanner section {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	height: 500px;
}
.homeLogo {
	background: #DECBB5 url(images/logoBranca.png) center no-repeat;
	-webkit-background-size: 55% auto;
    -moz-background-size: 55% auto;
    -o-background-size: 55% auto;
    background-size: 55% auto;
	-webkit-border-top-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-topright: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	width: 100%;
	padding-bottom: 80%;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
#equipe {
	background: #f5f5f5;
}
.profissional {
	background: #DECBB5;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
.profissional a:link, .profissional a:visited {
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	z-index: 2;
	margin-top: -20px;
	position: relative;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #fff;
	background: #034A72;
}
.profissional a:hover, .profissional a:active {
	background: #000;
}
.profissional .postFoto {
	padding-bottom: 110%;
	margin: 0;
	z-index: 1;
}
.profissional h3 {
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 0;
	color: #3B3B3B;
}
.profissionalInfo {
	padding: 20px 20px 0 20px;
	overflow: hidden;
	color: #3B3B3B;
}
@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: 102%;
}
.profissional {
	width: 48%;
	margin-right: 2%;
}
.homeIntro {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}

#posts, #postsDestaques, #listaNumeros {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
#posts .post {
	width: 48%;
}

#relacionados .post:last-child {
	display: none;
}
.numero {
	width: 48%;
}
.postWrapper {
	width: 50%;
}
#relacionados .postWrapper:last-child {
	display: none;
}
#vantagensLista, .produtos, #instalacoes {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	width: 102%;
}
#vantagensLista, #instalacoes {
	justify-content: center;
	margin-left: -1%;
}
.vantagem, .produtos .produto, .instalacao {
	width: 48%;
	margin: 0 1%;
	margin-bottom: 20px;
}
#relacionados .produto:last-child {
	display: none;
}
}
@media only screen 
and (min-width : 640px) {
#projetos, #projetoInfo {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	width: 102%;
	margin-left: -1%;
}
.boxIcone {
	width: 48%;
	margin: 0 1%;
}
.projeto {
	width: 48%;
	margin: 0 1%;
	margin-bottom: 50px;
}
#listaDiferenciais {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.diferencial {
	width: 46%;
}

#botoesRodape section {
	flex-direction: row;
	width: 620px;
	margin: 0 auto;
	padding: 0;
}
#homeIconesLista {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
.homeIcone {
	width: 48%;
	margin: 0 1%;
	margin-bottom: 30px;
}
.boxTelefone {
	display: block;
}

#newsletter form {
	position: relative;
	overflow: hidden;
}
#newsletter span[data-name="your-name"], #newsletter span[data-name="your-email"] {
	width: calc(48% - 75px);
	margin-right: 2%;
	display: block;
	float: left;
}
#newsletter form input.wpcf7-submit {
    z-index: 2;
	position: absolute;
	right: 0;
	top: 0;
	width: 150px;
}
#newsletter .wpcf7-spinner {
	z-index: 3;
	position: absolute;
	right: 0;
	top: 0;
}
.camposNews {
	padding-right: 145px;
	z-index: 1;
	position: relative;
	margin-bottom: 10px;	
}
.camposNews p, .servicos {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.camposNews .wpcf7-form-control-wrap {
	display: block;
	width: 49%;
}
.servico {
	width: 48%;
}



.boxInstitucional {
	width: 46%;
	margin: 0 2%;
	margin-bottom: 60px;
}
#postsDestaques {
	flex-direction: column;
}
#postsDestaques .postWrapper {
	width: 100%;
}
#postsDestaques .postFotoWrapper {
	width: 38%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#postsDestaques .postFoto {
	padding-bottom: 0;
	height: 100%;
}
#postsDestaques .postResumo {
	width: 62%;
	float: right;
}
footer section, #creditos {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.boxRodape {
	width: 48%;
}
#creditos, #intro .blocos {
	align-items: center;
}
#creditos p, #assinatura {
	margin: 0;
}
#posts, #filtros section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

#selecao {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.vantagem {
	width: 31.3333%;
}
.boxSelecao {
	width: 50%;
	height: 100vh;
	padding: 0;
}
}
@media only screen 
and (min-width : 768px) {
#empresa .bloco {
	float: right;
	margin-bottom: 60px;
}
.projeto, .profissional {
	width: 31.3333%;
}
.bannerDesktop {
	display: block !important;
}
.bannerMobile {
	display: none !important;
}
.banner section {
	height: 550px;
}
.produtoIntroFoto {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	padding: 0;
	z-index: 1;
}
#produtoIntro .bloco {
	float: right;
}
#orcamentoForm {
	margin-left: 50%;
}
.especificacoesTexto {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 4%;
	-moz-column-gap: 4%;
	column-gap: 4%;
	overflow: hidden;
}
.vantagem {
	width: 23%;
}
.homeIcone, .produtos .produto, .instalacao {
	width: 31.3333%;
}
#instalacoesProduto .instalacao:last-child {
	display: none;
}
#relacionados .produto:last-child {
	display: block;
}

.setor {
	width: 31.3333%;
}
.single-servico .topo h1 {
	width: calc(100% - 350px);
}
.servicoWrapper {
	padding-top: 0;
	z-index: 2;
	margin-top: -160px;	
}
.servicoWrapper section, #institucional section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.topoBusca section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.topoBusca h1 {
	width: calc(100% - 280px);
	margin: 0;
}
#institucional .box {
	width: 30%;
}

.servicoWrapper .bloco {
	padding-top: 240px;
	width: calc(100% - 350px);
}
.servicoForm {
	margin: 0 0 60px 0;
}
.numero {
	width: 23%;
}
#quemSomos .bloco {
	float: right;
}

#produto section .gallery li {
	width:  15.6666%;
	margin: 0 1% 1% 0;
}


.desktop {
	display: block !important;
}
.mobile {
	display: none !important;
}
#relacionados .postWrapper {
	width: 33.3333%;
}
#relacionados .postWrapper:last-child {
	display: block;
}
.empresaBG {
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 50%;
	left: 0;
	top: 0;
	padding: 0;
}

.blocos {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}
#projetoIntro .blocos, #diferenciais .blocos, #apresentacao .blocos, #homeVideo .blocos, #orcamento .blocos, #produtoVideo .blocos, #produtosLista .blocos, #comoFunciona .blocos, #produtosSlide .blocos, #homeEmpresa .blocos {
	align-items: center;
}
.servico:nth-child(even) .blocos, #diferenciais .conteudo:nth-child(even) .blocos, #orcamento .blocos, #apresentacao .blocos, #produtosLista .blocos, #homeEmpresa .blocos {
	flex-direction: row-reverse;
}
.bloco {
	width: 46%;
}


}
@media only screen 
and (min-width : 1024px) {
.boxIcone {
	width: 31.3333%;
}
#instalacoesProduto .instalacao:last-child {
	display: block;
}
#instalacoesProduto .instalacao {
	width: 23%;
}
#fotos .gallery {
	width: 960px;
	margin: 0 auto;
}
.boxEmail {
	display: block;
}
.bloco.blocoProduto {
	width: calc(100% - 500px);
}
#homeVideo {
	background-attachment: fixed;
}
#institucional .blocos {
	align-items: center;
}
.blocoInstitucional {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}
.blocoInfo {
	width: 48%;
}
.boxRodape {
	width: auto;
}
.boxNews {
	max-width: 230px;
}
.boxRodapeEndereco {
	max-width: 270px;
}
#filtros {
	width: 960px;
	margin: -60px auto 0 auto;
}
#filtros section {
	width: auto;
	padding: 0 20px;
}

#posts {
	justify-content: flex-start;
	width: 103%;
}
#pagenav {
	margin-right: 3%;
}
#posts .post {
	width: 30.3333%;
	margin-right: 3%;
}
#relacionados .post:last-child {
	display: block;
}
h1 {
	font-size: 60px;
	line-height: 65px;
}
.banner h1 {
	font-size: 50px;
	line-height: 55px;
}

.destaqueIntro {
	float: left;
}
#destaquesSlide {
	width: calc(100% - 450px);
	float: right;
}
.infoContato {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.blocoContato {
	width: 49%;
}
.blocoContato.blocoEndereco {
	width: 100%;
}
#catalogo .bloco {
	width: 470px;
}


#creditos {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
}
section, #clientes  {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#clientes {
	padding: 80px 0 60px 0;
}
#quemSomos {
	background-attachment: fixed;
}

#headerMobile, .fa-xmark  {
	display: none !important;
}
#menuWrapper {
	width: 100%;
	left: 0;
	top: 40px;
	bottom: auto;
	height: 80px;
	z-index: 9985;
}
#menuWrapper .logo {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.menu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-end;
	position: relative;
	clear: none;
	width: 960px;
	padding: 0;
	margin: 0 auto;
	z-index: 8999;
}
#nav {
	float: left;
	clear: none;
	height: 80px;
	line-height: 80px;
	margin:  0;
	z-index: 10;
}
#nav li {
	float: left;
	margin: 0 40px 0 0;
	clear: none;
	position: relative;
	height: 80px;
	line-height: 80px;
	z-index: 8998;
}
#nav li:last-child {
	margin: 0;
}
.single-post .postSingle {
	width: 700px;
	margin: 0 auto;
}
#servicos:after {
	background: url(images/icone.png) center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	width: 500px;
	height: 500px;
	content: "";
	position: absolute;
	left: -250px;
	top: 50%;
	margin-top: -250px;
	opacity: 0.05;
	animation: rotation 70s infinite linear;
}
@keyframes rotation {
	from { transform: rotate(0deg); }
	to { transform: rotate(359deg); }
}
@-o-keyframes rotation {
	from { transform: rotate(0deg); }
	to { transform: rotate(359deg); }
}
@-moz-keyframes rotation {
	from { transform: rotate(0deg); }
	to { transform: rotate(359deg); }
}
@-webkit-keyframes rotation {
	from { transform: rotate(0deg); }
	to { transform: rotate(359deg); }
}
.page-template-index #relacionados:after {
	background: url(images/favicon.png) center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	width: 500px;
	height: 500px;
	content: "";
	position: absolute;
	right: -200px;
	top: 50%;
	margin-top: -250px;
	opacity: 0.05;
}
h2 {
	font-size: 40px;
	line-height: 45px;
}
}
@media only screen 
and (min-width : 1280px) {
#homeIntro section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

section, .menu, #creditos, #clientes, #fotos .gallery   {
	width: 1200px;
}
.produtoIcone {
	width: 23%;
}


}
@media only screen 
and (min-width : 1366px) {
#projetos {
	width: 960px;
	margin: 0 auto;
}
#projetosSlide {
	width: 1000px;
	margin: 0 auto;
}
#portfolio:before, #homeProjetos:before {
	width: 1350px;
	background: url(images/logoVertical.png) center right no-repeat;
	-webkit-background-size: 150px auto;
    -moz-background-size: 150px auto;
    -o-background-size: 150px auto;
    background-size: 150px auto;
	left: 50%;
	margin-left: -675px;
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	height: 100%;
}
}
