/*
Theme Name: Autovidros Ourinhos
Theme URI: http://www.autovidrosourinhos.com.br
Description: Template para site Autovidros Ourinhos
Author: Rusvel Nantes 
Version: 1.0
License: None
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;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, h3.accordion-toggle,  .blocoContato a, .commentsubmit, .postComments, .destaqueIcone, .link,#slideServicos strong, .fotoContorno:after, .fotoContorno:before, .fotoContorno img, #scrollTop, .setaDown, #contatoOpen, .tabs a, .categoria a, .categoriaIcone, a.mais, #categoriasIcones a, .slick-dots li button, .postData a, .btnEspecificacoes, .produtoDownloads a, .boxContato a, #produtosSlide a, #listaProdutos h3, #posts .post.maquina h2 {
	-moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
body {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	color: #323232;
	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;
	left: 10px;
	bottom: 100px;
	z-index: 500;
	font-size: 18px !important;
	display: none;
	background: #999;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
#scrollTop:hover {
	background: #ccc;
}
.banner {
	position: relative;
	z-index: 1;
	background-color: #8c8c8c;
	overflow: hidden;
	padding: 50px 0;
}
.banner h1 {
	color: #fff;
	font-weight: 500;
	margin-bottom: 0;
}
/*.banner section:before {
	content: "";
	position: absolute;
	left: 20px;
	bottom: 0;
	background: url(images/grafismo.png) center left no-repeat;
	width: 100%;
	z-index: 1;
	height: 50px;
	bottom: -25px;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}*/
h1 {
	font-size: 30px;
	line-height: 40px;
	clear:  both;
	display: block;
	position: relative;
	text-transform: uppercase;
	font-weight: 300;
	color: #323232;
}
h2 {
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #666;
}
.single-post .conteudo h2, #noResults h2 {
	text-transform: none;
	color: #0061CB;
}
h3 {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 10px;
	font-weight: 700;
	color: #373435;
}
/* geral */
.conteudo {
	padding: 50px 0 30px 0;
	overflow: hidden;
	clear: both;
	position: relative;
}
.blocos {
	overflow: hidden;
	clear: both;
}
.bloco {
	overflow: hidden;
}
p, .blocoVideo {
	margin-bottom: 20px;
}
a:link, a:visited {
	color: #666;
	text-decoration: none;
}
a:hover, a:active {
	color: #0061CB;
}
section {
	overflow: hidden;
	clear: both;
	position: relative;
	padding: 0 20px;
	z-index: 3;
}
/* 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;
}
.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, #menuWrapper {
	position: relative;
	background: #fff;
	z-index: 9999 !important;
	width: 100% !important;
}
#menuWrapper.scroll-to-fixed-fixed {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
}

#topMenu {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	color: #fff;
	background: #0061CB;	
}
#topMenu section, .topInfo, #menuWrapper section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.topInfo {
	justify-content: flex-start;
	font-size: 13px;
	display: none;
}
.topInfo span {
	display: block;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	margin: 0 20px 0 0;
}
.topInfo .far, .topInfo .fab, .topInfo .fas {
	font-size: 18px;
	margin: 0 5px 0 1px;
}
#mContato a:link, #mContato a:visited {
	color: #fff;
	background: #39b13e;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0 10px 0 35px;
	line-height: 28px;
	height: 28px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	position: relative;
	overflow: hidden;
}
#mContato a:hover, #mContato a:active {
	background: #009900;
}
#mContato .fab {
	font-size: 18px;
	position: absolute;
	left: 10px;
	line-height: 28px !important;
	top: 0;
}
.social {
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}
footer .social {
	justify-content: flex-start;
	height: 30px;
	line-height: 30px;
	margin-bottom: 30px;
}
.social li {
	margin: 0 0 0 10px;
	overflow: hidden;
}
footer .social li {
	margin: 0 10px 0 0;
}
.social .fab {
	color: #fff;
	overflow: hidden;
	font-size: 22px;
	padding: 0 1px;
	height: 50px;
	line-height: 50px;
}
.social .fab:hover {
	color: #ccc;
}
footer .social .fab {
	height: 30px;
	line-height: 30px;

}

#logosMenu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	margin: 10px 0;
	float: left;
}
#logo {
	width: auto !important;
	height: 50px !important;
	display: block;
}
#logo2 {
	width: auto !important;
	height: 24px !important;
	display: block;
	margin-left: 20px;
}
#menu {
	clear: both;
	display: none;
	text-align: right;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	width: 100%;
	height: 100vh;
}
.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: #323232;
}
.home .mHome a, .page-template-page-quem .mEmpresa a, .single-post .mBlog a, .page-template-page-servicos .mServicos a, .page-template-page-contato .mContato a, .page-template-page-social .mSocial a, .page-template-page-blog .mBlog a, .archive.date .mBlog a, .search .mBlog a, .archive.category .mBlog a, .page-template-page-aplicacoes .mAplicacoes a, .page-template-page-produtos .mProdutos a, .single-produto .mProdutos a, .tax-tipo .mProdutos a {
	color: #0061CB !important;
}
.fa-bars {
	font-size: 25px !important;
	height: 70px !important;
	line-height: 70px !important;
	color: #0061CB;
	cursor: pointer;
}
/* formulario */
form {
	overflow: hidden;
	clear: both;
}
form input[type='text'], form input[type='email'], form input[type='tel'], textarea, select  {
    width: 100%;
	-webkit-appearance: none;
    color: #323232;
    background-color: #fff;
	border: 1px solid #ccc;
    font-size: 13px;
	height: 35px;
	line-height: 35px;
    padding: 0 10px;
    margin: 0 0 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
}
footer form input[type='text'], footer form input[type='email'], footer form input[type='tel'] {
	height: 30px;
	line-height: 30px;
	margin-bottom: 5px;
}
select {
	background: #f1f1f1 url(images/setaSelect.png) center right no-repeat;
	color: #333;
	border-color: #f1f1f1;
}
textarea {
	height: 150px;
	resize: none;
	line-height: 20px;
	padding: 10px;
}
#contatoRodape textarea {
	height: 100px;
}
.produtoForm textarea {
	height: 230px;
}
label {
	display: block;
	clear: both;
	margin-bottom: 3px;
	font-size: 13px;
	line-height: 16px;
	font-weight: 700;
}
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: #032B70;
}
.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 {
	-webkit-appearance: none;
    padding: 0 !important;
	margin: 0 0 20px 0 !important;
	float: left;
    color: #fff;
    font-size: 22px;
	border: 0 !important;
	cursor: pointer;
	width: 140px;
	height: 50px;
	line-height: 50px;
	display: block;
	background: #0061CB;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: 2px;
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.page-template-page-cadastre form input.wpcf7-submit {
	font-size: 17px;
	letter-spacing: 1px;
}
.boxNews form input.wpcf7-submit, #contatoRodape form input.wpcf7-submit {
	width: 100px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	letter-spacing: 1px;
}
#maquinaForm form input.wpcf7-submit {
	width: 150px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	letter-spacing: 1px;
	margin: 0 0 20px 0 !important;
}
form input.wpcf7-submit:hover {
	background: #323232;
}
footer form input.wpcf7-submit {
	background: #323232;
	color: #fff;
}
footer form input.wpcf7-submit:hover {
	background: #fff;
	color: #0061CB;
}
form p, .wpcf7-checkbox {
	overflow: hidden;
	margin: 0;
}
.wpcf7-not-valid-tip {
	display: none !important;
}
div.wpcf7 .ajax-loader {
	float: right !important;
	margin: 0 !important;
}
div.wpcf7-response-output {
	font-size: 12px !important;
	line-height: 18px !important;
	font-weight: normal !important;
	margin: 0 0 20px 0 !important;
	padding: 10px !important;
	clear: both;
	color: #323232 !important;
	text-align: center;
	font-weight: 500 !important;
}
footer div.wpcf7-response-output {
	color: #fff !important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #323232;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #323232;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #323232;
}
:-moz-placeholder { /* Firefox 18- */
	color: #323232;
}

