
footer {
    background-color: #4e5563 !important;
}

    footer a {
        color: #dee1e3;
        text-decoration: none;
    }

        footer a:hover {
            color: #d41515;
        }


.redessocias {
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
}

    .redessocias a {
        text-decoration: none;
        font-size: 1.8rem;
        height: 3.35rem;
        width: 3.35rem;
        line-height: 3.35rem;
        border-radius: 50%;
        background: #002255;
        color: #f2f3ff;
        margin: .3rem;
    }

        .redessocias a:hover {
            background: #F9496F;
            color: #f2f3ff;
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
