.footer {
    width: 100%;
    display: block;
    position: relative;
    background: #141414;
    text-align: center;
}

.footerContainer {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
    padding-bottom: 45px;
}

    .footerContainer h1 {
        color: #fff;
        font-family: 'FF_Clan_Light';
        font-weight: normal;
        font-size: 14px;
        line-height: 120%;
        padding-bottom: 5px;
    }

    .footerContainer ul {
        display: block;
        text-align: center;
        position: relative;
        width: 100%;
    }

        .footerContainer ul li {
            width: 120px;
            display: inline-block;
            padding-top: 25px;
            margin: 0 15px;
            font-size: 13px;
            font-family: 'FF_Clan_Light';
        }

            .footerContainer ul li a {
                align-items: center;
                color: #fff;
                display: flex;
                text-decoration: none;
            }

                .footerContainer ul li a i {
                    margin-right: 7px;
                    font-size: 14px;
                }

                .footerContainer ul li a img {
                    display: block;
                    height: 16px;
                    margin-right: 7px;
                    margin-top: -2px;
                    width: auto;
                }

.footerImages {
    padding-top: 30px;
    position: relative;
    width: 100%;
    text-align: center;
    display: block;
}

    .footerImages img {
        display: inline-block;
        padding: 0 15px;
    }

.bottom {
    width: 100%;
    display: block;
    position: relative;
    background: #000;
    text-align: center;
}

.bottomContainer {
    width: 900px;
    margin: 0 auto;
    padding: 18px 0;
    padding-top: 20px;
}

    .bottomContainer p {
        color: #fff;
        font-family: 'FF_Clan_Light';
        font-size: 13px;
        line-height: 120%;
    }

        .bottomContainer p i {
            margin-right: 5px;
            font-size: 14px;
        }

#BtnReturnTop {
    position: fixed;
    bottom: 30px;
    right: 40px;
    background: rgba(0, 0, 0, 0.6);
    width: 50px;
    height: 50px;
    text-decoration: none;
    border-radius: 35px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    z-index: 300;
    cursor: pointer;
    transition: all .5s ease;
}

    #BtnReturnTop i {
        color: #fff;
        margin: 0;
        position: relative;
        line-height: 50px;
        font-size: 15px;
    }

    #BtnReturnTop.BtnReturnTopActivado {
        visibility: visible;
        opacity: 1;
    }

    #BtnReturnTop:hover {
        background: rgba(0, 0, 0, 0.85);
    }

@media only screen and (max-width: 480px) {
    #BtnReturnTop {
        bottom: 30px;
        right: 20px;
        width: 42px;
        height: 42px;
    }

        #BtnReturnTop i {
            line-height: 42px;
            font-size: 10px;
        }

    .bottomContainer {
        width: 80%;
    }

    .footerContainer ul li {
        width: 100px;
        margin: 0 12px;
        font-size: 12px;
    }

    .footerContainer h1 {
        font-size: 13px;
        padding-bottom: 10px;
    }

    .footerContainer {
        width: 80%;
        padding: 55px 0;
        padding-bottom: 35px;
    }

    .bottomContainer p {
        font-size: 12px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 599px) {
    #BtnReturnTop {
        bottom: 30px;
        right: 30px;
        width: 45px;
        height: 45px;
    }

        #BtnReturnTop i {
            line-height: 45px;
            font-size: 11px;
        }

    .bottomContainer {
        width: 400px;
    }

    .footerContainer ul li {
        width: 100px;
        margin: 0 12px;
        font-size: 12px;
    }

    .footerContainer h1 {
        font-size: 13px;
        padding-bottom: 10px;
    }

    .footerContainer {
        width: 400px;
        padding: 55px 0;
        padding-bottom: 35px;
    }

    .bottomContainer p {
        font-size: 12px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    #BtnReturnTop {
        bottom: 30px;
        right: 30px;
        width: 45px;
        height: 45px;
    }

        #BtnReturnTop i {
            line-height: 45px;
            font-size: 11px;
        }

    .bottomContainer {
        width: 500px;
    }

    .footerContainer ul li {
        width: 105px;
        margin: 0 15px;
        font-size: 12px;
    }

    .footerContainer h1 {
        font-size: 13px;
        padding-bottom: 10px;
    }

    .footerContainer {
        width: 500px;
        padding: 55px 0;
        padding-bottom: 35px;
    }

    .bottomContainer p {
        font-size: 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    #BtnReturnTop {
        bottom: 30px;
        right: 30px;
        width: 45px;
        height: 45px;
    }

        #BtnReturnTop i {
            line-height: 45px;
            font-size: 11px;
        }

    .bottomContainer {
        width: 700px;
    }

    .footerContainer ul li {
        width: 100px;
        margin: 0 10px;
        font-size: 12px;
    }

    .footerContainer h1 {
        font-size: 13px;
        padding-bottom: 10px;
    }

    .footerContainer {
        width: 700px;
        padding: 55px 0;
        padding-bottom: 35px;
    }

    .bottomContainer p {
        font-size: 12px;
    }
}

@media only screen and (min-width: 980px) and (max-width: 1099px) {
    #BtnReturnTop {
        bottom: 30px;
        right: 30px;
        width: 45px;
        height: 45px;
    }

        #BtnReturnTop i {
            line-height: 45px;
            font-size: 11px;
        }

    .footerContainer {
        width: 100%;
    }
}

@media only screen and (min-width: 1100px) and (max-width: 1199px) {
    #BtnReturnTop {
        bottom: 30px;
        right: 30px;
        width: 45px;
        height: 45px;
    }

        #BtnReturnTop i {
            line-height: 45px;
            font-size: 11px;
        }
}

@media only screen and (min-width: 1200px) and (max-width: 1299px) {
    #BtnReturnTop {
        bottom: 30px;
        right: 30px;
        width: 45px;
        height: 45px;
    }

        #BtnReturnTop i {
            line-height: 45px;
            font-size: 11px;
        }
}

@media only screen and (min-width: 1300px) and (max-width: 1399px) {
    #BtnReturnTop {
        bottom: 30px;
        right: 35px;
        width: 47px;
        height: 47px;
    }

        #BtnReturnTop i {
            line-height: 47px;
            font-size: 13px;
        }
}

@media only screen and (min-width: 1400px) and (max-width: 1499px) {
    #BtnReturnTop {
        bottom: 30px;
        right: 35px;
        width: 47px;
        height: 47px;
    }

        #BtnReturnTop i {
            line-height: 47px;
            font-size: 13px;
        }
}

@media only screen and (min-width: 1500px) and (max-width: 1599px) {
    #BtnReturnTop {
        bottom: 30px;
        right: 35px;
        width: 47px;
        height: 47px;
    }

        #BtnReturnTop i {
            line-height: 47px;
            font-size: 13px;
        }
}

@media only screen and (min-width: 1600px) and (max-width: 1699px) {
    #BtnReturnTop {
        bottom: 30px;
        right: 35px;
        width: 47px;
        height: 47px;
    }

        #BtnReturnTop i {
            line-height: 47px;
            font-size: 13px;
        }
}

@media only screen and (min-width: 1700px) and (max-width: 1799px) {
}

@media only screen and (min-width: 1800px) and (max-width: 1899px) {
}
