/* FOOTER --------------------------------------------------------------------------------------*/

.footer {
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    margin: auto 0 0;
}

.footer-content {
    height: auto;
    padding: 30px 0;
    font-size: 15px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    color: white;
    gap: 30px;
    background: #004060;
    width: 100%;
}

.footer-row {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    font-size: 12px;
    font-weight: 300;
    gap: 30px;
}

.footer-row img {
    display: block;
    height: 30px;
}

.footer-column {
    width: 100%;
    margin: 80px 0;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.footer-logo {
    width: 134px;
    margin: 0 20px 0 0;
}

.footer-logo img {
    width: 100%;
}

.footer-column .first-txt {
    margin-bottom: 30px !important;
}

.footer .item {
    display: block;
    text-decoration: none;
    margin: 5px 0 0 20px;
}

.footer .link {
    text-decoration: none;
    color: #0172E8;
}

.footer .img-logo {
    height: 20px;
    margin: 20px 0 0 20px;
}

.footer .img-logo:last-child {
    height: 27px;
}

.footer .img-logo img {
    width: auto;
    height: 100%;
}

.footer-nowrap {
    white-space: nowrap;
}

/* Footer bottom links */

.footer-bottom-links-container {
    width: 90%;
    height: auto;
    font-size: 14px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: black;
    margin: 10px 0;
}

.footer-bottom-link {
    margin: 4px 10px;
}

.footer-bottom-link .el {
    display: block;
    text-decoration: none;
}

.footer-bottom-link .link {
    text-decoration: none;
    color: #222222 !important;
}

.footer-bottom-links-container vr {
    height: 15px;
    width: 1px;
    opacity: 0.35;
    background-color: #222222;
    margin: auto 0;
}

/* ====================================================================================== */

@media all and (max-width: 1600px) {}

@media all and (max-width: 1400px) {}

@media all and (max-width: 1000px) {}

@media all and (max-width: 800px) {
    .footer-content {
        flex-direction: column;
    }

    .footer-column {
        margin: 30px 0 0;
    }

    .footer-column:last-child {
        margin-bottom: 30px;
    }

    .footer-column .item {
        margin: 5px 0 0;
    }

    .footer .img-logo {
        margin: 20px 0 0;
    }

    .footer-logo {
        width: 78px;
    }
}

@media all and (max-width: 400px) {}