{"id":687,"date":"2026-06-08T17:25:11","date_gmt":"2026-06-08T17:25:11","guid":{"rendered":"https:\/\/invest.aurema-group.com\/?page_id=687"},"modified":"2026-06-17T19:47:30","modified_gmt":"2026-06-17T19:47:30","slug":"aurema-store","status":"publish","type":"page","link":"https:\/\/invest.aurema-group.com\/en\/aurema-store\/","title":{"rendered":"AUREMA STORE"},"content":{"rendered":"<!DOCTYPE html>\n<?xml encoding=\"UTF-8\"?><html lang=\"es\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <meta name=\"description\" content=\"Productos premium de Aurema Group: Masterclasses, certificaciones, membres&iacute;as y consultor&iacute;a para inversores en real estate tokenizado.\">\n    <title>Aurema Store | Products for Institutional Investors<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;700;900&#038;family=Inter:wght@300;400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    <style>\n        :root {\n            --black: #0a0a0a;\n            --black-light: #1a1a1a;\n            --black-lighter: #2a2a2a;\n            --gold: #c9a961;\n            --gold-light: #d4b77a;\n            --gold-dark: #a58a4d;\n            --cream: #f8f5f0;\n            --gray: #888;\n            --gray-light: #aaa;\n            --success: #4CAF50;\n        }\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        html {\n            scroll-behavior: smooth;\n        }\n        \n        body {\n            font-family: 'Inter', sans-serif;\n            background: var(--black);\n            color: var(--cream);\n            line-height: 1.6;\n            overflow-x: hidden;\n        }\n        \n        h1, h2, h3, h4 {\n            font-family: 'Playfair Display', serif;\n            font-weight: 700;\n            line-height: 1.2;\n        }\n        \n        .container {\n            max-width: 1400px;\n            margin: 0 auto;\n            padding: 0 2rem;\n        }\n        \n        \/* HEADER *\/\n        .header {\n            position: fixed;\n            top: 0;\n            left: 0;\n            right: 0;\n            background: rgba(10, 10, 10, 0.95);\n            backdrop-filter: blur(10px);\n            border-bottom: 1px solid rgba(201, 169, 97, 0.2);\n            z-index: 1000;\n            padding: 1rem 0;\n        }\n        \n        .header-content {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n        \n        .logo {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.5rem;\n            font-weight: 900;\n            color: var(--gold);\n            letter-spacing: 3px;\n        }\n        \n        .nav-links {\n            display: flex;\n            gap: 2rem;\n            list-style: none;\n        }\n        \n        .nav-links a {\n            color: var(--cream);\n            text-decoration: none;\n            font-size: 0.9rem;\n            font-weight: 500;\n            transition: color 0.3s;\n        }\n        \n        .nav-links a:hover {\n            color: var(--gold);\n        }\n        \n        \/* HERO SECTION *\/\n        .hero {\n            margin-top: 80px;\n            padding: 6rem 0;\n            background: linear-gradient(135deg, var(--black) 0%, var(--black-light) 100%);\n            position: relative;\n            overflow: hidden;\n            text-align: center;\n        }\n        \n        .hero::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: \n                radial-gradient(circle at 20% 50%, rgba(201, 169, 97, 0.1) 0%, transparent 50%),\n                radial-gradient(circle at 80% 80%, rgba(201, 169, 97, 0.05) 0%, transparent 50%);\n            pointer-events: none;\n        }\n        \n        .hero-content {\n            position: relative;\n            z-index: 1;\n            max-width: 900px;\n            margin: 0 auto;\n        }\n        \n        .hero-badge {\n            display: inline-block;\n            background: rgba(201, 169, 97, 0.15);\n            border: 1px solid var(--gold);\n            color: var(--gold);\n            padding: 0.5rem 1.5rem;\n            border-radius: 50px;\n            font-size: 0.85rem;\n            letter-spacing: 2px;\n            font-weight: 600;\n            margin-bottom: 2rem;\n        }\n        \n        .hero h1 {\n            font-size: 3.5rem;\n            margin-bottom: 1.5rem;\n            line-height: 1.1;\n        }\n        \n        .hero h1 span {\n            color: var(--gold);\n            font-style: italic;\n        }\n        \n        .hero-subtitle {\n            font-size: 1.3rem;\n            color: var(--gray-light);\n            margin-bottom: 3rem;\n            font-weight: 300;\n        }\n        \n        \/* CATEGORY SECTIONS *\/\n        .category-section {\n            padding: 5rem 0;\n        }\n        \n        .category-section:nth-child(even) {\n            background: var(--black-light);\n        }\n        \n        .section-header {\n            text-align: center;\n            margin-bottom: 4rem;\n        }\n        \n        .section-label {\n            display: inline-block;\n            background: rgba(201, 169, 97, 0.15);\n            border-left: 3px solid var(--gold);\n            padding: 0.5rem 1.5rem;\n            font-size: 0.85rem;\n            letter-spacing: 2px;\n            text-transform: uppercase;\n            color: var(--gold);\n            margin-bottom: 1.5rem;\n            font-weight: 600;\n        }\n        \n        .section-header h2 {\n            font-size: 3rem;\n            margin-bottom: 1rem;\n        }\n        \n        .section-header h2 span {\n            color: var(--gold);\n        }\n        \n        .section-header p {\n            font-size: 1.2rem;\n            color: var(--gray-light);\n            max-width: 700px;\n            margin: 0 auto;\n        }\n        \n        \/* PRODUCT GRID *\/\n        .product-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\n            gap: 2rem;\n            margin-top: 3rem;\n        }\n        \n        .product-card {\n            background: var(--black-lighter);\n            border: 1px solid rgba(201, 169, 97, 0.2);\n            border-radius: 16px;\n            overflow: hidden;\n            transition: all 0.3s;\n            position: relative;\n        }\n        \n        .product-card:hover {\n            transform: translateY(-10px);\n            border-color: var(--gold);\n            box-shadow: 0 20px 50px rgba(201, 169, 97, 0.2);\n        }\n        \n        .product-badge {\n            position: absolute;\n            top: 1rem;\n            right: 1rem;\n            background: var(--gold);\n            color: var(--black);\n            padding: 0.4rem 1rem;\n            border-radius: 20px;\n            font-size: 0.75rem;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            z-index: 2;\n        }\n        \n        .product-image {\n            width: 100%;\n            height: 200px;\n            background: linear-gradient(135deg, var(--gold-dark), var(--gold));\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 4rem;\n            color: var(--black);\n        }\n        \n        .product-content {\n            padding: 2rem;\n        }\n        \n        .product-category {\n            font-size: 0.75rem;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n            color: var(--gold);\n            margin-bottom: 0.5rem;\n            font-weight: 600;\n        }\n        \n        .product-title {\n            font-size: 1.5rem;\n            margin-bottom: 1rem;\n            color: var(--cream);\n        }\n        \n        .product-description {\n            color: var(--gray-light);\n            font-size: 0.95rem;\n            margin-bottom: 1.5rem;\n            line-height: 1.6;\n        }\n        \n        .product-features {\n            list-style: none;\n            margin-bottom: 2rem;\n        }\n        \n        .product-features li {\n            padding: 0.5rem 0;\n            padding-left: 1.5rem;\n            position: relative;\n            color: var(--cream);\n            font-size: 0.9rem;\n        }\n        \n        .product-features li::before {\n            content: 'f00c';\n            font-family: 'Font Awesome 6 Free';\n            font-weight: 900;\n            position: absolute;\n            left: 0;\n            color: var(--gold);\n            font-size: 0.9rem;\n        }\n        \n        .product-price {\n            display: flex;\n            align-items: baseline;\n            gap: 0.5rem;\n            margin-bottom: 1.5rem;\n        }\n        \n        .price-current {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.5rem;\n            font-weight: 900;\n            color: var(--gold);\n        }\n        \n        .price-period {\n            font-size: 0.9rem;\n            color: var(--gray);\n        }\n        \n        .price-original {\n            text-decoration: line-through;\n            color: var(--gray);\n            font-size: 1.1rem;\n        }\n        \n        .btn-buy {\n            width: 100%;\n            background: linear-gradient(135deg, var(--gold), var(--gold-dark));\n            color: var(--black);\n            padding: 1rem 2rem;\n            border-radius: 50px;\n            text-decoration: none;\n            font-weight: 700;\n            font-size: 1rem;\n            transition: all 0.3s;\n            display: inline-block;\n            text-align: center;\n            border: none;\n            cursor: pointer;\n        }\n        \n        .btn-buy:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 10px 30px rgba(201, 169, 97, 0.4);\n        }\n        \n        .btn-buy i {\n            margin-left: 0.5rem;\n        }\n        \n        \/* MEMBERSHIP TIERS *\/\n        .membership-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 2rem;\n            margin-top: 3rem;\n        }\n        \n        .membership-card {\n            background: var(--black-lighter);\n            border: 2px solid rgba(201, 169, 97, 0.2);\n            border-radius: 16px;\n            padding: 3rem 2rem;\n            text-align: center;\n            transition: all 0.3s;\n            position: relative;\n        }\n        \n        .membership-card.featured {\n            border-color: var(--gold);\n            transform: scale(1.05);\n            box-shadow: 0 20px 50px rgba(201, 169, 97, 0.3);\n        }\n        \n        .membership-card:hover {\n            border-color: var(--gold);\n            transform: translateY(-5px);\n        }\n        \n        .membership-card.featured:hover {\n            transform: scale(1.05) translateY(-5px);\n        }\n        \n        .membership-tier {\n            font-size: 0.85rem;\n            text-transform: uppercase;\n            letter-spacing: 3px;\n            color: var(--gold);\n            margin-bottom: 1rem;\n            font-weight: 700;\n        }\n        \n        .membership-title {\n            font-size: 2rem;\n            margin-bottom: 1rem;\n            color: var(--cream);\n        }\n        \n        .membership-price {\n            font-family: 'Playfair Display', serif;\n            font-size: 3rem;\n            font-weight: 900;\n            color: var(--gold);\n            margin-bottom: 0.5rem;\n        }\n        \n        .membership-period {\n            color: var(--gray);\n            font-size: 0.9rem;\n            margin-bottom: 2rem;\n        }\n        \n        .membership-features {\n            list-style: none;\n            text-align: left;\n            margin-bottom: 2rem;\n        }\n        \n        .membership-features li {\n            padding: 0.8rem 0;\n            padding-left: 2rem;\n            position: relative;\n            border-bottom: 1px solid rgba(201, 169, 97, 0.1);\n            color: var(--cream);\n            font-size: 0.95rem;\n        }\n        \n        .membership-features li::before {\n            content: 'f00c';\n            font-family: 'Font Awesome 6 Free';\n            font-weight: 900;\n            position: absolute;\n            left: 0;\n            color: var(--gold);\n        }\n        \n        .membership-features li:last-child {\n            border-bottom: none;\n        }\n        \n        .featured-badge {\n            position: absolute;\n            top: -15px;\n            left: 50%;\n            transform: translateX(-50%);\n            background: var(--gold);\n            color: var(--black);\n            padding: 0.5rem 2rem;\n            border-radius: 50px;\n            font-size: 0.75rem;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n        }\n        \n        \/* BUNDLE SECTION *\/\n        .bundle-card {\n            background: linear-gradient(135deg, rgba(201, 169, 97, 0.1), rgba(26, 26, 26, 0.8));\n            border: 2px solid var(--gold);\n            border-radius: 16px;\n            padding: 3rem;\n            margin-bottom: 2rem;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .bundle-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            right: 0;\n            width: 200px;\n            height: 200px;\n            background: radial-gradient(circle, rgba(201, 169, 97, 0.2), transparent);\n            border-radius: 50%;\n            transform: translate(50%, -50%);\n        }\n        \n        .bundle-header {\n            display: flex;\n            justify-content: space-between;\n            align-items: flex-start;\n            margin-bottom: 2rem;\n            position: relative;\n            z-index: 1;\n        }\n        \n        .bundle-title {\n            font-size: 2rem;\n            color: var(--cream);\n            margin-bottom: 0.5rem;\n        }\n        \n        .bundle-savings {\n            background: var(--success);\n            color: white;\n            padding: 0.5rem 1.5rem;\n            border-radius: 50px;\n            font-size: 0.85rem;\n            font-weight: 700;\n        }\n        \n        .bundle-content {\n            display: grid;\n            grid-template-columns: 2fr 1fr;\n            gap: 3rem;\n            align-items: center;\n            position: relative;\n            z-index: 1;\n        }\n        \n        .bundle-includes h4 {\n            color: var(--gold);\n            margin-bottom: 1rem;\n            font-size: 1.2rem;\n        }\n        \n        .bundle-includes ul {\n            list-style: none;\n        }\n        \n        .bundle-includes li {\n            padding: 0.5rem 0;\n            padding-left: 1.5rem;\n            position: relative;\n            color: var(--cream);\n        }\n        \n        .bundle-includes li::before {\n            content: 'f00c';\n            font-family: 'Font Awesome 6 Free';\n            font-weight: 900;\n            position: absolute;\n            left: 0;\n            color: var(--gold);\n        }\n        \n        .bundle-price-section {\n            text-align: center;\n        }\n        \n        .bundle-original-price {\n            text-decoration: line-through;\n            color: var(--gray);\n            font-size: 1.5rem;\n            margin-bottom: 0.5rem;\n        }\n        \n        .bundle-final-price {\n            font-family: 'Playfair Display', serif;\n            font-size: 3.5rem;\n            font-weight: 900;\n            color: var(--gold);\n            margin-bottom: 1rem;\n        }\n        \n        \/* CTA SECTION *\/\n        .cta-section {\n            padding: 6rem 0;\n            background: linear-gradient(135deg, var(--black-light) 0%, var(--black) 100%);\n            text-align: center;\n        }\n        \n        .cta-content {\n            max-width: 700px;\n            margin: 0 auto;\n        }\n        \n        .cta-content h2 {\n            font-size: 3rem;\n            margin-bottom: 1.5rem;\n        }\n        \n        .cta-content h2 span {\n            color: var(--gold);\n        }\n        \n        .cta-content p {\n            font-size: 1.2rem;\n            color: var(--gray-light);\n            margin-bottom: 3rem;\n        }\n        \n        \/* FOOTER *\/\n        .footer {\n            background: var(--black);\n            padding: 3rem 0;\n            border-top: 1px solid rgba(201, 169, 97, 0.2);\n            text-align: center;\n        }\n        \n        .footer-content {\n            color: var(--gray);\n            font-size: 0.9rem;\n        }\n        \n        .footer-links {\n            display: flex;\n            gap: 2rem;\n            justify-content: center;\n            margin-top: 1.5rem;\n            flex-wrap: wrap;\n        }\n        \n        .footer-links a {\n            color: var(--gray-light);\n            text-decoration: none;\n            font-size: 0.85rem;\n            transition: color 0.3s;\n        }\n        \n        .footer-links a:hover {\n            color: var(--gold);\n        }\n        \n        \/* RESPONSIVE *\/\n        @media (max-width: 1024px) {\n            .membership-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .membership-card.featured {\n                transform: none;\n            }\n            \n            .bundle-content {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        @media (max-width: 768px) {\n            .hero h1 {\n                font-size: 2.5rem;\n            }\n            \n            .section-header h2 {\n                font-size: 2rem;\n            }\n            \n            .nav-links {\n                display: none;\n            }\n            \n            .product-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n<!-- HEADER -->\n<header class=\"header\">\n    <div class=\"container\">\n        <div class=\"header-content\">\n            <div class=\"logo\">AUREMA STORE<\/div>\n            <nav>\n                <ul class=\"nav-links\">\n                    <li><a href=\"#educacion\">Education<\/a><\/li>\n                    <li><a href=\"#membresias\">Memberships<\/a><\/li>\n                    <li><a href=\"#research\">Research<\/a><\/li>\n                    <li><a href=\"#consultoria\">Consulting<\/a><\/li>\n                    <li><a href=\"#bundles\">Bundles<\/a><\/li>\n                <\/ul>\n            <\/nav>\n        <\/div>\n    <\/div>\n<\/header>\n\n<!-- HERO SECTION -->\n<section class=\"hero\">\n    <div class=\"container\">\n        <div class=\"hero-content\">\n            <div class=\"hero-badge\">SHOP AUREMA GROUP<\/div>\n            <h1>Products for <span>Institutional investors<\/span><\/h1>\n            <p class=\"hero-subtitle\">Education, exclusive access, institutional level research and personalized consultancy to accelerate your success in real estate tokenizado.<\/p>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- EDUCACI&Oacute;N -->\n<section class=\"category-section\" id=\"educacion\">\n    <div class=\"container\">\n        <div class=\"section-header\">\n            <div class=\"section-label\">Premium Education<\/div>\n            <h2>Learn from the <span>better.<\/span><\/h2>\n            <p>Educational programs designed by institutional experts for serious investors.<\/p>\n        <\/div>\n        \n        <div class=\"product-grid\">\n            <!-- Masterclass -->\n            <div class=\"product-card\">\n                <div class=\"product-badge\">Bestseller<\/div>\n                <div class=\"product-image\">\n                    <i class=\"fas fa-graduation-cap\"><\/i>\n                <\/div>\n                <div class=\"product-content\">\n                    <div class=\"product-category\">Online Course<\/div>\n                    <h3 class=\"product-title\">Masterclass: Tokenizaci&oacute;n Inmobiliaria desde Cero<\/h3>\n                    <p class=\"product-description\">8 complete modules to master real estate investment, from foundations to advanced strategies.<\/p>\n                    <ul class=\"product-features\">\n                        <li>8 video modules (12+ hours)<\/li>\n                        <li>Workbooks downloadable<\/li>\n                        <li>Certificate of completion<\/li>\n                        <li>Access to private community<\/li>\n                        <li>Q strangerA monthly with Aurelio Tamarit<\/li>\n                    <\/ul>\n                    <div class=\"product-price\">\n                        <span class=\"price-current\">$97<\/span>\n                        <span class=\"price-period\">USD (unique position)<\/span>\n                    <\/div>\n                    <a href=\"https:\/\/buy.stripe.com\/7sYbJ06h05wpfK8frkbQY00\" class=\"btn-buy\">Buy now <i class=\"fas fa-arrow-right\"><\/i>\n                    <\/a>\n                <\/div>\n            <\/div>\n            \n            <!-- CTREP Certification -->\n            <div class=\"product-card\">\n                <div class=\"product-badge\">Premium<\/div>\n                <div class=\"product-image\">\n                    <i class=\"fas fa-certificate\"><\/i>\n                <\/div>\n                <div class=\"product-content\">\n                    <div class=\"product-category\">Professional certification<\/div>\n                    <h3 class=\"product-title\">CTREP &#8211; Certified Tokenized Real Estate Professional<\/h3>\n                    <p class=\"product-description\">12-week certification program for professionals who want to specialize in real estate tokenizado.<\/p>\n                    <ul class=\"product-features\">\n                        <li>40+ hours of advanced content<\/li>\n                        <li>Monthly group<\/li>\n                        <li>Access to exclusive flow deal<\/li>\n                        <li>Verifiable digital badge<\/li>\n                        <li>1 year Academy membership<\/li>\n                        <li>Official review and certification<\/li>\n                    <\/ul>\n                    <div class=\"product-price\">\n                        <span class=\"price-current\">$2,497<\/span>\n                        <span class=\"price-period\">USD (or 3 payments of $897)<\/span>\n                    <\/div>\n                    <a href=\"https:\/\/buy.stripe.com\/7sYbJ06h05wpfK8frkbQY00\" class=\"btn-buy\">Inscribe me <i class=\"fas fa-arrow-right\"><\/i>\n                    <\/a>\n                <\/div>\n            <\/div>\n            \n            <!-- Guidebooks -->\n            <div class=\"product-card\">\n                <div class=\"product-image\">\n                    <i class=\"fas fa-book\"><\/i>\n                <\/div>\n                <div class=\"product-content\">\n                    <div class=\"product-category\">Country guides<\/div>\n                    <h3 class=\"product-title\">Guidebook: How to Invest in Real Estate USA from your country<\/h3>\n                    <p class=\"product-description\">Complete and specific guide to your jurisdiction: legal structure, taxation, treaties and step-by-step process.<\/p>\n                    <ul class=\"product-features\">\n                        <li>80-page interactive PDF<\/li>\n                        <li>Video walkthrough (60 min)<\/li>\n                        <li>Optimal legal structure<\/li>\n                        <li>Detailed tax treatment<\/li>\n                        <li>Document templates<\/li>\n                        <li>Updates for 1 year<\/li>\n                    <\/ul>\n                    <div class=\"product-price\">\n                        <span class=\"price-current\">$47<\/span>\n                        <span class=\"price-period\">USD per country<\/span>\n                    <\/div>\n                    <a href=\"https:\/\/buy.stripe.com\/7sYbJ06h05wpfK8frkbQY00\" class=\"btn-buy\">Download Guide <i class=\"fas fa-arrow-right\"><\/i>\n                    <\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- MEMBRES&Iacute;AS -->\n<section class=\"category-section\" id=\"membresias\">\n    <div class=\"container\">\n        <div class=\"section-header\">\n            <div class=\"section-label\">Exclusive Memberships<\/div>\n            <h2>Aurema <span>Insider<\/span><\/h2>\n            <p>Early access, exclusive research and community of institutional investors.<\/p>\n        <\/div>\n        \n        <div class=\"membership-grid\">\n            <!-- Silver -->\n            <div class=\"membership-card\">\n                <div class=\"membership-tier\">Silver<\/div>\n                <h3 class=\"membership-title\">Basic Insider<\/h3>\n                <div class=\"membership-price\">$120<\/div>\n                <div class=\"membership-period\">USD\/month<\/div>\n                <ul class=\"membership-features\">\n                    <li>Advance access 48h to offerings<\/li>\n                    <li>Exclusive quarterly reports<\/li>\n                    <li>Monthly webinars with experts<\/li>\n                    <li>Private Community (Discord)<\/li>\n                    <li>Daily Newsletter &#8220;The Tokenized Edge&#8221;<\/li>\n                    <li>Event Discounts (20%)<\/li>\n                <\/ul>\n                <a href=\"https:\/\/buy.stripe.com\/7sYbJ06h05wpfK8frkbQY00\" class=\"btn-buy\">Subscribe <i class=\"fas fa-arrow-right\"><\/i>\n                <\/a>\n            <\/div>\n            \n            <!-- Gold (Featured) -->\n            <div class=\"membership-card featured\">\n                <div class=\"featured-badge\">Popular<\/div>\n                <div class=\"membership-tier\">Gold<\/div>\n                <h3 class=\"membership-title\">Insider Premium<\/h3>\n                <div class=\"membership-price\">$300<\/div>\n                <div class=\"membership-period\">USD\/month<\/div>\n                <ul class=\"membership-features\">\n                    <li>All about Silver.<\/li>\n                    <li>Advance access 72h to offerings<\/li>\n                    <li>Quarterly calls 1:1 with equipment<\/li>\n                    <li>In-depth market analysis<\/li>\n                    <li>Priority in bookings ($100K\/ofrenda)<\/li>\n                    <li>Discounts on events (30%)<\/li>\n                    <li>Direct line with investment team<\/li>\n                <\/ul>\n                <a href=\"https:\/\/buy.stripe.com\/7sYbJ06h05wpfK8frkbQY00\" class=\"btn-buy\">Subscribe <i class=\"fas fa-arrow-right\"><\/i>\n                <\/a>\n            <\/div>\n            \n            <!-- Platinum -->\n            <div class=\"membership-card\">\n                <div class=\"membership-tier\">Platinum<\/div>\n                <h3 class=\"membership-title\">Insider VIP<\/h3>\n                <div class=\"membership-price\">$1,000<\/div>\n                <div class=\"membership-period\">USD\/month<\/div>\n                <ul class=\"membership-features\">\n                    <li>Everything about Gold<\/li>\n                    <li>Concierge dedicated staff<\/li>\n                    <li>Co-investment opportunities<\/li>\n                    <li>Access to deal flow institutional<\/li>\n                    <li>Exclusive VIP Events<\/li>\n                    <li>Board advisory opportunities<\/li>\n                    <li>Networking with Family Offices<\/li>\n                <\/ul>\n                <a href=\"https:\/\/buy.stripe.com\/7sYbJ06h05wpfK8frkbQY00\" class=\"btn-buy\">Contact <i class=\"fas fa-arrow-right\"><\/i>\n                <\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- RESEARCH -->\n<section class=\"category-section\" id=\"research\">\n    <div class=\"container\">\n        <div class=\"section-header\">\n            <div class=\"section-label\">Research &quot; Analysis<\/div>\n            <h2>Intelligence <span>Market<\/span><\/h2>\n            <p>Institutional reports and personalized analysis for informed decisions.<\/p>\n        <\/div>\n        \n        <div class=\"product-grid\">\n            <!-- Annual Report -->\n            <div class=\"product-card\">\n                <div class=\"product-badge\">New 2026<\/div>\n                <div class=\"product-image\">\n                    <i class=\"fas fa-chart-line\"><\/i>\n                <\/div>\n                <div class=\"product-content\">\n                    <div class=\"product-category\">Annual report<\/div>\n                    <h3 class=\"product-title\">Aurema Research Annual Report 2026<\/h3>\n                    <p class=\"product-description\">Complete analysis of 20+ global markets, projections and case studies.<\/p>\n                    <ul class=\"product-features\">\n                        <li>120 p&aacute;ginas de an&aacute;lisis profundo<\/li>\n                        <li>Data room access (1 a&ntilde;o)<\/li>\n                        <li>Modelos financieros Excel<\/li>\n                        <li>Entrevistas con expertos<\/li>\n                        <li>Proyecciones 2026-2027<\/li>\n                        <li>Actualizaciones trimestrales<\/li>\n                    <\/ul>\n                    <div class=\"product-price\">\n                        <span class=\"price-current\">$297<\/span>\n                        <span class=\"price-period\">USD (PDF + online)<\/span>\n                    <\/div>\n                    <a href=\"https:\/\/buy.stripe.com\/7sYbJ06h05wpfK8frkbQY00\" class=\"btn-buy\">\n                        Comprar Reporte <i class=\"fas fa-arrow-right\"><\/i>\n                    <\/a>\n                <\/div>\n            <\/div>\n            \n            <!-- Quarterly Brief -->\n            <div class=\"product-card\">\n                <div class=\"product-image\">\n                    <i class=\"fas fa-file-alt\"><\/i>\n                <\/div>\n                <div class=\"product-content\">\n                    <div class=\"product-category\">Suscripci&oacute;n Trimestral<\/div>\n                    <h3 class=\"product-title\">Quarterly Market Intelligence Brief<\/h3>\n                    <p class=\"product-description\">Reportes trimestrales con an&aacute;lisis de performance, tendencias y nuevas oportunidades.<\/p>\n                    <ul class=\"product-features\">\n                        <li>Reporte de 30 p&aacute;ginas cada trimestre<\/li>\n                        <li>Webinar exclusivo (60 min)<\/li>\n                        <li>Actualizaciones regulatorias<\/li>\n                        <li>Nuevas oportunidades de inversi&oacute;n<\/li>\n                        <li>Acceso a archive completo<\/li>\n                        <li>Ahorro de 25% vs compra individual<\/li>\n                    <\/ul>\n                    <div class=\"product-price\">\n                        <span class=\"price-current\">$297<\/span>\n                        <span class=\"price-period\">USD \/ a&ntilde;o (suscripci&oacute;n)<\/span>\n                    <\/div>\n                    <a href=\"https:\/\/buy.stripe.com\/7sYbJ06h05wpfK8frkbQY00\" class=\"btn-buy\">\n                        Suscribirse <i class=\"fas fa-arrow-right\"><\/i>\n                    <\/a>\n                <\/div>\n            <\/div>\n            \n            <!-- Custom Analysis -->\n            <div class=\"product-card\">\n                <div class=\"product-badge\">Personalizado<\/div>\n                <div class=\"product-image\">\n                    <i class=\"fas fa-user-tie\"><\/i>\n                <\/div>\n                <div class=\"product-content\">\n                    <div class=\"product-category\">An&aacute;lisis Personalizado<\/div>\n                    <h3 class=\"product-title\">Custom Portfolio Analysis<\/h3>\n                    <p class=\"product-description\">An&aacute;lisis personalizado de tu situaci&oacute;n financiera con recomendaciones espec&iacute;ficas.<\/p>\n                    <ul class=\"product-features\">\n                        <li>Call de descubrimiento (60 min)<\/li>\n                        <li>An&aacute;lisis de cartera actual<\/li>\n                        <li>Reporte escrito (20 p&aacute;ginas)<\/li>\n                        <li>Simulaci&oacute;n de escenarios<\/li>\n                        <li>Call de presentaci&oacute;n (45 min)<\/li>\n                        <li>Follow-up a 30 d&iacute;as<\/li>\n                    <\/ul>\n                    <div class=\"product-price\">\n                        <span class=\"price-current\">$1,500<\/span>\n                        <span class=\"price-period\">USD (servicio completo)<\/span>\n                    <\/div>\n                    <a href=\"https:\/\/buy.stripe.com\/7sYbJ06h05wpfK8frkbQY00\" class=\"btn-buy\">\n                        Agendar An&aacute;lisis <i class=\"fas fa-arrow-right\"><\/i>\n                    <\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- CONSULTOR&Iacute;A -->\n<section class=\"category-section\" id=\"consultoria\">\n    <div class=\"container\">\n        <div class=\"section-header\">\n            <div class=\"section-label\">Consultor&iacute;a &#038; Servicios<\/div>\n            <h2>Asesor&iacute;a <span>Personalizada<\/span><\/h2>\n            <p>Acceso directo a expertos y servicios premium para inversores institucionales.<\/p>\n        <\/div>\n        \n        <div class=\"product-grid\">\n            <!-- Strategy Session -->\n            <div class=\"product-card\">\n                <div class=\"product-image\">\n                    <i class=\"fas fa-comments\"><\/i>\n                <\/div>\n                <div class=\"product-content\">\n                    <div class=\"product-category\">Sesi&oacute;n 1:1<\/div>\n                    <h3 class=\"product-title\">Strategy Session con Aurelio Tamarit<\/h3>\n                    <p class=\"product-description\">Sesi&oacute;n privada de 60 minutos con el CEO para estrategia de inversi&oacute;n personalizada.<\/p>\n                    <ul class=\"product-features\">\n                        <li>Sesi&oacute;n de 60 minutos via Zoom<\/li>\n                        <li>Revisi&oacute;n de objetivos financieros<\/li>\n                        <li>Recomendaciones espec&iacute;ficas<\/li>\n                        <li>Grabaci&oacute;n de la sesi&oacute;n<\/li>\n                        <li>Email de follow-up<\/li>\n                        <li>Limitado: 10 sesiones\/mes<\/li>\n                    <\/ul>\n                    <div class=\"product-price\">\n                        <span class=\"price-current\">$500<\/span>\n                        <span class=\"price-period\">USD (60 minutos)<\/span>\n                    <\/div>\n                    <a href=\"https:\/\/buy.stripe.com\/7sYbJ06h05wpfK8frkbQY00\" class=\"btn-buy\">\n                        Reservar Sesi&oacute;n <i class=\"fas fa-arrow-right\"><\/i>\n                    <\/a>\n                <\/div>\n            <\/div>\n            \n            <!-- Accredited Verification -->\n            <div class=\"product-card\">\n                <div class=\"product-image\">\n                    <i class=\"fas fa-id-badge\"><\/i>\n                <\/div>\n                <div class=\"product-content\">\n                    <div class=\"product-category\">Servicio Legal<\/div>\n                    <h3 class=\"product-title\">Accredited Investor Verification<\/h3>\n                    <p class=\"product-description\">Verificaci&oacute;n profesional de estatus de inversor acreditado, v&aacute;lida para todas las plataformas.<\/p>\n                    <ul class=\"product-features\">\n                        <li>Revisi&oacute;n de documentaci&oacute;n<\/li>\n                        <li>Carta firmada por CPA\/abogado<\/li>\n                        <li>V&aacute;lida por 12 meses<\/li>\n                        <li>Aceptada en todas las plataformas<\/li>\n                        <li>Soporte de compliance<\/li>\n                        <li>Renovaci&oacute;n: $97\/a&ntilde;o<\/li>\n                    <\/ul>\n                    <div class=\"product-price\">\n                        <span class=\"price-current\">$197<\/span>\n                        <span class=\"price-period\">USD (servicio completo)<\/span>\n                    <\/div>\n                    <a href=\"https:\/\/buy.stripe.com\/7sYbJ06h05wpfK8frkbQY00\" class=\"btn-buy\">\n                        Verificar Estatus <i class=\"fas fa-arrow-right\"><\/i>\n                    <\/a>\n                <\/div>\n            <\/div>\n            \n            <!-- Family Office Package -->\n            <div class=\"product-card\">\n                <div class=\"product-badge\">Institucional<\/div>\n                <div class=\"product-image\">\n                    <i class=\"fas fa-building\"><\/i>\n                <\/div>\n                <div class=\"product-content\">\n                    <div class=\"product-category\">Servicio Premium<\/div>\n                    <h3 class=\"product-title\">Family Office Onboarding Package<\/h3>\n                    <p class=\"product-description\">Acompa&ntilde;amiento completo para Family Offices: due diligence, estructuraci&oacute;n y onboarding.<\/p>\n                    <ul class=\"product-features\">\n                        <li>Due diligence de 3-5 activos<\/li>\n                        <li>Estructuraci&oacute;n legal &oacute;ptima<\/li>\n                        <li>Conexi&oacute;n con counsel especializado<\/li>\n                        <li>Setup de cuenta institucional<\/li>\n                        <li>Training para equipo (4 horas)<\/li>\n                        <li>6 meses de soporte prioritario<\/li>\n                    <\/ul>\n                    <div class=\"product-price\">\n                        <span class=\"price-current\">$5,000<\/span>\n                        <span class=\"price-period\">USD (servicio completo)<\/span>\n                    <\/div>\n                    <a href=\"https:\/\/buy.stripe.com\/7sYbJ06h05wpfK8frkbQY00\" class=\"btn-buy\">\n                        Contactar <i class=\"fas fa-arrow-right\"><\/i>\n                    <\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- BUNDLES -->\n<section class=\"category-section\" id=\"bundles\">\n    <div class=\"container\">\n        <div class=\"section-header\">\n            <div class=\"section-label\">Bundles Especiales<\/div>\n            <h2>Paquetes con <span>Descuento<\/span><\/h2>\n            <p>Combinaciones estrat&eacute;gicas de productos con ahorros significativos.<\/p>\n        <\/div>\n        \n        <!-- New Investor Starter Pack -->\n        <div class=\"bundle-card\">\n            <div class=\"bundle-header\">\n                <div>\n                    <h3 class=\"bundle-title\">New Investor Starter Pack<\/h3>\n                    <p style=\"color: var(--gray-light);\">Todo lo que necesitas para empezar con confianza<\/p>\n                <\/div>\n                <div class=\"bundle-savings\">Ahorra 44%<\/div>\n            <\/div>\n            <div class=\"bundle-content\">\n                <div class=\"bundle-includes\">\n                    <h4>Incluye:<\/h4>\n                    <ul>\n                        <li>Masterclass completa ($97 value)<\/li>\n                        <li>Guidebook de tu pa&iacute;s ($47 value)<\/li>\n                        <li>3 meses de Aurema Insider ($360 value)<\/li>\n                        <li>Accredited Investor Verification ($197 value)<\/li>\n                        <li>1 Strategy Session de 30 min ($250 value)<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"bundle-price-section\">\n                    <div class=\"bundle-original-price\">$891 USD<\/div>\n                    <div class=\"bundle-final-price\">$497<\/div>\n                    <a href=\"https:\/\/buy.stripe.com\/7sYbJ06h05wpfK8frkbQY00\" class=\"btn-buy\">\n                        Comprar Bundle <i class=\"fas fa-arrow-right\"><\/i>\n                    <\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <!-- Professional Advisor Package -->\n        <div class=\"bundle-card\">\n            <div class=\"bundle-header\">\n                <div>\n                    <h3 class=\"bundle-title\">Professional Advisor Package<\/h3>\n                    <p style=\"color: var(--gray-light);\">Para wealth advisors, financial planners y real estate agents<\/p>\n                <\/div>\n                <div class=\"bundle-savings\">Ahorra 41%<\/div>\n            <\/div>\n            <div class=\"bundle-content\">\n                <div class=\"bundle-includes\">\n                    <h4>Incluye:<\/h4>\n                    <ul>\n                        <li>Certificaci&oacute;n CTREP completa ($2,497 value)<\/li>\n                        <li>Annual Research Report + Corporate License ($997 value)<\/li>\n                        <li>1 a&ntilde;o de Aurema Insider Gold ($3,600 value)<\/li>\n                        <li>4 Strategy Sessions ($2,000 value)<\/li>\n                        <li>Materiales de marketing co-branded<\/li>\n                        <li>Revenue share agreement (20% commission)<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"bundle-price-section\">\n                    <div class=\"bundle-original-price\">$5,891 USD<\/div>\n                    <div class=\"bundle-final-price\">$3,497<\/div>\n                    <a href=\"https:\/\/buy.stripe.com\/7sYbJ06h05wpfK8frkbQY00\" class=\"btn-buy\">\n                        Comprar Bundle <i class=\"fas fa-arrow-right\"><\/i>\n                    <\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <!-- VIP Investor Experience -->\n        <div class=\"bundle-card\">\n            <div class=\"bundle-header\">\n                <div>\n                    <h3 class=\"bundle-title\">VIP Investor Experience<\/h3>\n                    <p style=\"color: var(--gray-light);\">La experiencia completa para inversores high-net-worth<\/p>\n                <\/div>\n                <div class=\"bundle-savings\">Ahorra 40%<\/div>\n            <\/div>\n            <div class=\"bundle-content\">\n                <div class=\"bundle-includes\">\n                    <h4>Incluye:<\/h4>\n                    <ul>\n                        <li>Aurema Insider Platinum ($12,000 value)<\/li>\n                        <li>Annual Investor Summit VIP Ticket ($4,000 value)<\/li>\n                        <li>4 Strategy Sessions con Aurelio ($2,000 value)<\/li>\n                        <li>Custom Portfolio Analysis ($1,500 value)<\/li>\n                        <li>Acceso a deal flow institucional exclusivo<\/li>\n                        <li>Concierge dedicado por 12 meses<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"bundle-price-section\">\n                    <div class=\"bundle-original-price\">$12,500 USD<\/div>\n                    <div class=\"bundle-final-price\">$7,500<\/div>\n                    <a href=\"https:\/\/buy.stripe.com\/7sYbJ06h05wpfK8frkbQY00\" class=\"btn-buy\">\n                        Comprar Bundle <i class=\"fas fa-arrow-right\"><\/i>\n                    <\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- CTA SECTION -->\n<section class=\"cta-section\">\n    <div class=\"container\">\n        <div class=\"cta-content\">\n            <h2>&iquest;Preguntas sobre nuestros <span>productos<\/span>?<\/h2>\n            <p>Nuestro equipo est&aacute; disponible para ayudarte a elegir el producto perfecto para tus objetivos de inversi&oacute;n.<\/p>\n            <a href=\"mailto:store@aurema-group.com\" class=\"btn-buy\" style=\"max-width: 400px; margin: 0 auto;\">\n                Contactar Equipo <i class=\"fas fa-envelope\"><\/i>\n            <\/a>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- FOOTER -->\n<footer class=\"footer\">\n    <div class=\"container\">\n        <div class=\"footer-content\">\n            <p>&copy; 2026 Aurema Group Store. Todos los derechos reservados.<\/p>\n            <p style=\"margin-top: 1rem; font-size: 0.85rem;\">Los productos educativos no constituyen asesoramiento de inversi&oacute;n. Consulta con profesionales antes de invertir.<\/p>\n            \n            <div class=\"footer-links\">\n                <a href=\"#\">T&eacute;rminos y Condiciones<\/a>\n                <a href=\"#\">Pol&iacute;tica de Privacidad<\/a>\n                <a href=\"#\">Pol&iacute;tica de Reembolso<\/a>\n                <a href=\"#\">Soporte<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/footer>\n\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>Aurema Store | Products for Institutional Investors AUREMA STORE Education Memberships Research Consulting Bundles SHOP AUREMA GROUP Products for Institutional investors Education, exclusive access, institutional level research and personalized consultancy to accelerate your success in real estate tokenizado. Premium Education Learn from the better. Educational programs designed by institutional experts for serious investors. Bestseller Online [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-687","page","type-page","status-publish","hentry"],"acf":[],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/invest.aurema-group.com\/en\/wp-json\/wp\/v2\/pages\/687","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/invest.aurema-group.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/invest.aurema-group.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/invest.aurema-group.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/invest.aurema-group.com\/en\/wp-json\/wp\/v2\/comments?post=687"}],"version-history":[{"count":2,"href":"https:\/\/invest.aurema-group.com\/en\/wp-json\/wp\/v2\/pages\/687\/revisions"}],"predecessor-version":[{"id":780,"href":"https:\/\/invest.aurema-group.com\/en\/wp-json\/wp\/v2\/pages\/687\/revisions\/780"}],"wp:attachment":[{"href":"https:\/\/invest.aurema-group.com\/en\/wp-json\/wp\/v2\/media?parent=687"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}