.header-link-map a {
    color:white;
}

@media only screen and (max-width: 779px) {
    .hide-mobile{
        display: none !important;
    }

    .painel-chart-indicadores{
        max-width: 350px;
    }
    

    .title-header-map{
        text-align: left;
    }

} 

@media only screen and (min-width: 780px) {
    .hide-no-mobile{
        display: none !important;
    }

    .title-header-map{
        text-align: left;
        margin-left: 15px;
    }

    .painel-chart-indicadores{
        max-width: 80%;
    }
}


@media only screen and (min-width: 768px) and (max-width: 890px){
    .hide-mobile{
        
    }
}