@charset "UTF-8";

.mapa{
	width: 100%;
	height: 50vh;
	padding: 0;
}

.oats > *{
	flex: 1 1 20em;
}

.oat{
	padding: 1.5em 1.125em;
	display: grid;
	grid-template-rows: 3em 12em;
	grid-gap: 1em;
	width: 30%;
	cursor: pointer;
}

.oat .contenido{
	display: flex;
	flex-direction: column;
	gap: 1em;
	justify-content: space-around;
}

.oat > h4{
	letter-spacing: normal;
}