*{
	margin: 0;
	padding: 0;
	border: 0;
	list-style:none;
	outline:none;
}

body{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #272727;
	background:#fff;
}

a{
	text-decoration: none;
	color:#222222;
	outline:none;
    transition: 0.5s;
		-webkit-transition: 0.5s;
}

a:hover{
	text-decoration: none;
	color:#1B1B1B;
}

h1{
	font-size:20px;
	margin:0;
	padding:0;
}

p{ margin:0; }

.destaque{
	font-weight: bold;
}

.underline{
	text-decoration:underline;
}

.center{
	text-align: center;
}

.justify{
	text-align: justify;
}

.clear{
	clear:both;	
}

.vmiddle{
	vertical-align:middle;	
}

.m0{ margin:0; }
.p0{ padding:0; }
.p-5{ padding:5px; }
.p-10{ padding:10px; }
.pt-10{ padding-top:10px; }
.pb-10{ padding-bottom:10px; }
.pt-20{ padding-top:20px; }
.pb-20{ padding-bottom:20px; }
.pt-40{ padding-top:40px; }
.pb-40{ padding-bottom:40px; }
.mt-3{ margin-top:3px; }
.mt-5{ margin-top:5px; }
.mb-5{ margin-bottom:5px; }
.mt-10{ margin-top:10px; }
.mb-10{ margin-bottom:10px; }
.mt-20{ margin-top:20px; }
.mb-20{ margin-bottom:20px; }
.mt-30{ margin-top:30px; }
.mb-30{ margin-bottom:30px; }

.f10{ font-size:10px; }
.f11{ font-size:11px; }
.f12{ font-size:12px; }
.f14{ font-size:14px; }
.f16{ font-size:16px; }
.f18{ font-size:18px; }
.f20{ font-size:20px; }
.f24{ font-size:24px; }
.f26{ font-size:26px; }
.f30{ font-size:30px; }
.f36{ font-size:36px; }
.f40{ font-size:40px; }
.f46{ font-size:46px; }
.f50{ font-size:50px; }
.f80{ font-size:80px; }

.branco{
	color:#fff;
}

.preto{
	color:#000;
}

.azul{
	color:#3e6fb2;
}

.vermelho{
	color:#ff0000;
}

.cinza{
	color:#c0c0c0;
}

.chumbo{
	color:#777777;
}

.verde{
	color:#008E26;
}

.verde2{
	color:#29552f;
}

.laranja{
	color:#e05f40;
}

.amarelo{
	color:#d8ba22;
}

.dourado{
	color:#917540;
}

.italic{
	font-style:italic;
}

.center{
	text-align:center;
}

.textRight{
	text-align:right;
}

.underline{
	text-decoration:underline;
}

.uppercase{
	text-transform:uppercase;	
}

.riscado{
	text-decoration:line-through;
}

.vmiddle{
	vertical-align:middle;
}

.nounderline:hover{
	text-decoration:none;
}

.alpha:hover{
	opacity: .7;
    filter: alpha(opacity = 70);
}

.line{
	margin:10px 0;
	border-bottom:2px solid #ebebeb;
}

.left{
	float:left;
}

.right{
	float:right;
}

.noborder{
	border:0
}

.form-group{
	margin:5px 0 0 0;
}

.btn-servicos{
	border-radius: 20px;
	min-width: 230px;
	padding: 0 3px;
}

/*ESTRUTURA DO SITE*/
header#topo{
	background: #821f3a;
}

header#topo .topo1{ background: #486e65; padding:5px 0; }

header#topo .topo3{ background: #486e65; }

header#topo .topo3 .busca{ float: right; width:22%; margin:5px 0; }
header#topo .topo3 .busca input{ background: #fff; padding: 5px 5px 6px 5px; margin:0; height: auto; border: 0; float: left; width: 85%; }
header#topo .topo3 .busca button{ background: #fff; padding: 5px; margin:0; height: auto; border: 0; float: left; width: 10%; border-radius: 0; text-align: right; }

header#topo .menu-mobile{ margin:8px 0 0 10px; float: left; display: none; }

header#topo .menu-mobile:hover{ color:#ccc; }

header#topo ul#menu{ width: 75%; float: left; padding: 0; margin: 0; }

header#topo ul#menu li{ float: left; padding:10px 0; margin: 0; text-align: center; }

