.chart-container {
    position: relative;
    margin: auto;
    height: 350px;
    /* width: 50vw; */
}

.card-presupuesto {
    background-color: #eff4fe;
    box-shadow: 0 4px 4px #00000040;
    justify-content: center;
    padding: 8px;
}

.card-monto {
    background-color: #fcfbf7;
    box-shadow: 0 4px 4px #00000040;
    justify-content: center;
    padding: 8px;
}

.texto-card {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.4px;
    color: rgba(94, 101, 110, 1);
}

.texto-card-monto {
    font-family: "Fira Sans";
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0px;
}

.texto-card-disclaimer {
    font-family: "Roboto";
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.4px;
    color: #737373;
    ;
}

.img-card-presupuestos-montos {
    text-align: center;
    display: block;
    margin: auto;
}

.title-card-text {
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0px;
    color: rgba(0, 2, 24, 1);
}

.btn-group-años {
    width: 95px !important;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}
