.btn.loading {
    pointer-events: none;
    opacity: .8;
}

    .btn.loading::after {
        content: "";
        width: 18px;
        height: 18px;
        border: 2px solid #000;
        border-top-color: transparent;
        border-radius: 50%;
        display: inline-block;
        margin-left: 10px;
        vertical-align: middle;
        animation: spin .8s linear infinite;
    }

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}


* {
    font-family: Ubuntu,sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    margin: 0
}

.site-header {
    position: relative;
    top: 0;
    z-index: 1000;
    margin-bottom: -120px
}

.hdr-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 20px
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none
}

    .brand img {
        height: auto;
        width: 100%;
        display: block
    }

    .brand .brand-name {
        color: #eaf1f8;
        font-weight: 800;
        letter-spacing: .2px
    }

nav.primary-nav {
    margin-left: auto
}

.nav-list {
    list-style: none;
    display: flex;
    gap: 18px;
    margin: 0;
    padding: 0;
    align-items: center
}

    .nav-list a {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        text-decoration: none;
        color: #eaf1f8;
        font-weight: 400;
        letter-spacing: .2px;
        padding: 8px 10px;
        border-radius: 12px;
        transition: background .15s ease,transform .15s ease;
        font-size: 18px
    }

    .nav-list li:last-child a {
        border: 1px solid #fff;
        border-radius: 12px;
        padding: 10px 16px
    }

    .nav-list a:hover, .nav-list a:focus-visible {
        background: #ffffff0f
    }

.btn-cta {
    margin-left: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: #ff9f1c;
    color: #091a2c;
    font-weight: 900;
    text-decoration: none;
    border: 0;
    box-shadow: 0 6px 20px #00000040;
    transition: transform .15s ease
}

    .btn-cta:hover {
        transform: translateY(-1px)
    }

.menu-toggle {
    display: none;
    margin-left: auto;
    background: transparent;
    border: 0;
    padding: 8px;
    border-radius: 10px;
    border: 1px solid #ffff
}

    .menu-toggle:focus-visible {
        outline: 2px solid #d7e6f4
    }

    .menu-toggle .bar {
        width: 22px;
        height: 2px;
        background: #eaf1f8;
        display: block;
        margin: 5px 0;
        border-radius: 2px
    }

@media (max-width: 900px) {
    .menu-toggle {
        display: block
    }

    nav.primary-nav {
        position: fixed;
        top: 64px;
        right: 14px;
        bottom: 14px;
        left: 14px;
        background: #fff;
        border: 1px solid rgba(255,255,255,.1);
        border-radius: 14px;
        transform: translateY(-12px);
        opacity: 0;
        pointer-events: none;
        transition: transform .18s ease,opacity .18s ease;
        box-shadow: 0 28px 80px #00000073;
        height: 180px
    }

        nav.primary-nav.is-open {
            transform: translateY(0);
            opacity: 1;
            pointer-events: auto
        }

    .nav-list {
        flex-direction: column;
        padding: 14px
    }

        .nav-list a {
            color: #000;
            font-size: 16px
        }

    .btn-cta {
        width: 100%;
        text-align: center
    }

    body.menu-open {
        overflow: hidden
    }
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.menu-toggle {
    position: relative;
    width: 40px;
    height: 40px
}

    .menu-toggle .bar {
        position: absolute;
        left: 9px;
        right: 9px;
        height: 2px;
        background: #eaf1f8;
        border-radius: 2px;
        transition: transform .28s cubic-bezier(.22,.61,.36,1),opacity .18s ease,top .28s cubic-bezier(.22,.61,.36,1),bottom .28s cubic-bezier(.22,.61,.36,1)
    }

        .menu-toggle .bar:nth-child(1) {
            top: 6px
        }

        .menu-toggle .bar:nth-child(2) {
            top: 13px
        }

        .menu-toggle .bar:nth-child(3) {
            top: 20px
        }

    .menu-toggle[aria-expanded=true] .bar:nth-child(1) {
        transform: translateY(7px) rotate(45deg)
    }

    .menu-toggle[aria-expanded=true] .bar:nth-child(2) {
        opacity: 0
    }

    .menu-toggle[aria-expanded=true] .bar:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg)
    }

@media (prefers-reduced-motion: reduce) {
    .menu-toggle .bar {
        transition: transform .15s ease,opacity .1s linear
    }
}

.hero {
    position: relative;
    min-height: 100svh;
    display: grid;
    color: #f1f3f5
}

.hero__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg,#000000b3,#0000008c 40%,#00000059 60%,#0000008c),url(/images/inicio-bg-B9TsfniF.png) center / cover no-repeat;
    background-color: #0000001a;
    filter: saturate(110%);
    z-index: 0;
    margin-left: -5px
}

.hero__grid {
    align-self: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px 72px;
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 40px;
    align-items: center;
    z-index: 10
}

@media (max-width: 1800px) {
    .hero__grid {
        padding: 160px 20px 72px
    }
}

