body {
	font-family: 'Montserrat', sans-serif;
	background: #e4cf8f;
}


header{
	background: #e8d8a8;

}

.caixa {
	position: relative;
	width: 940px;
	margin: 0 auto;

}

nav {
	position: absolute;
	top: 71px;
	right: -58px;

}

#logo {
	width: 130px;
	height: 130px;
	margin-right: 10%;
}


#frase {
	position: absolute;
	top: 58px;
	right: 285px;
	font-size: 38px;
	vertical-align: 32px;
	font-weight: bold;
}

li{
	display: inline;
	margin: 0 0 0 10px;

}

nav a {
	text-transform: uppercase;
	color: black;
	font-weight: bold;
	text-decoration: none;
}
nav a:hover{
	color: white;
	text-decoration: underline;
}

nav ul  {
	font-size: 20px
}

.frente {
	width: 100%

}

.topico {
	text-align: center;
	font-size: 3em;
	font-weight: bold;
	margin-bottom: 20px;

}

main {
	
}
.produtos {
	width: 940px;
	margin: -3px auto;
	padding: 30px 0;

}

.produtos li {
	display: inline-block;
	text-align: center;
	width: 30%;
	vertical-align: top;
	margin: 0 1.5%;
	padding: 20px 20px;
	box-sizing: border-box;
	border: 2px solid #000000;
	border-radius: 10px;
	
}

.produtos li:hover {
 	border-color: white;
 	font-size: 40px;


}

.produtos h2:hover {
	font-size: 40px;
	}

.produtos li:active{}

.foto {
	text-align: center;
	width: 230px;
	height: 230px;
	border-radius: 10px;
	
}

.produtos h2 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 8px;
}

.descricao {
	font-size: 22px;
	margin-top: 10px; 
}

#pe {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: black;
	background: grey;
	margin-top: 42px;
}

.sobre {
	margin-bottom: 30px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.video {
	margin: 10px 0 15px 0;
}

footer {
	text-align: center;
	background: #e8d8a8;
}

footer img {
	width: 60px;
	height:60px;
	margin-right: 15px;
}

footer p {
	display: inline-block;
	vertical-align: 18px;
	font-size: 18px;
	font-weight: bold;
	color: black;

}