div.footer-oceana-mobile {
    background-color: #4B5257;;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 55px 0;
}
div.footer-oceana-mobile > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
div.footer-oceana-mobile > div:last-child {
    margin-bottom: 0;
}
div.footer-address {
    line-height: 21px;
    margin-top: 5px;
}
p.footer-description {
    margin: 0;
    color: #fff;
    font-family: 'Fakt Pro';
    font-size: 14px;
    font-weight: 350;
    line-height: 18px;
    letter-spacing: 0px;
}
div.footer-brands > div {
    margin-bottom: 15px;
}
div.footer-brands a {
    display: flex;
}
div.footer-credits > p {
    font-family: 'Fakt Pro';
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 350;
    line-height: 21px;
}

div.footer-oceana-desktop {
    display: none;
    background-color: #4B5257;
    padding: 30px 7%;
}
.footer-oceana-desktop-top {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-oceana-desktop-top > div {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
}
.footer-brands{
    margin: 35px 0;
}
.splitter {
    color: #979797;
    font-family: 'Fakt Pro Light';
    margin-right: 35px;
    margin-left: 6px;
    font-size: 2.5rem;
}
.legal-desktop {
    display: none;
    background-color: #3F4448;
    align-items: center;
}
.legal-mobile {
    display: flex;
    background-color: #4B5257;
    align-items: center;
}
.footerText {
    width: 100%;
    background-color: #3F4448;
    color: #FFFFFF;
    padding: 30px;
    margin-top: 20px;
}
.footerText p {
    color: #FFFFFF;
    font-family: 'Fakt Pro';
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: start;
}
.footerLegalTextDesktop {
    color: #FFFFFF;
    font-family: 'Fakt Pro';
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
}
.footerLegalTextMobile {
    color: #fff;
    font-family: 'Fakt Pro';
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
}
.footerA:hover{
    color: #9A6545;
}
.footer-logo-oceana img{
    width: 250px;
}
.legal-show{
    height: 195px;
    padding: 25px 5%;
    -webkit-transform:translateY(-200%);
    -moz-transform:translateY(-200%);
    transform:translateY(0%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-top: 2px solid #fff;
}
.legal-show-mobile{
    min-height: 250px;
    padding: 25px 10%;
    -webkit-transform:translateY(-200%);
    -moz-transform:translateY(-200%);
    transform:translateY(0%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-top: 2px solid #fff;
}

.legal-not-show {
    height: 1px;
    padding: 0px 18% 0px 18%;
    -webkit-transform:translateY(0px);
    -moz-transform:translateY(0px);
    transform:translateY(0px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.imgLogoFooter {
    width: 360px;
}

@media only screen and (min-width: 1148px) {
    div.footer-address p {
        margin-bottom: 5px;
    }
    .footer-oceana-desktop-top > div {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    div.footer-oceana-mobile {
        display: none;
    }
    div.footer-oceana-desktop {
        display: block;
    }
    div.footer-brands > div {
        margin: 0;
    }
    div.footer-credits > p {
        margin: 0;
    }
    div.footer-contact {
        display: flex;
        gap: 20px;
        margin-right: 9rem;
    }
    div.footer-brands {
        width: 28%;
        height: 50px;
        padding: 0 20px 0 20px;
        align-items: center;
        border-left: 1px solid #75797b;
        border-right: 1px solid #75797b;
    }
    div.footer-address {
        margin-top: 5px;
        border-left: 1px solid #75797b;
        height: 50px;
        justify-content: center;
        align-items: center;
        width: 35%;
    }
    div.footer-credits {
        width: 10%;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .legal-desktop {
        display: flex;
        align-items: center;
    }
    .legal-mobile {
        display: none;
    }
}
@media only screen and (max-width: 1560px) {
    div.footer-contact {
        margin-right: 4rem;
    }
}
@media only screen and (max-width: 1380px) {
    div.footer-brands{
        margin-left: 0;
    }
}
@media only screen and (max-width: 1148px) {
    .footer-logo-oceana img{
        width: 100%;
        margin-bottom: 15px;
    }
    div.footer-contact {
        margin-right: 0rem;
    }
}
@media only screen and (max-width: 900px) {
    div.footer-brands > div:first-child {
        margin-bottom: 30px;
    }
    .footer-brands{
        margin: 45px 0 13px 0;
    }
}