/*---------------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;
}
#descargasShake{
	margin-top: 50px;	
	display: flex;
    flex-wrap: wrap;
}
#descargasShake div{
	padding: 0 10px;
}	
#mapVis{
	height: 600px;
	width: 100%;
	border: none;
}
.detalle-vista {
	width: 90%;
	display: table;	
   }
span.legend{
	padding: 2px 10px;
    margin: 0 5px;
    background-color: white;	
}
span.legend .mark{
	color:red;
	font-weight: bold;
	font-size: 1.3rem;
}

@media(max-width: 969px){
	.detalle-vista {
		width: 100%;
    }
}
@media  (max-width: 769px){
	#contenedorMapa{
		aspect-ratio: 1 / 1.2; 
	}
	.ifrMapa{
	    width: 100%;
	}	
	#mapVis{
		height: 470px;
	}
	#descargasShake{
		margin-top: 0px;	
	}
	span.legend{
		font-size: 10px;
		padding: 2px 5px;
	}
	span.legend .mark{
		font-size: 0.9rem;
	}
	.w20{
	    width: 100% !important;
	    float: left !important;
	    clear: both;
	    position: relative;
	    margin: 0.8em auto;
	}
}