/* Alterações header */
#header.navbar.fixed-top #usernavigation .nav-link {
    display: none !important;
}


/* A_S Alterações footer */
.footer-main{
    background-color: #1c2b60 !important;
}

#footer .footer-bottom {
    display: none !important;
}

#footer .footer-main {
    padding: 0 !important;
}

#backToTop {
    bottom: 15px;
    color: #ffffff !important;
    display: none;
    font-size: 18px;
    padding: 0 11px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #2441e7;
    /* position: relative; */
    right: 20px;
    text-align: center;
    z-index: 99999;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}    

#footer button.btn-footer-popover, #footer button.btn-footer-popover:hover, #footer button.btn-footer-popover:focus, #footer button.btn-footer-popover:active {
    display: none !important;
}