.hero__left {
    align-self: center
}

.hero__title {
    font-weight: 900;
    line-height: 1.6;
    font-size: 4rem;
    letter-spacing: 3px;
    margin: 8px 0 18px;
    text-transform: uppercase;
    color: #fff
}

.highlight {
    color: #e5ff51;
    font-size: 64px
}

.hero__subtitle {
    font-size: 18px;
    color: #fff;
    max-width: 720px
}

.hero__card {
    background: #e5e7eb;
    color: #1b1f28;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 12px;
    box-shadow: 0 28px 80px #00000073;
    padding: 32px
}

.card__title {
    font-size: 24px;
    line-height: 32px;
    margin: 4px 2px 20px;
    font-weight: 400;
    color: #000
}

    .card__title strong {
        font-weight: 700
    }

.card__form {
    display: grid;
    gap: 20px
}

    .card__form span {
        font-size: 16px;
        color: #000
    }

.inp {
    width: 90%;
    height: 48px;
    border-radius: 12px;
    padding: 8px 14px;
    border: 2px solid #dfe3ea;
    background: #f4f6fa;
    color: #000;
    font-weight: 400;
    letter-spacing: .6px;
    font-size: 16px
}

    .inp::placeholder {
        color: #a3adbb;
        font-weight: 700
    }

    .inp:focus {
        outline: 0;
        border-color: #8ec5ff;
        box-shadow: 0 0 0 3px #8ec5ff59
    }

.chk {
    display: grid;
    grid-template-columns: 18px 1fr;
    align-items: start;
    gap: 10px;
    font-size: 14px;
    color: #1e252f
}

.chk {
    display: grid;
    grid-template-columns: 24px 1fr;
    align-items: start;
    gap: 12px;
    font-size: 14px;
    color: #1e252f;
    cursor: pointer
}

    .chk input {
        width: 24px;
        height: 24px;
        margin: 0;
        accent-color: #000
    }

        .chk input:focus-visible {
            outline: none;
            box-shadow: 0 0 0 3px #0000002e
        }

    .chk a {
        color: #6b7280;
        text-underline-offset: 2px;
        font-style: italic
    }

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    padding: 0 20px;
    border-radius: 12px;
    border: 0;
    font: inherit;
    font-weight: 500;
    font-size: 18px;
    margin: 20px 0;
    text-decoration: none;
    background: #d1d5db;
    color: #fff;
    cursor: not-allowed;
    transition: background-color .2s,color .2s,box-shadow .2s,transform .15s,filter .2s;
    box-shadow: none;
    box-sizing: border-box
}

    .btn[disabled], .btn.is-disabled, .btn[aria-disabled=true] {
        background: #d1d5db;
        color: #fff;
        cursor: not-allowed;
        box-shadow: none;
        filter: none;
        pointer-events: none
    }

    .btn:not([disabled]):not(.is-disabled):not([aria-disabled=true]) {
        background: #000;
        color: #e5ff51;
        cursor: pointer;
        box-shadow: 0 10px 30px #00000059
    }

        .btn:not([disabled]):not(.is-disabled):not([aria-disabled=true]):is(:hover,:focus-visible) {
            filter: brightness(1.02);
            transform: translateY(-1px)
        }

.card__link {
    text-align: center;
    margin-top: 12px
}

    .card__link a {
        color: #000;
        text-decoration: underline;
        text-underline-offset: 2px;
        font-size: 16px
    }

@media (max-width: 1100px) {
    .hero__grid {
        grid-template-columns: 1fr 380px;
        gap: 28px
    }
}

@media (max-width: 900px) {
    .hero__grid {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 50px;
        padding: 120px 12px !important
    }

    .hero__right {
        order: 2
    }

    .hero__left {
        order: 1
    }

    .hero__title, .highlight {
        font-size: 50px
    }
}

@media (max-width: 768px) {
    .hero__title, .highlight {
        font-size: 24px
    }

    .hero__subtitle {
        font-size: 16px
    }

    .brand img {
        height: auto;
        width: 70%;
        display: block
    }
}

.support {
    margin-top: 0;
    color: #000
}

.support__toggle {
    width: 100%;
    background: #111;
    color: #fff;
    border: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    border-top: 1px solid #393939
}

.support__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 12px
}

    .support__container strong {
        font-size: 20px;
        font-weight: 700
    }

    .support__container .chev {
        margin-left: auto;
        transition: transform .18s ease
    }

.support__toggle[aria-expanded=true] .chev {
    transform: rotate(180deg)
}

.support__panel {
    background: #e5e7eb;
    border-top: 1px solid rgba(0,0,0,.08)
}

.support__inner {
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 20px
}

.acc {
    margin: 0;
    padding: 16px 0 24px
}

.acc__item {
    border-bottom: 1px solid rgba(0,0,0,.06)
}

    .acc__item:last-child {
        border-bottom: none
    }

