#map { height: 70vh; 
margin: 30px;
}

.resaltar{
   box-shadow: 0 3px 5px  rgba(0, 128, 0, 0.75);
   transition: all ease-in-out .3s;
}

/*
.beautify-marker:hover, .leaflet-pane > svg path.leaflet-interactive {

    box-shadow: 2px 3px 8px red;

}


.leaflet-pane > svg path.leaflet-interactive {
    box-shadow: 3px 3px 5px red;
}
*/
/*
path.resaltar.leaflet-interactive{
      box-shadow: 2px 3px 4px red!important;

}*/