:root {
    --cor-1: #E4153B;
    --cor-2: #7e7e7e;
    --cor-3: #ffffff;
    --cor-4: #3d3d3d;
    --cor-erro: #e83c2c;
}

.container-limites{
    width: 100%;
}

.lista-limites{
    display: flex;
    flex-wrap: wrap;
}

.header-limites{
    display: flex; 
    width: 100%; 
    background: var(--cor-2);
}

.cell-limites-loja{
    width: 30%;
}

.cell-limites-semestre{
    width: 20%;
}

.cell-limites-valor{
    width: 15%;
}

.cell-limites-valor-usado{
    width: 15%;
}

@media (max-width: 992px){
    .header-limites{
        display: none;
    }

    .cell-limites-loja, .cell-limites-semestre, .cell-limites-valor, .cell-limites-valor-usado{
        width: unset;
    }
}

.lista-limites .item-cell-valor label{
    font-weight: normal;
}