@charset "utf-8";
/* CSS Document */

#msgNews {
	width: 100%;
	padding: 20px;
	border-radius: 10px;
	background-color: #FFF;
	text-align: center;
	margin-bottom: 30px;
}

#msgInteresse {
	width: 100%;
	padding: 20px;
	border-radius: 10px;
	background-color: #EA0000;
	text-align: center;
	margin-bottom: 30px;
	color: #FFF;
}

#msgContato {
	width: 100%;
	padding: 20px;
	border-radius: 10px;
	background-color: #EA0000;
	text-align: center;
	margin-bottom: 30px;
	color: #FFF;
}

.menuRodape {
	color: #FFF;
	text-decoration: none;
}

.produto-espaco {
	margin-top: 70px;
}

@media (max-width: 767px) {
	.produto-espaco {
		margin-top: 10px;
	}
}