{"id":69,"date":"2025-05-01T14:30:27","date_gmt":"2025-05-01T14:30:27","guid":{"rendered":"https:\/\/urrinarvaja.com\/home\/"},"modified":"2025-12-15T16:52:04","modified_gmt":"2025-12-15T16:52:04","slug":"home","status":"publish","type":"page","link":"https:\/\/urrinarvaja.com\/es\/","title":{"rendered":"Inicio"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Urri Narvaja &#8211; Family Office &#038; Real Estate<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Crimson+Text:wght@400;600;700&#038;family=Inter:wght@400;500;600&#038;display=swap\" rel=\"stylesheet\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n            background: #ffffff;\n            color: #1a1a1a;\n            line-height: 1.6;\n        }\n\n        \/* Hero Section *\/\n        .hero {\n            background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);\n            padding: 120px 20px 80px;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .hero::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: url('data:image\/svg+xml,<svg width=\"60\" height=\"60\" viewBox=\"0 0 60 60\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><g fill=\"%23000000\" fill-opacity=\"0.02\"><path d=\"M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z\"\/><\/g><\/g><\/svg>') repeat;\n            opacity: 0.4;\n            z-index: 0;\n        }\n\n        .hero-content {\n            max-width: 1000px;\n            margin: 0 auto;\n            position: relative;\n            z-index: 1;\n        }\n\n        .hero h1 {\n            font-family: 'Crimson Text', serif;\n            font-size: 64px;\n            font-weight: 700;\n            color: #1a1a1a;\n            margin-bottom: 24px;\n            letter-spacing: -1px;\n            line-height: 1.2;\n        }\n\n        .hero p {\n            font-size: 20px;\n            color: #666;\n            margin-bottom: 40px;\n            line-height: 1.6;\n        }\n\n        .hero-image {\n            max-width: 900px;\n            margin: 60px auto 0;\n            border-radius: 4px;\n            overflow: hidden;\n            box-shadow: 0 20px 60px rgba(0,0,0,0.15);\n        }\n\n        .hero-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n        }\n\n        \/* Container *\/\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        \/* About Section *\/\n        .about-section {\n            padding: 100px 20px;\n            background: #ffffff;\n        }\n\n        .about-content {\n            max-width: 900px;\n            margin: 0 auto;\n            text-align: center;\n        }\n\n        .about-content h2 {\n            font-family: 'Crimson Text', serif;\n            font-size: 48px;\n            font-weight: 600;\n            color: #1a1a1a;\n            margin-bottom: 30px;\n        }\n\n        .about-content p {\n            font-size: 18px;\n            color: #666;\n            line-height: 1.8;\n            margin-bottom: 20px;\n        }\n\n        .about-content p strong {\n            color: #1a1a1a;\n            font-weight: 600;\n        }\n\n        .view-more-btn {\n            display: inline-block;\n            margin-top: 30px;\n            padding: 14px 40px;\n            background: white;\n            color: #1a1a1a;\n            text-decoration: none;\n            border: 2px solid #1a1a1a;\n            border-radius: 2px;\n            font-weight: 600;\n            font-size: 15px;\n            letter-spacing: 0.5px;\n            transition: all 0.3s ease;\n        }\n\n        .view-more-btn:hover {\n            background: #1a1a1a;\n            color: white;\n            transform: translateY(-2px);\n            box-shadow: 0 6px 20px rgba(0,0,0,0.15);\n        }\n\n        \/* Services Section *\/\n        .services-section {\n            padding: 100px 20px;\n            background: #f9f9f9;\n        }\n\n        .services-header {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n\n        .services-header h2 {\n            font-family: 'Crimson Text', serif;\n            font-size: 48px;\n            font-weight: 600;\n            color: #1a1a1a;\n            margin-bottom: 16px;\n        }\n\n        .services-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n            gap: 40px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n\n        .service-card {\n            background: white;\n            padding: 50px 40px;\n            border-radius: 4px;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.06);\n            transition: all 0.4s ease;\n            text-align: left;\n            border-top: 4px solid transparent;\n        }\n\n        .service-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 12px 40px rgba(0,0,0,0.12);\n            border-top-color: #1a1a1a;\n        }\n\n        .service-card h3 {\n            font-family: 'Crimson Text', serif;\n            font-size: 32px;\n            font-weight: 600;\n            color: #1a1a1a;\n            margin-bottom: 16px;\n        }\n\n        .service-card .service-subtitle {\n            font-size: 16px;\n            font-weight: 600;\n            color: #666;\n            margin-bottom: 16px;\n            display: block;\n        }\n\n        .service-card p {\n            font-size: 16px;\n            color: #666;\n            line-height: 1.7;\n            margin-bottom: 24px;\n        }\n\n        .service-card .read-more {\n            display: inline-flex;\n            align-items: center;\n            gap: 8px;\n            color: #1a1a1a;\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 15px;\n            transition: all 0.3s ease;\n        }\n\n        .service-card .read-more:hover {\n            gap: 12px;\n        }\n\n        .service-card .read-more svg {\n            width: 18px;\n            height: 18px;\n            transition: transform 0.3s ease;\n        }\n\n        .service-card:hover .read-more svg {\n            transform: translateX(4px);\n        }\n\n        \/* Contact Form Section *\/\n        .contact-form-section {\n            padding: 100px 20px;\n            background: #ffffff;\n        }\n\n        .contact-form-wrapper {\n            max-width: 700px;\n            margin: 0 auto;\n        }\n\n        .form-header {\n            text-align: center;\n            margin-bottom: 50px;\n        }\n\n        .form-header h2 {\n            font-family: 'Crimson Text', serif;\n            font-size: 48px;\n            font-weight: 600;\n            color: #1a1a1a;\n            margin-bottom: 16px;\n        }\n\n        .form-header p {\n            font-size: 18px;\n            color: #666;\n        }\n\n        .contact-form {\n            background: #f9f9f9;\n            padding: 50px 40px;\n            border-radius: 4px;\n            box-shadow: 0 2px 12px rgba(0,0,0,0.06);\n        }\n\n        .form-group {\n            margin-bottom: 24px;\n        }\n\n        .form-group label {\n            display: block;\n            margin-bottom: 10px;\n            font-weight: 500;\n            color: #1a1a1a;\n            font-size: 14px;\n            letter-spacing: 0.3px;\n        }\n\n        .required {\n            color: #dc2626;\n        }\n\n        .form-group input,\n        .form-group textarea,\n        .form-group select {\n            width: 100%;\n            padding: 14px 16px;\n            border: 1px solid #d1d5db;\n            border-radius: 2px;\n            font-size: 15px;\n            font-family: 'Inter', sans-serif;\n            transition: all 0.2s ease;\n            background: white;\n        }\n\n        .form-group input:focus,\n        .form-group textarea:focus,\n        .form-group select:focus {\n            outline: none;\n            border-color: #1a1a1a;\n            box-shadow: 0 0 0 3px rgba(26, 26, 26, 0.05);\n        }\n\n        .form-group textarea {\n            resize: vertical;\n            min-height: 120px;\n            line-height: 1.6;\n        }\n\n        .form-group select {\n            cursor: pointer;\n            appearance: none;\n            background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z'\/%3E%3C\/svg%3E\");\n            background-repeat: no-repeat;\n            background-position: right 16px center;\n            padding-right: 40px;\n        }\n\n        .submit-btn {\n            width: 100%;\n            padding: 16px;\n            background: #1a1a1a;\n            color: white;\n            border: none;\n            border-radius: 2px;\n            font-size: 15px;\n            font-weight: 600;\n            letter-spacing: 0.5px;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            text-transform: uppercase;\n            margin-top: 10px;\n        }\n\n        .submit-btn:hover {\n            background: #000;\n            transform: translateY(-1px);\n            box-shadow: 0 6px 20px rgba(0,0,0,0.2);\n        }\n\n        .submit-btn:disabled {\n            background: #9ca3af;\n            cursor: not-allowed;\n            transform: none;\n        }\n\n        .success-message,\n        .error-message {\n            padding: 18px 20px;\n            border-radius: 2px;\n            margin-bottom: 30px;\n            display: none;\n            font-size: 15px;\n        }\n\n        .success-message {\n            background: #ecfdf5;\n            color: #065f46;\n            border-left: 4px solid #10b981;\n        }\n\n        .error-message {\n            background: #fef2f2;\n            color: #991b1b;\n            border-left: 4px solid #ef4444;\n        }\n\n        .loading-spinner {\n            display: inline-block;\n            width: 14px;\n            height: 14px;\n            border: 2px solid #ffffff;\n            border-radius: 50%;\n            border-top-color: transparent;\n            animation: spin 0.8s linear infinite;\n            margin-right: 8px;\n        }\n\n        @keyframes spin {\n            to { transform: rotate(360deg); }\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .hero {\n                padding: 80px 20px 60px;\n            }\n\n            .hero h1 {\n                font-size: 40px;\n            }\n\n            .hero p {\n                font-size: 18px;\n            }\n\n            .about-section,\n            .services-section,\n            .contact-form-section {\n                padding: 60px 20px;\n            }\n\n            .about-content h2,\n            .services-header h2,\n            .form-header h2 {\n                font-size: 36px;\n            }\n\n            .services-grid {\n                grid-template-columns: 1fr;\n                gap: 30px;\n            }\n\n            .service-card {\n                padding: 40px 30px;\n            }\n\n            .contact-form {\n                padding: 40px 30px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Hero Section -->\n    <section class=\"hero\">\n        <div class=\"hero-content\">\n            <h1>Urri Narvaja is a Family Office &#038; Real Estate firm based in Buenos Aires, Argentina.<\/h1>\n            <p>Su viaje inmobiliario en Buenos Aires comienza aqu\u00ed<\/p>\n        <\/div>\n        <div class=\"hero-image\">\n            <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1589909202802-8f4aadce1849?w=1600&#038;h=900&#038;fit=crop&#038;q=80\" alt=\"Buenos Aires Skyline\">\n        <\/div>\n    <\/section>\n\n    <!-- About Section -->\n    <section class=\"about-section\">\n        <div class=\"about-content\">\n            <h2>Nosotros<\/h2>\n            <p>En <strong>Urri Narvaja Real Estate<\/strong>, we don&#8217;t just sell properties\u2014we create connections between people and the places they&#8217;ll call home. With <strong>+25 a\u00f1os de experiencia<\/strong> between Buenos Aires (Argentina), Miami &#038; Atlanta (USA) &#038; Barcelona (Spain), we blend <strong>la calidez de un negocio familiar<\/strong> con <strong>la precisi\u00f3n de los asesores profesionales<\/strong>.<\/p>\n            <a href=\"https:\/\/urrinarvaja.com\/es\/about-us\/\" class=\"view-more-btn\">Ver M\u00e1s<\/a>\n        <\/div>\n    <\/section>\n\n    <!-- Services Section -->\n    <section class=\"services-section\">\n        <div class=\"container\">\n            <div class=\"services-header\">\n                <h2>Servicios<\/h2>\n            <\/div>\n            <div class=\"services-grid\">\n                <!-- Buy -->\n                <div class=\"service-card\">\n                    <h3>Comprar<\/h3>\n                    <span class=\"service-subtitle\">Encuentra tu Hogar Ideal<\/span>\n                    <p>Compra de vivienda sin estr\u00e9s con orientaci\u00f3n experta<\/p>\n                    <a href=\"https:\/\/urrinarvaja.com\/es\/buy\/\" class=\"read-more\">\n                        Leer M\u00e1s\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line>\n                            <polyline points=\"12 5 19 12 12 19\"><\/polyline>\n                        <\/svg>\n                    <\/a>\n                <\/div>\n\n                <!-- Sell -->\n                <div class=\"service-card\">\n                    <h3>Vender<\/h3>\n                    <span class=\"service-subtitle\">Vender por el M\u00e1ximo Valor<\/span>\n                    <p>Obtenga el mejor precio con nuestra estrategia de marketing comprobada<\/p>\n                    <a href=\"https:\/\/urrinarvaja.com\/es\/sell\/\" class=\"read-more\">\n                        Leer M\u00e1s\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line>\n                            <polyline points=\"12 5 19 12 12 19\"><\/polyline>\n                        <\/svg>\n                    <\/a>\n                <\/div>\n\n                <!-- Invest -->\n                <div class=\"service-card\">\n                    <h3>Invertir<\/h3>\n                    <span class=\"service-subtitle\">Genere riqueza a trav\u00e9s del sector inmobiliario<\/span>\n                    <p>Oportunidades de inversi\u00f3n basadas en datos<\/p>\n                    <a href=\"https:\/\/urrinarvaja.com\/es\/invest\/\" class=\"read-more\">\n                        Leer M\u00e1s\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line>\n                            <polyline points=\"12 5 19 12 12 19\"><\/polyline>\n                        <\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Contact Form Section -->\n    <section class=\"contact-form-section\">\n        <div class=\"contact-form-wrapper\">\n            <div class=\"form-header\">\n                <h2>Contact Us<\/h2>\n                <p>Get in touch to start your investment journey<\/p>\n            <\/div>\n\n            <div class=\"contact-form\">\n                <div class=\"success-message\" id=\"successMessage\">\n                    \u2713 Thank you! Your message has been sent successfully. We&#8217;ll get back to you within 24 hours. Check your downloads for our investment guide.\n                <\/div>\n                <div class=\"error-message\" id=\"errorMessage\">\n                    \u2717 There was an error sending your message. Please try again or contact us directly.\n                <\/div>\n\n                <form id=\"contactForm\" action=\"\">\n                    <div class=\"form-group\">\n                        <label for=\"name\">Nombre <span class=\"required\">*<\/span><\/label>\n                        <input type=\"text\" id=\"name\" name=\"name\" required placeholder=\"Por favor ingrese su nombre completo.\">\n                    <\/div>\n\n                    <div class=\"form-group\">\n                        <label for=\"email\">E-mail <span class=\"required\">*<\/span><\/label>\n                        <input type=\"email\" id=\"email\" name=\"email\" required placeholder=\"Por favor ingrese un correo electr\u00f3nico v\u00e1lido.\">\n                    <\/div>\n\n                    <div class=\"form-group\">\n                        <label for=\"phone\">Tel\u00e9fono <span class=\"required\">*<\/span><\/label>\n                        <input type=\"tel\" id=\"phone\" name=\"phone\" required placeholder=\"Por favor ingrese su n\u00famero de tel\u00e9fono.\">\n                    <\/div>\n\n                    <div class=\"form-group\">\n                        <label for=\"country\">Country<\/label>\n                        <select id=\"country\" name=\"country\">\n                            <option value=\"\">Select your country<\/option>\n                            <option value=\"Argentina\">Argentina<\/option>\n                            <option value=\"Spain\">Spain<\/option>\n                            <option value=\"United States\">United States<\/option>\n                            <option value=\"United Kingdom\">United Kingdom<\/option>\n                            <option value=\"Germany\">Germany<\/option>\n                            <option value=\"France\">France<\/option>\n                            <option value=\"Italy\">Italy<\/option>\n                            <option value=\"Brazil\">Brazil<\/option>\n                            <option value=\"Mexico\">Mexico<\/option>\n                            <option value=\"Chile\">Chile<\/option>\n                            <option value=\"Colombia\">Colombia<\/option>\n                            <option value=\"Peru\">Peru<\/option>\n                            <option value=\"Uruguay\">Uruguay<\/option>\n                            <option value=\"Other\">Other<\/option>\n                        <\/select>\n                    <\/div>\n\n                    <div class=\"form-group\">\n                        <label for=\"message\">Mensaje<\/label>\n                        <textarea id=\"message\" name=\"message\" placeholder=\"Opcional: dejar un mensaje.\"><\/textarea>\n                    <\/div>\n\n                    <button type=\"submit\" class=\"submit-btn\" id=\"submitBtn\">\n                        Enviar\n                    <\/button>\n                <input type=\"hidden\" name=\"trp-form-language\" value=\"es\"\/><\/form>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <script>\n        const SCRIPT_URL = \"https:\/\/script.google.com\/macros\/s\/AKfycbyj1SfpnANed-ENkJqCA3ahNu_Qrrpd0_y3DSzY604mPogApJsqLygLQbNc2rB3W1Je\/exec\";\n        const PDF_URL = \"https:\/\/drive.google.com\/uc?export=download&id=1Jz5EiN0TdRvMhh8j-N4bylz9vKF6MR0N\";\n\n        const form = document.getElementById('contactForm');\n        const submitBtn = document.getElementById('submitBtn');\n        const successMessage = document.getElementById('successMessage');\n        const errorMessage = document.getElementById('errorMessage');\n\n        form.addEventListener('submit', async (e) => {\n            e.preventDefault();\n            \n            \/\/ Hide previous messages\n            successMessage.style.display = 'none';\n            errorMessage.style.display = 'none';\n            \n            \/\/ Disable button and show loading\n            submitBtn.disabled = true;\n            submitBtn.innerHTML = '<span class=\"loading-spinner\"><\/span>Sending...';\n            \n            try {\n                \/\/ Get form data\n                const formData = {\n                    name: document.getElementById('name').value,\n                    email: document.getElementById('email').value,\n                    phone: document.getElementById('phone').value,\n                    country: document.getElementById('country').value || '',\n                    message: document.getElementById('message').value || '',\n                    source: window.location.href\n                };\n                \n                \/\/ Send to Google Sheets\n                const response = await fetch(SCRIPT_URL, {\n                    method: 'POST',\n                    mode: 'no-cors',\n                    headers: {\n                        'Content-Type': 'application\/json',\n                    },\n                    body: JSON.stringify(formData)\n                });\n                \n                \/\/ Show success message\n                successMessage.style.display = 'block';\n                form.reset();\n                \n                \/\/ Trigger PDF download\n                setTimeout(() => {\n                    const a = document.createElement('a');\n                    a.href = PDF_URL;\n                    a.download = \"Urrinarvaja_Investment_Guide.pdf\";\n                    document.body.appendChild(a);\n                    a.click();\n                    document.body.removeChild(a);\n                }, 500);\n                \n                \/\/ Scroll to success message\n                successMessage.scrollIntoView({ behavior: 'smooth', block: 'center' });\n                \n            } catch (error) {\n                console.error('Error:', error);\n                errorMessage.style.display = 'block';\n                errorMessage.scrollIntoView({ behavior: 'smooth', block: 'center' });\n            } finally {\n                \/\/ Re-enable button\n                submitBtn.disabled = false;\n                submitBtn.innerHTML = 'Send';\n            }\n        });\n    <\/script>\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>Urri Narvaja &#8211; Family Office &#038; Real Estate Urri Narvaja is a Family Office &#038; Real Estate firm based in Buenos Aires, Argentina. Your Buenos Aires Investment Journey Starts Here About Us At Urri Narvaja Real Estate, we don&#8217;t just sell properties\u2014we create connections between people and the places they&#8217;ll call home. With 25+ years [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"full-width-container","site-content-style":"unboxed","site-sidebar-style":"unboxed","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-69","page","type-page","status-publish","hentry"],"aioseo_notices":[],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"trp-custom-language-flag":false},"uagb_author_info":{"display_name":"urrinarvaja@gmail.com","author_link":"https:\/\/urrinarvaja.com\/es\/author\/urrinarvajagmail-com\/"},"uagb_comment_info":0,"uagb_excerpt":"Urri Narvaja &#8211; Family Office &#038; Real Estate Urri Narvaja is a Family Office &#038; Real Estate firm based in Buenos Aires, Argentina. Your Buenos Aires Investment Journey Starts Here About Us At Urri Narvaja Real Estate, we don&#8217;t just sell properties\u2014we create connections between people and the places they&#8217;ll call home. With 25+ years&hellip;","_links":{"self":[{"href":"https:\/\/urrinarvaja.com\/es\/wp-json\/wp\/v2\/pages\/69","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/urrinarvaja.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/urrinarvaja.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/urrinarvaja.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/urrinarvaja.com\/es\/wp-json\/wp\/v2\/comments?post=69"}],"version-history":[{"count":16,"href":"https:\/\/urrinarvaja.com\/es\/wp-json\/wp\/v2\/pages\/69\/revisions"}],"predecessor-version":[{"id":2105,"href":"https:\/\/urrinarvaja.com\/es\/wp-json\/wp\/v2\/pages\/69\/revisions\/2105"}],"wp:attachment":[{"href":"https:\/\/urrinarvaja.com\/es\/wp-json\/wp\/v2\/media?parent=69"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}