/* FOOTER --------------------------------------------------------------------------------------*/

.footer {
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    color: white;
    margin: auto 0 0;
    background-color: #0E183A;
}

.footer-content {
    width: 90%;
    height: auto;
    font-size: 15px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: black;
}

/* Footer bottom links */

.footer-bottom-links-container {
    width: 90%;
    height: auto;
    font-size: 13px;
    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: white !important;
}

.footer-bottom-links-container vr {
    height: 15px;
    width: 1px;
    opacity: 0.35;
    background-color: rgba(255, 255, 255, 0.8);
    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) {}

@media all and (max-width: 400px) {}