{"id":13386,"date":"2026-06-27T01:02:08","date_gmt":"2026-06-27T01:02:08","guid":{"rendered":"https:\/\/pinnacleresortspv.com\/?page_id=13386"},"modified":"2026-06-27T01:26:20","modified_gmt":"2026-06-27T01:26:20","slug":"inventory","status":"publish","type":"page","link":"https:\/\/pinnacleresortspv.com\/es\/pinnacle-179\/inventory\/","title":{"rendered":"Categor\u00edas en Chic by Pinnacle 179"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"13386\" class=\"elementor elementor-13386\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4242a03d e-con-full e-flex e-con e-parent\" data-id=\"4242a03d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-52f385b4 elementor-widget elementor-widget-image-carousel\" data-id=\"52f385b4\" data-element_type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;1&quot;,&quot;navigation&quot;:&quot;none&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;speed&quot;:500}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Image Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper swiper-image-stretch\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 de 1\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/pinnacleresortspv.com\/wp-content\/uploads\/2026\/06\/Cover-CHIC.jpg\" alt=\"Suite Collections at Chic by Pinnacle 179\" \/><figcaption class=\"elementor-image-carousel-caption\"><div class=\"cs-title-wrap text-center propiedades\"> <h3 class=\"cs-title\">Suite Collections at Chic by Pinnacle 179<\/h3> <\/div><\/figcaption><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-13cdd6fd e-flex e-con-boxed e-con e-parent\" data-id=\"13cdd6fd\" 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-743ec293 elementor-widget elementor-widget-cs_title\" data-id=\"743ec293\" data-element_type=\"widget\" data-widget_type=\"cs_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"cs-title-wrap text-center\">\t            <div class=\"cs-subtitle-wrap\"><span class=\"cs-subtitle\">Una selecci\u00f3n premium de suites, dise\u00f1adas para el m\u00e1ximo descanso, una vida sofisticada e infinitos horizontes.<\/span><\/div>\t            <h5 class=\"cs-title\">\n\t                Gu\u00eda de alojamiento de Chic by Pinnacle 179\t            <\/h5>        <\/div>\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-3e52fbab e-grid e-con-boxed e-con e-parent\" data-id=\"3e52fbab\" 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-245d55e3 elementor-widget elementor-widget-html\" data-id=\"245d55e3\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"suites-filters\">\n    <button class=\"elementor-button-link button\" onclick=\"filterSuites('cat-ph')\">\n        Penthouse de 3 dormitorios\n    <\/button>\n<\/div>\n<style>\n:root {\n    --btn-bg: #B99D75;\n    --btn-bg-hover: #C9B293;\n    --btn-bg-active: #8B6C45;\n    --btn-color: #ffffff;\n}\n\n\/* CONTENEDOR *\/\n.suites-filters {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n}\n\n\/* BOT\u00d3N *\/\n.button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 40px;\n    padding: 0 24px;\n    font-size: 16px;\n    background: var(--btn-bg);\n    border: none;\n    color: var(--btn-color);\n    cursor: pointer;\n    transition: 0.25s ease;\n}\n\n.button:hover {\n    background: var(--btn-bg-hover);\n}\n\n.button.selected {\n    background: var(--btn-bg-active);\n}\n\n\/* MOBILE *\/\n@media (max-width: 768px) {\n    .suites-filters {\n        display: grid;\n        grid-template-columns: repeat(2, 1fr);\n        gap: 10px;\n    }\n\n    .button {\n        width: 100%;\n        font-size: 14px;\n        padding: 12px;\n    }\n}\n\n@media (max-width: 480px) {\n    .suites-filters {\n        grid-template-columns: 1fr;\n    }\n}\n<\/style>\n<script>\nfunction filterSuites(type, updateURL = true) {\n    const boxes = document.querySelectorAll('.suite-box');\n\n    \/\/ 1. Mostrar\/Ocultar Cajas\n    boxes.forEach(box => {\n        if (type === 'all' || box.classList.contains(type)) {\n            box.style.display = ''; \/\/ Mostrar\n            box.classList.add('visible-suite'); \/\/ Marcador para saber cu\u00e1l est\u00e1 visible\n        } else {\n            box.style.display = 'none'; \/\/ Ocultar\n            box.classList.remove('visible-suite');\n        }\n    });\n\n    \/\/ 2. Gestionar clases del bot\u00f3n\n    document.querySelectorAll('.suites-filters .button')\n        .forEach(btn => btn.classList.removce('selected'));\n\n    const activeBtn = document.querySelector(\n        `.suites-filters .button[onclick=\"filterSuites('${type}')\"]`\n    );\n    if (activeBtn) activeBtn.classList.add('selected');\n\n    \/\/ 3. Actualizar URL\n    if (updateURL) {\n        history.replaceState(null, \"\", `?filter=${type}`);\n    }\n\n    \/\/ 4. \ud83d\udd25 FIX ESPEC\u00cdFICO PARA SWIPER\/LIGHTBOX \ud83d\udd25\n    setTimeout(() => {\n        \/\/ Disparar evento de resize est\u00e1ndar\n        window.dispatchEvent(new Event('resize'));\n\n        \/\/ Si existe jQuery (Elementor lo usa), forzamos la actualizaci\u00f3n de los Sliders visibles\n        if (window.jQuery) {\n            const $ = window.jQuery;\n            \n            \/\/ Buscamos solo los sliders dentro de las cajas visibles\n            $('.visible-suite .swiper-container').each(function() {\n                \/\/ Si la instancia de swiper existe, la actualizamos\n                if (this.swiper) {\n                    this.swiper.update(); \n                    this.swiper.lazy.load(); \/\/ Si usas carga diferida\n                }\n            });\n            \n            \/\/ Re-instanciar Waypoints para animaciones si es necesario\n            if (window.elementorFrontend && window.elementorFrontend.waypoint) {\n                 window.elementorFrontend.waypoint($('.visible-suite'));\n            }\n        }\n    }, 150); \/\/ Un peque\u00f1o delay mayor suele ayudar a que el DOM renderice primero\n}\n\n\/\/ INIT\ndocument.addEventListener(\"DOMContentLoaded\", () => {\n    const params = new URLSearchParams(window.location.search);\n    \/\/ Asegurarse de que el filtro por defecto coincide con tus botones\n    const filter = params.get(\"filter\") || 'cat-ph';\n    \n    \/\/ Peque\u00f1o delay inicial para asegurar que Elementor carg\u00f3\n    setTimeout(() => {\n        filterSuites(filter, false);\n    }, 100);\n});\n<\/script>\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-2cba8ade e-grid suite-box cat-ph e-con-boxed e-con e-parent\" data-id=\"2cba8ade\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-77d6f99e e-con-full e-flex e-con e-child\" data-id=\"77d6f99e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-43b22faf elementor-widget elementor-widget-heading\" data-id=\"43b22faf\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Penthouse de 3 dormitorios<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5473221 elementor-widget elementor-widget-heading\" data-id=\"5473221\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Piscina Privada \/ Vista al Mar \/ Un Piso<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-721f9ebc elementor-icon-list--layout-inline elementor-list-item-link-inline elementor-widget elementor-widget-icon-list\" data-id=\"721f9ebc\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"flaticon flaticon-group\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">6 Hu\u00e9spedes<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"flaticon flaticon-bed\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">3 Camas King<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-shower\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">3 Ba\u00f1os<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"flaticon flaticon-wifi-1\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">WiFi Gratis<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"flaticon flaticon-air-conditioner\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">AC<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5705584a elementor-widget elementor-widget-text-editor\" data-id=\"5705584a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Cada santuario es una obra maestra hecha a medida, donde los secretos del lujo se desvelan en cada rinc\u00f3n.<\/p>\t\t\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<div class=\"elementor-element elementor-element-4558ee79 e-grid suite-box cat-ph e-con-boxed e-con e-parent\" data-id=\"4558ee79\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-3a951fec e-con-full e-flex e-con e-child\" data-id=\"3a951fec\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4fcfcd5 elementor-arrows-position-inside elementor-widget elementor-widget-image-carousel\" data-id=\"4fcfcd5\" data-element_type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;1&quot;,&quot;navigation&quot;:&quot;arrows&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;speed&quot;:500}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Image Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"polite\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 de 7\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"4fcfcd5\" data-elementor-lightbox-title=\"cph1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTMzNDYsInVybCI6Imh0dHBzOlwvXC9waW5uYWNsZXJlc29ydHNwdi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA2XC9jcGgxLnBuZyIsInNsaWRlc2hvdyI6IjRmY2ZjZDUifQ%3D%3D\" href=\"https:\/\/pinnacleresortspv.com\/wp-content\/uploads\/2026\/06\/cph1.png\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/pinnacleresortspv.com\/wp-content\/uploads\/2026\/06\/cph1.png\" alt=\"cph1\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 de 7\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"4fcfcd5\" data-elementor-lightbox-title=\"cph1-6\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTMzNDcsInVybCI6Imh0dHBzOlwvXC9waW5uYWNsZXJlc29ydHNwdi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA2XC9jcGgxLTYuanBnIiwic2xpZGVzaG93IjoiNGZjZmNkNSJ9\" href=\"https:\/\/pinnacleresortspv.com\/wp-content\/uploads\/2026\/06\/cph1-6.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/pinnacleresortspv.com\/wp-content\/uploads\/2026\/06\/cph1-6.jpg\" alt=\"cph1-6\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 de 7\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"4fcfcd5\" data-elementor-lightbox-title=\"cph1-5\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTMzNDgsInVybCI6Imh0dHBzOlwvXC9waW5uYWNsZXJlc29ydHNwdi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA2XC9jcGgxLTUuanBnIiwic2xpZGVzaG93IjoiNGZjZmNkNSJ9\" href=\"https:\/\/pinnacleresortspv.com\/wp-content\/uploads\/2026\/06\/cph1-5.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/pinnacleresortspv.com\/wp-content\/uploads\/2026\/06\/cph1-5.jpg\" alt=\"cph1-5\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 de 7\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"4fcfcd5\" data-elementor-lightbox-title=\"cph1-4\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTMzNDksInVybCI6Imh0dHBzOlwvXC9waW5uYWNsZXJlc29ydHNwdi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA2XC9jcGgxLTQuanBnIiwic2xpZGVzaG93IjoiNGZjZmNkNSJ9\" href=\"https:\/\/pinnacleresortspv.com\/wp-content\/uploads\/2026\/06\/cph1-4.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/pinnacleresortspv.com\/wp-content\/uploads\/2026\/06\/cph1-4.jpg\" alt=\"cph1-4\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 de 7\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"4fcfcd5\" data-elementor-lightbox-title=\"cph1-3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTMzNTAsInVybCI6Imh0dHBzOlwvXC9waW5uYWNsZXJlc29ydHNwdi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA2XC9jcGgxLTMuanBnIiwic2xpZGVzaG93IjoiNGZjZmNkNSJ9\" href=\"https:\/\/pinnacleresortspv.com\/wp-content\/uploads\/2026\/06\/cph1-3.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/pinnacleresortspv.com\/wp-content\/uploads\/2026\/06\/cph1-3.jpg\" alt=\"cph1-3\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 de 7\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"4fcfcd5\" data-elementor-lightbox-title=\"cph1-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTMzNTEsInVybCI6Imh0dHBzOlwvXC9waW5uYWNsZXJlc29ydHNwdi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA2XC9jcGgxLTIuanBnIiwic2xpZGVzaG93IjoiNGZjZmNkNSJ9\" href=\"https:\/\/pinnacleresortspv.com\/wp-content\/uploads\/2026\/06\/cph1-2.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/pinnacleresortspv.com\/wp-content\/uploads\/2026\/06\/cph1-2.jpg\" alt=\"cph1-2\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"7 de 7\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"4fcfcd5\" data-elementor-lightbox-title=\"ch1-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTMzNTIsInVybCI6Imh0dHBzOlwvXC9waW5uYWNsZXJlc29ydHNwdi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA2XC9jaDEtMS5qcGciLCJzbGlkZXNob3ciOiI0ZmNmY2Q1In0%3D\" href=\"https:\/\/pinnacleresortspv.com\/wp-content\/uploads\/2026\/06\/ch1-1.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/pinnacleresortspv.com\/wp-content\/uploads\/2026\/06\/ch1-1.jpg\" alt=\"ch1-1\" \/><\/figure><\/a><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-left\"><\/i>\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-right\"><\/i>\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f943588 elementor-icon-list--layout-inline elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"f943588\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-check-circle\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Penthouse de 1a clase + piscina<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-70751349 elementor-widget elementor-widget-cs_title\" data-id=\"70751349\" data-element_type=\"widget\" data-widget_type=\"cs_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"cs-title-wrap text-left\">\t            <div class=\"cs-subtitle-wrap\"><span class=\"cs-subtitle color-black\">CPH1<\/span><\/div>                <div class=\"cs-title-btn\">\n                    <a class=\"button elementor-button-link cs-btn-outline cs-btn-small\" role=\"button\" href=\"https:\/\/secure.webrez.com\/hotel\/2792\/?invtype_id=38744&#038;language=english\">\n                        <span class=\"cs-btn-text\">Book this Penthouse<\/span>                    <\/a>\n                <\/div>\n                    <\/div>\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-11f6234e e-con-full e-flex e-con e-child\" data-id=\"11f6234e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-562d3ba8 elementor-arrows-position-inside elementor-widget elementor-widget-image-carousel\" data-id=\"562d3ba8\" data-element_type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;1&quot;,&quot;navigation&quot;:&quot;arrows&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;speed&quot;:500}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Image Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"polite\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 de 9\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"562d3ba8\" data-elementor-lightbox-title=\"2H5A4348_65pct\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTMzMzcsInVybCI6Imh0dHBzOlwvXC9waW5uYWNsZXJlc29ydHNwdi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA2XC8ySDVBNDM0OF82NXBjdC5qcGVnIiwic2xpZGVzaG93IjoiNTYyZDNiYTgifQ%3D%3D\" href=\"https:\/\/pinnacleresortspv.com\/wp-content\/uploads\/2026\/06\/2H5A4348_65pct.jpeg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/pinnacleresortspv.com\/wp-content\/uploads\/2026\/06\/2H5A4348_65pct.jpeg\" alt=\"2H5A4348_65pct\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 de 9\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"562d3ba8\" data-elementor-lightbox-title=\"2H5A4321_65pct\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTMzMzgsInVybCI6Imh0dHBzOlwvXC9waW5uYWNsZXJlc29ydHNwdi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA2XC8ySDVBNDMyMV82NXBjdC5qcGVnIiwic2xpZGVzaG93IjoiNTYyZDNiYTgifQ%3D%3D\" href=\"https:\/\/pinnacleresortspv.com\/wp-content\/uploads\/2026\/06\/2H5A4321_65pct.jpeg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/pinnacleresortspv.com\/wp-content\/uploads\/2026\/06\/2H5A4321_65pct.jpeg\" alt=\"2H5A4321_65pct\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 de 9\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"562d3ba8\" data-elementor-lightbox-title=\"2H5A4297_300_FI_65pct\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTMzMzksInVybCI6Imh0dHBzOlwvXC9waW5uYWNsZXJlc29ydHNwdi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA2XC8ySDVBNDI5N18zMDBfRklfNjVwY3QuanBlZyIsInNsaWRlc2hvdyI6IjU2MmQzYmE4In0%3D\" href=\"https:\/\/pinnacleresortspv.com\/wp-content\/uploads\/2026\/06\/2H5A4297_300_FI_65pct.jpeg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/pinnacleresortspv.com\/wp-content\/uploads\/2026\/06\/2H5A4297_300_FI_65pct.jpeg\" alt=\"2H5A4297_300_FI_65pct\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 de 9\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"562d3ba8\" data-elementor-lightbox-title=\"2H5A4276_81_FI_65pct\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTMzNDAsInVybCI6Imh0dHBzOlwvXC9waW5uYWNsZXJlc29ydHNwdi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA2XC8ySDVBNDI3Nl84MV9GSV82NXBjdC5qcGVnIiwic2xpZGVzaG93IjoiNTYyZDNiYTgifQ%3D%3D\" href=\"https:\/\/pinnacleresortspv.com\/wp-content\/uploads\/2026\/06\/2H5A4276_81_FI_65pct.jpeg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/pinnacleresortspv.com\/wp-content\/uploads\/2026\/06\/2H5A4276_81_FI_65pct.jpeg\" alt=\"2H5A4276_81_FI_65pct\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 de 9\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"562d3ba8\" data-elementor-lightbox-title=\"2H5A4244_65pct\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTMzNDEsInVybCI6Imh0dHBzOlwvXC9waW5uYWNsZXJlc29ydHNwdi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA2XC8ySDVBNDI0NF82NXBjdC5qcGVnIiwic2xpZGVzaG93IjoiNTYyZDNiYTgifQ%3D%3D\" href=\"https:\/\/pinnacleresortspv.com\/wp-content\/uploads\/2026\/06\/2H5A4244_65pct.jpeg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/pinnacleresortspv.com\/wp-content\/uploads\/2026\/06\/2H5A4244_65pct.jpeg\" alt=\"2H5A4244_65pct\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 de 9\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"562d3ba8\" data-elementor-lightbox-title=\"2H5A4215_20_FI_65pct\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTMzNDIsInVybCI6Imh0dHBzOlwvXC9waW5uYWNsZXJlc29ydHNwdi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA2XC8ySDVBNDIxNV8yMF9GSV82NXBjdC5qcGVnIiwic2xpZGVzaG93IjoiNTYyZDNiYTgifQ%3D%3D\" href=\"https:\/\/pinnacleresortspv.com\/wp-content\/uploads\/2026\/06\/2H5A4215_20_FI_65pct.jpeg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/pinnacleresortspv.com\/wp-content\/uploads\/2026\/06\/2H5A4215_20_FI_65pct.jpeg\" alt=\"2H5A4215_20_FI_65pct\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"7 de 9\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"562d3ba8\" data-elementor-lightbox-title=\"2H5A4172 ATR04nov20 e2 scph2pano2_65pct\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTMzNDMsInVybCI6Imh0dHBzOlwvXC9waW5uYWNsZXJlc29ydHNwdi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA2XC8ySDVBNDE3Mi1BVFIwNG5vdjIwLWUyLXNjcGgycGFubzJfNjVwY3QuanBlZyIsInNsaWRlc2hvdyI6IjU2MmQzYmE4In0%3D\" href=\"https:\/\/pinnacleresortspv.com\/wp-content\/uploads\/2026\/06\/2H5A4172-ATR04nov20-e2-scph2pano2_65pct.jpeg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/pinnacleresortspv.com\/wp-content\/uploads\/2026\/06\/2H5A4172-ATR04nov20-e2-scph2pano2_65pct.jpeg\" alt=\"2H5A4172 ATR04nov20 e2 scph2pano2_65pct\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"8 de 9\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"562d3ba8\" data-elementor-lightbox-title=\"2H5A4133_5_FI_65pct\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTMzNDQsInVybCI6Imh0dHBzOlwvXC9waW5uYWNsZXJlc29ydHNwdi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA2XC8ySDVBNDEzM181X0ZJXzY1cGN0LmpwZWciLCJzbGlkZXNob3ciOiI1NjJkM2JhOCJ9\" href=\"https:\/\/pinnacleresortspv.com\/wp-content\/uploads\/2026\/06\/2H5A4133_5_FI_65pct.jpeg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/pinnacleresortspv.com\/wp-content\/uploads\/2026\/06\/2H5A4133_5_FI_65pct.jpeg\" alt=\"2H5A4133_5_FI_65pct\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"9 de 9\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"562d3ba8\" data-elementor-lightbox-title=\"2H5A4117_65pct\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTMzNDUsInVybCI6Imh0dHBzOlwvXC9waW5uYWNsZXJlc29ydHNwdi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA2XC8ySDVBNDExN182NXBjdC5qcGVnIiwic2xpZGVzaG93IjoiNTYyZDNiYTgifQ%3D%3D\" href=\"https:\/\/pinnacleresortspv.com\/wp-content\/uploads\/2026\/06\/2H5A4117_65pct.jpeg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/pinnacleresortspv.com\/wp-content\/uploads\/2026\/06\/2H5A4117_65pct.jpeg\" alt=\"2H5A4117_65pct\" \/><\/figure><\/a><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-left\"><\/i>\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-right\"><\/i>\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7e8b564c elementor-icon-list--layout-inline elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"7e8b564c\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-check-circle\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Penthouse Supremo de 3 dormitorios<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-49d2754e elementor-widget elementor-widget-cs_title\" data-id=\"49d2754e\" data-element_type=\"widget\" data-widget_type=\"cs_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"cs-title-wrap text-left\">\t            <div class=\"cs-subtitle-wrap\"><span class=\"cs-subtitle color-black\">CPH2<\/span><\/div>                <div class=\"cs-title-btn\">\n                    <a class=\"button elementor-button-link cs-btn-outline cs-btn-small\" role=\"button\" href=\"https:\/\/secure.webrez.com\/hotel\/2792\/?invtype_id=38745&#038;language=english\">\n                        <span class=\"cs-btn-text\">Book this Penthouse<\/span>                    <\/a>\n                <\/div>\n                    <\/div>\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7448992b cs-section-content-fullwidth elementor-mobile-align-center suite-box cat-ph elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7448992b\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-47d61377\" data-id=\"47d61377\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8705129 elementor-position-left elementor-vertical-align-middle elementor-widget__width-auto elementor-widget-mobile__width-initial elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"8705129\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-phone-alt\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tPara m\u00e1s informaci\u00f3n\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t<a href=\"tel:+523222223556\">Mex: +52 322 222 3556<\/a>\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5e5f66d4 cs-section-content-fullwidth suite-box cat-ph elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5e5f66d4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-130af9a3\" data-id=\"130af9a3\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-72ff0f4 elementor-align-center elementor-widget elementor-widget-cs_button\" data-id=\"72ff0f4\" data-element_type=\"widget\" data-widget_type=\"cs_button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <a href=\"\/es\/special-offers\/\" class=\"elementor-button-link button cs-btn-square cs-btn-extra-large\" role=\"button\">\n            <span class=\"cs-btn-text\">VER TODAS LAS OFERTAS ESPECIALES<\/span>        <\/a>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-8594c5d cs-section-content-fullwidth elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"8594c5d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-488d15d\" data-id=\"488d15d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-bb06bbf elementor-widget elementor-widget-cs_title\" data-id=\"bb06bbf\" data-element_type=\"widget\" data-widget_type=\"cs_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"cs-title-wrap text-center\">\t            <div class=\"cs-subtitle-wrap\"><span class=\"cs-subtitle\">Tu descanso ideal comienza aqu\u00ed<\/span><\/div>\t            <h3 class=\"cs-title\">\n\t                \u00bfPor qu\u00e9 reservar con nosotros?\t            <\/h3>        <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c42b2f6 elementor-widget elementor-widget-cs_info_box\" data-id=\"c42b2f6\" data-element_type=\"widget\" data-widget_type=\"cs_info_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t\t<div class=\"cs-info-box column-5 valign-middle img-left text-center\">\n                <div class=\"cs-info-box-wrap\">                    <div class=\"cs-info-box-item elementor-repeater-item-cccff81\">\n                    \t<div class=\"cs-item-container\">\t                        <div class=\"cs-info-box-img\"><i aria-hidden=\"true\" class=\"flaticon flaticon-destination\"><\/i>\t                        <\/div>\t                        <div class=\"cs-info-box-content\">\n\t                            <h5 class=\"cs-title cs-info-box-title\">Ubicaci\u00f3n privilegiada\t\t\t\t\t\t\t\t<\/h5>\t                        <\/div>\t                    <\/div>\n                    <\/div>                    <div class=\"cs-info-box-item elementor-repeater-item-6c33aa7\">\n                    \t<div class=\"cs-item-container\">\t                        <div class=\"cs-info-box-img\"><i aria-hidden=\"true\" class=\"flaticon flaticon-sunrise\"><\/i>\t                        <\/div>\t                        <div class=\"cs-info-box-content\">\n\t                            <h5 class=\"cs-title cs-info-box-title\">Vistas inolvidables\t\t\t\t\t\t\t\t<\/h5>\t                        <\/div>\t                    <\/div>\n                    <\/div>                    <div class=\"cs-info-box-item elementor-repeater-item-55da29c\">\n                    \t<div class=\"cs-item-container\">\t                        <div class=\"cs-info-box-img\"><i aria-hidden=\"true\" class=\"flaticon flaticon-customer-service\"><\/i>\t                        <\/div>\t                        <div class=\"cs-info-box-content\">\n\t                            <h5 class=\"cs-title cs-info-box-title\">Servicio personalizado\t\t\t\t\t\t\t\t<\/h5>\t                        <\/div>\t                    <\/div>\n                    <\/div>                    <div class=\"cs-info-box-item elementor-repeater-item-f41bbb4\">\n                    \t<div class=\"cs-item-container\">\t                        <div class=\"cs-info-box-img\"><i aria-hidden=\"true\" class=\"flaticon flaticon-credit-card-payment\"><\/i>\t                        <\/div>\t                        <div class=\"cs-info-box-content\">\n\t                            <h5 class=\"cs-title cs-info-box-title\">Sin cargos ocultos ni comisiones\t\t\t\t\t\t\t\t<\/h5>\t                        <\/div>\t                    <\/div>\n                    <\/div>                    <div class=\"cs-info-box-item elementor-repeater-item-0bf7877\">\n                    \t<div class=\"cs-item-container\">\t                        <div class=\"cs-info-box-img\"><i aria-hidden=\"true\" class=\"flaticon flaticon-calendar-5\"><\/i>\t                        <\/div>\t                        <div class=\"cs-info-box-content\">\n\t                            <h5 class=\"cs-title cs-info-box-title\">Promociones exclusivas\t\t\t\t\t\t\t\t<\/h5>\t                        <\/div>\t                    <\/div>\n                    <\/div>\t\t\t\t<\/div>\n\t\t\t<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-f6088ae elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"f6088ae\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-c5f5cca\" data-id=\"c5f5cca\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6cd1adb elementor-position-left elementor-vertical-align-middle elementor-view-stacked elementor-widget__width-auto elementor-shape-circle elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"6cd1adb\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-phone-alt\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tReserva por tel\u00e9fono\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t<a href=\"tel:+523222223556\">+52 322 222 3556<\/a>\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-481f8d4\" data-id=\"481f8d4\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b616d42 elementor-position-left elementor-vertical-align-middle elementor-view-stacked elementor-widget__width-auto elementor-shape-circle elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"b616d42\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"far fa-envelope\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tReserva por email\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t<a href=\"mailto:reservations@pinnacleresortspv.com\">reservations@pinnacleresortspv.com<\/a>\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-333a3b7 cs-section-content-fullwidth elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"333a3b7\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-f1b5f62\" data-id=\"f1b5f62\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-eb88076 elementor-widget elementor-widget-toggle\" data-id=\"eb88076\" data-element_type=\"widget\" data-widget_type=\"toggle.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-2461\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-2461\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">\u00bfCu\u00e1ntas personas pueden alojarse en Chic by Pinnacle 179?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2461\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-2461\"><p>En Chic by Pinnacle 179 ofrecemos elegantes unidades de una rec\u00e1mara, ideales para dos personas, y dos espectaculares Penthouses de tres rec\u00e1maras, perfectos para grupos de hasta seis personas.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-2462\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-2462\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">\u00bfChic by Pinnacle 179 tiene Piscina y Terraza?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2462\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-2462\"><p>Chic by Pinnacle 179 cuenta con una espectacular alberca y un exclusivo bar en la terraza, desde donde podr\u00e1s disfrutar de impresionantes vistas al mar y a la bah\u00eda.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-2463\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-2463\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">\u00bfA qu\u00e9 distancia est\u00e1 Chic by Pinnacle 179 de la playa y del centro de Puerto Vallarta?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2463\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-2463\"><p>Estamos ubicados a solo dos cuadras de la famosa Playa de los Muertos y a 10 minutos del ic\u00f3nico malec\u00f3n de Puerto Vallarta.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-2464\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-2464\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">\u00bfCu\u00e1ntos dormitorios y ba\u00f1os tiene cada unidad?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2464\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-2464\"><p>Nuestras unidades de una rec\u00e1mara cuentan con un ba\u00f1o completo, mientras que los exclusivos Penthouses de tres rec\u00e1maras ofrecen la comodidad de tres ba\u00f1os completos.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-2465\" class=\"elementor-tab-title\" data-tab=\"5\" role=\"button\" aria-controls=\"elementor-tab-content-2465\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">\u00bfPuedo estacionarme en Chic by Pinnacle 179? \u00bfEl estacionamiento es gratuito?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2465\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"region\" aria-labelledby=\"elementor-tab-title-2465\"><p>Chic by Pinnacle 179 no cuenta con estacionamiento propio; sin embargo, con gusto podemos ofrecerle estacionamiento gratuito en uno de nuestros edificios hermanos, Signature by Pinnacle 180 o Residences by Pinnacle 220, si lo solicita al momento de realizar su reservaci\u00f3n.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-2466\" class=\"elementor-tab-title\" data-tab=\"6\" role=\"button\" aria-controls=\"elementor-tab-content-2466\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">\u00bfChic by Pinnacle 179 es ideal para familias, parejas o grupos?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2466\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"6\" role=\"region\" aria-labelledby=\"elementor-tab-title-2466\"><p>Chic by Pinnacle es una propiedad exclusiva para adultos (18+), ideal para parejas, grupos de amigos y cualquier persona que desee disfrutar de una experiencia inolvidable en un ambiente sofisticado y relajado.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-a21ec66\" data-id=\"a21ec66\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-db03fc4 elementor-widget elementor-widget-toggle\" data-id=\"db03fc4\" data-element_type=\"widget\" data-widget_type=\"toggle.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-2291\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-2291\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">\u00bfQu\u00e9 actividades o servicios ofrece Chic by Pinnacle 179?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2291\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-2291\"><p>Chic by Pinnacle 179 cuenta con una espectacular alberca en la terraza, desde donde podr\u00e1s disfrutar de vistas inigualables de la bah\u00eda. Adem\u00e1s, ofrecemos un bar con servicio de alimentos y una selecta carta de bebidas y cocteles de autor.&#8221;<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-2292\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-2292\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">\u00bfHay restaurantes, bares o tiendas cerca del resort?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2292\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-2292\"><p>Dentro de nuestras instalaciones encontrar\u00e1s un bar con servicio de alimentos y bebidas. Adem\u00e1s, gracias a nuestra ubicaci\u00f3n privilegiada, estar\u00e1s a solo unos pasos caminando de los mejores restaurantes, bares, tiendas y todo lo que la vibrante Zona Rom\u00e1ntica tiene para ofrecer.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-2293\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-2293\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">\u00bfSe permiten mascotas en Chic by Pinnacle 179?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2293\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-2293\"><p>En este edificio no se permiten mascotas; sin embargo, nuestros edificios hermanos, Signature by Pinnacle 180 y Residences by Pinnacle 220, cuentan con unidades pet friendly para que puedas disfrutar tu estancia en compa\u00f1\u00eda de tu mascota.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-2294\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-2294\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">\u00bfCu\u00e1l es el horario de check-in y check-out?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2294\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-2294\"><p>El horario de llegada es a partir de las 3:00 PM<br \/>El horario de salida es a las 12:00 PM<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-2295\" class=\"elementor-tab-title\" data-tab=\"5\" role=\"button\" aria-controls=\"elementor-tab-content-2295\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">\u00bfQu\u00e9 incluye el precio de la estancia? \u00bfSe paga al reservar o al llegar?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2295\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"region\" aria-labelledby=\"elementor-tab-title-2295\"><p>Todas nuestras tarifas son prepagadas; sin embargo, contamos con pol\u00edticas flexibles que le permiten realizar cambios de fecha. El monto pagado cubre \u00fanicamente el hospedaje.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-2296\" class=\"elementor-tab-title\" data-tab=\"6\" role=\"button\" aria-controls=\"elementor-tab-content-2296\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">\u00bfEl resort cuenta con spa, gimnasio o servicio de desayuno?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2296\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"6\" role=\"region\" aria-labelledby=\"elementor-tab-title-2296\"><p>Disponemos de un gimnasio exclusivo para nuestros hu\u00e9spedes, ubicado dentro del edificio. Adem\u00e1s, nuestro SPA se encuentra en nuestro edificio hermano, Signature by Pinnacle 180, a solo unos pasos de distancia.<\/p><p>Nuestros bares ofrecen servicio de desayuno, comida y cena, con un horario de 9:00 AM a 9:00 PM.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Suite Collections at Chic by Pinnacle 179 Una selecci\u00f3n premium de suites, dise\u00f1adas para el m\u00e1ximo descanso, una vida sofisticada e infinitos horizontes. Gu\u00eda de alojamiento de Chic by Pinnacle 179 Penthouse de 3 dormitorios Penthouse de 3 dormitorios Piscina Privada \/ Vista al Mar \/ Un Piso 6 Hu\u00e9spedes 3 Camas King 3 Ba\u00f1os &#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":2956,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_locale":"es_MX","_original_post":"https:\/\/pinnacleresortspv.com\/?page_id=13319","cozystay_single_page_hide_site_header":"","cozystay_single_page_site_header_source":"","cozystay_single_page_custom_site_header":"0","cozystay_single_page_custom_sticky_site_header":"0","cozystay_single_page_hide_page_title":"","cozystay_single_page_header_section_size":"","cozystay_single_page_header_background_color":"","cozystay_single_page_header_background_position_x":"center","cozystay_single_page_header_background_position_y":"center","cozystay_single_page_header_background_size":"cover","cozystay_single_page_header_background_repeat":"off","cozystay_single_page_header_background_scroll":"on","cozystay_single_page_header_text_color":"","cozystay_single_page_header_show_breadcrumb":"","cozystay_single_page_site_footer_hide_main":"","cozystay_single_custom_site_footer_main_source":"","cozystay_single_custom_site_footer_main":"0","cozystay_single_page_site_footer_hide_above":"","cozystay_single_custom_site_footer_above_source":"","cozystay_single_custom_site_footer_above":"0","cozystay_single_page_site_footer_hide_instagram":"","cozystay_single_page_site_footer_hide_bottom":"","cozystay_single_custom_mobile_menu_source":"","cozystay_single_custom_mobile_menu":"0","cozystay_single_custom_mobile_menu_animation":"","cozystay_single_custom_mobile_menu_width":"","cozystay_single_custom_mobile_menu_custom_width":375,"footnotes":""},"class_list":["post-13386","page","type-page","status-publish","hentry","es-MX"],"_links":{"self":[{"href":"https:\/\/pinnacleresortspv.com\/wp-json\/wp\/v2\/pages\/13386","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pinnacleresortspv.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pinnacleresortspv.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pinnacleresortspv.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pinnacleresortspv.com\/wp-json\/wp\/v2\/comments?post=13386"}],"version-history":[{"count":10,"href":"https:\/\/pinnacleresortspv.com\/wp-json\/wp\/v2\/pages\/13386\/revisions"}],"predecessor-version":[{"id":13401,"href":"https:\/\/pinnacleresortspv.com\/wp-json\/wp\/v2\/pages\/13386\/revisions\/13401"}],"up":[{"embeddable":true,"href":"https:\/\/pinnacleresortspv.com\/wp-json\/wp\/v2\/pages\/2956"}],"wp:attachment":[{"href":"https:\/\/pinnacleresortspv.com\/wp-json\/wp\/v2\/media?parent=13386"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}