{"product_id":"como-empezar-tu-negocio-de-comida","title":"Cómo Empezar Tu Negocio de Comida","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Outfit:wght@400;600;700;800;900\u0026display=swap');\n\n  .tb-block, .tb-block * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  .tb-block {\n    font-family: 'Outfit', sans-serif;\n    background: #fff;\n    color: #1a1a1a;\n    max-width: 100%;\n    font-size: 18px;\n    padding-bottom: 40px;\n  }\n\n  .tb-inner { padding: 0 16px; }\n\n  \/* ── HERO ── *\/\n  .tb-hero {\n    background: linear-gradient(135deg, #f56a3a 0%, #f7931e 100%);\n    padding: 36px 20px 32px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .tb-hero::before {\n    content: '';\n    position: absolute; inset: 0;\n    background-image: radial-gradient(circle, rgba(255,255,255,0.12) 1.5px, transparent 1.5px);\n    background-size: 28px 28px;\n    pointer-events: none;\n  }\n  .tb-hero \u003e * { position: relative; z-index: 2; }\n  .tb-hero-tag {\n    display: inline-block;\n    background: rgba(0,0,0,0.2);\n    color: #fff !important;\n    font-size: 14px;\n    font-weight: 800;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    padding: 8px 18px;\n    border-radius: 999px;\n    margin-bottom: 16px;\n    border: 1px solid rgba(255,255,255,0.25);\n  }\n  .tb-hero h1 {\n    font-size: clamp(1.8rem, 7vw, 2.6rem);\n    font-weight: 900;\n    color: #fff !important;\n    line-height: 1.1;\n    margin-bottom: 12px;\n    letter-spacing: -0.5px;\n  }\n  .tb-hero p {\n    font-size: 1.1rem;\n    color: rgba(255,255,255,0.95) !important;\n    font-weight: 500;\n    line-height: 1.5;\n    margin-bottom: 22px;\n    max-width: 600px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n  .tb-hero-stats {\n    display: flex;\n    justify-content: center;\n    gap: 8px;\n  }\n  .tb-stat {\n    background: rgba(0,0,0,0.2);\n    backdrop-filter: blur(6px);\n    border: 1px solid rgba(255,255,255,0.2);\n    border-radius: 12px;\n    padding: 10px 8px;\n    text-align: center;\n    flex: 1;\n    max-width: 120px;\n  }\n  .tb-stat-num {\n    font-size: 1.5rem;\n    font-weight: 900;\n    color: #ffd44d !important;\n    display: block;\n    line-height: 1;\n  }\n  .tb-stat-label {\n    font-size: 11px;\n    color: rgba(255,255,255,0.92) !important;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    margin-top: 4px;\n  }\n\n  \/* ── PRICE BADGE ── *\/\n  .tb-price {\n    background: #1f2c3b;\n    padding: 20px 20px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 14px;\n    flex-wrap: wrap;\n  }\n  .tb-price-left {\n    display: flex;\n    flex-direction: column;\n  }\n  .tb-price-old {\n    font-size: 16px;\n    color: rgba(255,255,255,0.5) !important;\n    text-decoration: line-through;\n    font-weight: 700;\n    margin-bottom: 2px;\n  }\n  .tb-price-new {\n    font-size: 2.4rem;\n    font-weight: 900;\n    color: #f56a3a;\n    line-height: 1;\n  }\n  .tb-price-sub {\n    display: block;\n    font-size: 0.9rem;\n    color: rgba(255,255,255,0.65) !important;\n    margin-top: 4px;\n    font-weight: 500;\n  }\n  .tb-price-right {\n    display: flex;\n    flex-direction: column;\n    gap: 6px;\n    align-items: flex-end;\n  }\n  .tb-pill {\n    background: rgba(255,255,255,0.1);\n    border-radius: 999px;\n    padding: 7px 16px;\n    font-size: 13px;\n    font-weight: 800;\n    color: #fff !important;\n    white-space: nowrap;\n  }\n  .tb-pill.green { background: #27ae60; }\n\n  \/* ── TABS ── *\/\n  .tb-tabs-wrap { margin-top: 20px; }\n\n  .tb-tabs-nav {\n    display: flex;\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch;\n    scrollbar-width: none;\n    border-bottom: 2.5px solid #f0f0f0;\n    padding: 0 2px;\n  }\n  .tb-tabs-nav::-webkit-scrollbar { display: none; }\n\n  .tb-tab-btn {\n    flex-shrink: 0;\n    background: none;\n    border: none;\n    border-bottom: 3px solid transparent;\n    margin-bottom: -2.5px;\n    padding: 12px 16px;\n    font-family: 'Outfit', sans-serif;\n    font-size: 1rem;\n    font-weight: 700;\n    color: #999;\n    cursor: pointer;\n    white-space: nowrap;\n    transition: color 0.2s, border-color 0.2s;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n  }\n  .tb-tab-btn.tb-active {\n    color: #f56a3a;\n    border-bottom-color: #f56a3a;\n  }\n  .tb-tab-btn:hover { color: #f56a3a; }\n\n  .tb-tab-panel {\n    display: none;\n    padding: 22px 0 8px;\n    animation: tbFadeIn 0.2s ease;\n  }\n  .tb-tab-panel.tb-active { display: block; }\n\n  @keyframes tbFadeIn {\n    from { opacity: 0; transform: translateY(6px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n\n  \/* ── ACCORDIONS ── *\/\n  .tb-acc-group {\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n  }\n  .tb-acc-item {\n    border: 1.5px solid #e8e8e8;\n    border-radius: 14px;\n    overflow: hidden;\n    transition: border-color 0.2s;\n  }\n  .tb-acc-item.tb-open { border-color: #f56a3a; }\n\n  .tb-acc-trigger {\n    width: 100%;\n    background: none;\n    border: none;\n    padding: 16px 16px;\n    cursor: pointer;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    text-align: left;\n    font-family: 'Outfit', sans-serif;\n  }\n  .tb-acc-trigger:hover { background: #fff9f4; }\n  .tb-acc-item.tb-open .tb-acc-trigger { background: #fff4ed; }\n\n  .tb-acc-icon {\n    font-size: 1.3rem;\n    flex-shrink: 0;\n    width: 42px;\n    height: 42px;\n    background: #ffe8dc;\n    border-radius: 10px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    transition: background 0.2s;\n  }\n  .tb-acc-item.tb-open .tb-acc-icon { background: #f56a3a; }\n\n  .tb-acc-title {\n    flex: 1;\n    font-size: 1.05rem;\n    font-weight: 800;\n    color: #1a1a1a;\n    line-height: 1.3;\n  }\n  .tb-acc-arrow {\n    font-size: 0.85rem;\n    color: #bbb;\n    flex-shrink: 0;\n    transition: transform 0.25s;\n  }\n  .tb-acc-item.tb-open .tb-acc-arrow {\n    transform: rotate(180deg);\n    color: #f56a3a;\n  }\n  .tb-acc-body {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.35s ease;\n  }\n  .tb-acc-item.tb-open .tb-acc-body { max-height: 800px; }\n\n  .tb-acc-content {\n    padding: 4px 16px 20px 70px;\n    font-size: 1rem;\n    color: #444;\n    line-height: 1.7;\n    font-weight: 500;\n  }\n  .tb-acc-content ul {\n    list-style: none;\n    padding: 0;\n    display: flex;\n    flex-direction: column;\n    gap: 8px;\n  }\n  .tb-acc-content ul li::before {\n    content: \"→ \";\n    color: #f56a3a;\n    font-weight: 800;\n  }\n  .tb-acc-content p { margin-bottom: 10px; }\n  .tb-acc-content strong { color: #1a1a1a; font-weight: 800; }\n\n  \/* ── PILLS GRID (Incluye) ── *\/\n  .tb-pills-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n  }\n  .tb-pill-card {\n    border: 1.5px solid #e8e8e8;\n    border-radius: 14px;\n    padding: 16px 14px;\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    background: #fff;\n    transition: border-color 0.2s, box-shadow 0.2s;\n  }\n  .tb-pill-card:hover {\n    border-color: #f56a3a;\n    box-shadow: 0 4px 14px rgba(245,106,58,0.1);\n  }\n  .tb-pill-card.tb-featured {\n    border-color: #f56a3a;\n    background: #fff9f4;\n  }\n  .tb-pill-emoji { font-size: 1.8rem; flex-shrink: 0; line-height: 1; }\n  .tb-pill-text {\n    font-size: 1rem;\n    font-weight: 800;\n    color: #1a1a1a;\n    line-height: 1.25;\n  }\n  .tb-pill-sub {\n    font-size: 0.85rem;\n    color: #888;\n    font-weight: 500;\n    margin-top: 3px;\n    line-height: 1.3;\n  }\n\n  \/* ── PARA QUIÉN (checks) ── *\/\n  .tb-check-list {\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n  }\n  .tb-check-row {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    background: #fff9f4;\n    border-radius: 12px;\n    padding: 14px 14px;\n    border: 1.5px solid #ffe8dc;\n  }\n  .tb-check-icon {\n    background: #27ae60;\n    color: #fff !important;\n    border-radius: 50%;\n    width: 28px;\n    height: 28px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 0.85rem;\n    font-weight: 900;\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n  .tb-check-text {\n    font-size: 1rem;\n    font-weight: 600;\n    color: #1a1a1a;\n    line-height: 1.45;\n  }\n\n  \/* ── GARANTÍA ── *\/\n  .tb-guarantee {\n    background: linear-gradient(135deg, #fff9f4, #ffefe0);\n    border: 2px solid #f56a3a;\n    border-radius: 16px;\n    padding: 24px 20px;\n    text-align: center;\n    margin: 24px 0;\n  }\n  .tb-guarantee h3 {\n    font-size: 1.4rem;\n    font-weight: 900;\n    color: #1f2c3b;\n    margin-bottom: 10px;\n    letter-spacing: -0.3px;\n  }\n  .tb-guarantee p {\n    font-size: 1.05rem;\n    color: #444;\n    font-weight: 500;\n    line-height: 1.55;\n  }\n\n  \/* ── STEPS ── *\/\n  .tb-steps {\n    background: #fff9f4;\n    border: 1.5px solid #ffe8dc;\n    border-radius: 14px;\n    padding: 20px 16px;\n    display: flex;\n    flex-direction: column;\n    gap: 14px;\n    margin-bottom: 24px;\n  }\n  .tb-step {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n  }\n  .tb-step-num {\n    background: linear-gradient(135deg, #f56a3a, #f7931e);\n    color: #fff !important;\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-weight: 900;\n    font-size: 1.05rem;\n    flex-shrink: 0;\n  }\n  .tb-step-text {\n    font-size: 1rem;\n    font-weight: 600;\n    color: #1a1a1a;\n    line-height: 1.4;\n  }\n\n  \/* ── SECTION LABEL ── *\/\n  .tb-section-label {\n    font-size: 0.8rem;\n    font-weight: 800;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: #f56a3a;\n    margin-bottom: 14px;\n    padding-left: 2px;\n  }\n\n  \/* ── AUTHOR ── *\/\n  .tb-author {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    border-top: 1.5px solid #f0f0f0;\n    padding-top: 22px;\n    margin-top: 4px;\n  }\n  .tb-author-avatar {\n    width: 54px;\n    height: 54px;\n    border-radius: 50%;\n    background: linear-gradient(135deg, #f56a3a, #f7931e);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 1.4rem;\n    flex-shrink: 0;\n    color: #fff;\n  }\n  .tb-author-name {\n    font-size: 1.15rem;\n    font-weight: 900;\n    color: #1a1a1a;\n  }\n  .tb-author-desc {\n    font-size: 0.9rem;\n    color: #666;\n    font-weight: 500;\n    margin-top: 3px;\n    line-height: 1.4;\n  }\n\n  \/* ── WHATSAPP BOX ── *\/\n  .tb-wa-box {\n    background: #1f2c3b;\n    border-radius: 16px;\n    padding: 28px 20px;\n    text-align: center;\n    margin-top: 24px;\n    position: relative;\n    overflow: hidden;\n  }\n  .tb-wa-box::before {\n    content: '';\n    position: absolute; inset: 0;\n    background-image: radial-gradient(circle, rgba(37,211,102,0.08) 1.5px, transparent 1.5px);\n    background-size: 28px 28px;\n    pointer-events: none;\n  }\n  .tb-wa-box \u003e * { position: relative; z-index: 2; }\n  .tb-wa-icon {\n    font-size: 2rem;\n    margin-bottom: 10px;\n  }\n  .tb-wa-title {\n    font-size: 1.3rem;\n    font-weight: 900;\n    color: #fff;\n    line-height: 1.2;\n    margin-bottom: 10px;\n    letter-spacing: -0.3px;\n  }\n  .tb-wa-title span { color: #25d366; }\n  .tb-wa-desc {\n    font-size: 1rem;\n    color: rgba(255,255,255,0.85);\n    font-weight: 500;\n    line-height: 1.5;\n    margin-bottom: 20px;\n    max-width: 440px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n  .tb-wa-btn {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    gap: 10px;\n    background: #25d366;\n    color: #fff !important;\n    padding: 16px 32px;\n    border-radius: 999px;\n    font-size: 1.05rem;\n    font-weight: 800;\n    text-decoration: none;\n    box-shadow: 0 10px 24px rgba(37,211,102,0.35);\n    transition: background 0.2s, transform 0.2s;\n    font-family: 'Outfit', sans-serif;\n  }\n  .tb-wa-btn:hover {\n    background: #1eb858;\n    transform: translateY(-2px);\n    color: #fff !important;\n  }\n  .tb-wa-btn svg {\n    width: 22px;\n    height: 22px;\n  }\n  .tb-wa-micro {\n    margin-top: 14px;\n    font-size: 0.85rem;\n    color: rgba(255,255,255,0.6);\n    font-weight: 600;\n  }\n\n  \/* ── DIGITAL NOTE ── *\/\n  .tb-digital-note {\n    background: #fff9f4;\n    border: 1.5px solid #f5c6c6;\n    border-radius: 12px;\n    padding: 14px 16px;\n    margin-top: 16px;\n    font-size: 0.95rem;\n    color: #c0392b;\n    font-weight: 700;\n    text-align: center;\n    line-height: 1.5;\n  }\n\n  \/* ============ OPTIMIZACIÓN MÓVIL VERTICAL (celulares) ============ *\/\n  @media (max-width: 480px) {\n    .tb-block { font-size: 16px; padding-bottom: 24px; }\n    .tb-inner { padding: 0 14px; }\n\n    \/* HERO *\/\n    .tb-hero { padding: 28px 16px 24px; }\n    .tb-hero-tag { font-size: 12px; padding: 6px 14px; letter-spacing: 1px; margin-bottom: 12px; }\n    .tb-hero h1 { font-size: 1.5rem; line-height: 1.15; margin-bottom: 10px; }\n    .tb-hero p { font-size: 0.95rem; line-height: 1.45; margin-bottom: 18px; }\n    .tb-hero-stats { gap: 6px; }\n    .tb-stat { padding: 8px 6px; border-radius: 10px; }\n    .tb-stat-num { font-size: 1.25rem; }\n    .tb-stat-label { font-size: 10px; letter-spacing: 0.3px; }\n\n    \/* PRICE BADGE — apila vertical en móvil *\/\n    .tb-price {\n      flex-direction: column;\n      align-items: stretch;\n      padding: 18px 16px;\n      gap: 14px;\n    }\n    .tb-price-left { align-items: center; text-align: center; }\n    .tb-price-old { font-size: 14px; }\n    .tb-price-new { font-size: 2.2rem; }\n    .tb-price-sub { font-size: 0.85rem; }\n    .tb-price-right {\n      flex-direction: row;\n      align-items: center;\n      justify-content: center;\n      flex-wrap: wrap;\n      gap: 8px;\n    }\n    .tb-pill { font-size: 12px; padding: 6px 14px; }\n\n    \/* TABS — navegación *\/\n    .tb-tabs-wrap { margin-top: 16px; }\n    .tb-tab-btn { font-size: 0.9rem; padding: 10px 12px; gap: 4px; }\n    .tb-tab-panel { padding: 18px 0 6px; }\n\n    \/* ACCORDIONS *\/\n    .tb-acc-trigger { padding: 14px 14px; gap: 10px; }\n    .tb-acc-icon { width: 38px; height: 38px; font-size: 1.15rem; border-radius: 9px; }\n    .tb-acc-title { font-size: 0.95rem; line-height: 1.3; }\n    .tb-acc-arrow { font-size: 0.75rem; }\n    .tb-acc-content {\n      padding: 0 16px 18px 16px;\n      font-size: 0.93rem;\n      line-height: 1.65;\n    }\n    .tb-acc-content ul { gap: 6px; }\n\n    \/* PILLS GRID — mantiene 2 columnas pero más compacto *\/\n    .tb-pills-grid { gap: 8px; }\n    .tb-pill-card {\n      padding: 12px 10px;\n      gap: 8px;\n      border-radius: 12px;\n      flex-direction: column;\n      align-items: center;\n      text-align: center;\n    }\n    .tb-pill-emoji { font-size: 1.5rem; }\n    .tb-pill-text { font-size: 0.88rem; line-height: 1.2; }\n    .tb-pill-sub { font-size: 0.72rem; margin-top: 2px; }\n\n    \/* CHECK LIST *\/\n    .tb-check-row { padding: 12px 12px; gap: 10px; border-radius: 10px; }\n    .tb-check-icon { width: 24px; height: 24px; font-size: 0.75rem; margin-top: 2px; }\n    .tb-check-text { font-size: 0.92rem; line-height: 1.4; }\n\n    \/* GUARANTEE *\/\n    .tb-guarantee { padding: 20px 16px; margin: 20px 0; border-radius: 14px; }\n    .tb-guarantee h3 { font-size: 1.2rem; margin-bottom: 8px; }\n    .tb-guarantee p { font-size: 0.95rem; line-height: 1.5; }\n\n    \/* STEPS *\/\n    .tb-section-label { font-size: 0.72rem; letter-spacing: 1.5px; margin-bottom: 12px; }\n    .tb-steps { padding: 16px 14px; gap: 12px; border-radius: 12px; }\n    .tb-step { gap: 12px; }\n    .tb-step-num { width: 34px; height: 34px; font-size: 0.95rem; }\n    .tb-step-text { font-size: 0.92rem; line-height: 1.4; }\n\n    \/* AUTHOR *\/\n    .tb-author { padding-top: 18px; gap: 12px; }\n    .tb-author-avatar { width: 46px; height: 46px; font-size: 1.2rem; }\n    .tb-author-name { font-size: 1.05rem; }\n    .tb-author-desc { font-size: 0.82rem; line-height: 1.4; }\n\n    \/* WHATSAPP BOX *\/\n    .tb-wa-box { padding: 22px 14px; margin-top: 20px; border-radius: 14px; }\n    .tb-wa-icon { font-size: 1.8rem; margin-bottom: 8px; }\n    .tb-wa-title { font-size: 1.05rem; margin-bottom: 8px; }\n    .tb-wa-desc { font-size: 0.9rem; margin-bottom: 16px; line-height: 1.45; }\n    .tb-wa-btn { font-size: 0.95rem; padding: 14px 20px; width: 100%; }\n    .tb-wa-btn svg { width: 20px; height: 20px; }\n    .tb-wa-micro { font-size: 0.78rem; margin-top: 12px; }\n\n    \/* DIGITAL NOTE *\/\n    .tb-digital-note { padding: 12px 14px; font-size: 0.85rem; line-height: 1.45; margin-top: 14px; }\n  }\n\n  \/* ============ Pantallas MUY chicas (iPhone SE, Android viejos ≤360px) ============ *\/\n  @media (max-width: 360px) {\n    .tb-hero h1 { font-size: 1.35rem; }\n    .tb-hero p { font-size: 0.9rem; }\n    .tb-stat-num { font-size: 1.1rem; }\n    .tb-stat-label { font-size: 9px; }\n    .tb-price-new { font-size: 1.9rem; }\n    .tb-tab-btn { font-size: 0.85rem; padding: 10px 10px; }\n    .tb-acc-title { font-size: 0.9rem; }\n    .tb-acc-content { font-size: 0.88rem; }\n    .tb-pills-grid { grid-template-columns: 1fr; }\n    .tb-pill-card { flex-direction: row; text-align: left; }\n    .tb-guarantee h3 { font-size: 1.1rem; }\n    .tb-wa-title { font-size: 1rem; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"tb-block\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"tb-hero\"\u003e\n    \u003cdiv class=\"tb-hero-tag\"\u003e📹 Curso en Video\u003c\/div\u003e\n    \u003ch1\u003eCómo Empezar tu Negocio de Comida en la Calle\u003c\/h1\u003e\n    \u003cp\u003eEl método paso a paso de Ricardo Lazcano — +15 años vendiendo — para arrancar sin cometer los errores que hacen cerrar al 80% de los que empiezan.\u003c\/p\u003e\n    \u003cdiv class=\"tb-hero-stats\"\u003e\n      \u003cdiv class=\"tb-stat\"\u003e\n        \u003cspan class=\"tb-stat-num\"\u003e114\u003c\/span\u003e\n        \u003cspan class=\"tb-stat-label\"\u003eclases\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tb-stat\"\u003e\n        \u003cspan class=\"tb-stat-num\"\u003e12\u003c\/span\u003e\n        \u003cspan class=\"tb-stat-label\"\u003emódulos\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tb-stat\"\u003e\n        \u003cspan class=\"tb-stat-num\"\u003e300+\u003c\/span\u003e\n        \u003cspan class=\"tb-stat-label\"\u003ealumnos\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PRICE BADGE --\u003e\n  \u003cdiv class=\"tb-price\"\u003e\n    \u003cdiv class=\"tb-price-left\"\u003e\n      \u003cspan class=\"tb-price-old\"\u003e$3,500 MXN\u003c\/span\u003e\n      \u003cstrong class=\"tb-price-new\"\u003e$600 MXN\u003c\/strong\u003e\n      \u003cspan class=\"tb-price-sub\"\u003ePago único · Acceso de por vida\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tb-price-right\"\u003e\n      \u003cdiv class=\"tb-pill green\"\u003e✓ Garantía 30 días\u003c\/div\u003e\n      \u003cdiv class=\"tb-pill\"\u003e♾️ Acceso permanente\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tb-inner\"\u003e\n    \u003cdiv class=\"tb-tabs-wrap\"\u003e\n\n      \u003c!-- TAB NAVIGATION --\u003e\n      \u003cdiv class=\"tb-tabs-nav\"\u003e\n        \u003cbutton class=\"tb-tab-btn tb-active\" data-tab=\"tb-tab1\"\u003e📹 ¿Qué es?\u003c\/button\u003e\n        \u003cbutton class=\"tb-tab-btn\" data-tab=\"tb-tab2\"\u003e📚 Aprenderás\u003c\/button\u003e\n        \u003cbutton class=\"tb-tab-btn\" data-tab=\"tb-tab3\"\u003e📦 Incluye\u003c\/button\u003e\n        \u003cbutton class=\"tb-tab-btn\" data-tab=\"tb-tab4\"\u003e🙋 ¿Para quién?\u003c\/button\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- TAB 1: QUÉ ES --\u003e\n      \u003cdiv id=\"tb-tab1\" class=\"tb-tab-panel tb-active\"\u003e\n        \u003cdiv class=\"tb-acc-group\"\u003e\n          \u003cdiv class=\"tb-acc-item tb-open\"\u003e\n            \u003cbutton class=\"tb-acc-trigger\" onclick=\"tbToggleAcc(this)\"\u003e\n              \u003cdiv class=\"tb-acc-icon\"\u003e📹\u003c\/div\u003e\n              \u003cdiv class=\"tb-acc-title\"\u003eUn curso en video que ves desde tu celular o computadora\u003c\/div\u003e\n              \u003cdiv class=\"tb-acc-arrow\"\u003e▼\u003c\/div\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tb-acc-body\"\u003e\n              \u003cdiv class=\"tb-acc-content\"\u003e\n                \u003cp\u003ePagas una vez y recibes acceso inmediato a \u003cstrong\u003e114 clases en video\u003c\/strong\u003e organizadas en \u003cstrong\u003e12 módulos\u003c\/strong\u003e, con más de 9 horas de contenido.\u003c\/p\u003e\n                \u003cul\u003e\n                  \u003cli\u003eLo ves a tu ritmo, cuando quieras\u003c\/li\u003e\n                  \u003cli\u003ePuedes pausar, regresar y repetir lo que necesites\u003c\/li\u003e\n                  \u003cli\u003eAcceso permanente — no caduca\u003c\/li\u003e\n                  \u003cli\u003eSin horario ni fecha de inicio, empiezas hoy\u003c\/li\u003e\n                  \u003cli\u003eIncluye zoom semanal en vivo con Ricardo\u003c\/li\u003e\n                \u003c\/ul\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- TAB 2: APRENDERÁS --\u003e\n      \u003cdiv id=\"tb-tab2\" class=\"tb-tab-panel\"\u003e\n        \u003cdiv class=\"tb-acc-group\"\u003e\n\n          \u003cdiv class=\"tb-acc-item tb-open\"\u003e\n            \u003cbutton class=\"tb-acc-trigger\" onclick=\"tbToggleAcc(this)\"\u003e\n              \u003cdiv class=\"tb-acc-icon\"\u003e🧠\u003c\/div\u003e\n              \u003cdiv class=\"tb-acc-title\"\u003eMentalidad para arrancar sin quebrar\u003c\/div\u003e\n              \u003cdiv class=\"tb-acc-arrow\"\u003e▼\u003c\/div\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tb-acc-body\"\u003e\n              \u003cdiv class=\"tb-acc-content\"\u003e\n                \u003cul\u003e\n                  \u003cli\u003eCómo empezar con poco capital sin quemar tu dinero\u003c\/li\u003e\n                  \u003cli\u003ePor qué el miedo no se resuelve viendo más videos, se resuelve arrancando\u003c\/li\u003e\n                  \u003cli\u003eLa diferencia entre el vendedor que cierra y el que no\u003c\/li\u003e\n                  \u003cli\u003eCómo dejar de \"prepararte\" y empezar a vender\u003c\/li\u003e\n                \u003c\/ul\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"tb-acc-item\"\u003e\n            \u003cbutton class=\"tb-acc-trigger\" onclick=\"tbToggleAcc(this)\"\u003e\n              \u003cdiv class=\"tb-acc-icon\"\u003e🍽️\u003c\/div\u003e\n              \u003cdiv class=\"tb-acc-title\"\u003eProducto y cliente ideal\u003c\/div\u003e\n              \u003cdiv class=\"tb-acc-arrow\"\u003e▼\u003c\/div\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tb-acc-body\"\u003e\n              \u003cdiv class=\"tb-acc-content\"\u003e\n                \u003cul\u003e\n                  \u003cli\u003eCómo elegir tu producto ganador (estratégico, no emocional)\u003c\/li\u003e\n                  \u003cli\u003eQuién es tu cliente ideal y cómo hablarle\u003c\/li\u003e\n                  \u003cli\u003eCómo probar tu producto antes de invertir fuerte\u003c\/li\u003e\n                  \u003cli\u003eCómo diferenciarte sin copiar a la competencia\u003c\/li\u003e\n                \u003c\/ul\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"tb-acc-item\"\u003e\n            \u003cbutton class=\"tb-acc-trigger\" onclick=\"tbToggleAcc(this)\"\u003e\n              \u003cdiv class=\"tb-acc-icon\"\u003e📍\u003c\/div\u003e\n              \u003cdiv class=\"tb-acc-title\"\u003eUbicación y permisos\u003c\/div\u003e\n              \u003cdiv class=\"tb-acc-arrow\"\u003e▼\u003c\/div\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tb-acc-body\"\u003e\n              \u003cdiv class=\"tb-acc-content\"\u003e\n                \u003cul\u003e\n                  \u003cli\u003eCómo elegir tu ubicación ideal (y cuánta gente debe pasar)\u003c\/li\u003e\n                  \u003cli\u003eQué hacer cuando llega la patrulla\u003c\/li\u003e\n                  \u003cli\u003eCómo negociar con la delegación y plazas\u003c\/li\u003e\n                  \u003cli\u003eVender afuera de Oxxo y tiendas: el protocolo\u003c\/li\u003e\n                  \u003cli\u003eCómo proteger tu espacio de otros vendedores\u003c\/li\u003e\n                \u003c\/ul\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"tb-acc-item\"\u003e\n            \u003cbutton class=\"tb-acc-trigger\" onclick=\"tbToggleAcc(this)\"\u003e\n              \u003cdiv class=\"tb-acc-icon\"\u003e💰\u003c\/div\u003e\n              \u003cdiv class=\"tb-acc-title\"\u003eFinanzas y precios\u003c\/div\u003e\n              \u003cdiv class=\"tb-acc-arrow\"\u003e▼\u003c\/div\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tb-acc-body\"\u003e\n              \u003cdiv class=\"tb-acc-content\"\u003e\n                \u003cul\u003e\n                  \u003cli\u003eCómo calcular tu costo real por porción\u003c\/li\u003e\n                  \u003cli\u003eCuánto cobrar sin espantar ni regalar\u003c\/li\u003e\n                  \u003cli\u003eCómo usar la calculadora de Excel incluida\u003c\/li\u003e\n                  \u003cli\u003eCapital inicial: cuánto necesitas de verdad\u003c\/li\u003e\n                  \u003cli\u003eCuándo y cómo subir tus precios sin perder clientes\u003c\/li\u003e\n                \u003c\/ul\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"tb-acc-item\"\u003e\n            \u003cbutton class=\"tb-acc-trigger\" onclick=\"tbToggleAcc(this)\"\u003e\n              \u003cdiv class=\"tb-acc-icon\"\u003e🎯\u003c\/div\u003e\n              \u003cdiv class=\"tb-acc-title\"\u003eAtraer clientes y vender más\u003c\/div\u003e\n              \u003cdiv class=\"tb-acc-arrow\"\u003e▼\u003c\/div\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tb-acc-body\"\u003e\n              \u003cdiv class=\"tb-acc-content\"\u003e\n                \u003cul\u003e\n                  \u003cli\u003eCómo atraer en lugar de perseguir clientes\u003c\/li\u003e\n                  \u003cli\u003ePsicología del comprador aplicada a tu puesto\u003c\/li\u003e\n                  \u003cli\u003eCómo hacer paquetes que se venden solos\u003c\/li\u003e\n                  \u003cli\u003eEl up-sell sin parecer vendedor\u003c\/li\u003e\n                  \u003cli\u003eCómo hacer que el cliente regrese (vale 10 veces más)\u003c\/li\u003e\n                \u003c\/ul\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- TAB 3: INCLUYE --\u003e\n      \u003cdiv id=\"tb-tab3\" class=\"tb-tab-panel\"\u003e\n        \u003cdiv class=\"tb-pills-grid\"\u003e\n          \u003cdiv class=\"tb-pill-card tb-featured\"\u003e\n            \u003cdiv class=\"tb-pill-emoji\"\u003e📹\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003cdiv class=\"tb-pill-text\"\u003e114 clases en video\u003c\/div\u003e\n              \u003cdiv class=\"tb-pill-sub\"\u003e12 módulos · +9 horas\u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tb-pill-card\"\u003e\n            \u003cdiv class=\"tb-pill-emoji\"\u003e🎥\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003cdiv class=\"tb-pill-text\"\u003eZoom semanal en vivo\u003c\/div\u003e\n              \u003cdiv class=\"tb-pill-sub\"\u003eDirecto con Ricardo\u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tb-pill-card\"\u003e\n            \u003cdiv class=\"tb-pill-emoji\"\u003e👥\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003cdiv class=\"tb-pill-text\"\u003eGrupo WhatsApp\u003c\/div\u003e\n              \u003cdiv class=\"tb-pill-sub\"\u003eComunidad de alumnos\u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tb-pill-card\"\u003e\n            \u003cdiv class=\"tb-pill-emoji\"\u003e📊\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003cdiv class=\"tb-pill-text\"\u003eCalculadora Excel\u003c\/div\u003e\n              \u003cdiv class=\"tb-pill-sub\"\u003ePrecios y costos\u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tb-pill-card\"\u003e\n            \u003cdiv class=\"tb-pill-emoji\"\u003e📼\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003cdiv class=\"tb-pill-text\"\u003e+15 horas grabadas\u003c\/div\u003e\n              \u003cdiv class=\"tb-pill-sub\"\u003eZooms anteriores\u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tb-pill-card\"\u003e\n            \u003cdiv class=\"tb-pill-emoji\"\u003e♾️\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003cdiv class=\"tb-pill-text\"\u003eAcceso permanente\u003c\/div\u003e\n              \u003cdiv class=\"tb-pill-sub\"\u003eSin fecha límite\u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- TAB 4: PARA QUIÉN --\u003e\n      \u003cdiv id=\"tb-tab4\" class=\"tb-tab-panel\"\u003e\n        \u003cdiv class=\"tb-check-list\"\u003e\n          \u003cdiv class=\"tb-check-row\"\u003e\n            \u003cdiv class=\"tb-check-icon\"\u003e✓\u003c\/div\u003e\n            \u003cdiv class=\"tb-check-text\"\u003eQuieres empezar a vender comida en la calle pero no sabes por dónde\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tb-check-row\"\u003e\n            \u003cdiv class=\"tb-check-icon\"\u003e✓\u003c\/div\u003e\n            \u003cdiv class=\"tb-check-text\"\u003eTienes la idea y hasta la receta, pero llevas meses \"a punto de arrancar\"\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tb-check-row\"\u003e\n            \u003cdiv class=\"tb-check-icon\"\u003e✓\u003c\/div\u003e\n            \u003cdiv class=\"tb-check-text\"\u003eTienes miedo de perder tu dinero en errores de principiante\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tb-check-row\"\u003e\n            \u003cdiv class=\"tb-check-icon\"\u003e✓\u003c\/div\u003e\n            \u003cdiv class=\"tb-check-text\"\u003eNo sabes cuánto cobrar, dónde ponerte o cómo manejar la patrulla\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tb-check-row\"\u003e\n            \u003cdiv class=\"tb-check-icon\"\u003e✓\u003c\/div\u003e\n            \u003cdiv class=\"tb-check-text\"\u003eQuieres vender ambulante, fijo, en tianguis o los fines de semana\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tb-check-row\"\u003e\n            \u003cdiv class=\"tb-check-icon\"\u003e✓\u003c\/div\u003e\n            \u003cdiv class=\"tb-check-text\"\u003eYa intentaste antes y no te fue bien — te faltó método\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n    \u003c!-- \/tabs --\u003e\n\n    \u003c!-- GARANTÍA --\u003e\n    \u003cdiv class=\"tb-guarantee\"\u003e\n      \u003ch3\u003e🛡️ Garantía de 30 días sin preguntas\u003c\/h3\u003e\n      \u003cp\u003eVe todo el contenido, aplica el método y decide. Si no te funciona, te devolvemos el 100% de tu dinero. Sin preguntas, sin trámites.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CÓMO RECIBES --\u003e\n    \u003cdiv class=\"tb-section-label\"\u003e¿Cómo recibo mi curso?\u003c\/div\u003e\n    \u003cdiv class=\"tb-steps\"\u003e\n      \u003cdiv class=\"tb-step\"\u003e\n        \u003cdiv class=\"tb-step-num\"\u003e1\u003c\/div\u003e\n        \u003cdiv class=\"tb-step-text\"\u003eHaces tu pago con tarjeta, OXXO, transferencia o Mercado Pago\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tb-step\"\u003e\n        \u003cdiv class=\"tb-step-num\"\u003e2\u003c\/div\u003e\n        \u003cdiv class=\"tb-step-text\"\u003eTe llega automáticamente el acceso a tu correo electrónico\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tb-step\"\u003e\n        \u003cdiv class=\"tb-step-num\"\u003e3\u003c\/div\u003e\n        \u003cdiv class=\"tb-step-text\"\u003eAbres el link y empiezas a ver las clases hoy mismo\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- AUTHOR --\u003e\n    \u003cdiv class=\"tb-author\"\u003e\n      \u003cdiv class=\"tb-author-avatar\"\u003e👨‍🍳\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"tb-author-name\"\u003eRicardo Lazcano\u003c\/div\u003e\n        \u003cdiv class=\"tb-author-desc\"\u003e+20 años vendiendo en la calle · 300+ alumnos activos · ventasenlacalle.com\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- WHATSAPP CTA (OXXO \/ Transferencia) --\u003e\n    \u003cdiv class=\"tb-wa-box\"\u003e\n      \u003cdiv class=\"tb-wa-icon\"\u003e💬\u003c\/div\u003e\n      \u003ch3 class=\"tb-wa-title\"\u003e¿Quieres pagar por \u003cspan\u003eOXXO o transferencia?\u003c\/span\u003e\n\u003c\/h3\u003e\n      \u003cp class=\"tb-wa-desc\"\u003eMándame un mensaje por WhatsApp y te paso los datos para pagar como te acomode.\u003c\/p\u003e\n      \u003ca href=\"https:\/\/wa.me\/521XXXXXXXXXX?text=Hola%20Ricardo%2C%20quiero%20pagar%20el%20curso%20por%20OXXO%20o%20transferencia\" target=\"_blank\" class=\"tb-wa-btn\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"currentColor\"\u003e\u003cpath d=\"M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347z\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 0C5.373 0 0 5.373 0 12c0 2.126.554 4.122 1.523 5.855L.057 23.882l6.187-1.442A11.944 11.944 0 0012 24c6.627 0 12-5.373 12-12S18.627 0 12 0zm0 21.818a9.785 9.785 0 01-5.031-1.389l-.36-.214-3.733.87.942-3.637-.235-.374A9.787 9.787 0 012.182 12C2.182 6.57 6.57 2.182 12 2.182c5.43 0 9.818 4.388 9.818 9.818 0 5.43-4.388 9.818-9.818 9.818z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        Escribirme por WhatsApp\n      \u003c\/a\u003e\n      \u003cp class=\"tb-wa-micro\"\u003eTe respondo personalmente · Sin bots\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- DIGITAL NOTE --\u003e\n    \u003cdiv class=\"tb-digital-note\"\u003e🔴 Producto 100% digital · No se envía nada físico · Todo se entrega por correo electrónico\u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n\/\/ ===== TABS =====\ndocument.querySelectorAll('.tb-tab-btn').forEach(btn =\u003e {\n  btn.addEventListener('click', () =\u003e {\n    const targetId = btn.getAttribute('data-tab');\n\n    \/\/ Quitar active de todos los botones y panels\n    document.querySelectorAll('.tb-tab-btn').forEach(b =\u003e b.classList.remove('tb-active'));\n    document.querySelectorAll('.tb-tab-panel').forEach(p =\u003e p.classList.remove('tb-active'));\n\n    \/\/ Agregar active al botón clickeado y su panel\n    btn.classList.add('tb-active');\n    const panel = document.getElementById(targetId);\n    if (panel) panel.classList.add('tb-active');\n  });\n});\n\n\/\/ ===== ACCORDIONS =====\nfunction tbToggleAcc(triggerEl) {\n  const item = triggerEl.parentElement;\n  const isOpen = item.classList.contains('tb-open');\n\n  \/\/ Cerrar todos dentro del mismo grupo\n  const group = item.parentElement;\n  group.querySelectorAll('.tb-acc-item.tb-open').forEach(i =\u003e i.classList.remove('tb-open'));\n\n  \/\/ Abrir el clickeado si estaba cerrado\n  if (!isOpen) item.classList.add('tb-open');\n}\n\u003c\/script\u003e","brand":"Ricardo Lazcano","offers":[{"title":"Default Title","offer_id":48678347636973,"sku":null,"price":600.0,"currency_code":"MXN","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0749\/6781\/0285\/files\/miniatura_thumbnail_para_youtube_playlist_de_musica_electronica_Video_4e010a49-4b9a-486d-b411-6d91a26d3319.jpg?v=1776797508","url":"https:\/\/ventasenlacalle.com\/products\/como-empezar-tu-negocio-de-comida","provider":"Venta en calle","version":"1.0","type":"link"}