Términos del servicio

:root { --gold: #BA7517; --dark: #1a1a18; --text: #2C2C2A; --text-muted: #5F5E5A; --text-light: #888780; --bg-soft: #F7F6F2; --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-toc { background: var(--bg-soft); border-radius: var(--radius-sm); padding: 1.1rem 1.25rem; margin-bottom: 2.5rem; border-left: 3px solid var(--gold); } .tmx-toc-title { font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--text-light); margin-bottom: .6rem; } .tmx-toc ol { list-style: decimal; padding-left: 1.1rem; columns: 2; column-gap: 1.5rem; } .tmx-toc ol li { font-size: 13px; color: var(--gold); line-height: 1.9; } .tmx-toc ol li a { color: var(--gold); text-decoration: none; } .tmx-toc ol li a:hover { text-decoration: underline; } .tmx-section { margin-bottom: 2.25rem; scroll-margin-top: 80px; } .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-section ul { list-style: none; padding: 0; margin-bottom: .85rem; } .tmx-section ul li { font-size: 14px; color: var(--text-muted); line-height: 1.7; padding: .2rem 0 .2rem 1.2rem; position: relative; } .tmx-section ul li::before { content: "—"; position: absolute; left: 0; color: var(--gold); } .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; } .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-toc ol { columns: 1; } }