*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

body{
	font-size: 10px;
	font-family: 'Exo', sans-serif;
	background: url(../imagens/img-destaque.jpg) no-repeat center 82px;
}

body.internas{
	background: url(../imagens/img-destaque-internas.jpg) no-repeat center 82px;	
}

.oculto{
	display: none;
}

.centro{
	width: 1200px;
	margin: 0 auto;
}

.centro:after{
	content: '';
	display: block;
	clear: both;
}

header.destaque{
	margin: 0 0 233px 0;
}

header.destaqueinterna{
	margin: 0 0 8px 0;
}

nav{
	background-color: #8C0000;
	border-bottom: 2px solid #FFF;
}

.menu{
	text-align: center;
}

.menu li{
	display: inline-block;
}

.menu a{
	display: block;
	font-size: 1.8em;
	color: #FFF;
	line-height: 80px;
	text-transform: uppercase;
	text-decoration: none;
}

.menu a:before{
	content: '/';
	display: inline-block;
	padding: 0 45px;
}

.menu li:first-child a:before{
	display: none;
}

.logo{
	display: block;
	margin: 8px auto 0 auto;
	width: 360px;
	height: 109px;
	box-shadow: 0 4px 3px 2px rgba(0, 0, 0, 0.5);
	background-color: rgba(255, 255, 255, 0.7);
}

main{
	padding: 36px 0;
}

.inicio h2{
	font-size: 3.6em;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	color: #333;
	margin: 0 0 24px 0;
}

.inicio p.subtitulo{
	font-size: 1.8em;
	color: #333;
	line-height: 150%;
	text-align: center;
	padding: 0 160px;
}

.linhaprodutos{
	margin: 24px 0 0 0;
	overflow: hidden;
}

.linhaprodutos li{
	margin: 0 0 0 15px;
	float: left;
	width: 390px;
	height: 211px;
}

.linhaprodutos li:first-child{
	margin: 0;
}

.linhaprodutos a{
	width: 100%;
	height: 100%;
	text-decoration: none;
	display: block;
	position: relative;
	padding: 90px 0 0 20px;
}

.linhaprodutos a:after{
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	background: url(../imagens/seta-vermelha.png) no-repeat 0 0;
}

.linhaprodutos a:hover:after{
	background: url(../imagens/seta-branca.png) no-repeat 0 0;	
}

.linhaprodutos li h3{
	font-size: 3.6em;
	color: #FFF;
	font-weight: 900;
	margin: 0 0 12px 0;
}

.linhaprodutos li p{
	font-size: 1.8em;
	line-height: 150%;
	color: #FFF;
}

.linhaprodutos li.oil{
	background: url(../imagens/img-oil.jpg) no-repeat 0 0;
}

.linhaprodutos li.air{
	background: url(../imagens/img-air.jpg) no-repeat 0 0;
}

.linhaprodutos li.acqua{
	background: url(../imagens/img-acqua.jpg) no-repeat 0 0;
}

footer{
	background-color: #262626;
	border-top: 6px solid #8C0000;
	padding: 80px 0;
}

footer .centro{
	overflow: hidden;
}

footer .left{
	width: 400px;
	float: left;
}

footer .mapa{
	width: 800px;
	float: right;
}
footer .mapa img{
	width: 100%;
	float: right;
}

footer h2{
	font-size: 3.6em;
	color: #FFF;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0 0 36px 0;
}

address p{
	font-size: 1.8em;
	color: #FFF;
	line-height: 200%;
}

address p strong{
	color: #FF4F4F;
	text-transform: uppercase;
}

.assinatura{
	display: block;
	line-height: 100px;
	font-size: 1.6em;
	color: #FF4F4F;
	text-decoration: none;
	text-align: center;
}

div.internas.centro{
	padding: 0 10px;
}

div.internas.centro:after{
	content: '';
	display: block;
	clear: both;
}

.internas h1{
	font-size: 3.6em;
	font-weight: 900;
	color: #404040;
	margin: 0 0 24px 0;
	text-transform: uppercase;
}

p.texto{
	font-size: 2em;
	color: #404040;
	line-height: 150%;
}

