/*
Theme Name: Rope Tec
Theme URI: http://www.ropetec.com.br
Description: Template para site Rope Tec
Author: Rusvel Nantes 
Version: 1.0
License: None
*/
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,400;0,500;0,700;1,100;1,400;1,500;1,700&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, select, select:focus, textarea:focus {
    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, form input.wpcf7-submit, #menu a, .gallery li, a.btn, .overlay, footer a, .slick-prev:before, .slick-next:before, .foto a, aside a, .postFoto a, .post a, #pagenav a, .postSingle a, .fotoGallery a, .social .fab, header a, h2.accordion-toggle,  .blocoContato a, .commentsubmit, .postComments, .destaqueIcone, .link,#slideServicos strong, .fotoContorno:after, .fotoContorno:before, .fotoContorno img, #scrollTop, .setaDown, #listaSolucoes .postFoto:before, .slick-dots li button  {
	-moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
body {
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #333;
	background: #fff;
}
/* botão topo */
#scrollTop {
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: block;
	color: #fff;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 500;
	font-size: 18px !important;
	display: none;
	background: #999;
}
#scrollTop:hover {
	background: #ff6600;
}
.banner {
	background: #ff6600;
	padding: 30px 0;
}
h1 {
	font-size: 30px;
	line-height: 40px;
	clear:  both;
	display: block;
	position: relative;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
}
.banner h1 {
	margin: 0;
	background: url(images/trianguloLaranja.png) left top no-repeat;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	padding: 20px 0 20px 25px;
	
}
h2 {
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #464646;
}
h2.noResults {
	font-weight: 500;
	text-transform: none;
	color: #ff6600;
}
.single-post .conteudo h2 {
	border: 0;
	padding: 0;
	text-transform: none;
	margin-bottom: 30px;
}
h3 {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 10px;
	font-weight: 700;
}
h4 {
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}
h6 {
	display: block;
	color: #0072ce;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 5px;
	text-align: center;
	clear: both;
	letter-spacing: 1px;
	text-transform: uppercase;
}
/* geral */
.conteudo {
	padding: 50px 0 30px 0;
	overflow: hidden;
	clear: both;
	position: relative;
	background: #f8f8f8;
}
.page-template-page-produtos .conteudo {
	padding-bottom: 0;
}
.bgFoto {
	display: none;
}
.blocos {
	overflow: hidden;
	clear: both;
}
.bloco {
	overflow: hidden;
}
p {
	margin-bottom: 20px;
}
a:link, a:visited {
	color: #ff6600;
	text-decoration: none;
}
a:hover, a:active {
	color: #464646;
}
section {
	overflow: hidden;
	clear: both;
	position: relative;
	padding: 0 20px;
}


/* header */
.blocoFoto {
	padding: 100px 0 50px 0;
	overflow: hidden;
	clear: both;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
}
.blocoFoto h3 {
	color: #fff;
	border: 0;
	padding:  0;
	margin-bottom: 0;
}

.gallery  {
	overflow: hidden;
	clear: both;
}
.gallery li {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 48%;
	padding-bottom: 20%;
	margin: 0;
	float: left;
	position: relative;
	border: 2px solid #828282;
}
.gallery li:hover {
	border-color: #fddd04;
}
.gallery li a {
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	left: 0;
	top:  0;
}
header {
	position: fixed;
	background: #fff;
	z-index: 9999 !important;
	width: 100% !important;
	left: 0;
	top: 0;
	-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);
}
.spacer {
	height: 60px;
	overflow: hidden;
	display: block;
}
.social {
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.social li {
	margin: 0 0 0 13px;
}
.perfilBio .social {
	justify-content: center;
	width: 100%;
}
.perfilBio .social li {
	margin: 0 6px 10px 6px;
}
header .social {
	float: none;
	overflow: hidden;
	float: right;
	margin-bottom: 20px;
	padding-top: 10px;
}
.social .fab {
	color: #ff6600;
	overflow: hidden;
	font-size: 22px;
	padding: 0 1px;
}
.social .fab:hover {
	color: #464646;
}
footer .social .fab {
	color: #fff;
}
footer .social .fab:hover {
	color: #ccc;
}
footer .social li {
	margin: 0 13px 0 0;
}

#logo {
	float: left;
	width: auto !important;
	height: 50px !important;
	display: block;
	margin: 5px 0;
}
#menu {
	clear: both;
	display: none;
	text-align: right;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}