a.btn:link, a.btn:visited {
	display: inline-block;
	clear: both;
	margin: 0 20px 20px 0;
	padding: 10px 20px;
	line-height: 20px;
	font-size: 13px;
	font-weight: 500;
	overflow: hidden;
	color: #fff;
	background: #2c4b9a;
	text-decoration: none;
	text-align: center;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
a.btn:hover, a.btn:active {
	background: #fc2951;
	color: #fff;
}
.btn .fas, .btn .fab {
	line-height: 22px !important;
	font-size: 20px;
	margin: 0 5px 0 0;
	float: left;
}




/* rodape */
footer {
	background: #0061CB;
	font-size: 12px;
	line-height: 18px;
	padding: 40px 0 20px 0;
	font-weight: 500;
	color: #fff;
}
footer h3 {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #fff;
}
footer .horario h3 {
	margin-bottom: 10px;
}
h4 {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 700;
}
.boxRodape {
	margin-bottom: 20px;
	overflow: hidden;
}
footer .boxContato {
	position: relative;
	padding-left: 25px;
	margin-bottom: 15px;
	overflow: hidden;
}
.boxContato {
	overflow: hidden;
	padding-left: 30px;
	position: relative;
	margin-bottom: 10px;
}
.boxContato .fas, .boxContato .far, .boxContato .fab {
	position: absolute;
	left: 1px;
	top: 1px;
	font-size: 16px;
	color: #0061CB;
}
footer .boxContato .fas, footer .boxContato .far, footer .boxContato .fab {
	color: #fff;
}
#logoRodape {
	width: auto !important;
	height: 55px !important;
	margin: 0 0 30px 0;
	display: block;
	float: left;
}
.boxLogo p {
	display: block;
	clear: both;
}
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: #ccc;
}
footer .boxTel {
	margin-bottom: 5px;
}
footer .boxWhats {
	margin-bottom: 30px;
}
footer .boxEmail, .boxContatoRodape {
	margin-bottom: 30px;
}
.fa-phone {
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
/* servicos */
.servico {
	margin-bottom: 30px;
	overflow: hidden;
}

/* home */
#home {
	overflow: hidden;
	clear: both;
	position: relative;
	z-index: 2;
}
#slideshow {
	display: block;
	clear: both;
	overflow: hidden;
}
.slideBanner {
	clear: both;
	overflow: hidden;
	position: relative;
}
.slideBanner a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
#slideshow .responsive {
	margin: 0;
	z-index: 1;
}
/* obras e projetos */
.foto, .fotoRedonda {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	padding-bottom: 60%;
	overflow: hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.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, .fotoMapa, .bannerTop, .bannerProduto {
	width: 100% !important;
	height: auto !important;
	position: relative;
	display: block;
	margin-bottom: 20px;
}
.produtoTabela {
	width: 100%;
	max-width: 650px;
	height: auto !important;
	margin: 0 auto 20px auto;
}
#tabela {
	overflow: hidden;
	padding: 50px 0 30px 0;
	text-align: center;
}
#produtoVideo {
	overflow: hidden;
	padding: 50px 0 30px 0;
	background: #F5F5F5;
}
.single-produto section h2 {
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 30px;
}
.bannerProduto {
	margin: 0;
}
.parceiro .responsive {
	width: 80% !important;
	height: auto !important;
	display: block;
	margin: 0 auto;
}
#slideshow .responsive, .fotoMapa, .bannerTop {
	margin: 0;
}

