/* ══════════════════════════════════════════════════ LAS CHURRAS — TÉRMINOS Y CONDICIONES Agregar al final del CSS personalizado en TN ══════════════════════════════════════════════════ */ .ch-tyc-wrap { max-width: 780px; margin: 0 auto; padding: 60px 24px 80px; } /* ── HEADER ── */ .ch-tyc-header { margin-bottom: 48px; padding-bottom: 40px; border-bottom: 0.5px solid #ede9e3; text-align: left; animation: ch-fade-up 0.6s ease 0.05s both; } .ch-tyc-eyebrow { display: block; font-family: 'Jost', sans-serif; font-size: 10px; font-weight: 600; letter-spacing: 0.20em; text-transform: uppercase; color: #b89c82; margin-bottom: 14px; } .ch-tyc-header h1 { font-family: 'Jost', sans-serif !important; font-size: 24px !important; font-weight: 500 !important; letter-spacing: 0.10em !important; text-transform: uppercase !important; color: #1a1714 !important; margin-bottom: 14px !important; } .ch-tyc-header p { font-family: 'Jost', sans-serif; font-size: 14px; font-weight: 300; color: #8a7968; line-height: 1.7; max-width: 560px; } /* ── SECCIONES ── */ .ch-tyc-section { margin-bottom: 44px; } .ch-tyc-section-title { font-family: 'Jost', sans-serif !important; font-size: 10px !important; font-weight: 600 !important; letter-spacing: 0.20em !important; text-transform: uppercase !important; color: #b89c82 !important; margin-bottom: 0 !important; padding-bottom: 16px !important; border-bottom: 0.5px solid #ede9e3 !important; display: block !important; } /* ── ITEMS ── */ .ch-tyc-items { margin-bottom: 0; } .ch-tyc-item { border-bottom: 0.5px solid #ede9e3; padding: 32px 8px; opacity: 0; transform: translateY(12px); animation: ch-fade-up 0.5s ease forwards; transition: background 0.3s ease; } .ch-tyc-item:hover { background: #f7f4f0; } .ch-tyc-item:nth-child(1) { animation-delay: 0.05s; } .ch-tyc-item:nth-child(2) { animation-delay: 0.10s; } .ch-tyc-item:nth-child(3) { animation-delay: 0.15s; } .ch-tyc-item:nth-child(4) { animation-delay: 0.20s; } .ch-tyc-item:nth-child(5) { animation-delay: 0.25s; } .ch-tyc-item:nth-child(6) { animation-delay: 0.30s; } .ch-tyc-item:nth-child(7) { animation-delay: 0.35s; } .ch-tyc-wrap .ch-tyc-item .ch-tyc-q { font-family: 'Jost', sans-serif !important; font-size: 18px !important; font-weight: 700 !important; letter-spacing: 0.04em !important; color: #1a1714 !important; margin-bottom: 12px !important; padding-left: 14px !important; border-left: 2px solid #b89c82 !important; line-height: 1.4 !important; text-align: left !important; transition: border-left-width 0.3s ease, padding-left 0.3s ease, color 0.3s ease !important; } .ch-tyc-item:hover .ch-tyc-q { border-left-width: 3px !important; padding-left: 16px !important; color: #4a3f34 !important; } .ch-tyc-wrap .ch-tyc-item .ch-tyc-a { font-family: 'Jost', sans-serif !important; font-size: 13px !important; font-weight: 400 !important; color: #8a7968 !important; line-height: 1.8 !important; margin: 0 !important; padding-left: 14px !important; text-align: left !important; transition: color 0.3s ease !important; } .ch-tyc-item:hover .ch-tyc-a { color: #4a3f34 !important; } .ch-tyc-a strong { font-weight: 600 !important; color: #4a3f34 !important; } .ch-tyc-a a { color: #b89c82 !important; text-decoration: underline !important; } /* ── INFO BOX ── */ .ch-tyc-infobox { background: #f7f4f0 !important; border-left: 2px solid #b89c82 !important; padding: 14px 16px !important; margin-top: 8px !important; font-family: 'Jost', sans-serif !important; font-size: 13px !important; font-weight: 400 !important; color: #8a7968 !important; line-height: 1.7 !important; } .ch-tyc-infobox strong { font-weight: 600 !important; color: #4a3f34 !important; } /* ── CTA FINAL ── */ .ch-tyc-cta { opacity: 0; animation: ch-fade-up 0.5s ease 0.5s forwards; } .ch-tyc-cta-inner { background: #f7f4f0; border: 0.5px solid #ede9e3; padding: 36px 40px; text-align: center; } .ch-tyc-cta-label { font-family: 'Jost', sans-serif !important; font-size: 10px !important; font-weight: 600 !important; letter-spacing: 0.18em !important; text-transform: uppercase !important; color: #8a7968 !important; margin-bottom: 8px !important; } .ch-tyc-cta-heading { font-family: 'Jost', sans-serif !important; font-size: 18px !important; font-weight: 500 !important; color: #1a1714 !important; letter-spacing: 0.04em !important; margin-bottom: 24px !important; } .ch-tyc-cta-btn { display: inline-block !important; font-family: 'Jost', sans-serif !important; font-size: 10px !important; font-weight: 700 !important; letter-spacing: 0.18em !important; text-transform: uppercase !important; color: #f7f4f0 !important; background: #1a1714 !important; padding: 14px 32px !important; text-decoration: none !important; transition: background 0.3s ease !important; border-radius: 0 !important; } .ch-tyc-cta-btn:hover { background: #4a3f34 !important; color: #f7f4f0 !important; } /* ── MOBILE ── */ @media (max-width: 767px) { .ch-tyc-wrap { padding: 40px 20px 60px; } .ch-tyc-header h1 { font-size: 20px !important; } .ch-tyc-item { padding: 24px 0; } .ch-tyc-wrap .ch-tyc-item .ch-tyc-q { font-size: 15px !important; } .ch-tyc-cta-inner { padding: 28px 20px; } .ch-tyc-cta-heading { font-size: 16px !important; } }
Al navegar por este sitio aceptás el uso de cookies para agilizar tu experiencia de compra.
- Ver todos los productos
- SILLONES
- CORTINAS
-
MUEBLES
- ILUMINACION
- SILLAS Y BANQUETAS
- ALMOHADONES
-
TEXTILES
-
CAMAS
- PUFFS
- ESPEJOS
- GIFT Cards
Contactanos para mayor informacion!
+54 9 11 2557-7347
Contactanos
Estamos para ayudarte. Escribinos!
Contactanos para mayor informacion!
+54 9 11 2557-7347
Contactanos
Estamos para ayudarte. Escribinos!