.nav li {
	margin: 0 0 15px 0;
}
.nav a:link, .nav a:visited {
	color: #999;
	text-decoration: none;
}
.nav a:hover, .nav a:active {
	color: #ff6600;
}
.home .mHome a, .page-template-page-servicos .mServicos a, .single-solucao .mServicos a, .single-post .mBlog a, .page-template-page-empresa .mEmpresa a, .page-template-page-contato .mContato a, .page-template-page-blog .mBlog a, .archive .mBlog a, .search-results .mBlog a, .page-template-page-clientes .mClientes a, .page-template-page-diferenciais .mDiferenciais a {
	color: #464646 !important;
}
.fa-bars {
	font-size: 25px !important;
	height: 60px !important;
	line-height: 60px !important;
	float: right;
	color: #ff6600;
	cursor: pointer;
}
/* formulario */
form {
	overflow: hidden;
	clear: both;
}
form input[type='text'], form input[type='email'], form input[type='date'], form input[type='tel'], textarea, select  {
    width: 100%;
	-webkit-appearance: none;
    color: #333;
    background-color: #fff;
	border: 1px solid #464646;
    font-size: 14px;
	height: 40px;
	line-height: 40px;
    padding: 0 15px;
    margin: 0 0 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
}
form input[type='date'] {
	height: 49px;
	line-height: 49px;
}
select {
	background: #fff url(images/setaSelect.png) center right no-repeat;
	color: #333;
	border-color: #fff;
}
textarea, textarea#comment {
	height: 150px;
	resize: none;
	line-height: 20px;
	padding: 10px;
}
.produtoForm textarea {
	height: 230px;
}
label {
	display: block;
	clear: both;
	margin-bottom: 3px;
	font-size: 13px;
	line-height: 16px;
	font-weight: 700;
}
.wpcf7-form-control-wrap.fotoForm, .wpcf7-form-control-wrap.conta {
	overflow: hidden;
	clear: both;
	margin-bottom: 10px;
	display: block;
}
#orcamento h2 {
	font-size: 16px;
	line-height: 20px;
	max-width: 350px;
	margin: 0 auto 8px auto;
}
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, select.wpcf7-not-valid, #ebook form input[type='text'].wpcf7-not-valid, #ebook form input[type='email'].wpcf7-not-valid, #ebook form input[type='tel'].wpcf7-not-valid, #formCadastro form input[type='email'].wpcf7-not-valid, #formNews form input[type='email'].wpcf7-not-valid  {
	background-color: #FFC;
	border-color: #ff6600;
}
.wpcf7-checkbox.wpcf7-not-valid label {
	color: #F00;
}
select.wpcf7-not-valid {
	background: #FFC url(images/setaSelect.png) center right no-repeat;
}
form input.wpcf7-submit, form input.commentsubmit {
    padding: 0 !important;
	margin: 0 0 20px 0 !important;
	float: left;
    color: #fff;
    font-size: 20px;
	border: 0 !important;
	cursor: pointer;
	width: 140px;
	height: 50px;
	line-height: 50px;
	display: block;
	background: #464646;
	text-transform: uppercase;
	overflow: hidden;
	font-family: 'Barlow', sans-serif;
	font-weight: 900;
	letter-spacing: 2px;
	-webkit-appearance: none;
}
form input.wpcf7-submit:hover {
	background: #ff6600;
	color: #fff;
}
form p, .wpcf7-checkbox {
	overflow: hidden;
	margin: 0;
}
.wpcf7-not-valid-tip {
	display: none !important;
}
div.wpcf7 .ajax-loader {
	padding: 0 !important;
	margin: 0 !important;
	float: right !important;
}
div.wpcf7-response-output {
	font-size: 13px !important;
	line-height: 18px !important;
	font-weight: normal !important;
	margin: 0 0 20px 0 !important;
	padding: 10px !important;
	clear: both;
	color: #333 !important;
	text-align: center;
	font-weight: 500 !important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #333;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #333;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #333;
}
:-moz-placeholder { /* Firefox 18- */
	color: #333;
}

