body {
	font-family: "Barlow Condensed", sans-serif;
	padding: 0;
	margin: 0;
	font-weight: 400;
	background: #202020;
	color: #d5c5aa;
	font-size: 10px;
	text-align: center;
}

a {
	color: #d5c5aa;
	text-decoration: none;
}

.img-responsive-fullw {
	width: 100%;
	height: auto;
}

.main-container {
	margin: 0 auto;
	padding: 42px 50px 5px 50px;
}

main, footer {
	width: 100%;
	max-width: 576px;
	margin: 0 auto;
	padding: 0;
}

footer {
	margin-top: 75px;
}

header {
	margin-bottom: 55px;
}

.link-section {
	width: 100%;
	text-align: left;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.link-generico {
	display: block;
	width: 100%;
	background: url(/static/images/arrow.png) center right no-repeat;
	background-size: 20px 20px;
	margin-bottom: 30px;
}

.link-telefono {
	display: block;
	width: 100%;
	background: url(/static/images/phone.png) center right no-repeat;
	background-size: 20px 20px;
	margin-bottom: 30px;
}

.link-email {
	display: block;
	width: 100%;
	background: url(/static/images/mail.png) center right no-repeat;
	background-size: 20px 20px;
	margin-bottom: 30px;
}

.link-section-sep {
	background-color: #d5c5aa;
	width: 75px;
	height: 1px;
	margin: 0 auto 0 0;
}