header#topo ul#menu li:hover{ background: #3e5d56; }

header#topo ul#menu li.active{ background: #3e5d56; color: #fff; text-decoration: none; }
header#topo ul#menu li a:visited, header#topo ul#menu li a:link{ color: #fff; text-decoration: none; }
header#topo ul#menu li a:hover, header#topo ul#menu ul li a:active{ background: #3e5d56; color: #fff; text-decoration: none; }

/*menu mobile*/
header#topo #menu-mobile{ background: #486e65; }
header#topo #menu-mobile a{ color: #fff; }
header#topo #menu-mobile i{ position:absolute; right:0; top:10px; width: auto; }
header#topo #menu-mobile li ul{ display:none; background: #3e5d56; border:0; box-shadow: none; }
header#topo #menu-mobile li:hover ul, header#topo #menu-mobile li.active ul{ display:block; background: #486e65; }
header#topo #menu-mobile .collapsible-header{ background: #486e65; padding: 0; margin: 0; border:0; width:100%; }
header#topo #menu-mobile .collapsible-body{ padding: 0; margin: 0; border:0; width:100%; }
header#topo #menu-mobile li ul li ul li{ background: #40685F; }
header#topo #menu-mobile li ul li:hover .collapsible-header{ background: #3e5d56; }
header#topo #menu-mobile li ul li ul li.active{ background: #3e5d56; }
header#topo #menu-mobile li ul li .active{ background: #3e5d56; }
/*Fim menu*/

.w1200{ 
	max-width:1280px;
	padding:0 10px;
	margin:auto;
}

.i75{
	float:left;
	width:75%;
}

.i60{
	float:left;
	width:60%;
}

.i50{
	float:left;
	width:50%;
}

.i50-2{
	float:left;
	width:49%;
	margin-left:1%;
}

.i40{
	float:left;
	width:39%;
	margin-left:1%;
}

.i33{
	float:left;
	width:31.33%;
	margin:1%;
	padding: 10px;
	border: 1px solid #fefefe;
}

.i33:hover{
	border: 1px solid #dedede;
}

.i33-2{
	float:left;
	width:31.33%;
	margin:1%;
}

.i25{
	float:left;
	width:25%;
}

.i20{
	float:left;
	width:19%;
	margin-left:1%;
}

.img{
	padding:2px;
	border:1px solid #ccc;
}

.img:hover{
	opacity: 0.7; 
	-moz-opacity: 0.7;
	Filter: Alpha(Opacity=70);
}

.noticias{
	float:left;
	width:75%;
}

.categorias{
	float:right;
	width:22%;
}

.categs-mobi{ display: none; }

.menu-port{
	margin-top:40px;
	padding:10px 5px;
	border:1px solid #fff;
    transition: all .25s ease-in-out;
}

.menu-port:hover, .menu-port.active {
	border:1px solid #ccc;
	background:#eaeaea;
}

/*CONTEUDO*/
.conteudo{
	max-width:1180px;
	margin:0px auto;
	padding:20px 10px;
	clear:both;
}

.min{ min-height: 588px; }

/*PRODUTOS*/
.menu-prods{
	float:left;
	width:22%;
	transition: all 0.5s;
		-moz-transition: all 0.5s;
		-webkit-transition: all 0.5s;
}

