/*
Estilos leaflet

Theme Name: Bosch Api
Author: Juan Pablo Sánchez
Author URI: https://websfera.com/

Reference: https://leafletjs.com/examples/quick-start/
*/

/* div in page-lloguer.php */
#map-leaflet { height: 500px; }

.marker-popup img {
  margin-bottom: 5px;
}

/* Thicker font on cluster */
.marker-cluster div {
  font-weight: bold;
}
/*
  // View mapa-leaflet.js
  // With custom marker color and others
  // https://stackoverflow.com/questions/49538465/changing-leaflet-markercluster-icon-color-inheriting-the-rest-of-the-default-cs
*/
.marker-cluster-small {
  /*background-color: rgba(218, 94, 94, 0.6);*/
  background-color: rgba(128, 177, 231, 0.6);
}
.marker-cluster-small div {
  /*background-color: rgba(226, 36, 36, 0.6);*/
  background-color: rgba(86, 149, 220, 0.6);
}
.marker-cluster-medium {
  background-color: rgba(241, 211, 87, 0.6);
}
.marker-cluster-medium div {
  background-color: rgba(240, 194, 12, 0.6);
}
.marker-cluster-large {
background-color: rgba(253, 156, 115, 0.6);
}
.marker-cluster-large div {
background-color: rgba(241, 128, 23, 0.6);
}
