.footer {
    display: block;
    margin-top: 100px;
    width: 100%;
    background: #000000;
    color: white;
}

.footer-left {
    width: 100%;
}

.footer-left p {
    padding: 2px;
    font-size: 14px;
    text-align: center;
}

.footer-icones {
    display: flex;
    margin: auto;
    justify-content: center;
    width: 100%;
}

.footer-icones button {
    background: transparent;
    border: none;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.footer-icones img {
    width: 100%;
}

.footer-links {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
}

.footer-links a {
    text-decoration: none;
    color: #888787;
    margin: 0 3px;
    padding-top: 30px;
    font-size: 10px;
}

.footer-right {
    width: 100%;
}

.footer-right-icones {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: auto;
}

.barre-vert {
    width: 1px;
    height: 70px;
    background: #FFFFFF;
    display: flex;
    margin: 0 20px;
}

.footer-right-icones button {
    background-color: transparent;
    border: none;
    width: 100px;
    height: 100px;
}

.footer-right-icones img {
    width: 70px;
    display: flex;
    margin: auto;
}

.footer-fs {
    width: 100%;
}

.footer-fs img {
    width: 120px;
    display: flex;
    margin: auto;
}

@media only screen and (min-width: 1220px) {
    .footer {
        display: flex;
        margin-top: 100px;
        width: 100%;
        background: #000000;
        color: white;
    }

    .footer-left {
        width: 60%;
        padding: 50px 0 0 50px;
    }

    .footer-left p {
        padding-left: 5px;
        text-align: left;
    }

    .footer-icones {
        display: flex;
        margin: auto;
        justify-content: left;
        width: 100%;
    }

    .footer-icones button {
        background: transparent;
        border: none;
        cursor: pointer;
        width: 30px;
        height: 30px;
    }

    .footer-icones img {
        width: 100%;
    }

    .footer-links {
        width: 100%;
        height: 80px;
        display: flex;
        justify-content: left;
    }

    .footer-links a {
        text-decoration: none;
        color: #888787;
        margin: 0 3px;
        padding-top: 30px;
    }

    .footer-right {
        width: 40%;
    }

    .footer-right-icones {
        display: flex;
        align-items: center;
        width: 50%;
        margin: auto;
    }

    .barre-vert {
        width: 1px;
        height: 70px;
        background: #FFFFFF;
        display: flex;
        margin: 0 20px;
    }

    .footer-right-icones button {
        background-color: transparent;
        border: none;
        width: 120px;
        height: 120px;
    }

    .footer-right-icones img {
        width: 95px;
        display: flex;
        margin: auto;
    }

    .footer-fs {
        width: 100%;
    }

    .footer-fs img {
        width: 150px;
        display: flex;
        margin: auto;
    }
}