/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.footer {
    background: -webkit-gradient(linear, left top, right top, from(#49a9ff33), to(#fc7cd933));
    background: -o-linear-gradient(left, #49a9ff33, #fc7cd933 100%);
    background: linear-gradient(90.00deg, #49a9ff33, #fc7cd933 100%);
}

.container-footer {
    padding-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.footer--position-footer-logo {
    margin-bottom: 40px;
}

/* .footer__nav {} */

.footer__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1vh 60px;
    padding: 0px 40px 30px 40px;
    margin-top: 0;
}

.footer__nav-list a {
    text-decoration: none;
    font-family: Ubuntu;
    font-size: 16px;
    color: #535755;
    font-weight: 400;
    line-height: 18px;
}

.footer__nav-list-item {
    color: #535755;
    font-family: Oswald;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}


.copyright {
    border-top: 1px solid #D3CBD9;
    padding: 40px 0px 40px 0px;
    color: #858e8a;
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 16px;
    text-align: center;
}

@media (width <=992px) {
    .footer__nav-list {
        gap: 1vh 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (width <=576px) {
    .container-footer {
        padding-top: 30px;
    }
}