/*---------------Activities Index Menu--------------------*/
.errorForm{
	color: #b50303;
	font-weight: bold;
}

#map #set-zoomBox, #map  #apiIgn-location, #map  #apiIgn-rotateNorth, #map #set-mapa, #map #set-pnoa, #map #set-hibrido {
	display:none !important;
}

#contenedorMapa{
	width:100%; 
	aspect-ratio: 2 / 1; 
	border: none;
}
@media  (max-width: 769px){
	#contenedorMapa{
		aspect-ratio: 1 / 1.2; 
	}
	.ifrMapa{
	    width: 100%;
	}	
}