div#container {
	padding: 0;
	margin: 0;
	width: 100%;
}
.container {
	margin: 20px auto;
	padding: 40px;
}
div#header-logo {
	padding: 20px;
	text-align: center;
}
div#header-image {
    height: 280px;
    width: 100%;
	background-image: url('../img/header.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
h1 {
	text-align: center;
	margin: 20px 0;
	font-weight: bold;
}
div#capaEmail {
	display: none;
}
.feature {
	background-color: #fff6e8;
}
div#footer {	
	text-align: center;
	padding: 20px;
}