@charset "utf-8";
/* CSS Document */






















.contato-area{
	background-color: white;
	height: 800px;
}
.contato-header-bg{
	background-color:#ecd9c6;
	height: auto;
	padding: 8px;
	margin-top: 30px;
}
.contato-header-bg h1{
	font-family: "Pacifico", cursive;
    font-style: normal;
	font-size: 35px;
	text-align: center;
}
.contato-header-bg-txt{
	height: auto;
	background-color:#f9f2ec;
	padding: 8px;
}
.contato-header-bg-txt p{
	font-family: "Oswald", sans-serif;
	font-style: normal;
	font-size: 30px;
	text-align: center;
	color: black;
}