.bg-azul-1 {
    background-color: #3cc2dc;
}

.bg-azul-2 {
    background-color: #3b88d1;
}

.bg-azul-3 {
    background-color: #3b7fc2;
}

.bg-azul-4 {
    background-color: #58dde2;
}

.bg-cor-primario {
    background-color: #41b8d5;
}

.bg-cor-segundario {
    background-color: #6ce5eb;
}

.bg-cor-terceiro {
    background-color: #005b83;
}

@font-face {
    font-family: 'Disket-Mono';
    src: url('/fonts/Disket-Mono-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'retropix';
    src: url('/fonts/retropix.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.font-disket {
    font-family: 'Disket-Mono';
}

.font-retropix {
    font-family: 'retropix';
}

.cor-primario {
    color: #41b8d5;
}

.cor-segundario {
    color: #6ce5eb;
}

.cor-terceiro {
    color: #005b83;
}
.bg-cor-primario {
    background-color: #41b8d5;
}

.bg-cor-segundario {
    background-color: #6ce5eb;
}

.bg-cor-terceiro {
    background-color: #005b83;
}

.label {
    min-width: 100px;
  }

.bar {
    height: 30px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    padding-left: 8px;
    display: flex;
    align-items: center;
}

.bar-eleitores {
    background-color: #6ce5eb;
}

.bar-max {
    background-color: #55b9e0;
}

.botao-cidade {
    height: 4rem;                /* altura fixa */
    font-size: 0.875rem;         /* fonte menor */
    white-space: nowrap;         /* não quebra linha */
    overflow: hidden;            /* esconde excesso */
    text-overflow: ellipsis;     /* coloca "..." */
}
