@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500&display=swap');

.leaflet-legend-item span{
  font-size:16px;
  font-family: 'Rubik', sans-serif;
  margin-right: 4px;
}

.leaflet-legend-column .leaflet-legend-item {
  display: flex;
  align-items: center;  /* centra verticalmente */
  gap: 6px;             /* separación entre círculo y texto */
}

.leaflet-legend-column .leaflet-legend-item  svg {
  flex-shrink: 0;
}

div.leaflet-legend-color{
  width: 15px;
   height: 15px;
   -moz-border-radius: 50%;
   -webkit-border-radius: 50%;
   border-radius: 50;
   border: 2px solid rgba(0,0,0);
   margin-right: 4px;
}
.leaflet-legend-item {
    white-space: nowrap;
    padding-bottom: 2px;
}
.leaflet-legend-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
}
.leaflet-legend-title {
    display: none!important;
}

.leaflet-legend-expanded .leaflet-legend-list {
    display: block;
    position: relative;
    padding: 0;
}
.leaflet-legend-item {
    white-space: nowrap;
    padding-bottom: 2px;
}
.leaflet-legend-text, .leaflet-legend-color {
    display: inline-block;

}
.leaflet-touch .leaflet-legend {
    border: 2px solid rgba(0,0,0,0.2);
    background-clip: padding-box;

}
.leaflet-control-locate a .leaflet-control-locate-location-loc {
display: inline-block;
width: 16px;
height: 16px;
margin: 7px;
background-color: #000;
-webkit-mask-image: url(../imagenes/location2.png);
mask-image: url(../imagenes/location2.png);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
}
