footer {

    padding: 20px 0px;

    background: #e5e5e5;

    font-size: 0.75rem;

}

footer .footerlink ul li a {

    color: #666666;

    display: block;

    font-size: 0.75rem;

    padding-right: 15px;

}

footer .copyright {

    color: #666666;

    font-size: 0.75rem;

}

footer span {

    color: #666666;

    display: flex;

    align-items: center;

}

footer .list-social {

    display: flex;

    padding-left: 15px;

    align-items: center;

}

footer .list-social a.facebook {

    background: #1a5c8f;

}

footer .list-social a {

    color: #fff !important;

    width: 30px;

    height: 30px;

    line-height: 30px;

    display: block;

    border-radius: 50%;

    text-align: center;

    color: #666666;

}

footer .list-social a.youtube {

    background: #ea1f41;

}

footer .list-social a+a {

    margin-left: 10px;

}

footer ul {

    margin: 0;

}

#scrollUp {
    width: 40px;
    height: 40px;
    background: #d75d44;
    color: #fff;
    font-size: 1.125rem;
    text-align: center;
    line-height: 40px;
    /* opacity: 0; */
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}