a.btn:link, a.btn:visited {
	display: inline-block;
	clear: both;
	margin: 0 auto 20px auto;
	padding: 10px 20px;
	line-height: 20px;
	font-size: 15px;
	font-weight: 500;
	overflow: hidden;
	color: #ff6600;
	border: 2px solid #ff6600;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}
.botao {
	overflow: hidden;
	clear: both;
	text-align: center;
}
a.btn:hover, a.btn:active {
	background: #ff6600;
	color: #fff;
}
.btn .fas {
	line-height: 22px !important;
	font-size: 20px;
	margin: 0 5px 0 0;
	float: left;
}




/* rodape */
footer {
	background: #212121;
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	padding: 40px 0 0 0;
}
footer p {
	margin: 0;
}
footer h3 {
	margin-bottom: 15px;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 3px;
	font-weight: 500;
}
.boxRodape {
	margin-bottom: 40px;
	overflow: hidden;
}
.boxRodape.boxNav {
	margin-bottom: 20px;
}
.boxContato {
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
}
footer .boxContato.boxEmail {
	margin-bottom: 0;
}
.boxContato .fas, .boxContato .far, .boxContato .fab {
	position: absolute;
	left: 1px;
	top: 1px;
	font-size: 16px;
	color: #ff6600;
}
footer .boxContato .fas, footer .boxContato .far, footer .boxContato .fab {
	color: #fff;
}
footer ul {
	margin-bottom: 0;
}
footer ul.nav li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 10px;
	text-transform: uppercase;
}
footer ul.nav li:after {
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 4px;
    content: '\f111';
	color: #ff6600;
	position: absolute;
	left: 1px;
	top: 1px;
}
#logoRodape {
	width: auto !important;
	height: 60px !important;
	display: block;
	float: left;
}
footer a:link, footer a:visited, .topInfo a:link, .topInfo a:visited {
	color: #fff;
}
footer a:hover, footer a:active, .topInfo a:hover, .topInfo a:active {
	color: #ff6600;
}
.creditos {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	border-top: 1px solid #333;
	text-align: center;
}
.copyright {
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 16px;
}
.assinatura {
	width: 30px;
	margin: 0 auto;
}
.assinatura img {
	width: 100% !important;
	height: auto !important;
	display: block;
}
/* parceiros */
.parceiros {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 104%;
	overflow: hidden;
}
.parceiro {
	width: 46%;
	margin-right: 4%;
	margin-bottom: 20px;
}
.marca {
	width: 120px !important;
	height: auto !important;
	display: block;
	margin: 0 auto;
}

/* home */
#home {
	overflow: hidden;
	clear: both;
	background: #464646;
	position: relative;
	z-index: 2;
}
#slideshow {
	display: block;
	clear: both;
	overflow: hidden;
}
/* obras e projetos */
.foto, .fotoRedonda {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	position: relative;
	width: 100%;
	padding-bottom: 60%;
	overflow: hidden;
}
.blocoFotos {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.fotoRedonda {
	width: 54%;
	padding-bottom: 54%;
	margin: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 2;
	position: relative;
}
.fotoRedonda:nth-child(even) {
	z-index: 1;
	margin: 30px 0 20px 0;
	margin-left: -8%;
}
.fotos {
	margin-bottom: 20px !important;
}
.fotos .foto {
	padding-bottom: 50%;
}
.foto a {
	position: absolute;
	width: 100%;
	height: 100%;
	direction: block;
	left: 0;
	top: 0;
}
.foto a:hover {
	background-color: rgba(234, 82, 66, 0.5);
	background: rgba(234, 82, 66, 0.5);
}
.lista span {
	color: #fff !important;
	position: absolute;
	display: block;
	left: -100%;
	top: 20px;
	text-transform: uppercase;
	z-index: 2;
	font-size: 13px;
	line-height: 18px;
}
.lista .fas {
	font-size: 30px;
	margin-bottom: 10px;
	clear: both;
	display: block !important;
}
.overlay {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	display: block;
	height: 100%;
	width: 100%;
	opacity: 0;
}
.lista a:hover span {
	left: 20px;
}
.lista a:hover .overlay {
	background-color: rgba(0, 0, 0, 0.7);
	background: rgba(0, 0, 0, 0.7);
	opacity: 1;
}
/* single obras e projetos */
.galleria-theme-classic, #galleryWrapper {
	background: #aaa !important;
}
 #galleryWrapper {
	overflow: hidden;
	clear: both;
	padding: 40px 0;
}
.galleria {
	height: 550px;
}
.diferencial .galleria {
	height: 410px;
	margin-bottom: 20px;
}
.galleria-thumbnails { 
	margin: auto;
}
.galleria-theme-classic .galleria-counter {
	font-family: 'Signika Negative', sans-serif !important;
	font-size: 12px !important;
}
.responsive {
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	margin-bottom: 20px;
}
.page-template-page-diferenciais .conteudo:nth-child(odd) .responsive {
	max-width: 280px;
	margin: 0 auto 20px auto;
}
#slideshow .responsive {
	margin: 0;
}
/* blog */
.postFoto, .fotoGallery, .foto1, .foto2 {
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	overflow: hidden;
	width: 100%;
	padding-bottom: 55%;
	display: block;
	clear: both;
	position: relative;
	z-index: 3;
	margin-bottom: 0;
}
#listaSolucoes .postFoto {
	padding-bottom: 100%;
}

