body {
	margin: 0;
	padding: 0;
}
#mapa {
	width: 100vw;
	height: 100vh;
}

.leaflet-popup-content {
	display: flex;
	align-items: center;
	min-width: 184px;
	justify-content: center;
}
.leaflet-popup-content img {
	margin-right: 10px;
}
