#svg-map {
  width: 500px;
}

#svg-map path {
  fill: #0094d9;
}

#svg-map text {
  fill: #fff;
  font: 12px Arial-BoldMT, sans-serif;
  cursor: pointer;
}

#svg-map a {
  text-decoration: none;
}

#svg-map a:hover {
  cursor: pointer;
  text-decoration: none;
}

#svg-map a:hover path {
  fill: #304d76 !important;
}

#svg-map .circle {
  fill: #66ccff;
}

#svg-map a:hover .circle {
  fill: #003399 !important;
  cursor: pointer;
}

path.destaqueMapa {
  fill: #0948A2 !important;
}

@media screen and (max-width: 575px) {
  #svg-map {
    width: 100%;
  }
}

/*# sourceMappingURL=mapa.css.map */
