.map--container {
    max-width: 482px;
    width: 100%;
    height: auto;
    background: #ffffff;
    border: 1px solid rgba(130, 130, 130, 0.5);
    box-sizing: border-box;
    box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.05);
}

.map--container--invisible {
    max-width: 636px;
    width: 100%;
    height: auto;
    background: #ffffff;
    margin: 0 auto;
}

@media screen and (min-width: 992px) and (max-width: 1199px){

    .mapa-do-brasil .map-center .map-holder .box-cinza.div-no-border {
        top: 220px !important;
        left: 200px !important;
    }
}

.map--body {
    padding: 16px 7px 25px 7px;
}

.map--title {
    text-align: center;
    background: #828282;
}

.title--map-choice {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #373737;
}

.gray-line--separator {
    width: 100%;
    max-width: 419px;
    height: 0px;
    border: 1px solid rgba(130, 130, 130, 0.5);
    margin: 10px auto 30px auto;
}

.select--title {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #373737;
}

.select--regional {
    width: auto;
    height: 39px;
    background: #ffffff;
    border: 1px solid #c0c0c0;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #9c9c9c;
    text-align: left;
    padding: 0 15px;
}

.select--regional::after {
    content: url(../assets/svg/bxs_down-arrow-b.svg);
    float: right;
    width: 12px;
    height: 12px;
    margin: 0 5px;
}

.rotate--arrow.select--regional::after {
    transform: rotate(180deg);
}

.btn--acessar-input {
    border: 1px solid transparent;
}

.mapa-do-brasil {
    padding: 0 !important;
}

.materia .box-cinza {
    position: absolute;
    padding: 7px 10px !important;
    top: 320px !important;
    left: 300px !important;
    font: 8px "Inter" !important;
    background-color: #e2e1e1;
    border-radius: 16px !important;
    text-decoration: none;
    max-width: 110px !important;
}

.materia .box-cinza > .text-box {
    font-size: 8px !important;
    font-weight: bolder;
    line-height: 10px !important;
    text-decoration: none;
    width: 100% !important;
    max-width: 100% !important;
}

.materia .box-cinza:hover {
    background-color: #999999 !important;
}

@media (max-width: 767px) {
    .mapa-do-brasil .map-center .map-holder {
        max-width: 290px;
        width: 100%;
        height: 300px;
    }
}
