{"id":36462,"date":"2026-05-06T12:27:05","date_gmt":"2026-05-06T12:27:05","guid":{"rendered":"https:\/\/moovapartments.com\/concept\/"},"modified":"2026-08-31T16:30:37","modified_gmt":"2026-08-31T16:30:37","slug":"concept","status":"publish","type":"page","link":"https:\/\/moovapartments.com\/en\/concept\/","title":{"rendered":"Concept"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"36462\" class=\"elementor elementor-36462 elementor-26534\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-57934f5 el-hero-paralax e-con-full e-flex e-con e-parent\" data-id=\"57934f5\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-5af42a3 el-hero-paralax__container e-con-full e-flex e-con e-child\" data-id=\"5af42a3\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9541e18 elementor-widget elementor-widget-html\" data-id=\"9541e18\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const allCarousels = document.querySelectorAll('.elementor-element.todos, .elementor-element.apartments, .elementor-element.hoteis');\r\n\r\n  function setActive(id) {\r\n    ['todos', 'apartments', 'hoteis'].forEach(btnId => {\r\n      document.getElementById(btnId)?.classList.remove('active-filter');\r\n    });\r\n\r\n    document.getElementById(id)?.classList.add('active-filter');\r\n\r\n    allCarousels.forEach(el => {\r\n      el.style.display = el.classList.contains(id) ? '' : 'none';\r\n    });\r\n  }\r\n\r\n  ['todos', 'apartments', 'hoteis'].forEach(id => {\r\n    document.getElementById(id)?.addEventListener('click', function (e) {\r\n      e.preventDefault();\r\n      setActive(id);\r\n    });\r\n  });\r\n\r\n  setActive('todos');\r\n});\r\n<\/script>\r\n\r\n<script>\r\nfunction fixCarousels() {\r\n    document.documentElement.style.overflowX = 'hidden';\r\n    document.body.style.overflowX = 'hidden';\r\n\r\n    document.querySelectorAll('.e-n-carousel.swiper').forEach(function(swiper) {\r\n        \/\/ Restore overflow:visible for peek effect on ALL devices\r\n        swiper.style.overflow = 'visible';\r\n\r\n        swiper.querySelectorAll('.swiper-slide').forEach(function(slide) {\r\n            slide.style.visibility = 'visible';\r\n            slide.style.opacity = '1';\r\n            slide.removeAttribute('inert');\r\n            slide.removeAttribute('aria-hidden');\r\n        });\r\n\r\n        let parent = swiper.parentElement;\r\n        for (let i = 0; i < 10; i++) {\r\n            if (!parent || parent === document.body) break;\r\n            const style = window.getComputedStyle(parent);\r\n            if (style.overflow === 'hidden' || style.overflowX === 'hidden') {\r\n                parent.style.overflowX = 'clip';\r\n                parent.style.overflowY = 'visible';\r\n            }\r\n            parent = parent.parentElement;\r\n        }\r\n    });\r\n}\r\n\r\nwindow.addEventListener('load', fixCarousels);\r\nsetTimeout(fixCarousels, 100);\r\nsetTimeout(fixCarousels, 100);\r\n\r\ndocument.addEventListener('DOMContentLoaded', function() {\r\n    document.querySelectorAll('.e-n-carousel.swiper').forEach(function(swiper) {\r\n        const observer = new MutationObserver(fixCarousels);\r\n        observer.observe(swiper, {\r\n            subtree: true,\r\n            attributes: true,\r\n            attributeFilter: ['inert', 'aria-hidden', 'style']\r\n        });\r\n    });\r\n});\r\n<\/script>\r\n\r\n<style>\r\n#apartments.active-filter {\r\n  \/* Style your active button however you want, e.g.: *\/\r\n  background-color: #003592 !important;\r\n  color: #fff !important;\r\n}\r\n#todos.active-filter {\r\n  \/* Style your active button however you want, e.g.: *\/\r\n  background-color: #242526 !important;\r\n  color: #fff !important;\r\n}\r\n#hoteis.active-filter {\r\n  \/* Style your active button however you want, e.g.: *\/\r\n  background-color: #D43333 !important;\r\n  color: #fff !important;\r\n}\r\n<\/style>\r\n\r\n<script>\r\n(function () {\r\n  var SELECTOR = '.e-n-carousel .swiper-slide .e-con.e-child';\r\n  var processed = new WeakSet();\r\n\r\n  function setupCard(card) {\r\n    if (processed.has(card)) return;\r\n    var computedStyle = window.getComputedStyle(card);\r\n    var computedBg = computedStyle.backgroundImage;\r\n    if (!computedBg || computedBg === 'none') return;\r\n    processed.add(card);\r\n\r\n    var bgSize     = computedStyle.backgroundSize     || 'cover';\r\n    var bgPos      = computedStyle.backgroundPosition || 'center center';\r\n    var bgRepeat   = computedStyle.backgroundRepeat   || 'no-repeat';\r\n    var bgColor    = computedStyle.backgroundColor    || 'transparent';\r\n\r\n    var bgLayer = document.createElement('div');\r\n    bgLayer.style.cssText =\r\n      'position:absolute;' +\r\n      'inset:0;' +\r\n      'width:100%;' +\r\n      'height:100%;' +\r\n      'background-image:' + computedBg + ';' +\r\n      'background-size:' + bgSize + ';' +\r\n      'background-position:' + bgPos + ';' +\r\n      'background-repeat:' + bgRepeat + ';' +\r\n      'background-color:' + bgColor + ';' +\r\n      'transition:transform 0.6s cubic-bezier(0.25,0.46,0.45,0.94);' +\r\n      'transform:scale(1) translateZ(0);' +   \/* \u2190 translateZ(0) instead of will-change *\/\r\n      'transform-origin:center center;' +\r\n      \/* 'will-change:transform;' \u2190 REMOVED: causes iOS compositor layer bug *\/\r\n      'z-index:0;' +\r\n      'pointer-events:none;' +\r\n      'border-radius:inherit;';\r\n\r\n    card.style.backgroundImage = 'none';\r\n    card.style.backgroundColor = 'transparent';\r\n    card.style.overflow = 'hidden';\r\n    card.style.position = 'relative';\r\n    \/* Isolate stacking context WITHOUT will-change, using isolation instead *\/\r\n    card.style.isolation = 'isolate';\r\n\r\n    card.insertBefore(bgLayer, card.firstChild);\r\n\r\n    Array.from(card.children).forEach(function (child) {\r\n      if (child === bgLayer) return;\r\n      child.style.position = 'relative';\r\n      child.style.zIndex   = '1';\r\n    });\r\n\r\n    var inner = card.querySelector('.e-con-inner');\r\n    if (inner) {\r\n      inner.style.position = 'relative';\r\n      inner.style.zIndex   = '2';\r\n    }\r\n\r\n    function zoomIn()  { bgLayer.style.transform = 'scale(1.08) translateZ(0)'; }\r\n    function zoomOut() { bgLayer.style.transform = 'scale(1) translateZ(0)'; }\r\n\r\n    card.addEventListener('mouseenter', zoomIn);\r\n    card.addEventListener('mouseleave', zoomOut);\r\n\r\n    card.querySelectorAll('a[href]').forEach(function (link) {\r\n      link.style.position      = 'relative';\r\n      link.style.zIndex        = '99';\r\n      link.style.pointerEvents = 'all';\r\n      link.addEventListener('mouseenter', zoomIn);\r\n      link.addEventListener('mouseleave', zoomOut);\r\n    });\r\n  }\r\n\r\n  function trySetupAll() {\r\n    document.querySelectorAll(SELECTOR).forEach(setupCard);\r\n  }\r\n\r\n  var observer = new MutationObserver(trySetupAll);\r\n  observer.observe(document.body, { childList: true, subtree: true });\r\n\r\n  var attempts = 0;\r\n  function retryLoop() {\r\n    trySetupAll();\r\n    attempts++;\r\n    if (attempts < 2000) setTimeout(retryLoop, 100);\r\n    else observer.disconnect();\r\n  }\r\n\r\n  if (document.readyState === 'loading') {\r\n    document.addEventListener('DOMContentLoaded', retryLoop);\r\n  } else {\r\n    retryLoop();\r\n  }\r\n})();\r\n<\/script>\r\n\r\n<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const allCarousels = document.querySelectorAll('.elementor-element.todos, .elementor-element.apartments, .elementor-element.hoteis');\r\n\r\n  function setActive(id) {\r\n    ['todos', 'apartments', 'hoteis'].forEach(btnId => {\r\n      document.getElementById(btnId)?.classList.remove('active-filter');\r\n    });\r\n\r\n    document.getElementById(id)?.classList.add('active-filter');\r\n\r\n    allCarousels.forEach(el => {\r\n      const isVisible = el.classList.contains(id);\r\n      el.style.display = isVisible ? '' : 'none';\r\n\r\n      \/\/ Reset ao in\u00edcio quando escondido (ou quando mostrado)\r\n      const swiperEl = el.querySelector('.e-n-carousel.swiper');\r\n      if (swiperEl && swiperEl.swiper) {\r\n        swiperEl.swiper.slideTo(0, 0); \/\/ 0ms de anima\u00e7\u00e3o para ser instant\u00e2neo\r\n      }\r\n    });\r\n  }\r\n\r\n  ['todos', 'apartments', 'hoteis'].forEach(id => {\r\n    document.getElementById(id)?.addEventListener('click', function (e) {\r\n      e.preventDefault();\r\n      setActive(id);\r\n    });\r\n  });\r\n\r\n  setActive('todos');\r\n});\r\n<\/script>\r\n\r\n<style>\r\n\/* \u2500\u2500 iOS drag flicker fix \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\r\n\r\n\/* The swiper-wrapper needs a compositing hint so iOS doesn't\r\n   discard child layers during touch drag *\/\r\n.e-n-carousel .swiper-wrapper {\r\n    -webkit-transform: translateZ(0);\r\n    transform: translateZ(0);\r\n}\r\n\r\n\/* Each slide: backface-visibility stops iOS recycling the layer mid-drag *\/\r\n.e-n-carousel .swiper-slide {\r\n    -webkit-backface-visibility: hidden;\r\n    backface-visibility: hidden;\r\n}\r\n\r\n\/* The card inner content: force onto its own layer so overlay + text\r\n   stay painted even while the background zoom div is animating *\/\r\n.e-n-carousel .swiper-slide .e-con.e-child > * {\r\n    -webkit-transform: translateZ(0);\r\n    transform: translateZ(0);\r\n}\r\n\r\n\/* ::before overlays \u2014 keep on their own compositing layer *\/\r\n.elementor-element-9b71aaa::before,\r\n.elementor-element-b067e71::before,\r\n.elementor-element-1612baa::before,\r\n.elementor-element-cbc2782::before,\r\n.elementor-element-45c3e03::before,\r\n.elementor-element-c602364::before,\r\n.elementor-element-8740f8b::before,\r\n.elementor-element-ecb2763::before,\r\n.elementor-element-1483b56::before,\r\n.elementor-element-f4a7c9d::before,\r\n.elementor-element-3d1e1a2::before,\r\n.elementor-element-573780e::before,\r\n.elementor-element-0d88fc9::before,\r\n.elementor-element-85830f8::before,\r\n.elementor-element-4994744::before,\r\n.elementor-element-a8a5fb1::before,\r\n.elementor-element-630f6fd::before,\r\n.elementor-element-3823b1d::before,\r\n.elementor-element-d65df93::before,\r\n.elementor-element-3472c3d::before,\r\n.elementor-element-2b34963::before {\r\n    z-index: 2 !important;\r\n    -webkit-transform: translateZ(0)!important;\r\n    transform: translateZ(0!important);\r\n}\r\n\r\n\/* Swiper button styling (unchanged) *\/\r\n.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next svg,\r\n.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev svg {\r\n    fill: transparent !important;\r\n}\r\n.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next svg rect:hover,\r\n.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev svg rect:hover {\r\n    stroke: #1D2024;\r\n}\r\n.elementor-swiper-button.elementor-swiper-button-next.swiper-button-disabled,\r\n.elementor-swiper-button.elementor-swiper-button-prev.swiper-button-disabled {\r\n    pointer-events: none !important;\r\n}\r\n\r\n<\/style>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d79bb0c animatedtextfinal elementor-widget elementor-widget-heading\" data-id=\"d79bb0c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.23.0 - 05-08-2024 *\/\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}<\/style><h1 class=\"elementor-heading-title elementor-size-default\">Concept<\/h1>\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-06172bb e-flex e-con-boxed e-con e-parent\" data-id=\"06172bb\" data-element_type=\"container\" id=\"travel-section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3ae07de elementor-widget__width-initial animatedtextfinal elementor-widget elementor-widget-heading\" data-id=\"3ae07de\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Moov Apartments<\/h4>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f65cb3a animatedtextfinal elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"f65cb3a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">The comfort and privacy of an apartment, with the convenience of staying at a hotel.<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a6fe9d elementor-pagination-type-progressbar elementor-widget-mobile__width-initial elementor-arrows-position-inside elementor-widget elementor-widget-n-carousel\" data-id=\"7a6fe9d\" data-element_type=\"widget\" id=\"azulsetas\" data-settings=\"{&quot;carousel_items&quot;:[{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;be0dcc0&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;2144b6d&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;26a3979&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;2a380d3&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;43f8fc3&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;636fc4d&quot;}],&quot;slides_to_show&quot;:&quot;2&quot;,&quot;pagination&quot;:&quot;progressbar&quot;,&quot;slides_to_show_tablet&quot;:&quot;2&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;speed&quot;:500,&quot;arrows&quot;:&quot;yes&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<link rel=\"stylesheet\" href=\"https:\/\/moovapartments.com\/wp-content\/plugins\/elementor-pro\/assets\/css\/widget-nested-carousel.min.css\">\t\t<div class=\"e-n-carousel swiper\" dir=\"ltr\">\n\t\t\t<div class=\"swiper-wrapper\" aria-live=\"polite\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"1\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 6\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-17071a5 e-flex e-con-boxed e-con e-child\" data-id=\"17071a5\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a6f3bc7 elementor-widget elementor-widget-image\" data-id=\"a6f3bc7\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.23.0 - 05-08-2024 *\/\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}<\/style>\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1\" height=\"1\" data-src=\"https:\/\/moovapartments.com\/wp-content\/uploads\/2026\/05\/Icon1.svg\" class=\"attachment-large size-large wp-image-27602 lazyload\" alt=\"\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1px; --smush-placeholder-aspect-ratio: 1\/1;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a35725f elementor-widget elementor-widget-spacer\" data-id=\"a35725f\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.23.0 - 05-08-2024 *\/\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}<\/style>\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-87c39e4 elementor-widget elementor-widget-text-editor\" data-id=\"87c39e4\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.23.0 - 05-08-2024 *\/\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}<\/style>\t\t\t\t<p>Reception<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-82a082c elementor-widget elementor-widget-text-editor\" data-id=\"82a082c\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>A team available every day to assist you during your stay.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"2\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 6\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-766f69a e-flex e-con-boxed e-con e-child\" data-id=\"766f69a\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dcc59d3 elementor-widget elementor-widget-image\" data-id=\"dcc59d3\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1\" height=\"1\" data-src=\"https:\/\/moovapartments.com\/wp-content\/uploads\/2026\/05\/Icon2.svg\" class=\"attachment-large size-large wp-image-27592 lazyload\" alt=\"\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1px; --smush-placeholder-aspect-ratio: 1\/1;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0906963 elementor-widget elementor-widget-spacer\" data-id=\"0906963\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-04958da elementor-widget elementor-widget-text-editor\" data-id=\"04958da\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Office<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7c483af elementor-widget elementor-widget-text-editor\" data-id=\"7c483af\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>A comfortable and quiet space to work in during your stay.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"3\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 6\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a6b41b2 e-flex e-con-boxed e-con e-child\" data-id=\"a6b41b2\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e6adebc elementor-widget elementor-widget-image\" data-id=\"e6adebc\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"40\" height=\"40\" data-src=\"https:\/\/moovapartments.com\/wp-content\/uploads\/2026\/03\/Icon-9.png\" class=\"attachment-large size-large wp-image-30686 lazyload\" alt=\"\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 40px; --smush-placeholder-aspect-ratio: 40\/40;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a69366a elementor-widget elementor-widget-spacer\" data-id=\"a69366a\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3644a91 elementor-widget elementor-widget-text-editor\" data-id=\"3644a91\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Daily Cleaning<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-43d4797 elementor-widget elementor-widget-text-editor\" data-id=\"43d4797\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Daily housekeeping service for greater comfort and convenience.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"4\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 6\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a5c759f e-flex e-con-boxed e-con e-child\" data-id=\"a5c759f\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-de0bf64 elementor-widget elementor-widget-image\" data-id=\"de0bf64\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"40\" height=\"40\" data-src=\"https:\/\/moovapartments.com\/wp-content\/uploads\/2026\/03\/Icon-8.png\" class=\"attachment-large size-large wp-image-30691 lazyload\" alt=\"\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 40px; --smush-placeholder-aspect-ratio: 40\/40;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-60ca9b2 elementor-widget elementor-widget-spacer\" data-id=\"60ca9b2\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bf7aa37 elementor-widget elementor-widget-text-editor\" data-id=\"bf7aa37\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Private parking<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-13bf7d9 elementor-widget elementor-widget-text-editor\" data-id=\"13bf7d9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Underground parking for your convenience during your stay.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"5\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 of 6\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f4a0ecb e-flex e-con-boxed e-con e-child\" data-id=\"f4a0ecb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c0a2ec4 elementor-widget elementor-widget-image\" data-id=\"c0a2ec4\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1\" height=\"1\" data-src=\"https:\/\/moovapartments.com\/wp-content\/uploads\/2026\/05\/Icon.svg\" class=\"attachment-large size-large wp-image-27597 lazyload\" alt=\"\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1px; --smush-placeholder-aspect-ratio: 1\/1;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-14718a7 elementor-widget elementor-widget-spacer\" data-id=\"14718a7\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7f17995 elementor-widget elementor-widget-text-editor\" data-id=\"7f17995\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Breakfast<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2eea747 elementor-widget elementor-widget-text-editor\" data-id=\"2eea747\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Breakfast in a box, delivered directly to your apartment.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"6\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 of 6\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1fe78fe e-flex e-con-boxed e-con e-child\" data-id=\"1fe78fe\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b1b3eb4 elementor-widget elementor-widget-image\" data-id=\"b1b3eb4\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1\" height=\"1\" data-src=\"https:\/\/moovapartments.com\/wp-content\/uploads\/2026\/08\/Icon-7.svg\" class=\"attachment-large size-large wp-image-35481 lazyload\" alt=\"\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1px; --smush-placeholder-aspect-ratio: 1\/1;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9c88f4f elementor-widget elementor-widget-spacer\" data-id=\"9c88f4f\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0f7d949 elementor-widget elementor-widget-text-editor\" data-id=\"0f7d949\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Meeting and Event Rooms<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fcc1adc elementor-widget elementor-widget-text-editor\" data-id=\"fcc1adc\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Designed to host business meetings, conferences, and events with comfort, privacy, and all the necessary amenities.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\"><rect x=\"0.5\" y=\"0.5\" width=\"39\" height=\"39\" rx=\"19.5\" stroke=\"#003592\" stroke-opacity=\"0.3\"><\/rect><g clip-path=\"url(#clip0_1328_73386)\"><path d=\"M22 16L18 20L22 24\" stroke=\"#003592\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_1328_73386\"><rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(12 12)\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/div>\n\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\"><rect x=\"0.5\" y=\"0.5\" width=\"39\" height=\"39\" rx=\"19.5\" stroke=\"#003592\" stroke-opacity=\"0.3\"><\/rect><g clip-path=\"url(#clip0_1328_73387)\"><path d=\"M18 16L22 20L18 24\" stroke=\"#003592\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_1328_73387\"><rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(12 12)\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/div>\n\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t<\/div>\n\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-81fd355 e-flex e-con-boxed e-con e-parent\" data-id=\"81fd355\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-26a73ee elementor-widget__width-initial animatedtextfinal elementor-widget elementor-widget-heading\" data-id=\"26a73ee\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Your home away from home<\/h4>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-030168b elementor-widget__width-initial animatedtextfinal elementor-widget elementor-widget-heading\" data-id=\"030168b\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">The ideal starting point for your trip<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bd87304 elementor-widget__width-initial animatedtextfinal elementor-widget elementor-widget-heading\" data-id=\"bd87304\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Comfortable and functional apartments, designed to offer a practical, flexible stay that fits seamlessly into the city's rhythm.<\/h4>\t\t<\/div>\n\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-f13b221 e-flex e-con-boxed e-con e-parent\" data-id=\"f13b221\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-b4237cf e-con-full e-flex e-con e-child\" data-id=\"b4237cf\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bca9157 animatedtextfinal elementor-widget elementor-widget-heading\" data-id=\"bca9157\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Experience the city at your own pace<\/h5>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7afd792 animatedtextfinal elementor-widget elementor-widget-heading\" data-id=\"7afd792\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Perfect for stays with family, friends, or on your own<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b21aec2 animatedtextfinal elementor-widget elementor-widget-text-editor\" data-id=\"b21aec2\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Moov Apartments offer the ideal comfort and flexibility for relaxing, working, or exploring the city during your stay.<\/p>\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-bde4814 e-con-full e-flex e-con e-child\" data-id=\"bde4814\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2441cbe animatedtextfinal elementor-widget elementor-widget-image\" data-id=\"2441cbe\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1048\" height=\"800\" data-src=\"https:\/\/moovapartments.com\/wp-content\/uploads\/2026\/08\/IMAGE-2026-08-06T101443.833.webp\" class=\"attachment-full size-full wp-image-35489 lazyload\" alt=\"\" data-srcset=\"https:\/\/moovapartments.com\/wp-content\/uploads\/2026\/08\/IMAGE-2026-08-06T101443.833.webp 1048w, https:\/\/moovapartments.com\/wp-content\/uploads\/2026\/08\/IMAGE-2026-08-06T101443.833-300x229.webp 300w, https:\/\/moovapartments.com\/wp-content\/uploads\/2026\/08\/IMAGE-2026-08-06T101443.833-1024x782.webp 1024w, https:\/\/moovapartments.com\/wp-content\/uploads\/2026\/08\/IMAGE-2026-08-06T101443.833-768x586.webp 768w\" data-sizes=\"(max-width: 1048px) 100vw, 1048px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1048px; --smush-placeholder-aspect-ratio: 1048\/800;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\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-d990c47 e-flex e-con-boxed e-con e-parent\" data-id=\"d990c47\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-f5fb276 e-con-full e-flex e-con e-child\" data-id=\"f5fb276\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-769c6e8 animatedtextfinal elementor-widget elementor-widget-image\" data-id=\"769c6e8\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1048\" height=\"800\" data-src=\"https:\/\/moovapartments.com\/wp-content\/uploads\/2026\/08\/IMAGE-2026-08-06T101449.181.webp\" class=\"attachment-full size-full wp-image-35494 lazyload\" alt=\"\" data-srcset=\"https:\/\/moovapartments.com\/wp-content\/uploads\/2026\/08\/IMAGE-2026-08-06T101449.181.webp 1048w, https:\/\/moovapartments.com\/wp-content\/uploads\/2026\/08\/IMAGE-2026-08-06T101449.181-300x229.webp 300w, https:\/\/moovapartments.com\/wp-content\/uploads\/2026\/08\/IMAGE-2026-08-06T101449.181-1024x782.webp 1024w, https:\/\/moovapartments.com\/wp-content\/uploads\/2026\/08\/IMAGE-2026-08-06T101449.181-768x586.webp 768w\" data-sizes=\"(max-width: 1048px) 100vw, 1048px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1048px; --smush-placeholder-aspect-ratio: 1048\/800;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a7163f7 elementor-hidden-desktop elementor-hidden-tablet animatedtextfinal elementor-hidden-mobile elementor-widget elementor-widget-button\" data-id=\"a7163f7\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/moovapartments.com\/en\/destinations\/porto\/\">\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 xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\"><g clip-path=\"url(#clip0_1344_16216)\"><path d=\"M10 4L6 8L10 12\" stroke=\"#676D73\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_1344_16216\"><rect width=\"16\" height=\"16\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Porto<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\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-2d70791 e-con-full e-flex e-con e-child\" data-id=\"2d70791\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8f372cc animatedtextfinal elementor-widget elementor-widget-heading\" data-id=\"8f372cc\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Different types available<\/h5>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f4c6c81 animatedtextfinal elementor-widget elementor-widget-heading\" data-id=\"f4c6c81\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Spaces that adapt to your stay<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e40d08f animatedtextfinal elementor-widget elementor-widget-text-editor\" data-id=\"e40d08f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Apartments designed for different types of stays, ranging from trips for two to groups or families who need more space and comfort.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-58e6ad2 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-button\" data-id=\"58e6ad2\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/moovapartments.com\/en\/inquerito-de-grupo\/\">\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<i aria-hidden=\"true\" class=\"fas fa-chevron-right\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Fill in the form<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b57fa77 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-button\" data-id=\"b57fa77\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/moovapartments.com\/en\/inquerito-de-grupo\/\">\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 xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\"><g clip-path=\"url(#clip0_940_11264)\"><path d=\"M6 4L10 8L6 12\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_940_11264\"><rect width=\"16\" height=\"16\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Discover<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\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\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9327b05 e-flex e-con-boxed e-con e-parent\" data-id=\"9327b05\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5b4d648 elementor-widget__width-initial animatedtextfinal elementor-widget elementor-widget-heading\" data-id=\"5b4d648\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">The Moov Experience<\/h4>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-aca4a84 animatedtextfinal elementor-widget elementor-widget-heading\" data-id=\"aca4a84\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Discover our philosophy<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12ec7af elementor-pagination-type-progressbar animatedtextfinal1 elementor-arrows-position-inside elementor-widget elementor-widget-n-carousel\" data-id=\"12ec7af\" data-element_type=\"widget\" data-settings=\"{&quot;carousel_items&quot;:[{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;be0dcc0&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;5f0948a&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;a168a3c&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;474c373&quot;}],&quot;slides_to_show&quot;:&quot;1&quot;,&quot;pagination&quot;:&quot;progressbar&quot;,&quot;slides_to_show_tablet&quot;:&quot;1&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;speed&quot;:500,&quot;arrows&quot;:&quot;yes&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"e-n-carousel swiper\" dir=\"ltr\">\n\t\t\t<div class=\"swiper-wrapper\" aria-live=\"polite\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"1\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a59ac9f e-flex e-con-boxed e-con e-child\" data-id=\"a59ac9f\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-79b6053 e-con-full e-flex e-con e-child\" data-id=\"79b6053\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5587514 elementor-widget elementor-widget-text-editor\" data-id=\"5587514\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Moov<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a347b4c elementor-widget elementor-widget-spacer\" data-id=\"a347b4c\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f8fbe96 elementor-widget elementor-widget-text-editor\" data-id=\"f8fbe96\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Every Moov offers a unique and consistent experience, with modern, functional, and affordable hotels designed to provide maximum comfort during every stay.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"2\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3c756e7 e-flex e-con-boxed e-con e-child\" data-id=\"3c756e7\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-6727bef e-con-full e-flex e-con e-child\" data-id=\"6727bef\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-764da3e elementor-widget elementor-widget-text-editor\" data-id=\"764da3e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Sustainability<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-10f4f40 elementor-widget elementor-widget-spacer\" data-id=\"10f4f40\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8a40f5e elementor-widget elementor-widget-text-editor\" data-id=\"8a40f5e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>We are committed to sustainable practices and efficient solutions to reduce the environmental impact of our facilities.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0db7075 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-spacer\" data-id=\"0db7075\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-56cb137 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-button\" data-id=\"56cb137\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/moovapartments.com\/en\/inquerito-de-grupo\/\">\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 xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\"><g clip-path=\"url(#clip0_940_17694)\"><path d=\"M6 4L10 8L6 12\" stroke=\"#343A40\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_940_17694\"><rect width=\"16\" height=\"16\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Learn more<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\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\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"3\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-46471cd e-flex e-con-boxed e-con e-child\" data-id=\"46471cd\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-d841ab3 e-con-full e-flex e-con e-child\" data-id=\"d841ab3\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fa247a9 elementor-widget elementor-widget-text-editor\" data-id=\"fa247a9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Our commitment<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1302f22 elementor-widget elementor-widget-spacer\" data-id=\"1302f22\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b60b2ec elementor-widget elementor-widget-text-editor\" data-id=\"b60b2ec\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>With modern spaces and services designed to ensure a simple and efficient experience, at Moov we aim to provide a comfortable and unique stay, designed to help you recharge, always combining quality with value.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"4\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-789833d e-flex e-con-boxed e-con e-child\" data-id=\"789833d\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-f0ee260 e-con-full e-flex e-con e-child\" data-id=\"f0ee260\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-72b029c elementor-widget elementor-widget-text-editor\" data-id=\"72b029c\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>A stay designed just for you<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0a9528e elementor-widget elementor-widget-spacer\" data-id=\"0a9528e\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b2c5d9b elementor-widget elementor-widget-text-editor\" data-id=\"b2c5d9b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>An experience tailored to different travel styles, with all the essentials for a comfortable stay.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\"><rect x=\"0.5\" y=\"0.5\" width=\"39\" height=\"39\" rx=\"19.5\" stroke=\"#E1E5EA\"><\/rect><g clip-path=\"url(#clip0_833_44483)\"><path d=\"M22 16L18 20L22 24\" stroke=\"#1D2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_833_44483\"><rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(12 12)\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/div>\n\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\"><rect x=\"0.5\" y=\"0.5\" width=\"39\" height=\"39\" rx=\"19.5\" stroke=\"#E1E5EA\"><\/rect><g clip-path=\"url(#clip0_833_44484)\"><path d=\"M18 16L22 20L18 24\" stroke=\"#1D2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_833_44484\"><rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(12 12)\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/div>\n\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t<\/div>\n\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-6217684 e-con-full e-flex e-con e-parent\" data-id=\"6217684\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e0df863 animatedtextfinal elementor-widget elementor-widget-heading\" data-id=\"e0df863\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">A stay designed just for you<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6c0ccf3 e-flex e-con-boxed e-con e-parent\" data-id=\"6c0ccf3\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-aeaee78 elementor-widget__width-inherit animatedtextfinal elementor-widget elementor-widget-text-editor\" data-id=\"aeaee78\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Discover the Moov Universe<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-96b5df9 elementor-widget__width-inherit animatedtextfinal elementor-widget elementor-widget-heading\" data-id=\"96b5df9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><br\/>'s comfort and functionality at every destination<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ed39a46 e-con-full e-flex e-con e-child\" data-id=\"ed39a46\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-22de1b3 animatedtextfinal elementor-widget elementor-widget-button\" data-id=\"22de1b3\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\" id=\"todos\">\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\">Everyone<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-691a3ea animatedtextfinal elementor-widget elementor-widget-button\" data-id=\"691a3ea\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\" id=\"apartments\">\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\">Apartments<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b974053 animatedtextfinal elementor-widget elementor-widget-button\" data-id=\"b974053\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\" id=\"hoteis\">\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\">Hotels<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\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 class=\"elementor-element elementor-element-27828c1 todos animatedtextfinal1 elementor-widget-mobile__width-initial elementor-widget-tablet__width-initial elementor-arrows-position-inside elementor-widget elementor-widget-n-carousel\" data-id=\"27828c1\" data-element_type=\"widget\" data-settings=\"{&quot;carousel_items&quot;:[{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;4641a48&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;d1afab1&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;59756dc&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;e53ba94&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;ce91700&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;18d6751&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;db150c5&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;40b24e5&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;937fc30&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;b0883b5&quot;}],&quot;slides_to_show&quot;:&quot;3&quot;,&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;slides_to_show_tablet&quot;:&quot;2&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;speed&quot;:500,&quot;arrows&quot;:&quot;yes&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"e-n-carousel swiper\" dir=\"ltr\">\n\t\t\t<div class=\"swiper-wrapper\" aria-live=\"polite\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"1\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 10\">\n\t\t\t\t\t\t\t<div data-eael-wrapper-link=\"{&quot;url&quot;:&quot;https:\\\/\\\/moovapartments.com\\\/hotels\\\/moov-matosinhos-sul\\\/&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;}\" class=\"elementor-element elementor-element-9b71aaa e-flex e-con-boxed e-con e-child\" data-id=\"9b71aaa\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1f9b947 elementor-widget elementor-widget-button\" data-id=\"1f9b947\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\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 xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\"><g clip-path=\"url(#clip0_157_39965)\"><path d=\"M5.61084 4.92471L1.54569 5.49751L1.47369 5.51175C1.36469 5.53987 1.26533 5.5956 1.18574 5.67325C1.10616 5.75089 1.0492 5.84768 1.0207 5.95372C0.992188 6.05975 0.993148 6.17124 1.02348 6.2768C1.05381 6.38236 1.11242 6.4782 1.19333 6.55455L4.13834 9.3405L3.44382 13.2758L3.43554 13.3439C3.42887 13.4534 3.45227 13.5627 3.50337 13.6606C3.55446 13.7585 3.63139 13.8414 3.7263 13.9009C3.82121 13.9604 3.93068 13.9943 4.04349 13.9991C4.15631 14.0039 4.26843 13.9795 4.36836 13.9284L8.00406 12.0707L11.6315 13.9284L11.6952 13.9569C11.8004 13.9972 11.9147 14.0095 12.0264 13.9927C12.1381 13.9758 12.2432 13.9304 12.3308 13.8611C12.4185 13.7918 12.4856 13.701 12.5253 13.5982C12.565 13.4953 12.5758 13.384 12.5567 13.2758L11.8615 9.3405L14.8078 6.55393L14.8575 6.50129C14.9285 6.41631 14.975 6.31456 14.9924 6.20641C15.0097 6.09825 14.9973 5.98756 14.9563 5.8856C14.9153 5.78365 14.8472 5.69407 14.759 5.62601C14.6708 5.55794 14.5656 5.51382 14.4542 5.49813L10.389 4.92471L8.57178 1.34552C8.5192 1.24181 8.4378 1.15449 8.33679 1.09343C8.23578 1.03236 8.1192 1 8.00024 1C7.88128 1 7.7647 1.03236 7.66369 1.09343C7.56268 1.15449 7.48128 1.24181 7.4287 1.34552L5.61084 4.92471Z\" stroke=\"#08090A\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_157_39965\"><rect width=\"16\" height=\"16\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">New<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-930ea63 elementor-widget elementor-widget-spacer\" data-id=\"930ea63\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-140d9d3 elementor-widget elementor-widget-text-editor\" data-id=\"140d9d3\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Moov Matosinhos Sul<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6e721fe elementor-widget elementor-widget-text-editor\" data-id=\"6e721fe\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Porto, Portugal<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"2\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 10\">\n\t\t\t\t\t\t\t<div data-eael-wrapper-link=\"{&quot;url&quot;:&quot;https:\\\/\\\/moovapartments.com\\\/hotels\\\/moov-apartments-boavista\\\/&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;}\" class=\"elementor-element elementor-element-b067e71 e-flex e-con-boxed e-con e-child\" data-id=\"b067e71\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0be3862 elementor-widget elementor-widget-button\" data-id=\"0be3862\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\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 xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g clip-path=\"url(#clip0_940_4984)\"><path d=\"M4.90949 4.30912L1.35248 4.81032L1.28947 4.82278C1.1941 4.84739 1.10716 4.89615 1.03752 4.96409C0.967888 5.03203 0.918053 5.11672 0.893109 5.2095C0.868164 5.30228 0.869004 5.39984 0.895543 5.4922C0.922081 5.58456 0.973367 5.66843 1.04416 5.73523L3.62105 8.17294L3.01334 11.6163L3.0061 11.6759C3.00026 11.7717 3.02074 11.8674 3.06544 11.953C3.11015 12.0387 3.17747 12.1112 3.26051 12.1633C3.34356 12.2153 3.43934 12.245 3.53806 12.2492C3.63677 12.2534 3.73487 12.2321 3.82231 12.1874L7.00355 10.5619L10.1775 12.1874L10.2333 12.2123C10.3253 12.2475 10.4253 12.2583 10.5231 12.2436C10.6208 12.2289 10.7128 12.1891 10.7895 12.1285C10.8662 12.0678 10.9249 11.9884 10.9597 11.8984C10.9944 11.8084 11.0038 11.711 10.9871 11.6163L10.3788 8.17294L12.9568 5.73469L13.0003 5.68863C13.0624 5.61427 13.1031 5.52524 13.1183 5.43061C13.1335 5.33597 13.1226 5.23911 13.0868 5.1499C13.0509 5.06069 12.9913 4.98231 12.9142 4.92276C12.837 4.8632 12.7449 4.82459 12.6474 4.81086L9.09037 4.30912L7.50031 1.17733C7.4543 1.08659 7.38307 1.01018 7.29469 0.956748C7.2063 0.903318 7.1043 0.875 7.00021 0.875C6.89612 0.875 6.79411 0.903318 6.70573 0.956748C6.61735 1.01018 6.54612 1.08659 6.50011 1.17733L4.90949 4.30912Z\" stroke=\"#003592\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_940_4984\"><rect width=\"14\" height=\"14\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">4.7 (438 reviews)<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e1efa73 elementor-widget elementor-widget-spacer\" data-id=\"e1efa73\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c63b09d elementor-widget elementor-widget-text-editor\" data-id=\"c63b09d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Moov Apartments Boavista<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0a152c4 elementor-widget elementor-widget-text-editor\" data-id=\"0a152c4\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Porto, Portugal<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"3\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 10\">\n\t\t\t\t\t\t\t<div data-eael-wrapper-link=\"{&quot;url&quot;:&quot;https:\\\/\\\/hotelmoov.com\\\/hotels\\\/moov-hotel-porto-centro\\\/&quot;,&quot;is_external&quot;:&quot;on&quot;,&quot;nofollow&quot;:&quot;&quot;}\" class=\"elementor-element elementor-element-1612baa e-flex e-con-boxed e-con e-child\" data-id=\"1612baa\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-40d64b6 elementor-widget elementor-widget-button\" data-id=\"40d64b6\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\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 xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g clip-path=\"url(#clip0_1329_8480)\"><path d=\"M4.90949 4.30912L1.35248 4.81032L1.28947 4.82278C1.1941 4.84739 1.10716 4.89615 1.03752 4.96409C0.967888 5.03203 0.918053 5.11672 0.893109 5.2095C0.868164 5.30228 0.869004 5.39984 0.895543 5.4922C0.922081 5.58456 0.973367 5.66843 1.04416 5.73523L3.62105 8.17294L3.01334 11.6163L3.0061 11.6759C3.00026 11.7717 3.02074 11.8674 3.06544 11.953C3.11015 12.0387 3.17747 12.1112 3.26051 12.1633C3.34356 12.2153 3.43934 12.245 3.53806 12.2492C3.63677 12.2534 3.73487 12.2321 3.82231 12.1874L7.00355 10.5619L10.1775 12.1874L10.2333 12.2123C10.3253 12.2475 10.4253 12.2583 10.5231 12.2436C10.6208 12.2289 10.7128 12.1891 10.7895 12.1285C10.8662 12.0678 10.9249 11.9884 10.9597 11.8984C10.9944 11.8084 11.0038 11.711 10.9871 11.6163L10.3788 8.17294L12.9568 5.73469L13.0003 5.68863C13.0624 5.61427 13.1031 5.52524 13.1183 5.43061C13.1335 5.33597 13.1226 5.23911 13.0868 5.1499C13.0509 5.06069 12.9913 4.98231 12.9142 4.92276C12.837 4.8632 12.7449 4.82459 12.6474 4.81086L9.09037 4.30912L7.50031 1.17733C7.4543 1.08659 7.38307 1.01018 7.29469 0.956748C7.2063 0.903318 7.1043 0.875 7.00021 0.875C6.89612 0.875 6.79411 0.903318 6.70573 0.956748C6.61735 1.01018 6.54612 1.08659 6.50011 1.17733L4.90949 4.30912Z\" stroke=\"#D43333\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_1329_8480\"><rect width=\"14\" height=\"14\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">4.3 (3,484 reviews)<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-72fb120 elementor-widget elementor-widget-spacer\" data-id=\"72fb120\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ada8e6f elementor-widget elementor-widget-text-editor\" data-id=\"ada8e6f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\tMoov Hotel Porto Centro\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-322f2a0 elementor-widget elementor-widget-text-editor\" data-id=\"322f2a0\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Porto, Portugal<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"4\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 10\">\n\t\t\t\t\t\t\t<div data-eael-wrapper-link=\"{&quot;url&quot;:&quot;https:\\\/\\\/hotelmoov.com\\\/hotels\\\/moov-hotel-porto-norte\\\/&quot;,&quot;is_external&quot;:&quot;on&quot;,&quot;nofollow&quot;:&quot;&quot;}\" class=\"elementor-element elementor-element-cbc2782 e-flex e-con-boxed e-con e-child\" data-id=\"cbc2782\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3cc90f4 elementor-widget elementor-widget-button\" data-id=\"3cc90f4\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\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 xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g clip-path=\"url(#clip0_1329_8480)\"><path d=\"M4.90949 4.30912L1.35248 4.81032L1.28947 4.82278C1.1941 4.84739 1.10716 4.89615 1.03752 4.96409C0.967888 5.03203 0.918053 5.11672 0.893109 5.2095C0.868164 5.30228 0.869004 5.39984 0.895543 5.4922C0.922081 5.58456 0.973367 5.66843 1.04416 5.73523L3.62105 8.17294L3.01334 11.6163L3.0061 11.6759C3.00026 11.7717 3.02074 11.8674 3.06544 11.953C3.11015 12.0387 3.17747 12.1112 3.26051 12.1633C3.34356 12.2153 3.43934 12.245 3.53806 12.2492C3.63677 12.2534 3.73487 12.2321 3.82231 12.1874L7.00355 10.5619L10.1775 12.1874L10.2333 12.2123C10.3253 12.2475 10.4253 12.2583 10.5231 12.2436C10.6208 12.2289 10.7128 12.1891 10.7895 12.1285C10.8662 12.0678 10.9249 11.9884 10.9597 11.8984C10.9944 11.8084 11.0038 11.711 10.9871 11.6163L10.3788 8.17294L12.9568 5.73469L13.0003 5.68863C13.0624 5.61427 13.1031 5.52524 13.1183 5.43061C13.1335 5.33597 13.1226 5.23911 13.0868 5.1499C13.0509 5.06069 12.9913 4.98231 12.9142 4.92276C12.837 4.8632 12.7449 4.82459 12.6474 4.81086L9.09037 4.30912L7.50031 1.17733C7.4543 1.08659 7.38307 1.01018 7.29469 0.956748C7.2063 0.903318 7.1043 0.875 7.00021 0.875C6.89612 0.875 6.79411 0.903318 6.70573 0.956748C6.61735 1.01018 6.54612 1.08659 6.50011 1.17733L4.90949 4.30912Z\" stroke=\"#D43333\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_1329_8480\"><rect width=\"14\" height=\"14\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">4.4 (1,160 reviews)<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7c5c4fe elementor-widget elementor-widget-spacer\" data-id=\"7c5c4fe\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f083169 elementor-widget elementor-widget-text-editor\" data-id=\"f083169\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Moov Hotel Porto Norte<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1a8ecca elementor-widget elementor-widget-text-editor\" data-id=\"1a8ecca\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Porto, Portugal<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"5\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 of 10\">\n\t\t\t\t\t\t\t<div data-eael-wrapper-link=\"{&quot;url&quot;:&quot;https:\\\/\\\/hotelmoov.com\\\/hotels\\\/moov-hotel-lisboa-oriente\\\/&quot;,&quot;is_external&quot;:&quot;on&quot;,&quot;nofollow&quot;:&quot;&quot;}\" class=\"elementor-element elementor-element-45c3e03 e-flex e-con-boxed e-con e-child\" data-id=\"45c3e03\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5862609 elementor-widget elementor-widget-button\" data-id=\"5862609\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\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 xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g clip-path=\"url(#clip0_1329_8480)\"><path d=\"M4.90949 4.30912L1.35248 4.81032L1.28947 4.82278C1.1941 4.84739 1.10716 4.89615 1.03752 4.96409C0.967888 5.03203 0.918053 5.11672 0.893109 5.2095C0.868164 5.30228 0.869004 5.39984 0.895543 5.4922C0.922081 5.58456 0.973367 5.66843 1.04416 5.73523L3.62105 8.17294L3.01334 11.6163L3.0061 11.6759C3.00026 11.7717 3.02074 11.8674 3.06544 11.953C3.11015 12.0387 3.17747 12.1112 3.26051 12.1633C3.34356 12.2153 3.43934 12.245 3.53806 12.2492C3.63677 12.2534 3.73487 12.2321 3.82231 12.1874L7.00355 10.5619L10.1775 12.1874L10.2333 12.2123C10.3253 12.2475 10.4253 12.2583 10.5231 12.2436C10.6208 12.2289 10.7128 12.1891 10.7895 12.1285C10.8662 12.0678 10.9249 11.9884 10.9597 11.8984C10.9944 11.8084 11.0038 11.711 10.9871 11.6163L10.3788 8.17294L12.9568 5.73469L13.0003 5.68863C13.0624 5.61427 13.1031 5.52524 13.1183 5.43061C13.1335 5.33597 13.1226 5.23911 13.0868 5.1499C13.0509 5.06069 12.9913 4.98231 12.9142 4.92276C12.837 4.8632 12.7449 4.82459 12.6474 4.81086L9.09037 4.30912L7.50031 1.17733C7.4543 1.08659 7.38307 1.01018 7.29469 0.956748C7.2063 0.903318 7.1043 0.875 7.00021 0.875C6.89612 0.875 6.79411 0.903318 6.70573 0.956748C6.61735 1.01018 6.54612 1.08659 6.50011 1.17733L4.90949 4.30912Z\" stroke=\"#D43333\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_1329_8480\"><rect width=\"14\" height=\"14\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">4.2 (89 reviews)<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3148124 elementor-widget elementor-widget-spacer\" data-id=\"3148124\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8463949 elementor-widget elementor-widget-text-editor\" data-id=\"8463949\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\tMoov Hotel Lisboa Oriente\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a9e1932 elementor-widget elementor-widget-text-editor\" data-id=\"a9e1932\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Lisbon, Portugal<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"6\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 of 10\">\n\t\t\t\t\t\t\t<div data-eael-wrapper-link=\"{&quot;url&quot;:&quot;https:\\\/\\\/hotelmoov.com\\\/hotels\\\/moov-hotel-oeiras\\\/&quot;,&quot;is_external&quot;:&quot;on&quot;,&quot;nofollow&quot;:&quot;&quot;}\" class=\"elementor-element elementor-element-c602364 e-flex e-con-boxed e-con e-child\" data-id=\"c602364\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dd92ff7 elementor-widget elementor-widget-button\" data-id=\"dd92ff7\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\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 xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g clip-path=\"url(#clip0_1329_8480)\"><path d=\"M4.90949 4.30912L1.35248 4.81032L1.28947 4.82278C1.1941 4.84739 1.10716 4.89615 1.03752 4.96409C0.967888 5.03203 0.918053 5.11672 0.893109 5.2095C0.868164 5.30228 0.869004 5.39984 0.895543 5.4922C0.922081 5.58456 0.973367 5.66843 1.04416 5.73523L3.62105 8.17294L3.01334 11.6163L3.0061 11.6759C3.00026 11.7717 3.02074 11.8674 3.06544 11.953C3.11015 12.0387 3.17747 12.1112 3.26051 12.1633C3.34356 12.2153 3.43934 12.245 3.53806 12.2492C3.63677 12.2534 3.73487 12.2321 3.82231 12.1874L7.00355 10.5619L10.1775 12.1874L10.2333 12.2123C10.3253 12.2475 10.4253 12.2583 10.5231 12.2436C10.6208 12.2289 10.7128 12.1891 10.7895 12.1285C10.8662 12.0678 10.9249 11.9884 10.9597 11.8984C10.9944 11.8084 11.0038 11.711 10.9871 11.6163L10.3788 8.17294L12.9568 5.73469L13.0003 5.68863C13.0624 5.61427 13.1031 5.52524 13.1183 5.43061C13.1335 5.33597 13.1226 5.23911 13.0868 5.1499C13.0509 5.06069 12.9913 4.98231 12.9142 4.92276C12.837 4.8632 12.7449 4.82459 12.6474 4.81086L9.09037 4.30912L7.50031 1.17733C7.4543 1.08659 7.38307 1.01018 7.29469 0.956748C7.2063 0.903318 7.1043 0.875 7.00021 0.875C6.89612 0.875 6.79411 0.903318 6.70573 0.956748C6.61735 1.01018 6.54612 1.08659 6.50011 1.17733L4.90949 4.30912Z\" stroke=\"#D43333\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_1329_8480\"><rect width=\"14\" height=\"14\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">4.1 (48 reviews)<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3958543 elementor-widget elementor-widget-spacer\" data-id=\"3958543\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-43fa5a4 elementor-widget elementor-widget-text-editor\" data-id=\"43fa5a4\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\tMoov Hotel Oeiras\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-eafe864 elementor-widget elementor-widget-text-editor\" data-id=\"eafe864\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Lisbon, Portugal<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"7\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"7 of 10\">\n\t\t\t\t\t\t\t<div data-eael-wrapper-link=\"{&quot;url&quot;:&quot;https:\\\/\\\/hotelmoov.com\\\/hotels\\\/moov-hotel-evora\\\/&quot;,&quot;is_external&quot;:&quot;on&quot;,&quot;nofollow&quot;:&quot;&quot;}\" class=\"elementor-element elementor-element-8740f8b e-flex e-con-boxed e-con e-child\" data-id=\"8740f8b\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-464042c elementor-widget elementor-widget-button\" data-id=\"464042c\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\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 xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g clip-path=\"url(#clip0_1329_8480)\"><path d=\"M4.90949 4.30912L1.35248 4.81032L1.28947 4.82278C1.1941 4.84739 1.10716 4.89615 1.03752 4.96409C0.967888 5.03203 0.918053 5.11672 0.893109 5.2095C0.868164 5.30228 0.869004 5.39984 0.895543 5.4922C0.922081 5.58456 0.973367 5.66843 1.04416 5.73523L3.62105 8.17294L3.01334 11.6163L3.0061 11.6759C3.00026 11.7717 3.02074 11.8674 3.06544 11.953C3.11015 12.0387 3.17747 12.1112 3.26051 12.1633C3.34356 12.2153 3.43934 12.245 3.53806 12.2492C3.63677 12.2534 3.73487 12.2321 3.82231 12.1874L7.00355 10.5619L10.1775 12.1874L10.2333 12.2123C10.3253 12.2475 10.4253 12.2583 10.5231 12.2436C10.6208 12.2289 10.7128 12.1891 10.7895 12.1285C10.8662 12.0678 10.9249 11.9884 10.9597 11.8984C10.9944 11.8084 11.0038 11.711 10.9871 11.6163L10.3788 8.17294L12.9568 5.73469L13.0003 5.68863C13.0624 5.61427 13.1031 5.52524 13.1183 5.43061C13.1335 5.33597 13.1226 5.23911 13.0868 5.1499C13.0509 5.06069 12.9913 4.98231 12.9142 4.92276C12.837 4.8632 12.7449 4.82459 12.6474 4.81086L9.09037 4.30912L7.50031 1.17733C7.4543 1.08659 7.38307 1.01018 7.29469 0.956748C7.2063 0.903318 7.1043 0.875 7.00021 0.875C6.89612 0.875 6.79411 0.903318 6.70573 0.956748C6.61735 1.01018 6.54612 1.08659 6.50011 1.17733L4.90949 4.30912Z\" stroke=\"#D43333\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_1329_8480\"><rect width=\"14\" height=\"14\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">4.3 (1,719 reviews)<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4313111 elementor-widget elementor-widget-spacer\" data-id=\"4313111\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2b5d3be elementor-widget elementor-widget-text-editor\" data-id=\"2b5d3be\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Moov Hotel \u00c9vora<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-19244ab elementor-widget elementor-widget-text-editor\" data-id=\"19244ab\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>\u00c9vora, Portugal<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"8\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"8 of 10\">\n\t\t\t\t\t\t\t<div data-eael-wrapper-link=\"{&quot;url&quot;:&quot;https:\\\/\\\/hotelmoov.com\\\/destinations\\\/sao-paulo\\\/&quot;,&quot;is_external&quot;:&quot;on&quot;,&quot;nofollow&quot;:&quot;&quot;}\" class=\"elementor-element elementor-element-ecb2763 e-flex e-con-boxed e-con e-child\" data-id=\"ecb2763\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9acb417 elementor-widget elementor-widget-button\" data-id=\"9acb417\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\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 xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g clip-path=\"url(#clip0_1329_8480)\"><path d=\"M4.90949 4.30912L1.35248 4.81032L1.28947 4.82278C1.1941 4.84739 1.10716 4.89615 1.03752 4.96409C0.967888 5.03203 0.918053 5.11672 0.893109 5.2095C0.868164 5.30228 0.869004 5.39984 0.895543 5.4922C0.922081 5.58456 0.973367 5.66843 1.04416 5.73523L3.62105 8.17294L3.01334 11.6163L3.0061 11.6759C3.00026 11.7717 3.02074 11.8674 3.06544 11.953C3.11015 12.0387 3.17747 12.1112 3.26051 12.1633C3.34356 12.2153 3.43934 12.245 3.53806 12.2492C3.63677 12.2534 3.73487 12.2321 3.82231 12.1874L7.00355 10.5619L10.1775 12.1874L10.2333 12.2123C10.3253 12.2475 10.4253 12.2583 10.5231 12.2436C10.6208 12.2289 10.7128 12.1891 10.7895 12.1285C10.8662 12.0678 10.9249 11.9884 10.9597 11.8984C10.9944 11.8084 11.0038 11.711 10.9871 11.6163L10.3788 8.17294L12.9568 5.73469L13.0003 5.68863C13.0624 5.61427 13.1031 5.52524 13.1183 5.43061C13.1335 5.33597 13.1226 5.23911 13.0868 5.1499C13.0509 5.06069 12.9913 4.98231 12.9142 4.92276C12.837 4.8632 12.7449 4.82459 12.6474 4.81086L9.09037 4.30912L7.50031 1.17733C7.4543 1.08659 7.38307 1.01018 7.29469 0.956748C7.2063 0.903318 7.1043 0.875 7.00021 0.875C6.89612 0.875 6.79411 0.903318 6.70573 0.956748C6.61735 1.01018 6.54612 1.08659 6.50011 1.17733L4.90949 4.30912Z\" stroke=\"#D43333\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_1329_8480\"><rect width=\"14\" height=\"14\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">New<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6a4b428 elementor-widget elementor-widget-spacer\" data-id=\"6a4b428\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-493e68f elementor-widget elementor-widget-text-editor\" data-id=\"493e68f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Moov Hotel S\u00e3o Paulo<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5b0facf elementor-widget elementor-widget-text-editor\" data-id=\"5b0facf\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>S\u00e3o Paulo, Brazil<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"9\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"9 of 10\">\n\t\t\t\t\t\t\t<div data-eael-wrapper-link=\"{&quot;url&quot;:&quot;https:\\\/\\\/hotelmoov.com\\\/hotels\\\/moov-hotel-curitiba\\\/&quot;,&quot;is_external&quot;:&quot;on&quot;,&quot;nofollow&quot;:&quot;&quot;}\" class=\"elementor-element elementor-element-1483b56 e-flex e-con-boxed e-con e-child\" data-id=\"1483b56\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d4a6ec3 elementor-widget elementor-widget-button\" data-id=\"d4a6ec3\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\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 xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g clip-path=\"url(#clip0_1329_8480)\"><path d=\"M4.90949 4.30912L1.35248 4.81032L1.28947 4.82278C1.1941 4.84739 1.10716 4.89615 1.03752 4.96409C0.967888 5.03203 0.918053 5.11672 0.893109 5.2095C0.868164 5.30228 0.869004 5.39984 0.895543 5.4922C0.922081 5.58456 0.973367 5.66843 1.04416 5.73523L3.62105 8.17294L3.01334 11.6163L3.0061 11.6759C3.00026 11.7717 3.02074 11.8674 3.06544 11.953C3.11015 12.0387 3.17747 12.1112 3.26051 12.1633C3.34356 12.2153 3.43934 12.245 3.53806 12.2492C3.63677 12.2534 3.73487 12.2321 3.82231 12.1874L7.00355 10.5619L10.1775 12.1874L10.2333 12.2123C10.3253 12.2475 10.4253 12.2583 10.5231 12.2436C10.6208 12.2289 10.7128 12.1891 10.7895 12.1285C10.8662 12.0678 10.9249 11.9884 10.9597 11.8984C10.9944 11.8084 11.0038 11.711 10.9871 11.6163L10.3788 8.17294L12.9568 5.73469L13.0003 5.68863C13.0624 5.61427 13.1031 5.52524 13.1183 5.43061C13.1335 5.33597 13.1226 5.23911 13.0868 5.1499C13.0509 5.06069 12.9913 4.98231 12.9142 4.92276C12.837 4.8632 12.7449 4.82459 12.6474 4.81086L9.09037 4.30912L7.50031 1.17733C7.4543 1.08659 7.38307 1.01018 7.29469 0.956748C7.2063 0.903318 7.1043 0.875 7.00021 0.875C6.89612 0.875 6.79411 0.903318 6.70573 0.956748C6.61735 1.01018 6.54612 1.08659 6.50011 1.17733L4.90949 4.30912Z\" stroke=\"#D43333\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_1329_8480\"><rect width=\"14\" height=\"14\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">4.6 (332 reviews)<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f16ea72 elementor-widget elementor-widget-spacer\" data-id=\"f16ea72\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0c991de elementor-widget elementor-widget-text-editor\" data-id=\"0c991de\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\tMoov Hotel Curitiba\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-11a817e elementor-widget elementor-widget-text-editor\" data-id=\"11a817e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Curitiba, Brazil<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"10\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"10 of 10\">\n\t\t\t\t\t\t\t<div data-eael-wrapper-link=\"{&quot;url&quot;:&quot;https:\\\/\\\/hotelmoov.com\\\/destinations\\\/porto-alegre\\\/&quot;,&quot;is_external&quot;:&quot;on&quot;,&quot;nofollow&quot;:&quot;&quot;}\" class=\"elementor-element elementor-element-f4a7c9d e-flex e-con-boxed e-con e-child\" data-id=\"f4a7c9d\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c3de604 elementor-widget elementor-widget-button\" data-id=\"c3de604\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\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 xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g clip-path=\"url(#clip0_1329_8480)\"><path d=\"M4.90949 4.30912L1.35248 4.81032L1.28947 4.82278C1.1941 4.84739 1.10716 4.89615 1.03752 4.96409C0.967888 5.03203 0.918053 5.11672 0.893109 5.2095C0.868164 5.30228 0.869004 5.39984 0.895543 5.4922C0.922081 5.58456 0.973367 5.66843 1.04416 5.73523L3.62105 8.17294L3.01334 11.6163L3.0061 11.6759C3.00026 11.7717 3.02074 11.8674 3.06544 11.953C3.11015 12.0387 3.17747 12.1112 3.26051 12.1633C3.34356 12.2153 3.43934 12.245 3.53806 12.2492C3.63677 12.2534 3.73487 12.2321 3.82231 12.1874L7.00355 10.5619L10.1775 12.1874L10.2333 12.2123C10.3253 12.2475 10.4253 12.2583 10.5231 12.2436C10.6208 12.2289 10.7128 12.1891 10.7895 12.1285C10.8662 12.0678 10.9249 11.9884 10.9597 11.8984C10.9944 11.8084 11.0038 11.711 10.9871 11.6163L10.3788 8.17294L12.9568 5.73469L13.0003 5.68863C13.0624 5.61427 13.1031 5.52524 13.1183 5.43061C13.1335 5.33597 13.1226 5.23911 13.0868 5.1499C13.0509 5.06069 12.9913 4.98231 12.9142 4.92276C12.837 4.8632 12.7449 4.82459 12.6474 4.81086L9.09037 4.30912L7.50031 1.17733C7.4543 1.08659 7.38307 1.01018 7.29469 0.956748C7.2063 0.903318 7.1043 0.875 7.00021 0.875C6.89612 0.875 6.79411 0.903318 6.70573 0.956748C6.61735 1.01018 6.54612 1.08659 6.50011 1.17733L4.90949 4.30912Z\" stroke=\"#D43333\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_1329_8480\"><rect width=\"14\" height=\"14\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">4.2 (86 reviews)<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0653f07 elementor-widget elementor-widget-spacer\" data-id=\"0653f07\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8d5a879 elementor-widget elementor-widget-text-editor\" data-id=\"8d5a879\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\nMoov Hotel Porto Alegre\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8b12082 elementor-widget elementor-widget-text-editor\" data-id=\"8b12082\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\tPorto Alegre, Brazil\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\"><rect x=\"0.5\" y=\"0.5\" width=\"39\" height=\"39\" rx=\"19.5\" stroke=\"#E1E5EA\"><\/rect><g clip-path=\"url(#clip0_833_44483)\"><path d=\"M22 16L18 20L22 24\" stroke=\"#1D2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_833_44483\"><rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(12 12)\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/div>\n\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\"><rect x=\"0.5\" y=\"0.5\" width=\"39\" height=\"39\" rx=\"19.5\" stroke=\"#E1E5EA\"><\/rect><g clip-path=\"url(#clip0_833_44484)\"><path d=\"M18 16L22 20L18 24\" stroke=\"#1D2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_833_44484\"><rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(12 12)\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cfc0578 apartments animatedtextfinal1 elementor-widget-mobile__width-initial elementor-widget-tablet__width-initial elementor-arrows-position-inside elementor-widget elementor-widget-n-carousel\" data-id=\"cfc0578\" data-element_type=\"widget\" data-settings=\"{&quot;carousel_items&quot;:[{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;4641a48&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;e936ef5&quot;}],&quot;slides_to_show&quot;:&quot;3&quot;,&quot;slides_to_show_tablet&quot;:&quot;2&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;speed&quot;:500,&quot;arrows&quot;:&quot;yes&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"e-n-carousel swiper\" dir=\"ltr\">\n\t\t\t<div class=\"swiper-wrapper\" aria-live=\"polite\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"1\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 2\">\n\t\t\t\t\t\t\t<div data-eael-wrapper-link=\"{&quot;url&quot;:&quot;https:\\\/\\\/moovapartments.com\\\/hotels\\\/moov-matosinhos-sul\\\/&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;}\" class=\"elementor-element elementor-element-3d1e1a2 e-flex e-con-boxed e-con e-child\" data-id=\"3d1e1a2\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7032980 elementor-widget elementor-widget-button\" data-id=\"7032980\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\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 xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g clip-path=\"url(#clip0_940_4984)\"><path d=\"M4.90949 4.30912L1.35248 4.81032L1.28947 4.82278C1.1941 4.84739 1.10716 4.89615 1.03752 4.96409C0.967888 5.03203 0.918053 5.11672 0.893109 5.2095C0.868164 5.30228 0.869004 5.39984 0.895543 5.4922C0.922081 5.58456 0.973367 5.66843 1.04416 5.73523L3.62105 8.17294L3.01334 11.6163L3.0061 11.6759C3.00026 11.7717 3.02074 11.8674 3.06544 11.953C3.11015 12.0387 3.17747 12.1112 3.26051 12.1633C3.34356 12.2153 3.43934 12.245 3.53806 12.2492C3.63677 12.2534 3.73487 12.2321 3.82231 12.1874L7.00355 10.5619L10.1775 12.1874L10.2333 12.2123C10.3253 12.2475 10.4253 12.2583 10.5231 12.2436C10.6208 12.2289 10.7128 12.1891 10.7895 12.1285C10.8662 12.0678 10.9249 11.9884 10.9597 11.8984C10.9944 11.8084 11.0038 11.711 10.9871 11.6163L10.3788 8.17294L12.9568 5.73469L13.0003 5.68863C13.0624 5.61427 13.1031 5.52524 13.1183 5.43061C13.1335 5.33597 13.1226 5.23911 13.0868 5.1499C13.0509 5.06069 12.9913 4.98231 12.9142 4.92276C12.837 4.8632 12.7449 4.82459 12.6474 4.81086L9.09037 4.30912L7.50031 1.17733C7.4543 1.08659 7.38307 1.01018 7.29469 0.956748C7.2063 0.903318 7.1043 0.875 7.00021 0.875C6.89612 0.875 6.79411 0.903318 6.70573 0.956748C6.61735 1.01018 6.54612 1.08659 6.50011 1.17733L4.90949 4.30912Z\" stroke=\"#003592\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_940_4984\"><rect width=\"14\" height=\"14\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">New<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dc104f7 elementor-widget elementor-widget-spacer\" data-id=\"dc104f7\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-db048e9 elementor-widget elementor-widget-text-editor\" data-id=\"db048e9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\tMoov Matosinhos Sul\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e40761a elementor-widget elementor-widget-text-editor\" data-id=\"e40761a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Porto, Portugal<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"2\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 2\">\n\t\t\t\t\t\t\t<div data-eael-wrapper-link=\"{&quot;url&quot;:&quot;https:\\\/\\\/moovapartments.com\\\/hotels\\\/moov-apartments-boavista\\\/&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;}\" class=\"elementor-element elementor-element-573780e e-flex e-con-boxed e-con e-child\" data-id=\"573780e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-eab78af elementor-widget elementor-widget-button\" data-id=\"eab78af\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\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 xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g clip-path=\"url(#clip0_940_4984)\"><path d=\"M4.90949 4.30912L1.35248 4.81032L1.28947 4.82278C1.1941 4.84739 1.10716 4.89615 1.03752 4.96409C0.967888 5.03203 0.918053 5.11672 0.893109 5.2095C0.868164 5.30228 0.869004 5.39984 0.895543 5.4922C0.922081 5.58456 0.973367 5.66843 1.04416 5.73523L3.62105 8.17294L3.01334 11.6163L3.0061 11.6759C3.00026 11.7717 3.02074 11.8674 3.06544 11.953C3.11015 12.0387 3.17747 12.1112 3.26051 12.1633C3.34356 12.2153 3.43934 12.245 3.53806 12.2492C3.63677 12.2534 3.73487 12.2321 3.82231 12.1874L7.00355 10.5619L10.1775 12.1874L10.2333 12.2123C10.3253 12.2475 10.4253 12.2583 10.5231 12.2436C10.6208 12.2289 10.7128 12.1891 10.7895 12.1285C10.8662 12.0678 10.9249 11.9884 10.9597 11.8984C10.9944 11.8084 11.0038 11.711 10.9871 11.6163L10.3788 8.17294L12.9568 5.73469L13.0003 5.68863C13.0624 5.61427 13.1031 5.52524 13.1183 5.43061C13.1335 5.33597 13.1226 5.23911 13.0868 5.1499C13.0509 5.06069 12.9913 4.98231 12.9142 4.92276C12.837 4.8632 12.7449 4.82459 12.6474 4.81086L9.09037 4.30912L7.50031 1.17733C7.4543 1.08659 7.38307 1.01018 7.29469 0.956748C7.2063 0.903318 7.1043 0.875 7.00021 0.875C6.89612 0.875 6.79411 0.903318 6.70573 0.956748C6.61735 1.01018 6.54612 1.08659 6.50011 1.17733L4.90949 4.30912Z\" stroke=\"#003592\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_940_4984\"><rect width=\"14\" height=\"14\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">4.7 (438 reviews)<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e468f8e elementor-widget elementor-widget-spacer\" data-id=\"e468f8e\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3c36fa8 elementor-widget elementor-widget-text-editor\" data-id=\"3c36fa8\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Moov Apartment Boavista<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3dd5cb4 elementor-widget elementor-widget-text-editor\" data-id=\"3dd5cb4\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Porto, Portugal<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\"><rect x=\"0.5\" y=\"0.5\" width=\"39\" height=\"39\" rx=\"19.5\" stroke=\"#E1E5EA\"><\/rect><g clip-path=\"url(#clip0_833_44483)\"><path d=\"M22 16L18 20L22 24\" stroke=\"#1D2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_833_44483\"><rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(12 12)\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/div>\n\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\"><rect x=\"0.5\" y=\"0.5\" width=\"39\" height=\"39\" rx=\"19.5\" stroke=\"#E1E5EA\"><\/rect><g clip-path=\"url(#clip0_833_44484)\"><path d=\"M18 16L22 20L18 24\" stroke=\"#1D2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_833_44484\"><rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(12 12)\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fcec231 hoteis animatedtextfinal1 elementor-widget-mobile__width-initial elementor-widget-tablet__width-initial elementor-arrows-position-inside elementor-widget elementor-widget-n-carousel\" data-id=\"fcec231\" data-element_type=\"widget\" data-settings=\"{&quot;carousel_items&quot;:[{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;e53ba94&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;59756dc&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;c9d502b&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;ce91700&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;18d6751&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;db150c5&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;40b24e5&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;8aa38c4&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;b0883b5&quot;}],&quot;slides_to_show&quot;:&quot;3&quot;,&quot;slides_to_show_tablet&quot;:&quot;2&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;speed&quot;:500,&quot;arrows&quot;:&quot;yes&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"e-n-carousel swiper\" dir=\"ltr\">\n\t\t\t<div class=\"swiper-wrapper\" aria-live=\"polite\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"1\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 9\">\n\t\t\t\t\t\t\t<div data-eael-wrapper-link=\"{&quot;url&quot;:&quot;https:\\\/\\\/moovapartments.com\\\/hotels\\\/moov-matosinhos-sul\\\/&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;}\" class=\"elementor-element elementor-element-0d88fc9 e-flex e-con-boxed e-con e-child\" data-id=\"0d88fc9\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1d233fa elementor-widget elementor-widget-button\" data-id=\"1d233fa\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\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 xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g clip-path=\"url(#clip0_1329_8480)\"><path d=\"M4.90949 4.30912L1.35248 4.81032L1.28947 4.82278C1.1941 4.84739 1.10716 4.89615 1.03752 4.96409C0.967888 5.03203 0.918053 5.11672 0.893109 5.2095C0.868164 5.30228 0.869004 5.39984 0.895543 5.4922C0.922081 5.58456 0.973367 5.66843 1.04416 5.73523L3.62105 8.17294L3.01334 11.6163L3.0061 11.6759C3.00026 11.7717 3.02074 11.8674 3.06544 11.953C3.11015 12.0387 3.17747 12.1112 3.26051 12.1633C3.34356 12.2153 3.43934 12.245 3.53806 12.2492C3.63677 12.2534 3.73487 12.2321 3.82231 12.1874L7.00355 10.5619L10.1775 12.1874L10.2333 12.2123C10.3253 12.2475 10.4253 12.2583 10.5231 12.2436C10.6208 12.2289 10.7128 12.1891 10.7895 12.1285C10.8662 12.0678 10.9249 11.9884 10.9597 11.8984C10.9944 11.8084 11.0038 11.711 10.9871 11.6163L10.3788 8.17294L12.9568 5.73469L13.0003 5.68863C13.0624 5.61427 13.1031 5.52524 13.1183 5.43061C13.1335 5.33597 13.1226 5.23911 13.0868 5.1499C13.0509 5.06069 12.9913 4.98231 12.9142 4.92276C12.837 4.8632 12.7449 4.82459 12.6474 4.81086L9.09037 4.30912L7.50031 1.17733C7.4543 1.08659 7.38307 1.01018 7.29469 0.956748C7.2063 0.903318 7.1043 0.875 7.00021 0.875C6.89612 0.875 6.79411 0.903318 6.70573 0.956748C6.61735 1.01018 6.54612 1.08659 6.50011 1.17733L4.90949 4.30912Z\" stroke=\"#D43333\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_1329_8480\"><rect width=\"14\" height=\"14\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">New<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-769a36a elementor-widget elementor-widget-spacer\" data-id=\"769a36a\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-642d5e0 elementor-widget elementor-widget-text-editor\" data-id=\"642d5e0\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Moov Matosinhos Sul<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cfd039a elementor-widget elementor-widget-text-editor\" data-id=\"cfd039a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Porto, Portugal<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"2\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 9\">\n\t\t\t\t\t\t\t<div data-eael-wrapper-link=\"{&quot;url&quot;:&quot;https:\\\/\\\/hotelmoov.com\\\/hotels\\\/moov-hotel-porto-centro\\\/&quot;,&quot;is_external&quot;:&quot;on&quot;,&quot;nofollow&quot;:&quot;&quot;}\" class=\"elementor-element elementor-element-85830f8 e-flex e-con-boxed e-con e-child\" data-id=\"85830f8\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3e0396c elementor-widget elementor-widget-button\" data-id=\"3e0396c\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\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 xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g clip-path=\"url(#clip0_1329_8480)\"><path d=\"M4.90949 4.30912L1.35248 4.81032L1.28947 4.82278C1.1941 4.84739 1.10716 4.89615 1.03752 4.96409C0.967888 5.03203 0.918053 5.11672 0.893109 5.2095C0.868164 5.30228 0.869004 5.39984 0.895543 5.4922C0.922081 5.58456 0.973367 5.66843 1.04416 5.73523L3.62105 8.17294L3.01334 11.6163L3.0061 11.6759C3.00026 11.7717 3.02074 11.8674 3.06544 11.953C3.11015 12.0387 3.17747 12.1112 3.26051 12.1633C3.34356 12.2153 3.43934 12.245 3.53806 12.2492C3.63677 12.2534 3.73487 12.2321 3.82231 12.1874L7.00355 10.5619L10.1775 12.1874L10.2333 12.2123C10.3253 12.2475 10.4253 12.2583 10.5231 12.2436C10.6208 12.2289 10.7128 12.1891 10.7895 12.1285C10.8662 12.0678 10.9249 11.9884 10.9597 11.8984C10.9944 11.8084 11.0038 11.711 10.9871 11.6163L10.3788 8.17294L12.9568 5.73469L13.0003 5.68863C13.0624 5.61427 13.1031 5.52524 13.1183 5.43061C13.1335 5.33597 13.1226 5.23911 13.0868 5.1499C13.0509 5.06069 12.9913 4.98231 12.9142 4.92276C12.837 4.8632 12.7449 4.82459 12.6474 4.81086L9.09037 4.30912L7.50031 1.17733C7.4543 1.08659 7.38307 1.01018 7.29469 0.956748C7.2063 0.903318 7.1043 0.875 7.00021 0.875C6.89612 0.875 6.79411 0.903318 6.70573 0.956748C6.61735 1.01018 6.54612 1.08659 6.50011 1.17733L4.90949 4.30912Z\" stroke=\"#D43333\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_1329_8480\"><rect width=\"14\" height=\"14\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">4.3 (3,484 reviews)<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cee403c elementor-widget elementor-widget-spacer\" data-id=\"cee403c\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-947187f elementor-widget elementor-widget-text-editor\" data-id=\"947187f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\tMoov Hotel Porto Centro\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fc91079 elementor-widget elementor-widget-text-editor\" data-id=\"fc91079\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Porto, Portugal<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"3\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 9\">\n\t\t\t\t\t\t\t<div data-eael-wrapper-link=\"{&quot;url&quot;:&quot;https:\\\/\\\/hotelmoov.com\\\/hotels\\\/moov-hotel-porto-norte\\\/&quot;,&quot;is_external&quot;:&quot;on&quot;,&quot;nofollow&quot;:&quot;&quot;}\" class=\"elementor-element elementor-element-4994744 e-flex e-con-boxed e-con e-child\" data-id=\"4994744\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c47642e elementor-widget elementor-widget-button\" data-id=\"c47642e\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\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 xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g clip-path=\"url(#clip0_1329_8480)\"><path d=\"M4.90949 4.30912L1.35248 4.81032L1.28947 4.82278C1.1941 4.84739 1.10716 4.89615 1.03752 4.96409C0.967888 5.03203 0.918053 5.11672 0.893109 5.2095C0.868164 5.30228 0.869004 5.39984 0.895543 5.4922C0.922081 5.58456 0.973367 5.66843 1.04416 5.73523L3.62105 8.17294L3.01334 11.6163L3.0061 11.6759C3.00026 11.7717 3.02074 11.8674 3.06544 11.953C3.11015 12.0387 3.17747 12.1112 3.26051 12.1633C3.34356 12.2153 3.43934 12.245 3.53806 12.2492C3.63677 12.2534 3.73487 12.2321 3.82231 12.1874L7.00355 10.5619L10.1775 12.1874L10.2333 12.2123C10.3253 12.2475 10.4253 12.2583 10.5231 12.2436C10.6208 12.2289 10.7128 12.1891 10.7895 12.1285C10.8662 12.0678 10.9249 11.9884 10.9597 11.8984C10.9944 11.8084 11.0038 11.711 10.9871 11.6163L10.3788 8.17294L12.9568 5.73469L13.0003 5.68863C13.0624 5.61427 13.1031 5.52524 13.1183 5.43061C13.1335 5.33597 13.1226 5.23911 13.0868 5.1499C13.0509 5.06069 12.9913 4.98231 12.9142 4.92276C12.837 4.8632 12.7449 4.82459 12.6474 4.81086L9.09037 4.30912L7.50031 1.17733C7.4543 1.08659 7.38307 1.01018 7.29469 0.956748C7.2063 0.903318 7.1043 0.875 7.00021 0.875C6.89612 0.875 6.79411 0.903318 6.70573 0.956748C6.61735 1.01018 6.54612 1.08659 6.50011 1.17733L4.90949 4.30912Z\" stroke=\"#D43333\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_1329_8480\"><rect width=\"14\" height=\"14\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">4.4 (1,160 reviews)<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bde2508 elementor-widget elementor-widget-spacer\" data-id=\"bde2508\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ee46b5e elementor-widget elementor-widget-text-editor\" data-id=\"ee46b5e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Moov Hotel Porto Norte<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-597fdf3 elementor-widget elementor-widget-text-editor\" data-id=\"597fdf3\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Porto, Portugal<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"4\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 9\">\n\t\t\t\t\t\t\t<div data-eael-wrapper-link=\"{&quot;url&quot;:&quot;https:\\\/\\\/hotelmoov.com\\\/hotels\\\/moov-hotel-lisboa-oriente\\\/&quot;,&quot;is_external&quot;:&quot;on&quot;,&quot;nofollow&quot;:&quot;&quot;}\" class=\"elementor-element elementor-element-a8a5fb1 e-flex e-con-boxed e-con e-child\" data-id=\"a8a5fb1\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d3fc54d elementor-widget elementor-widget-button\" data-id=\"d3fc54d\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\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 xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g clip-path=\"url(#clip0_1329_8480)\"><path d=\"M4.90949 4.30912L1.35248 4.81032L1.28947 4.82278C1.1941 4.84739 1.10716 4.89615 1.03752 4.96409C0.967888 5.03203 0.918053 5.11672 0.893109 5.2095C0.868164 5.30228 0.869004 5.39984 0.895543 5.4922C0.922081 5.58456 0.973367 5.66843 1.04416 5.73523L3.62105 8.17294L3.01334 11.6163L3.0061 11.6759C3.00026 11.7717 3.02074 11.8674 3.06544 11.953C3.11015 12.0387 3.17747 12.1112 3.26051 12.1633C3.34356 12.2153 3.43934 12.245 3.53806 12.2492C3.63677 12.2534 3.73487 12.2321 3.82231 12.1874L7.00355 10.5619L10.1775 12.1874L10.2333 12.2123C10.3253 12.2475 10.4253 12.2583 10.5231 12.2436C10.6208 12.2289 10.7128 12.1891 10.7895 12.1285C10.8662 12.0678 10.9249 11.9884 10.9597 11.8984C10.9944 11.8084 11.0038 11.711 10.9871 11.6163L10.3788 8.17294L12.9568 5.73469L13.0003 5.68863C13.0624 5.61427 13.1031 5.52524 13.1183 5.43061C13.1335 5.33597 13.1226 5.23911 13.0868 5.1499C13.0509 5.06069 12.9913 4.98231 12.9142 4.92276C12.837 4.8632 12.7449 4.82459 12.6474 4.81086L9.09037 4.30912L7.50031 1.17733C7.4543 1.08659 7.38307 1.01018 7.29469 0.956748C7.2063 0.903318 7.1043 0.875 7.00021 0.875C6.89612 0.875 6.79411 0.903318 6.70573 0.956748C6.61735 1.01018 6.54612 1.08659 6.50011 1.17733L4.90949 4.30912Z\" stroke=\"#D43333\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_1329_8480\"><rect width=\"14\" height=\"14\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">4.2 (89 reviews)<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2d396de elementor-widget elementor-widget-spacer\" data-id=\"2d396de\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b2dba59 elementor-widget elementor-widget-text-editor\" data-id=\"b2dba59\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\tMoov Hotel Lisboa Oriente\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ac8a044 elementor-widget elementor-widget-text-editor\" data-id=\"ac8a044\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Lisbon, Portugal<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"5\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 of 9\">\n\t\t\t\t\t\t\t<div data-eael-wrapper-link=\"{&quot;url&quot;:&quot;https:\\\/\\\/hotelmoov.com\\\/hotels\\\/moov-hotel-oeiras\\\/&quot;,&quot;is_external&quot;:&quot;on&quot;,&quot;nofollow&quot;:&quot;&quot;}\" class=\"elementor-element elementor-element-630f6fd e-flex e-con-boxed e-con e-child\" data-id=\"630f6fd\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f587547 elementor-widget elementor-widget-button\" data-id=\"f587547\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\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 xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g clip-path=\"url(#clip0_1329_8480)\"><path d=\"M4.90949 4.30912L1.35248 4.81032L1.28947 4.82278C1.1941 4.84739 1.10716 4.89615 1.03752 4.96409C0.967888 5.03203 0.918053 5.11672 0.893109 5.2095C0.868164 5.30228 0.869004 5.39984 0.895543 5.4922C0.922081 5.58456 0.973367 5.66843 1.04416 5.73523L3.62105 8.17294L3.01334 11.6163L3.0061 11.6759C3.00026 11.7717 3.02074 11.8674 3.06544 11.953C3.11015 12.0387 3.17747 12.1112 3.26051 12.1633C3.34356 12.2153 3.43934 12.245 3.53806 12.2492C3.63677 12.2534 3.73487 12.2321 3.82231 12.1874L7.00355 10.5619L10.1775 12.1874L10.2333 12.2123C10.3253 12.2475 10.4253 12.2583 10.5231 12.2436C10.6208 12.2289 10.7128 12.1891 10.7895 12.1285C10.8662 12.0678 10.9249 11.9884 10.9597 11.8984C10.9944 11.8084 11.0038 11.711 10.9871 11.6163L10.3788 8.17294L12.9568 5.73469L13.0003 5.68863C13.0624 5.61427 13.1031 5.52524 13.1183 5.43061C13.1335 5.33597 13.1226 5.23911 13.0868 5.1499C13.0509 5.06069 12.9913 4.98231 12.9142 4.92276C12.837 4.8632 12.7449 4.82459 12.6474 4.81086L9.09037 4.30912L7.50031 1.17733C7.4543 1.08659 7.38307 1.01018 7.29469 0.956748C7.2063 0.903318 7.1043 0.875 7.00021 0.875C6.89612 0.875 6.79411 0.903318 6.70573 0.956748C6.61735 1.01018 6.54612 1.08659 6.50011 1.17733L4.90949 4.30912Z\" stroke=\"#D43333\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_1329_8480\"><rect width=\"14\" height=\"14\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">4.1 (48 reviews)<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b53c059 elementor-widget elementor-widget-spacer\" data-id=\"b53c059\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6c9cf69 elementor-widget elementor-widget-text-editor\" data-id=\"6c9cf69\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\tMoov Hotel Oeiras\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-38db68f elementor-widget elementor-widget-text-editor\" data-id=\"38db68f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Lisbon, Portugal<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"6\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 of 9\">\n\t\t\t\t\t\t\t<div data-eael-wrapper-link=\"{&quot;url&quot;:&quot;https:\\\/\\\/hotelmoov.com\\\/hotels\\\/moov-hotel-evora\\\/&quot;,&quot;is_external&quot;:&quot;on&quot;,&quot;nofollow&quot;:&quot;&quot;}\" class=\"elementor-element elementor-element-3823b1d e-flex e-con-boxed e-con e-child\" data-id=\"3823b1d\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-10f47c1 elementor-widget elementor-widget-button\" data-id=\"10f47c1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\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 xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g clip-path=\"url(#clip0_1329_8480)\"><path d=\"M4.90949 4.30912L1.35248 4.81032L1.28947 4.82278C1.1941 4.84739 1.10716 4.89615 1.03752 4.96409C0.967888 5.03203 0.918053 5.11672 0.893109 5.2095C0.868164 5.30228 0.869004 5.39984 0.895543 5.4922C0.922081 5.58456 0.973367 5.66843 1.04416 5.73523L3.62105 8.17294L3.01334 11.6163L3.0061 11.6759C3.00026 11.7717 3.02074 11.8674 3.06544 11.953C3.11015 12.0387 3.17747 12.1112 3.26051 12.1633C3.34356 12.2153 3.43934 12.245 3.53806 12.2492C3.63677 12.2534 3.73487 12.2321 3.82231 12.1874L7.00355 10.5619L10.1775 12.1874L10.2333 12.2123C10.3253 12.2475 10.4253 12.2583 10.5231 12.2436C10.6208 12.2289 10.7128 12.1891 10.7895 12.1285C10.8662 12.0678 10.9249 11.9884 10.9597 11.8984C10.9944 11.8084 11.0038 11.711 10.9871 11.6163L10.3788 8.17294L12.9568 5.73469L13.0003 5.68863C13.0624 5.61427 13.1031 5.52524 13.1183 5.43061C13.1335 5.33597 13.1226 5.23911 13.0868 5.1499C13.0509 5.06069 12.9913 4.98231 12.9142 4.92276C12.837 4.8632 12.7449 4.82459 12.6474 4.81086L9.09037 4.30912L7.50031 1.17733C7.4543 1.08659 7.38307 1.01018 7.29469 0.956748C7.2063 0.903318 7.1043 0.875 7.00021 0.875C6.89612 0.875 6.79411 0.903318 6.70573 0.956748C6.61735 1.01018 6.54612 1.08659 6.50011 1.17733L4.90949 4.30912Z\" stroke=\"#D43333\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_1329_8480\"><rect width=\"14\" height=\"14\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">4.3 (1,719 reviews)<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b5c8084 elementor-widget elementor-widget-spacer\" data-id=\"b5c8084\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-693e379 elementor-widget elementor-widget-text-editor\" data-id=\"693e379\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Moov Hotel \u00c9vora<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ddcd1df elementor-widget elementor-widget-text-editor\" data-id=\"ddcd1df\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>\u00c9vora, Portugal<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"7\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"7 of 9\">\n\t\t\t\t\t\t\t<div data-eael-wrapper-link=\"{&quot;url&quot;:&quot;https:\\\/\\\/hotelmoov.com\\\/hotels\\\/moov-hotel-curitiba\\\/&quot;,&quot;is_external&quot;:&quot;on&quot;,&quot;nofollow&quot;:&quot;&quot;}\" class=\"elementor-element elementor-element-d65df93 e-flex e-con-boxed e-con e-child\" data-id=\"d65df93\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b3b6de8 elementor-widget elementor-widget-button\" data-id=\"b3b6de8\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\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 xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g clip-path=\"url(#clip0_1329_8480)\"><path d=\"M4.90949 4.30912L1.35248 4.81032L1.28947 4.82278C1.1941 4.84739 1.10716 4.89615 1.03752 4.96409C0.967888 5.03203 0.918053 5.11672 0.893109 5.2095C0.868164 5.30228 0.869004 5.39984 0.895543 5.4922C0.922081 5.58456 0.973367 5.66843 1.04416 5.73523L3.62105 8.17294L3.01334 11.6163L3.0061 11.6759C3.00026 11.7717 3.02074 11.8674 3.06544 11.953C3.11015 12.0387 3.17747 12.1112 3.26051 12.1633C3.34356 12.2153 3.43934 12.245 3.53806 12.2492C3.63677 12.2534 3.73487 12.2321 3.82231 12.1874L7.00355 10.5619L10.1775 12.1874L10.2333 12.2123C10.3253 12.2475 10.4253 12.2583 10.5231 12.2436C10.6208 12.2289 10.7128 12.1891 10.7895 12.1285C10.8662 12.0678 10.9249 11.9884 10.9597 11.8984C10.9944 11.8084 11.0038 11.711 10.9871 11.6163L10.3788 8.17294L12.9568 5.73469L13.0003 5.68863C13.0624 5.61427 13.1031 5.52524 13.1183 5.43061C13.1335 5.33597 13.1226 5.23911 13.0868 5.1499C13.0509 5.06069 12.9913 4.98231 12.9142 4.92276C12.837 4.8632 12.7449 4.82459 12.6474 4.81086L9.09037 4.30912L7.50031 1.17733C7.4543 1.08659 7.38307 1.01018 7.29469 0.956748C7.2063 0.903318 7.1043 0.875 7.00021 0.875C6.89612 0.875 6.79411 0.903318 6.70573 0.956748C6.61735 1.01018 6.54612 1.08659 6.50011 1.17733L4.90949 4.30912Z\" stroke=\"#D43333\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_1329_8480\"><rect width=\"14\" height=\"14\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">New<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-892d0b9 elementor-widget elementor-widget-spacer\" data-id=\"892d0b9\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-61d512a elementor-widget elementor-widget-text-editor\" data-id=\"61d512a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Moov Hotel S\u00e3o Paulo<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c97a6ff elementor-widget elementor-widget-text-editor\" data-id=\"c97a6ff\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>S\u00e3o Paulo, Brazil<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"8\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"8 of 9\">\n\t\t\t\t\t\t\t<div data-eael-wrapper-link=\"{&quot;url&quot;:&quot;https:\\\/\\\/hotelmoov.com\\\/hotels\\\/moov-hotel-curitiba\\\/&quot;,&quot;is_external&quot;:&quot;on&quot;,&quot;nofollow&quot;:&quot;&quot;}\" class=\"elementor-element elementor-element-3472c3d e-flex e-con-boxed e-con e-child\" data-id=\"3472c3d\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ea89a8f elementor-widget elementor-widget-button\" data-id=\"ea89a8f\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\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 xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g clip-path=\"url(#clip0_1329_8480)\"><path d=\"M4.90949 4.30912L1.35248 4.81032L1.28947 4.82278C1.1941 4.84739 1.10716 4.89615 1.03752 4.96409C0.967888 5.03203 0.918053 5.11672 0.893109 5.2095C0.868164 5.30228 0.869004 5.39984 0.895543 5.4922C0.922081 5.58456 0.973367 5.66843 1.04416 5.73523L3.62105 8.17294L3.01334 11.6163L3.0061 11.6759C3.00026 11.7717 3.02074 11.8674 3.06544 11.953C3.11015 12.0387 3.17747 12.1112 3.26051 12.1633C3.34356 12.2153 3.43934 12.245 3.53806 12.2492C3.63677 12.2534 3.73487 12.2321 3.82231 12.1874L7.00355 10.5619L10.1775 12.1874L10.2333 12.2123C10.3253 12.2475 10.4253 12.2583 10.5231 12.2436C10.6208 12.2289 10.7128 12.1891 10.7895 12.1285C10.8662 12.0678 10.9249 11.9884 10.9597 11.8984C10.9944 11.8084 11.0038 11.711 10.9871 11.6163L10.3788 8.17294L12.9568 5.73469L13.0003 5.68863C13.0624 5.61427 13.1031 5.52524 13.1183 5.43061C13.1335 5.33597 13.1226 5.23911 13.0868 5.1499C13.0509 5.06069 12.9913 4.98231 12.9142 4.92276C12.837 4.8632 12.7449 4.82459 12.6474 4.81086L9.09037 4.30912L7.50031 1.17733C7.4543 1.08659 7.38307 1.01018 7.29469 0.956748C7.2063 0.903318 7.1043 0.875 7.00021 0.875C6.89612 0.875 6.79411 0.903318 6.70573 0.956748C6.61735 1.01018 6.54612 1.08659 6.50011 1.17733L4.90949 4.30912Z\" stroke=\"#D43333\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_1329_8480\"><rect width=\"14\" height=\"14\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">4.6 (332 reviews)<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ea09fb6 elementor-widget elementor-widget-spacer\" data-id=\"ea09fb6\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-53255b2 elementor-widget elementor-widget-text-editor\" data-id=\"53255b2\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\tMoov Hotel Curitiba\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-66aa6e0 elementor-widget elementor-widget-text-editor\" data-id=\"66aa6e0\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Curitiba, Brazil<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"9\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"9 of 9\">\n\t\t\t\t\t\t\t<div data-eael-wrapper-link=\"{&quot;url&quot;:&quot;https:\\\/\\\/hotelmoov.com\\\/destinations\\\/porto-alegre\\\/&quot;,&quot;is_external&quot;:&quot;on&quot;,&quot;nofollow&quot;:&quot;&quot;}\" class=\"elementor-element elementor-element-2b34963 e-flex e-con-boxed e-con e-child\" data-id=\"2b34963\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7515165 elementor-widget elementor-widget-button\" data-id=\"7515165\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\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 xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g clip-path=\"url(#clip0_1329_8480)\"><path d=\"M4.90949 4.30912L1.35248 4.81032L1.28947 4.82278C1.1941 4.84739 1.10716 4.89615 1.03752 4.96409C0.967888 5.03203 0.918053 5.11672 0.893109 5.2095C0.868164 5.30228 0.869004 5.39984 0.895543 5.4922C0.922081 5.58456 0.973367 5.66843 1.04416 5.73523L3.62105 8.17294L3.01334 11.6163L3.0061 11.6759C3.00026 11.7717 3.02074 11.8674 3.06544 11.953C3.11015 12.0387 3.17747 12.1112 3.26051 12.1633C3.34356 12.2153 3.43934 12.245 3.53806 12.2492C3.63677 12.2534 3.73487 12.2321 3.82231 12.1874L7.00355 10.5619L10.1775 12.1874L10.2333 12.2123C10.3253 12.2475 10.4253 12.2583 10.5231 12.2436C10.6208 12.2289 10.7128 12.1891 10.7895 12.1285C10.8662 12.0678 10.9249 11.9884 10.9597 11.8984C10.9944 11.8084 11.0038 11.711 10.9871 11.6163L10.3788 8.17294L12.9568 5.73469L13.0003 5.68863C13.0624 5.61427 13.1031 5.52524 13.1183 5.43061C13.1335 5.33597 13.1226 5.23911 13.0868 5.1499C13.0509 5.06069 12.9913 4.98231 12.9142 4.92276C12.837 4.8632 12.7449 4.82459 12.6474 4.81086L9.09037 4.30912L7.50031 1.17733C7.4543 1.08659 7.38307 1.01018 7.29469 0.956748C7.2063 0.903318 7.1043 0.875 7.00021 0.875C6.89612 0.875 6.79411 0.903318 6.70573 0.956748C6.61735 1.01018 6.54612 1.08659 6.50011 1.17733L4.90949 4.30912Z\" stroke=\"#D43333\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_1329_8480\"><rect width=\"14\" height=\"14\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">4.2 (86 reviews)<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a3ae5d3 elementor-widget elementor-widget-spacer\" data-id=\"a3ae5d3\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e5f7eb7 elementor-widget elementor-widget-text-editor\" data-id=\"e5f7eb7\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\nMoov Hotel Porto Alegre\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-efd4346 elementor-widget elementor-widget-text-editor\" data-id=\"efd4346\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\tPorto Alegre, Brazil\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\"><rect x=\"0.5\" y=\"0.5\" width=\"39\" height=\"39\" rx=\"19.5\" stroke=\"#E1E5EA\"><\/rect><g clip-path=\"url(#clip0_833_44483)\"><path d=\"M22 16L18 20L22 24\" stroke=\"#1D2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_833_44483\"><rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(12 12)\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/div>\n\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\"><rect x=\"0.5\" y=\"0.5\" width=\"39\" height=\"39\" rx=\"19.5\" stroke=\"#E1E5EA\"><\/rect><g clip-path=\"url(#clip0_833_44484)\"><path d=\"M18 16L22 20L18 24\" stroke=\"#1D2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_833_44484\"><rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(12 12)\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\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>Concept Moov Apartments The comfort and privacy of an apartment, with the convenience of staying at a hotel. Reception A team available every day to assist you during your stay. Office A comfortable and quiet space to work in during your stay. Daily Cleaning Daily housekeeping service for greater comfort and convenience. Private parking Underground [&hellip;]<\/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-36462","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Concept - Moov<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/moovapartments.com\/en\/concept\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Concept - Moov\" \/>\n<meta property=\"og:description\" content=\"Concept Moov Apartments The comfort and privacy of an apartment, with the convenience of staying at a hotel. Reception A team available every day to assist you during your stay. Office A comfortable and quiet space to work in during your stay. Daily Cleaning Daily housekeeping service for greater comfort and convenience. Private parking Underground [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/moovapartments.com\/en\/concept\/\" \/>\n<meta property=\"og:site_name\" content=\"Moov\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-31T16:30:37+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/moovapartments.com\/wp-content\/uploads\/2026\/05\/Icon1.svg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/moovapartments.com\\\/en\\\/concept\\\/\",\"url\":\"https:\\\/\\\/moovapartments.com\\\/en\\\/concept\\\/\",\"name\":\"Concept - Moov\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/moovapartments.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/moovapartments.com\\\/en\\\/concept\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/moovapartments.com\\\/en\\\/concept\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/moovapartments.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Icon1.svg\",\"datePublished\":\"2026-05-06T12:27:05+00:00\",\"dateModified\":\"2026-08-31T16:30:37+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/moovapartments.com\\\/en\\\/concept\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/moovapartments.com\\\/en\\\/concept\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/moovapartments.com\\\/en\\\/concept\\\/#primaryimage\",\"url\":\"https:\\\/\\\/moovapartments.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Icon1.svg\",\"contentUrl\":\"https:\\\/\\\/moovapartments.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Icon1.svg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/moovapartments.com\\\/en\\\/concept\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\",\"item\":\"https:\\\/\\\/moovapartments.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Concept\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/moovapartments.com\\\/#website\",\"url\":\"https:\\\/\\\/moovapartments.com\\\/\",\"name\":\"Moov\",\"description\":\"Moov Hotels\",\"publisher\":{\"@id\":\"https:\\\/\\\/moovapartments.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/moovapartments.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/moovapartments.com\\\/#organization\",\"name\":\"Moov\",\"url\":\"https:\\\/\\\/moovapartments.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/moovapartments.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/moovapartments.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/cropped-MoovApartments.png\",\"contentUrl\":\"https:\\\/\\\/moovapartments.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/cropped-MoovApartments.png\",\"width\":295,\"height\":64,\"caption\":\"Moov\"},\"image\":{\"@id\":\"https:\\\/\\\/moovapartments.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Concept - Moov","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/moovapartments.com\/en\/concept\/","og_locale":"en_US","og_type":"article","og_title":"Concept - Moov","og_description":"Concept Moov Apartments The comfort and privacy of an apartment, with the convenience of staying at a hotel. Reception A team available every day to assist you during your stay. Office A comfortable and quiet space to work in during your stay. Daily Cleaning Daily housekeeping service for greater comfort and convenience. Private parking Underground [&hellip;]","og_url":"https:\/\/moovapartments.com\/en\/concept\/","og_site_name":"Moov","article_modified_time":"2026-08-31T16:30:37+00:00","og_image":[{"url":"https:\/\/moovapartments.com\/wp-content\/uploads\/2026\/05\/Icon1.svg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/moovapartments.com\/en\/concept\/","url":"https:\/\/moovapartments.com\/en\/concept\/","name":"Concept - Moov","isPartOf":{"@id":"https:\/\/moovapartments.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/moovapartments.com\/en\/concept\/#primaryimage"},"image":{"@id":"https:\/\/moovapartments.com\/en\/concept\/#primaryimage"},"thumbnailUrl":"https:\/\/moovapartments.com\/wp-content\/uploads\/2026\/05\/Icon1.svg","datePublished":"2026-05-06T12:27:05+00:00","dateModified":"2026-08-31T16:30:37+00:00","breadcrumb":{"@id":"https:\/\/moovapartments.com\/en\/concept\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/moovapartments.com\/en\/concept\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/moovapartments.com\/en\/concept\/#primaryimage","url":"https:\/\/moovapartments.com\/wp-content\/uploads\/2026\/05\/Icon1.svg","contentUrl":"https:\/\/moovapartments.com\/wp-content\/uploads\/2026\/05\/Icon1.svg"},{"@type":"BreadcrumbList","@id":"https:\/\/moovapartments.com\/en\/concept\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio","item":"https:\/\/moovapartments.com\/en\/"},{"@type":"ListItem","position":2,"name":"Concept"}]},{"@type":"WebSite","@id":"https:\/\/moovapartments.com\/#website","url":"https:\/\/moovapartments.com\/","name":"Moov","description":"Moov Hotels","publisher":{"@id":"https:\/\/moovapartments.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/moovapartments.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/moovapartments.com\/#organization","name":"Moov","url":"https:\/\/moovapartments.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/moovapartments.com\/#\/schema\/logo\/image\/","url":"https:\/\/moovapartments.com\/wp-content\/uploads\/2026\/05\/cropped-MoovApartments.png","contentUrl":"https:\/\/moovapartments.com\/wp-content\/uploads\/2026\/05\/cropped-MoovApartments.png","width":295,"height":64,"caption":"Moov"},"image":{"@id":"https:\/\/moovapartments.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/moovapartments.com\/en\/wp-json\/wp\/v2\/pages\/36462","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/moovapartments.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/moovapartments.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/moovapartments.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/moovapartments.com\/en\/wp-json\/wp\/v2\/comments?post=36462"}],"version-history":[{"count":13,"href":"https:\/\/moovapartments.com\/en\/wp-json\/wp\/v2\/pages\/36462\/revisions"}],"predecessor-version":[{"id":37453,"href":"https:\/\/moovapartments.com\/en\/wp-json\/wp\/v2\/pages\/36462\/revisions\/37453"}],"wp:attachment":[{"href":"https:\/\/moovapartments.com\/en\/wp-json\/wp\/v2\/media?parent=36462"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}