/* blog */
.postFoto, .fotoGallery {
	background-position: center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	width: 100%;
	padding-bottom: 55%;
	display: block;
	clear: both;
	position: relative;
	z-index: 2;
	margin-bottom: 0;
}
.maquina .postFoto {
	/*background-color: #fff;*/
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	margin-bottom: 10px;
	padding-bottom: 100%;
}
.single-produto #relacionados .maquina .postFoto {
	border: 0;
}
.single-produto .gallery .fotoGallery {
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
#produtosSlide {
	text-align: center;
	font-weight: 500;
}
#produtosSlide .postFoto {
	border: 0;
	width: 80%;
	padding-bottom: 70%;
	margin: 10%;
}
#produtosSlide p {
	font-size: 18px;
	line-height: 22px;
	padding-top: 10px;
}
#galeriaHistoria {
	overflow: hidden;
}
#galeriaHistoria .fotoWrapper, #maquinaIntro .fotoWrapper {
	width: 100%;
}
.produto .postFoto {
	padding-bottom: 100%;
	margin-bottom: 20px;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.postFoto {
	padding-bottom: 70%;
}
.single-maquina #relacionados .postFoto,
#galeriaHistoria .fotoGallery, .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/icone.png);
	background-position: center -500px;
	background-repeat: no-repeat;
	-webkit-background-size: auto 80px;
    -moz-background-size:  auto 80px;
    -o-background-size:  auto 80px;
    background-size:  auto 80px;
}
.postFoto:hover a, .fotoGallery:hover a {
	/*opacity: 1;*/
	background-position: center center;
}

#posts {
	overflow: hidden;
	clear: both;
}
.post {
	overflow: hidden;
	margin-bottom: 30px;
}
.postData {
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
	color: #666;
	letter-spacing: 1px;
}
.single-post .postData {
	margin-bottom: 20px;
}
.postResumo {
	font-size: 13px;
	line-height: 18px;
	overflow: hidden;
	padding: 20px 20px 15px 20px;
	overflow: hidden;
	background: #F5F5F5;
	z-index: 1;
	position: relative;
}
#relacionados .postResumo, .home #relacionados {
	background: #fff;
}
.home #relacionados .postResumo {
	background: #F5F5F5;
}
.postResumo h2 {
	text-transform: none;
	margin-bottom: 10px;
	color: #0061CB;
	font-size: 20px;
	line-height: 25px;
}
a.mais:link, a.mais:visited {
	color: #fff;
	display: block;
	float: left;
	clear: both;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	background: #0061CB;
	padding: 5px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
a.mais:hover, a.mais:active {
	background: #666;
}
.post a.mais {
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	margin: -15px 0 0 20px;
	z-index: 2;
	position: relative;
}
aside {
	overflow: hidden;
	clear: both;
	padding-top: 50px;
	text-align: left;
	max-width: 300px;
}
aside h3 {
	display: block;
	clear: both;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #666;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.sideBox {
	margin-bottom: 30px;
}
aside .postData {
	font-size: 11px;
	margin-bottom: 0;
}
aside ul {
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 13px;
	line-height: 18px;
}
aside ul li a {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	padding: 5px 20px 5px 0;
	position: relative;
}
aside ul li a:after {
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
	line-height: 18px !important;
	text-align: right;
    content: '\f054';
	position: absolute;
	right: 1px;
	top: 5px;
}
aside a:link, aside a:visited {
	color: #999;
}
aside a:hover, aside a:active, aside .current-cat a {
	color: #0061CB;
}
#busca {
	position: relative;
	overflow: hidden;
	width: auto;
	max-width: 300px;
	margin: 0 0 30px 0;
	position: relative;
	height: 40px;
	border: 0;
	background: #f1f1f1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#busca input#s {
	height: 40px;
	line-height: 40px;
	background: #f1f1f1;
	width: 100%;
	border: 0 !important;
	margin: 0 !important;
	z-index: 1;
	color: #333;
}
#busca input#searchsubmit {
	width: 40px;
	height: 40px;
	line-height: 40px;
	float: right;
	overflow: hidden;
	text-indent: 9999px;
	cursor: pointer;
	background: #f1f1f1 url(images/busca.png) center no-repeat;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	border: 0 !important;
	padding: 0 !important;
	
}
/* paginacao */
#pagenav {
	overflow: hidden;
	clear: both;
	padding: 20px 0 40px 0;
	display: block;
	font-weight: 700;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
