body{
background: : #ddd;
font-family: Arial, sans-serif;
margin: 0;
padding: 0;}


section, header, footer{
	width: 100%;
	float: left;
}

section h1 {text-align: center;}
.banner{
	height: 400px;
	background: url(img/logoweb.png);
	background-repeat: no-repeat;
	background-position: center;
	left: auto;
	right: auto;
}

.sobre, .produto, .topo{
	background: white;
	padding: 20px 0;
}

/**PRODUTO*****/
.produto{
	border-top: 1px solid gray;
	height: 200px;
	background: url(img/contato.png);
	background-repeat: no-repeat;
	background-position: center;
	left: auto;
	right: auto;
}
.topo h1{
	float: left;
	margin: 0;
}

.topo .menu{
	float: right;
}

.topo ul{
	padding: 0;
	list-style: none;
}

.topo li{
	display: inline-block;
	text-transform: uppercase;
	font-size: 1.125em;
	margin-left: 10px;
}

.contato{
	background: #333;
	color: white;
}

.produto .prod-lista{
	padding: 0;
	list-style: none;
}

.produto .prod-lista li{
	float: left;
	width: 23%;
	margin: 0 1px;
	text-align: center;
}

.rodape{text-align: center;}
.content{
	margin: 0 auto;
	max-width: 960px;
	width: 90%;
}

/***********************RESPONSIVO***************************/

@media(max-width: 480px){
.topo {background: black; color: white;}
.banner{display: none;}
.topo h1{width: 100%;
text-align: center;}
.topo .menu li{
	width: 100%;
	padding: 10px 0;
	margin: 0;
	border-top: 1px rgba(255,255,255,0.5)solid;
}
.produto .prod-lista li {
	width: 100%;
}
}

@media(min-width: 481px) and (max-width: 768px){
.topo{background: gray;}
.produto .prod-lista li{
	width: 46%;
	margin: 0;
	padding: 2px;
}
}

@media (min-width: 1200px){}