p.margem{
	margin: 0 0 16px 0;
}

.internas .img{
	text-align: center;
}

.internas .img img{
	max-width: 100%;
}

a.voltar{
	font-size: 3em;
	color: #8C0000;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	float: right;
	margin: 24px 0 0 0;
	clear: both;
}

a.voltar:before{
	content: '<';
	display: inline-block;
	height: 30px;
	width: 30px;
	color: #FFF;
	text-align: center;
	font-weight: 300;
	margin: 0 5px 0 0;
	background-color: #8C0000;
}

form{
	overflow: hidden;
}

form div{
	float: right;
	width: 48%;
}

form div:first-child{
	float: left;
}

label{
	display: block;
	margin: 0 0 16px 0;
}

label span{
	display: block;
	font-size: 2em;
	color: #404040;
	line-height: 150%;
}

input, textarea{
	font-size: 2em;
	padding: 5px;
	margin: 0;
	border: 1px solid #A6A6A6;
	width: 100%;
}

textarea{
	height: 116px;
}

button{
	background: url(../imagens/fundo-detalhes-produto.png) no-repeat 0 0;
	display: block;
	width: 189px;
	line-height: 55px;
	margin: 0 auto;
	border: none;
	padding: 0;
	clear: both;
	font-size: 2em;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 900;
}

.categorias{
	width: 290px;
	float: left;
	padding: 10px;
	background-color: #D9D9D9;
}

.categorias > ul > li{
	padding: 0 8px;
}

.categorias a{
	text-decoration: none;
	display: block;
	line-height: 150%;
	padding: 16px 0;
	border-top: 1px solid #FFF;
	cursor: pointer;
}

.categorias > ul > li:first-child > a{
	border: none;
}

.categorias > ul > li > a{
	font-size: 2.6em;
	color: #404040;
	font-weight: 900;
	text-transform: uppercase;
	background: url(../imagens/icone-categorias-fechado.png) no-repeat right center;
}

.categorias > ul > li.aberto > a{
	background: url(../imagens/icone-categorias-aberto.png) no-repeat right center;
}

.categorias ul ul a{
	font-size: 1.8em;
	color: #8C0000;
}

.listaprodutos, .detalheproduto{
	width: 900px;
	float: right;
}

.listaprodutos ul{
	text-align: center;
}

.listaprodutos li{
	width: 280px;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #CCC;
	margin: 0 9px 49px 9px;
}

.listaprodutos li a{
	display: block;
	text-decoration: none;
	position: relative;
	padding: 16px 0 40px 0;
}

.listaprodutos li a img{
    width: 204px;
   	height: 314px;
    object-fit: cover;
    object-position: 50% 50%;
}

.listaprodutos li.compat-object-fit{
	width: 280px;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #CCC;
	margin: 0 9px 49px 9px;
	background-repeat: no-repeat;
	background-position: 50% 20px;
	background-size: 70%;

}

.listaprodutos li.compat-object-fit a{
	display: block;
	text-decoration: none;
	position: relative;
	padding: 16px 0 40px 0;
}

.listaprodutos li.compat-object-fit img{
    width: 204px;
   	height: 314px;
   	opacity: 0;
}



.listaprodutos li a:before{
	content: '';
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	top: -1px;
	right: -1px;
	background: #FFF url(../imagens/fundo-chanfrado.png) no-repeat center center;
}

.listaprodutos li a:after{
	content: 'DETALHES';
	display: block;
	line-height: 55px;
	width: 190px;
	color: #FFF;
	font-size: 2em;
	font-weight: 900;
	position: absolute;
	bottom: -28px;
	left: 50%;
	margin: 0 0 0 -95px;
	background: url(../imagens/fundo-detalhes-produto.png) no-repeat center center;
}

.listaprodutos li h3{
	font-size: 1.4em;
	color: #404040;
	font-weight: 900;
	line-height: 150%;
	padding: 0 16px;
}

.detalheproduto{
	margin: -36px 0 0 0;
}

