{"id":1985,"date":"2026-04-17T10:54:51","date_gmt":"2026-04-17T08:54:51","guid":{"rendered":"https:\/\/christiesrealestate-barcelona.es\/favorites\/"},"modified":"2026-05-05T18:04:36","modified_gmt":"2026-05-05T16:04:36","slug":"favorites","status":"publish","type":"page","link":"https:\/\/christiesrealestate-barcelona.es\/en\/favorites\/","title":{"rendered":"Favorites"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1985\" class=\"elementor elementor-1985 elementor-1212\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-69b08cc e-con-full e-flex e-con e-parent\" data-id=\"69b08cc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9544121 e-con-full e-flex e-con e-child\" data-id=\"9544121\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<h2 \n\t\tdata-interaction-id=\"be5fe20\" \n\t\tclass=\"e-be5fe20-763e3c5 e-heading-base\" \n\t\t \n\t\tdata-e-type=\"widget\" data-id=\"be5fe20\"\n\t>\n\t\n\t\t\tMy Property Selection\n\t\t<\/h2>\n\t\t\t\t\t\t\t\t<p class=\"e-8708ff4-fb98a6c e-paragraph-base\" data-interaction-id=\"8708ff4\"  data-e-type=\"widget\" data-id=\"8708ff4\">\n\t\t\t\t\t\t\t\tWe present below an exclusive selection of properties that match your preferences. We invite you to complete the contact form with your details, so that our experts can provide you with detailed information about each property as soon as possible.\n\t\t\t\t\t<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<h2 \n\t\tdata-interaction-id=\"5869917\" \n\t\tclass=\"e-5869917-d6b6fd7 e-heading-base\" \n\t\t \n\t\tdata-e-type=\"widget\" data-id=\"5869917\"\n\t>\n\t\n\t\t\tYour Favorite Properties\n\t\t<\/h2>\n\t\t\t\t<div class=\"elementor-element elementor-element-9a429d3 elementor-widget elementor-widget-button\" data-id=\"9a429d3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/christiesrealestate-barcelona.es\/en\/properties\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">VIEW FULL PORTFOLIO<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b14bc55 e-flex e-con-boxed e-con e-parent\" data-id=\"b14bc55\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-50f32a1 elementor-widget elementor-widget-shortcode\" data-id=\"50f32a1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\t<div class=\"tarjetas-inmuebles christies-favoritos-shortcode\">\n\t\t<div class=\"container px-2\">\n\t\t\t<div id=\"christies-favoritos-empty\" class=\"text-muted mt-3\" style=\"display:none;\">\n\t\t\t\tNo properties have been added.\t\t\t<\/div>\n\t\t\t<div id=\"christies-favoritos-grid\" class=\"row align-items-stretch\"><\/div>\n\t\t<\/div>\n\t<\/div>\n\t<script>\n\t(function () {\n\t\tvar key = 'christies_fav_inmuebles';\n\t\tvar grid = document.getElementById('christies-favoritos-grid');\n\t\tvar empty = document.getElementById('christies-favoritos-empty');\n\t\tif (!grid || !empty) return;\n\n\t\tfunction esc(s) {\n\t\t\treturn String(s || '')\n\t\t\t\t.replace(\/&\/g, '&amp;')\n\t\t\t\t.replace(\/<\/g, '&lt;')\n\t\t\t\t.replace(\/>\/g, '&gt;')\n\t\t\t\t.replace(\/\"\/g, '&quot;')\n\t\t\t\t.replace(\/'\/g, '&#039;');\n\t\t}\n\n\t\tfunction readFavs() {\n\t\t\ttry { return JSON.parse(localStorage.getItem(key) || '[]') || []; } catch (e) { return []; }\n\t\t}\n\n\t\tvar ids = readFavs().map(function (x) { return parseInt(x, 10); }).filter(Boolean);\n\t\tif (!ids.length) { empty.style.display = 'block'; return; }\n\n\t\tvar ICON_HOUSE = '<span class=\"me-1\" aria-hidden=\"true\" style=\"display:inline-flex;align-items:center;justify-content:center;\"><svg viewBox=\"0 0 24 24\" width=\"16\" height=\"16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M3 10.5 12 3l9 7.5\"><\/path><path d=\"M5 10v11h14V10\"><\/path><path d=\"M9 21v-6h6v6\"><\/path><\/svg><\/span>';\n\t\tvar ICON_BED   = '<span class=\"me-1\" aria-hidden=\"true\" style=\"display:inline-flex;align-items:center;justify-content:center;\"><svg viewBox=\"0 0 24 24\" width=\"16\" height=\"16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M3 10V7a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v3\"><\/path><path d=\"M3 10h18v8H3z\"><\/path><path d=\"M7 18v3\"><\/path><path d=\"M17 18v3\"><\/path><\/svg><\/span>';\n\t\tvar ICON_BATH  = '<span class=\"me-1\" aria-hidden=\"true\" style=\"display:inline-flex;align-items:center;justify-content:center;\"><svg viewBox=\"0 0 24 24\" width=\"16\" height=\"16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M7 7h10\"><\/path><path d=\"M9 7V5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2\"><\/path><path d=\"M6 7v7a6 6 0 0 0 12 0V7\"><\/path><path d=\"M8 21h8\"><\/path><\/svg><\/span>';\n\t\tvar ICON_LOC   = '<svg viewBox=\"0 0 24 24\" width=\"16\" height=\"16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M12 21s7-4.5 7-11a7 7 0 0 0-14 0c0 6.5 7 11 7 11z\"><\/path><path d=\"M12 10a2 2 0 1 0 0.001 0z\"><\/path><\/svg>';\n\n\t\tfetch(\"https:\\\/\\\/christiesrealestate-barcelona.es\\\/en\\\/wp-json\\\/christies\\\/v1\\\/inmuebles\" + '?ids=' + ids.join(','))\n\t\t\t.then(function (r) { return r.json(); })\n\t\t\t.then(function (items) {\n\t\t\t\tif (!Array.isArray(items) || !items.length) { empty.style.display = 'block'; return; }\n\n\t\t\t\titems.forEach(function (it) {\n\t\t\t\t\tvar titulo = it.title || 'Inmueble';\n\t\t\t\t\tvar lang = (document.documentElement.getAttribute('lang') || '').toLowerCase();\n\t\t\t\t\tif (lang.indexOf('en') === 0 && it.tituloen) titulo = it.tituloen;\n\t\t\t\t\tif (lang.indexOf('ca') === 0 && it.tituloca) titulo = it.tituloca;\n\n\t\t\t\t\tvar precioTxt = '';\n\t\t\t\t\tvar p = parseFloat(it.precio || '0');\n\t\t\t\t\tif (!isNaN(p) && p > 0) precioTxt = p.toLocaleString('es-ES') + ' \u20ac';\n\n\t\t\t\t\tvar lang = (document.documentElement.getAttribute('lang') || '').toLowerCase();\n\t\t\t\t\tvar descRaw = it.descripcion || '';\n\t\t\t\t\tif (lang.indexOf('en') === 0 && it.descripcionen) descRaw = it.descripcionen;\n\t\t\t\t\tif (lang.indexOf('ca') === 0 && it.descripcionca) descRaw = it.descripcionca;\n\t\t\t\t\tvar desc = String(descRaw || '').replace(\/\\s+\/g, ' ').trim();\n\t\t\t\t\tif (desc.length > 180) desc = desc.substring(0, 177) + '...';\n\n\t\t\t\t\tvar metros = it.metrosconstruidos || '';\n\t\t\t\t\tvar hab = it.habitaciones || '';\n\t\t\t\t\tvar banos = it.banos || '';\n\t\t\t\t\tvar foto = it.foto1 || '';\n\t\t\t\t\tvar ref = it.referencia || '';\n\t\t\t\t\tvar zona = it.poblacion || '';\n\t\t\t\t\tvar url = it.link || '#';\n\n\t\t\t\t\tvar col = document.createElement('div');\n\t\t\t\t\tcol.className = 'tarjeta-inmueble col-12 col-lg-4 col-md-6 px-1';\n\t\t\t\t\tcol.innerHTML =\n\t\t\t\t\t\t'<a href=\"' + esc(url) + '\" class=\"text-white\">' +\n\t\t\t\t\t\t\t'<div class=\"contenido-tarjeta position-relative d-flex flex-column justify-content-between my-3 overflow-hidden\" style=\"min-height: 360px;\">' +\n\t\t\t\t\t\t\t\t(foto ? '<img decoding=\"async\" src=\"' + esc(foto) + '\" loading=\"lazy\" class=\"img-fondo-inmueble w-100 h-100 position-absolute top-0 start-0\" style=\"object-fit: cover; z-index: 0; filter: brightness(0.6);\">' : '') +\n\t\t\t\t\t\t\t\t'<div class=\"contenido-tarjeta-info position-relative h-100 d-flex flex-column justify-content-between\" style=\"z-index: 1;\">' +\n\t\t\t\t\t\t\t\t\t'<div class=\"inmueble-card-main\">' +\n\t\t\t\t\t\t\t\t\t\t'<h2>' + esc(titulo) + '<\/h2>' +\n\t\t\t\t\t\t\t\t\t\t(ref ? '<div class=\"referencia my-0\">Ref: ' + esc(ref) + '<\/div>' : '') +\n\t\t\t\t\t\t\t\t\t\t(desc ? '<p class=\"inmueble-card-excerpt mb-0\">' + esc(desc) + '<\/p>' : '') +\n\t\t\t\t\t\t\t\t\t'<\/div>' +\n\t\t\t\t\t\t\t\t\t'<div class=\"inmueble-card-bottom d-flex align-items-end justify-content-between gap-3\">' +\n\t\t\t\t\t\t\t\t\t\t'<div class=\"iconos-informacion d-flex align-items-center\">' +\n\t\t\t\t\t\t\t\t\t\t\t'<div class=\"d-flex align-items-center gap-3\">' +\n\t\t\t\t\t\t\t\t\t\t\t\t'<div class=\"d-flex align-items-center\">' + ICON_HOUSE + esc(metros) + ' m\u00b2<\/div>' +\n\t\t\t\t\t\t\t\t\t\t\t\t'<div class=\"d-flex align-items-center\">' + ICON_BED + esc(hab) + '<\/div>' +\n\t\t\t\t\t\t\t\t\t\t\t\t'<div class=\"d-flex align-items-center\">' + ICON_BATH + esc(banos) + '<\/div>' +\n\t\t\t\t\t\t\t\t\t\t\t'<\/div>' +\n\t\t\t\t\t\t\t\t\t\t'<\/div>' +\n\t\t\t\t\t\t\t\t\t\t(precioTxt ? '<div class=\"precio\">' + esc(precioTxt) + '<\/div>' : '') +\n\t\t\t\t\t\t\t\t\t\t'<div class=\"inmueble-card-location\"><span class=\"inmueble-card-location-ic\" aria-hidden=\"true\">' + ICON_LOC + '<\/span><span class=\"inmueble-card-location-txt\">' + esc(zona) + '<\/span><\/div>' +\n\t\t\t\t\t\t\t\t\t'<\/div>' +\n\t\t\t\t\t\t\t\t'<\/div>' +\n\t\t\t\t\t\t\t'<\/div>' +\n\t\t\t\t\t\t'<\/a>';\n\t\t\t\t\tgrid.appendChild(col);\n\t\t\t\t});\n\t\t\t})\n\t\t\t.catch(function () { empty.style.display = 'block'; });\n\t})();\n\t<\/script>\n\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e9f3cc1 e-con-full e-flex e-con e-child\" data-id=\"e9f3cc1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-a07bf96 e-con-full e-grid e-con e-child\" data-id=\"a07bf96\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-3bf7a2f e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"3bf7a2f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b38238c e-con-full e-flex e-con e-child\" data-id=\"b38238c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-14e911b elementor-widget elementor-widget-html\" data-id=\"14e911b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>document.addEventListener('DOMContentLoaded', function () {\r\n  function initCountryDropdown(dropdown) {\r\n    if (!dropdown || dropdown.dataset.initialized === 'true') return;\r\n\r\n    const trigger = dropdown.querySelector('.country-dropdown__trigger');\r\n    const options = dropdown.querySelectorAll('.country-option');\r\n    const phoneWrap = dropdown.closest('.phone-inline');\r\n    const hiddenPrefix = phoneWrap ? phoneWrap.querySelector('#prefijo_pais') : null;\r\n    const hiddenCountry = phoneWrap ? phoneWrap.querySelector('#pais_codigo') : null;\r\n    const selectedWrap = dropdown.querySelector('.country-dropdown__selected');\r\n\r\n    if (!trigger || !options.length || !hiddenPrefix || !hiddenCountry || !selectedWrap) return;\r\n\r\n    trigger.addEventListener('click', function (e) {\r\n      e.preventDefault();\r\n      e.stopPropagation();\r\n\r\n      document.querySelectorAll('.cf7-form-custom .country-dropdown.is-open').forEach(function (el) {\r\n        if (el !== dropdown) el.classList.remove('is-open');\r\n      });\r\n\r\n      dropdown.classList.toggle('is-open');\r\n      trigger.setAttribute('aria-expanded', dropdown.classList.contains('is-open') ? 'true' : 'false');\r\n    });\r\n\r\n    options.forEach(function (option) {\r\n      option.addEventListener('click', function () {\r\n        const value = this.dataset.value;\r\n        const country = this.dataset.country;\r\n        const flag = this.dataset.flag;\r\n        const label = this.dataset.label;\r\n\r\n        hiddenPrefix.value = value;\r\n        hiddenCountry.value = country;\r\n\r\n        selectedWrap.innerHTML = `\r\n          <img decoding=\"async\" src=\"${flag}\" alt=\"${label}\" class=\"country-flag\"><span class=\"country-code\">${value}<\/span>`;\r\n\r\n        dropdown.classList.remove('is-open');\r\n        trigger.setAttribute('aria-expanded', 'false');\r\n      });\r\n    });\r\n\r\n    dropdown.dataset.initialized = 'true';\r\n  }\r\n\r\n  function initAllCountryDropdowns() {\r\n    document.querySelectorAll('.cf7-form-custom .country-dropdown').forEach(initCountryDropdown);\r\n  }\r\n\r\n  document.addEventListener('click', function () {\r\n    document.querySelectorAll('.cf7-form-custom .country-dropdown.is-open').forEach(function (dropdown) {\r\n      dropdown.classList.remove('is-open');\r\n      const trigger = dropdown.querySelector('.country-dropdown__trigger');\r\n      if (trigger) trigger.setAttribute('aria-expanded', 'false');\r\n    });\r\n  });\r\n\r\n  initAllCountryDropdowns();\r\n\r\n  document.addEventListener('wpcf7submit', function () {\r\n    initAllCountryDropdowns();\r\n  }, false);\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d3a3f8d e-con-full e-flex e-con e-child\" data-id=\"d3a3f8d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<h2 \n\t\tdata-interaction-id=\"3beecef\" \n\t\tclass=\"e-3beecef-ca03e3b e-heading-base\" \n\t\t \n\t\tdata-e-type=\"widget\" data-id=\"3beecef\"\n\t>\n\t\n\t\t\tContact our team of experts\n\t\t<\/h2>\n\t\t\t\t<div class=\"elementor-element elementor-element-2376f7a elementor-widget elementor-widget-shortcode\" data-id=\"2376f7a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f1952-o1\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"1952\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/en\/wp-json\/wp\/v2\/pages\/1985#wpcf7-f1952-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"1952\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.5\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f1952-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/fieldset>\n<div class=\"cf7-form-custom\">\n\t<div class=\"cf7-row two-cols\">\n\t\t<div class=\"cf7-field\">\n\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"nombre\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"First name\" value=\"\" type=\"text\" name=\"nombre\" \/><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t\t<div class=\"cf7-field\">\n\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"apellido\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Last name\" value=\"\" type=\"text\" name=\"apellido\" \/><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n\t<div class=\"cf7-row\">\n\t\t<div class=\"cf7-field full\">\n\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email address\" value=\"\" type=\"email\" name=\"email\" \/><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n\t<div class=\"cf7-row two-cols phone-time-row\">\n\t\t<div class=\"cf7-field phone-col\">\n\t\t\t<div class=\"phone-inline\">\n\t\t\t\t<div class=\"country-dropdown\" data-value=\"+34\" data-country=\"ES\">\n\t\t\t\t\t<p><button type=\"button\" class=\"country-dropdown__trigger\" aria-expanded=\"false\"><br \/>\n<span class=\"country-dropdown__selected\"><img decoding=\"async\" src=\"https:\/\/flagcdn.com\/w20\/es.png\" alt=\"Spain\" class=\"country-flag\" \/><span class=\"country-code\">+34<\/span><\/span><br \/>\n<span class=\"country-arrow\"><\/span><br \/>\n<\/button>\n\t\t\t\t\t<\/p>\n\t\t\t\t\t<div class=\"country-dropdown__menu\">\n\t\t\t\t\t\t<div class=\"country-option\" data-value=\"+34\" data-country=\"ES\" data-flag=\"https:\/\/flagcdn.com\/w20\/es.png\" data-label=\"Espa\u00f1a\">\n\t\t\t\t\t\t\t<p><img decoding=\"async\" src=\"https:\/\/flagcdn.com\/w20\/es.png\" alt=\"Spain\" class=\"country-flag\" \/><span class=\"country-code\">+34<\/span>\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"country-option\" data-value=\"+33\" data-country=\"FR\" data-flag=\"https:\/\/flagcdn.com\/w20\/fr.png\" data-label=\"Francia\">\n\t\t\t\t\t\t\t<p><img decoding=\"async\" src=\"https:\/\/flagcdn.com\/w20\/fr.png\" alt=\"France\" class=\"country-flag\" \/><span class=\"country-code\">+33<\/span>\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"country-option\" data-value=\"+39\" data-country=\"IT\" data-flag=\"https:\/\/flagcdn.com\/w20\/it.png\" data-label=\"Italia\">\n\t\t\t\t\t\t\t<p><img decoding=\"async\" src=\"https:\/\/flagcdn.com\/w20\/it.png\" alt=\"Italy\" class=\"country-flag\" \/><span class=\"country-code\">+39<\/span>\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"country-option\" data-value=\"+49\" data-country=\"DE\" data-flag=\"https:\/\/flagcdn.com\/w20\/de.png\" data-label=\"Alemania\">\n\t\t\t\t\t\t\t<p><img decoding=\"async\" src=\"https:\/\/flagcdn.com\/w20\/de.png\" alt=\"Germany\" class=\"country-flag\" \/><span class=\"country-code\">+49<\/span>\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"country-option\" data-value=\"+44\" data-country=\"GB\" data-flag=\"https:\/\/flagcdn.com\/w20\/gb.png\" data-label=\"Reino Unido\">\n\t\t\t\t\t\t\t<p><img decoding=\"async\" src=\"https:\/\/flagcdn.com\/w20\/gb.png\" alt=\"United Kingdom\" class=\"country-flag\" \/><span class=\"country-code\">+44<\/span>\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"country-option\" data-value=\"+351\" data-country=\"PT\" data-flag=\"https:\/\/flagcdn.com\/w20\/pt.png\" data-label=\"Portugal\">\n\t\t\t\t\t\t\t<p><img decoding=\"async\" src=\"https:\/\/flagcdn.com\/w20\/pt.png\" alt=\"Portugal\" class=\"country-flag\" \/><span class=\"country-code\">+351<\/span>\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"country-option\" data-value=\"+1\" data-country=\"US\" data-flag=\"https:\/\/flagcdn.com\/w20\/us.png\" data-label=\"Estados Unidos\">\n\t\t\t\t\t\t\t<p><img decoding=\"async\" src=\"https:\/\/flagcdn.com\/w20\/us.png\" alt=\"United States\" class=\"country-flag\" \/><span class=\"country-code\">+1<\/span>\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"country-option\" data-value=\"+52\" data-country=\"MX\" data-flag=\"https:\/\/flagcdn.com\/w20\/mx.png\" data-label=\"M\u00e9xico\">\n\t\t\t\t\t\t\t<p><img decoding=\"async\" src=\"https:\/\/flagcdn.com\/w20\/mx.png\" alt=\"Mexico\" class=\"country-flag\" \/><span class=\"country-code\">+52<\/span>\n\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"phone-input-wrap\">\n\t\t\t\t<input class=\"wpcf7-form-control wpcf7-hidden\" id=\"prefijo_pais\" value=\"+34\" type=\"hidden\" name=\"prefijo_pais\" \/>\n\t\t\t\t<input class=\"wpcf7-form-control wpcf7-hidden\" id=\"pais_codigo\" value=\"ES\" type=\"hidden\" name=\"pais_codigo\" \/>\n\t\t\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"telefono\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-tel wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-tel\" id=\"telefono\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"123 456 789\" value=\"\" type=\"tel\" name=\"telefono\" \/><\/span>\n\t\t\t\t\t<\/p>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<div class=\"cf7-field\">\n\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"mejor_hora\"><select class=\"wpcf7-form-control wpcf7-select\" aria-invalid=\"false\" name=\"mejor_hora\"><option value=\"\">Best time to call (optional)<\/option><option value=\"09:00 - 11:00\">09:00 - 11:00<\/option><option value=\"11:00 - 13:00\">11:00 - 13:00<\/option><option value=\"13:00 - 15:00\">13:00 - 15:00<\/option><option value=\"16:00 - 18:00\">16:00 - 18:00<\/option><option value=\"18:00 - 20:00\">18:00 - 20:00<\/option><\/select><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n\t<div class=\"cf7-row\">\n\t\t<div class=\"cf7-field full\">\n\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"direccion\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" placeholder=\"Address (optional)\" value=\"\" type=\"text\" name=\"direccion\" \/><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n\t<div class=\"cf7-row\">\n\t\t<div class=\"cf7-field full\">\n\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"comentario\"><textarea cols=\"40\" rows=\"4\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\" placeholder=\"Leave a comment here\" name=\"comentario\"><\/textarea><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n\t<div class=\"cf7-row checks\">\n\t\t<div class=\"cf7-check acceptance-line\">\n\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"politica\"><span class=\"wpcf7-form-control wpcf7-acceptance\"><span class=\"wpcf7-list-item\"><label><input type=\"checkbox\" name=\"politica\" value=\"1\" aria-invalid=\"false\" \/><span class=\"wpcf7-list-item-label\">I have read and accept the <a href=\"\/politica-de-privacidad\/\" target=\"_blank\" rel=\"noopener\">Privacy Policy<\/a><\/span><\/label><\/span><\/span><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t\t<div class=\"cf7-check newsletter-line\">\n\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"newsletter\"><span class=\"wpcf7-form-control wpcf7-checkbox\"><span class=\"wpcf7-list-item first last\"><label><input type=\"checkbox\" name=\"newsletter[]\" value=\"I would like to receive newsletters, offers and updates by email\" \/><span class=\"wpcf7-list-item-label\">I would like to receive newsletters, offers and updates by email<\/span><\/label><\/span><\/span><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n\t<div class=\"cf7-row submit-row\">\n\t\t<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"SEND\" \/>\n\t\t<\/p>\n\t<\/div>\n<\/div><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>My Property Selection We present below an exclusive selection of properties that match your preferences. We invite you to complete the contact form with your details, so that our experts can provide you with detailed information about each property as soon as possible. Your Favorite Properties VIEW FULL PORTFOLIO Contact our team of experts<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-1985","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/christiesrealestate-barcelona.es\/en\/wp-json\/wp\/v2\/pages\/1985","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/christiesrealestate-barcelona.es\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/christiesrealestate-barcelona.es\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/christiesrealestate-barcelona.es\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/christiesrealestate-barcelona.es\/en\/wp-json\/wp\/v2\/comments?post=1985"}],"version-history":[{"count":2,"href":"https:\/\/christiesrealestate-barcelona.es\/en\/wp-json\/wp\/v2\/pages\/1985\/revisions"}],"predecessor-version":[{"id":2294,"href":"https:\/\/christiesrealestate-barcelona.es\/en\/wp-json\/wp\/v2\/pages\/1985\/revisions\/2294"}],"wp:attachment":[{"href":"https:\/\/christiesrealestate-barcelona.es\/en\/wp-json\/wp\/v2\/media?parent=1985"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}