#geq-map-root {
	width: 100%;
	aspect-ratio: 7208/3436;
}

@media (max-width: 560px) {
	#geq-map-root {
		width: 100%;
		min-height: 400px;
	}
}

.geq-map-div-icon {}

.geq-map-div-icon>div {
	border-radius: 50%;
	border: cornsilk 3px solid;
	width: 100%;
	height: 100%;
	display: flex;
}

.geq-map-div-icon>div>h2 {
	font-size: 110%;
	text-align: center;
	padding: 0px;
	margin: auto;
}

.geq-map-tooltip {
	border-radius: 1em;
	display: flex;
}

.geq-map-tooltip>h3 {
	font-weight: 600;
	margin: 0.25em;
	text-align: center;
}

.leaflet-image-layer {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.leaflet-container {
	/* background-image: url(https://homolog.minalbabrasil.com.br/wp-content/plugins/geq-mapa/src/images/mapa_half.jpg); */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.geq-map-blur-area {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	/* backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px); */
	width: 100%;
	height: 100%;
}


.leaflet-image-layer{
	margin: 0px !important;
}

.leaflet-container{
	/* background-color: transparent; */
	/* background-color: #14412d; */
}