.postFoto {
	padding-bottom: 70%;
}
.fotoGallery {
	padding-bottom: 100%;
}
#blocoFotos .fotoGallery {
	padding-bottom: 75%;
}
.postFoto a, .fotoGallery a {
	width: 100%;
	height: 100%;
	position:absolute;
	left: 0;
	top: 0;
	opacity: 0;
	background-color: rgba(255, 255, 255, 0.8);
	background: rgba(255, 255, 255, 0.8);
	background-image: url(images/favicon.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: auto 90px;
    -moz-background-size:  auto 90px;
    -o-background-size:  auto 90px;
    background-size:  auto 90px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.postFoto a {
	border: 3px solid transparent;
}
#listaSolucoes .postFoto:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	background-color: rgba(255, 255, 255, 0.5);
	background: rgba(255, 255, 255, 0.5);
	background-image: url(images/icone.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: auto 70px;
    -moz-background-size:  auto 70px;
    -o-background-size:  auto 70px;
    background-size:  auto 70px;
}
.fotoGallery a {
	background-image: url(images/zoom.png);
	background-position: center 300px;
	-webkit-background-size: auto 50px;
    -moz-background-size:  auto 50px;
    -o-background-size:  auto 50px;
    background-size:  auto 50px;
}
.postFoto:hover a {
	border: 3px solid #ff6600;
}
.postFoto:hover a, .fotoGallery:hover a, #listaSolucoes a:hover .postFoto:before {
	opacity: 1;
	background-position: center center;
}

#posts {
	overflow: hidden;
	clear: both;
}
.post {
	overflow: hidden;
	margin-bottom: 30px;
}
.postData {
	font-size: 13px;
	line-height: 16px;
	font-weight: 500;
	display: block;
	margin-bottom: 10px;
	color: #ff6600;
	letter-spacing: 1px;
	z-index: 2;
}
.postSingle .postData {
	margin-bottom: 20px;
}
.postResumo {
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	background: #fff;
	padding: 20px 20px 0 20px;
	overflow: hidden;
	position: relative;
}
#relacionados .postResumo {
	background: #f8f8f8;
}
.postResumo:after {
	content: "";
	z-index: 1;
	background: url(images/trianguloCinza.png) right bottom no-repeat;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	width: 33%;
	padding-bottom: 33%;
	position:absolute;
	right: -1px;
	top: -1px;
}
.post .postFoto:after {
	content: "";
	z-index: 1;
	background: url(images/trianguloCinzaRight.png) right bottom no-repeat;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	width: 33%;
	padding-bottom: 33%;
	position:absolute;
	right: -1px;
	bottom: -1px;
	top: auto;
}
.postResumo h2 {
	text-transform: none;
	margin-bottom: 10px;
	color: #464646;
	font-size: 20px;
	line-height: 25px;
	border: 0;
	padding: 0 0 10px 0;
	position: relative;
	border-bottom: 1px solid #ff6600;
	z-index: 3;
}
/*.postResumo h2:after {
	content: "";
	width: 40px;
	height: 2px;
	display: block;
	background: #ff6600;
	position: absolute;
	left: 0;
	z-index: 1;
	top: 0;
}*/
a.mais:link, a.mais:visited {
	color: #fff;
	display: block;
	float: left;
	clear: both;
	font-weight: 700;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 2px;
	text-indent: 2px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	background: #464646;
	padding: 5px 15px;
}
a.mais:hover, a.mais:active {
	background: #ff6600;
}
aside {
	overflow: hidden;
	clear: both;
	padding-top: 50px;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	max-width: 300px;
}
aside h3 {
	display: block;
	clear: both;
	color: #ff6600;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	line-height: 18px;
	font-weight: 900;
}
aside h3:after {
	content: "";
	width: 30px;
	height: 3px;
	display: block;
	margin: 10px 0 0 0;
	background: #464646;
}
.sideBox {
	margin-bottom: 30px;
}
aside .postData {
	font-size: 11px;
	margin-bottom: 0;
}
aside ul {
	margin-bottom: 20px;
}
aside ul li a {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	padding: 5px 0;
}
aside ul li a:after {
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 13px;
	text-align: right;
    content: '\f054';
}
aside a:link, aside a:visited {
	color: #999;
	font-weight: 500;
}
aside a:hover, aside a:active {
	color: #ff6600;
}
#busca {
	position: relative;
	overflow: hidden;
	width: auto;
	max-width: 300px;
	margin: 0 0 30px 0;
	position: relative;
	height: 40px;
	border: 0;
	background: #fff;
}
#busca input#s {
	height: 40px;
	line-height: 40px;
	background: #fff;
	width: 100%;
	border: 0 !important;
	margin: 0 !important;
	z-index: 1;
	color: #333;
	font-size: 14px;
}
#busca input#searchsubmit {
	width: 40px;
	height: 40px;
	line-height: 40px;
	float: right;
	overflow: hidden;
	text-indent: 9999px;
	cursor: pointer;
	background: #fff url(images/busca.png) center no-repeat;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	border: 0 !important;
	padding: 0 !important;
}
/* paginacao */
#pagenav {
	overflow: hidden;
	clear: both;
	padding: 20px 0 40px 0;
	display: block;
	font-weight: 700;
	width: 100%;
	margin-right: 3%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#pagenav a, #pagenav span {
	display: block;
	margin: 0 5px 10px 5px;
	font-size: 15px;
	width: 25px;
	line-height: 25px !important;
	height: 25px !important;
	color: #999;
	text-align: center;
	overflow: hidden;
	border: 1px solid #999;
}
#pagenav span.current {
	color: #fff;
	background: #464646;
	border-color: #464646;
}
#pagenav a:link, #pagenav a:visited {
	color: #999;
}
#pagenav a:hover, #pagenav a:active {
	color: #ff6600;
	border-color: #ff6600;
}
/* relacionados */
#relacionados {
	overflow: hidden;
	clear: both;
	padding: 50px 0 0 0;
	background: #fff;
}
.home #relacionados {
	background: #ff6600 url(images/bgLaranja.png) center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#relacionados h1, .home h1 {
	margin-bottom: 20px;
	font-weight: 100;
	letter-spacing: 1px;
	color: #ff6600;
}
.home  #relacionados h1 {
	color: #fff;
}
/* single */
.postNav {
	overflow: hidden;
	clear: both;
	padding: 0 0 50px 0;
	font-size: 15px;
}
.postNav .fas {
	font-size: 13px;
	line-height: 20px !important;
}
.single-post .postNav {
	padding: 50px 0 20px 0;
}
.postPrev, .postNext {
	float: left;
	overflow: hidden;
}
.postNext {
	text-align: right;
	float: right;
}
.postNav a:link, .postNav a:visited {
	line-height: 20px;
	display: block;
	text-decoration: none !important;
	font-size: 16px;
	font-weight: 700;
}
.postSingle {
	overflow: hidden;
	clear: both;
	margin-bottom: 50px;
}
.postFooter {
	clear: both;
	border-top: 1px solid #ff6600;
	padding-top: 20px;
	overflow: hidden;
}
.postTags {
	font-weight: 500;
	overflow: hidden;
	padding-bottom: 20px;
	color: #ff6600;
}
.postFooter strong, .postFooter .addtoany_shortcode {
	float: left;
	display: block;
	line-height: 24px;
	margin-bottom: 20px;
}
.postFooter strong {
	color: #ff6600;
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
	margin-right: 5px;
}
.single .conteudo h1, .error404 .conteudo h1 {
	margin-bottom: 20px;
}
.single .conteudo h1:after, .page-template-page-produtos #intro h1:after, .error404 h1:after {
	margin: 15px 0 0 0;
}
.postSingle ul, .postSingle ol, .blocoBox ul, .blocoBox ol, #servicos ul {
	margin-bottom: 20px;
}
.blocoBox ul {
	list-style-position: inside;
}
.postSingle ol, .blocoBox ol {
	list-style-position: outside;
}
.postSingle ol li, .blocoBox ol li {
	list-style-type: decimal;
	margin-left: 25px;
}
.blocoBox ul li {
	list-style-type: disc;
	margin-left: 25px;
}
blockquote {
	margin: 0 0 20px 0;
	font-size: 20px;
	line-height: 28px;
	border-left: 5px solid #ff6600;
	color: #ff6600;
	font-style: italic;
	font-weight: 500;
}
blockquote p {
	padding: 15px 0 15px 20px;	
}
.wp-caption  {
	background: #fff;
	padding: 5px;
	overflow: hidden;
	clear: both;
	display: block;
	font-size: 13px;
	font-weight: 500;
	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;
}
.postSingle .gallery {
	width: 102%;
	overflow: hidden;
}
.postSingle .fotoWrapper {
	width: 48%;
	margin: 0 2% 2% 0;
	float: left;
}
/* blog home */
#blog {
	padding: 50px 0 0 0;
	overflow: hidden;
	background: #fff;
}
#blog h1 {
	text-align: center;
	margin-bottom: 50px;
}
/* contato */
.blocoContato h3 {
	text-transform: uppercase;
	letter-spacing: 6px;
	font-weight: 900;
	color: #ff6600;
}
.blocoContato .boxContato {
	margin-bottom: 20px;
	padding-left: 50px;
}
.blocoContato .boxContato.boxEmail, .blocoContato .boxContato.boxTelefone {
	line-height: 40px;
}
.blocoContato .boxContato.boxEmail, .blocoContato p, .blocoContato {
	margin-bottom: 40px;
}
.blocoContato .boxContato .fas, .blocoContato .boxContato .far,  .blocoContato .boxContato .fab {
	font-size: 18px;
	height: 40px;
	width: 40px;
	line-height: 40px !important;
	text-align: center !important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	background: #464646;
	color: #fff;
}
.blocoContato a:link, .blocoContato a:visited {
	color: #333;
}
.blocoContato a:hover, .blocoContato a:active {
	color: #ff6600;
}
.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;
}
/* links uteis */
#links {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	width: 101%;
	padding-bottom: 20px;
	margin-bottom: -1%;
}
.link {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 49%;
	margin: 0 1% 1% 0;
	border: 1px solid #f1f1f1;
}
.link .postFoto {
	padding-bottom: 100%;
	margin: 0;
	-webkit-background-size: 70% auto;
    -moz-background-size: 70% auto;
    -o-background-size: 70% auto;
    background-size: 70% auto;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
}


