.svg-path:hover{
    /*fill:blue;
      stroke: red !important;
    stroke-width: 4px;
  stroke-linejoin: round;*/
  cursor: pointer;
}


#info-box {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background-color: #212121;
  color: #ffffff;
  border: 0px solid #ffffff;
  border-radius: 5px;
  padding: 15px;
  font-family: arial;
  width:150px;
}

#info-box{
    display:none;
}


.activo-path{
    fill:red !important;
}