footer {
    margin-top: 3.5rem;
    background-color: #000;
    width: 100% - 2*var(--lr-margin-generic);
    height: auto;
    color: #fff;
    padding: 3rem 4.5rem 2rem 4.5rem;
    display: flex;
}

footer a {
    color: #fff;
}

#footer-img{
    width: 20rem;
}

#footer-img img {
    width: 100%;
}

#footer-l, #footer-r {
    width: 50%;
}

#footer-nav {
    margin: 1rem 0;
    font-size: 1.8rem;
    display: flex;
    flex-direction: column;
}

#footer-nav a {
    padding: 0.3rem 0;
}

/* FOOTER RIGHT*/

.slogan-big{
    font-size: 3rem;
    font-weight: 600;
}

.slogan-small {
    font-size: 2rem;
    font-weight: 400;
}

.form-footer {
    width: 100%;
    margin-left: 0;
    box-shadow: none !important;
    border: none !important;
}

.form-footer input {
    color: white;
    border: 2px solid white;
    background: none !important;
}

.form-footer button {
    height: auto !important;
    margin-left: 1rem;
    color: #000;
    background: white !important;
    border: 2px solid white;
}

.form-footer button:hover {
    background-color: #dedede !important;
}

.info-text-footer {
    text-align: center;
    width: auto;
    margin-left: 0%;
}

.info-text-footer, .info-text-footer a {
    color: #fff !important;
}