#pagenav a, #pagenav span {
	display: block;
	margin: 0 15px 10px 0;
	font-size: 20px;
	line-height: 25px !important;
	color: #999;
	text-align: center;
	overflow: hidden;
}
#pagenav span.current {
	color: #323232;
}
#pagenav a:link, #pagenav a:visited {
	color: #999;
}
#pagenav a:hover, #pagenav a:active {
	color: #0061CB;
}
/* comentarios */
.comments-area {
	padding: 10px 0;
	max-width: 100%;
	font-size: 12px;
}
.comments-area textarea {
	width: 100%;
}
.comment-body  {
	border: 1px solid #ddd;
	background: #F5F5F5;
	padding: 15px;
	margin: 15px 0;
}
.comment-reply-title,
.comments-title {
	font: 700 16px/1.5 sans-serif;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.comment-list {
	list-style: none;
	margin: 0 0 30px 0;
}
.comment-author {
	font-size: 14px;
	line-height: 1.7142857142;
}
.comment-list .reply,
.comment-metadata {
	font-size: 10px;
	text-transform: uppercase;
}
a.comment-reply-link:link, a.comment-reply-link:visited  {
	padding: 5px 10px;
	display: inline-block;
	background: #ccc;
	letter-spacing: 1px;
	font-size: 11px;
	color: #333;
	text-decoration: none  !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}
a.comment-reply-link:hover, a.comment-reply-link:active  {
	background: #999;
	color: #fff;
}
.comment-author .fn {
	font-weight: 700;
	font-style: normal;
	font-size: 15px;
	line-height: 20px;
	display: block;
	margin: 0;
}
.comment-author .says {
	display: none;
}
.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px;
}
.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
	border-top: 0;
}
.comment-author {
	position: relative;
}
.post .comment-author img.avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 18px;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	width: auto !important;
	height: auto !important;
}
.comment-body {
	text-align: left !important;
}
.comment-body p {
	margin-bottom: 10px;
}
.comment-meta.commentmetadata {
	font-size: 11px; 
	letter-spacing: 1px;
	margin-bottom: 10px;
	font-weight: 700;
}
.comment-meta.commentmetadata,
.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-metadata {
	padding-left: 0;
}
.comment-edit-link {
	margin-left: 10px;
}
.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}
.comment-author.vcard img {
	display: none !important;
}
.post .comment-content ul,
.post .comment-content ol,
.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px;
	list-style: none;
}
.post ol.comment-list,
.post ul.comment-list {
	margin: 0 0 40px 0;
}
.post ul.comment-content li, .post ol.comment-content li, .post ol.comment-list li, .post ul.comment-list li {
	list-style: none;
	margin: 0 0 10px 0 !important;
}
.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}
.comment-content > :last-child {
	margin-bottom: 0;
}
.comment-list .children {
	list-style: none;
	margin-left: 15px;
}
.comment-respond {
	margin-bottom: 24px;
	padding: 0;
}
.comment .comment-respond {
	margin-top: 24px;
}
.comment-respond h3 {
	margin-top: 0;
	margin-bottom: 24px;
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
	color: #767676;
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}
.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}
.comment-form label {
	display: block;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
}
.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}
.required {
	color: #c0392b;
}
.comment-reply-title small a {
	color: #2b2b2b;
	float: none;
	overflow: hidden;
	font-size: 12px;
	display: block;
	clear: both;
}
.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}
.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: inline-block;
}
.comment-navigation .nav-previous a {
	margin-right: 10px;
}
#comment-nav-above {
	margin: 15px 0;
}
/* relacionados */
#relacionados {
	overflow: hidden;
	clear: both;
	padding: 50px 0 0 0;
	background: #F5F5F5;
}
#relacionados h1, #parceiros h1 {
	margin-bottom: 40px;
	color: #666;
}
.postNav {
	overflow: hidden;
	clear: both;
	padding: 0 0 50px 0;
	font-size: 15px;
	text-transform: uppercase;
}
.postNav .fas {
	font-size: 18px;
	line-height: 20px !important;
	padding: 0 1px;
}
.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: 500;
	color: #666;
}
.postNav a:hover, .postNav a:active {
	color: #323232;
}
.postSingle {
	overflow: hidden;
	clear: both;
	margin-bottom: 50px;
}
.postFooter {
	clear: both;
	border-top: 1px solid #0061CB;
	padding-top: 20px;
	overflow: hidden;
}
.postTags {
	font-weight: 500;
	overflow: hidden;
	padding-bottom: 20px;
	color: #2c4b9a;
}
.postFooter strong, .postFooter .addtoany_shortcode {
	float: left;
	display: block;
	line-height: 24px;
	margin-bottom: 20px;
}
.postFooter strong {
	color: #0061CB;
	font-size: 12px;
	line-height: 22px;
	text-transform: uppercase;
	margin-right: 5px;
	font-weight: 500;
}
.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 {
	margin-bottom: 20px;
}
.postSingle ul {
	list-style-position: inside;
}
.postSingle ol {
	list-style-position: outside;
}
.postSingle ol li {
	list-style-type: decimal;
	margin-left: 25px;
}
.postSingle ul li {
	list-style-type: disc;
	margin-left: 25px;
}
blockquote {
	margin: 0 0 20px 0;
	font-size: 20px;
	line-height: 30px;
	border-left: 5px solid #0061CB;
	color: #0061CB;
	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: 12px;
	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;
}
#maquinaIntro .gallery {
	width: 100%;
	margin-bottom: 20px;
}
#maquinaIntro .fotoWrapper {
	width: auto;
	margin: 0;
}
#maquinaIntro .fotoGallery {
	padding-bottom: 70%;
}
/* contato */
.blocoContato {
	margin-bottom: 50px;
}
.blocoContato .boxContato {
	font-weight: 500;
	overflow: hidden;
	margin-bottom: 10px;
	padding-left: 30px;
	line-height: 24px;
}
.boxContato.boxEndereco {
	margin-bottom: 40px;
}
.blocoContato .boxContato .fas, .blocoContato .boxContato .far,  .blocoContato .boxContato .fab {
	font-size: 18px;
	line-height: 24px !important;
	width: 25px;
	text-align: center !important;
	position: absolute;
	left: 0;
	top: 0;
	color: #0061CB;
}
.blocoContato a:link, .blocoContato a:visited {
	color: #323232;
}
.blocoContato a:hover, .blocoContato a:active {
	color: #0061CB;
}
.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;
}
.blocoContato .social {
	justify-content: flex-start;
}
.blocoContato .social li {
	margin: 0 15px 0 0;
}
.blocoContato  .social .fab, .blocoContato  .social li {
	height: 25px;
	line-height: 25px !important;
	color: #0061CB;
}
.blocoContato .social .fab:hover, .blocoContato .social a:hover {
	color: #323232;
}
/* links uteis */
.page-template-page-links .conteudo, .page-template-page-servicos .conteudo {
	text-align: center;
}
/* contato rodape */
#mascote {
	display: none;
	z-index: 8890;
}
#contatoRodape {
	width: 260px;
	padding: 10px 10px 0 10px;
	overflow: hidden;
	position: fixed;
	right: 10px;
	bottom: 0;
	z-index: 8888;
	background: #167ac6;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-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;
	overflow: hidden;
}
#contatoForm {
	display: none;
}
#contatoOpen {
	color: #fff;
	cursor: pointer;
	margin-bottom: 10px;
	font-weight: 700;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
}
#contatoOpen:hover {
	color: #373435;
}
#contatoOpen .fas {
	margin: 0 1px 0 0;
	font-size: 24px;
}
#contatoOpen.contatoClose .fas {
	-moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}
