svg path{
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
svg g{
    cursor: pointer;
}
.mapaT {
    color:#4a4bdf !important;
}

.mapa-representantes .baixo-locais .lista-representantes .representante {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: end !important;
}