.cabecalho{
    align-items: center;
    display: flex;
    height: 5rem;
    justify-content: space-between;
    width: calc(100vw - 14rem);
}