/* newsletter */
#newsletter {
	padding: 100px 0 80px 0;
	overflow: hidden;
	position: relative;
	clear: both;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	color: #fff;
	background-color: #0058d4;
	text-align: center;
}
#newsletter h2 {
	color: #fff;
	margin-bottom: 5px;
}
#newsletterIntro p {
	font-weight: 700;
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 25px;
}
#newsletter:after {
	background-color: rgba(0, 88, 212, 0.9);
	background: rgba(0, 88, 212, 0.9);
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
/* institucional */
#institucional {
	background: #0061CB;
	text-align: center;
	padding: 50px 0 0 0;
	font-size: 13px;
	line-height: 18px;
	font-weight: 500;
	color: #fff;
}
#institucional h2 {
	text-align: center;
	margin-bottom: 10px;
	color: #fff;
}
.icone {
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 20px;
}
.iconeImage {
	width: 100px;
	height: 100px;
	background: #323232;
	margin: 0 auto 10px auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}

.iconeImage img {
	display: block;
	width: 60px !important;
	height: auto !important;
	margin: 20px;
}
/* single maquina */
#maquinaFormWrapper {
	overflow: hidden;
	clear: both;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	max-width: 350px;
	margin: 0 auto 20px auto;
}
.maquinaBg {
	background: #F5F5F5;
	overflow: hidden;
	padding-top: 20px;
}
#maquinaFormWrapper .maquinaFoto {
	overflow: hidden;
	padding: 0 70px;
}
#maquinaFormWrapper .postFoto {
	width: 100%;
	padding-bottom: 100%;
	margin-bottom: 20px;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
#maquinaFormWrapper h2 {
	text-align: center;
	padding: 15px;
	margin-bottom: 0;
	color: #fff;
	background: #0061CB;
	font-size: 25px;
	line-height: 30px;
	font-weight: 700;
}
#maquinaFormWrapper h2 small {
	display: block;
	font-weight: 400;
}
#maquinaForm {
	padding: 0 20px;
}
.tabs {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.tabs li {
	width: 50%;
	text-align: center;
}
.tabs li a:link, .tabs li a:visited {
	display: block;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #0058d4;	
}
.tabs li a:hover, .tabs li a:active {
	background: #00af1b;	
}
.tabs li.active a {
	background: #001b40 !important;	
}
.tab_content {
	display: none;
	margin-bottom: 30px;
	overflow: hidden;
}
#t1.tab_content {
	display: block;
}
.single-maquina #relacionados .post {
	text-align: center;
}
.single-maquina .postFooter {
	padding-bottom: 50px;
}
#maquinaGaleria {
	overflow: hidden;
	margin-bottom: 20px;
}


/* lancamentos */
#paralax {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	height: 450px;
}
/* home */
#parceiros {
	padding: 50px  0;
	background: #F5F5F5;
}
.home #parceiros {
	background: #fff;
}
#parceiros .slick-list, #produtosSlide .slick-list, #categoriasSlide .slick-list {
	margin: 0 30px;
}
#alugar {
	padding: 50px 0 30px 0;
	background: #F5F5F5;
}
#categoriasSlide {
	text-align: center;
	margin-top: 30px;
}
#produtos {
	text-align: center;
	padding: 50px 0 30px 0;
	background: #323232;
	color: #fff;
}
#maquinas h2, #segmentos h2, #solucoes h2 {
	color: #2c4b9a;
	margin-bottom: 50px;
}
.home #produtos h2 {
	color: #fff;
}
#produtosSlide {
	padding: 30px 0;
}
#produtos p {
	font-weight: 500;
	color: #fff !important;
}
.postFotoBox {
	position: relative;
	overflow: hidden;
}
.postFotoBox .postFoto {
	position: relative;
	z-index: 2;
}
.postFotoBox:after {
	position: absolute;
	content: "";
	width: 90%;
	height: 100%;
	bottom: 0;
	left: 5%;
	background: #0061CB;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	z-index: 1;
}
.btnCenter {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	overflow: hiddden;
	width: 100%;
	padding: 30px 0 0 0;
}
.maquina h2 {
	background: #0061CB;
    max-width: 350px;
    color: #fff;
    text-transform: none;
    font-size: 15px !important;
    padding: 10px 0;
    line-height: 20px !important;
    text-align: center;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin-bottom: 20px;
	font-weight: 700;
}
.produtosIntro {
	max-width: 680px;
	margin: 0 auto 20px auto;
	text-align: center;
}
.home #produtos .maquina h2 span, .maquina h2 span, .prodResumo h2 span {
	padding: 0 10px;
	display: block;
}
.home #produtos .maquina h2 {
	max-width: 85%;
	margin: 0 auto 20px auto;
}
#segmentos {
	text-align: center;
	overflow: hidden;
}
.page-template-page-maquinas #segmentos {
	background: #F5F5F5;
}
.page-template-page-produtos .conteudo h2 {
	text-align: center;
}
.categorias {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	text-align: center;
}
.categoria {
	width: 46%;
	margin: 0 2%;
	margin-bottom: 30px;
	overflow: hidden;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
}
#categoriasSlide .categoria {
	margin: auto;
	width: auto;
	padding: 0 15px;
}
.categoriaIcone {
	width: 100px;
	height: 100px;
	background-color: #2c4b9a;
	overflow: hidden;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	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;
}
.categoria a:link, .categoria a:visited {
	color: #2c4b9a;
}
.categoria a:hover, .categoria a:active {
	color: #fc2951;
}
.categoria a:hover .categoriaIcone {
	background-color: #fc2951;
}
/* categoria */
#listaMaquinas {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	width: 102%;
	text-align: center;
}
#listaMaquinas .maquina {
	width: 48%;
	margin-right: 2%;
	margin-bottom: 30px;
}
.blocoIntro {
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	color: #2c4b9a;
}
.chamada {
	color: #2c4b9a;
	font-weight: 500;
	padding-left: 70px;
	background: url(images/grafismo.png) 1px 4px no-repeat;
	-webkit-background-size: auto 16px;
    -moz-background-size: auto 16px;
    -o-background-size: auto 16px;
    background-size: auto 16px;
}

