.footer {
    background-color: #3e4095;
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 3rem;
    bottom: 0px;
}
.footer-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    gap: 48px;
}

.footer-brand img {
    height: 194px;
}
.footer-copy {
    color: white;
    font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
    font-size: 0.8em;
    line-height: 1.85714286em;
    margin-top: 18px;
    text-align: center;
}
.footer-copy p {
    margin: 0;
}
.footer-center {
    color: white;
    font-size: 0.8em;
    font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 430px;
}
.footer-center p {
    width: auto;
    line-height: 2.1em;
    margin: 0;
}
.footer-center p + p {
    margin-top: 28px;
    line-height: 2.1em;
}
.footer-right {
    display: block;
    align-content: start;
    align-items: center;
    min-width: 220px;
}
.footer-midias {
    display: flex;
    gap: 10px;
    align-items: center;
}
.footer-midias img {
    width: 45px;
    height: 45px;
}
.footer-menu {
    margin-top: 30px;
}
.footer-menu ul {
    margin: 0;
    padding: 0;
}
.footer-menu li {
    list-style: none;
    padding-top: 5px;
}
.footer-menu a {
    color: white;
    font-size: 0.8em;
    font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .footer {
        background-color: #3e4095;
        background-size: cover;
        flex-direction: row;
        justify-content: center;
        padding: 3rem 1rem;
        bottom: 0px;
        text-align: center;
    }
    .footer-content {
        align-content: center;
        text-align: center;
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 390px;
    }
    .footer-brand img {
        height: 194px;
    }
    .footer-copy {
        margin-top: 18px;
        margin-bottom: 52px;
        font-size: 0.8em;
        line-height: 2em;
    }
    .footer-center {
        text-align: left;
        display: block;
        width: 100%;
        font-size: 0.8em;
        line-height: 2.35em;
    }
    .footer-center p {
        display: block;
        width: auto;
        max-width: 345px;
        margin: 0 auto;
        line-height: 2.35em;
    }
    .footer-center p + p {
        margin-top: 42px;
        line-height: 2.35em;
    }
    .footer-right {
        display: block;
        width: 100%;
    }
    .footer-midias {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 60px;
    }
    .footer-midias img {
        width: 45px;
        height: 45px;
    }
    .footer-menu {
        margin-top: 28px;
    }
    .footer-menu ul {
        margin: 0;
        padding: 0;
    }
    .footer-menu li {
        padding-top: 0;
        line-height: 2.35em;
    }
    .footer-menu a {
        font-size: 0.8em;
    }
}

@media (min-width: 1200px) {
    .footer-content {
        width: 1170px;
    }
}
