/* GERAL */
.container_dash_fed_card2 {
    width: 36%;
    height: 640px;

    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.container_dash_fed_subtotal {
    width: 100%;
    height: 16%;

    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
}

.container_dash_fed_subtotal_ {
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: row;
    gap: 0.5rem;

    padding: 0.5em;

    background-color: var(--branco);
    border-radius: 0.3em;
    border: 1px solid var(--cinza_claro2);
}

.fed_linha_vertical_subtotal {
    width: 4px;
    height: 100%;
    border-radius: 0.3em 0 0 0.3em;
}

.container_dash_fed_subtotal_content {
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    /* gap: 0.5rem; */
    justify-content: space-evenly;
}

.container_dash_fed_subtotal_content_total {
    width: 100%;
    height: 50%;

    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.2rem;
}

.fed_subtotal {
    font-size: 29px;
    font-weight: 600;
    color: var(--cor_font_principal);
}

.fed_subtotal_icone_topo {
    width: 50px;
    height: 50px;
}

.fed_subtotal_icone {
    width: 40px;
    height: 38px;
}

.container_dash_fed_subtotal_grafico {
    width: 100%;
    height: 68%;

    background-color: var(--branco);
    border: 1px solid var(--cinza_claro2);
    border-radius: 0.3em;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* DIABETES */
.container_dash_fed_card2_diabete {
    width: 30%;
    height: 640px;

    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* GESTANTES */
.container_dash_fed_card2_ind_2 {
    width: 32%;
    height: 640px;

    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.container_fed_subtotal_ind_2 {
    width: 100%;
    height: 15.8%;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.fed_subtotal_ind_2 {
    font-size: 25px;
    font-weight: 600;
    color: var(--cor_font_principal);

    display: flex;
    flex-direction: row;
    align-items: center;
}

.fed_subtotal_icone_ind_2 {
    width: 36px;
    height: 30px;

    display: flex;
    flex-direction: row;
    align-items: center;
}

.container_fed_subtotal_infor2 {
    font-size: 11px;
}

._icone_subtotal_topo {
    width: 40px;
    height: 40px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* IDOSOS */
.container_dash_fed_card2_ind5 {
    width: 50%;
    height: 640px;

    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.container_dash_fed_subtotal_grafico_ind5 {
    width: 100%;
    height: 68%;

    background-color: var(--branco);
    border: 1px solid var(--cinza_claro2);
    border-radius: 0.3em;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container_fed_card_subtotal_grafico_content_titulo {
    width: 100%;
    height: 10%;

    text-align: center;
    font-size: 22px;
    font-weight: 600;

    color: var(--cor_font_secundario);

    padding: 0 1em;
}

.container_fed_card_subtotal_grafico_ {
    width: 100%;
    height: 90%;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;

    padding: 1em;
    padding-top: 0;
}

.container_fed_card_subtotal_grafico__ {
    width: 50%;
    height: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container_dash_fed_subtotal_grafico_legenda_ind5 {
    height: 100%;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.1rem;

    color: var(--cor_font_secundario);
    font-size: 16px;
    font-weight: 500;
}

.fed_ind5_align_horizontal {
    display: none;
}

/* MULHERES */
.container_dash_fed_card2_mulheres {
    width: 40%;
    height: 640px;

    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.container_dash_fed_subtotal_mulheres {
    width: 100%;
    height: 50%;

    display: flex;
    flex-direction: row;
    gap: 0.5rem;
}

.container_dash_fed_subtotal_mulheres_ {
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;
    gap: 0.5rem;

    padding: 0.5em;

    background-color: var(--branco);
    border-radius: 0.3em;
    border: 1px solid var(--cinza_claro2);
}

.container_dash_fed_subtotal_mulheres_total {
    width: 100%;
    height: 25%;

    display: flex;
    flex-direction: row;
    gap: 0.4rem;
}

.container_dash_fed_subtotal_content_mulheres {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.container_fed_card_subtotal_graficos {
    width: 100%;
    height: 70%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 0.5rem;
}

.container_fed_card_subtotal_graficos canvas {
    width: 100%;
    max-height: 90%;
}

._fed_ind6_subtotal_grafico_vacinas {
    height: 60%;
}

.container_fed_mulheres_card_subtotal_titulo {
    height: 50%;

    font-size: 14px;
    color: var(--cor_fornt_secundario);

    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
}

.container_fed_mulheres_card_subtotal_titulo span {
    font-weight: 600;
}

.container_fed_card_subtotal_infor_grafico {
    font-size: 12px;
    color: var(--cor_fornt_principal);

    text-align: center;

}

.container_fed_card_subtotal_infor_grafico span {
    font-weight: 600;
}

.container_fed_card_subtotal_grafico_legenda_ind6 {
    width: 100%;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.container_fed_card_subtotal_grafico_legenda_ind6_ {
    font-size: 12px;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    gap: 0.2rem;
}

.container_fed_card_subtotal_grafico_legenda_ind6_cor_legenda {
    width: 2em;
    height: 1em;

    border-radius: 0.4em;
}

._ind6_cor_legenda1 {
    background-color: var(--verde_claro_fosco1);
}

._ind6_cor_legenda2 {
    background-color: var(--vermelho_claro);
}

/* INFANTIL */
.container_fed_card_subtotal_titulo_grafico_ind1 {
    font-size: 14px;

    color: var(--cor_font_principal);
}

.fed_card_subtotal_titulo_grafico_vacinacao {
    height: 100px;
    /* font-size: 18px; */
    font-weight: 600;

    color: var(--cor_font_secundario);

    width: 100%;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5em;
}

.container_fed_card_subtotal_infor_grafico_vacinacao {
    width: 100%;

    text-align: center;

    padding: 0.5em 1em;
}