#empresa {
	overflow: hidden;
	padding: 50px 0 30px 0;
	background: #f5f5f5;
}
#empresa h1 {
	margin-bottom: 10px;
}
.blocoForm {
	margin-bottom: 60px;
}
#homeCategorias {
	overflow: hidden;
	clear: both;
}
.home #homeCategorias {
	text-align: center;
	padding-top: 50px;
}
#comoChegar {
	overflow: hidden;
	padding: 50px 0 0 0;
	overflow: hidden;
	border-top: 2px solid #f1f1f1;
}
#comoChegar h1 {
	margin-bottom: 20px;
}
.botoes {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content:  flex-start;
	margin-bottom: 10px;
}
/* perguntas */
#perguntas {
	overflow: hidden;
	clear: both;
	padding: 0;
	background: #fff;
}
h3.accordion-toggle {
	position: relative;
	clear: both;
	padding: 20px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	background: #323232;
	color: #fff;
	margin: 0;
	border-bottom: 1px solid #ccc;
}

h3.accordion-toggle .fa-chevron-down, h3.accordion-toggle .fa-chevron-right {
	position: absolute;
	left: 0;
	top: 2px;
	height: 20px;
	line-height: 20px !important;
	font-size: 15px;
}
h3.accordion-toggle span {
	display: block;
	padding-left: 25px;
}
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: #ccc;
}
h3.accordion-toggle.ativo {
	border: 0;
	margin: 0;
	background: #fff;
	color: #323232;
}
h3.accordion-toggle .fa-angle-down {
	position: absolute;
	left: 0;
	
	top: 11px;
	font-size: 18px;
}
.accordion-content {
	display: none;
	padding: 0;
	background: #fff;
	color: #323232;
	overflow: hidden;
}

/* aplicacoes */
.blocoCat {
	padding-top: 100px;
}
.page-template-page-aplicacoes .conteudo h2 {
	text-align: center;
	margin-bottom: 50px;
}
.page-template-page-aplicacoes .conteudo .blocoCat h2 {
	text-align: left;
	margin-bottom: 20px;
}
#categoriasIcones {
	font-weight: 700;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	text-align: center;
}
.catIcone {
	width: 48%;
}
#categoriasIcones .iconeImage {
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.catIcone {
	line-height: 20px;
}
.catIcone .iconeImage {
	margin-bottom: 10px;
}
/* taxonomia */
.prodResumo h2 {
	background: #373435;
	max-width: 350px;
	color: #fff;
	text-transform: none;
	font-size: 15px;
	padding: 10px 0;
	line-height: 20px;
	text-align: center;
	-webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
	margin-bottom: 20px;
	font-weight: 500;
}
/* home aplicacoes */
#aplicacoes {
	overflow: hidden;
	padding: 100px 0 80px 0;
	background: #F5F5F5;
	text-align: center;
}
#aplicacoes h2 {
	margin-bottom: 50px;
}
/* home vantagens */
.home #institucional {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
	padding: 100px 0 50px 0;
}
.home #institucional h2 {
	color: #ccc;
	width: 100%;
	margin-bottom: 50px;
}
.home #institucional .icone h2 {
	font-size: 20px;
	line-height: 25px;
	color: #fff;
	margin-bottom: 20px;
}
/* home video */
#video {
	padding: 50px 0 30px 0;
	position: relative;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
}
/* home icones produtos */
#iconesDestaques {
	/*border: 2px solid #fff;*/
	background: #ccc;
	padding: 15px 0 0 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
	max-width: 900px;
	margin: 0 auto 50px auto;
}
#iconesDestaques p {
	margin: 0;
}
#iconesDestaques img {
	width: 30px !important;
	height: auto !important;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
}
#iconesDestaques .icone {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding-left: 35px;
	margin: 0 20px 15px 20px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	line-height: 30px;
}
#instituicoes {
	overflow: hidden;
	padding: 30px 0 0 0;
}

