
*{
    padding: 0;
    margin: 0;
}
.header-desktop{
    display: flex;
    position: absolute;
    top: 0;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.header-mobile{
    display: none !important;
}
.nav{
    position: absolute;
    top: 0;
}
.item-nav{
    list-style-type:none;

}
.imagem-corretora{
    height:110px;
    width: 110px;
}

@media only screen and (max-width:950px){
    .header-desktop{
        display: none !important;
    }
    .imagem-corretora{
        display: none !important;
    }  
    nav{
        display: none !important;
    }
    .item-nav{
        display: none !important;
    }
    .height-100vh {
        height: 100vh !important;
    }
    .height-80vh{
        height: 80vh !important;
    }
    .header-mobile{
        position: absolute;
        top: 0;
        height: 400px;
        display: flex !important;    
        justify-content: center;
        align-items: center;
        overflow: hidden;
        transition: ease-out, 0.6s;
        z-index: 1;
    }
    #cabecalho{
        transition: ease-out, 0.4s;
    }
    .menu-mobile{
        position: fixed;
        top: 0;
        flex-wrap: wrap;
        display: flex;
        align-items: center;
        justify-content: space-between !important;
    }
    #ulmobile{
        height: 250px;
    }
    .oculto{
        display: none !important;
    }
    .height-412{
        height:500px;
    }
    .height-250{
        height: 150px;
    }
    #imagem-corretora-mobile{
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .item-nav-mobile{
        list-style-type:none;
        padding:10px;
        transition: all, 0.6s ease;
    }
    .imagem-corretora-mobile{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 110px !important;
        width: 110px !important;
    }
}
