La sala de definición by JD
Sala de Definición – Oxida Grasa y Gana Energía Real *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --bg: #0D1420; --surface: #141B26; --surface2 : #1B2330; --border: #20293A; --border2: #2A3446; --gold: #4FA3C4; --gold-lt: #6BC0E0; --gold-dk: #2E6B87; --gold-bg: rgba(79,163,196,.10); --gold-border: rgba(79,163,196,.30); --sky: #7FD1E8; --sky-lt: #A8E4F2; --sky-bg: rgba(127,209,232,.10); --white: #F0F2F5; --text: #C8CDD8; --muted: #7A8498; --muted2: #4E5668; } .ns-wrap { font-family: 'DM Sans', sans-serif; font-size: 15px; line-height: 1.7; -webkit-font-smoothing: antialiased; max-width: 800px; margin: 0 auto; padding: 0 1rem 3rem; color: var(--text); } /* ── HERO ── */ .ns-hero { background: linear-gradient(145deg, #101826 0%, #0D1522 55%, #0A101C 100%); border: 1px solid #243247; border-radius: 22px; padding: 3rem 2.75rem 2.75rem; margin-bottom: 1.25rem; position: relative; overflow: hidden; } .ns-hero-glow { position: absolute; top: -80px; right: -80px; width: 320px; height: 320px; background: radial-gradient(circle, rgba(79,163,196,.18) 0%, transparent 65%); border-radius: 50%; pointer-events: none; } .ns-hero-glow2 { position: absolute; bottom: -60px; left: 10%; width: 260px; height: 260px; background: radial-gradient(circle, rgba(127,209,232,.14) 0%, transparent 65%); border-radius: 50%; pointer-events: none; } .ns-hero-lines { position: absolute; inset: 0; background-image: repeating-linear-gradient( 90deg, transparent, transparent 79px, rgba(79,163,196,.03) 80px ); pointer-events: none; } .ns-hero-inner { position: relative; z-index: 1; } .ns-hero-tag { display: inline-flex; align-items: center; gap: 7px; background: var(--gold-bg); border: 1px solid var(--gold-border); color: var(--gold-lt); font-size: 10.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; padding: 5px 14px; border-radius: 100px; margin-bottom: 1.5rem; } .ns-hero-title { font-family: 'Syne', sans-serif; font-size: clamp(1.8rem, 5.5vw, 2.8rem); font-weight: 700; color: var(--white); line-height: 1.12; margin-bottom: 1.1rem; letter-spacing: -.01em; } .ns-hero-title em { font-style: normal; color: var(--gold); } .ns-hero-desc { font-size: 15px; color: var(--muted); max-width: 520px; line-height: 1.8; } .ns-divider { width: 40px; height: 2px; background: linear-gradient(90deg, var(--gold), var(--sky)); border-radius: 2px; margin: 1.5rem 0 1.25rem; opacity: .7; } .ns-hero-meta { display: flex; gap: 1.5rem; flex-wrap: wrap; } .ns-meta-item { display: flex; align-items: center; gap: 7px; font-size: 13px; color: var(--muted); font-weight: 400; } .ns-meta-dot { width: 6px; height: 6px; background: var(--gold); border-radius: 50%; } /* ── STATS ── */ .ns-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .ns-stat { background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 1.25rem 1rem; text-align: center; transition: border-color .2s; position: relative; overflow: hidden; } .ns-stat::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, rgba(79,163,196,.4), transparent); opacity: 0; transition: opacity .25s; } .ns-stat:hover { border-color: var(--gold-dk); } .ns-stat:hover::before { opacity: 1; } .ns-stat-num { font-family: 'Syne', sans-serif; font-size: clamp(1.5rem, 4vw, 2rem); font-weight: 700; color: var(--gold); line-height: 1; margin-bottom: 5px; } .ns-stat-num sup { font-size: .75em; vertical-align: super; } .ns-stat-label { font-size: 11px; color: var(--muted); font-weight: 500; letter-spacing: .02em; line-height: 1.4; } /* ── CARD BASE ── */ .ns-card { background: var(--surface); border: 1px solid var(--border); border-radius: 20px; padding: 1.75rem 2rem; margin-bottom: 1.25rem; position: relative; overflow: hidden; } .ns-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(79,163,196,.20), transparent); } .ns-card-label { font-size: 10.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); margin-bottom: .85rem; opacity: .85; } .ns-card-text { font-size: 15px; color: var(--text); line-height: 1.82; } .ns-card-text strong { font-weight: 500; color: var(--white); } /* ── BENEFITS ── */ .ns-benefits { list-style: none; display: flex; flex-direction: column; gap: 16px; } .ns-benefit { display: flex; align-items: flex-start; gap: 14px; } .ns-benefit-icon { width: 38px; height: 38px; min-width: 38px; background: var(--surface2); border: 1px solid var(--border2); border-radius: 11px; display: flex; align-items: center; justify-content: center; font-size: 18px; } .ns-benefit-title { font-family: 'Syne', sans-serif; font-size: 13.5px; font-weight: 600; color: var(--white); margin-bottom: 2px; line-height: 1.3; } .ns-benefit-desc { font-size: 13px; color: var(--muted); line-height: 1.65; } /* ── STEPS ── */ .ns-steps { display: flex; flex-direction: column; gap: 0; } .ns-step { display: flex; align-items: flex-start; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--border); } .ns-step:first-child { padding-top: 0; } .ns-step:last-child { border-bottom: none; padding-bottom: 0; } .ns-step-num { width: 28px; height: 28px; min-width: 28px; background: var(--gold-bg); border: 1px solid var(--gold-border); color: var(--gold); font-family: 'Syne', sans-serif; font-size: 12px; font-weight: 700; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-top: 1px; } .ns-step-text { font-size: 14px; color: var(--text); line-height: 1.6; } .ns-step-text strong { font-weight: 500; color: var(--white); } /* ── PILLS ── */ .ns-pills { display: flex; flex-wrap: wrap; gap: 8px; } .ns-pill { background: var(--surface2); border: 1px solid var(--border2); border-radius: 100px; padding: 5px 14px; font-size: 12.5px; color: var(--muted); font-weight: 400; white-space: nowrap; } .ns-pill.featured { background: var(--gold-bg); border-color: var(--gold-border); color: var(--gold-lt); font-weight: 500; } /* ── INFO TABLE ── */ .ns-info-table { width: 100%; border-collapse: collapse; } .ns-info-table tr { border-bottom: 1px solid var(--border); } .ns-info-table tr:last-child { border-bottom: none; } .ns-info-table td { padding: 10px 0; font-size: 13.5px; vertical-align: middle; } .ns-info-table td:first-child { color: var(--muted); width: 45%; } .ns-info-table td:last-child { color: var(--white); font-weight: 500; text-align: right; } /* ── CLOSING ── */ .ns-closing { background: var(--gold-bg); border: 1px solid var(--gold-border); border-radius: 16px; padding: 1.4rem 1.6rem; text-align: center; font-family: 'Syne', sans-serif; font-size: 15.5px; font-weight: 600; color: var(--sky-lt); line-height: 1.5; margin-top: 1.25rem; } /* ── DISCLAIMER ── */ .ns-disclaimer { background: var(--surface); border-left: 3px solid var(--border2); border-radius: 0 12px 12px 0; padding: 1.1rem 1.4rem; font-size: 11.5px; color: var(--muted2); line-height: 1.7; margin-top: 1.25rem; } .ns-disclaimer strong { color: var(--gold-dk); font-weight: 500; } /* ── RESPONSIVE ── */ @media (max-width: 600px) { .ns-hero { padding: 2rem 1.5rem; border-radius: 18px; } .ns-hero-meta { gap: 1rem; } .ns-stats { gap: 8px; } .ns-stat { padding: 1rem .6rem; border-radius: 13px; } .ns-stat-label { font-size: 10px; } .ns-card { padding: 1.25rem; border-radius: 16px; } .ns-pill { font-size: 11.5px; padding: 4px 11px; } } @media (max-width: 380px) { .ns-hero-title { font-size: 1.6rem; } .ns-stat-num { font-size: 1.3rem; } } 🔥 Sala de Definición · Programa Online Aprende a oxidar grasa y ganar energía real. Acceso a chat privado de WhatsApp, 8 semanas, con guía práctica sobre cómo oxidar grasa de forma eficiente. 8 semanas de guía Chat privado de WhatsApp Estrategia de principio a fin 8 Semanas deacompañamiento 4 Pilares de laestrategia 1:1 Acceso directopor WhatsApp Sobre la Sala de Definición Un proceso diseñado para lograr un cambio físico real, sostenible y con una estrategia clara de principio a fin. Durante 8 semanas tendrás acceso a un chat privado de WhatsApp con guía práctica y personalizada sobre cómo oxidar grasa de forma eficiente sin perder energía ni masa muscular en el camino. Aprenderás a 1 Entrenar de forma inteligente, priorizando los estímulos que realmente generan resultado. 2 Alimentarte según tu objetivo, sin dietas genéricas ni restricciones innecesarias. 3 Suplementarte de manera estratégica, usando solo lo que aporta valor real a tu proceso. 4 Aplicar el cardio correcto para maximizar la pérdida de grasa sin sacrificar tu energía. Por qué funciona 🏋️ Entrenamiento inteligente Rutinas enfocadas en lo que realmente mueve la aguja, sin volumen innecesario ni desgaste. 🥗 Nutrición según tu objetivo Guía práctica de alimentación adaptada a tu rutina y a tu meta de definición. 💊 Suplementación estratégica Uso puntual y con propósito de suplementos que sí aportan a la oxidación de grasa. 🔥 Cardio correcto El tipo, la intensidad y el momento justo de cardio para maximizar la pérdida de grasa. Pilares del programa Entrenamiento Nutrición Suplementación Cardio Información del programa Duración 8 semanas Acceso Chat privado de WhatsApp Modalidad 100% online Objetivo Oxidación de grasa y energía real
More you might like
Related
Primer pago Monturas
Related
Primer pago Chanel mini Ara
Negocio que Vende "primer pago"
Related