.setoreslista {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 50px;
}

.setoreslista h4 {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    margin-right: 12px;
}

.setoreslista .lista {
    display: flex;
    align-items: center;
    padding: 8px 7px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 21px;
    background: rgba(141, 141, 141, 0.11);
}

.setoreslista .lista select {
    color: #5f5f5f;
    text-align: center;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    background-color: #58585800;
}

.map {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.map .conteudo {
    width: 100%;
    margin-right: 12px;
}

.map .conteudo .titulo {
    width: 300px;
    border-top: 8px solid #05307b;
    padding-top: 13px;
    margin-bottom: 33px;
}

.map .conteudo .titulo h1 {
    color: #000;
    font-family: "Poppins";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
}

.map .conteudo .titulo h5 {
    color: #585858;
    font-family: "Poppins";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.map .conteudo .tabelas {
    display: flex;
}

.map .conteudo .tabelas table {
    margin-right: 20px;
}

.map .conteudo .tabelas table tr {
    padding-left: 19px;
    padding-right: 19px;
}

.map .conteudo .tabelas table th {
    color: #000;
    font-family: "Poppins";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.map .conteudo .dadosSetores .tituloBlue h4 {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.map .conteudo .dadosSetores .tituloBlue {
    margin-bottom: 11px;
}

.map .conteudo .dadosSetores .base-blue {
    display: flex;
    padding: 15px;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: var(--hover, #f4f4f4);
    margin-bottom: 20px;
}

.map .mapas-img {
    width: 50%;
}

@media (max-width: 1100px) {
    .map {
        flex-direction: column;
    }

    .map .conteudo {
        padding-top: 40px;
        width: 100% !important;
    }

    .map .conteudo .titulo {
        width: 100% !important;
    }

    .map .conteudo .tabelas {
        flex-direction: column;
    }

    .map .mapas-img {
        width: 100% !important;
    }
}

path:hover,
.selected {
    fill: #680d13;
}

path {
    transition: fill 800ms;
    cursor: pointer;
}

#mapa {
    font-size: 18px !important;
}
