*{
	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:#272727;
}

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

h1{
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding: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-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; }

.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; }
.f30{ font-size:30px; }
.f50{ font-size:50px; }
.f80{ font-size:80px; }

.branco{
	color:#fff;
}

.preto{
	color:#000;
}

.azul{
	color:#6c8cc7;
}

.vermelho{
	color:#ff0000;
}

.cinza{
	color:#c0c0c0;
}

.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;
}

/*ESTRUTURA DO SITE*/
header#topo{
	width:100%;
	padding:0px;
	background:#003243;
}

header#topo .topo{
	
}

header#topo .logo{
	float:left;
	margin:10px 0 ;
}

header#topo .topo-right{
	float:right;
	padding:10px 0;
}

header#topo .topo-right a:hover{ color:#ccc; }

header#topo .topo-right .midias{
	text-align:right;
}
	
header#topo .area_menu{
	float:right;
	padding:0;
	margin-top:25px;
}

header#topo nav.menu ul{
	padding:0;
	margin:auto;
	display:table;
	margin:0px;
}

header#topo nav.menu ul li{
	float:left;
	margin-left:25px;
	padding-bottom:0;
	border-bottom:0;
	transition: all 0.3s;
}

header#topo nav.menu ul li a{
	color:#fff;
	font-size:16px;
}

header#topo nav.menu ul li:hover{
	color:#fff;
	border-bottom:1px solid #fff;
	padding-bottom:5px;
	transition: all 0.3s;
}

header#topo nav.menu ul li.active{
	color:#fff;
	border-bottom:1px solid #fff;
	padding-bottom:5px;
	transition: all 0.3s;
}

/*menu dropdown*/
header#topo nav.menu ul li ul{
	border:1px solid #fff;
	margin-top:5px;
	position:absolute;
	z-index:9999999999999999999999;
		visibility:hidden;
		opacity:0;
		transition:visibility 0s linear 0.5s,opacity 0.5s linear;
		z-index:999999999;
}

header#topo nav.menu ul li ul li{
	background:#dedede;
	float:none;
	padding:5px 10px 5px 5px;
	margin:0;
	text-align:left;
	width:100%;
	max-width:250px;
}

header#topo nav.menu ul li ul li:hover, header#topo nav.menu ul li ul li.active{ border:0; background:#ccc }

header#topo nav.menu ul li ul li a, header#topo nav.menu ul li:hover ul li a, header#topo nav.menu ul li.active ul li a{
	color:#333;
	border-bottom:0;
}

header#topo nav.menu ul li ul li:hover a{
	color:#000;
}

header#topo nav.menu ul li:hover ul{
	opacity:1;
	transition-delay:0s;
	visibility:visible;
}

/*menu mobile*/
header#topo nav.menuMobile{
	display:none;
}

header#topo nav.menuMobile ul li{
	text-align:left;
}

header#topo nav.menuMobile ul li ul{
	display:none;
}

header#topo nav.menuMobile ul li:hover ul{
	display:block;
}

header#topo nav.menuMobile ul li:hover{
	background:#f5f5f5;
}

header#topo nav.menuMobile ul li ul li:hover{
	background:#ddd;
	color:#666;
}

header#topo nav.menuMobile ul li ul li a{
	color:#333;
}

header#topo nav.menuMobile ul li ul li{
	padding:0 3px 0 24px;
}

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

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

.w3{
	float:left;
	width:28.33%;
	margin:0 2.5%;
}

.w4{
	float:left;
	width:20.33%;
	margin:0 2.5%;
}

.w5{
	float:left;
	width:18%;
	margin:0 1%;
	text-align:center;
}

.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%;
}

.i25{
	float:left;
	width:24%;
	margin-left:1%;
}

.i25-2{
	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);
}

/*CONTEUDO*/
.conteudo{
	max-width:1180px;
	min-height:534px;
	margin:0px auto;
	padding:20px 10px 20px 10px;
	clear:both;
	background:url(../imagens/fundo.png) center no-repeat;
}

/*PRODUTOS*/
.titulo{
	padding:10px 0;
}

article.itens{
	float:left;
	width:24%;
	margin:0 0.5% 10px 0.5%;
	min-height:325px;
	padding:2px;
}

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

}

/*DETALHES PRODUTOS*/
.maquinasLeft{
	width:50%;
	float:left;
}

#area_imagens{
	float:left;
	width:40%;
	margin:auto;
}

.maquinasInfos p, .maquinasInfos h1, .maquinasInfos h2{
	margin:0;
	padding:0;
}

.maquinasInfos{
	float:right;
	width:55%;
}

.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%; }

.video{
	width:560px;
	height:340px;
}

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

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

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

.saiba-mais {
  float:left;
  border:1px solid;
  padding:2px 5px;
}

