.footerBg {
    background-image: linear-gradient(to bottom, rgba(241,241,241,0.8), rgba(241,241,241,0.7)), url(../../img/cimento-lixado.jpg);
    background-size: cover;
    background-position: center;
}
.footer {
    background-color: #343434;
    padding: 6rem 0;
}
.back-top {
    padding: 6rem 3rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}
.wrappFooter {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.footer__link-item {
    color: #e9e9e9;
    text-decoration: none;
margin-right: 30px;
}
.footer__link-item:first-child {
    margin-right: 30px;
}
.copyright {
    color: #e9e9e9;
    font-size: 1.6rem;
}
.socials__link {
    margin: 0 10px;
    text-decoration: none;
    color: #e9e9e9;
}
.socials__link i {
    font-size: 3.5rem;
}
.back-top__text {
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    color: #8c8c8c;
}
.back-top__text:active .back-top__icon,
.back-top__icon:active{
    transform: scale(.65);
}
.back-top__icon {
    position: relative;
    margin-bottom: 1rem;
}
.back-top__icon::after, .back-top__icon::before {
    content: '';
    width: 40%;
    background-color: #8c8c8c;
    height: 2px;
    display: block;
    position: absolute;
    top: 0;
}
.back-top__icon::after {
    left: 17%;
    transform: rotate(-45deg);
}
.back-top__icon::before {
    right: 16%;
    transform: rotate(45deg);
}
.socials {
    display: flex;
    flex-wrap: wrap;
}

.socials span {
    color: #fff;
    flex: 0 0 100%;
    margin: 0 10px 10px;
    font-size: 1.6rem;
}
@media only screen and (max-width: 800px) {
    .back-top {
        display: none;
    }
    .wrappFooter {
        flex-direction: column;
        align-items: center;
    }
    .wrappFooter > *:not(:last-child) {
        margin-bottom: 4rem;
        text-align: center;
    }
}

/* Alto contraste */
.high-contrast .footerBg {
    background-color: #343434;
    background-image: unset;
}
.high-contrast .footer {
    background-color: #010101;
}
.high-contrast .back-top__icon::after, .high-contrast .back-top__icon::before {
    background-color: #fff;
}

.footer__link {
    display:flex;
}