footer {
    background-color: var(--cor-background-3);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    color: #fff;
}

footer i {
    font-size: 26px;
    color: #ffffff;
}

footer img {
    width: 240px;
}

.footer-content {
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 600px) {
    .footer-content {
        width: 100%;
    }
    .footer-copy, .footer-social {
        display: none;
    }
}
