.footer a{
    text-decoration: none;
}

.footer{
    padding: 2.5rem 0;
    background-color: #080719;
    color: #fff;
}


.footer .item-footer{
    padding: 10px;
}
.footer #logo-footer{
    width: 200px;
}
.footer .item-footer ul li{
    margin: 10px 0;
}
.footer .item-footer ul li a {
    color: #fff;
    transition: .3s;
}

.footer .item-footer ul li a:hover{
    text-decoration: none;
    color: #1855ff;
    transition: .3s;
}


.footer .item-footer #icone-footer{
    transition: .3s;
    color: #fff;
}

.footer .item-footer #icone-footer:hover{
    transition: .3s;
    color: #1855ff;
}



/* SEGUNDO FOOTER */
.segundo-footer{
    padding: 10px 0;
    text-align: center;
}