.seccion_pedidos{
    width: 58%; 
    display: flex;
    justify-content: space-between; 
    align-items: stretch;
    height: auto; 
    min-height: 20rem;
}

.pedidos-cero-reventas{
    width: 50%;
    background-color: #3c8dbc;
    margin-inline: 2%;
    color: white;
    text-align: center;
}


.pedidos{
    width: 100%;
    height: 85%;
}

.col-pedidos{
    width: 100%;
    height: 48%;
    display: flex;
    flex-direction: row;
}

.row-pedidos{
    width: 100%;
    height: 100%;
}