{"id":2112,"date":"2025-12-20T14:52:47","date_gmt":"2025-12-20T14:52:47","guid":{"rendered":"https:\/\/urrinarvaja.com\/?page_id=2112"},"modified":"2025-12-20T14:52:48","modified_gmt":"2025-12-20T14:52:48","slug":"resources","status":"publish","type":"page","link":"https:\/\/urrinarvaja.com\/es\/resources\/","title":{"rendered":"Resources"},"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>Resources &#8211; Urri Narvaja Real Estate<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@300;400;500;600;700&#038;family=Playfair+Display:wght@400;600;700&#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: 'Montserrat', sans-serif;\n            background-color: #ffffff;\n            color: #1a1a1a;\n            line-height: 1.6;\n        }\n\n        .resources-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 80px 20px;\n        }\n\n        .resources-header {\n            text-align: center;\n            margin-bottom: 70px;\n        }\n\n        .resources-header h1 {\n            font-family: 'Playfair Display', serif;\n            font-size: 3.5rem;\n            font-weight: 700;\n            color: #000000;\n            margin-bottom: 20px;\n            letter-spacing: -1px;\n        }\n\n        .resources-header p {\n            font-size: 1.2rem;\n            color: #666;\n            max-width: 700px;\n            margin: 0 auto;\n            line-height: 1.8;\n        }\n\n        .gold-accent {\n            width: 80px;\n            height: 3px;\n            background: linear-gradient(90deg, #d4af37, #f4e5b8, #d4af37);\n            margin: 30px auto;\n        }\n\n        .resources-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\n            gap: 30px;\n            margin-bottom: 80px;\n        }\n\n        .resource-card {\n            background: #ffffff;\n            border: 1px solid #e5e5e5;\n            border-radius: 8px;\n            padding: 35px;\n            transition: all 0.3s ease;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .resource-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 4px;\n            background: linear-gradient(90deg, #d4af37, #f4e5b8);\n            transform: scaleX(0);\n            transition: transform 0.3s ease;\n        }\n\n        .resource-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);\n            border-color: #d4af37;\n        }\n\n        .resource-card:hover::before {\n            transform: scaleX(1);\n        }\n\n        .resource-icon {\n            width: 50px;\n            height: 50px;\n            background: linear-gradient(135deg, #d4af37, #f4e5b8);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 20px;\n            font-size: 24px;\n        }\n\n        .resource-card h3 {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.5rem;\n            color: #000000;\n            margin-bottom: 15px;\n            font-weight: 600;\n        }\n\n        .resource-card p {\n            color: #666;\n            margin-bottom: 25px;\n            font-size: 0.95rem;\n            line-height: 1.7;\n        }\n\n        .resource-link {\n            display: inline-flex;\n            align-items: center;\n            color: #d4af37;\n            text-decoration: none;\n            font-weight: 500;\n            font-size: 0.95rem;\n            transition: all 0.3s ease;\n        }\n\n        .resource-link:hover {\n            color: #000000;\n            gap: 8px;\n        }\n\n        .resource-link svg {\n            margin-left: 8px;\n            transition: transform 0.3s ease;\n        }\n\n        .resource-link:hover svg {\n            transform: translateX(5px);\n        }\n\n        .cta-section {\n            background: linear-gradient(135deg, #000000 0%, #2a2a2a 100%);\n            border-radius: 12px;\n            padding: 60px 40px;\n            text-align: center;\n            margin-top: 60px;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .cta-section::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 3px;\n            background: linear-gradient(90deg, #d4af37, #f4e5b8, #d4af37);\n        }\n\n        .cta-section h2 {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.5rem;\n            color: #ffffff;\n            margin-bottom: 20px;\n        }\n\n        .cta-section p {\n            color: #e5e5e5;\n            font-size: 1.1rem;\n            margin-bottom: 35px;\n            max-width: 600px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .cta-buttons {\n            display: flex;\n            gap: 20px;\n            justify-content: center;\n            flex-wrap: wrap;\n        }\n\n        .cta-button {\n            display: inline-flex;\n            align-items: center;\n            padding: 16px 35px;\n            background: linear-gradient(135deg, #d4af37, #f4e5b8);\n            color: #000000;\n            text-decoration: none;\n            border-radius: 6px;\n            font-weight: 600;\n            transition: all 0.3s ease;\n            font-size: 1rem;\n        }\n\n        .cta-button:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 10px 30px rgba(212, 175, 55, 0.4);\n        }\n\n        .cta-button.secondary {\n            background: transparent;\n            border: 2px solid #d4af37;\n            color: #d4af37;\n        }\n\n        .cta-button.secondary:hover {\n            background: #d4af37;\n            color: #000000;\n        }\n\n        @media (max-width: 768px) {\n            .resources-header h1 {\n                font-size: 2.5rem;\n            }\n\n            .resources-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .cta-section {\n                padding: 40px 25px;\n            }\n\n            .cta-section h2 {\n                font-size: 2rem;\n            }\n\n            .cta-buttons {\n                flex-direction: column;\n                align-items: stretch;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"resources-container\">\n        <div class=\"resources-header\">\n            <h1>Investment Resources<\/h1>\n            <div class=\"gold-accent\"><\/div>\n            <p>Access comprehensive guides and market insights to help you make informed decisions about investing in Buenos Aires real estate.<\/p>\n        <\/div>\n\n        <div class=\"resources-grid\">\n            <div class=\"resource-card\">\n                <div class=\"resource-icon\">\ud83d\udcb0<\/div>\n                <h3>Property Buying Costs<\/h3>\n                <p>Complete breakdown of all costs involved when purchasing property in Buenos Aires as a foreign investor, including taxes, fees, and legal expenses.<\/p>\n                <a href=\"https:\/\/urrinarvaja.com\/es\/property-buying-costs-buenos-aires\/\" class=\"resource-link\">\n                    Read Full Guide\n                    <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n                        <path d=\"M5 12h14M12 5l7 7-7 7\"\/>\n                    <\/svg>\n                <\/a>\n            <\/div>\n\n            <div class=\"resource-card\">\n                <div class=\"resource-icon\">\ud83d\udcca<\/div>\n                <h3>Property Selling Costs<\/h3>\n                <p>Understand all expenses associated with selling property in Buenos Aires, including capital gains tax, agent commissions, and closing costs.<\/p>\n                <a href=\"https:\/\/urrinarvaja.com\/es\/property-selling-costs-buenos-aires\/\" class=\"resource-link\">\n                    Read Full Guide\n                    <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n                        <path d=\"M5 12h14M12 5l7 7-7 7\"\/>\n                    <\/svg>\n                <\/a>\n            <\/div>\n\n            <div class=\"resource-card\">\n                <div class=\"resource-icon\">\ud83c\udfd9\ufe0f<\/div>\n                <h3>Investment Guide<\/h3>\n                <p>Essential information about investing in Buenos Aires real estate, covering market dynamics, returns, and strategic considerations for foreign investors.<\/p>\n                <a href=\"https:\/\/urrinarvaja.com\/es\/invest-buenos-aires-real-estate\/\" class=\"resource-link\">\n                    Read Full Guide\n                    <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n                        <path d=\"M5 12h14M12 5l7 7-7 7\"\/>\n                    <\/svg>\n                <\/a>\n            <\/div>\n\n            <div class=\"resource-card\">\n                <div class=\"resource-icon\">\ud83d\udd11<\/div>\n                <h3>Buying Process for Foreign Investors<\/h3>\n                <p>Step-by-step guide navigating the entire property acquisition process in Buenos Aires, from initial search to final ownership transfer.<\/p>\n                <a href=\"https:\/\/urrinarvaja.com\/es\/how-to-buy-property-buenos-aires-foreign-investor\/\" class=\"resource-link\">\n                    Read Full Guide\n                    <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n                        <path d=\"M5 12h14M12 5l7 7-7 7\"\/>\n                    <\/svg>\n                <\/a>\n            <\/div>\n\n            <div class=\"resource-card\">\n                <div class=\"resource-icon\">\ud83d\udccd<\/div>\n                <h3>Best Neighborhoods for Investment<\/h3>\n                <p>In-depth analysis of the top Buenos Aires neighborhoods offering the best returns, rental yields, and capital appreciation potential.<\/p>\n                <a href=\"https:\/\/urrinarvaja.com\/es\/best-neighborhoods-buenos-aires-investment\/\" class=\"resource-link\">\n                    Read Full Guide\n                    <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n                        <path d=\"M5 12h14M12 5l7 7-7 7\"\/>\n                    <\/svg>\n                <\/a>\n            <\/div>\n\n            <div class=\"resource-card featured\">\n                <div class=\"resource-icon\">\ud83e\uddee<\/div>\n                <h3>ROI Calculator<\/h3>\n                <p>Calculate your potential return on investment for Buenos Aires properties. Get instant projections on rental yields, cash flow, and long-term appreciation.<\/p>\n                <a href=\"https:\/\/urrinarvaja.com\/es\/buenos-aires-real-estate-roi-calculator\/\" class=\"resource-link\">\n                    Try Calculator\n                    <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n                        <path d=\"M5 12h14M12 5l7 7-7 7\"\/>\n                    <\/svg>\n                <\/a>\n            <\/div>\n\n            <div class=\"resource-card\">\n                <div class=\"resource-icon\">\ud83d\udcc8<\/div>\n                <h3>Free Market Report<\/h3>\n                <p>Get access to our latest market report with current trends, pricing data, and investment opportunities in Buenos Aires real estate.<\/p>\n                <a href=\"https:\/\/urrinarvaja.com\/es\/free-market-report\/\" class=\"resource-link\">\n                    Download Report\n                    <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n                        <path d=\"M5 12h14M12 5l7 7-7 7\"\/>\n                    <\/svg>\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"cta-section\">\n            <h2>Ready to Start Your Investment Journey?<\/h2>\n            <p>Our team is here to guide you through every step of investing in Buenos Aires real estate. Schedule a consultation or reach out directly.<\/p>\n            <div class=\"cta-buttons\">\n                <a href=\"https:\/\/calendly.com\/urrinarvaja\/30min\" class=\"cta-button\" target=\"_blank\">Schedule a Call<\/a>\n                <a href=\"https:\/\/wa.me\/5491138580587\" class=\"cta-button secondary\" target=\"_blank\">WhatsApp Argentina<\/a>\n                <a href=\"https:\/\/wa.me\/34651899948\" class=\"cta-button secondary\" target=\"_blank\">WhatsApp Spain<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>Resources &#8211; Urri Narvaja Real Estate Investment Resources Access comprehensive guides and market insights to help you make informed decisions about investing in Buenos Aires real estate. \ud83d\udcb0 Property Buying Costs Complete breakdown of all costs involved when purchasing property in Buenos Aires as a foreign investor, including taxes, fees, and legal expenses. Read Full [&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":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","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":"","ast-breadcrumbs-content":"","ast-featured-img":"","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-2112","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":"Resources &#8211; Urri Narvaja Real Estate Investment Resources Access comprehensive guides and market insights to help you make informed decisions about investing in Buenos Aires real estate. \ud83d\udcb0 Property Buying Costs Complete breakdown of all costs involved when purchasing property in Buenos Aires as a foreign investor, including taxes, fees, and legal expenses. Read Full&hellip;","_links":{"self":[{"href":"https:\/\/urrinarvaja.com\/es\/wp-json\/wp\/v2\/pages\/2112","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=2112"}],"version-history":[{"count":1,"href":"https:\/\/urrinarvaja.com\/es\/wp-json\/wp\/v2\/pages\/2112\/revisions"}],"predecessor-version":[{"id":2113,"href":"https:\/\/urrinarvaja.com\/es\/wp-json\/wp\/v2\/pages\/2112\/revisions\/2113"}],"wp:attachment":[{"href":"https:\/\/urrinarvaja.com\/es\/wp-json\/wp\/v2\/media?parent=2112"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}