.mapa_div{
    width: 100%;
    position: relative;
    background-color: #ffffff;
}
.mapa_div path{
    fill: #ffffff;
    stroke: #5CAA7F;
    stroke-width: 2px;
}

.mapa_div a :hover{
    fill:#f8c901;    
}
@media only screen and (max-width: 990px) {
    .mapa_div{
        width: 100%;
        position: relative;
        top: 0px;
    }
}
.btn_list_map a{
    text-decoration: none;
}
.btn_list_map a:hover{
    color: black;
    text-decoration: none;
    background-color: white;
    text-decoration: underline;
    border-radius: 20px;
}