/* Transición del grosor al modificar el zoom */
#ftthMap .leaflet-overlay-pane
path.leaflet-interactive {
  transition:
    stroke-width .16s ease,
    stroke-opacity .16s ease;
}

/* Mantener las fibras seleccionables cuando están muy finas */
#ftthMap .leaflet-overlay-pane
path.leaflet-interactive:hover {
  stroke-opacity:1;
  filter:drop-shadow(0 0 2px currentColor);
}
