h1, h2, h3, h4, h5, h6 {
	border: 0px;
	text-align: center;
	color: white;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 1em;
}

.section_marcas {
	background-color: #808080;
	padding: 40px;
	margin: 20px auto;
	max-width: 90%;
	display: -webkit-flex; display: flex;
	flex-wrap: wrap; -webkit-flex-wrap: wrap;
	justify-content: space-around; -webkit-justify-content: space-around;
	align-items: center; -webkit-align-items: center;
}

@media (min-width: 800px) {
	.section_marcas > img {
		max-height: 64px;
		margin: 12px;
	}
}

@media (max-width: 799px) {
	.section_marcas > img {
		max-height: 32px;
		margin: 6px;
	}
}

.section_contacto {
	background-color: #bf0000;
	margin-top: 64px;
	min-height: 400px;
	display: -webkit-flex; display: flex;
	align-items: center; -webkit-align-items: center;
	margin-bottom: 0px;
}

@media (max-width: 800px) {
	.section_contacto {
		flex-direction: column; -webkit-flex-direction: column;
	}
	.horizontal_divider {
		display: none;
	}
	.home_map {
		width: 100%;
	}
}

@media (min-width: 801px) {
	.section_contacto {
		flex-direction: row; -webkit-flex-direction: row;
	}
	.horizontal_divider {
		display: block;
	}
}

.info_empresa {
	padding: 24px;
	text-align: center;
}

.info_empresa > p {
	background: #4f0000;
	border-radius: 8px;
	padding: 8px;
	text-align: center;
	margin: 24px auto;
	font-weight: bold;
}

.horizontal_divider {
	height: 300px;
	width: 2px;
	background-color: white;
	flex-grow: 0; -webkit-flex-grow: 0;
}
.home_map {
	padding: 24px;
	flex-grow: 10; -webkit-flex-grow:10;
}

.home_map iframe {
	width: 100%;
	min-height: 320px;
}
