#footer, #footer .container {
    background: #015697;
    color: #ffffff;
}

#footer a {
    color: #ffffff;
}

.footer-link .block .bullet {
    border-bottom: 1px solid #ffffff;
}

#social_block ul li a:before {
    background-color: #0766af;
    color: white;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

#social_block ul li:hover a:before {
    background: #F07D00;
    -webkit- box-shadow: none;
    box-shadow: none;
}

#social_block ul li.whatsapp a:before {
    content: "\f232";
}

#back-top {
    position: fixed;
    bottom: 60px;
    top: auto;
    text-align: center;
    z-index: 999;
    right: 60px;
}

#back-top a {
    color: white;
    background-color: #0766af;
    -webkit- box-shadow: none;
    box-shadow: none;
}

#back-top a:hover {
    color: white; 
    background-color: #F07D00;
}

