.linhaDivisora {
    grid-column: 1 / -1;
    grid-row: span 1;
    background: #e7e7e7;
    height: 1px;
    width: 100%;
}