#voto-mais-footer{
    border-top: 1px solid #ddd;
    color: #fff;
    padding: 0 0 ;
    font-size: 15px;
}

.voto-mais-footer-nav{
    background-color: rgba(0, 0, 0, 0.2);
}

.voto-mais-footer-nav ul{
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    white-space: nowrap;
    overflow-x: auto;
}

.voto-mais-footer-nav ul li{
    display: inline-block;
    padding: 0 10px ;
    font-size: 18px;
    white-space: wrap;

}

.voto-mais-footer-nav ul li a{
    color: #fff;
}

.voto-mais-social-follow .social-icons a.social-icon{
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    display: inline-block;
    border-radius: 50%;
}

#voto-mais-footer .link-metodologia{
    font-size: 13px;
}

#voto-mais-footer .link-metodologia:hover{
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}