.post a:hover .fotoContorno:before {
	height: 100%;
}
.post a:hover .fotoContorno:after {	
	height: 100%;
}
.fotoContorno img {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 100% !important;
	height: auto !important;
	display: block;
	padding: 15px;
	position: relative;
	z-index: 4;
}




/* home */

#clientes {
	padding: 50px 0;
	overflow: hidden;
	background: #fff;
}
#clientes .link {
	width: 90%;
	margin: 0 auto;
}
#clientes h1 {
	color: #666;
	text-align: center;
}
#clientes .slick-list {
	margin: 0 30px;
}
#servicos {
	background: #ebebeb;
	padding: 50px 0 30px 0;
	overflow: hidden;
}
#empresa {
	padding: 50px 0 30px 0;
	font-size: 18px;
	line-height: 26px;
	position: relative;
	z-index: 1;
	background: #f8f8f8;
}

.postHeader h2 {
	padding: 0 0 18px 0;
	margin-bottom: 10px;
	border: 0;
	position: relative;
}
.postHeader h2:after {
	content: "";
	width: 50px;
	height: 3px;
	display: block;
	background: #ff6600;
	position: absolute;
	left: 0;
	bottom: 0;
}
.postHeader {
	overflow: hidden;
	margin-bottom: 0;
	font-size: 20px;
	line-height: 35px;
	font-weight: 500;
	color: #464646;
}
/* empresa */

