* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.contenedor {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

body {
	background: #772C15;
	font-family: 'Roboto Condensed', sans-serif;
}

p {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	margin-top: 60px;
	font-size: 20px;
}

.logo-grupo-masia {
	text-align: center;
	margin-top: 100px;
}

.grupo-logos {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.item-logo img {
	width: 200px;
}

.item-logo a {
	display: block;
}