[{"id":"html","name":"Html","className":"HtmlPlugin","icon":"fas fa-code","hash":["1pg40riv0hf"],"parent":null,"type":"draggable","classType":"section-htmlPlugin","value":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<!-- Google tag (gtag.js) -->\n\n\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\n<title>Real Estate Agency in Gràcia and Barcelona | InModerna GSI</title>\n\n<meta name=\"description\" content=\"Your trusted real estate portal\">\n\n<meta name=\"robots\" content=\"index, follow, max-image-preview:large\">\n<meta name=\"author\" content=\"InModerna GSI\">\n<meta name=\"theme-color\" content=\"#1e40af\">\n\n<link rel=\"canonical\" href=\"https://www.inmoderna.es/en\">\n\n<link rel=\"alternate\" hreflang=\"ca\" href=\"https://www.inmoderna.es/ca\">\n<link rel=\"alternate\" hreflang=\"es\" href=\"https://www.inmoderna.es/es\">\n<link rel=\"alternate\" hreflang=\"en\" href=\"https://www.inmoderna.es/en\">\n<link rel=\"alternate\" hreflang=\"fr\" href=\"https://www.inmoderna.es/fr\">\n<link rel=\"alternate\" hreflang=\"x-default\" href=\"https://www.inmoderna.es/en\">\n\n<meta property=\"og:type\" content=\"website\">\n<meta property=\"og:locale\" content=\"en_GB\">\n<meta property=\"og:site_name\" content=\"InModerna GSI\">\n<meta property=\"og:title\" content=\"Real Estate Agency in Gràcia and Barcelona | InModerna GSI\">\n<meta property=\"og:description\" content=\"Property sales and rentals, home valuations, property administration and real estate services in Barcelona.\">\n<meta property=\"og:url\" content=\"https://www.inmoderna.es/en\">\n\n<meta name=\"twitter:card\" content=\"summary\">\n<meta name=\"twitter:title\" content=\"Real Estate Agency in Gràcia and Barcelona | InModerna GSI\">\n<meta name=\"twitter:description\" content=\"InModerna GSI, a real estate agency in Gràcia specialised in property sales, rentals, home valuations and property administration.\">\n\n<style>\nbody{\n margin:0;\n font-family:'Segoe UI', sans-serif;\n background:#f5f7fb;\n color:#1f2937;\n}\n\n/* ORIGINAL HERO */\n.hero{\n height:92vh;\n position:relative;\n overflow:hidden;\n}\n\n.slide{\n position:absolute;\n inset:0;\n background-size:cover;\n background-position:center;\n opacity:0;\n transition:opacity 1.2s ease;\n}\n\n.slide.active{\n opacity:1;\n}\n\n.overlay{\n position:absolute;\n inset:0;\n background:rgba(0,0,0,0.45);\n}\n\n.hero-content{\n position:absolute;\n z-index:2;\n top:50%;\n left:50%;\n transform:translate(-50%,-50%);\n text-align:center;\n color:white;\n width:95%;\n}\n\n.hero h1{\n font-size:62px;\n margin-bottom:10px;\n letter-spacing:3px;\n text-transform:uppercase;\n}\n\n.hero p{\n font-size:18px;\n opacity:0.95;\n max-width:850px;\n margin:0 auto;\n line-height:1.7;\n}\n\n/* ORIGINAL SEARCH BOX */\n.search{\n margin-top:25px;\n display:flex;\n flex-direction:column;\n gap:10px;\n align-items:center;\n}\n\n.row{\n display:flex;\n flex-wrap:wrap;\n justify-content:center;\n gap:10px;\n}\n\n.search select{\n padding:12px 14px;\n border-radius:30px;\n border:none;\n min-width:180px;\n font-size:14px;\n outline:none;\n}\n\n.search button{\n margin-top:10px;\n padding:12px 30px;\n border-radius:30px;\n border:none;\n background:white;\n color:#1f2937;\n font-weight:600;\n cursor:pointer;\n transition:0.3s;\n}\n\n.search button:hover{\n transform:scale(1.05);\n}\n\n/* SECTIONS */\n.section{\n max-width:1200px;\n margin:80px auto;\n padding:0 20px;\n}\n\n.title{\n text-align:center;\n font-size:38px;\n margin-bottom:10px;\n color:#1f2937;\n}\n\n.line{\n width:80px;\n height:4px;\n background:#1e40af;\n margin:0 auto 40px;\n border-radius:20px;\n}\n\n/* ORIGINAL SERVICES STYLE */\n.grid{\n display:grid;\n grid-template-columns:repeat(auto-fit,minmax(200px,1fr));\n gap:18px;\n}\n\n.card{\n background:white;\n padding:22px;\n border-radius:16px;\n text-align:center;\n text-decoration:none;\n color:#1f2937;\n box-shadow:0 10px 25px rgba(0,0,0,0.05);\n transition:0.3s;\n}\n\n.card:hover{\n transform:translateY(-6px);\n}\n\n.icon{\n font-size:22px;\n display:block;\n margin-bottom:10px;\n opacity:0.85;\n}\n\n.card strong{\n display:block;\n font-size:17px;\n margin-bottom:8px;\n}\n\n.card span.text{\n display:block;\n font-size:14px;\n line-height:1.6;\n color:#555;\n}\n\n/* SEO TEXT BLOCKS, SAME CLEAN STYLE */\n.seo-box{\n background:white;\n padding:38px;\n border-radius:18px;\n box-shadow:0 10px 25px rgba(0,0,0,0.05);\n max-width:1050px;\n margin:0 auto;\n text-align:center;\n}\n\n.seo-box p{\n font-size:18px;\n line-height:1.9;\n color:#555;\n max-width:900px;\n margin:0 auto 18px;\n}\n\n.seo-grid{\n display:grid;\n grid-template-columns:repeat(auto-fit,minmax(240px,1fr));\n gap:20px;\n margin-top:30px;\n}\n\n.seo-mini-card{\n background:#fafafa;\n border-radius:16px;\n padding:24px;\n text-align:left;\n box-shadow:0 8px 20px rgba(0,0,0,0.04);\n}\n\n.seo-mini-card h3{\n margin:0 0 10px;\n color:#1f2937;\n font-size:20px;\n}\n\n.seo-mini-card p{\n font-size:16px;\n line-height:1.7;\n margin:0;\n color:#555;\n text-align:left;\n}\n\n.center-links{\n display:flex;\n justify-content:center;\n gap:35px;\n margin-top:35px;\n flex-wrap:wrap;\n}\n\n.link{\n font-weight:600;\n text-decoration:none;\n color:#1f2937;\n position:relative;\n}\n\n.link::after{\n content:'';\n position:absolute;\n left:0;\n bottom:-4px;\n width:0%;\n height:2px;\n background:#1e40af;\n transition:0.3s;\n}\n\n.link:hover::after{\n width:100%;\n}\n\n/* CTA */\n.cta-section{\n background:#1e40af;\n color:white;\n border-radius:18px;\n padding:45px 35px;\n text-align:center;\n max-width:1050px;\n margin:0 auto;\n}\n\n.cta-section h2{\n margin:0 0 15px;\n font-size:34px;\n color:white;\n}\n\n.cta-section p{\n max-width:850px;\n margin:0 auto 25px;\n color:white;\n font-size:18px;\n line-height:1.8;\n}\n\n.cta-actions{\n display:flex;\n justify-content:center;\n flex-wrap:wrap;\n gap:14px;\n}\n\n.btn{\n display:inline-block;\n padding:12px 25px;\n border-radius:30px;\n text-decoration:none;\n font-weight:600;\n transition:0.3s;\n font-size:16px;\n}\n\n.btn:hover{\n transform:scale(1.04);\n}\n\n.btn-white{\n background:white;\n color:#1e40af;\n}\n\n.btn-outline-white{\n background:transparent;\n color:white;\n border:1px solid white;\n}\n\n.btn-whatsapp{\n background:white;\n color:#25d366;\n border:1px solid #25d366;\n}\n\n/* SOCIAL MEDIA */\n.social-footer{\n max-width:1200px;\n margin:40px auto 90px;\n padding:0 20px;\n text-align:center;\n}\n\n.social-footer h2{\n font-size:22px;\n font-weight:600;\n color:#1f2937;\n margin-bottom:18px;\n}\n\n.social-icons{\n display:flex;\n justify-content:center;\n align-items:center;\n gap:16px;\n flex-wrap:wrap;\n}\n\n.social-icons a{\n width:42px;\n height:42px;\n border-radius:50%;\n background:white;\n display:flex;\n align-items:center;\n justify-content:center;\n box-shadow:0 8px 20px rgba(0,0,0,0.08);\n border:1px solid rgba(30,64,175,0.12);\n transition:0.3s;\n}\n\n.social-icons a:hover{\n transform:translateY(-4px);\n background:#1e40af;\n}\n\n.social-icons svg{\n width:20px;\n height:20px;\n fill:#1e40af;\n transition:0.3s;\n}\n\n.social-icons a:hover svg{\n fill:white;\n}\n\n/* MOBILE BAR */\n.mobile-bar{\n display:none;\n}\n\n@media(max-width:768px){\n .hero h1{\n font-size:40px;\n }\n\n .hero p{\n font-size:16px;\n padding:0 12px;\n }\n\n .section{\n margin:55px auto;\n }\n\n .title{\n font-size:30px;\n }\n\n .seo-box{\n padding:28px 20px;\n }\n\n .seo-box p{\n font-size:16px;\n }\n\n .cta-section h2{\n font-size:28px;\n }\n\n .cta-actions{\n flex-direction:column;\n }\n\n .btn{\n width:100%;\n box-sizing:border-box;\n }\n\n .social-footer{\n margin-bottom:95px;\n }\n\n .social-icons a{\n width:38px;\n height:38px;\n }\n\n .social-icons svg{\n width:18px;\n height:18px;\n }\n\n .mobile-bar{\n display:flex;\n position:fixed;\n left:0;\n right:0;\n bottom:0;\n z-index:999;\n box-shadow:0 -6px 20px rgba(0,0,0,0.15);\n }\n\n .mobile-bar a{\n flex:1;\n text-align:center;\n padding:15px 10px;\n text-decoration:none;\n font-weight:600;\n }\n\n .mobile-bar .whatsapp{\n background:white;\n color:#25d366;\n border-top:1px solid #25d366;\n }\n\n .mobile-bar .call{\n background:#1e40af;\n color:white;\n }\n\n body{\n padding-bottom:60px;\n }\n}\n</style>\n</head>\n\n<body>\n\n<!-- HERO WITH BACKGROUND IMAGE AND SEARCH BAR -->\n<header class=\"hero\" aria-labelledby=\"home-title\">\n\n <div class=\"slide active\" style=\"background-image:url('https://inmoderna.es/images/Miradas%205.803.jpg');\"></div>\n\n <div class=\"overlay\"></div>\n\n <div class=\"hero-content\">\n <h1 id=\"home-title\">InModerna GSI</h1>\n\n <p>\n Your trusted real estate portal\n </p>\n\n <form class=\"search\" action=\"https://www.inmoderna.es/en/purchase/homes/barcelona/barcelona\" method=\"get\" aria-label=\"Property search\">\n <div class=\"row\">\n <select name=\"operation\" aria-label=\"Operation\">\n <option value=\"purchase\">Purchase</option>\n <option value=\"rental\">Rental</option>\n <option value=\"seasonal\">Seasonal rental</option>\n </select>\n\n <select name=\"type\" aria-label=\"Property type\">\n <option value=\"homes\">Apartments and houses</option>\n <option value=\"commercial-premises\">Commercial premises</option>\n <option value=\"garages\">Garages</option>\n <option value=\"buildings\">Buildings</option>\n <option value=\"land\">Land</option>\n </select>\n\n <select name=\"province\" aria-label=\"Province\">\n <option value=\"barcelona\">Barcelona</option>\n <option value=\"girona\">Girona</option>\n <option value=\"lleida\">Lleida</option>\n <option value=\"tarragona\">Tarragona</option>\n <option value=\"tenerife\">Tenerife</option>\n </select>\n </div>\n\n <button type=\"submit\">Search</button>\n </form>\n </div>\n</header>\n\n<main>\n\n <!-- SERVICES -->\n <section class=\"section\" aria-labelledby=\"services-title\">\n <h2 class=\"title\" id=\"services-title\">Our services</h2>\n <div class=\"line\"></div>\n\n <div class=\"grid\">\n\n <a class=\"card\" href=\"https://www.inmoderna.es/en/content/value-your-property\" title=\"Value your property in Barcelona\">\n <span class=\"icon\">▢</span>\n <strong>Value your property</strong>\n <span class=\"text\">Discover the real value of your home in Barcelona with a professional valuation.</span>\n </a>\n\n <a class=\"card\" href=\"https://www.inmoderna.es/en/content/property-management-services\" title=\"Property administration in Barcelona\">\n <span class=\"icon\">▤</span>\n <strong>Property administration</strong>\n <span class=\"text\">Close and professional management of homeowners’ associations.</span>\n </a>\n\n <a class=\"card\" href=\"https://www.inmoderna.es/en/purchase/homes/barcelona/barcelona\" title=\"Properties for sale in Barcelona\">\n <span class=\"icon\">▥</span>\n <strong>Property listings</strong>\n <span class=\"text\">Browse apartments and houses for sale or rent in Barcelona.</span>\n </a>\n\n <a class=\"card\" href=\"https://www.inmoderna.es/en/content/insurance\" title=\"Home insurance\">\n <span class=\"icon\">◯</span>\n <strong>Occident Insurance</strong>\n <span class=\"text\">Insurance solutions linked to housing and real estate assets.</span>\n </a>\n\n <a class=\"card\" href=\"https://www.inmoderna.es/en/content/renovations\" title=\"Renovations in Barcelona\">\n <span class=\"icon\">▧</span>\n <strong>Renovations</strong>\n <span class=\"text\">Improve your property before selling, renting or moving in.</span>\n </a>\n\n <a class=\"card\" href=\"https://www.inmoderna.es/en/content/mortgage-broker\" title=\"Mortgage broker in Barcelona\">\n <span class=\"icon\">▦</span>\n <strong>Mortgage broker</strong>\n <span class=\"text\">Advice to help you find suitable mortgage financing options.</span>\n </a>\n\n <a class=\"card\" href=\"https://www.inmoderna.es/en/seccion/enterprise\" title=\"About InModerna GSI\">\n <span class=\"icon\">◻</span>\n <strong>About us</strong>\n <span class=\"text\">Get to know InModerna GSI and our real estate team in Gràcia.</span>\n </a>\n\n <a class=\"card\" href=\"https://www.inmoderna.es/en/seccion/contact\" title=\"Contact InModerna GSI\">\n <span class=\"icon\">✦</span>\n <strong>Contact</strong>\n <span class=\"text\">Talk to us about selling, renting or valuing your property.</span>\n </a>\n\n <a class=\"card\" href=\"https://www.inmoderna.es/en/content/collaboration-plans\" title=\"Real estate collaboration plans\">\n <span class=\"icon\">◈</span>\n <strong>Collaboration plans</strong>\n <span class=\"text\">Collaboration options and services adapted to each property owner.</span>\n </a>\n\n <a class=\"card\" href=\"https://www.inmoderna.es/en/content/blog-en\" title=\"InModerna real estate blog\">\n <span class=\"icon\">✎</span>\n <strong>Blog</strong>\n <span class=\"text\">Tips and news about the real estate market.</span>\n </a>\n\n </div>\n </section>\n\n <!-- LOCAL SEO BLOCK, AFTER SERVICES -->\n <section class=\"section\" aria-labelledby=\"seo-local-title\">\n <h2 class=\"title\" id=\"seo-local-title\">Local real estate agency in Barcelona</h2>\n <div class=\"line\"></div>\n\n <div class=\"seo-box\">\n <p>\n InModerna GSI is a real estate agency located in the neighbourhood of Gràcia, Barcelona, specialised in property sales and rentals, home valuations, property administration, renovations and real estate asset management.\n </p>\n\n <p>\n We work with property owners who want to sell, rent or value their home, as well as with buyers and tenants looking for professional guidance in the Barcelona real estate market.\n </p>\n\n <div class=\"seo-grid\">\n\n <article class=\"seo-mini-card\">\n <h3>Property sales in Barcelona</h3>\n <p>\n We help you define the right price, prepare your property, promote it and negotiate with greater confidence.\n </p>\n </article>\n\n <article class=\"seo-mini-card\">\n <h3>Home valuations</h3>\n <p>\n If you want to know how much your property is worth, we provide an indicative valuation based on real market data.\n </p>\n </article>\n\n <article class=\"seo-mini-card\">\n <h3>Property administration</h3>\n <p>\n We manage homeowners’ associations with proximity, control and professional service.\n </p>\n </article>\n\n </div>\n\n <div class=\"center-links\">\n <a class=\"link\" href=\"https://www.inmoderna.es/en/content/value-your-property\">Value your property</a>\n <a class=\"link\" href=\"https://www.inmoderna.es/en/seccion/contact\">Contact</a>\n <a class=\"link\" href=\"https://www.inmoderna.es/en/purchase/homes/barcelona/barcelona\">View properties</a>\n </div>\n </div>\n </section>\n\n <!-- OWNER CTA -->\n <section class=\"section\" aria-labelledby=\"owners-title\">\n <div class=\"cta-section\">\n <h2 id=\"owners-title\">Are you a property owner and want to know how much your home is worth?</h2>\n\n <p>\n Before selling a property in Barcelona, it is important to know its real value. At InModerna GSI, we help you with a professional valuation, with no obligation.\n </p>\n\n <div class=\"cta-actions\">\n <a href=\"https://www.inmoderna.es/en/content/value-your-property\" class=\"btn btn-white\" title=\"Value your property in Barcelona\">\n Request a free valuation\n </a>\n\n <a href=\"https://www.inmoderna.es/en/seccion/contact\" class=\"btn btn-outline-white\" title=\"Contact InModerna GSI\">\n Contact InModerna\n </a>\n\n <a href=\"https://wa.me/34602258846\" class=\"btn btn-whatsapp\" target=\"_blank\" rel=\"noopener\" title=\"Contact by WhatsApp\">\n WhatsApp\n </a>\n </div>\n </div>\n </section>\n\n <!-- SOCIAL MEDIA -->\n <section class=\"social-footer\" aria-label=\"InModerna GSI social media\">\n <h2>Follow us on social media</h2>\n\n <div class=\"social-icons\">\n\n <a href=\"https://www.facebook.com/InModernaGSI/\" target=\"_blank\" rel=\"noopener\" title=\"InModerna GSI Facebook\" aria-label=\"Facebook\">\n <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n <path d=\"M22 12.06C22 6.48 17.52 2 11.94 2S2 6.48 2 12.06c0 5.02 3.66 9.18 8.44 9.94v-7.03H7.9v-2.91h2.54V9.84c0-2.5 1.49-3.88 3.77-3.88 1.09 0 2.23.2 2.23.2v2.45h-1.25c-1.24 0-1.63.77-1.63 1.56v1.89h2.77l-.44 2.91h-2.33V22c4.78-.76 8.44-4.92 8.44-9.94z\"/>\n </svg>\n </a>\n\n <a href=\"https://www.instagram.com/inmodernagsi/\" target=\"_blank\" rel=\"noopener\" title=\"InModerna GSI Instagram\" aria-label=\"Instagram\">\n <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n <path d=\"M7.75 2h8.5A5.76 5.76 0 0 1 22 7.75v8.5A5.76 5.76 0 0 1 16.25 22h-8.5A5.76 5.76 0 0 1 2 16.25v-8.5A5.76 5.76 0 0 1 7.75 2zm0 2A3.75 3.75 0 0 0 4 7.75v8.5A3.75 3.75 0 0 0 7.75 20h8.5A3.75 3.75 0 0 0 20 16.25v-8.5A3.75 3.75 0 0 0 16.25 4h-8.5zM12 7.3A4.7 4.7 0 1 1 12 16.7 4.7 4.7 0 0 1 12 7.3zm0 2A2.7 2.7 0 1 0 12 14.7 2.7 2.7 0 0 0 12 9.3zm5.1-2.35a1.1 1.1 0 1 1-2.2 0 1.1 1.1 0 0 1 2.2 0z\"/>\n </svg>\n </a>\n\n <a href=\"https://www.tiktok.com/@inmodernagsi?lang=es\" target=\"_blank\" rel=\"noopener\" title=\"InModerna GSI TikTok\" aria-label=\"TikTok\">\n <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n <path d=\"M16.6 5.82a5.72 5.72 0 0 0 3.4 1.09v3.02a8.6 8.6 0 0 1-3.38-.72v6.45A6.34 6.34 0 1 1 10.28 9.3c.36 0 .72.03 1.07.09v3.15a3.23 3.23 0 1 0 2.25 3.08V2h3a5.7 5.7 0 0 0 0 3.82z\"/>\n </svg>\n </a>\n\n <a href=\"https://www.youtube.com/@inmodernagsi9310\" target=\"_blank\" rel=\"noopener\" title=\"InModerna GSI YouTube\" aria-label=\"YouTube\">\n <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n <path d=\"M23.5 6.2a3 3 0 0 0-2.1-2.12C19.55 3.58 12 3.58 12 3.58s-7.55 0-9.4.5A3 3 0 0 0 .5 6.2 31.3 31.3 0 0 0 0 12a31.3 31.3 0 0 0 .5 5.8 3 3 0 0 0 2.1 2.12c1.85.5 9.4.5 9.4.5s7.55 0 9.4-.5a3 3 0 0 0 2.1-2.12A31.3 31.3 0 0 0 24 12a31.3 31.3 0 0 0-.5-5.8zM9.55 15.57V8.43L15.82 12l-6.27 3.57z\"/>\n </svg>\n </a>\n\n </div>\n </section>\n\n</main>\n\n<div class=\"mobile-bar\">\n <a class=\"whatsapp\" href=\"https://wa.me/34602258846\" target=\"_blank\" rel=\"noopener\" title=\"Contact InModerna GSI by WhatsApp\">\n WhatsApp\n </a>\n\n <a class=\"call\" href=\"tel:+34931458736\" title=\"Call InModerna GSI\">\n Call\n </a>\n</div>\n\n</body>\n</html>","limit":-1,"order":101},{"id":"sectionOne","name":"1 columna","className":"SectionOne","img":"/plugins/sectionOne/img/column-1.png","hash":["lmvvw0j733"],"parent":null,"type":"droppable","classType":"section","value":"","limit":-1,"order":0},{"id":"highlights","name":"Destacados","className":"Highlights","icon":"fas fa-star","hash":["8c6tmzy0yik"],"parent":"lmvvw0j733","type":"draggable","classType":"section-highlights","value":"","limit":1,"order":50},{"id":"last-properties","name":"Últimas propiedades","className":"LastProperties","icon":"far fa-layer-plus","hash":["rh46t7vxxk"],"parent":"lmvvw0j733","type":"draggable","classType":"section-last-properties","value":"","limit":1,"order":50},{"id":"last-properties-rent","name":"Últimas propiedades alquiler","className":"LastPropertiesRent","icon":"far fa-layer-plus","hash":["2p1wnibx0dk"],"parent":"lmvvw0j733","type":"draggable","classType":"section-last-properties-rent","value":"","limit":1,"order":50},{"id":"googleMaps","name":"Google Maps","className":"GoogleMapsPlugin","icon":"fas fa-map-marker-alt","hash":["btx6nfmxje8"],"parent":null,"type":"draggable","classType":"section-googleMaps","value":"{\"iframeUrl\":\"<iframe src=\\\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2992.8307653193597!2d2.154910676519852!3d41.399481495244245!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x12a4a3104267be67%3A0x6495657688193be!2sInModerna%20GSI!5e0!3m2!1ses!2ses!4v1689711048769!5m2!1ses!2ses\\\" width=\\\"600\\\" height=\\\"450\\\" style=\\\"border:0;\\\" allowfullscreen=\\\"\\\" loading=\\\"lazy\\\" referrerpolicy=\\\"no-referrer-when-downgrade\\\"></iframe>\",\"iframeHtml\":\"<iframe src=\\\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2992.8307653193597!2d2.154910676519852!3d41.399481495244245!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x12a4a3104267be67%3A0x6495657688193be!2sInModerna%20GSI!5e0!3m2!1ses!2ses!4v1689711048769!5m2!1ses!2ses\\\" width=\\\"100%\\\" height=\\\"450\\\" style=\\\"border:0;\\\" allowfullscreen=\\\"\\\" loading=\\\"lazy\\\" referrerpolicy=\\\"no-referrer-when-downgrade\\\"></iframe>\"}","limit":-1,"order":99}]
Real Estate Agency in Gràcia and Barcelona | InModerna GSI

InModerna GSI

Your trusted real estate portal

Our services

Local real estate agency in Barcelona

InModerna GSI is a real estate agency located in the neighbourhood of Gràcia, Barcelona, specialised in property sales and rentals, home valuations, property administration, renovations and real estate asset management.

We work with property owners who want to sell, rent or value their home, as well as with buyers and tenants looking for professional guidance in the Barcelona real estate market.

Property sales in Barcelona

We help you define the right price, prepare your property, promote it and negotiate with greater confidence.

Home valuations

If you want to know how much your property is worth, we provide an indicative valuation based on real market data.

Property administration

We manage homeowners’ associations with proximity, control and professional service.

Are you a property owner and want to know how much your home is worth?

Before selling a property in Barcelona, it is important to know its real value. At InModerna GSI, we help you with a professional valuation, with no obligation.

featured

Latest for Sale

for sale

Flats , 65.00 m2

  • 447.000€
  • 2 Beds.
  • 65.00 m2
Since 5 days
for sale

Flats , 225.00 m2

  • 369.000€
  • 3 Beds.
  • 225.00 m2
Since 74 days

Latest for Rent


Cargando datos. Un momento, por favor...