#svg-mapa .municipio-inactivo {
    fill: grey !important;
}

#svg-mapa .municipio-nulo {
    fill: white;
}

#svg-mapa .municipio-activo {
    fill: blue !important;
}

.view-content .municipio-activo {
    background-color: blue !important;
    color: white !important;
}

.view-variedades-cgg-municipios {
    .views-row:hover {
        background-color: rgba(0, 0, 0, 0.2);
        cursor: pointer;
    }
}