Política de reembolso

:root { --gold: #BA7517; --dark: #1a1a18; --text: #2C2C2A; --text-muted: #5F5E5A; --text-light: #888780; --bg-soft: #F7F6F2; --bg-green: #EAF3DE; --bg-red: #FCEBEB; --border: rgba(0,0,0,0.08); --radius: 12px; --radius-sm: 8px; } .tmx-legal * { box-sizing: border-box; margin: 0; padding: 0; } .tmx-legal { font-family: 'Arial', sans-serif; color: var(--text); max-width: 760px; margin: 0 auto; padding: 0 1.25rem 4rem; } .tmx-legal-hero { padding: 3rem 0 2.5rem; border-bottom: 1px solid var(--border); margin-bottom: 2.5rem; } .tmx-legal-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; display: block; } .tmx-legal-hero h1 { font-family: 'Georgia', serif; font-size: clamp(24px, 4vw, 34px); font-weight: normal; color: var(--dark); margin-bottom: 1rem; line-height: 1.25; } .tmx-legal-hero p { font-size: 14px; color: var(--text-muted); line-height: 1.7; } .tmx-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; margin-bottom: 2.5rem; } .tmx-status-card { border-radius: var(--radius-sm); padding: 1.1rem 1.25rem; border: 1px solid transparent; } .tmx-status-card.accept { background: var(--bg-green); border-color: #C0DD97; } .tmx-status-card.reject { background: var(--bg-red); border-color: #F7C1C1; } .tmx-status-card .sc-label { font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; margin-bottom: .6rem; } .accept .sc-label { color: #3B6D11; } .reject .sc-label { color: #A32D2D; } .tmx-status-card ul { list-style: none; padding: 0; } .tmx-status-card ul li { font-size: 13px; line-height: 1.6; padding: .25rem 0; padding-left: 1.1rem; position: relative; color: var(--text-muted); } .accept ul li::before { content: "✓"; position: absolute; left: 0; color: #3B6D11; font-weight: 700; } .reject ul li::before { content: "✕"; position: absolute; left: 0; color: #A32D2D; font-weight: 700; } .tmx-section { margin-bottom: 2.25rem; } .tmx-section h2 { font-family: 'Georgia', serif; font-size: 18px; font-weight: normal; color: var(--dark); margin-bottom: 1rem; padding-bottom: .6rem; border-bottom: 1px solid var(--border); } .tmx-section p { font-size: 14px; color: var(--text-muted); line-height: 1.8; margin-bottom: .85rem; } .tmx-section p:last-child { margin-bottom: 0; } .tmx-steps { counter-reset: step; list-style: none; padding: 0; margin-bottom: 1rem; } .tmx-steps li { counter-increment: step; display: flex; gap: 1rem; align-items: flex-start; margin-bottom: .85rem; font-size: 14px; color: var(--text-muted); line-height: 1.7; } .tmx-steps li::before { content: counter(step); background: var(--gold); color: #fff; font-size: 11px; font-weight: 700; width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; } .tmx-highlight { background: var(--bg-soft); border-radius: var(--radius-sm); padding: 1rem 1.25rem; font-size: 13px; color: var(--text-muted); line-height: 1.7; margin-bottom: 1rem; border-left: 3px solid var(--gold); } .tmx-highlight strong { color: var(--dark); } .tmx-contact-box { background: var(--dark); border-radius: var(--radius); padding: 1.5rem; color: #fff; margin-top: 2.5rem; } .tmx-contact-box h3 { font-family: 'Georgia', serif; font-size: 17px; font-weight: normal; margin-bottom: .5rem; color: #fff; } .tmx-contact-box p { font-size: 13px; color: rgba(255,255,255,0.6); margin-bottom: 1rem; line-height: 1.6; } .tmx-contact-link { display: inline-block; background: var(--gold); color: #fff; font-size: 13px; font-weight: 600; padding: .65rem 1.5rem; border-radius: var(--radius-sm); text-decoration: none; letter-spacing: .03em; } .tmx-contact-link:hover { background: #9e6412; color: #fff; text-decoration: none; } .tmx-updated { font-size: 12px; color: var(--text-light); margin-top: 2rem; padding-top: 1rem; border-top: 1px solid var(--border); } @media (max-width: 520px) { .tmx-two-col { grid-template-columns: 1fr; } }