{"id":37919,"date":"2026-04-13T15:24:50","date_gmt":"2026-04-13T20:24:50","guid":{"rendered":"https:\/\/www.realclubdelima.org.pe\/web\/?p=37919"},"modified":"2026-04-13T16:41:17","modified_gmt":"2026-04-13T21:41:17","slug":"reserva-de-bungalows-mayo-2026","status":"publish","type":"post","link":"https:\/\/www.realclubdelima.org.pe\/web\/2026\/04\/13\/reserva-de-bungalows-mayo-2026\/","title":{"rendered":"Reserva de Bungalows &#8211; Mayo 2026"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"37919\" class=\"elementor elementor-37919\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0a342be elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0a342be\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-9ae2050\" data-id=\"9ae2050\" 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-ec07aba elementor-widget elementor-widget-html\" data-id=\"ec07aba\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div style=\"text-align: center; margin: 40px 0; font-family: 'Arial', sans-serif;\">\r\n    <div style=\"display: flex; align-items: center; justify-content: center; gap: 20px;\">\r\n        \r\n        <a href=\"javascript:void(0)\" \r\n           onclick=\"abrirTarifarioInnovador()\"\r\n           style=\"text-decoration: none; border-radius: 15px; padding: 20px 50px; background: #29337c; color: #ffffff !important; cursor: pointer; font-size: 18px; font-weight: 900; display: inline-block; letter-spacing: 2px; text-transform: uppercase; position: relative; border: none; transition: all 0.4s ease;\">\r\n            <div id=\"glow\" style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #29337c; filter: blur(20px); opacity: 0; transition: 0.4s; z-index: -1; border-radius: 15px;\"><\/div>\r\n            <span style=\"position: relative; z-index: 2;\">\u2728 CONSULTAR TARIFARIO<\/span>\r\n        <\/a>\r\n\r\n    <\/div>\r\n\r\n    <div id=\"modalInnovador\" style=\"display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(5, 10, 30, 0.97); z-index: 999999; opacity: 0; transition: opacity 0.5s ease; backdrop-filter: blur(15px);\">\r\n        \r\n        <div onclick=\"cerrarTarifarioInnovador()\" style=\"position: fixed; top: 20px; right: 30px; color: white; font-size: 45px; cursor: pointer; z-index: 1000001; font-weight: bold; line-height: 1;\">&times;<\/div>\r\n\r\n        <div id=\"scrollContainer\" style=\"width: 100%; height: 100%; overflow: auto; display: flex; justify-content: center; align-items: center; cursor: zoom-in;\">\r\n            <img decoding=\"async\" id=\"imgZoom\" src=\"http:\/\/www.realclubdelima.org.pe\/web\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-10-at-09.37.52-1.jpeg\" \r\n                 onclick=\"toggleZoom(event)\"\r\n                 style=\"max-width: 90vw; max-height: 85vh; border-radius: 10px; box-shadow: 0 30px 60px rgba(0,0,0,0.8); transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); transform-origin: center center;\">\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n        let isZoomed = false;\r\n\r\n        function abrirTarifarioInnovador() {\r\n            const modal = document.getElementById('modalInnovador');\r\n            modal.style.display = 'block';\r\n            setTimeout(() => { modal.style.opacity = '1'; }, 50);\r\n        }\r\n\r\n        function cerrarTarifarioInnovador() {\r\n            const modal = document.getElementById('modalInnovador');\r\n            const img = document.getElementById('imgZoom');\r\n            const container = document.getElementById('scrollContainer');\r\n            \r\n            isZoomed = false;\r\n            img.style.transform = 'scale(1)';\r\n            img.style.maxWidth = '90vw';\r\n            img.style.maxHeight = '85vh';\r\n            container.style.cursor = 'zoom-in';\r\n            container.style.display = 'flex'; \/\/ Centra de nuevo\r\n\r\n            modal.style.opacity = '0';\r\n            setTimeout(() => { modal.style.display = 'none'; }, 500);\r\n        }\r\n\r\n        function toggleZoom(e) {\r\n            e.stopPropagation();\r\n            const img = document.getElementById('imgZoom');\r\n            const container = document.getElementById('scrollContainer');\r\n\r\n            if (!isZoomed) {\r\n                \/\/ MODO ZOOM: Liberamos el tama\u00f1o\r\n                img.style.maxWidth = '200vw'; \/\/ Permite que crezca al doble del ancho\r\n                img.style.maxHeight = 'none';\r\n                img.style.transform = 'scale(1.2)';\r\n                container.style.display = 'block'; \/\/ Cambia a block para que el scroll funcione\r\n                container.style.cursor = 'zoom-out';\r\n                isZoomed = true;\r\n            } else {\r\n                \/\/ MODO NORMAL: Volvemos al ajuste de pantalla\r\n                img.style.maxWidth = '90vw';\r\n                img.style.maxHeight = '85vh';\r\n                img.style.transform = 'scale(1)';\r\n                container.style.display = 'flex';\r\n                container.style.cursor = 'zoom-in';\r\n                isZoomed = false;\r\n                window.scrollTo(0,0);\r\n            }\r\n        }\r\n\r\n        \/\/ Cerrar al hacer clic en el fondo (fuera de la imagen)\r\n        document.getElementById('scrollContainer').onclick = function(e) {\r\n            if (e.target === this) cerrarTarifarioInnovador();\r\n        };\r\n    <\/script>\r\n<\/div>\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-15e1be23 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"15e1be23\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2956d535\" data-id=\"2956d535\" 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-269dee15 elementor-widget elementor-widget-text-editor\" data-id=\"269dee15\" 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\t\t<div style=\"text-align: center; margin: 30px 0; font-family: Arial, sans-serif;\"><div style=\"margin-bottom: 25px; display: flex; align-items: center; justify-content: center; gap: 15px;\"><span style=\"font-size: 30px;\"><br \/><\/span><img fetchpriority=\"high\" decoding=\"async\" class=\"aligncenter\" style=\"max-width: 100%; height: auto; border-radius: 10px; box-shadow: 0px 4px 10px rgba(0,0,0,0.1);\" src=\"http:\/\/www.realclubdelima.org.pe\/web\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-13-at-12.10.40-1.jpeg\" alt=\"Promoci\u00f3n Tarifario\" width=\"2048\" height=\"2560\" \/><\/div><\/div>\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<\/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>\u2728 CONSULTAR TARIFARIO &times;<\/p>\n","protected":false},"author":3,"featured_media":37921,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"inline_featured_image":false,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":"","_links_to":"","_links_to_target":""},"categories":[23],"tags":[],"class_list":["post-37919","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-noticias"],"aioseo_notices":[],"publishpress_future_action":{"enabled":false,"date":"2026-04-24 05:48:22","action":"change-status","newStatus":"draft","terms":[],"taxonomy":"category","extraData":[]},"publishpress_future_workflow_manual_trigger":{"enabledWorkflows":[]},"_links":{"self":[{"href":"https:\/\/www.realclubdelima.org.pe\/web\/wp-json\/wp\/v2\/posts\/37919","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.realclubdelima.org.pe\/web\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.realclubdelima.org.pe\/web\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.realclubdelima.org.pe\/web\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.realclubdelima.org.pe\/web\/wp-json\/wp\/v2\/comments?post=37919"}],"version-history":[{"count":13,"href":"https:\/\/www.realclubdelima.org.pe\/web\/wp-json\/wp\/v2\/posts\/37919\/revisions"}],"predecessor-version":[{"id":37940,"href":"https:\/\/www.realclubdelima.org.pe\/web\/wp-json\/wp\/v2\/posts\/37919\/revisions\/37940"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.realclubdelima.org.pe\/web\/wp-json\/wp\/v2\/media\/37921"}],"wp:attachment":[{"href":"https:\/\/www.realclubdelima.org.pe\/web\/wp-json\/wp\/v2\/media?parent=37919"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.realclubdelima.org.pe\/web\/wp-json\/wp\/v2\/categories?post=37919"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.realclubdelima.org.pe\/web\/wp-json\/wp\/v2\/tags?post=37919"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}