.mapa_cr svg.mapa_cr{
  width: 100%;
  height: auto;
  max-width: 900px;
}
.mapa_cr svg.mapa_cr path {
    fill: #8E679E;
    stroke: white;
    cursor: pointer;
    transition: fill 0.3s;
}
.mapa_cr svg.mapa_cr path:hover {
    fill: #583E63;
}
.mapa_cr #map-tooltip {
    position: absolute;
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #333;
    display: none;
}