.menu-prods ul li{ border: 1px solid #efefef; border-bottom: 0; background: #dedede; }
.menu-prods ul li div{ padding:5px 10px; }
.menu-prods ul li ul li{ border:0; border-top: 1px solid #efefef; background: #fff; }
.menu-prods ul li:last-child{ border-bottom: 1px solid #efefef; }
.menu-prods ul li ul li:last-child{ border-bottom:0; }
.menu-prods ul li:hover, .menu-prods ul li.active{ background: #ccc; }
.menu-prods ul li ul li:hover, .menu-prods ul li ul li.active{ background: #efefef; }
.menu-prods ul li i{ margin: 10px 10px 0 0; }
.menu-prods ul li:hover i.fa-angle-right{ margin: 10px 2px 0 0; }
.menu-prods ul li:hover i.fa-angle-down{ margin: 15px 10px 0 0; }

.area-prods{
	float:right;
	width:77%;
}

.titulo{
	padding:10px 0;
}

.produtos{
	border: 1px solid #efefef;
	margin:10px 5px;
	min-height:320px;
	padding:10px;
}

article.produtos{
	float:left;
	width:24%;
	margin:10px 0.5% 10px 0.5%;
	min-height:370px;
	padding:10px;
	border: 1px solid #efefef;
}

.produtos:hover{ border: 1px solid #dedede; }

.produtos .imagem{ min-height: 220px; }
.produtos .imagem img{ max-width:100%; max-height: 220px; margin: auto; border: 0; }
.produtos .texto{ min-height: 110px; }

.itens h2, article.maquinas h4{
	color:#000;
	font-size: 14px;
	text-align:center;

}

.valor_de{
	color:#999;
}

.valor_por{
	font-size:24px;
	color:#2A659C;
	font-weight:bold;
}

.imagens{ height: 500px; border: 1px solid #dedede; border-bottom: 0; }

.imagens div div img{ margin:auto; max-width: 100%; max-height: 500px; }

.miniaturas_produtos {
    width: 98%;
    height: 120px;
	padding: 0 2%;
}

.miniaturas_produtos img {
    width: 100%;
    height: 100%;
    object-fit: contain;
	object-position: 50% 50%;
}

.slick-next{ margin:-330px 0 0 -20px; }
.slick-prev{ margin:-330px -20px 0 0; }

/*DETALHES BLOG*/
.img-list{
	float:left;
	width:23%;
	margin-right:2%;
}

.txt-list{
	float:left;
	width:75%;
	text-align:justify;
}

.not-left{ float:left; width:35%; margin-right:2%; }
.not-right{ float:left; width:63%; }

/*CONTATOS*/
.contatoLeft{
	float:left;
	width:48%;
	margin-bottom:10px;
}

.contatoRight{
	float:right;
	width:48%;
	margin-bottom:20px;
}

.alert{
	width:100%;
	position:absolute;
	top:20px;
	z-index:999999999999999999999999999999999999999999999999999;
	text-align:center;
	display:none;
}

.seta{
	font-size:40px;
	opacity:0.30;	
}

.seta:hover{
	font-size:40px;
	opacity:0.60;	
}

.img-amplia{
	max-width: 100%;
	transition: all 0.3s;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
}

.img-amplia:hover{
	transform: scale(1.04);
		-moz-transform: scale(1.04);
		-webkit-transform: scale(1.04);
}

.atendimento{
	background: #486e65;
	border-radius: 30px;
	padding: 10px 12px;
}

.atendimento i{ font-size: 40px; color: #fff; }
.atendimento:hover i{ color: #ccc; }

/*RODAPE*/
footer#rodape{
	background:#821f3a;
}

footer#rodape .footer{
	padding:20px 10px 0px 10px;
}

footer#rodape .footer .infos_rodape{
	float:left;
	width:60%;
}

footer#rodape .footer .bancos{
	float:right;
	text-align: right;
	width:40%;
}

footer#rodape .assinatura{
	padding:10px 0 20px 0;
}

.whats{
	position: fixed;
	right: 10px;
	bottom: 10px;
}

.whats:hover{
	transform: scale(1.1);
}

@media (max-width: 1600px) {
	.min{ min-height: 522px; }
}

@media (max-width: 1400px) {
	.min{ min-height: 484px; }
}

@media (max-width: 1200px) {
	header#topo .topo3 .busca input{ width: 80%; }
	header#topo .topo3 .busca button{ width: 15%;}
	
	.w1200{ 
		max-width:auto;
	}
	
	.conteudo{
		min-height: 530px;
	}
	
	.min{ min-height: 400px; }
	
	.menu-prods{ width:25%; }
	.area-prods{ width:74%; }
	
	article.produtos{
		width:31.33%;
		margin:10px 1% 10px 1%;
	}
	
	footer#rodape .footer .infos_rodape, footer#rodape .footer .infos_rodape2{ width:25%; }
}

@media (max-width: 1080px) {
	.conteudo{
		min-height:420px;
	}
	
	.min{ min-height: auto; }
}

@media (max-width: 1023px) {
	header#topo .topo3 .busca input{ width: 78%; }
	header#topo .topo3 .busca button{ width: 15%;}
	
	.conteudo{
		min-height:350px;
	}

	.w5{
		width:29.33%;
		margin:20px 2% 0 2%;
	}
	
	.w3{
		float:left;
		width:31.33%;
		margin:0 1%;
	}
	
	footer#rodape .footer .infos_rodape, footer#rodape .footer .infos_rodape2{ width:50%; }
}

@media (max-width: 900px) {
	.conteudo{
		min-height:320px;
	}
	
	.contatoLeft, .contatoRight{
		float:none;
		width:100%;
		margin-bottom:20px;
	}
	
	/**PRODUTOS*/
	.menu-prods{ width:27%; }
	.area-prods{ width:72%; }
	
	article.produtos{
		width:48%;
		margin:10px 1% 10px 1%;
	}
	
	.w2{ width:100% }
	.w3{ width:30.33%; margin:0 1.5%; }
	
	.img-list{
		width:30%;
		margin-right:3%;
	}
	
	.txt-list{
		float:left;
		width:66%;
	}
	
	.w3{
		width:46%;
	}
}

@media (max-width: 800px) {
	header#topo .menu-mobile{ display: block; }
	header#topo ul#menu{ display: none; width: 50%; }
	header#topo .topo3 .busca{ width: 30%; }
	
	.conteudo{
		min-height:0px;
	}
	
	.img-list{
		width:37%;
		margin-right:3%;
	}
	
	.txt-list{
		float:left;
		width:60%;
	}

	.w5{
		width:44%;
		margin:20px 3% 0 3%;
	}
	
	.w3{
		float:none;
		width:100%;
		margin:0;
	}
	
	.menu-prods{ display: none; }
	.area-prods{ width:100%; }
	
	article.produtos{
		width:31.33%;
		margin:10px 1% 10px 1%;
	}
	
	.noticias{
		float:none;
		width:100%;
	}
}

@media screen and (max-width: 700px) {
	.i33-2{
		float:left;
		width:98%;
		margin:1%;
	}
}

@media screen and (max-width: 600px) {
	header#topo ul#menu{ display: none; width: 20%; }
	header#topo .topo3 .busca{  width: 80%; }
	header#topo .topo3 .busca input{ width: 85%; }
	header#topo .topo3 .busca button{ width: 12%;}
	
	.i33{
		width: 100%;
		margin: 1% 0;
	}
	
	.img-list{
		width:100%;
		float:none;
		margin-bottom:20px;
		text-align:center;
	}
	
	.txt-list{
		width:100%;
		float:none;
		text-align: center;
	}
	
	.txt-list div{ text-align: left; }
	
	header#topo #menu-mobile i{ right:12px; top:7px; }
	
	article.produtos{
		width:48%;
		margin:10px 1% 10px 1%;
	}
	
	footer#rodape .footer .infos_rodape, footer#rodape .footer .bancos{ width:100%; float:none; text-align: center; padding: 10px 0; }
	header#topo .left, header#topo .right, footer#rodape .assinatura .left, footer#rodape .assinatura .right{
		float:none;
		width:100%;
		text-align:center;
		margin: 3px 0;
	}
}

@media screen and (max-width: 500px) {
	header#topo ul#menu{ display: none; width: 20%; }
	header#topo .topo3 .busca{  width: 80%; }
	header#topo .topo3 .busca button{ width: 10%;}
	
	.w2{ width:100% }

	.f50{
		font-size:40px;
	}

	.w5{
		width:90%;
		margin:20px 5% 0 5%;
	}
}

@media screen and (max-width: 460px) {
	article.produtos{
		width:98%;
		margin:10px 1% 10px 1%;
	}
}

a[href="#topo"]{
    padding:10px;
    position:fixed;
    top: 90%;
    right:10px;
    display:none;
    font-size: 30px;
	border:1px solid;
}

a[href="#topo"]:hover{
    text-decoration:none;
	border:1px solid #787878;
}

label{ font-weight: normal; }

.input-field label {
  pointer-events: auto !important;
}

.btn-site{
	border:1px solid #39665B;
	border-radius:0;
	background:#486e65;
	box-shadow:none;
	color:#fff;
}

.btn-site:hover, .btn-site:active, .btn-site.active{
	border:1px solid #39665B;
	background:#2A4B43;
	color:#fff;
}

.btn2 {
    display: inline-block;
    padding: 8px 12px;
	width: auto;
	border-radius: 30px;
}
