
body {
    top: 0 !important;
    min-height: initial !important;
}

.content-header {
    flex-direction: column;
}


.google_translate_element {
    position: relative;
    height: 38px;
    width: 100%;
    padding-top: 10px;
    display: flex;
    justify-content: flex-end;
    z-index: 10;
}

.content-home-itens .btn-form {
    z-index: 2;
}

@media (max-width: 991px) {
    .form {
        position: fixed;
    }

    .google_translate_element {
        justify-content: flex-start
    }
}