.blocoBox, .blocoDestaque {
	background: #ff6600;
	color: #fff;
	padding: 20px 20px 0 20px;
	overflow: hidden;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-size: 14px;
	line-height: 20px;
	position: relative;
}
.blocoBox:after {
	background: url(images/trianguloLaranja.png) left top no-repeat;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	content: "";
	position: absolute;
	width: 32%;
	padding-bottom: 32%;
	left: -1px;
	top: -1px;
	z-index: 1;
}
.blocoBox h2, .blocoBox p {
	z-index: 2;
	position: relative;
}
/* servicos */
.servico {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.servico h3 {
	font-weight: 500;
}
.servicoIconeWrapper {
	width: 30%;
	background: #ff6600 url(images/trianguloLaranja.png) left top no-repeat;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	margin-bottom: 20px;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	overflow: hidden;
}
.servicoInfo {
	width: 65%;
}
.servicoIcone {
	width: 100%;
	padding-bottom: 100%;
	-webkit-background-size: 50% auto;
    -moz-background-size: 50% auto;
    -o-background-size: 50% auto;
    background-size: 50% auto;
	background-repeat: no-repeat;
	background-position: center;
}
.postSingle ul li, #servicos ul li {
	position: relative;
	padding-left: 25px;
}
.postSingle ul li:after,  #servicos ul li:after {
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 15px;
    content: '\f058';
	color: #ff6600;
	position: absolute;
	left: 1px;
	top: 1px;
}
.postSingle .blocoDestaque ul li:after {
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 15px;
    content: '\f00c';
	color: #fff;
	position: absolute;
	left: 1px;
	top: 1px;
}
.blocoDestaque {
	font-size: 20px;
	line-height: 25px;
}
.page-template-page-servicos .blocoDestaque {
	text-align: center;
	background: #464646;
	margin-bottom: 50px;
	color: #ccc;
}
.blocoDestaque strong {
	color: #fff;
}
/* diferenciais */
.page-template-page-diferenciais .conteudo:nth-child(odd) {
	background: #fff;
}
.page-template-page-diferenciais .bloco {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}
.error404 .blocos, .page-template-page-empresa .blocos {
	padding-top: 30px;
}
@media only screen 
and (min-width : 480px) {
#listaSolucoes  {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	width: 103%;
}
#listaSolucoes  .post {
	width: 47%;
	margin-right: 3%;
}
.postFooter strong, .postFooter .addtoany_shortcode {
	margin-bottom: 0;
}

}

