Política de envío

: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-info-banner { background: var(--bg-soft); border-left: 3px solid var(--gold); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; padding: 1rem 1.25rem; margin-bottom: 2.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; } .tmx-info-item { } .tmx-info-label { font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--text-light); margin-bottom: .3rem; } .tmx-info-value { font-size: 14px; font-weight: 600; color: var(--dark); } .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-table { width: 100%; border-collapse: collapse; font-size: 13px; margin-bottom: 1rem; } .tmx-table th { background: var(--bg-soft); color: var(--dark); font-weight: 600; font-size: 12px; letter-spacing: .04em; padding: .7rem 1rem; text-align: left; border-bottom: 1px solid var(--border); } .tmx-table td { padding: .7rem 1rem; color: var(--text-muted); border-bottom: 1px solid var(--border); vertical-align: top; line-height: 1.5; } .tmx-table tr:last-child td { border-bottom: none; } .tmx-table tr:nth-child(even) td { background: #FAFAF8; } .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-info-banner { grid-template-columns: 1fr; } }