/*############################# FOOTER #############################*/
footer {
    background: rgb(0, 41, 130);
    color: #fffefe;
    padding-top: 5px;
    margin-top: 30px;
    height: 40vh;
}
footer .social {
    padding: 10px 10px;
    margin: 0;
    display: inline-block;
    position: relative;
    width: 100%;
}
footer .social li {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}
footer .social li a {
    font-size: 16px;
    display: table;
    width: 40px;
    height: 40px;
    margin: 0 4px;
}
footer .social li a i {
    display: table-cell;
    vertical-align: middle;
}
footer .social li a:hover,
footer .social li a:active,
footer .social li a:focus {
    text-decoration: none;
    border-bottom: none;
}
footer .social li a.social-circle {
    background: #6173f4;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
footer .social li a:hover {
    background: #393e46 !important;
}
footer .social.social-circle a {
    background: #6173f4;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
footer .titulo-footer {
    font-weight: 600;    
}
