#rodape_liga{
    padding-top:32px;
    background-color: #3d4042;
}

#rodape_liga .container{
    text-align: center;
}

#rodape_liga .footer-copyright{
    margin-bottom: 35px;
    text-align: center;
    color: #cac5c5;
}

#rodape_liga ul{
    list-style-type: none;
    padding: 0;
    margin-bottom: 18px;
}

#rodape_liga a{
    color: #282b2d;
    font-size: 18px;
}

#rodape_liga li{
    display: inline-block;
    margin: 0px 15px;
    line-height: 2;
}

#rodape_liga .footer-social{
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #eee;
}

#rodape_liga .fa{
    font-size: 36px;
    margin-right: 15px;
    margin-left: 20px;
    background-color: white;
    color: #d0d0d0;
    border-radius: 51%;
    padding: 10px;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 43px;
    text-decoration: none;
    transition:color 0.2s;
}

#rodape_liga .fa-facebook:hover{
   color: #2b55ff;
}

#rodape_liga .fa-facebook:focus{
    color: #2b55ff; 
}

#rodape_liga .fa-instagram:hover{
    color:purple;
}

#rodape_liga .fa-instagram:focus{
    color:purple;
}

#rodape_liga .fa-youtube:hover{
    color:red;
}

#rodape_liga .fa-youtube:focus{
    color:red;
}

#rodape_liga .fa-twitter:hover{
    color: #00aced;

}

#rodape_liga .fa-twitter:focus{
    color:#00aced;
}



/* CSS utilizado para posicionar o rodapé no final da página. */
/* Você pode remover isso. */

html{
    height: 100%;
}

body{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    height: 100%;
}

.content{
   flex: 1 0 auto;
   -webkit-flex: 1 0 auto;
   min-height: 200px;
}

#rodape_liga{
   flex: 0 0 auto;
   -webkit-flex: 0 0 auto;
}