footer.legal {
    position: relative;
    padding-bottom: 4rem !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

footer.legal > .left {
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

footer.legal > .left > .info {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    text-align: left;
}

footer.legal > .left img {
    margin-right: 0;
    padding-right: 30px;
}

footer.legal > .right {
    margin-right: 0rem;
}

footer.legal .footer-menu-legal > ul {
    flex-direction: column;
    text-align: right;
    align-items: flex-end;
}

footer.legal ul > li {
    border-left: 0px;
    margin-top: 2px;
    text-align: right;
}

footer.legal ul.social > li {
    font-size: 1rem;
}

.hide-mobile {
    display: none;
}

