.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    z-index:1000;
    padding-top:15px;
}

.footer-logo, .footer-links, .footer-colaboration {
    padding: 10px;
    z-index:1000;
}

.footer-logo {
    min-width: 150px;
    z-index:10000;
    display: flex;
    align-items: center;
}

.footer-links {
    text-align: center;
    z-index:1000
}

.footer-colaboration {
    flex: 1;
    text-align: right;
    z-index:1000
}

@media (max-width: 767px) {
    .footer-links {
        width: 100%;
        order: 1;
    }

    .footer-colaboration {
        width: 100%;
        text-align: center;
        order: 2;
    }
}
.h3 {
    font-size: 1.5rem;
}
