#svg-map{
    max-width: 450px;
}
#svg-map path { fill:#b2bfc1 }
#svg-map text { fill:#fff;font-size: .7em;
    font-weight: 400;}
#svg-map a{ text-decoration:none }
#svg-map a:hover, #svg-map a.active { cursor:pointer; text-decoration:none }
#svg-map a:hover path, #svg-map a.active path{ fill:#223538 !important }
#svg-map .circle { fill:#7d99aa }
#svg-map a:hover .circle, #svg-map a.active .circle { fill:#224f6e !important; cursor:pointer }
#svg-map a.empty:hover path, #svg-map a.empty.active path { fill:#223538; }
#svg-map a:hover text, #svg-map a.active text {display: block;}

.content-estado{
    font-size: .8em;
}
.content-estado h2{
    font-size: 1.8em;
    font-weight: 700;
}
.content-estado hr{
    margin-top: 1.5em;
}
.content-estado .fone{
    font-size: 1.4em;
}