@media (max-width: 800px) 
{
    .headerDocumentoEdit{
        height: auto !important;
        flex-direction: row;
        justify-content: center;
    }

    .botaoSignatarioHeader{
        margin-right: 10px;
        justify-content: center;
    }
}