{"id":4820,"date":"2025-11-04T18:19:53","date_gmt":"2025-11-05T02:19:53","guid":{"rendered":"https:\/\/ievolutionclub.com\/?page_id=4820"},"modified":"2026-04-11T08:15:34","modified_gmt":"2026-04-11T15:15:34","slug":"thank-you-lead-page","status":"publish","type":"page","link":"https:\/\/stage.ievolutionclub.com\/es\/thank-you-lead-page\/","title":{"rendered":"P\u00e1gina-de-agradecimiento"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Welcome to iEvolution Wholesale - Your Application is Confirmed<\/title>\n    <meta name=\"description\" content=\"Thank you for applying to iEvolution Wholesale. Watch your onboarding video and download your exclusive wholesale materials.\">\n    <!-- Font Awesome for professional icons -->\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    <!-- Google Fonts -->\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800;900&family=Poppins:wght@600;700;800;900&display=swap\" rel=\"stylesheet\">\n    <style>\n        \/* ========================================\n           THANK YOU PAGE STYLES\n           ======================================== *\/\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        :root {\n            \/* Modern Bright Color Palette *\/\n            --primary-green: #00D084;\n            --primary-blue: #0099FF;\n            --accent-purple: #7B61FF;\n            --accent-orange: #FF6B35;\n            --accent-yellow: #FFD93D;\n            --success-green: #22C55E;\n            --white: #FFFFFF;\n            --light-gray: #F8FAFB;\n            --light-blue: #E0F2FE;\n            --light-green: #D1FAE5;\n            --light-purple: #EDE9FE;\n            --light-orange: #FFF7ED;\n            --text-dark: #1F2937;\n            --text-medium: #6B7280;\n            --text-light: #9CA3AF;\n            --border-light: #E5E7EB;\n            \/* Modern Gradients *\/\n            --gradient-primary: linear-gradient(135deg, #00D084 0%, #0099FF 100%);\n            --gradient-success: linear-gradient(135deg, #22C55E 0%, #16A34A 100%);\n            --gradient-premium: linear-gradient(135deg, #7B61FF 0%, #0099FF 100%);\n            --gradient-warm: linear-gradient(135deg, #FF6B35 0%, #FFD93D 100%);\n            --gradient-light: linear-gradient(135deg, #FFFFFF 0%, #F8FAFB 100%);\n            \/* Modern Shadows *\/\n            --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);\n            --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.08);\n            --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.12);\n            --shadow-xl: 0 16px 48px rgba(0, 0, 0, 0.16);\n            --shadow-colored: 0 8px 32px rgba(0, 208, 132, 0.25);\n        }\n        body {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n            color: var(--text-dark);\n            background: var(--light-gray);\n            line-height: 1.6;\n            -webkit-font-smoothing: antialiased;\n            overflow-x: hidden;\n        }\n        \/* ========================================\n           ANIMATIONS\n           ======================================== *\/\n        @keyframes fadeInUp {\n            from {\n                opacity: 0;\n                transform: translateY(30px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n        @keyframes fadeIn {\n            from { opacity: 0; }\n            to { opacity: 1; }\n        }\n        @keyframes scaleIn {\n            from {\n                opacity: 0;\n                transform: scale(0.9);\n            }\n            to {\n                opacity: 1;\n                transform: scale(1);\n            }\n        }\n        @keyframes pulse {\n            0%, 100% { transform: scale(1); }\n            50% { transform: scale(1.05); }\n        }\n        @keyframes gentleGlow {\n            0%, 100% { \n                box-shadow: 0 4px 16px rgba(34, 197, 94, 0.3);\n            }\n            50% { \n                box-shadow: 0 4px 24px rgba(34, 197, 94, 0.5);\n            }\n        }\n        \/* ========================================\n           HEADER\n           ======================================== *\/\n        .site-header {\n            background: var(--white);\n            box-shadow: var(--shadow-sm);\n            padding: 1.5rem 2rem;\n            position: sticky;\n            top: 0;\n            z-index: 1000;\n        }\n        .header-container {\n            max-width: 1400px;\n            margin: 0 auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        .logo-image {\n            height: 45px;\n            width: auto;\n        }\n        \/* ========================================\n           SUCCESS HERO SECTION\n           ======================================== *\/\n        .success-hero {\n            background: var(--gradient-primary);\n            padding: 4rem 2rem;\n            text-align: center;\n            color: var(--white);\n            animation: fadeIn 0.8s ease;\n        }\n        .success-container {\n            max-width: 900px;\n            margin: 0 auto;\n        }\n        .success-icon {\n            width: 100px;\n            height: 100px;\n            background: rgba(255, 255, 255, 0.2);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 2rem;\n            animation: scaleIn 0.6s ease;\n        }\n        .success-icon i {\n            font-size: 3rem;\n            animation: pulse 2s infinite;\n        }\n        .success-title {\n            font-family: 'Poppins', sans-serif;\n            font-size: 3rem;\n            font-weight: 800;\n            margin-bottom: 1rem;\n            line-height: 1.2;\n            animation: fadeInUp 0.8s ease 0.2s both;\n        }\n        .success-subtitle {\n            font-size: 1.25rem;\n            opacity: 0.95;\n            margin-bottom: 2rem;\n            line-height: 1.6;\n            animation: fadeInUp 0.8s ease 0.3s both;\n        }\n        .success-badge {\n            display: inline-flex;\n            align-items: center;\n            gap: 0.75rem;\n            background: rgba(255, 255, 255, 0.2);\n            backdrop-filter: blur(10px);\n            padding: 1rem 2rem;\n            border-radius: 50px;\n            font-weight: 600;\n            font-size: 1.125rem;\n            animation: fadeInUp 0.8s ease 0.4s both, gentleGlow 3s ease-in-out infinite;\n        }\n        .success-badge i {\n            font-size: 1.5rem;\n        }\n        \/* ========================================\n           NEXT STEPS SECTION\n           ======================================== *\/\n        .next-steps-section {\n            padding: 3rem 2rem 2rem;\n            background: var(--white);\n        }\n        .next-steps-container {\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        .section-header {\n            text-align: center;\n            margin-bottom: 3rem;\n        }\n        .section-badge {\n            display: inline-block;\n            background: var(--light-blue);\n            color: var(--primary-blue);\n            padding: 0.5rem 1.25rem;\n            border-radius: 50px;\n            font-weight: 600;\n            font-size: 0.875rem;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            margin-bottom: 1rem;\n        }\n        .section-title {\n            font-family: 'Poppins', sans-serif;\n            font-size: 2.5rem;\n            font-weight: 800;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            line-height: 1.2;\n        }\n        .section-subtitle {\n            font-size: 1.125rem;\n            color: var(--text-medium);\n            max-width: 700px;\n            margin: 0 auto;\n            line-height: 1.6;\n        }\n        .steps-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 2rem;\n            margin-bottom: 3rem;\n        }\n        .step-card {\n            background: var(--light-gray);\n            border-radius: 20px;\n            padding: 2rem;\n            position: relative;\n            transition: all 0.3s ease;\n        }\n        .step-card:hover {\n            transform: translateY(-5px);\n            box-shadow: var(--shadow-md);\n        }\n        .step-number {\n            position: absolute;\n            top: -15px;\n            left: 2rem;\n            width: 50px;\n            height: 50px;\n            background: var(--gradient-primary);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: var(--white);\n            font-family: 'Poppins', sans-serif;\n            font-size: 1.5rem;\n            font-weight: 800;\n            box-shadow: var(--shadow-colored);\n        }\n        .step-icon {\n            width: 70px;\n            height: 70px;\n            background: var(--white);\n            border-radius: 16px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 2rem;\n            margin: 1rem 0 1.5rem;\n        }\n        .step-card:nth-child(1) .step-icon {\n            color: var(--primary-blue);\n        }\n        .step-card:nth-child(2) .step-icon {\n            color: var(--success-green);\n        }\n        .step-card:nth-child(3) .step-icon {\n            color: var(--accent-purple);\n        }\n        .step-title {\n            font-family: 'Poppins', sans-serif;\n            font-size: 1.5rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin-bottom: 0.75rem;\n        }\n        .step-description {\n            color: var(--text-medium);\n            line-height: 1.6;\n        }\n        \/* ========================================\n           VIDEO SECTION\n           ======================================== *\/\n        .video-section {\n            padding: 4rem 2rem;\n            background: var(--white);\n        }\n        .video-container-wrapper {\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n        .video-card {\n            background: var(--white);\n            border-radius: 24px;\n            overflow: hidden;\n            box-shadow: var(--shadow-xl);\n            animation: fadeInUp 0.8s ease;\n        }\n        .video-player-wrapper {\n            position: relative;\n            width: 100%;\n            aspect-ratio: 16 \/ 9;\n            background: var(--text-dark);\n        }\n        .video-player {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n            display: block;\n        }\n        .video-play-overlay {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            background: rgba(0, 0, 0, 0.4);\n            backdrop-filter: blur(2px);\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n        .video-play-overlay.hidden {\n            opacity: 0;\n            visibility: hidden;\n            pointer-events: none;\n        }\n        .video-play-button {\n            width: 100px;\n            height: 100px;\n            border-radius: 50%;\n            background: var(--gradient-primary);\n            border: 4px solid var(--white);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            box-shadow: 0 8px 32px rgba(0, 208, 132, 0.4);\n            animation: pulse 2s ease-in-out infinite;\n        }\n        .video-play-button:hover {\n            transform: scale(1.1);\n            box-shadow: 0 12px 40px rgba(0, 208, 132, 0.6);\n        }\n        .video-play-button i {\n            font-size: 2.5rem;\n            color: var(--white);\n            margin-left: 6px;\n        }\n        .video-info {\n            padding: 2.5rem;\n            text-align: center;\n        }\n        .video-title {\n            font-family: 'Poppins', sans-serif;\n            font-size: 1.75rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin-bottom: 0.75rem;\n        }\n        .video-description {\n            color: var(--text-medium);\n            font-size: 1.125rem;\n            line-height: 1.6;\n            margin-bottom: 1.5rem;\n        }\n        .video-duration {\n            display: inline-flex;\n            align-items: center;\n            gap: 0.5rem;\n            background: var(--light-blue);\n            color: var(--primary-blue);\n            padding: 0.5rem 1rem;\n            border-radius: 50px;\n            font-weight: 600;\n            font-size: 0.875rem;\n        }\n        \/* ========================================\n           RESOURCES SECTION\n           ======================================== *\/\n        .resources-section {\n            padding: 4rem 2rem;\n            background: var(--light-gray);\n        }\n        .resources-container {\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n        .resources-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n            gap: 2rem;\n        }\n        .resource-card {\n            background: var(--white);\n            border-radius: 20px;\n            padding: 2.5rem;\n            box-shadow: var(--shadow-sm);\n            transition: all 0.3s ease;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n        }\n        .resource-card:hover {\n            transform: translateY(-8px);\n            box-shadow: var(--shadow-lg);\n        }\n        .resource-icon {\n            width: 80px;\n            height: 80px;\n            border-radius: 20px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 2.5rem;\n            margin-bottom: 1.5rem;\n            transition: all 0.3s ease;\n        }\n        .resource-card:nth-child(1) .resource-icon {\n            background: var(--light-green);\n            color: var(--success-green);\n        }\n        .resource-card:nth-child(2) .resource-icon {\n            background: var(--light-purple);\n            color: var(--accent-purple);\n        }\n        .resource-card:hover .resource-icon {\n            transform: scale(1.1) rotate(5deg);\n        }\n        .resource-title {\n            font-family: 'Poppins', sans-serif;\n            font-size: 1.5rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin-bottom: 0.75rem;\n        }\n        .resource-description {\n            color: var(--text-medium);\n            line-height: 1.6;\n            margin-bottom: 1.5rem;\n        }\n        .resource-features {\n            display: flex;\n            flex-direction: column;\n            gap: 0.75rem;\n            width: 100%;\n            margin-bottom: 2rem;\n            text-align: left;\n        }\n        .resource-feature {\n            display: flex;\n            align-items: center;\n            gap: 0.75rem;\n            color: var(--text-dark);\n            font-weight: 500;\n        }\n        .resource-feature i {\n            color: var(--success-green);\n            font-size: 1.25rem;\n        }\n        .download-button {\n            background: var(--gradient-primary);\n            color: var(--white);\n            border: none;\n            padding: 1rem 2rem;\n            border-radius: 50px;\n            font-weight: 700;\n            font-size: 1.125rem;\n            cursor: pointer;\n            display: flex;\n            align-items: center;\n            gap: 0.75rem;\n            transition: all 0.3s ease;\n            box-shadow: var(--shadow-colored);\n            text-decoration: none;\n        }\n        .download-button:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 12px 40px rgba(0, 208, 132, 0.4);\n        }\n        .download-button i {\n            font-size: 1.25rem;\n        }\n        \/* ========================================\n           CONTACT SECTION\n           ======================================== *\/\n        .contact-section {\n            padding: 4rem 2rem;\n            background: var(--white);\n        }\n        .contact-container {\n            max-width: 900px;\n            margin: 0 auto;\n            text-align: center;\n        }\n        .contact-card {\n            background: var(--gradient-light);\n            border-radius: 24px;\n            padding: 3rem;\n            box-shadow: var(--shadow-lg);\n        }\n        .contact-icon {\n            width: 80px;\n            height: 80px;\n            background: var(--gradient-primary);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 1.5rem;\n            color: var(--white);\n            font-size: 2rem;\n        }\n        .contact-title {\n            font-family: 'Poppins', sans-serif;\n            font-size: 2rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n        }\n        .contact-description {\n            color: var(--text-medium);\n            font-size: 1.125rem;\n            line-height: 1.6;\n            margin-bottom: 2rem;\n        }\n        .contact-info {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 2rem;\n            justify-content: center;\n            margin-bottom: 2rem;\n        }\n        .contact-item {\n            display: flex;\n            align-items: center;\n            gap: 0.75rem;\n            color: var(--text-dark);\n            font-weight: 600;\n        }\n        .contact-item i {\n            color: var(--primary-blue);\n            font-size: 1.5rem;\n        }\n        .contact-button {\n            background: var(--gradient-primary);\n            color: var(--white);\n            border: none;\n            padding: 1rem 2.5rem;\n            border-radius: 50px;\n            font-weight: 700;\n            font-size: 1.125rem;\n            cursor: pointer;\n            display: inline-flex;\n            align-items: center;\n            gap: 0.75rem;\n            transition: all 0.3s ease;\n            box-shadow: var(--shadow-colored);\n            text-decoration: none;\n        }\n        .contact-button:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 12px 40px rgba(0, 208, 132, 0.4);\n        }\n        \/* ========================================\n           FOOTER\n           ======================================== *\/\n        .site-footer {\n            background: var(--text-dark);\n            color: var(--white);\n            padding: 3rem 2rem;\n            text-align: center;\n        }\n        .footer-content {\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        .footer-logo {\n            height: 50px;\n            margin-bottom: 1.5rem;\n        }\n        .footer-text {\n            color: rgba(255, 255, 255, 0.8);\n            line-height: 1.6;\n            margin-bottom: 2rem;\n        }\n        .footer-social {\n            display: flex;\n            gap: 1rem;\n            justify-content: center;\n            margin-bottom: 2rem;\n        }\n        .social-link {\n            width: 50px;\n            height: 50px;\n            background: rgba(255, 255, 255, 0.1);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: var(--white);\n            font-size: 1.25rem;\n            transition: all 0.3s ease;\n            text-decoration: none;\n        }\n        .social-link:hover {\n            background: var(--primary-green);\n            transform: translateY(-3px);\n        }\n        .footer-copyright {\n            padding-top: 2rem;\n            border-top: 1px solid rgba(255, 255, 255, 0.1);\n            color: rgba(255, 255, 255, 0.6);\n            font-size: 0.875rem;\n        }\n        \/* ========================================\n           RESPONSIVE DESIGN\n           ======================================== *\/\n        @media (max-width: 768px) {\n            .success-hero {\n                padding: 3rem 1.5rem;\n            }\n            .success-title {\n                font-size: 2rem;\n            }\n            .success-subtitle {\n                font-size: 1.125rem;\n            }\n            .success-icon {\n                width: 80px;\n                height: 80px;\n            }\n            .success-icon i {\n                font-size: 2.5rem;\n            }\n            .next-steps-section,\n            .video-section,\n            .resources-section,\n            .contact-section {\n                padding: 3rem 1.5rem;\n            }\n            .section-title {\n                font-size: 2rem;\n            }\n            .steps-grid,\n            .resources-grid {\n                grid-template-columns: 1fr;\n            }\n            .video-play-button {\n                width: 80px;\n                height: 80px;\n            }\n            .video-play-button i {\n                font-size: 2rem;\n            }\n            .contact-info {\n                flex-direction: column;\n                align-items: center;\n            }\n            .contact-card {\n                padding: 2rem;\n            }\n        }\n        @media (max-width: 480px) {\n            .success-title {\n                font-size: 1.75rem;\n            }\n            .section-title {\n                font-size: 1.75rem;\n            }\n            .video-title {\n                font-size: 1.5rem;\n            }\n            .resource-card,\n            .step-card {\n                padding: 1.5rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Header -->\n    <header>\n            <img decoding=\"async\" src=\"https:\/\/stage.ievolutionclub.com\/wp-content\/uploads\/2025\/02\/Result-24.webp\" alt=\"iEvolution Global\">\n    <\/header>\n    <!-- Success Hero Section -->\n    <section>\n            <h1>\u00a1Bienvenido a la familia iEvolution!<\/h1>\n            <p>\n                Su solicitud de mayorista se ha enviado correctamente. Nuestro equipo revisar\u00e1 tu solicitud y la aprobar\u00e1 en 24 horas.\n            <\/p>\n                Aprobaci\u00f3n en 24 horas\n    <\/section>\n    <!-- Next Steps Section -->\n    <section>\n                LO QUE SUCEDE A CONTINUACI\u00d3N\n                <h2>Su viaje al \u00e9xito comienza aqu\u00ed<\/h2>\n                <p>Siga estos sencillos pasos para poner en marcha su negocio mayorista<\/p>\n                    1\n                    <h3>Vea su v\u00eddeo de incorporaci\u00f3n<\/h3>\n                    <p>\n                        Aprenda todo lo que necesita saber sobre la venta de productos iEvolution, c\u00f3mo trabajar con los clientes y c\u00f3mo maximizar sus beneficios.\n                    <\/p>\n                    2\n                    <h3>Descargue su material<\/h3>\n                    <p>\n                        Acceda a su lista de precios al por mayor y a su completo cat\u00e1logo de productos con toda la informaci\u00f3n que necesita para empezar a vender.\n                    <\/p>\n                    3\n                    <h3>Inicie su negocio<\/h3>\n                    <p>\n                        Una vez aprobado, recibir\u00e1 acceso a nuestro portal mayorista y podr\u00e1 empezar a pedir productos a precios de f\u00e1brica inmediatamente.\n                    <\/p>\n    <\/section>\n    <!-- Video Section -->\n    <section>\n                PASO 1: MIRE AHORA\n                <h2>Su v\u00eddeo exclusivo de incorporaci\u00f3n<\/h2>\n                <p>\n                    Conozca las estrategias probadas que nuestros distribuidores de \u00e9xito utilizan para crear pr\u00f3speros negocios de bienestar\n                <\/p>\n                    <video \n                        id=\"onboardingVideo\"\n                        controls\n preload=\"metadata\"\n                        poster=\"\"\n                    >\n                        <source src=\"https:\/\/streamable.com\/l\/oacjq3\/mp4-high.mp4\" type=\"video\/mp4\">\n                        Su navegador no soporta la etiqueta de v\u00eddeo.\n                    <\/video>\n                        <button id=\"videoPlayButton\">\n                        <\/button>\n                    <h3>Bienvenido a su negocio mayorista<\/h3>\n                    <p>\n                        Este completo v\u00eddeo de incorporaci\u00f3n le guiar\u00e1 a trav\u00e9s de todo lo que necesita saber para tener \u00e9xito como distribuidor de iEvolution.\n                    <\/p>\n                        Formaci\u00f3n esencial\n    <\/section>\n    <!-- Resources Section -->\n    <section>\n                PASO 2: SUS RECURSOS\n                <h2>Descargue su material comercial<\/h2>\n                <p>\n                    Todo lo que necesita para empezar a vender y construir su negocio con \u00e9xito\n                <\/p>\n                <!-- Wholesale Price List -->\n                    <h3>Lista de precios al por mayor<\/h3>\n                    <p>\n                        Su exclusiva gu\u00eda de precios directos de f\u00e1brica con los costes completos al por mayor y los precios al por menor de todos los productos.\n                    <\/p>\n                            Factory direct prices - 50% OFF\n                            Calculate your profit margins\n                            All 25+ products included\n                    <a href=\"https:\/\/stage.ievolutionclub.com\/wp-content\/uploads\/2025\/11\/Lista-De-Precios.-1.pdf\" \n                       download\n target=\"_blank\">\n                        Descargar lista de precios\n                    <\/a>\n                <!-- Product Catalog -->\n                    <h3>Cat\u00e1logo de productos<\/h3>\n                    <p>\n                        Amplio cat\u00e1logo con informaci\u00f3n detallada sobre los productos, ventajas y caracter\u00edsticas de todos los productos iEvolution.\n                    <\/p>\n                            Full product details & benefits\n                            Professional product images\n                            Selling points & features\n                    <a href=\"https:\/\/stage.ievolutionclub.com\/wp-content\/uploads\/2025\/11\/CATALOGO-ACTUALIZADO-AGOSTO-SIN-PRECIO-2025-1.pdf\" \n                       download\n target=\"_blank\">\n                        Descargar cat\u00e1logo\n                    <\/a>\n    <\/section>\n    <!-- Contact Section -->\n    <section>\n                <h2>\u00bfNecesita ayuda para empezar?<\/h2>\n                <p>\n                    Nuestro equipo de asistencia est\u00e1 a su disposici\u00f3n para ayudarle a conseguirlo. \u00bfTiene preguntas sobre productos, precios o c\u00f3mo empezar? Estamos a s\u00f3lo un mensaje de distancia.\n                <\/p>\n                        support@ievolutionclub.com\n                        24-hour response time\n                        USA & Mexico service\n                <a href=\"mailto:support@ievolutionclub.com\">\n                    Contacto\n                <\/a>\n    <\/section>\n    <!-- Footer -->\n    <footer>\n            <img decoding=\"async\" src=\"https:\/\/stage.ievolutionclub.com\/wp-content\/uploads\/2025\/02\/Result-24.webp\" alt=\"iEvolution Global\">\n            <p>\n                Creaci\u00f3n de empresas de bienestar de \u00e9xito mediante productos de primera calidad y precios directos de f\u00e1brica.<br>\n                Prestamos servicio en todo EE.UU. y M\u00e9xico.\n            <\/p>\n                <a href=\"#\" aria-label=\"Facebook\">\n                <\/a>\n                <a href=\"#\" aria-label=\"Instagram\">\n                <\/a>\n                <a href=\"#\" aria-label=\"Twitter\">\n                <\/a>\n                <a href=\"#\" aria-label=\"YouTube\">\n                <\/a>\n                2025 iEvolution Global. Todos los derechos reservados.\n    <\/footer>\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>Welcome to iEvolution Wholesale &#8211; Your Application is Confirmed Welcome to the iEvolution Family! Your wholesale application has been submitted successfully. Our team will review your application and approve it within 24 hours. Approval within 24 hours WHAT HAPPENS NEXT Your Journey to Success Starts Here Follow these simple steps to get started with your [&hellip;]<\/p>\n","protected":false},"author":11,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"spb-full-width.php","meta":{"footnotes":""},"wf_page_folders":[],"class_list":["post-4820","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/stage.ievolutionclub.com\/es\/wp-json\/wp\/v2\/pages\/4820","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/stage.ievolutionclub.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/stage.ievolutionclub.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/stage.ievolutionclub.com\/es\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"https:\/\/stage.ievolutionclub.com\/es\/wp-json\/wp\/v2\/comments?post=4820"}],"version-history":[{"count":55,"href":"https:\/\/stage.ievolutionclub.com\/es\/wp-json\/wp\/v2\/pages\/4820\/revisions"}],"predecessor-version":[{"id":5005,"href":"https:\/\/stage.ievolutionclub.com\/es\/wp-json\/wp\/v2\/pages\/4820\/revisions\/5005"}],"wp:attachment":[{"href":"https:\/\/stage.ievolutionclub.com\/es\/wp-json\/wp\/v2\/media?parent=4820"}],"wp:term":[{"taxonomy":"wf_page_folders","embeddable":true,"href":"https:\/\/stage.ievolutionclub.com\/es\/wp-json\/wp\/v2\/wf_page_folders?post=4820"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}