.block-barra{
    display: flex;
    flex-direction: column;
    row-gap: 3px;
}
.barra-item{
    display: flex;
    height: 66px;
    padding: 4px 15px;
    justify-content: space-between;
    align-items: center;
    border-radius: 3px;
    background: var(--wp--preset--color--main--blue);
    color: var(--wp--preset--color--white);
}
.barra-valor{
    display: flex;
    align-items: center;
}
@media (max-width: 920px) {
    .barra-label {
        max-width: 230px;
        font-size: var(--wp--preset--font-size--small);
        line-height: var(--wp--preset--line-height--small);
    }
    .barra-valor{
        font-size: var(--wp--preset--font-size-h4);
    }
}