header {
    /* background-color: var(--cor_principal); */
    background-color: transparent;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 12px 20px;
    border-radius: 0 0 8px 0;
}
header a {
    color: var(--cor_branco);
    text-decoration: none;
}
#logo_wrap {
    width: 40px;
}

/* ==========
            HEADER CADASTRO
                            ========== */
#header_cadastro {
    justify-content: center!important;
    border-radius: 0 0 8px 8px!important;
    margin-bottom: 32px!important;
}

/* ==========
    HEADER COM BOTÃO DE VOLTAR E LOGO
                            ========== */
#btn_voltar {
    width: 20px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
#icon_btn_voltar {
    width: 20px;
}

/* ==========
    HEADER COM BOTÃO DE VOLTAR, LOGO e FOTO DE PERFIL
                            ========== */
#header_btnback_logo_fotoperfil {
    border-radius: 0 0 8px 8px!important;
}
#btn_perfil {
    width: 40px;
    height: 40px;
    background-color: var(--cor_branco);
    border-radius: 50%;
    overflow: hidden;
}
.foto_perfil{
    width: 100%;
}


@media (min-width: 992px) {
    #header_btnback_logo_fotoperfil {
        border-radius: 0 0 8px 0!important;
    }
}