  /* Bloco de totalizadores */
[title="Total"] {
    background: linear-gradient(135deg, #ffffff, #f5f7fa) !important;
    border: 1px solid #dee2e6;
    border-left: 5px solid #0d6efd;
    border-radius: 10px;
    padding: 15px 20px !important;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

[title="Total"] p {
    margin: 0;
    line-height: 1.3;
}

[title="Total"] p:first-child {
    font-size: 2.4rem;
    font-weight: 700;
    color: #212529;
}

[title="Total"] .glyphicon-user {
    color: #0d6efd;
}

[title="Total"] .contador-municipios {
    margin-top: 8px;
    font-size: 1.4rem;
    font-weight: 600;
    color: #495057;
}