.desktopLegals{
    justify-content: space-between;
    align-items: center;
    display: flex;
    width: 100%;
    padding: 80px;
}
.topHeaderLegal{
    width: 100%;
    height: 105px;
    display: flex;
    position: sticky;
    z-index: 333;
    top: 0px;
    justify-content: space-between;
    align-items: center;
    background-color: #4B5257;
}
.topheaderPhoneLegal {
    display: flex;
    justify-content: space-between;
    height: 60px;
    background-color: #4B5257;
}
.logoHeader {
    width: 100%;
    padding-left: 6%;
    display: flex;
    align-items: center;
}
.mobileMenuBtn {
    max-width: 80px;
}
.mobileMenuBtn nav {
    display: flex;
    justify-content: center;
    align-items: center;
}
#hamburger-menu > img {
    z-index: 2;
    position: relative;
}
.firstLiMobile {
    height: 60px !important;
}
.logoOceanaMobile {
    height: 60px;
    margin-top: 0;
    padding: 20px 0px;
    width: auto !important;
}
.imgLogoLegal {
    width: 360px;
}
.topheaderPhoneLegal {
    display: none;
}
@media only screen and (max-width: 879px) {
    .topheaderPhoneLegal {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .topHeaderLegal, .mobileMenu {
        display: none;
    }
    .mobileMenuBtnLegal {
        max-width: 80px;
    }
    .mobileMenuBtnLegal nav {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media only screen and (max-width: 490px){
    .header-navigation--header-default .header-navigation__nav nav>ul>li {
        padding: 0 20px;
        height: 100%;
    }
    .imgLogoLegal{
        width: 265px;
    }
}