.map-section {
	position: relative;
	width: 100%;
	height: 400px;
}

.map-container {
	position: relative;
	width: 100%;
	height: 100%;
}
#map {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1; /* mapa atrás */
}

.map-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 350px;
	z-index: 10;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	pointer-events: none;
	padding: 0 0 0 2rem;
	box-sizing: border-box;
}