.block-orgao-oficial {
    display: flex;
    align-items: center;
    margin-left: 18px;
    align-content: center;
    width: 100%;
    max-width: 306px;
    font-weight: bold;
    font-style: italic;
    flex-direction: column;
    justify-content: center;
}

.block-orgao-oficial:hover {
    transform: scale(1.04);
}

.linha-orgao-oficial {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

button#edit-submit-busca-orgao-oficial-fast {
    border-radius: 0px 8px 8px 0px;
}