.qrf-footer-institucional {
    background: #050505;
    color: #ffffff;
    border-top: 1px solid rgba(255,255,255,.08);
    padding: 34px 0 24px;
    font-family: inherit;
}

.qrf-footer-institucional * {
    box-sizing: border-box;
}

.qrf-footer-inner {
    width: min(1560px, calc(100% - 80px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.25fr 1fr 1fr;
    gap: 34px;
    align-items: start;
}

.qrf-footer-col h3,
.qrf-footer-title {
    font-family: Khand, Arial, sans-serif;
    letter-spacing: .8px;
    text-transform: uppercase;
    line-height: 1.05;
}

.qrf-footer-title {
    color: #ffffff;
    font-size: 1.7rem;
    font-weight: 900;
    margin: 0 0 4px;
}

.qrf-footer-tagline {
    color: #0784ff;
    font-weight: 800;
    text-transform: uppercase;
    font-size: .95rem;
    letter-spacing: .5px;
    margin-bottom: 10px;
}

.qrf-footer-description {
    color: rgba(255,255,255,.78);
    font-size: .96rem;
    line-height: 1.55;
    margin: 0;
    max-width: 480px;
}

.qrf-footer-logo-wrap {
    margin-bottom: 14px;
}

.qrf-footer-logo {
    max-width: 220px;
    max-height: 90px;
    width: auto;
    height: auto;
    display: block;
}

.qrf-footer-col h3 {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 900;
    margin: 0 0 16px;
    position: relative;
}

.qrf-footer-col h3::after {
    content: "";
    display: block;
    width: 44px;
    height: 3px;
    background: #0784ff;
    margin-top: 8px;
}

.qrf-footer-emails,
.qrf-footer-social-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.qrf-footer-emails li {
    margin-bottom: 10px;
}

.qrf-footer-emails span {
    display: block;
    color: rgba(255,255,255,.58);
    font-size: .82rem;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 2px;
}

.qrf-footer-emails a,
.qrf-footer-institucional a {
    color: #ffffff;
    text-decoration: none;
}

.qrf-footer-emails a:hover,
.qrf-footer-institucional a:hover {
    color: #0784ff;
}

.qrf-footer-social-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.qrf-footer-social-list li {
    margin: 0 !important;
    padding: 0 !important;
}

.qrf-footer-social-list a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 38px;
    padding: 8px 11px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px;
    background: rgba(255,255,255,.04);
    color: #ffffff;
    font-size: .9rem;
    font-weight: 700;
    transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.qrf-footer-social-list a:hover {
    transform: translateY(-2px);
    background: #0784ff;
    border-color: #0784ff;
    color: #ffffff;
}

.qrf-social-svg {
    display: block;
    flex: 0 0 auto;
}

.qrf-footer-extra {
    width: min(1560px, calc(100% - 80px));
    margin: 24px auto 0;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,.08);
    color: rgba(255,255,255,.76);
    font-size: .92rem;
    line-height: 1.5;
}

.qrf-footer-muted {
    color: rgba(255,255,255,.58);
    margin: 0;
}

@media (max-width: 991px) {
    .qrf-footer-inner {
        width: min(100% - 32px, 720px);
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .qrf-footer-extra {
        width: min(100% - 32px, 720px);
    }
}

@media (max-width: 575px) {
    .qrf-footer-institucional {
        padding: 28px 0 20px;
    }

    .qrf-footer-title {
        font-size: 1.45rem;
    }

    .qrf-footer-logo {
        max-width: 190px;
    }

    .qrf-footer-social-list a {
        width: 100%;
        justify-content: flex-start;
    }
}
