 /* Estilos para mapa LEAFLET */

#container { 
  height: 100%;
  width: 100%;
  overflow: hidden;
}  

/*this is important to give the map a height*/
#map {
  width: auto;
  height: 450px;  /*450px tamaño original */
  /*height: 768px; tamaño original */
}


.icon-container {
	display: flex;
	justify-content: center;
	
}


.icon-container i {
	padding-bottom: 5px;
  font-size: 30px; /* Tamaño específico */
	/*color: #4B93E0; azul */
  height: 250 px;
  width: 125 px;
}