#listaProdutos {
	overflow: hidden;
	padding-top: 30px;
}
#instituicoes .postFoto, #listaProdutos .postFoto {
	padding-bottom: 100%;
	position: relative;
	z-index: 1;
	margin: 0 auto;
}
#listaProdutos .postFoto, #posts .post.maquina .postFoto {
	width: 90%;
	margin: 10px auto;
}
.instituicao, #listaProdutos .produto {
	overflow: hidden;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#listaProdutos .produto {
	background: #fff;
	margin-bottom: 40px;
}
#posts .post.maquina {
	background: #fff;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#instituicoes h3, #listaProdutos h3, #posts .post.maquina h2 {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	padding: 10px 5px;
	background: #0061CB;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	margin: -5px 0 0 0;
	position: relative;
	z-index: 2;
	text-align: center;
	text-transform: none;
}
#listaProdutos a:hover h3, #posts .post.maquina a:hover h2 {
	background: #323232;
}
.embed-container {
	margin-bottom: 20px;
}
.desktop {
	display: none !important;
}
.mobile {
	display: block !important;
}
.tax-tipo, .page-template-page-produtos {
	background: #F5F5F5;
}
.tax-tipo .maquina h2, .page-template-page-produtos .maquina h2 {
	background: none;
	color: #0061CB;
}
#produtoNav {
	background: #0061CB;
	color: #fff;
	text-align: center;
	margin: 10px auto 30px auto;
	font-weight: 500;
	text-transform: uppercase;
	max-width: 280px;
	height: 40px;
	line-height: 40px;
	-webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
	font-size: 13px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 0 15px;
}
.btnEspecificacoes {
	cursor: pointer;
}
.btnEspecificacoes a:link, .btnEspecificacoes a:visited {
	color: #fff;
}
.btnEspecificacoes a:hover, .btnEspecificacoes a:active {
	color: #ccc;
}
#produtoNav .fas {
	margin-left: 5px;
}
.single-produto .postSingle {
	text-align: center;
}
#maquinaIntro {
	z-index: 4;
	position: relative;
}
#produtoVideo {
	z-index: 3;
	position: relative;
}
.bannerProduto {
	z-index: 2;
	position: relative;
}
#especificacoes {
	z-index: 1;
	padding-top: 70px;
	margin-top: -70px;
	background: #fff;
	overflow: hidden;
	position: relative;
	padding-bottom: 30px;
}
#especificacoes-app {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
#especificacoes-app img {
	display:block;
	width: 48%;
	margin-bottom: 20px;
	height: auto;
}


.produtoDownloadsWrapper {
	max-width: 350px;
	overflow: hidden;
	padding: 30px 0 20px;
	text-align: center;
	display: block;
	clear: both;
	margin: 0 auto;
}
.produtoDownloads {
	max-width: 200px;
	margin: 0 auto 10px auto;
}
.produtoDownloads p {
	margin-bottom: 10px;
}
.produtoDownloads h3 {
	color: #323232;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.produtoDownloads a:link, .produtoDownloads a:visited {
	display: block;
	padding: 5px 15px;
	-webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 20px;
	font-weight: 500;
	background: #0061CB;
}
.produtoDownloads a:hover, .produtoDownloads a:active {
	background: #323232;
}
#servicos {
	text-align: center;
	padding: 50px 0 0 0;
}
#servicos h2 {
	margin-bottom: 50px;
}
#listaServicos, #servicos .botao, #produtos .botao {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
#servicos .botao {
	overflow: hidden;
	padding-bottom: 30px;
}
#listaServicos .iconeImage {
	background-color: #0061CB;
	-webkit-background-size: 60px auto;
    -moz-background-size: 60px auto;
    -o-background-size: 60px auto;
    background-size: 60px auto;
	background-position: center;
	background-repeat: no-repeat;
}
.servico {
	width: 46%;
	margin: 0 2%;
	margin-bottom: 30px;
}
.servico p {
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
}
.especificacoesTitulo h1 {
	color: #fff;
}
.especificacoesTitulo {
	padding: 40px 0;
	background: #0061CB;
	margin-bottom: 50px;
}
.bannerRegua {
	width: 100%;
	height: auto;
	display: block;
	max-width: 800px;
	margin: 0 auto 50px auto;
}
@media only screen 
and (min-width : 480px) {
	.embed-container {
    overflow: hidden;
    position: relative;
    width:100%;
}
.postFooter strong, .postFooter .addtoany_shortcode {
	margin-bottom: 0;
}
h1 {
	font-size: 35px;
	line-height: 45px;
}
.single-produto #relacionados #posts, #instituicoes, #listaProdutos {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	width: 102%;
}
.single-produto #relacionados #posts .post, .instituicao, #listaProdutos .produto {
	width: 48%;
	margin-right: 2% !important;
}
#mascote {
	display: block;
	position: fixed;
	right: 0;
	bottom: 0;
	width: 130px !important;
	height: auto !important;
}
#contatoRodape {
	right: 80px;
}
}

@media only screen 
and (min-width : 640px) {
.servico {
	width: 29.3333%;
}
#iconesDestaques {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#iconesDestaques {
	align-items: flex-start;
	justify-content: center;
	text-align: left;
}
#iconesDestaques .icone {
	width: auto;
}
.prodFoto {
	width: 35%;
}
.prodResumo {
	width: 60%;
}
#categoriasIcones {
	justify-content: center;
}
.catIcone {
	width: 29.3333%;
	margin: 0 2%;
}
#creditos section {
	align-items: center;
	justify-content: space-between;
}
.copyright {
	text-align: left;
	margin: 0 0 20px 0;
	line-height: 30px;
}
.assinatura {
	margin: 0 0 20px 0;
}

