{"id":10,"date":"2026-05-28T12:59:44","date_gmt":"2026-05-28T12:59:44","guid":{"rendered":"https:\/\/palazzobelli.cambia-marketing.it\/?page_id=10"},"modified":"2026-07-08T16:32:32","modified_gmt":"2026-07-08T16:32:32","slug":"home","status":"publish","type":"page","link":"https:\/\/palazzodebellilecce.it\/it\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"10\" class=\"elementor elementor-10\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6f033db e-con-full e-flex e-con e-parent\" data-id=\"6f033db\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-663801c elementor-widget elementor-widget-html\" data-id=\"663801c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\nhtml,\nbody {\n  overflow-x: hidden !important;\n}\n\n\/* HERO HOME *\/\n#pb-home-hero-zoom {\n  position: relative !important;\n  width: 100vw !important;\n  height: 100vh !important;\n  min-height: 100vh !important;\n  margin-left: calc(50% - 50vw) !important;\n  margin-right: calc(50% - 50vw) !important;\n  background: #143E40 !important;\n  overflow: hidden !important;\n  isolation: isolate !important;\n\n  opacity: 1 !important;\n  visibility: visible !important;\n  transform: none !important;\n}\n\n\/* Anche se il preloader prova a nascondere le prime sezioni, questa resta visibile *\/\nbody.pb-preloader-active #pb-home-hero-zoom,\nbody.pb-page-revealed #pb-home-hero-zoom {\n  opacity: 1 !important;\n  visibility: visible !important;\n  transform: none !important;\n}\n\n\/* Sfondo morbido uguale al preloader *\/\n#pb-home-hero-zoom::before {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  z-index: 1;\n  background:\n    radial-gradient(\n      circle at center,\n      rgba(255,255,255,0.09) 0%,\n      rgba(255,255,255,0.04) 34%,\n      rgba(255,255,255,0) 68%\n    );\n  pointer-events: none;\n}\n\n\/* WRAPPER FOTO *\/\n#pb-home-hero-zoom .pb-home-image-wrap {\n  position: absolute !important;\n  inset: 0 !important;\n  z-index: 2 !important;\n  width: 100% !important;\n  height: 100% !important;\n  display: flex !important;\n  align-items: center !important;\n  justify-content: center !important;\n  overflow: hidden !important;\n\n  opacity: 0;\n  transform: scale(0.26);\n  transform-origin: center center !important;\n\n  transition:\n    opacity 0.42s cubic-bezier(0.22, 1, 0.36, 1),\n    transform 1.22s cubic-bezier(0.22, 1, 0.36, 1);\n\n  will-change: opacity, transform;\n}\n\n\/* FOTO *\/\n#pb-home-hero-zoom .pb-home-hero-image {\n  width: 100vw !important;\n  height: 100vh !important;\n  max-width: none !important;\n  max-height: none !important;\n  object-fit: cover !important;\n  object-position: center center !important;\n  display: block !important;\n}\n\n\/* ZOOM ATTIVO *\/\n#pb-home-hero-zoom.pb-zoom-started .pb-home-image-wrap {\n  opacity: 1;\n  transform: scale(1);\n}\n\n\/* MOBILE *\/\n@media (max-width: 767px) {\n  #pb-home-hero-zoom .pb-home-image-wrap {\n    transform: scale(0.34);\n  }\n\n  #pb-home-hero-zoom.pb-zoom-started .pb-home-image-wrap {\n    transform: scale(1);\n  }\n}\n<\/style>\n\n<section id=\"pb-home-hero-zoom\">\n  <div class=\"pb-home-image-wrap\">\n    <img decoding=\"async\"\n      class=\"pb-home-hero-image\"\n      src=\"\/wp-content\/uploads\/2026\/07\/palazzoesterno2.jpg\"\n      alt=\"\"\n      loading=\"eager\"\n      fetchpriority=\"high\"\n    >\n  <\/div>\n<\/section>\n\n<script>\n(function () {\n  const hero = document.getElementById(\"pb-home-hero-zoom\");\n  if (!hero) return;\n\n  const wrap = hero.querySelector(\".pb-home-image-wrap\");\n  if (!wrap) return;\n\n  let started = false;\n\n  \/*\n    Deve essere appena dopo la durata del preloader.\n    Se il tuo preloader \u00e8 quello da 2050ms, 2250ms \u00e8 corretto.\n  *\/\n  const START_DELAY = 2250;\n\n  function setInitialState() {\n    hero.classList.remove(\"pb-zoom-started\");\n\n    wrap.style.transition = \"none\";\n    wrap.style.opacity = \"0\";\n\n    if (window.innerWidth <= 767) {\n      wrap.style.transform = \"scale(0.34)\";\n    } else {\n      wrap.style.transform = \"scale(0.26)\";\n    }\n\n    \/*\n      Forza il browser a leggere lo stato iniziale.\n    *\/\n    wrap.offsetHeight;\n\n    wrap.style.transition = \"\";\n  }\n\n  function removeTemporaryBackground() {\n    document.body.classList.remove(\"pb-page-transition\");\n    document.body.classList.remove(\"pb-loading-bg\");\n    document.documentElement.classList.remove(\"pb-loading-bg\");\n  }\n\n  function startZoom() {\n    if (started) return;\n    started = true;\n\n    setInitialState();\n\n    requestAnimationFrame(function () {\n      requestAnimationFrame(function () {\n        hero.classList.add(\"pb-zoom-started\");\n\n        \/*\n          Rimuove lo sfondo verde globale solo dopo che\n          la foto ha iniziato a comparire, cos\u00ec non si vede il flash bianco.\n        *\/\n        setTimeout(function () {\n          removeTemporaryBackground();\n        }, 450);\n\n        \/*\n          Rimuoviamo eventuali stili inline dopo l'avvio,\n          cos\u00ec resta tutto gestito dal CSS.\n        *\/\n        setTimeout(function () {\n          wrap.style.opacity = \"\";\n          wrap.style.transform = \"\";\n          wrap.style.transition = \"\";\n        }, 80);\n      });\n    });\n  }\n\n  \/*\n    Stato iniziale sempre bloccato.\n  *\/\n  setInitialState();\n\n  \/*\n    Parte quando il preloader dichiara la pagina rivelata.\n  *\/\n  const observer = new MutationObserver(function () {\n    if (document.body.classList.contains(\"pb-page-revealed\")) {\n      observer.disconnect();\n\n      setTimeout(function () {\n        startZoom();\n      }, 80);\n    }\n  });\n\n  observer.observe(document.body, {\n    attributes: true,\n    attributeFilter: [\"class\"]\n  });\n\n  \/*\n    Fallback sicuro: parte comunque dopo il tempo del preloader.\n    Cos\u00ec la foto non rimane mai invisibile.\n  *\/\n  setTimeout(function () {\n    if (!started) {\n      observer.disconnect();\n      startZoom();\n    }\n  }, START_DELAY);\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c99dd56 e-con-full e-flex e-con e-parent\" data-id=\"c99dd56\" 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-22c34a1 e-con-full e-flex e-con e-child\" data-id=\"22c34a1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-4ee0668 e-con-full e-flex e-con e-child\" data-id=\"4ee0668\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bcd0f82 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"bcd0f82\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Palazzo De' Belli Lecce<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e9f8acb elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"e9f8acb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">La Dimora dei Poeti<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8d28213 e-con-full e-flex e-con e-child\" data-id=\"8d28213\" 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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8aeb680 e-con-full e-flex e-con e-child\" data-id=\"8aeb680\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fc4fddf elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"fc4fddf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">A building in the centre of Lecce of great historical and artistic value.<br>\nOfficially listed in the general catalogue of cultural heritage, it is situated on Corso Vittorio Emanuele II, opposite the side fa\u00e7ade of the church of Sant'Irene, and overlooks Corte di Cicala, where there is a balustraded loggia with two arches and an elegant balcony.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e6557b2 elementor-align-left elementor-widget elementor-widget-button\" data-id=\"e6557b2\" 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=\"\/palazzo-de-belli\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read the history of Palazzo de\u2019 Belli<\/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<div class=\"elementor-element elementor-element-95f2d8b e-con-full e-flex e-con e-child\" data-id=\"95f2d8b\" 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\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1611391 e-con-full e-flex e-con e-parent\" data-id=\"1611391\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3260b0f e-con-full e-flex e-con e-child\" data-id=\"3260b0f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-aff13ea e-con-full e-flex e-con e-child\" data-id=\"aff13ea\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0d872ca elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"0d872ca\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Palazzo De' Belli Lecce<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7cf94fc elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"7cf94fc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Suites<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1d808bb elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"1d808bb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Bright spaces, refined details and evocative views turn the suites of Palazzo De\u2019 Belli into places to be savoured slowly, in the heart of Lecce\u2019s historic centre. An intimate and refined stay, shaped by beauty, history and contemporary quiet.\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8dce848 elementor-align-left elementor-widget elementor-widget-button\" data-id=\"8dce848\" 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=\"\/suites-camere\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Discover the Suites<\/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-689c07a e-con-full e-flex e-con e-child\" data-id=\"689c07a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d06487a e-con-full camere-scroll elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-parent\" data-id=\"d06487a\" 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-d34d0b0 e-con-full camera-scena e-flex e-con e-child\" data-id=\"d34d0b0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-2f9c538 e-con-full testo-camera e-flex e-con e-child\" data-id=\"2f9c538\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9ca069e elementor-widget elementor-widget-heading\" data-id=\"9ca069e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Master Suite Duplex<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1202e58 elementor-align-left elementor-widget elementor-widget-button\" data-id=\"1202e58\" 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=\"\/suites-camere\/?camera=duplex\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Discover the suite<\/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-58a1bb7 e-con-full dettagli-camera e-flex e-con e-child\" data-id=\"58a1bb7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b160357 elementor-widget elementor-widget-heading\" data-id=\"b160357\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">4 people<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-aef10df elementor-widget elementor-widget-heading\" data-id=\"aef10df\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">85 mq<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1c2a42e e-con-full foto-camera foto-camera-1 e-flex e-con e-child\" data-id=\"1c2a42e\" 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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b22f5e2 e-con-full camera-scena e-flex e-con e-child\" data-id=\"b22f5e2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-e550b8f e-con-full testo-camera e-flex e-con e-child\" data-id=\"e550b8f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4bd0453 elementor-widget elementor-widget-heading\" data-id=\"4bd0453\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Triple Junior Suite<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-46f9401 elementor-align-left elementor-widget elementor-widget-button\" data-id=\"46f9401\" 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=\"\/suites-camere\/?camera=tripla\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Discover the suite<\/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-0fede64 e-con-full dettagli-camera e-flex e-con e-child\" data-id=\"0fede64\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1c0d5cb elementor-widget elementor-widget-heading\" data-id=\"1c0d5cb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">3 people<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-39aaa61 elementor-widget elementor-widget-heading\" data-id=\"39aaa61\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">50 mq<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9c7ab3 e-con-full foto-camera foto-camera-1 e-flex e-con e-child\" data-id=\"d9c7ab3\" 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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4921cc8 e-con-full camera-scena e-flex e-con e-child\" data-id=\"4921cc8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-fc988d6 e-con-full testo-camera e-flex e-con e-child\" data-id=\"fc988d6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a2b3e01 elementor-widget elementor-widget-heading\" data-id=\"a2b3e01\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Junior Suite<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-099062b elementor-align-left elementor-widget elementor-widget-button\" data-id=\"099062b\" 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=\"\/suites-camere\/?camera=suite\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Discover the suite<\/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-b080a0d e-con-full dettagli-camera e-flex e-con e-child\" data-id=\"b080a0d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2db3eb8 elementor-widget elementor-widget-heading\" data-id=\"2db3eb8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">2 people<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6ddbd5e elementor-widget elementor-widget-heading\" data-id=\"6ddbd5e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">20-25 mq<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4e5734c e-con-full foto-camera foto-camera-1 e-flex e-con e-child\" data-id=\"4e5734c\" 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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-948c019 e-con-full elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"948c019\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d057543 elementor-widget elementor-widget-html\" data-id=\"d057543\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n\/* =========================================================\n   TIPOLOGIE CAMERE - DESKTOP + MOBILE OTTIMIZZATO\n   Sfondo globale inserito direttamente nel codice\n========================================================= *\/\n\n.camere-scroll {\n  position: relative !important;\n  width: 100% !important;\n  overflow: visible !important;\n  isolation: isolate !important;\n  --camere-release-top: 0px;\n\n  background-image: none !important;\n  background-color: #143E40 !important;\n}\n\n\/* =========================================================\n   SCENE ORIGINALI ELEMENTOR\n========================================================= *\/\n\n.camere-scroll .camera-scena {\n  position: relative !important;\n  width: 100% !important;\n  min-height: 100vh !important;\n  overflow: hidden !important;\n}\n\n\/* Dopo init desktop, le scene non occupano pi\u00f9 spazio *\/\n.camere-scroll.camere-ready:not(.camere-mobile) .camera-scena {\n  position: absolute !important;\n  inset: 0 !important;\n  height: 0 !important;\n  min-height: 0 !important;\n  opacity: 0 !important;\n  overflow: hidden !important;\n  pointer-events: none !important;\n}\n\n\/* =========================================================\n   LAYER FISSO DESKTOP\n========================================================= *\/\n\n.camere-scroll .camere-fixed-layer {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100vh;\n  overflow: hidden;\n  pointer-events: none;\n  z-index: 10;\n  background-color: #143E40;\n}\n\n.camere-scroll.is-before .camere-fixed-layer {\n  position: absolute;\n  top: 0;\n  left: 0;\n}\n\n.camere-scroll.is-fixed .camere-fixed-layer {\n  position: fixed;\n  top: 0;\n  left: 0;\n}\n\n.camere-scroll.is-after .camere-fixed-layer {\n  position: absolute;\n  top: var(--camere-release-top);\n  left: 0;\n  bottom: auto;\n}\n\n\/* =========================================================\n   SFONDO GLOBALE DESKTOP\n========================================================= *\/\n\n.camere-scroll .camere-bg-image {\n  position: absolute;\n  inset: 0;\n  z-index: 0;\n  background-image: url('\/wp-content\/uploads\/2026\/05\/PDB-055-VN2_4456-HDR-scaled.jpg') !important;\n  background-size: cover !important;\n  background-position: center center !important;\n  background-repeat: no-repeat !important;\n  transform: translateZ(0);\n  pointer-events: none;\n}\n\n.camere-scroll .camere-base-overlay {\n  position: absolute;\n  inset: 0;\n  z-index: 1;\n  \n  pointer-events: none;\n}\n\n.camere-scroll .camere-color-overlay {\n  position: absolute;\n  inset: 0;\n  z-index: 2;\n  background: #143E40;\n  opacity: 0;\n  pointer-events: none;\n  will-change: opacity;\n  transition: none !important;\n}\n\n\/* =========================================================\n   LAYER CARD DESKTOP\n========================================================= *\/\n\n.camere-scroll .camere-photo-layer {\n  position: absolute;\n  inset: 0;\n  z-index: 20;\n  pointer-events: none;\n  overflow: hidden;\n}\n\n\/* =========================================================\n   CARD FOTO - BASE\n========================================================= *\/\n\n.camere-scroll .foto-camera {\n  position: absolute !important;\n  left: 50% !important;\n  top: 0 !important;\n  width: 82vw !important;\n  height: 90vh !important;\n  margin: 0 !important;\n  overflow: hidden !important;\n  z-index: 20 !important;\n\n  opacity: 0;\n  transform: translate3d(-50%, 120vh, 0);\n  will-change: transform, opacity;\n  border-radius: 0 !important;\n  pointer-events: auto !important;\n  transition: none !important;\n\n  background-size: cover !important;\n  background-position: center center !important;\n  background-repeat: no-repeat !important;\n}\n\n\/* Se usi widget immagine dentro foto-camera *\/\n.camere-scroll .foto-camera > .elementor-widget-image,\n.camere-scroll .foto-camera > .elementor-widget-image .elementor-widget-container,\n.camere-scroll .foto-camera > .elementor-widget-image img {\n  width: 100% !important;\n  height: 100% !important;\n}\n\n.camere-scroll .foto-camera img {\n  width: 100% !important;\n  height: 100% !important;\n  object-fit: cover !important;\n  object-position: center center !important;\n  display: block !important;\n}\n\n\/* Overlay dentro ogni card *\/\n.camere-scroll .foto-camera::after {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  z-index: 2;\n  background:\n    linear-gradient(\n      180deg,\n      rgba(0,0,0,0.03) 0%,\n      rgba(0,0,0,0.12) 42%,\n      rgba(0,0,0,0.72) 100%\n    );\n  pointer-events: none;\n}\n\n\/* =========================================================\n   TESTI DENTRO LA FOTO\n========================================================= *\/\n\n.camere-scroll .foto-camera .testo-camera {\n  position: absolute !important;\n  left: 42px !important;\n  bottom: 44px !important;\n  width: 65% !important;\n  max-width: 760px !important;\n  z-index: 5 !important;\n  color: #ffffff !important;\n  opacity: 1 !important;\n  transform: none !important;\n  pointer-events: auto !important;\n}\n\n.camere-scroll .foto-camera .testo-camera .elementor-heading-title,\n.camere-scroll .foto-camera .testo-camera h1,\n.camere-scroll .foto-camera .testo-camera h2,\n.camere-scroll .foto-camera .testo-camera h3 {\n  color: #ffffff !important;\n  font-size: clamp(46px, 4.8vw, 86px) !important;\n  line-height: 1 !important;\n  font-weight: 400 !important;\n  letter-spacing: -0.045em !important;\n\n}\n\n.camere-scroll .foto-camera .testo-camera .elementor-button,\n.camere-scroll .foto-camera .testo-camera a.elementor-button,\n.camere-scroll .foto-camera .testo-camera .elementor-button-link {\n  background: transparent !important;\n  color: #ffffff !important;\n  border-bottom: 1px solid rgba(255,255,255,0.9) !important;\n  border-radius: 0px !important;\n  padding: 10px 23px !important;\n  line-height: 1 !important;\n  font-size: 18px !important;\n  transition: background 0.25s ease, color 0.25s ease !important;\n}\n\n.camere-scroll .foto-camera .testo-camera .elementor-button:hover,\n.camere-scroll .foto-camera .testo-camera a.elementor-button:hover,\n.camere-scroll .foto-camera .testo-camera .elementor-button-link:hover {\n  background: #ffffff !important;\n  color: #111111 !important;\n}\n\n\/* =========================================================\n   DETTAGLI DENTRO LA FOTO\n========================================================= *\/\n\n.camere-scroll .foto-camera .dettagli-camera {\n  position: absolute !important;\n  right: 58px !important;\n  bottom: 52px !important;\n  width: 50% !important;\n  z-index: 5 !important;\n\n  display: flex !important;\n  flex-direction: row !important;\n      justify-content: end;\n  align-items: center !important;\n  gap: 34px !important;\n\n  color: #ffffff !important;\n  opacity: 1 !important;\n  transform: none !important;\n  pointer-events: auto !important;\n}\n\n.camere-scroll .foto-camera .dettagli-camera .elementor-heading-title,\n.camere-scroll .foto-camera .dettagli-camera h1,\n.camere-scroll .foto-camera .dettagli-camera h2,\n.camere-scroll .foto-camera .dettagli-camera h3,\n.camere-scroll .foto-camera .dettagli-camera h4,\n.camere-scroll .foto-camera .dettagli-camera h5,\n.camere-scroll .foto-camera .dettagli-camera h6 {\n  color: #ffffff !important;\n  font-size: 14px !important;\n  line-height: 1.2 !important;\n  font-weight: 400 !important;\n  letter-spacing: 0.12em !important;\n  text-transform: uppercase !important;\n  margin: 0 !important;\n  white-space: nowrap !important;\n}\n\n\/* =========================================================\n   TABLET\n========================================================= *\/\n\n@media (max-width: 1024px) and (min-width: 768px) {\n  .camere-scroll .foto-camera {\n    width: 88vw !important;\n    height: 86vh !important;\n  }\n\n  .camere-scroll .foto-camera .testo-camera {\n    left: 30px !important;\n    bottom: 38px !important;\n    width: 55% !important;\n  }\n\n  .camere-scroll .foto-camera .dettagli-camera {\n    right: 30px !important;\n    bottom: 42px !important;\n    width: 42% !important;\n    gap: 18px !important;\n  }\n}\n\n\/* =========================================================\n   MOBILE OTTIMIZZATO\n========================================================= *\/\n\n@media (max-width: 767px) {\n  .camere-scroll {\n    height: auto !important;\n    min-height: auto !important;\n    overflow: hidden !important;\n    background-color: #091D1E !important;\n    background-image:\n      linear-gradient(\n        180deg,\n        rgba(9,29,30,0.70) 0%,\n        rgba(9,29,30,0.88) 45%,\n        rgba(9,29,30,1) 100%\n      ),\n      url('\/wp-content\/uploads\/2026\/06\/PDB-015-VN2_4438-HDR-scaled.jpg') !important;\n    background-size: cover !important;\n    background-position: center center !important;\n    background-repeat: no-repeat !important;\n    padding: 28px 0 100px !important;\n  }\n\n  .camere-scroll .camere-fixed-layer {\n    display: none !important;\n  }\n\n  .camere-scroll.camere-ready .camera-scena,\n  .camere-scroll .camera-scena {\n    position: relative !important;\n    inset: auto !important;\n    width: 100% !important;\n    height: auto !important;\n    min-height: auto !important;\n    opacity: 1 !important;\n    pointer-events: auto !important;\n    overflow: visible !important;\n    z-index: 2 !important;\n    margin: 0 !important;\n    padding: 0 !important;\n  }\n\n  .camere-scroll .foto-camera {\n    position: relative !important;\n    left: auto !important;\n    top: auto !important;\n    width: calc(100% - 32px) !important;\n    height: min(45vh, 620px) !important;\n    min-height: 350px !important;\n    margin: 0 16px 6px !important;\n    opacity: 1 !important;\n    transform: none !important;\n    z-index: 3 !important;\n    pointer-events: auto !important;\n  }\n\n  .camere-scroll .camera-scena:first-child .foto-camera {\n    margin-top: 0 !important;\n  }\n\n  .camere-scroll .foto-camera::after {\n    background:\n      linear-gradient(\n        180deg,\n        rgba(0,0,0,0.02) 0%,\n        rgba(0,0,0,0.10) 38%,\n        rgba(0,0,0,0.78) 100%\n      );\n  }\n\n  .camere-scroll .foto-camera .testo-camera {\n    left: 20px !important;\n    right: 20px !important;\n    bottom: 84px !important;\n    width: auto !important;\n    max-width: none !important;\n    z-index: 5 !important;\n  }\n\n  .camere-scroll .foto-camera .testo-camera .elementor-heading-title,\n  .camere-scroll .foto-camera .testo-camera h1,\n  .camere-scroll .foto-camera .testo-camera h2,\n  .camere-scroll .foto-camera .testo-camera h3 {\n    font-size: clamp(34px, 10.5vw, 40px) !important;\n    line-height: 0.96 !important;\n    letter-spacing: -0.045em !important;\n    margin-bottom: 5px !important;\n  }\n\n  .camere-scroll .foto-camera .testo-camera .elementor-button,\n  .camere-scroll .foto-camera .testo-camera a.elementor-button,\n  .camere-scroll .foto-camera .testo-camera .elementor-button-link {\n    padding: 10px 1px !important;\n    font-size: 16px !important;\n    letter-spacing: 0.10em !important;\n  }\n\n  .camere-scroll .foto-camera .dettagli-camera {\n    left: 20px !important;\n    right: 20px !important;\n    bottom: 24px !important;\n    width: auto !important;\n\n    display: grid !important;\n    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;\n    gap: 12px 16px !important;\n    align-items: end !important;\n  }\n\n  .camere-scroll .foto-camera .dettagli-camera .elementor-heading-title,\n  .camere-scroll .foto-camera .dettagli-camera h1,\n  .camere-scroll .foto-camera .dettagli-camera h2,\n  .camere-scroll .foto-camera .dettagli-camera h3,\n  .camere-scroll .foto-camera .dettagli-camera h4,\n  .camere-scroll .foto-camera .dettagli-camera h5,\n  .camere-scroll .foto-camera .dettagli-camera h6 {\n    font-size: 12px !important;\n    line-height: 1.25 !important;\n    letter-spacing: 0.10em !important;\n    font-weight: 400;\n    white-space: normal !important;\n  }\n}\n\n\/* Mobile molto piccolo *\/\n@media (max-width: 380px) {\n  .camere-scroll .foto-camera {\n    width: calc(100% - 24px) !important;\n    margin-left: 12px !important;\n    margin-right: 12px !important;\n    min-height: 500px !important;\n  }\n\n  .camere-scroll .foto-camera .testo-camera {\n    left: 18px !important;\n    right: 18px !important;\n    bottom: 126px !important;\n  }\n\n  .camere-scroll .foto-camera .dettagli-camera {\n    left: 18px !important;\n    right: 18px !important;\n  }\n}\n<\/style>\n\n<script>\nwindow.addEventListener(\"load\", function () {\n\n  const wrapper = document.querySelector(\".camere-scroll\");\n  if (!wrapper) return;\n\n  const scenes = Array.from(wrapper.querySelectorAll(\".camera-scena\"));\n  if (!scenes.length) return;\n\n  const globalBgUrl = \"\/wp-content\/uploads\/2026\/06\/PDB-015-VN2_4438-HDR-scaled.jpg\";\n\n  \/*\n    Sposta sempre testi e dettagli dentro ogni foto, anche su mobile.\n  *\/\n  scenes.forEach(function(scene, sceneIndex) {\n    const photo = scene.querySelector(\".foto-camera\");\n    const text = scene.querySelector(\".testo-camera\");\n    const details = scene.querySelector(\".dettagli-camera\");\n\n    if (!photo) return;\n\n    if (text && !photo.contains(text)) {\n      photo.appendChild(text);\n    }\n\n    if (details && !photo.contains(details)) {\n      photo.appendChild(details);\n    }\n\n    photo.dataset.sceneIndex = sceneIndex;\n  });\n\n  \/*\n    Mobile: layout verticale naturale, niente JS scroll complesso.\n  *\/\n  if (window.innerWidth <= 767) {\n    wrapper.classList.add(\"camere-ready\", \"camere-mobile\");\n    wrapper.style.height = \"auto\";\n    wrapper.style.minHeight = \"auto\";\n    return;\n  }\n\n  let fixedLayer = wrapper.querySelector(\".camere-fixed-layer\");\n\n  if (!fixedLayer) {\n    fixedLayer = document.createElement(\"div\");\n    fixedLayer.className = \"camere-fixed-layer\";\n    wrapper.appendChild(fixedLayer);\n  }\n\n  let bgImage = fixedLayer.querySelector(\".camere-bg-image\");\n\n  if (!bgImage) {\n    bgImage = document.createElement(\"div\");\n    bgImage.className = \"camere-bg-image\";\n    fixedLayer.appendChild(bgImage);\n  }\n\n  let baseOverlay = fixedLayer.querySelector(\".camere-base-overlay\");\n\n  if (!baseOverlay) {\n    baseOverlay = document.createElement(\"div\");\n    baseOverlay.className = \"camere-base-overlay\";\n    fixedLayer.appendChild(baseOverlay);\n  }\n\n  let colorOverlay = fixedLayer.querySelector(\".camere-color-overlay\");\n\n  if (!colorOverlay) {\n    colorOverlay = document.createElement(\"div\");\n    colorOverlay.className = \"camere-color-overlay\";\n    fixedLayer.appendChild(colorOverlay);\n  }\n\n  let photoLayer = fixedLayer.querySelector(\".camere-photo-layer\");\n\n  if (!photoLayer) {\n    photoLayer = document.createElement(\"div\");\n    photoLayer.className = \"camere-photo-layer\";\n    fixedLayer.appendChild(photoLayer);\n  }\n\n  \/*\n    Sfondo globale direttamente da codice.\n  *\/\n  bgImage.style.backgroundImage = \"url('\" + globalBgUrl + \"')\";\n  bgImage.style.backgroundPosition = \"center center\";\n  bgImage.style.backgroundSize = \"cover\";\n  bgImage.style.backgroundRepeat = \"no-repeat\";\n\n  const photoItems = [];\n\n  scenes.forEach(function(scene, sceneIndex) {\n    const photo = scene.querySelector(\".foto-camera\");\n    if (!photo) return;\n\n    photoLayer.appendChild(photo);\n\n    photoItems.push({\n      el: photo,\n      sceneIndex: sceneIndex\n    });\n  });\n\n  if (!photoItems.length) return;\n\n  wrapper.classList.add(\"camere-ready\", \"camere-bg-captured\");\n\n  function clamp(value, min, max) {\n    return Math.min(Math.max(value, min), max);\n  }\n\n  const startY = 112;\n  const releaseY = 8;\n  const photoStep = 104;\n\n  \/*\n    Padding finale reale in pixel sotto l'ultima foto.\n  *\/\n  const bottomPaddingPx = 100;\n\n  function getReleaseTravelVH() {\n    const totalPhotos = photoItems.length;\n    return startY + ((totalPhotos - 1) * photoStep) - releaseY;\n  }\n\n  function setSectionHeight() {\n    const releaseTravelVH = getReleaseTravelVH();\n\n    wrapper.style.height = \"calc(\" + (releaseTravelVH + 100) + \"vh + \" + bottomPaddingPx + \"px)\";\n    wrapper.style.minHeight = \"calc(\" + (releaseTravelVH + 100) + \"vh + \" + bottomPaddingPx + \"px)\";\n\n    const releaseTopPx = wrapper.offsetHeight - window.innerHeight - bottomPaddingPx;\n    wrapper.style.setProperty(\"--camere-release-top\", releaseTopPx + \"px\");\n  }\n\n  function setOverlayProgress(currentMove) {\n    \/*\n      Overlay colore progressivo.\n      Parte dalla seconda foto.\n    *\/\n    const fadeStart = photoStep * 0.95;\n    const fadeEnd = photoStep * 1.75;\n\n    const overlayOpacity = clamp(\n      (currentMove - fadeStart) \/ (fadeEnd - fadeStart),\n      0,\n      1\n    );\n\n    colorOverlay.style.opacity = overlayOpacity;\n  }\n\n  function updateScroll() {\n    const rect = wrapper.getBoundingClientRect();\n    const totalScroll = wrapper.offsetHeight - window.innerHeight - bottomPaddingPx;\n\n    if (totalScroll <= 0) return;\n\n    const progress = clamp(-rect.top \/ totalScroll, 0, 1);\n\n    if (rect.top > 0) {\n      wrapper.classList.add(\"is-before\");\n      wrapper.classList.remove(\"is-fixed\", \"is-after\");\n    } else if (-rect.top >= totalScroll) {\n      wrapper.classList.add(\"is-after\");\n      wrapper.classList.remove(\"is-before\", \"is-fixed\");\n    } else {\n      wrapper.classList.add(\"is-fixed\");\n      wrapper.classList.remove(\"is-before\", \"is-after\");\n    }\n\n    const releaseTravelVH = getReleaseTravelVH();\n    const currentMove = progress * releaseTravelVH;\n\n    photoItems.forEach(function(item, index) {\n      const y = startY + (index * photoStep) - currentMove;\n\n      item.el.style.transform = \"translate3d(-50%, \" + y + \"vh, 0)\";\n\n      if (y > -135 && y < 135) {\n        item.el.style.opacity = \"1\";\n      } else {\n        item.el.style.opacity = \"0\";\n      }\n    });\n\n    setOverlayProgress(currentMove);\n  }\n\n  setSectionHeight();\n  updateScroll();\n\n  let ticking = false;\n\n  window.addEventListener(\"scroll\", function () {\n    if (!ticking) {\n      window.requestAnimationFrame(function () {\n        updateScroll();\n        ticking = false;\n      });\n      ticking = true;\n    }\n  }, { passive: true });\n\n  window.addEventListener(\"resize\", function () {\n    bgImage.style.backgroundImage = \"url('\" + globalBgUrl + \"')\";\n    bgImage.style.backgroundPosition = \"center center\";\n    bgImage.style.backgroundSize = \"cover\";\n    bgImage.style.backgroundRepeat = \"no-repeat\";\n\n    setSectionHeight();\n    updateScroll();\n  });\n\n});\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a0ece47 e-con-full elementor-hidden-desktop e-flex e-con e-parent\" data-id=\"a0ece47\" 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-5149ac4 e-con-full e-flex e-con e-child\" data-id=\"5149ac4\" 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-64945b0 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"64945b0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Master Suite Duplex<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-25fd94b elementor-icon-list--layout-inline elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"25fd94b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">4 people<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">85 mq<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4e666b1 elementor-align-left elementor-widget elementor-widget-button\" data-id=\"4e666b1\" 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=\"\/suites-camere\/#duplex\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Discover the suite<\/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-08fad96 e-con-full e-flex e-con e-child\" data-id=\"08fad96\" 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-f7c5fdd elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-heading\" data-id=\"f7c5fdd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Triple Junior Suite<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9715148 elementor-icon-list--layout-inline elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"9715148\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">3 people<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">50 mq<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7b5d75c elementor-align-left elementor-widget elementor-widget-button\" data-id=\"7b5d75c\" 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=\"\/suites-camere\/#tripla\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Discover the suite<\/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-b047792 e-con-full e-flex e-con e-child\" data-id=\"b047792\" 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-359d51b elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"359d51b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Junior Suite<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7e2c19f elementor-icon-list--layout-inline elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"7e2c19f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">2 people<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">20-25 mq<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-eaad30b elementor-align-left elementor-widget elementor-widget-button\" data-id=\"eaad30b\" 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=\"\/suites-camere\/#suite\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Discover the suite<\/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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-64f6eb4 e-con-full e-flex e-con e-parent\" data-id=\"64f6eb4\" 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-d20609c e-con-full e-flex e-con e-child\" data-id=\"d20609c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-c3b71b0 e-con-full e-flex e-con e-child\" data-id=\"c3b71b0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-b7580ec e-con-full e-flex e-con e-child\" data-id=\"b7580ec\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-20acd15 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"20acd15\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Palazzo De' Belli Lecce<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3a1e489 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"3a1e489\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Breakfast Room<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9a3cc21 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"9a3cc21\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Breakfast at Palazzo De\u2019 Belli is designed to start the day with taste and simplicity. Every morning, guests can enjoy fresh products, homemade preparations and flavours inspired by the Apulian tradition, in a warm and carefully curated atmosphere.<br><br>Guests can choose to have breakfast in the intimate indoor breakfast room or on the panoramic terrace, overlooking the rooftops of Lecce\u2019s historic centre.\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d26332e e-con-full e-flex e-con e-child\" data-id=\"d26332e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6d71bb2 e-con-full e-flex e-con e-child\" data-id=\"6d71bb2\" 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\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d7cf84b e-con-full e-flex e-con e-child\" data-id=\"d7cf84b\" 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-535c894 e-con-full e-flex e-con e-child\" data-id=\"535c894\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-db35964 e-con-full e-flex e-con e-child\" data-id=\"db35964\" 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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3292668 e-con-full elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"3292668\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-362e5d8 e-con-full e-flex e-con e-child\" data-id=\"362e5d8\" 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-4c62e12 e-con-full e-flex e-con e-child\" data-id=\"4c62e12\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-7cddec2 e-con-full e-flex e-con e-child\" data-id=\"7cddec2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-d09e420 e-con-full e-flex e-con e-child\" data-id=\"d09e420\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2eba989 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"2eba989\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Palazzo De' Belli Lecce<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0100174 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"0100174\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">The Panoramic Terrace<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-da2cd95 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"da2cd95\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Suspended above the rooftops of the historic centre, the panoramic terrace of Palazzo De\u2019 Belli is one of the residence\u2019s most evocative spaces. From here, Lecce reveals its quieter, brighter side: glimpses of pale stone, bell towers, ancient terraces and open skies over Salento.<br><br>It is the ideal place to take a break, enjoy breakfast outdoors or simply soak in the atmosphere of the Baroque city from a privileged and secluded point of view.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a98d94 elementor-align-left elementor-widget elementor-widget-button\" data-id=\"7a98d94\" 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=\"\/terrazza\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Discover the terrace<\/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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4f22c0a e-con-full e-flex e-con e-child\" data-id=\"4f22c0a\" 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\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Palazzo De&#8217; Belli Lecce La Dimora dei Poeti A building in the centre of Lecce of great historical and artistic value. Officially listed in the general catalogue of cultural heritage, it is situated on Corso Vittorio Emanuele II, opposite the side fa\u00e7ade of the church of Sant&#8217;Irene, and overlooks Corte di Cicala, where there is [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-10","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/palazzodebellilecce.it\/it\/wp-json\/wp\/v2\/pages\/10","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/palazzodebellilecce.it\/it\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/palazzodebellilecce.it\/it\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/palazzodebellilecce.it\/it\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/palazzodebellilecce.it\/it\/wp-json\/wp\/v2\/comments?post=10"}],"version-history":[{"count":937,"href":"https:\/\/palazzodebellilecce.it\/it\/wp-json\/wp\/v2\/pages\/10\/revisions"}],"predecessor-version":[{"id":2129,"href":"https:\/\/palazzodebellilecce.it\/it\/wp-json\/wp\/v2\/pages\/10\/revisions\/2129"}],"wp:attachment":[{"href":"https:\/\/palazzodebellilecce.it\/it\/wp-json\/wp\/v2\/media?parent=10"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}