@media only screen 
and (min-width : 640px) {
.page-template-page-empresa .blocos, #listaServicos {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.blocoBox, .servico {
	width: 48%;
}
.postSingle .fotoWrapper {
	width: 31.3333%;
}

.link {
	width: 32.3333%;
}
#chamada a.btn {
	font-size: 30px;
	line-height: 36px;
}
.topInfo .boxContato.boxTelefone {
	display: block;
}
#equipeLista, footer section, .perfil {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.perfil:nth-child(even) {
	flex-direction: row-reverse;
}
.perfilBio .social {
	justify-content: flex-start;
	width: 100%;
}
.perfilBio .social li {
	margin: 0 13px 10px 0;
}
.boxRodape {
	width: 50%;
}
.perfilFoto {
	width: 30%;
	margin: 0;
}
.perfilBio {
	width: 66%;
	border: 0;
}
.perfil {
	border-top: 1px solid #464646;
	text-align: left;
}
#creditos section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
.copyright {
	margin: 0 100px 0 0;
}
.assinatura {
	margin: 0;
}
#posts {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.post {
	width: 47%;
}
#relacionados #posts .post:last-child {
	display: none;
}
.destaque h2, .destaque p {
	padding: 0 20px;
}

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

@media only screen 
and (min-width : 768px) {
.conteudo, #empresa {
	background: #f8f8f8 url(images/bgCinza.png) left center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.boxRodape {
	width: 33.3333%;
}
.blocoBox {
	width: 31%;
}
.listaServicos ul {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px;
}
.timeLinha {
	left: 50%;
}
.timeNumero {
	left: 50%;
	margin-left: -25px;
}
.timeWrapper {
	padding: 0;
}
.timeItem {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 50%;
	padding-left: 35px;
	float: right;
}
.timeWrapper:nth-child(odd) .timeItem {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 50%;
	padding-right: 35px;
	text-align: right;
	float: left;
}
#slideshow section {
	height: 80vh;
}
.postSingle .fotoWrapper {
	width: 23%;
}
.link {
	width: 24%;
}
.topInfo .boxContato.boxEmail {
	display: block;
}
#relacionados #posts .post:last-child {
	display: block;
}
.postSingle, #posts {
	width: 70%;
	float: left;
	margin: 0;
}
.page-template-page-diferenciais .postSingle {
	width: 100%;
	float: none;
}
#relacionados #posts {
	width: 100%;
	float: none;
	margin: 0 0 20px 0;
}
#relacionados #posts .post {
	width: 31%;
}
aside {
	float: right;
	clear: none;
	width: 25%;
	max-width: 25%;
	padding: 0;
}
.blocos {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.bloco {
	width: 47%;
}
.page-template-page-diferenciais .blocos, #empresa .blocos, #servicos .blocos {
	align-items: center;
}
.page-template-page-diferenciais .conteudo:nth-child(odd) .blocos, #empresa .blocos {
	flex-direction: row-reverse;
}