#seloWrapper section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	text-align: left;
}
.selo {
	width: 20% !important;
	margin: 0 0 20px 0;
}
#seloTexto {
	width: 76%;
}
#listaMaquinas .maquina, .instituicao, #listaProdutos .produto {
	width: 31.3333%;
}
.categoria {
	width: 29.3333%;
}

.postSingle .fotoWrapper {
	width: 31.3333%;
}
.topInfo .boxContato.boxTelefone {
	display: block;
}
footer section, #institucional section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.boxRodape {
	width: 46%;
}
.icone {
	width: 25%;
}
#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;
}
.single-produto #relacionados #posts .post:last-child {
	display: block;
}
}
@media only screen 
and (min-width : 768px) {
.servico {
	width: 21%;
}
.desktop {
	display: block !important;
}
.mobile {
	display: none !important;
}
.embed-container {
    overflow: hidden;
    position: relative;
    width:50%;
}
.textoEspecificacoes {	
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px;
}
.catIcone {
	width: 21%;
}
#seloTexto {
	font-size: 20px;
	line-height:  30px;
}
.categoria {
	width: 21%;
}
#maquinaIntro {
	position: relative;
	z-index: 2;
	margin-top: -80px;
}
#maquinaIntro .postSingle {
	padding-top: 90px;
}
#maquinaFormWrapper {
	float: right;
	clear: none;
}
.produtoDownloadsWrapper {
	float: right;
	margin: 0;
	min-width: 350px;
}
.postSingle .fotoWrapper {
	width: 23%;
}
.topInfo .boxContato.boxEmail {
	display: block;
}
#relacionados #posts .post:last-child {
	display: block;
}
.postSingle, #posts {
	width: 70%;
	float: left;
	margin: 0;
}
#listaMaquinas {
	width: 72%;
	float: right;
	margin: 0;
}
#relacionados #posts {
	width: 100%;
	float: none;
	margin: 0 0 20px 0;
}
.page-template-page-locacao .postSingle, #alugar .postSingle, .page-template-page-cadastre .postSingle, .tax-tipo .postSingle {
	width: 100%;
	float: none;
}
#relacionados #posts .post {
	width: 31%;
}
aside {
	float: right;
	clear: none;
	width: 25%;
	max-width: 25%;
	padding: 0;
}
.tax-tipo aside {
	float: left;
}
.blocos {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
#empresa .blocos, .page-template-page-quem .blocos, .page-template-page-aplicacoes .blocos, #video .blocos, #produtoVideo .blocos {
	align-items: center;
}
.page-template-page-aplicacoes .blocos:nth-child(even), #video .blocos {
	flex-direction: row-reverse;
}
.bloco, #maquinaInfo {
	width: 48%;
}
.blocoForm {
	margin-bottom: 0;
}
#maquinaInfo {
	float: left;
}
h1 {
	font-size: 45px;
	line-height: 55px;
}
.single-post .conteudo h2, .home h2 {
	font-size: 30px;
	line-height: 35px;
}
.home .postResumo h2 {
	font-size: 20px;
	line-height: 25px;
}
.blocoForm .wpcf7-form-control-wrap.your-name, .blocoForm .wpcf7-form-control-wrap.your-email {
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding-right: 5px;
	clear: left;
}
.blocoForm .wpcf7-form-control-wrap.telefone, .blocoForm .wpcf7-form-control-wrap.empresa {
	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-subject {
	overflow: hidden;
	clear: both;
}
.boxRodape {
	width: 30%;
}
.boxLogo {
	width: 100%;
}
.produtoEspecificacoes {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-width: 48%;
	-moz-column-width: 48%;
	column-width: 48%;
}
}
@media only screen 
and (min-width : 1024px) {

.banner {
	padding: 70px 0;
}
.single-produto #relacionados #posts .post {
	width: 23%;
	display: block !important;
}
.topInfo {
	order: 1;
}
#mContato {
	order: 3;
}
header .social {
	order: 2;
}
header .social li {
	margin: 0 5px;
}
.catIcone {
	width: 21%;
}
.boxRodape {
	width: auto;
}
.boxLogo, .boxNews {
	width: 22%
}
.categoria {
	width: 16%;
}
.topInfo  {
	display: flex;
}
section {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
.fa-bars {
	display: none !important;
}
#menu {
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	float: right;
	clear: none;
	padding: 0;
	margin: 0;
	width: auto;
	height: auto;
	font-size: 15px;
}
.nav li {
	float: left;
	height: 70px;
	line-height: 70px;
	padding:  0;
	margin: 0 0 0 40px;
	clear: none;
	position: relative;
}
.nav li.mHome {
	margin-left: 0;
}
.nav li:hover .submenuWrapper {
	display: block;
}
#video {
	background-attachment: fixed;
}

.home .mHome:after, .page-template-page-quem .mEmpresa:after,  .page-template-page-social .mSocial:after, .single-post .mBlog:after, .page-template-page-servicos .mServicos:after, .page-template-page-contato .mContato:after, .page-template-page-blog .mBlog:after, .archive.date .mBlog:after, .search .mBlog:after, .archive.category .mBlog:after, .page-template-page-aplicacoes .mAplicacoes:after, .page-template-page-produtos .mProdutos:after, .single-produto .mProdutos:after, .tax-tipo .mProdutos:after {
	content: "";
	background: #0061CB;
	position: absolute;
	bottom: 15px;
	height: 3px;
	width: 100%;
	left: 0;
	z-index: 1;
}
}
@media only screen 
and (min-width : 1280px) {
section {
	width: 1200px;
}
#menu {
	font-size: 16px;
}
.catIcone {
    width: 16%;
}
.boxLogo {
	width: 20%;
}
}
