.footer {
    margin-top: 50px;
    background: #202d38;
    padding: 25px 0;
}

.footer .logo-footer {
    color: #FFFFFF;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .logo-footer img {
    width: 80px;
}

.footer .logo-footer p {
    margin-left: 15px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.footer .menu-footer ul {
    display: flex;
    margin: 0;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    list-style: none;
    font-size: 13px;
    font-weight: 500;
    gap: 20px;
    flex-shrink: 0;
    flex-wrap: wrap;
}

.footer .menu-footer li a {
    color: #FFFFFF;
    text-decoration: none;
}

.footer .menu-footer li a:hover {
    color: #73a1c5;
}

.flex-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