.acc__btn {
    width: 100%;
    background: transparent;
    border: 0;
    padding: 18px 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font: inherit;
    cursor: pointer
}

    .acc__btn span {
        font-weight: 800;
        color: #000;
        letter-spacing: .2px;
        font-size: 20px
    }

    .acc__btn .chev {
        transition: transform .18s ease
    }

    .acc__btn[aria-expanded=true] .chev {
        transform: rotate(180deg)
    }

.acc__content {
    padding: 2px 8px 18px
}

.acc__link {
    display: inline-block;
    color: #888;
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,.15);
    padding-bottom: 2px;
    word-break: break-word;
    font-size: 18px;
    font-weight: 700
}

@media (max-width: 720px) {
    .support__container {
        padding: 16px
    }

    .acc {
        padding: 8px 14px 18px
    }
}

.site-footer {
    background: #363636;
    border-top: 1px solid rgba(255,255,255,.08);
    color: #e9edf2
}

.ft-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px
}

.ft-brand img {
    height: auto;
    width: 80%;
    display: block
}

.ft-logos {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 28px;
    margin: 0;
    padding: 0
}

    .ft-logos img {
        height: 22px;
        width: auto;
        opacity: .9;
        filter: grayscale(1) contrast(1.05) brightness(.96);
        transition: opacity .15s ease
    }

        .ft-logos img:hover {
            opacity: 1
        }

@media (max-width: 720px) {
    .ft-container {
        flex-wrap: nowrap;
        gap: 0px
    }

    .ft-logos {
        margin-left: auto;
        gap: 10px;
        padding-right: 20px
    }

        .ft-logos img {
            height: 20px
        }

        .ft-logos li:first-child img {
            margin-top: 10px
        }

    .ft-brand img {
        width: 80%
    }
}

.login-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    place-items: center;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease
}

    .login-modal.is-open {
        opacity: 1;
        pointer-events: auto
    }

.login-modal__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0000007a;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px)
}

.login-modal__card {
    position: relative;
    width: min(450px,92vw);
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 30px 80px #00000073;
    padding: 40px 30px
}

.login-form {
    display: grid;
    gap: 14px
}

.lm-field {
    position: relative
}

    .lm-field input {
        width: 95%;
        height: 60px;
        border: 1px solid #e5e7eb;
        border-radius: 12px;
        background: #fff;
        padding: 0 14px;
        font: 400 18px/1 Ubuntu,system-ui,sans-serif;
        color: #000;
        outline: none
    }

        .lm-field input:focus {
            border-color: #111;
            box-shadow: 0 0 0 3px #00000014
        }

.lm-field--password input {
    border-color: #d7deea
}

.lm-eye {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 0;
    background: transparent;
    color: #111;
    cursor: pointer;
    border-radius: 8px
}

    .lm-eye:hover {
        background: #0000000f
    }

.lm-forgot {
    margin: -4px 0 6px;
    text-align: right
}

    .lm-forgot a {
        color: #9ca3af;
        text-decoration: underline;
        font-size: 14px
    }

.lm-primary {
    height: 60px;
    border: 0;
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    transition: background-color .2s,color .2s,box-shadow .2s,filter .2s
}

    .lm-primary:disabled {
        background: #9ca3af;
        color: #fff;
        cursor: not-allowed;
        box-shadow: none;
        filter: none
    }

    .lm-primary:not(:disabled) {
        background: #000;
        color: #e5ff51;
        cursor: pointer;
        box-shadow: 0 18px 40px #00000040
    }

        .lm-primary:not(:disabled):hover {
            filter: brightness(1.02)
        }

.lm-sep {
    text-align: center;
    color: #4b5563;
    font-size: 16px;
    margin: 32px 0 0
}

.lm-secondary {
    height: 60px;
    border-radius: 10px;
    border: 1.8px solid #111;
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer
}

    .lm-secondary:hover {
        background: #fafafa
    }

@media (max-width: 520px) {
    .login-modal__card {
        padding: 20px;
        border-radius: 12px;
        width: min(280px,92vw)
    }

    .lm-field input {
        height: 48px;
        width: 90%
    }

    .lm-primary, .lm-secondary {
        height: 48px
    }
}

.sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

@media (max-width: 768px) {
    .hero__card {
        padding: 20px 12px
    }

    .hero__right {
        order: 2;
        margin-left: -2px
    }

    .login-modal__card {
        width: min(300px,92vw)
    }
}

.spinner {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spin .7s linear infinite;
    vertical-align: -2px;
    margin-right: 8px
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

.btn--loading {
    pointer-events: none;
    opacity: .85
}

.loading-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #00000059;
    display: grid;
    place-items: center;
    z-index: 9999
}

.loading-box {
    background: #fff;
    border-radius: 12px;
    padding: 16px 18px;
    box-shadow: 0 12px 48px #0000002e;
    font: 500 14px/1.2 system-ui,-apple-system,Segoe UI,Roboto,sans-serif
}

    .loading-box .spinner {
        width: 16px;
        height: 16px;
        margin-right: 10px
    }
