{"id":550,"date":"2026-05-13T04:29:46","date_gmt":"2026-05-13T04:29:46","guid":{"rendered":"https:\/\/invest.aurema-group.com\/?p=550"},"modified":"2026-06-17T18:45:37","modified_gmt":"2026-06-17T18:45:37","slug":"aurema-group-pipeline-de-proyectos-tokenizacion-de-activos-reales","status":"publish","type":"post","link":"https:\/\/invest.aurema-group.com\/en\/aurema-group-pipeline-de-proyectos-tokenizacion-de-activos-reales\/","title":{"rendered":"Aurema Group \u0394 Pipeline de Proyectos &#8211; Tokenizaci\u00f3n de Asivos Reales"},"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    <title>Aurema Group | Pipeline de Proyectos &#8211; Tokenizaci&oacute;n de Activos Reales<\/title>\n    <meta name=\"description\" content=\"Pipeline institucional de Aurema Group para tokenizaci&oacute;n de activos reales. Estructura cross-border, compliance MiCA\/SEC, blockchain ERC-3643.\">\n    \n    <!-- 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=Cinzel:wght@400;500;600;700&#038;family=Inter:wght@300;400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n    \n    <!-- Tailwind CSS -->\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    \n    <script>\n        tailwind.config = {\n            theme: {\n                extend: {\n                    fontFamily: {\n                        cinzel: ['Cinzel', 'serif'],\n                        inter: ['Inter', 'sans-serif'],\n                    },\n                    colors: {\n                        gold: {\n                            100: '#F9F1D8',\n                            200: '#F0DEAA',\n                            300: '#E6CB7D',\n                            400: '#D4AF37',\n                            500: '#C5A028',\n                            600: '#B8860B',\n                            700: '#996515',\n                            800: '#7A500F',\n                            900: '#5C3D0A',\n                        },\n                        black: {\n                            50: '#F5F5F5',\n                            100: '#E0E0E0',\n                            200: '#C7C7C7',\n                            300: '#A0A0A0',\n                            400: '#757575',\n                            500: '#525252',\n                            600: '#404040',\n                            700: '#333333',\n                            800: '#262626',\n                            900: '#171717',\n                            950: '#0A0A0A',\n                        }\n                    },\n                    animation: {\n                        'fade-in': 'fadeIn 0.8s ease-in',\n                        'slide-up': 'slideUp 0.8s ease-out',\n                        'glow': 'glow 2s ease-in-out infinite alternate',\n                    },\n                    keyframes: {\n                        fadeIn: {\n                            '0%': { opacity: '0' },\n                            '100%': { opacity: '1' },\n                        },\n                        slideUp: {\n                            '0%': { transform: 'translateY(30px)', opacity: '0' },\n                            '100%': { transform: 'translateY(0)', opacity: '1' },\n                        },\n                        glow: {\n                            '0%': { boxShadow: '0 0 20px rgba(212, 175, 55, 0.3)' },\n                            '100%': { boxShadow: '0 0 40px rgba(212, 175, 55, 0.6)' },\n                        }\n                    }\n                }\n            }\n        }\n    <\/script>\n    \n    <style>\n        body {\n            background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);\n            color: #e5e5e5;\n            font-family: 'Inter', sans-serif;\n        }\n        \n        .gold-gradient {\n            background: linear-gradient(135deg, #D4AF37 0%, #F0DEAA 50%, #B8860B 100%);\n        }\n        \n        .gold-gradient-text {\n            background: linear-gradient(135deg, #D4AF37 0%, #F0DEAA 50%, #B8860B 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n        \n        .glass-gold {\n            background: rgba(212, 175, 55, 0.05);\n            backdrop-filter: blur(10px);\n            border: 1px solid rgba(212, 175, 55, 0.2);\n        }\n        \n        .gold-border {\n            border: 1px solid rgba(212, 175, 55, 0.3);\n        }\n        \n        .gold-glow {\n            box-shadow: 0 0 30px rgba(212, 175, 55, 0.3);\n        }\n        \n        .phase-card {\n            transition: all 0.3s ease;\n        }\n        \n        .phase-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 20px 40px rgba(212, 175, 55, 0.2);\n        }\n        \n        .timeline-line {\n            background: linear-gradient(to bottom, #D4AF37, #B8860B, #D4AF37);\n        }\n        \n        .metric-card {\n            background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(184, 134, 11, 0.05) 100%);\n        }\n        \n        .nav-link {\n            position: relative;\n            transition: color 0.3s;\n        }\n        \n        .nav-link::after {\n            content: '';\n            position: absolute;\n            bottom: -5px;\n            left: 0;\n            width: 0;\n            height: 2px;\n            background: linear-gradient(90deg, #D4AF37, #B8860B);\n            transition: width 0.3s;\n        }\n        \n        .nav-link:hover::after {\n            width: 100%;\n        }\n        \n        .nav-link:hover {\n            color: #D4AF37;\n        }\n        \n        .section-title::before {\n            content: '';\n            display: block;\n            width: 60px;\n            height: 3px;\n            background: linear-gradient(90deg, #D4AF37, #B8860B);\n            margin-bottom: 1rem;\n        }\n        \n        table {\n            border-collapse: separate;\n            border-spacing: 0;\n        }\n        \n        th {\n            background: rgba(212, 175, 55, 0.1);\n            border-bottom: 2px solid #D4AF37;\n        }\n        \n        td {\n            border-bottom: 1px solid rgba(212, 175, 55, 0.2);\n        }\n        \n        tr:hover td {\n            background: rgba(212, 175, 55, 0.05);\n        }\n    <\/style>\n<\/head>\n<body class=\"antialiased\">\n\n    <!-- Navigation -->\n    <nav class=\"fixed top-0 w-full z-50 glass-gold border-b border-gold-400\/20\">\n        <div class=\"container mx-auto px-6 py-4 flex justify-between items-center\">\n            <div class=\"flex items-center space-x-3\">\n                <div class=\"w-12 h-12 gold-gradient rounded-lg flex items-center justify-center\">\n                    <span class=\"font-cinzel font-bold text-black text-2xl\">A<\/span>\n                <\/div>\n                <div>\n                    <span class=\"font-cinzel font-bold text-2xl gold-gradient-text\">AUREMA GROUP<\/span>\n                    <p class=\"text-xs text-gold-400\/70 tracking-widest\">PIPELINE DE PROYECTOS<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"hidden lg:flex space-x-8\">\n                <a href=\"#overview\" class=\"nav-link text-sm uppercase tracking-wider\">Visi&oacute;n General<\/a>\n                <a href=\"#fases\" class=\"nav-link text-sm uppercase tracking-wider\">Fases<\/a>\n                <a href=\"#tecnologia\" class=\"nav-link text-sm uppercase tracking-wider\">Tecnolog&iacute;a<\/a>\n                <a href=\"#kpis\" class=\"nav-link text-sm uppercase tracking-wider\">KPIs<\/a>\n                <a href=\"#gobernanza\" class=\"nav-link text-sm uppercase tracking-wider\">Gobernanza<\/a>\n            <\/div>\n        <\/div>\n    <\/nav>\n\n    <!-- Hero Section -->\n    <section class=\"relative min-h-screen flex items-center justify-center pt-20 overflow-hidden\">\n        <!-- Background Effects -->\n        <div class=\"absolute inset-0 bg-[radial-gradient(ellipse_at_top_right,_var(--tw-gradient-stops))] from-gold-900\/20 via-black to-black\"><\/div>\n        <div class=\"absolute top-1\/4 left-1\/4 w-96 h-96 bg-gold-600\/10 rounded-full blur-3xl animate-pulse\"><\/div>\n        <div class=\"absolute bottom-1\/4 right-1\/4 w-96 h-96 bg-gold-800\/10 rounded-full blur-3xl animate-pulse\" style=\"animation-delay: -2s;\"><\/div>\n        \n        <div class=\"container mx-auto px-6 relative z-10 text-center\">\n            <div class=\"mb-8 animate-fade-in\">\n                <span class=\"inline-block px-6 py-3 rounded-full border border-gold-400\/30 bg-gold-900\/20 text-gold-400 font-cinzel text-sm tracking-[0.3em] mb-6\">ESTRUCTURA INSTITUCIONAL CROSS-BORDER<\/span>\n            <\/div>\n            \n            <h1 class=\"font-cinzel font-bold text-5xl md:text-7xl lg:text-8xl mb-8 leading-tight animate-slide-up\">\n                <span class=\"block gold-gradient-text\">PIPELINE DE<\/span>\n                <span class=\"block text-white mt-2\">PROYECTOS<\/span>\n            <\/h1>\n            \n            <p class=\"text-xl md:text-2xl text-gray-400 max-w-4xl mx-auto mb-12 font-light animate-slide-up\" style=\"animation-delay: 0.2s;\">Del terreno a la distribuci&oacute;n de rendimientos.<span class=\"text-gold-400 font-semibold\">Tokenizaci&oacute;n institucional<\/span>de activos reales \n                con compliance MiCA\/SEC y blockchain ERC-3643.<\/p>\n            \n            <div class=\"flex flex-col md:flex-row justify-center gap-6 mb-16 animate-slide-up\" style=\"animation-delay: 0.4s;\">\n                <a href=\"#fases\" class=\"gold-gradient text-black font-cinzel font-bold px-10 py-5 rounded-lg text-lg hover:scale-105 transition transform gold-glow\">Explorar Fases del Pipeline<\/a>\n                <a href=\"#tecnologia\" class=\"border-2 border-gold-400\/30 text-gold-400 font-cinzel font-bold px-10 py-5 rounded-lg text-lg hover:bg-gold-900\/20 transition\">Ver Stack Tecnol&oacute;gico<\/a>\n            <\/div>\n            \n            <!-- Stats -->\n            <div class=\"grid grid-cols-2 md:grid-cols-4 gap-8 max-w-5xl mx-auto animate-slide-up\" style=\"animation-delay: 0.6s;\">\n                <div class=\"glass-gold p-6 rounded-xl gold-border\">\n                    <div class=\"font-cinzel font-bold text-4xl text-gold-400 mb-2\">6-7<\/div>\n                    <div class=\"text-sm text-gray-400\">Fases del Proceso<\/div>\n                <\/div>\n                <div class=\"glass-gold p-6 rounded-xl gold-border\">\n                    <div class=\"font-cinzel font-bold text-4xl text-gold-400 mb-2\">12-16<\/div>\n                    <div class=\"text-sm text-gray-400\">Semanas hasta Funding<\/div>\n                <\/div>\n                <div class=\"glass-gold p-6 rounded-xl gold-border\">\n                    <div class=\"font-cinzel font-bold text-4xl text-gold-400 mb-2\">&euro;500K+<\/div>\n                    <div class=\"text-sm text-gray-400\">Valor M&iacute;nimo por Proyecto<\/div>\n                <\/div>\n                <div class=\"glass-gold p-6 rounded-xl gold-border\">\n                    <div class=\"font-cinzel font-bold text-4xl text-gold-400 mb-2\">100%<\/div>\n                    <div class=\"text-sm text-gray-400\">Compliance MiCA\/SEC<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Overview Section -->\n    <section id=\"overview\" class=\"py-32 relative\">\n        <div class=\"container mx-auto px-6\">\n            <div class=\"text-center mb-20\">\n                <h2 class=\"font-cinzel font-bold text-4xl md:text-5xl mb-6 gold-gradient-text section-title inline-block\">VISI&Oacute;N GENERAL DEL PIPELINE<\/h2>\n                <p class=\"text-xl text-gray-400 max-w-3xl mx-auto mt-8\">Estructura operativa completa para tokenizar activos reales desde la captaci&oacute;n del terreno \n                    hasta la distribuci&oacute;n de rendimientos y estrategias de salida.<\/p>\n            <\/div>\n            \n            <div class=\"grid md:grid-cols-2 lg:grid-cols-3 gap-8 mb-20\">\n                <div class=\"glass-gold p-8 rounded-2xl gold-border phase-card\">\n                    <div class=\"text-5xl mb-4\">&#127959;&#65039;<\/div>\n                    <h3 class=\"font-cinzel font-bold text-xl mb-3 text-gold-400\">Estructura Legal<\/h3>\n                    <p class=\"text-gray-400 text-sm\">Delaware LLC &rarr; Estonia O&Uuml; &rarr; Spanish SL. Aislamiento de riesgos por SPV y cumplimiento cross-border.<\/p>\n                <\/div>\n                \n                <div class=\"glass-gold p-8 rounded-2xl gold-border phase-card\">\n                    <div class=\"text-5xl mb-4\">&#9939;&#65039;<\/div>\n                    <h3 class=\"font-cinzel font-bold text-xl mb-3 text-gold-400\">Blockchain ERC-3643<\/h3>\n                    <p class=\"text-gray-400 text-sm\">Tokens de seguridad con compliance on-chain, KYC\/AML automatizado y transferencias restringidas.<\/p>\n                <\/div>\n                \n                <div class=\"glass-gold p-8 rounded-2xl gold-border phase-card\">\n                    <div class=\"text-5xl mb-4\">&#128202;<\/div>\n                    <h3 class=\"font-cinzel font-bold text-xl mb-3 text-gold-400\">Automatizaci&oacute;n Total<\/h3>\n                    <p class=\"text-gray-400 text-sm\">Smart contracts para distribuciones de dividendos, reporting fiscal y gobernanza automatizada.<\/p>\n                <\/div>\n            <\/div>\n            \n            <!-- Pipeline Flow Diagram -->\n            <div class=\"glass-gold p-12 rounded-3xl gold-border\">\n                <h3 class=\"font-cinzel font-bold text-2xl mb-8 text-center gold-gradient-text\">FLUJO COMPLETO DEL PIPELINE<\/h3>\n                <div class=\"relative\">\n                    <div class=\"hidden md:block absolute top-1\/2 left-0 right-0 h-1 timeline-line -translate-y-1\/2 rounded-full\"><\/div>\n                    <div class=\"grid grid-cols-2 md:grid-cols-7 gap-4\">\n                        <div class=\"text-center relative z-10\">\n                            <div class=\"w-16 h-16 gold-gradient rounded-full flex items-center justify-center font-cinzel font-bold text-black text-xl mx-auto mb-3 gold-glow\">0<\/div>\n                            <p class=\"text-xs font-semibold text-gold-400\">Sourcing<\/p>\n                        <\/div>\n                        <div class=\"text-center relative z-10\">\n                            <div class=\"w-16 h-16 gold-gradient rounded-full flex items-center justify-center font-cinzel font-bold text-black text-xl mx-auto mb-3 gold-glow\">1<\/div>\n                            <p class=\"text-xs font-semibold text-gold-400\">Due Diligence<\/p>\n                        <\/div>\n                        <div class=\"text-center relative z-10\">\n                            <div class=\"w-16 h-16 gold-gradient rounded-full flex items-center justify-center font-cinzel font-bold text-black text-xl mx-auto mb-3 gold-glow\">2<\/div>\n                            <p class=\"text-xs font-semibold text-gold-400\">Tokenizaci&oacute;n<\/p>\n                        <\/div>\n                        <div class=\"text-center relative z-10\">\n                            <div class=\"w-16 h-16 gold-gradient rounded-full flex items-center justify-center font-cinzel font-bold text-black text-xl mx-auto mb-3 gold-glow\">3<\/div>\n                            <p class=\"text-xs font-semibold text-gold-400\">Placement<\/p>\n                        <\/div>\n                        <div class=\"text-center relative z-10\">\n                            <div class=\"w-16 h-16 gold-gradient rounded-full flex items-center justify-center font-cinzel font-bold text-black text-xl mx-auto mb-3 gold-glow\">4<\/div>\n                            <p class=\"text-xs font-semibold text-gold-400\">Ejecuci&oacute;n<\/p>\n                        <\/div>\n                        <div class=\"text-center relative z-10\">\n                            <div class=\"w-16 h-16 gold-gradient rounded-full flex items-center justify-center font-cinzel font-bold text-black text-xl mx-auto mb-3 gold-glow\">5<\/div>\n                            <p class=\"text-xs font-semibold text-gold-400\">Distribuci&oacute;n<\/p>\n                        <\/div>\n                        <div class=\"text-center relative z-10\">\n                            <div class=\"w-16 h-16 gold-gradient rounded-full flex items-center justify-center font-cinzel font-bold text-black text-xl mx-auto mb-3 gold-glow\">6<\/div>\n                            <p class=\"text-xs font-semibold text-gold-400\">Exit<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Fases Detalladas -->\n    <section id=\"fases\" class=\"py-32 relative bg-black\/50\">\n        <div class=\"container mx-auto px-6\">\n            <div class=\"text-center mb-20\">\n                <h2 class=\"font-cinzel font-bold text-4xl md:text-5xl mb-6 gold-gradient-text section-title inline-block\">FASES OPERATIVAS DETALLADAS<\/h2>\n                <p class=\"text-xl text-gray-400 max-w-3xl mx-auto mt-8\">Cada fase del pipeline con acciones espec&iacute;ficas, herramientas y deliverables.<\/p>\n            <\/div>\n            \n            <!-- Fase 0 -->\n            <div class=\"mb-16 glass-gold p-8 rounded-2xl gold-border phase-card\">\n                <div class=\"flex items-center mb-6\">\n                    <div class=\"w-12 h-12 gold-gradient rounded-full flex items-center justify-center font-cinzel font-bold text-black text-xl mr-4\">0<\/div>\n                    <div>\n                        <h3 class=\"font-cinzel font-bold text-2xl text-gold-400\">SOURCING &#038; SCREENING<\/h3>\n                        <p class=\"text-gray-400 text-sm\">Identificaci&oacute;n y filtrado inicial de activos<\/p>\n                    <\/div>\n                    <div class=\"ml-auto text-gold-400 font-semibold\">2-3 semanas<\/div>\n                <\/div>\n                \n                <div class=\"grid md:grid-cols-3 gap-6\">\n                    <div>\n                        <h4 class=\"font-cinzel font-semibold text-gold-300 mb-3\">Pasos Clave<\/h4>\n                        <ul class=\"space-y-2 text-sm text-gray-400\">\n                            <li class=\"flex items-start\">\n                                <span class=\"text-gold-400 mr-2\">&#9656;<\/span>\n                                <span>Identificaci&oacute;n de activos (brokers, off-market)<\/span>\n                            <\/li>\n                            <li class=\"flex items-start\">\n                                <span class=\"text-gold-400 mr-2\">&#9656;<\/span>\n                                <span>Filtro por tesis de inversi&oacute;n (ubicaci&oacute;n, zoning)<\/span>\n                            <\/li>\n                            <li class=\"flex items-start\">\n                                <span class=\"text-gold-400 mr-2\">&#9656;<\/span>\n                                <span>An&aacute;lisis de mercado preliminar<\/span>\n                            <\/li>\n                        <\/ul>\n                    <\/div>\n                    <div>\n                        <h4 class=\"font-cinzel font-semibold text-gold-300 mb-3\">Herramientas<\/h4>\n                        <ul class=\"space-y-2 text-sm text-gray-400\">\n                            <li>&bull; CRM (HubSpot\/Salesforce)<\/li>\n                            <li>&bull; LoopNet, Idealista Pro<\/li>\n                            <li>&bull; Scorecard interno (Airtable)<\/li>\n                            <li>&bull; Data macro y reportes sectoriales<\/li>\n                        <\/ul>\n                    <\/div>\n                    <div>\n                        <h4 class=\"font-cinzel font-semibold text-gold-300 mb-3\">Deliverables<\/h4>\n                        <ul class=\"space-y-2 text-sm text-gray-400\">\n                            <li>&#10003; Pipeline inicial (10-15 activos)<\/li>\n                            <li>&#10003; Shortlist (3-5 activos)<\/li>\n                            <li>&#10003; Investment Thesis Brief<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Fase 1 -->\n            <div class=\"mb-16 glass-gold p-8 rounded-2xl gold-border phase-card\">\n                <div class=\"flex items-center mb-6\">\n                    <div class=\"w-12 h-12 gold-gradient rounded-full flex items-center justify-center font-cinzel font-bold text-black text-xl mr-4\">1<\/div>\n                    <div>\n                        <h3 class=\"font-cinzel font-bold text-2xl text-gold-400\">DUE DILIGENCE &#038; STRUCTURING<\/h3>\n                        <p class=\"text-gray-400 text-sm\">Validaci&oacute;n legal, t&eacute;cnica, fiscal y creaci&oacute;n de SPVs<\/p>\n                    <\/div>\n                    <div class=\"ml-auto text-gold-400 font-semibold\">3-4 semanas<\/div>\n                <\/div>\n                \n                <div class=\"overflow-x-auto\">\n                    <table class=\"w-full text-left\">\n                        <thead>\n                            <tr>\n                                <th class=\"p-4 text-gold-300 font-cinzel\">&Aacute;rea<\/th>\n                                <th class=\"p-4 text-gold-300 font-cinzel\">Responsable<\/th>\n                                <th class=\"p-4 text-gold-300 font-cinzel\">Deliverable<\/th>\n                            <\/tr>\n                        <\/thead>\n                        <tbody class=\"text-sm text-gray-400\">\n                            <tr>\n                                <td class=\"p-4 font-semibold text-gold-400\">Legal<\/td>\n                                <td class=\"p-4\">Notario\/Abogado partner<\/td>\n                                <td class=\"p-4\">Informe de titularidad, cargas, licencias<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"p-4 font-semibold text-gold-400\">T&eacute;cnica<\/td>\n                                <td class=\"p-4\">Perito judicial (Aurema)<\/td>\n                                <td class=\"p-4\">Informe de valor, viabilidad constructiva<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"p-4 font-semibold text-gold-400\">Urban&iacute;stica<\/td>\n                                <td class=\"p-4\">Arquitecto\/Consultor<\/td>\n                                <td class=\"p-4\">Estudio de aprovechamiento, usos permitidos<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"p-4 font-semibold text-gold-400\">Fiscal<\/td>\n                                <td class=\"p-4\">Asesor fiscal partner<\/td>\n                                <td class=\"p-4\">An&aacute;lisis de impacto tributario por jurisdicci&oacute;n<\/td>\n                            <\/tr>\n                        <\/tbody>\n                    <\/table>\n                <\/div>\n                \n                <div class=\"mt-6 p-4 bg-gold-900\/20 rounded-lg border border-gold-400\/20\">\n                    <p class=\"text-sm text-gold-300\">\n                        <span class=\"font-semibold\">&#9888;&#65039; Nota de Naming (KB Estonia):<\/span>Los nombres de las SL\/O&Uuml; deben usar solo alfabeto latino, \n                        evitar t&eacute;rminos protegidos (holding, group, consulting, crypto, estate, etc.) y diferir de nombres ya registrados.<span class=\"italic\">Ejemplo v&aacute;lido: AuremaValenciaRes01 OU \/ AuremaPropMgmt SL<\/span>\n                    <\/p>\n                <\/div>\n            <\/div>\n            \n            <!-- Fase 2 -->\n            <div class=\"mb-16 glass-gold p-8 rounded-2xl gold-border phase-card\">\n                <div class=\"flex items-center mb-6\">\n                    <div class=\"w-12 h-12 gold-gradient rounded-full flex items-center justify-center font-cinzel font-bold text-black text-xl mr-4\">2<\/div>\n                    <div>\n                        <h3 class=\"font-cinzel font-bold text-2xl text-gold-400\">TOKENIZATION &#038; COMPLIANCE<\/h3>\n                        <p class=\"text-gray-400 text-sm\">Emisi&oacute;n de tokens ERC-3643 y aprobaci&oacute;n regulatoria<\/p>\n                    <\/div>\n                    <div class=\"ml-auto text-gold-400 font-semibold\">3-4 semanas<\/div>\n                <\/div>\n                \n                <div class=\"grid md:grid-cols-2 gap-8\">\n                    <div>\n                        <h4 class=\"font-cinzel font-semibold text-gold-300 mb-4\">Desarrollo T&eacute;cnico<\/h4>\n                        <ul class=\"space-y-3 text-sm text-gray-400\">\n                            <li class=\"flex items-start\">\n                                <span class=\"text-gold-400 mr-2\">&#9656;<\/span>\n                                <span>Dise&ntilde;o de token ERC-3643 (supply, pricing, derechos)<\/span>\n                            <\/li>\n                            <li class=\"flex items-start\">\n                                <span class=\"text-gold-400 mr-2\">&#9656;<\/span>\n                                <span>Desarrollo + auditor&iacute;a de smart contracts (CertiK\/OpenZeppelin)<\/span>\n                            <\/li>\n                            <li class=\"flex items-start\">\n                                <span class=\"text-gold-400 mr-2\">&#9656;<\/span>\n                                <span>Integraci&oacute;n KYC\/AML (Sumsub\/Onfido\/Chainalysis)<\/span>\n                            <\/li>\n                        <\/ul>\n                    <\/div>\n                    <div>\n                        <h4 class=\"font-cinzel font-semibold text-gold-300 mb-4\">Compliance Regulatorio<\/h4>\n                        <ul class=\"space-y-3 text-sm text-gray-400\">\n                            <li class=\"flex items-start\">\n                                <span class=\"text-gold-400 mr-2\">&#9656;<\/span>\n                                <span>Redacci&oacute;n de Whitepaper (MiCA) + PPM (SEC Reg D)<\/span>\n                            <\/li>\n                            <li class=\"flex items-start\">\n                                <span class=\"text-gold-400 mr-2\">&#9656;<\/span>\n                                <span>Presentaci&oacute;n regulatoria (CNMV\/ESMA\/SEC)<\/span>\n                            <\/li>\n                            <li class=\"flex items-start\">\n                                <span class=\"text-gold-400 mr-2\">&#9656;<\/span>\n                                <span>Aprobaci&oacute;n y Regulatory Clearance<\/span>\n                            <\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Fase 3 -->\n            <div class=\"mb-16 glass-gold p-8 rounded-2xl gold-border phase-card\">\n                <div class=\"flex items-center mb-6\">\n                    <div class=\"w-12 h-12 gold-gradient rounded-full flex items-center justify-center font-cinzel font-bold text-black text-xl mr-4\">3<\/div>\n                    <div>\n                        <h3 class=\"font-cinzel font-bold text-2xl text-gold-400\">CAPITAL RAISE &#038; PLACEMENT<\/h3>\n                        <p class=\"text-gray-400 text-sm\">Colocaci&oacute;n con inversores institucionales<\/p>\n                    <\/div>\n                    <div class=\"ml-auto text-gold-400 font-semibold\">4-6 semanas<\/div>\n                <\/div>\n                \n                <div class=\"grid md:grid-cols-3 gap-6\">\n                    <div class=\"glass-gold p-6 rounded-xl border border-gold-400\/20\">\n                        <h4 class=\"font-cinzel font-semibold text-gold-300 mb-3\">Target Inversores<\/h4>\n                        <ul class=\"space-y-2 text-sm text-gray-400\">\n                            <li>&bull; Family Offices (&euro;500K &#8211; &euro;5M)<\/li>\n                            <li>&bull; Wealth Managers<\/li>\n                            <li>&bull; Bancos Privados (Suiza, UAE, Singapur)<\/li>\n                            <li>&bull; Plataformas de RWA<\/li>\n                        <\/ul>\n                    <\/div>\n                    <div class=\"glass-gold p-6 rounded-xl border border-gold-400\/20\">\n                        <h4 class=\"font-cinzel font-semibold text-gold-300 mb-3\">Proceso de Suscripci&oacute;n<\/h4>\n                        <ul class=\"space-y-2 text-sm text-gray-400\">\n                            <li>1. NDA + inter&eacute;s<\/li>\n                            <li>2. KYC\/AML digital (24-48h)<\/li>\n                            <li>3. Subscription Agreement (DocuSign)<\/li>\n                            <li>4. Transferencia de fondos<\/li>\n                            <li>5. Emisi&oacute;n de tokens ERC-3643<\/li>\n                        <\/ul>\n                    <\/div>\n                    <div class=\"glass-gold p-6 rounded-xl border border-gold-400\/20\">\n                        <h4 class=\"font-cinzel font-semibold text-gold-300 mb-3\">Distribuci&oacute;n del Capital<\/h4>\n                        <ul class=\"space-y-2 text-sm text-gray-400\">\n                            <li>&bull; Adquisici&oacute;n terreno: 30-50%<\/li>\n                            <li>&bull; Construcci&oacute;n: 40-60%<\/li>\n                            <li>&bull; Reserva contingencia: 10-15%<\/li>\n                            <li>&bull; Fees estructuraci&oacute;n: 3-5%<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Fase 4 -->\n            <div class=\"mb-16 glass-gold p-8 rounded-2xl gold-border phase-card\">\n                <div class=\"flex items-center mb-6\">\n                    <div class=\"w-12 h-12 gold-gradient rounded-full flex items-center justify-center font-cinzel font-bold text-black text-xl mr-4\">4<\/div>\n                    <div>\n                        <h3 class=\"font-cinzel font-bold text-2xl text-gold-400\">EXECUTION &#038; ASSET MANAGEMENT<\/h3>\n                        <p class=\"text-gray-400 text-sm\">Construcci&oacute;n\/rehabilitaci&oacute;n + gesti&oacute;n de alquileres<\/p>\n                    <\/div>\n                    <div class=\"ml-auto text-gold-400 font-semibold\">12-24 meses<\/div>\n                <\/div>\n                \n                <div class=\"grid md:grid-cols-2 gap-8\">\n                    <div>\n                        <h4 class=\"font-cinzel font-semibold text-gold-300 mb-4\">Roles y Responsabilidades<\/h4>\n                        <ul class=\"space-y-3 text-sm text-gray-400\">\n                            <li class=\"flex items-start\">\n                                <span class=\"text-gold-400 mr-2\">&#9656;<\/span>\n                                <div>\n                                    <span class=\"font-semibold text-gold-300\">Promotor:<\/span> Ejecuci&oacute;n de obra, gesti&oacute;n de contratistas\n                                <\/div>\n                            <\/li>\n                            <li class=\"flex items-start\">\n                                <span class=\"text-gold-400 mr-2\">&#9656;<\/span>\n                                <div>\n                                    <span class=\"font-semibold text-gold-300\">Aurema:<\/span> Supervisi&oacute;n financiera, reporting a inversores\n                                <\/div>\n                            <\/li>\n                            <li class=\"flex items-start\">\n                                <span class=\"text-gold-400 mr-2\">&#9656;<\/span>\n                                <div>\n                                    <span class=\"font-semibold text-gold-300\">SPV Board:<\/span> Decisiones estrat&eacute;gicas (voto token holders)\n                                <\/div>\n                            <\/li>\n                            <li class=\"flex items-start\">\n                                <span class=\"text-gold-400 mr-2\">&#9656;<\/span>\n                                <div>\n                                    <span class=\"font-semibold text-gold-300\">Property Manager:<\/span> Gesti&oacute;n post-obra (alquileres, mantenimiento)\n                                <\/div>\n                            <\/li>\n                        <\/ul>\n                    <\/div>\n                    <div>\n                        <h4 class=\"font-cinzel font-semibold text-gold-300 mb-4\">Reporting a Inversores<\/h4>\n                        <ul class=\"space-y-3 text-sm text-gray-400\">\n                            <li>&bull; Dashboard 24\/7: Estado de obra, gastos, cronograma<\/li>\n                            <li>&bull; Actualizaciones mensuales: Fotos, hitos, desviaciones<\/li>\n                            <li>&bull; Auditor&iacute;as trimestrales: Cuentas del SPV verificadas<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Fase 5 -->\n            <div class=\"mb-16 glass-gold p-8 rounded-2xl gold-border phase-card\">\n                <div class=\"flex items-center mb-6\">\n                    <div class=\"w-12 h-12 gold-gradient rounded-full flex items-center justify-center font-cinzel font-bold text-black text-xl mr-4\">5<\/div>\n                    <div>\n                        <h3 class=\"font-cinzel font-bold text-2xl text-gold-400\">DISTRIBUTION &#038; INVESTOR RELATIONS<\/h3>\n                        <p class=\"text-gray-400 text-sm\">Pago autom&aacute;tico de dividendos + reporting fiscal<\/p>\n                    <\/div>\n                    <div class=\"ml-auto text-gold-400 font-semibold\">Trimestral (continuo)<\/div>\n                <\/div>\n                \n                <div class=\"grid md:grid-cols-2 gap-8\">\n                    <div>\n                        <h4 class=\"font-cinzel font-semibold text-gold-300 mb-4\">Mecanismo de Distribuci&oacute;n<\/h4>\n                        <div class=\"glass-gold p-6 rounded-xl border border-gold-400\/20\">\n                            <ol class=\"space-y-3 text-sm text-gray-400\">\n                                <li class=\"flex items-start\">\n                                    <span class=\"text-gold-400 mr-2 font-bold\">1.<\/span>\n                                    <span>Cobro de alquileres + deducci&oacute;n de gastos<\/span>\n                                <\/li>\n                                <li class=\"flex items-start\">\n                                    <span class=\"text-gold-400 mr-2 font-bold\">2.<\/span>\n                                    <span>Ejecuci&oacute;n de smart contract de dividendos<\/span>\n                                <\/li>\n                                <li class=\"flex items-start\">\n                                    <span class=\"text-gold-400 mr-2 font-bold\">3.<\/span>\n                                    <span>Automated payouts (EUR\/USDC) a wallets<\/span>\n                                <\/li>\n                                <li class=\"flex items-start\">\n                                    <span class=\"text-gold-400 mr-2 font-bold\">4.<\/span>\n                                    <span>Generaci&oacute;n de reporting fiscal autom&aacute;tico<\/span>\n                                <\/li>\n                            <\/ol>\n                        <\/div>\n                    <\/div>\n                    <div>\n                        <h4 class=\"font-cinzel font-semibold text-gold-300 mb-4\">Reporting Fiscal por Jurisdicci&oacute;n<\/h4>\n                        <div class=\"space-y-3\">\n                            <div class=\"glass-gold p-4 rounded-lg border border-gold-400\/20 flex justify-between items-center\">\n                                <span class=\"text-sm text-gray-400\">Espa&ntilde;a<\/span>\n                                <span class=\"text-xs text-gold-400 font-semibold\">Modelo 190 (Anual)<\/span>\n                            <\/div>\n                            <div class=\"glass-gold p-4 rounded-lg border border-gold-400\/20 flex justify-between items-center\">\n                                <span class=\"text-sm text-gray-400\">USA<\/span>\n                                <span class=\"text-xs text-gold-400 font-semibold\">Form 1099-DIV (Anual)<\/span>\n                            <\/div>\n                            <div class=\"glass-gold p-4 rounded-lg border border-gold-400\/20 flex justify-between items-center\">\n                                <span class=\"text-sm text-gray-400\">UE (otros)<\/span>\n                                <span class=\"text-xs text-gold-400 font-semibold\">Certificado ingresos + retenciones<\/span>\n                            <\/div>\n                            <div class=\"glass-gold p-4 rounded-lg border border-gold-400\/20 flex justify-between items-center\">\n                                <span class=\"text-sm text-gray-400\">Global<\/span>\n                                <span class=\"text-xs text-gold-400 font-semibold\">CRS\/FATCA reporting<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Ejemplo Num&eacute;rico -->\n                <div class=\"mt-6 glass-gold p-6 rounded-xl border border-gold-400\/20\">\n                    <h4 class=\"font-cinzel font-semibold text-gold-300 mb-4\">Ejemplo Num&eacute;rico de Distribuci&oacute;n<\/h4>\n                    <div class=\"grid md:grid-cols-3 gap-6 text-sm\">\n                        <div>\n                            <p class=\"text-gray-400 mb-2\"><span class=\"text-gold-400 font-semibold\">Proyecto:<\/span> Valencia Residential Portfolio<\/p>\n                            <p class=\"text-gray-400\">&bull; Valor total: &euro;10M<\/p>\n                            <p class=\"text-gray-400\">&bull; Tokens: 1,000,000 (&euro;10\/token)<\/p>\n                            <p class=\"text-gray-400\">&bull; Inversor A: 10,000 tokens (1%)<\/p>\n                        <\/div>\n                        <div>\n                            <p class=\"text-gray-400 mb-2\"><span class=\"text-gold-400 font-semibold\">Alquileres anuales netos:<\/span> &euro;600,000<\/p>\n                            <p class=\"text-gray-400\">&bull; Yield bruto: 6% anual<\/p>\n                            <p class=\"text-gray-400\">&bull; Distribuci&oacute;n trimestral: &euro;150,000<\/p>\n                        <\/div>\n                        <div>\n                            <p class=\"text-gray-400 mb-2\"><span class=\"text-gold-400 font-semibold\">Pago al Inversor A (1%):<\/span><\/p>\n                            <p class=\"text-gold-300 font-semibold\">&bull; Trimestral: &euro;1,500<\/p>\n                            <p class=\"text-gold-300 font-semibold\">&bull; Anual: &euro;6,000 (6% yield)<\/p>\n                            <p class=\"text-gray-400\">&bull; Plusval&iacute;a: +2-4% anual<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Fase 6 -->\n            <div class=\"mb-16 glass-gold p-8 rounded-2xl gold-border phase-card\">\n                <div class=\"flex items-center mb-6\">\n                    <div class=\"w-12 h-12 gold-gradient rounded-full flex items-center justify-center font-cinzel font-bold text-black text-xl mr-4\">6<\/div>\n                    <div>\n                        <h3 class=\"font-cinzel font-bold text-2xl text-gold-400\">EXIT &#038; LIQUIDITY MANAGEMENT<\/h3>\n                        <p class=\"text-gray-400 text-sm\">Mercado secundario, venta o refinanciaci&oacute;n<\/p>\n                    <\/div>\n                    <div class=\"ml-auto text-gold-400 font-semibold\">Desde A&ntilde;o 3+<\/div>\n                <\/div>\n                \n                <div class=\"grid md:grid-cols-2 gap-8\">\n                    <div>\n                        <h4 class=\"font-cinzel font-semibold text-gold-300 mb-4\">Opciones de Liquidez<\/h4>\n                        <div class=\"space-y-4\">\n                            <div class=\"glass-gold p-4 rounded-lg border border-gold-400\/20\">\n                                <h5 class=\"font-semibold text-gold-400 mb-2\">Mercado Secundario<\/h5>\n                                <p class=\"text-sm text-gray-400\">Venta de tokens a otros inversores acreditados (desde A&ntilde;o 3)<\/p>\n                            <\/div>\n                            <div class=\"glass-gold p-4 rounded-lg border border-gold-400\/20\">\n                                <h5 class=\"font-semibold text-gold-400 mb-2\">Redemption (MiCA Art. 44)<\/h5>\n                                <p class=\"text-sm text-gray-400\">Reembolso a fair value determinado por tasador (trimestral)<\/p>\n                            <\/div>\n                            <div class=\"glass-gold p-4 rounded-lg border border-gold-400\/20\">\n                                <h5 class=\"font-semibold text-gold-400 mb-2\">Recompra por Emisor<\/h5>\n                                <p class=\"text-sm text-gray-400\">Aurema\/SPV compra tokens a precio de mercado (opcional)<\/p>\n                            <\/div>\n                            <div class=\"glass-gold p-4 rounded-lg border border-gold-400\/20\">\n                                <h5 class=\"font-semibold text-gold-400 mb-2\">Venta del Activo<\/h5>\n                                <p class=\"text-sm text-gray-400\">Liquidaci&oacute;n del SPV y distribuci&oacute;n de proceeds (evento &uacute;nico)<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    <div>\n                        <h4 class=\"font-cinzel font-semibold text-gold-300 mb-4\">Proceso de Venta del Activo (Exit Total)<\/h4>\n                        <ol class=\"space-y-3 text-sm text-gray-400\">\n                            <li class=\"flex items-start\">\n                                <span class=\"text-gold-400 mr-2 font-bold\">1.<\/span>\n                                <span>Decisi&oacute;n de venta &rarr; Voto de token holders (gobernanza on-chain)<\/span>\n                            <\/li>\n                            <li class=\"flex items-start\">\n                                <span class=\"text-gold-400 mr-2 font-bold\">2.<\/span>\n                                <span>Valoraci&oacute;n independiente &rarr; Tasador homologado<\/span>\n                            <\/li>\n                            <li class=\"flex items-start\">\n                                <span class=\"text-gold-400 mr-2 font-bold\">3.<\/span>\n                                <span>Marketing y venta &rarr; Agencia de lujo \/ plataforma institucional<\/span>\n                            <\/li>\n                            <li class=\"flex items-start\">\n                                <span class=\"text-gold-400 mr-2 font-bold\">4.<\/span>\n                                <span>Cierre de venta &rarr; Proceeds a cuenta del SPV<\/span>\n                            <\/li>\n                            <li class=\"flex items-start\">\n                                <span class=\"text-gold-400 mr-2 font-bold\">5.<\/span>\n                                <span>Distribuci&oacute;n final: Repago de capital + plusval&iacute;a + cierre del SPV<\/span>\n                            <\/li>\n                        <\/ol>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Stack Tecnol&oacute;gico -->\n    <section id=\"tecnologia\" class=\"py-32 relative\">\n        <div class=\"container mx-auto px-6\">\n            <div class=\"text-center mb-20\">\n                <h2 class=\"font-cinzel font-bold text-4xl md:text-5xl mb-6 gold-gradient-text section-title inline-block\">\n                    STACK TECNOL&Oacute;GICO\n                <\/h2>\n                <p class=\"text-xl text-gray-400 max-w-3xl mx-auto mt-8\">\n                    Infraestructura tecnol&oacute;gica de nivel institucional para cada capa del pipeline.\n                <\/p>\n            <\/div>\n            \n            <div class=\"grid md:grid-cols-2 lg:grid-cols-3 gap-8\">\n                <div class=\"glass-gold p-8 rounded-2xl gold-border phase-card\">\n                    <div class=\"text-4xl mb-4\">&#128202;<\/div>\n                    <h3 class=\"font-cinzel font-bold text-xl mb-3 text-gold-400\">CRM &#038; Pipeline<\/h3>\n                    <p class=\"text-gray-400 text-sm mb-4\">Gesti&oacute;n de relaciones y seguimiento de proyectos<\/p>\n                    <ul class=\"space-y-2 text-sm text-gray-400\">\n                        <li>&bull; HubSpot<\/li>\n                        <li>&bull; Salesforce<\/li>\n                        <li>&bull; Airtable<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"glass-gold p-8 rounded-2xl gold-border phase-card\">\n                    <div class=\"text-4xl mb-4\">&#128272;<\/div>\n                    <h3 class=\"font-cinzel font-bold text-xl mb-3 text-gold-400\">VDR &#038; DD<\/h3>\n                    <p class=\"text-gray-400 text-sm mb-4\">Data rooms virtuales para due diligence<\/p>\n                    <ul class=\"space-y-2 text-sm text-gray-400\">\n                        <li>&bull; Intralinks<\/li>\n                        <li>&bull; Datasite<\/li>\n                        <li>&bull; Box<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"glass-gold p-8 rounded-2xl gold-border phase-card\">\n                    <div class=\"text-4xl mb-4\">&#9939;&#65039;<\/div>\n                    <h3 class=\"font-cinzel font-bold text-xl mb-3 text-gold-400\">Blockchain &#038; Tokens<\/h3>\n                    <p class=\"text-gray-400 text-sm mb-4\">Infraestructura blockchain y tokenizaci&oacute;n<\/p>\n                    <ul class=\"space-y-2 text-sm text-gray-400\">\n                        <li>&bull; Ethereum \/ Polygon<\/li>\n                        <li>&bull; ERC-3643 Standard<\/li>\n                        <li>&bull; Tokeny \/ Securitize SDK<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"glass-gold p-8 rounded-2xl gold-border phase-card\">\n                    <div class=\"text-4xl mb-4\">&#128187;<\/div>\n                    <h3 class=\"font-cinzel font-bold text-xl mb-3 text-gold-400\">Smart Contracts<\/h3>\n                    <p class=\"text-gray-400 text-sm mb-4\">Desarrollo y auditor&iacute;a de contratos<\/p>\n                    <ul class=\"space-y-2 text-sm text-gray-400\">\n                        <li>&bull; Solidity<\/li>\n                        <li>&bull; Hardhat \/ Foundry<\/li>\n                        <li>&bull; CertiK \/ OpenZeppelin Audits<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"glass-gold p-8 rounded-2xl gold-border phase-card\">\n                    <div class=\"text-4xl mb-4\">&#9989;<\/div>\n                    <h3 class=\"font-cinzel font-bold text-xl mb-3 text-gold-400\">KYC\/AML &#038; Compliance<\/h3>\n                    <p class=\"text-gray-400 text-sm mb-4\">Verificaci&oacute;n de identidad y compliance<\/p>\n                    <ul class=\"space-y-2 text-sm text-gray-400\">\n                        <li>&bull; Sumsub<\/li>\n                        <li>&bull; Onfido<\/li>\n                        <li>&bull; Chainalysis<\/li>\n                        <li>&bull; ComplyAdvantage<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"glass-gold p-8 rounded-2xl gold-border phase-card\">\n                    <div class=\"text-4xl mb-4\">&#127974;<\/div>\n                    <h3 class=\"font-cinzel font-bold text-xl mb-3 text-gold-400\">Custodia<\/h3>\n                    <p class=\"text-gray-400 text-sm mb-4\">Custodia institucional de tokens<\/p>\n                    <ul class=\"space-y-2 text-sm text-gray-400\">\n                        <li>&bull; Fireblocks<\/li>\n                        <li>&bull; Anchorage Digital<\/li>\n                        <li>&bull; Copper.co<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"glass-gold p-8 rounded-2xl gold-border phase-card\">\n                    <div class=\"text-4xl mb-4\">&#127760;<\/div>\n                    <h3 class=\"font-cinzel font-bold text-xl mb-3 text-gold-400\">Investor Portal<\/h3>\n                    <p class=\"text-gray-400 text-sm mb-4\">Portal de inversores personalizado<\/p>\n                    <ul class=\"space-y-2 text-sm text-gray-400\">\n                        <li>&bull; Custom React\/Next.js<\/li>\n                        <li>&bull; GraphQL<\/li>\n                        <li>&bull; Web3Auth<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"glass-gold p-8 rounded-2xl gold-border phase-card\">\n                    <div class=\"text-4xl mb-4\">&#128179;<\/div>\n                    <h3 class=\"font-cinzel font-bold text-xl mb-3 text-gold-400\">Payments &#038; Oracles<\/h3>\n                    <p class=\"text-gray-400 text-sm mb-4\">Pagos automatizados y or&aacute;culos<\/p>\n                    <ul class=\"space-y-2 text-sm text-gray-400\">\n                        <li>&bull; Chainlink<\/li>\n                        <li>&bull; USDC (Circle)<\/li>\n                        <li>&bull; SEPA\/SWIFT APIs<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"glass-gold p-8 rounded-2xl gold-border phase-card\">\n                    <div class=\"text-4xl mb-4\">&#127970;<\/div>\n                    <h3 class=\"font-cinzel font-bold text-xl mb-3 text-gold-400\">Property Ops<\/h3>\n                    <p class=\"text-gray-400 text-sm mb-4\">Gesti&oacute;n operativa de propiedades<\/p>\n                    <ul class=\"space-y-2 text-sm text-gray-400\">\n                        <li>&bull; Procore<\/li>\n                        <li>&bull; Yardi<\/li>\n                        <li>&bull; AppFolio<\/li>\n                        <li>&bull; Buildium<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- KPIs Section -->\n    <section id=\"kpis\" class=\"py-32 relative bg-black\/50\">\n        <div class=\"container mx-auto px-6\">\n            <div class=\"text-center mb-20\">\n                <h2 class=\"font-cinzel font-bold text-4xl md:text-5xl mb-6 gold-gradient-text section-title inline-block\">\n                    KPIS GLOBALES DEL PIPELINE\n                <\/h2>\n                <p class=\"text-xl text-gray-400 max-w-3xl mx-auto mt-8\">\n                    M&eacute;tricas clave para medir el rendimiento y eficiencia del pipeline de proyectos.\n                <\/p>\n            <\/div>\n            \n            <div class=\"grid md:grid-cols-2 lg:grid-cols-3 gap-8\">\n                <div class=\"metric-card p-8 rounded-2xl gold-border text-center\">\n                    <div class=\"text-5xl font-cinzel font-bold text-gold-400 mb-3\">15-20<\/div>\n                    <p class=\"text-gray-400 font-semibold mb-2\">Proyectos en Pipeline<\/p>\n                    <p class=\"text-sm text-gray-500\">Frecuencia: Trimestral<\/p>\n                <\/div>\n                \n                <div class=\"metric-card p-8 rounded-2xl gold-border text-center\">\n                    <div class=\"text-5xl font-cinzel font-bold text-gold-400 mb-3\">25-30%<\/div>\n                    <p class=\"text-gray-400 font-semibold mb-2\">Tasa de Conversi&oacute;n<\/p>\n                    <p class=\"text-sm text-gray-500\">Sourcing &rarr; Funding | Trimestral<\/p>\n                <\/div>\n                \n                <div class=\"metric-card p-8 rounded-2xl gold-border text-center\">\n                    <div class=\"text-5xl font-cinzel font-bold text-gold-400 mb-3\">12-16<\/div>\n                    <p class=\"text-gray-400 font-semibold mb-2\">Semanas de Cierre<\/p>\n                    <p class=\"text-sm text-gray-500\">Fase 0 &rarr; 3 | Por proyecto<\/p>\n                <\/div>\n                \n                <div class=\"metric-card p-8 rounded-2xl gold-border text-center\">\n                    <div class=\"text-5xl font-cinzel font-bold text-gold-400 mb-3\">&ge; 95%<\/div>\n                    <p class=\"text-gray-400 font-semibold mb-2\">Capital Desplegado<\/p>\n                    <p class=\"text-sm text-gray-500\">vs Recaudado | Mensual<\/p>\n                <\/div>\n                \n                <div class=\"metric-card p-8 rounded-2xl gold-border text-center\">\n                    <div class=\"text-5xl font-cinzel font-bold text-gold-400 mb-3\">100%<\/div>\n                    <p class=\"text-gray-400 font-semibold mb-2\">Yield Pagado a Tiempo<\/p>\n                    <p class=\"text-sm text-gray-500\">Distribuciones trimestrales<\/p>\n                <\/div>\n                \n                <div class=\"metric-card p-8 rounded-2xl gold-border text-center\">\n                    <div class=\"text-5xl font-cinzel font-bold text-gold-400 mb-3\">&ge; 75<\/div>\n                    <p class=\"text-gray-400 font-semibold mb-2\">NPS de Inversores<\/p>\n                    <p class=\"text-sm text-gray-500\">Satisfacci&oacute;n del cliente | Semestral<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Gobernanza Section -->\n    <section id=\"gobernanza\" class=\"py-32 relative\">\n        <div class=\"container mx-auto px-6\">\n            <div class=\"text-center mb-20\">\n                <h2 class=\"font-cinzel font-bold text-4xl md:text-5xl mb-6 gold-gradient-text section-title inline-block\">\n                    GOBERNANZA Y CONTROL DE CALIDAD\n                <\/h2>\n                <p class=\"text-xl text-gray-400 max-w-3xl mx-auto mt-8\">\n                    Mecanismos de supervisi&oacute;n, control de riesgos y aseguramiento de calidad en cada fase.\n                <\/p>\n            <\/div>\n            \n            <div class=\"grid md:grid-cols-2 gap-8 mb-16\">\n                <div class=\"glass-gold p-8 rounded-2xl gold-border\">\n                    <h3 class=\"font-cinzel font-bold text-2xl text-gold-400 mb-6\">Mecanismos de Control<\/h3>\n                    <ul class=\"space-y-4\">\n                        <li class=\"flex items-start\">\n                            <span class=\"text-gold-400 mr-3 text-xl\">1.<\/span>\n                            <div>\n                                <h4 class=\"font-semibold text-gold-300 mb-1\">Comit&eacute; de Inversi&oacute;n<\/h4>\n                                <p class=\"text-sm text-gray-400\">Aprueba cada paso antes de avanzar a la siguiente fase<\/p>\n                            <\/div>\n                        <\/li>\n                        <li class=\"flex items-start\">\n                            <span class=\"text-gold-400 mr-3 text-xl\">2.<\/span>\n                            <div>\n                                <h4 class=\"font-semibold text-gold-300 mb-1\">SLA por Fase<\/h4>\n                                <p class=\"text-sm text-gray-400\">Tiempo m&aacute;ximo permitido (ej: DD &le; 30 d&iacute;as, Placement &le; 45 d&iacute;as)<\/p>\n                            <\/div>\n                        <\/li>\n                        <li class=\"flex items-start\">\n                            <span class=\"text-gold-400 mr-3 text-xl\">3.<\/span>\n                            <div>\n                                <h4 class=\"font-semibold text-gold-300 mb-1\">Audit Trail<\/h4>\n                                <p class=\"text-sm text-gray-400\">Todo registrado en blockchain + VDR + logs de auditor&iacute;a interna<\/p>\n                            <\/div>\n                        <\/li>\n                        <li class=\"flex items-start\">\n                            <span class=\"text-gold-400 mr-3 text-xl\">4.<\/span>\n                            <div>\n                                <h4 class=\"font-semibold text-gold-300 mb-1\">Risk Matrix<\/h4>\n                                <p class=\"text-sm text-gray-400\">Identificaci&oacute;n de riesgos legales, de construcci&oacute;n, de mercado y tecnol&oacute;gicos<\/p>\n                            <\/div>\n                        <\/li>\n                        <li class=\"flex items-start\">\n                            <span class=\"text-gold-400 mr-3 text-xl\">5.<\/span>\n                            <div>\n                                <h4 class=\"font-semibold text-gold-300 mb-1\">Compliance Officer<\/h4>\n                                <p class=\"text-sm text-gray-400\">Responsable &uacute;nico de MiCA\/SEC\/GDPR\/CRS\/FATCA en cada proyecto<\/p>\n                            <\/div>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"glass-gold p-8 rounded-2xl gold-border\">\n                    <h3 class=\"font-cinzel font-bold text-2xl text-gold-400 mb-6\">Recomendaciones de Implementaci&oacute;n<\/h3>\n                    <ul class=\"space-y-4\">\n                        <li class=\"flex items-start\">\n                            <span class=\"text-gold-400 mr-3 text-xl\">&#128161;<\/span>\n                            <div>\n                                <h4 class=\"font-semibold text-gold-300 mb-1\">Comienza con un piloto estabilizado<\/h4>\n                                <p class=\"text-sm text-gray-400\">Tokeniza un edificio ya alquilado para validar el flujo operativo y legal antes de lanzar proyectos de construcci&oacute;n<\/p>\n                            <\/div>\n                        <\/li>\n                        <li class=\"flex items-start\">\n                            <span class=\"text-gold-400 mr-3 text-xl\">&#129302;<\/span>\n                            <div>\n                                <h4 class=\"font-semibold text-gold-300 mb-1\">Automatiza desde el d&iacute;a 1<\/h4>\n                                <p class=\"text-sm text-gray-400\">Conecta CRM, VDR, portal de inversores y smart contracts mediante APIs\/webhooks<\/p>\n                            <\/div>\n                        <\/li>\n                        <li class=\"flex items-start\">\n                            <span class=\"text-gold-400 mr-3 text-xl\">&#127963;&#65039;<\/span>\n                            <div>\n                                <h4 class=\"font-semibold text-gold-300 mb-1\">Mant&eacute;n la separaci&oacute;n legal estricta<\/h4>\n                                <p class=\"text-sm text-gray-400\">Cada proyecto en su propio SPV. Nunca mezcles flujos de caja ni titularidad<\/p>\n                            <\/div>\n                        <\/li>\n                        <li class=\"flex items-start\">\n                            <span class=\"text-gold-400 mr-3 text-xl\">&#128218;<\/span>\n                            <div>\n                                <h4 class=\"font-semibold text-gold-300 mb-1\">Documenta todo<\/h4>\n                                <p class=\"text-sm text-gray-400\">El pipeline debe ser reproducible. Crea manuales operativos por fase<\/p>\n                            <\/div>\n                        <\/li>\n                        <li class=\"flex items-start\">\n                            <span class=\"text-gold-400 mr-3 text-xl\">&#9878;&#65039;<\/span>\n                            <div>\n                                <h4 class=\"font-semibold text-gold-300 mb-1\">Monitorea la regulaci&oacute;n<\/h4>\n                                <p class=\"text-sm text-gray-400\">MiCA y SEC evolucionan. Designa un compliance lead dedicado<\/p>\n                            <\/div>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            \n            <!-- Capas de Protecci&oacute;n -->\n            <div class=\"glass-gold p-12 rounded-3xl gold-border\">\n                <h3 class=\"font-cinzel font-bold text-3xl text-center mb-12 gold-gradient-text\">CAPAS DE PROTECCI&Oacute;N Y COMPLIANCE<\/h3>\n                \n                <div class=\"grid md:grid-cols-3 gap-8\">\n                    <div class=\"text-center\">\n                        <div class=\"text-5xl mb-4\">&#128737;&#65039;<\/div>\n                        <h4 class=\"font-cinzel font-bold text-xl text-gold-400 mb-4\">Protecci&oacute;n Legal<\/h4>\n                        <ul class=\"space-y-2 text-sm text-gray-400 text-left\">\n                            <li>&#10003; Aislamiento por SPV<\/li>\n                            <li>&#10003; Charging Order Protection (Delaware)<\/li>\n                            <li>&#10003; Operating Agreement claro<\/li>\n                            <li>&#10003; Auditor&iacute;as legales anuales<\/li>\n                        <\/ul>\n                    <\/div>\n                    \n                    <div class=\"text-center\">\n                        <div class=\"text-5xl mb-4\">&#128272;<\/div>\n                        <h4 class=\"font-cinzel font-bold text-xl text-gold-400 mb-4\">Protecci&oacute;n Tecnol&oacute;gica<\/h4>\n                        <ul class=\"space-y-2 text-sm text-gray-400 text-left\">\n                            <li>&#10003; Smart Contracts auditados<\/li>\n                            <li>&#10003; Custodia institucional ($3B+ seguro)<\/li>\n                            <li>&#10003; Multi-sig governance<\/li>\n                            <li>&#10003; Backup y recovery<\/li>\n                        <\/ul>\n                    <\/div>\n                    \n                    <div class=\"text-center\">\n                        <div class=\"text-5xl mb-4\">&#9878;&#65039;<\/div>\n                        <h4 class=\"font-cinzel font-bold text-xl text-gold-400 mb-4\">Protecci&oacute;n Regulatoria<\/h4>\n                        <ul class=\"space-y-2 text-sm text-gray-400 text-left\">\n                            <li>&#10003; MiCA compliant<\/li>\n                            <li>&#10003; SEC Reg D<\/li>\n                            <li>&#10003; GDPR\/LOPD<\/li>\n                            <li>&#10003; CRS\/FATCA reporting<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- CTA Section -->\n    <section class=\"py-32 relative\">\n        <div class=\"absolute inset-0 gold-gradient opacity-5\"><\/div>\n        <div class=\"container mx-auto px-6 relative z-10 text-center\">\n            <h2 class=\"font-cinzel font-bold text-5xl md:text-6xl mb-8 gold-gradient-text\">\n                IMPLEMENTA EL PIPELINE\n            <\/h2>\n            <p class=\"text-2xl text-gray-400 mb-12 max-w-3xl mx-auto\">\n                Convierte tu visi&oacute;n en realidad con la estructura institucional m&aacute;s avanzada del mercado.\n            <\/p>\n            \n            <div class=\"flex flex-col md:flex-row justify-center gap-6 mb-16\">\n                <a href=\"mailto:invest@aurema-group.com\" class=\"gold-gradient text-black font-cinzel font-bold px-12 py-6 rounded-lg text-xl hover:scale-105 transition transform gold-glow\">\n                    Iniciar Proyecto Piloto\n                <\/a>\n                <a href=\"#\" class=\"border-2 border-gold-400\/30 text-gold-400 font-cinzel font-bold px-12 py-6 rounded-lg text-xl hover:bg-gold-900\/20 transition\">\n                    Descargar Documentaci&oacute;n T&eacute;cnica\n                <\/a>\n            <\/div>\n            \n            <div class=\"glass-gold inline-block px-8 py-4 rounded-full gold-border\">\n                <p class=\"font-cinzel text-gold-400\">\n                    &#128231; invest@aurema-group.com | &#127760; aurema-group.com\n                <\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Footer -->\n    <footer class=\"py-12 border-t border-gold-400\/20\">\n        <div class=\"container mx-auto px-6 text-center\">\n            <div class=\"flex items-center justify-center space-x-3 mb-6\">\n                <div class=\"w-10 h-10 gold-gradient rounded-lg flex items-center justify-center\">\n                    <span class=\"font-cinzel font-bold text-black text-xl\">A<\/span>\n                <\/div>\n                <span class=\"font-cinzel font-bold text-2xl gold-gradient-text\">AUREMA GROUP<\/span>\n            <\/div>\n            <p class=\"text-gray-500 text-sm mb-4\">\n                &copy; 2026 Aurema Group Holdings. Pipeline Institucional de Tokenizaci&oacute;n.\n            <\/p>\n            <p class=\"text-gray-600 text-xs max-w-2xl mx-auto\">\n                Advertencia: Este documento es confidencial y para uso exclusivo de inversores cualificados. \n                La tokenizaci&oacute;n de activos reales conlleva riesgos. Consulte con sus asesores legales y fiscales.\n            <\/p>\n        <\/div>\n    <\/footer>\n\n    <!-- Scripts -->\n    <script>\n        \/\/ Smooth Scroll\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n            anchor.addEventListener('click', function (e) {\n                e.preventDefault();\n                const target = document.querySelector(this.getAttribute('href'));\n                if (target) {\n                    target.scrollIntoView({\n                        behavior: 'smooth',\n                        block: 'start'\n                    });\n                }\n            });\n        });\n        \n        \/\/ Animation on Scroll\n        const observerOptions = {\n            threshold: 0.1,\n            rootMargin: '0px 0px -50px 0px'\n        };\n        \n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.style.opacity = '1';\n                    entry.target.style.transform = 'translateY(0)';\n                }\n            });\n        }, observerOptions);\n        \n        document.querySelectorAll('.phase-card, .metric-card').forEach(el => {\n            el.style.opacity = '0';\n            el.style.transform = 'translateY(30px)';\n            el.style.transition = 'all 0.6s ease';\n            observer.observe(el);\n        });\n    <\/script>\n<\/body>\n<\/html><p class=\"wp-block-paragraph\"><\/p>","protected":false},"excerpt":{"rendered":"<p>Aurema Group | Pipeline de Proyectos &#8211; Tokenizaci&oacute;n de Activos Reales A AUREMA GROUP PIPELINE DE PROYECTOS Visi&oacute;n General Fases Tecnolog&iacute;a KPIs Gobernanza ESTRUCTURA INSTITUCIONAL CROSS-BORDER PIPELINE DE PROYECTOS Del terreno a la distribuci&oacute;n de rendimientos.Tokenizaci&oacute;n institucionalde activos reales con compliance MiCA\/SEC y blockchain ERC-3643. Explorar Fases del Pipeline Ver Stack Tecnol&oacute;gico 6-7 Fases del [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"elementor_canvas","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-550","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"acf":[],"_links":{"self":[{"href":"https:\/\/invest.aurema-group.com\/en\/wp-json\/wp\/v2\/posts\/550","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/invest.aurema-group.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/invest.aurema-group.com\/en\/wp-json\/wp\/v2\/types\/post"}],"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=550"}],"version-history":[{"count":3,"href":"https:\/\/invest.aurema-group.com\/en\/wp-json\/wp\/v2\/posts\/550\/revisions"}],"predecessor-version":[{"id":734,"href":"https:\/\/invest.aurema-group.com\/en\/wp-json\/wp\/v2\/posts\/550\/revisions\/734"}],"wp:attachment":[{"href":"https:\/\/invest.aurema-group.com\/en\/wp-json\/wp\/v2\/media?parent=550"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/invest.aurema-group.com\/en\/wp-json\/wp\/v2\/categories?post=550"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/invest.aurema-group.com\/en\/wp-json\/wp\/v2\/tags?post=550"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}