.bairro {
    fill: transparent;
    stroke: #242424;
    stroke-width: 2px;
}

.district-transparent {
   /*  stroke: #242424; */
    /* stroke-width: 2px; */
}

.district-sidebar .district-transparent {
    /* //stroke: #ffffff65; */
    stroke-width: 3px;
}

.svg-container {
    width: 45rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.svg-container-relative {
    width: 25rem;
    height: auto;
    position: relative;
    display: inline-block;
    margin-top: 2rem;
}

.animation-district {
    width: 100%;
    margin: 0;
    position: relative;
    background-color: #ffffff;
    z-index: 2000;
}
