﻿/* ------ PIE DE PÁGINA ------ */

footer {

    text-align: center;
    margin:0;
    padding:70px 0px 50px 0px ;
}

    footer .copy {
        color: #fff;
        font-size: 0.9rem;
        font-weight: 400;

    }

    footer .footer-redes a {
        display: inline-block;
        padding: 0 10px;
        color: #fff;
        text-decoration: none;
        font-weight: 500;
        font-size: 0.875rem;
        letter-spacing: 0;
        line-height: 1.5em;
        transition: all .3s ease;
    }

        footer .footer-redes a:hover {
            color: #B78549;
        }