/* Style fot Google Maps */

.google-map-container {
	width: 100%;
	height: 560px;
}
.google-map-container {

}



@media (max-width: 1440px) {
.google-map-container {
    height: 500px;
	
}
}




.legenda_maps {
	display: flex;
	justify-content: space-between;
}

.legenda_maps .single_maps_l {
	color: #1F110B;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	display: flex;
    align-items: center;
	margin-top: 24px;
}
.legenda_maps .single_maps_l img {
	margin-right: 8px;
}

@media (max-width: 1199px) {
.legenda_maps {
    flex-wrap: wrap;
	justify-content: center;
}
.legenda_maps .single_maps_l {
	padding-left: 12px;
	padding-right: 12px;
}	
}

@media (max-width: 991px) {
.legenda_maps .single_maps_l {
	flex-direction: column;
}	
.legenda_maps {
	padding-bottom: 24px;
}	
}