:root {
    font-size: 16px;
}

.section-txn-loja {
    height: 100%;
    --color-text: #262523;
    --color-bg: #efece5;
    --color-link: #eca324;
    --color-link-hover: #262523;
    --color-title: #ffffff;
    --img-maxwidth: 250px;
    --blendmode-title: difference;
    --filter-img: none;
    color: var(--color-text);
    background-color: var(--color-bg);
    font-family: quiroh, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.uzi-6 {
    --color-text: #fff;
    --color-bg: #000;
    --color-link: #f0f0f0;
    --color-link-hover: #fff;
    --color-title: #fff;
    --img-maxwidth: none;
    --blendmode-title: overlay;
}

/* Page Loader */
.js .loading::before {
    content: '';
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-bg);
}

.js .loading::after {
    content: '';
    position: fixed;
    z-index: 100000;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    pointer-events: none;
    border-radius: 50%;
    opacity: 0.4;
    background: var(--color-link);
    animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
    to {
        opacity: 1;
        transform: scale3d(0.5,0.5,1);
    }
}

a {
    text-decoration: none;
    color: var(--color-link);
}

    a:hover,
    a:focus {
        color: var(--color-link-hover);
        outline: 0;
    }

.content--section {
    position: relative;
    width: 100%;
    min-height: 80vh;
    max-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content__title {
    font-family: forma-djr-display, sans-serif;
    font-weight: 700;
    position: relative;
    z-index: 10000;
    mix-blend-mode: var(--blendmode-title);
    -webkit-text-stroke: 2px var(--color-title);
    text-stroke: 2px var(--color-title);
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    color: transparent;
    pointer-events: none;
    font-size: clamp(4rem, 18vw, 16rem);
}

.content__img {
    max-width: var(--img-maxwidth);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    will-change: transform;
    filter: var(--filter-img);
}

.content__img--full {
    width: 100%;
    height: 100%;
    background-size: cover;
}

@media screen and (min-width: 53em) {
    :root {
        font-size: 18px;
    }
}


/* //normalize css */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden] {
    display: none;
}


a:focus {
    outline: thin dotted;
}

a:active, a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code, kbd, pre, samp {
    font-family: monospace,serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*,
*::after,
*::before {
    box-sizing: border-box;
}

.txn-representantes-section {
    padding: 120px 20px;
    background: linear-gradient(180deg, #0b0b12 0%, #12121c 100%);
    color: #eaeaea;
}

.txn-container {
    max-width: 1100px;
    margin: 0 auto;
}

.txn-section-header {
    max-width: 720px;
    margin-bottom: 80px;
}

.txn-eyebrow {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #9fa4ff;
    margin-bottom: 16px;
}

.txn-section-header h2 {
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 16px;
}

.txn-lead {
    font-size: 18px;
    color: #b8b8c7;
    line-height: 1.6;
}

.txn-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin-bottom: 100px;
}

.txn-col p {
    font-size: 16px;
    line-height: 1.7;
    color: #cfcfe1;
    margin-bottom: 32px;
}

.txn-block h3 {
    font-size: 20px;
    margin-bottom: 16px;
}

.txn-block ul {
    list-style: none;
    padding: 0;
}

.txn-block li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 12px;
    color: #d6d6e8;
}

    .txn-block li::before {
        content: "•";
        position: absolute;
        left: 0;
        color: #7c83ff;
    }

.txn-faq h3 {
    font-size: 28px;
    margin-bottom: 32px;
}

.txn-faq details {
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding: 16px 0;
}

.txn-faq summary {
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #f0f0ff;
}

.txn-faq p {
    margin-top: 12px;
    font-size: 15px;
    color: #bfc2e0;
    line-height: 1.6;
}

@media (max-width: 900px) {
    .txn-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }
}