.bloco.blocoContato {
	margin: 0;
	width: 35%
}
.bloco.blocoForm {
	width: 60%;
}
.empresa1, .empresa2, .empresa3 {
	position: relative;
}
.empresa1 .blocos {
	justify-content: flex-end;
	padding-bottom: 30px;
}
.empresa2, .empresa3 {
	padding: 50px 0 30px 0;
}
.empresa3 .blocos {
	flex-direction: row-reverse;
}
.foto1, .foto2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	padding: 0;
	height: 100%;
	margin: 0;
}
.foto2 {
	right: 0;
	left: auto;
}
h1, #relacionados h1, #organograma h1, .home h1 {
	font-size: 40px;
	line-height: 50px;
}
.single-post .conteudo h2 {
	font-size: 30px;
	line-height: 35px;
}
.wpcf7-form-control-wrap.your-name, .wpcf7-form-control-wrap.telefone {
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding-right: 5px;
	clear: left;
}
.wpcf7-form-control-wrap.your-email,  .wpcf7-form-control-wrap.your-subject {
	float: right;
	width: 50%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding-left: 5px;
	clear: right;
}
.wpcf7-form-control-wrap.your-message {
	overflow: hidden;
	clear: both;
}
}
@media only screen 
and (min-width : 1024px) {
#listaSolucoes .post {
	width: 22%;
}
.topInfo .boxContato.boxEndereco {
	display: block;
}
h1, #relacionados h1, #organograma h1, .home h1 {
	font-size: 45px;
	line-height: 55px;
}
section {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
.fa-bars {
	display: none !important;
}
#menu {
	display: flex !important;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	float: right;
	clear: none;
	padding: 0;
	margin: 0;
}
.nav li {
	float: left;
	height: 90px;
	line-height: 90px;
	padding:  0;
	margin: 0 0 0 45px;
	clear: none;
	position: relative;
}
header .social {
	margin: 0 0 0 45px;
	padding: 0;
}
header .social li, header .social .fab {
	height: 90px;
	line-height: 90px !important;
}
.nav li.mHome {
	margin-left: 0;
}
.home header .mHome:after, .page-template-page-servicos header .mServicos:after, .single-solucao header .mServicos:after, .page-template-page-empresa header .mEmpresa:after, .page-template-page-contato header .mContato:after, .page-template-page-blog header .mBlog:after, .page-template-page-diferenciais header .mDiferenciais:after, .archive header .mBlog:after, .search-results header .mBlog:after, .page-template-page-clientes header .mClientes:after, .single-post header .mBlog:after {
	content: "";
	width: 30px;
	height: 3px;
	display: block;
	background: #ff6600;
	position:absolute;
	left: 50%;
	margin-left: -15px;
	top: 60px;
}
#logo {
	height: 70px !important;
	margin: 10px 0;
}
.copyright {
	margin: 0 200px 0 0;
}
.boxRodape {
	width: auto;
}
.spacer {
	height: 90px;
}
#slideshow section {
	height: 85vh;
}
#empresa, .conteudo, .home #relacionados {
	background-attachment: fixed;
}
}