.saiba-mais:hover {
  color:#fff;
  border:1px solid #000;
  background:#999
}

/*RODAPE*/
footer#rodape{
	background:#003243;
}

footer#rodape a:hover{ color:#ccc; }

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

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

footer#rodape .footer .midias{
	float:right;
	width:35%;
	text-align:right;
}

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

@media (max-width: 1200px) {
	.w1200{ 
		max-width:auto;
	}
}

@media (max-width: 1100px) {
	.conteudo{
		min-height:450;
	}
}

@media (max-width: 1023px) {
	header#topo nav.menu ul li{ margin-left:15px; }
	
	header#topo nav.menu ul li a{ font-size:15px; }
	
	.conteudo{
		min-height:350;
	}
	
	article.itens{
		width:31.33%;
		min-height: 350px;
		margin:0 1% 2% 1%;
	}
	
	.contatoLeft{
		float:none;
		width:100%;
	}
	
	.contatoRight{
		float:none;
		width:100%;
	}

	.w5{
		width:29.33%;
		margin:10px 2% 20px 2%;
	}
	
	.w3{
		float:left;
		width:31.33%;
		margin:0 1%;
	}
}

@media (max-width: 900px) {
	.conteudo{
		min-height:320px;
	}
	
	header#topo nav.menu{
		display:none;
	}
	
	header#topo nav.menuMobile{
		display:block;
		position:absolute;
		left:10px;
		top:95px;
	}

	header#topo .topo-right .midias{
		text-align:center;
	}
	
	header#topo .logo{
		float:none;
		width:100%;
		margin: auto;
		padding:25px 0 10px 0;
		text-align:center;
	}
	
	header#topo .topo-right{
		margin:0px;
		position:absolute;
		top:0;
		left:0;
		width:100%;
		padding:10px;
	}
	
	header#topo .area_menu{
		margin-top:0;
	}
	
	article.itens{ min-height: 320px; }
	
	.maquinasLeft{
		width:50%;
		float:left;
	}
	
	.maquinasInfos{
		float:right;
		width:50%;
	}
	
	.img-list{
		width:30%;
		margin-right:3%;
	}
	
	.txt-list{
		float:left;
		width:66%;
	}
	
	.w3{
		width:46%;
	}
}

@media (max-width: 800px) {
	.conteudo{
		padding:10px 5px;
		min-height:0;
	}
	
	.img-list{
		width:37%;
		margin-right:3%;
	}
	
	.txt-list{
		float:left;
		width:60%;
	}
	
	/**PRODUTOS*/
	article.itens{
		width:48%;
		min-height: 410px;
		margin:0 1% 2% 1%;
	}
	
	.w2{ width:100% }
	.w3{ width:30.33%; margin:0 1.5%; }
	
	/**PRODUTOS*/
	
	footer#rodape .footer .infos_rodape{
		float:none;
		width:100%;
		padding:0px;
		margin:0;
		text-align:center;
	}
	
	footer#rodape .footer .midias{
		float:none;
		width:100%;
		padding-top:10px;
		text-align:center;
	}

	.w5{
		width:44%;
		margin:10px 3% 20px 3%;
	}
	
	.i75, .i60, .i50, .i50-2, .i40, .i25, .i25-2, .i20{
		float:none;
		width:100%;
		margin-left:0;
	}
	
	.w3{
		float:none;
		width:100%;
		margin:0;
	}
	
	.not-left{ float:left; width:20%; margin-right:2%; }
	.not-right{ float:left; width:78%; }
}

@media screen and (max-width: 650px) {
	article.itens{ min-height: 360px; }
}

@media screen and (max-width: 550px) {
	.w2{ width:100% }
	
	.img-list{
		width:100%;
		float:none;
		margin-bottom:20px;
		text-align:center;
	}
	
	article.itens{ min-height: 330px; }
	
	.txt-list{
		width:100%;
		float:none;
	}

	.f50{
		font-size:20px;
	}

	.w5{
		width:90%;
		margin:10px 5% 20px 5%;
	}
	
	.video{
		width:100%;
		height:320px;
	}
	
	footer#rodape .assinatura .left, footer#rodape .assinatura .right{
		float:none;
		width:100%;
		text-align:center;
	}
	
	.not-left{ float:left; width:25%; margin-right:2%; }
	.not-right{ float:left; width:73%; }
}

@media screen and (max-width: 460px) {
	/**PRODUTOS*/
	article.itens{
		width:100%;
		margin:5% 1% 5% 1%;
		float:none;
	}
	
	article.itens{ min-height: 300px; }
	
	.f50{ font-size:16px; }
	
	.not-left{ float:left; width:35%; margin-right:2%; }
	.not-right{ float:left; width:63%; }
	
	.conteudo{ background-size: 100% auto; }
}
