footer {
    padding: 70px 0;
}

.logo-footer {
    width: 70px;
}

.text-copyright {
    padding-top: 4.3rem;
    text-align: center;
}

.text-copyright p {
    color: #A7A7A7;
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.footer-links a {
    font-size: 1rem;
    margin-bottom: 30px;
    letter-spacing: 1.4px;
    color: #000D7D;
    text-transform: uppercase;

}

.redes-sociais img {
    width: 30px;
    height: 30px;
    transition: all .25s ease;
}

.redes-sociais:hover img {
    opacity: 0.5;
}

@media (min-width: 768px) {
    .footer-links a {
        margin-bottom: 0;
    }

    footer {
        padding: 100px 0;

    }
}

@media (max-width: 768px) {
    .text-copyright {
        padding-top: 2rem;
    }
}