.detalheproduto h2{
	font-size: 2em;
	color: #404040;
	line-height: 150%;
	font-weight: 900;
	margin: 0 0 24px 0;
}

.detalheproduto .imagens{
	width: 300px;
	float: left;
	text-align: center;
}

.detalheproduto .imagens img.destaque{
	width: 240px;
}

.outrasimg{
	text-align: center;
	margin: 24px 0 0 0;
}

.outrasimg li{
	display: inline-block;
	margin: 3px;
}
.outrasimg li.oculto{
	display: none;
}


.outrasimg img{
	border: 1px solid #CCC;
    width: 92px;
   	height: 60px;
    object-fit: cover;
    object-position: 50% 50%;
}

.outrasimg li a{
	display: block;
	position: relative;
}

.outrasimg li a.video:after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../imagens/icone-video.png) no-repeat center center;
}

.descricao{
	width: 580px;
	float: right;
}

.descricao p{
	font-size: 1.6em;
}

p strong{
	font-weight: 700;
}

.contato{
	padding: 36px 0 0 0;
	clear: both;
}

@media screen and (max-width:1200px) {
	.centro{
		width: 960px;
	}
	.linhaprodutos li{
		width: 310px;
	}
	footer .mapa{
		width: 560px;
	}
	footer .mapa img{
		max-width: 100%;
	}
	.listaprodutos{
		width: 670px;
	}
	.detalheproduto{
		width: 655px;
	}
	.detalheproduto .imagens{
		margin: 0 16px 16px 0;
	}
	.descricao{
		width: auto;
		float: none;
	}
}

@media screen and (max-width:980px) {
	.centro{
		width: 96%;
	}
	.menu a:before{
		padding: 0 30px;
	}
	.linhaprodutos{
		text-align: center;
	}
	.linhaprodutos li, .linhaprodutos li:first-child{
		display: inline-block;
		float: none;
		margin: 15px;
		text-align: left;
		max-width: 100%;
	}
	footer .left{
		width: 100%;
		float: none;
	}
	footer .mapa{
		width: 100%;
		margin: 24px 0 0 0;
	}
	form div, form div:first-child{
		float: none;
		width: 100%;
	}
	button{
		max-width: 100%;
	}
	.listaprodutos, .detalheproduto{
		width: 100%;
		float: none;
		padding: 0 0 0 305px;
	}
	.detalheproduto .imagens{
		float: none;
		width: 100%;
		margin: 0 0 36px 0;
	}
}

@media screen and (max-width:700px){
	.categorias{
		width: 100%;
		float: none;
		margin: 0 0 36px 0;
	}
	.listaprodutos, .detalheproduto{
		padding: 0;
		margin: 0;
	}
}

@media screen and (max-width:600px) {
	body{
		background-size: auto 180px;
	}
	header.destaqueinterna{
		margin: 0 0 205px 0;
	}
	nav h2.oculto{
		width: 60px;
		height: 60px;
		background: #8C0000 url(../imagens/icone-menu.png) no-repeat center center;
		display: block;
		text-indent: -9999px;
		position: absolute;
		left: 0;
		top: 10px;
		z-index: 999;
		cursor: pointer;
	}
	.menu{
		position: absolute;
		left: -200px;
		top: 70px;
		z-index: 998;
		background-color: #D9D9D9;
		padding: 0 0 12px 0;
		width: 200px;
	}
	.menu li{
		float: none;
		display: block;
		padding: 0 12px;
	}
	.menu a{
		line-height: 48px;
		padding: 0 20px;
		text-align: left;
		color: #8C0000;
		border-bottom: 1px solid #FFF;
	}
	.menu a:before{
		display: none;
	}
	.logo{
		box-shadow: none;
		margin: 0;
		position: absolute;
		right: 0;
		top: 0;
		height: 80px;
		width: 250px;
		overflow: hidden;
	}
	.logo img{
		max-height: 100%;	
	}
	.inicio h2, .linhaprodutos li h3{
		font-size: 3em;
	}
	.inicio p.subtitulo{
		padding: 0;
	}
	.linhaprodutos li, .linhaprodutos li:first-child{
		margin: 0 0 15px 0;
	}
}