{"id":320816,"date":"2024-09-30T17:46:56","date_gmt":"2024-09-30T17:46:56","guid":{"rendered":"https:\/\/sunset.moonkeycode.com\/?page_id=320816"},"modified":"2024-10-17T17:45:43","modified_gmt":"2024-10-17T17:45:43","slug":"sunset-marina-resort","status":"publish","type":"page","link":"https:\/\/sunset.moonkeycode.com\/es\/sunset-marina-resort\/","title":{"rendered":"Sunset Marina"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"320816\" class=\"elementor elementor-320816\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8c68a6e e-con-full e-flex e-con e-parent\" data-id=\"8c68a6e\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-79436b9 elementor-widget elementor-widget-image\" data-id=\"79436b9\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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 fetchpriority=\"high\" decoding=\"async\" width=\"1920\" height=\"1000\" src=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/banner-principal-SM.webp\" class=\"attachment-full size-full wp-image-323408\" alt=\"\" srcset=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/banner-principal-SM.webp 1920w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/banner-principal-SM-300x156.webp 300w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/banner-principal-SM-1024x533.webp 1024w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/banner-principal-SM-768x400.webp 768w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/banner-principal-SM-1536x800.webp 1536w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/banner-principal-SM-18x9.webp 18w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" \/>\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<div class=\"elementor-element elementor-element-29a259a e-con-full e-flex e-con e-parent\" data-id=\"29a259a\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-54690ba elementor-widget elementor-widget-heading\" data-id=\"54690ba\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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\">Reservaciones para no socios<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9ac5046 elementor-widget elementor-widget-html\" data-id=\"9ac5046\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\n<html lang=\"es\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>Formulario de Reservaci\u00f3n<\/title>\n  <!-- Bootstrap Icons -->\n  <link href=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap-icons\/font\/bootstrap-icons.css\" rel=\"stylesheet\">\n  <!-- jQuery UI CSS -->\n  <link rel=\"stylesheet\" href=\"\/\/code.jquery.com\/ui\/1.12.1\/themes\/base\/jquery-ui.css\">\n  <style>\n    \/* Estilos personalizados para el formulario *\/\n    .reservation-form {\n      background-color: #f8f9fa;\n      padding: 20px;\n      border-radius: 10px;\n      max-width: 100%;\n      margin: auto;\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\n    }\n\n    .reservation-form .icon-label {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      flex: 1;\n    }\n\n    .reservation-form select, \n    .reservation-form input, \n    .reservation-form button {\n      height: 45px;\n      border-radius: 5px;\n      width: 100%;\n    }\n\n    .reservation-form button {\n      background-color: #876530;\n      color: white;\n      border: none;\n      padding: 10px 20px;\n    }\n\n    .reservation-form button:hover {\n      background-color: #75582a;\n    }\n\n    .reservation-form-row {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      justify-content: space-between;\n    }\n\n    \/* Estilos de los inputs personalizados *\/\n    .reservation-form input[type=\"text\"], \n    .reservation-form select {\n      border: 1px solid #c4c4c4;\n      padding: 10px;\n    }\n\n    \/* Ajuste del tama\u00f1o y alineaci\u00f3n de los labels con los \u00edconos *\/\n    .reservation-form .icon-label label {\n      display: inline-flex;\n      align-items: center;\n      gap: 5px;\n      white-space: nowrap;\n    }\n\n    .reservation-form .icon-label select {\n      width: auto;\n      min-width: 120px; \/* Aumentamos el tama\u00f1o m\u00ednimo de los selects *\/\n      padding-left: 5px;\n      padding-right: 5px;\n    }\n\n    \/* Ajustes para pantallas peque\u00f1as (m\u00f3viles) *\/\n    @media (max-width: 767px) {\n      .reservation-form-row {\n        flex-direction: column;\n        gap: 10px;\n      }\n\n      .reservation-form .icon-label {\n        width: 100%;\n      }\n\n      .reservation-form button {\n        width: 100%;\n      }\n    }\n\n    \/* Ajustes espec\u00edficos para pantallas de tablet (768px a 991px) *\/\n    @media (min-width: 768px) and (max-width: 991px) {\n      .reservation-form-row {\n        flex-direction: column; \/* Alinea los campos en una sola columna *\/\n        gap: 15px;\n      }\n\n      .reservation-form .icon-label {\n        width: 100%; \/* Los elementos se alinear\u00e1n a lo largo del ancho de la pantalla *\/\n      }\n\n      .reservation-form button {\n        width: 100%; \/* El bot\u00f3n ocupar\u00e1 todo el ancho disponible *\/\n      }\n    }\n\n    \/* Asegura que en pantallas grandes todo est\u00e9 en l\u00ednea *\/\n    @media (min-width: 992px) {\n      .reservation-form-row {\n        flex-wrap: nowrap;\n      }\n\n      .reservation-form .icon-label {\n        flex: 1;\n      }\n\n      .reservation-form button {\n        flex-shrink: 0;\n        width: auto;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n\n  <div class=\"container\">\n    <!-- T\u00edtulo agregado -->\n    <form class=\"reservation-form\" action=\"\">\n      <div class=\"reservation-form-row\">\n        <div class=\"icon-label\">\n          <i class=\"bi bi-building\"><\/i>\n          <select id=\"hotel\" class=\"form-control\" name=\"hotel\" required>\n            <option value=\"\" disabled selected>Seleccione un hotel<\/option> <!-- Placeholder -->\n            <option value=\"4921\">Sunset Royal Beach Resort<\/option>\n            <option value=\"5325\">Sunset Fishermen Beach Resort<\/option>\n            <option value=\"5354\">Hotel Sunset Marina Resort & Yacht Club<\/option>\n          <\/select>\n        <\/div>\n\n        <div class=\"icon-label\">\n          <i class=\"bi bi-calendar\"><\/i>\n          <input type=\"text\" id=\"checkin\" class=\"form-control\" name=\"checkin\" placeholder=\"Check In\" required>\n        <\/div>\n\n        <div class=\"icon-label\">\n          <i class=\"bi bi-calendar\"><\/i>\n          <input type=\"text\" id=\"checkout\" class=\"form-control\" name=\"checkout\" placeholder=\"Check Out\" required>\n        <\/div>\n\n        <div class=\"icon-label\">\n          <label for=\"adults\" class=\"guest-label\">Adultos <i class=\"bi bi-person\"><\/i><\/label>\n          <select id=\"adults\" class=\"form-control\" name=\"adults\">\n            <option value=\"1\">01<\/option>\n            <option value=\"2\">02<\/option>\n            <option value=\"3\">03<\/option>\n            <option value=\"4\">04<\/option>\n            <option value=\"5\">05<\/option>\n            <option value=\"6\">06<\/option>\n            <option value=\"7\">07<\/option>\n            <option value=\"8\">08<\/option>\n            <option value=\"9\">09<\/option>\n            <option value=\"10\">10<\/option>\n          <\/select>\n        <\/div>\n\n        <div class=\"icon-label\">\n          <label for=\"children\" class=\"guest-label\">Ni\u00f1os <i class=\"bi bi-person\"><\/i><\/label>\n          <select id=\"children\" class=\"form-control\" name=\"children\">\n            <option value=\"0\">00<\/option>\n            <option value=\"1\">01<\/option>\n            <option value=\"2\">02<\/option>\n            <option value=\"3\">03<\/option>\n            <option value=\"4\">04<\/option>\n            <option value=\"5\">05<\/option>\n            <option value=\"6\">06<\/option>\n            <option value=\"7\">07<\/option>\n            <option value=\"8\">08<\/option>\n            <option value=\"9\">09<\/option>\n            <option value=\"10\">10<\/option>\n          <\/select>\n        <\/div>\n\n        <div>\n          <button type=\"button\" onclick=\"submitForm()\">Reserve ahora<\/button>\n        <\/div>\n      <\/div>\n    <input type=\"hidden\" name=\"trp-form-language\" value=\"es\"\/><\/form>\n  <\/div>\n\n  <!-- jQuery -->\n  <script src=\"https:\/\/code.jquery.com\/jquery-3.6.0.min.js\"><\/script>\n  <!-- jQuery UI -->\n  <script src=\"https:\/\/code.jquery.com\/ui\/1.12.1\/jquery-ui.js\"><\/script>\n  <script>\n    (function ($) {\n      \/\/ Activar Datepicker para Check In\n      $(\"#checkin\").datepicker({\n        dateFormat: \"dd-mm-yy\",\n        minDate: 0\n      });\n\n      \/\/ Activar Datepicker para Check Out\n      $(\"#checkout\").datepicker({\n        dateFormat: \"dd-mm-yy\",\n        minDate: 0\n      });\n    })(jQuery);\n\n    \/\/ Funci\u00f3n para formatear la fecha en formato ddmmyyyy\n    function formatDate(dateString) {\n      const [day, month, year] = dateString.split(\"-\");\n      return `${day}${month}${year}`;  \/\/ Formato ddmmyyyy\n    }\n\n    \/\/ Funci\u00f3n para procesar el env\u00edo del formulario\n    function submitForm() {\n      const hotel = document.getElementById('hotel').value;\n      const checkin = document.getElementById('checkin').value;\n      const checkout = document.getElementById('checkout').value;\n      const adults = document.getElementById('adults').value;\n      const children = document.getElementById('children').value;\n\n      if (!checkin || !checkout || !hotel) {\n        alert(\"Please fill in all the required fields.\");\n        return;\n      }\n\n      \/\/ Formatear las fechas correctamente\n      const formattedCheckin = formatDate(checkin);\n      const formattedCheckout = formatDate(checkout);\n\n      \/\/ Crear la URL para la reserva\n      const url = `https:\/\/book.omnibees.com\/hotelresults?c=2761&q=${hotel}&hotel_folder=&CheckIn=${formattedCheckin}&CheckOut=${formattedCheckout}&NRooms=1&ad=${adults}&ch=${children}`;\n\n      \/\/ Abrir la URL en una nueva pesta\u00f1a\n      window.open(url, '_blank');\n    }\n  <\/script>\n\n<\/body>\n<\/html>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6d238ee e-con-full e-flex e-con e-parent\" data-id=\"6d238ee\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-26e3987 e-con-full e-flex e-con e-child\" data-id=\"26e3987\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7fa1727 elementor-widget elementor-widget-image\" data-id=\"7fa1727\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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=\"360\" height=\"175\" src=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_vertical.svg\" class=\"attachment-full size-full wp-image-323412\" alt=\"\" \/>\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<div class=\"elementor-element elementor-element-c25acf1 e-con-full e-flex e-con e-child\" data-id=\"c25acf1\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d01fb44 elementor-widget elementor-widget-heading\" data-id=\"d01fb44\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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\">Sunset Marina Resort &amp; Yacht Club es un encantador resort de estilo mediterr\u00e1neo con una exclusiva marina y club de yates .<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-db6c0ac elementor-widget elementor-widget-text-editor\" data-id=\"db6c0ac\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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>Se encuentra ubicado en un hermoso paisaje junto a la Laguna Nichupt\u00e9, en la zona hotelera de Canc\u00fan y ofrece encantadoras habitaciones con vista a un entorno espectacular, incomparable oferta gastron\u00f3mica y una amplia variedad de actividades relajantes, divertidas y aventureras. Los ni\u00f1os tambi\u00e9n disfrutar\u00e1n de este hotel en \u00e1reas especialmente dise\u00f1adas para ellos. La marina ubicada en la propiedad ofrece acceso directo a las aguas cristalinas del Caribe mexicano en excursiones en yate y tambi\u00e9n una ampl ia variedad de deportes acu\u00e1ticos motorizados y espectaculares experiencias de buceo. Tambi\u00e9n tiene acceso a la playa a trav\u00e9s del taxi acu\u00e1tico o autob\u00fas de Sunset World en cortes\u00eda .<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7ae9216 e-con-full e-flex e-con e-child\" data-id=\"7ae9216\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2b3025e elementor-tablet-align-center elementor-button-info elementor-widget elementor-widget-button\" data-id=\"2b3025e\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\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\t\t\t<span class=\"elementor-button-text\">INFORMACI\u00d3N DEL HOTEL<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d5a6b9e elementor-tablet-align-center elementor-widget elementor-widget-button\" data-id=\"d5a6b9e\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\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\t\t\t<span class=\"elementor-button-text\">VISTA  360\u00ba<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e30ee45 e-con-full e-flex e-con e-parent\" data-id=\"e30ee45\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fbd9848 derecha elementor-arrows-position-inside elementor-widget elementor-widget-image-carousel\" data-id=\"fbd9848\" data-element_type=\"widget\" id=\"galeria-sr\" data-settings=\"{&quot;slides_to_show&quot;:&quot;1&quot;,&quot;navigation&quot;:&quot;arrows&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;speed&quot;:500,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" 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 6\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM-1.webp\" alt=\"SM-1\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 de 6\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM-2.webp\" alt=\"SM-2\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 de 6\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM-3.webp\" alt=\"SM-3\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 de 6\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM-4.webp\" alt=\"SM-4\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 de 6\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM-5.webp\" alt=\"SM-5\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 de 6\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM-6.webp\" alt=\"SM-6\" \/><\/figure><\/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<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 60 60\"><defs fill=\"#ffffff\"><style> .cls-1 { fill: #ffffff; } <\/style><\/defs><g><g id=\"Layer_1\"><path class=\"cls-1\" d=\"M59.51,60c.18,0,.36-.11.44-.29.12-.26.01-.56-.23-.69L1.63,30,59.72.98c.24-.12.35-.43.23-.69-.12-.26-.41-.36-.66-.24L.28,29.54C.11,29.62,0,29.8,0,30c0,.2.11.38.28.46l59.02,29.49c.07.03.14.05.21.05Z\" fill=\"#ffffff\"><\/path><\/g><\/g><\/svg>\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<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 60 60\"><defs fill=\"#ffffff\"><style> .cls-1 { fill: #ffffff; } <\/style><\/defs><g><g id=\"Layer_1\"><path class=\"cls-1\" d=\"M.49,60c-.18,0-.36-.11-.44-.29-.12-.26-.01-.56.23-.69l58.09-29.02L.28.98C.03.85-.07.55.05.29.16.04.46-.07.7.05l59.02,29.49c.17.09.28.27.28.46s-.11.38-.28.46L.7,59.95c-.07.03-.14.05-.21.05Z\" fill=\"#ffffff\"><\/path><\/g><\/g><\/svg>\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<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-198a83f e-con-full e-flex e-con e-parent\" data-id=\"198a83f\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f52dc81 elementor-widget elementor-widget-html\" data-id=\"f52dc81\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\n  #TA_cdsratingsonlynarrow1 {\n    width: 100%; \/* Ajusta el ancho seg\u00fan tus necesidades *\/\n    max-width: 800px; \/* Puedes aumentar o disminuir este valor *\/\n    height: auto;\n    font-size: 1.5em; \/* Aumenta el tama\u00f1o del texto *\/\n    background-color: white !important; \/* Forzamos el fondo blanco *\/\n  }\n\n  #TA_cdsratingsonlynarrow1 img {\n    width: 100%; \/* Ajusta el ancho de la imagen *\/\n    max-width: 600px; \/* Cambia este valor seg\u00fan tus preferencias *\/\n    height: auto;\n  }\n\n  #TA_cdsratingsonlynarrow1 a {\n    display: block;\n    text-align: center;\n  }\n<\/style>\n\n<div id=\"TA_cdsratingsonlynarrow1\" class=\"TA_cdsratingsonlynarrow\">\n  <ul id=\"abAZg0eT4Z8H\" class=\"TA_links p5blRrgOKr\">\n    <li id=\"GPg15f2\" class=\"nraY54AzSFO4\">\n      <a target=\"_blank\" href=\"https:\/\/www.tripadvisor.com\/Hotel_Review-g150807-d154449-Reviews-Sunset_Marina_Resort_Yacht_Club-Cancun_Yucatan_Peninsula.html\">\n        <img decoding=\"async\" src=\"https:\/\/www.tripadvisor.com\/img\/cdsi\/img2\/branding\/v2\/Tripadvisor_lockup_horizontal_secondary_registered-18034-2.svg\" alt=\"TripAdvisor\"\/>\n      <\/a>\n    <\/li>\n  <\/ul>\n<\/div>\n\n<script async src=\"https:\/\/www.jscache.com\/wejs?wtype=cdsratingsonlynarrow&amp;uniq=1&amp;locationId=154449&amp;lang=en_US&amp;border=false&amp;shadow=false&amp;backgroundColor=white&amp;display_version=2\" data-loadtrk onload=\"this.loadtrk=true\"><\/script>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-078015b elementor-widget elementor-widget-elementskit-creative-button\" data-id=\"078015b\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"elementskit-creative-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"ekit-wid-con\" >\t\t<div class=\"ekit-btn-wraper\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.tripadvisor.com\/Hotel_Review-g150807-d154449-Reviews-Sunset_Marina_Resort_Yacht_Club-Cancun_Yucatan_Peninsula.html\" target=\"_blank\" class=\"ekit_creative_button ekit_slide_left_border\" id=\"\" data-text=\"\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t<span class=\"ekit_creative_button_text\">Lea m\u00e1s comentarios de nuestros hu\u00e9spedes<\/span>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/div>\n        <\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-627766b e-con-full e-flex e-con e-parent\" data-id=\"627766b\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2ddb1fc elementor-widget elementor-widget-heading\" data-id=\"2ddb1fc\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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\">Descubra nuestras suites\n<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1cfd3f0 elementor-widget elementor-widget-heading\" data-id=\"1cfd3f0\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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\">Encuentre el equilibrio con una buena noche de descanso<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fdb4f9d e-con-full e-flex e-con e-parent\" data-id=\"fdb4f9d\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-cbcafb3 e-con-full e-flex e-con e-child\" data-id=\"cbcafb3\" data-element_type=\"container\" id=\"negro1\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4297bc0 divisor elementor-widget elementor-widget-heading\" data-id=\"4297bc0\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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\">Estudio Suite<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7b7a6f6 elementor-widget elementor-widget-text-editor\" data-id=\"7b7a6f6\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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>Capacidad m\u00e1xima: 4 personas\/Privacidad 2<br \/>Una cama doble<br \/>Sof\u00e1 cama<br \/>Balc\u00f3n con vista a la laguna o al bulevar.<\/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-4650b0f activo elementor-widget-tablet__width-initial elementor-widget elementor-widget-html\" data-id=\"4650b0f\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div id=\"negro1\" class=\"container-services-amenities\">\n  <button class=\"btn-services-amenities\" onclick=\"showHideInfo()\">Servicios e instalaciones<\/button>\n  \n  <div class=\"overlay-modal-information\" id=\"infoModal\">\n<button id=\"close1\" onclick=\"showHideInfo()\" style=\"position: relative; background: transparent; border: 1px solid white; border-radius: 50%; cursor: pointer; width: 50px; height: 50px; padding: 0;\">\n    <span style=\"position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-weight: 300; font-size: 32px; color: white; line-height: 1;\">\u00d7<\/span>\n<\/button>\n\n      <ul>\n          <li>Aire acondicionado<\/li>\n          <li>Caja fuerte<\/li>\n          <li>Pantalla plana con TV por cable<\/li>\n          <li>Secador de pelo<\/li>\n          <li>Vaporizador para ropa<\/li>\n          <li>Cafetera<\/li>\n          <li>Espejo de tocador<\/li>\n          <li>Art\u00edculos de aseo Sunset World<\/li>\n          <li>Mini Bar<\/li>\n          <li>Servicio de limpieza diario<\/li>\n      <\/ul>\n  <\/div>\n<\/div>\n\n<script>\n   function showHideInfo() {\n        var modal = document.getElementById(\"infoModal\");\n        var negro1 = document.getElementById(\"negro1\");\n\n        if (modal.classList.contains(\"active-modal\")) {\n            modal.classList.remove(\"active-modal\");\n            negro1.classList.remove(\"active-modal\");\n        } else {\n            modal.classList.add(\"active-modal\");\n            negro1.classList.add(\"active-modal\");\n        }\n    }\n<\/script>\n\n<style>\n  \/* Estilos base *\/\n  .active-modal {\n      background: black !important;\n      color: white;\n  }\n\n  .active-modal h2, .active-modal div::after, .active-modal div::before {\n      color: white !important;\n      display: none;\n      background: transparent !important;\n  }\n\n  .active-modal p {\n      color: white !important;\n      display: none;\n  }\n\n  button.btn-services-amenities {\n      color: #876530;\n      font-family: \"Raleway\", Sans-serif;\n      font-size: 12px;\n      font-weight: 500;\n      background: transparent;\n      text-transform: uppercase;\n      letter-spacing: 3px;\n      border-width: 0px 0px 1px 0px;\n      border-style: solid;\n      border-color: #ebebeb;\n      margin-bottom: 15px;\n      border-bottom: 2px solid #876530 !important;\n  }\n\n  .overlay-modal-information {\n      display: none;\n      transition: opacity 0.3s ease-in-out;\n      opacity: 0;\n  }\n\n  .overlay-modal-information.active-modal {\n      display: block;\n      opacity: 1;\n  }\n\n  \/* Bot\u00f3n de cierre (estilos base) *\/\n  #close1 {\n      background: transparent;\n      display: block !important;\n      fill: white !important;\n      color: white !important;\n      border: 1px solid white !important;\n      border-radius: 50%;\n      position: absolute !important;\n      cursor: pointer;\n      top: -20%;\n  }\n\n  \/* Ajustes para pantallas tablet (1024x768) *\/\n  @media only screen and (min-width: 768px) and (max-width: 1024px) {\n      .btn-services-amenities {\n          font-size: 16px;\n          padding: 10px;\n      }\n\n      .overlay-modal-information ul {\n          font-size: 10px;\n      }\n\n      .active-modal {\n          max-width: 100%;\n      }\n\n      #close1 {\ntop: -30%;\n      }\n  }\n\n  \/* Ajustes para pantallas peque\u00f1as *\/\n  @media only screen and (max-width: 768px) {\n      #close1 {\n          margin-top: 10px;\n      }\n\n      .btn-services-amenities {\n          font-size: 14px;\n          padding: 8px;\n      }\n\n      .active-modal {\n          max-width: 80%;\n      }\n\n      ul {\n          font-size: 12px;\n      }\n  }\n\n  \/* Ajustes para m\u00f3viles *\/\n  @media only screen and (max-width: 480px) {\n      #close1 {\n          margin-left: -50px;\n          top: -20%;\n          font-size: 16px;\n      }\n\n      .btn-services-amenities {\n          font-size: 12px;\n          padding: 6px;\n      }\n\n      .active-modal {\n          max-width: 100%;\n          padding-bottom: 10px;\n      }\n\n      ul {\n          font-size: 10px;\n      }\n  }\n<\/style>\n\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/5.15.3\/css\/all.min.css\" \/>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ac2a632 e-con-full e-flex e-con e-child\" data-id=\"ac2a632\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8f92eaf rs-galery-derecha-6 elementor-widget elementor-widget-elementskit-advanced-slider\" data-id=\"8f92eaf\" data-element_type=\"widget\" id=\"slider-culynary-rs-6\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"elementskit-advanced-slider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"ekit-wid-con\" >\n\t\t<div class=\"elementskit-advanced-slider\" data-widget_settings=\"{&quot;type&quot;:&quot;advanced-slider&quot;,&quot;id&quot;:&quot;ekit-advanced-slider8f92eaf&quot;,&quot;sliderOptions&quot;:{&quot;slidesPerViewItem&quot;:1,&quot;spaceBetweenGap&quot;:0,&quot;sliderGrapCursor&quot;:&quot;&quot;,&quot;sliderDirectionType&quot;:&quot;horizontal&quot;,&quot;sliderMouseScroll&quot;:&quot;&quot;,&quot;sliderAutoPlay&quot;:&quot;&quot;,&quot;pauseOnMouseEnter&quot;:null,&quot;sliderEffect&quot;:&quot;default&quot;,&quot;sliderThumbsShow&quot;:&quot;&quot;,&quot;sliderThumbsOffset&quot;:null,&quot;sliderTabItems&quot;:[{&quot;_id&quot;:&quot;cb2622b&quot;,&quot;ekit_slider_title&quot;:&quot;&quot;,&quot;ekit_slider_thumbs_image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/sunset.moonkeycode.com\\\/wp-content\\\/plugins\\\/elementor\\\/assets\\\/images\\\/placeholder.png&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;ekit_slider_tab_content&quot;:&quot;&quot;},{&quot;_id&quot;:&quot;d541433&quot;,&quot;ekit_slider_title&quot;:&quot;&quot;,&quot;ekit_slider_thumbs_image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/sunset.moonkeycode.com\\\/wp-content\\\/plugins\\\/elementor\\\/assets\\\/images\\\/placeholder.png&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;ekit_slider_tab_content&quot;:&quot;&quot;},{&quot;_id&quot;:&quot;e24bcbf&quot;,&quot;ekit_slider_tab_content&quot;:&quot;8f92eaf***1728599031606&quot;,&quot;ekit_slider_title&quot;:&quot;&quot;,&quot;ekit_slider_thumbs_image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/sunset.moonkeycode.com\\\/wp-content\\\/plugins\\\/elementor\\\/assets\\\/images\\\/placeholder.png&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;}}],&quot;progressBar&quot;:null,&quot;speedTime&quot;:600,&quot;loopEnable&quot;:&quot;yes&quot;,&quot;autoPlayDelay&quot;:null,&quot;breakpointsOption&quot;:{&quot;360&quot;:{&quot;slidesPerView&quot;:1,&quot;spaceBetween&quot;:0},&quot;767&quot;:{&quot;slidesPerView&quot;:1,&quot;spaceBetween&quot;:0},&quot;1024&quot;:{&quot;slidesPerView&quot;:1,&quot;spaceBetween&quot;:0}}}}\">\n\t\t\t<div class=\"ekit-main-swiper swiper ekit-slider-wrapper\">\n\t\t\t\t<div class=\"swiper-wrapper ekit-swiper-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide ekit-swiper-slide elementor-repeater-item-cb2622b\">\n\t\t\t\t\t\t\t\n\t\t<div class=\"widgetarea_warper widgetarea_warper_editable\" data-elementskit-widgetarea-key=\"8f92eaf\"  data-elementskit-widgetarea-index=\"cb2622b\">\n\t\t\t<div class=\"widgetarea_warper_edit\" data-elementskit-widgetarea-key=\"8f92eaf\" data-elementskit-widgetarea-index=\"cb2622b\">\n\t\t\t\t<i class=\"eicon-edit\" aria-hidden=\"true\"><\/i>\n\t\t\t\t<span>Edit Content<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"323423\" class=\"elementor elementor-323423\" data-elementor-post-type=\"elementskit_content\">\n\t\t\t\t<div class=\"elementor-element elementor-element-42925792 e-con-full e-flex e-con e-parent\" data-id=\"42925792\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-74d7683 elementor-widget elementor-widget-image\" data-id=\"74d7683\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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=\"1100\" height=\"700\" src=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_studio1.webp\" class=\"attachment-full size-full wp-image-323458\" alt=\"\" srcset=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_studio1.webp 1100w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_studio1-300x191.webp 300w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_studio1-1024x652.webp 1024w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_studio1-768x489.webp 768w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_studio1-18x12.webp 18w\" sizes=\"(max-width: 1100px) 100vw, 1100px\" \/>\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<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t    \n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide ekit-swiper-slide elementor-repeater-item-d541433\">\n\t\t\t\t\t\t\t\n\t\t<div class=\"widgetarea_warper widgetarea_warper_editable\" data-elementskit-widgetarea-key=\"8f92eaf\"  data-elementskit-widgetarea-index=\"d541433\">\n\t\t\t<div class=\"widgetarea_warper_edit\" data-elementskit-widgetarea-key=\"8f92eaf\" data-elementskit-widgetarea-index=\"d541433\">\n\t\t\t\t<i class=\"eicon-edit\" aria-hidden=\"true\"><\/i>\n\t\t\t\t<span>Edit Content<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"323433\" class=\"elementor elementor-323433\" data-elementor-post-type=\"elementskit_content\">\n\t\t\t\t<div class=\"elementor-element elementor-element-58155ad1 e-con-full e-flex e-con e-parent\" data-id=\"58155ad1\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-38e04c88 elementor-widget elementor-widget-image\" data-id=\"38e04c88\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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 loading=\"lazy\" decoding=\"async\" width=\"1100\" height=\"700\" src=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_studio2.webp\" class=\"attachment-full size-full wp-image-323465\" alt=\"\" srcset=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_studio2.webp 1100w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_studio2-300x191.webp 300w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_studio2-1024x652.webp 1024w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_studio2-768x489.webp 768w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_studio2-18x12.webp 18w\" sizes=\"(max-width: 1100px) 100vw, 1100px\" \/>\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<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t    \n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide ekit-swiper-slide elementor-repeater-item-e24bcbf\">\n\t\t\t\t\t\t\t\n\t\t<div class=\"widgetarea_warper widgetarea_warper_editable\" data-elementskit-widgetarea-key=\"8f92eaf\"  data-elementskit-widgetarea-index=\"e24bcbf\">\n\t\t\t<div class=\"widgetarea_warper_edit\" data-elementskit-widgetarea-key=\"8f92eaf\" data-elementskit-widgetarea-index=\"e24bcbf\">\n\t\t\t\t<i class=\"eicon-edit\" aria-hidden=\"true\"><\/i>\n\t\t\t\t<span>Edit Content<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"323472\" class=\"elementor elementor-323472\" data-elementor-post-type=\"elementskit_content\">\n\t\t\t\t<div class=\"elementor-element elementor-element-17e2dcc3 e-con-full e-flex e-con e-parent\" data-id=\"17e2dcc3\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-29ec9479 elementor-widget elementor-widget-image\" data-id=\"29ec9479\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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 loading=\"lazy\" decoding=\"async\" width=\"1100\" height=\"700\" src=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_studio3.webp\" class=\"attachment-full size-full wp-image-323473\" alt=\"\" srcset=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_studio3.webp 1100w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_studio3-300x191.webp 300w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_studio3-1024x652.webp 1024w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_studio3-768x489.webp 768w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_studio3-18x12.webp 18w\" sizes=\"(max-width: 1100px) 100vw, 1100px\" \/>\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<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t    \n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t<!-- next \/ prev arrows -->\n\t\t\t\t<div class=\"ekit-swiper-arrow-button\">\n                    <div class=\"swiper-nav-button swiper-button-next\"> \n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-chevron-right\"><\/i>\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"swiper-nav-button swiper-button-prev\">\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-chevron-left\"><\/i>\t\t\t\t    <\/div>\n                <\/div>\n\t\t\t\t\t<!-- !next \/ prev arrows -->\n\t\t\t\t\n\t\t\t\t\n                \t\t\t<\/div>\n\n\t\t<\/div>\n\n\t\t<\/div>\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-332f0b1 e-con-full e-flex e-con e-parent\" data-id=\"332f0b1\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-e4bacbd e-con-full e-flex e-con e-child\" data-id=\"e4bacbd\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2d71c2b rs-galery-izquierda-5 elementor-widget elementor-widget-elementskit-advanced-slider\" data-id=\"2d71c2b\" data-element_type=\"widget\" id=\"slider-culynary-rs-5\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"elementskit-advanced-slider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"ekit-wid-con\" >\n\t\t<div class=\"elementskit-advanced-slider\" data-widget_settings=\"{&quot;type&quot;:&quot;advanced-slider&quot;,&quot;id&quot;:&quot;ekit-advanced-slider2d71c2b&quot;,&quot;sliderOptions&quot;:{&quot;slidesPerViewItem&quot;:1,&quot;spaceBetweenGap&quot;:0,&quot;sliderGrapCursor&quot;:&quot;&quot;,&quot;sliderDirectionType&quot;:&quot;horizontal&quot;,&quot;sliderMouseScroll&quot;:&quot;&quot;,&quot;sliderAutoPlay&quot;:&quot;&quot;,&quot;pauseOnMouseEnter&quot;:null,&quot;sliderEffect&quot;:&quot;default&quot;,&quot;sliderThumbsShow&quot;:&quot;&quot;,&quot;sliderThumbsOffset&quot;:null,&quot;sliderTabItems&quot;:[{&quot;_id&quot;:&quot;a9b8896&quot;,&quot;ekit_slider_title&quot;:&quot;&quot;,&quot;ekit_slider_thumbs_image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/sunset.moonkeycode.com\\\/wp-content\\\/plugins\\\/elementor\\\/assets\\\/images\\\/placeholder.png&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;ekit_slider_tab_content&quot;:&quot;&quot;},{&quot;_id&quot;:&quot;077b719&quot;,&quot;ekit_slider_title&quot;:&quot;&quot;,&quot;ekit_slider_thumbs_image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/sunset.moonkeycode.com\\\/wp-content\\\/plugins\\\/elementor\\\/assets\\\/images\\\/placeholder.png&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;ekit_slider_tab_content&quot;:&quot;&quot;},{&quot;_id&quot;:&quot;b90a422&quot;,&quot;ekit_slider_tab_content&quot;:&quot;2d71c2b***1728598606555&quot;,&quot;ekit_slider_title&quot;:&quot;&quot;,&quot;ekit_slider_thumbs_image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/sunset.moonkeycode.com\\\/wp-content\\\/plugins\\\/elementor\\\/assets\\\/images\\\/placeholder.png&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;}}],&quot;progressBar&quot;:null,&quot;speedTime&quot;:600,&quot;loopEnable&quot;:&quot;yes&quot;,&quot;autoPlayDelay&quot;:null,&quot;breakpointsOption&quot;:{&quot;360&quot;:{&quot;slidesPerView&quot;:1,&quot;spaceBetween&quot;:0},&quot;767&quot;:{&quot;slidesPerView&quot;:1,&quot;spaceBetween&quot;:0},&quot;1024&quot;:{&quot;slidesPerView&quot;:1,&quot;spaceBetween&quot;:0}}}}\">\n\t\t\t<div class=\"ekit-main-swiper swiper ekit-slider-wrapper\">\n\t\t\t\t<div class=\"swiper-wrapper ekit-swiper-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide ekit-swiper-slide elementor-repeater-item-a9b8896\">\n\t\t\t\t\t\t\t\n\t\t<div class=\"widgetarea_warper widgetarea_warper_editable\" data-elementskit-widgetarea-key=\"2d71c2b\"  data-elementskit-widgetarea-index=\"a9b8896\">\n\t\t\t<div class=\"widgetarea_warper_edit\" data-elementskit-widgetarea-key=\"2d71c2b\" data-elementskit-widgetarea-index=\"a9b8896\">\n\t\t\t\t<i class=\"eicon-edit\" aria-hidden=\"true\"><\/i>\n\t\t\t\t<span>Edit Content<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"323438\" class=\"elementor elementor-323438\" data-elementor-post-type=\"elementskit_content\">\n\t\t\t\t<div class=\"elementor-element elementor-element-59113b5a e-con-full e-flex e-con e-parent\" data-id=\"59113b5a\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-771f4b18 elementor-widget elementor-widget-image\" data-id=\"771f4b18\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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 loading=\"lazy\" decoding=\"async\" width=\"1100\" height=\"700\" src=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_one-bedroom1.webp\" class=\"attachment-full size-full wp-image-323424\" alt=\"\" srcset=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_one-bedroom1.webp 1100w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_one-bedroom1-300x191.webp 300w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_one-bedroom1-1024x652.webp 1024w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_one-bedroom1-768x489.webp 768w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_one-bedroom1-18x12.webp 18w\" sizes=\"(max-width: 1100px) 100vw, 1100px\" \/>\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<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t    \n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide ekit-swiper-slide elementor-repeater-item-077b719\">\n\t\t\t\t\t\t\t\n\t\t<div class=\"widgetarea_warper widgetarea_warper_editable\" data-elementskit-widgetarea-key=\"2d71c2b\"  data-elementskit-widgetarea-index=\"077b719\">\n\t\t\t<div class=\"widgetarea_warper_edit\" data-elementskit-widgetarea-key=\"2d71c2b\" data-elementskit-widgetarea-index=\"077b719\">\n\t\t\t\t<i class=\"eicon-edit\" aria-hidden=\"true\"><\/i>\n\t\t\t\t<span>Edit Content<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"323446\" class=\"elementor elementor-323446\" data-elementor-post-type=\"elementskit_content\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2454e90e e-con-full e-flex e-con e-parent\" data-id=\"2454e90e\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7c43b87b elementor-widget elementor-widget-image\" data-id=\"7c43b87b\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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 loading=\"lazy\" decoding=\"async\" width=\"1100\" height=\"700\" src=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_one-bedroom2.webp\" class=\"attachment-full size-full wp-image-323434\" alt=\"\" srcset=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_one-bedroom2.webp 1100w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_one-bedroom2-300x191.webp 300w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_one-bedroom2-1024x652.webp 1024w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_one-bedroom2-768x489.webp 768w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_one-bedroom2-18x12.webp 18w\" sizes=\"(max-width: 1100px) 100vw, 1100px\" \/>\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<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t    \n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide ekit-swiper-slide elementor-repeater-item-b90a422\">\n\t\t\t\t\t\t\t\n\t\t<div class=\"widgetarea_warper widgetarea_warper_editable\" data-elementskit-widgetarea-key=\"2d71c2b\"  data-elementskit-widgetarea-index=\"b90a422\">\n\t\t\t<div class=\"widgetarea_warper_edit\" data-elementskit-widgetarea-key=\"2d71c2b\" data-elementskit-widgetarea-index=\"b90a422\">\n\t\t\t\t<i class=\"eicon-edit\" aria-hidden=\"true\"><\/i>\n\t\t\t\t<span>Edit Content<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"323453\" class=\"elementor elementor-323453\" data-elementor-post-type=\"elementskit_content\">\n\t\t\t\t<div class=\"elementor-element elementor-element-268f45b0 e-con-full e-flex e-con e-parent\" data-id=\"268f45b0\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7216d5af elementor-widget elementor-widget-image\" data-id=\"7216d5af\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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 loading=\"lazy\" decoding=\"async\" width=\"1100\" height=\"700\" src=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_one-bedroom3.webp\" class=\"attachment-full size-full wp-image-323454\" alt=\"\" srcset=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_one-bedroom3.webp 1100w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_one-bedroom3-300x191.webp 300w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_one-bedroom3-1024x652.webp 1024w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_one-bedroom3-768x489.webp 768w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_one-bedroom3-18x12.webp 18w\" sizes=\"(max-width: 1100px) 100vw, 1100px\" \/>\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<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t    \n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t<!-- next \/ prev arrows -->\n\t\t\t\t<div class=\"ekit-swiper-arrow-button\">\n                    <div class=\"swiper-nav-button swiper-button-next\"> \n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-chevron-right\"><\/i>\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"swiper-nav-button swiper-button-prev\">\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-chevron-left\"><\/i>\t\t\t\t    <\/div>\n                <\/div>\n\t\t\t\t\t<!-- !next \/ prev arrows -->\n\t\t\t\t\n\t\t\t\t\n                \t\t\t<\/div>\n\n\t\t<\/div>\n\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e3c5ec5 e-con-full e-flex e-con e-child\" data-id=\"e3c5ec5\" data-element_type=\"container\" id=\"negro2\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b04181e elementor-widget elementor-widget-image\" data-id=\"b04181e\" data-element_type=\"widget\" id=\"img-room-sr-1\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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 loading=\"lazy\" decoding=\"async\" width=\"729\" height=\"286\" src=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/01\/exclusibeformembers.png\" class=\"attachment-full size-full wp-image-311565\" alt=\"\" srcset=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/01\/exclusibeformembers.png 729w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/01\/exclusibeformembers-300x118.png 300w\" sizes=\"(max-width: 729px) 100vw, 729px\" \/>\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-d4c5660 divisor elementor-widget elementor-widget-heading\" data-id=\"d4c5660\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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\">Suite de una habitaci\u00f3n<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-632baaa elementor-widget elementor-widget-text-editor\" data-id=\"632baaa\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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>Capacidad m\u00e1xima: 6 personas\/Privacidad 4<br \/>Una cama king size<br \/>Un sof\u00e1 cama doble<br \/>Balc\u00f3n<\/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-695423b activo2 elementor-widget-tablet__width-initial elementor-widget elementor-widget-html\" data-id=\"695423b\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div id=\"negro2\" class=\"container-services-amenities-2\">\n  <button class=\"btn-services-amenities-2\" onclick=\"showHideInfo2()\"> Servicios e instalaciones<\/button>\n  \n  <div class=\"overlay-modal-information-2\" id=\"infoModal2\">\n<button id=\"close2\" onclick=\"showHideInfo2()\" style=\"position: relative; background: transparent; border: 1px solid white; border-radius: 50%; cursor: pointer; width: 50px; height: 50px; padding: 0;\">\n    <span style=\"position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-weight: 300; font-size: 32px; color: white; line-height: 1;\">\u00d7<\/span>\n<\/button>\n\n\n\n      <ul>\n          <li>Aire acondicionado<\/li>\n          <li>Caja fuerte<\/li>\n          <li>Pantalla plana con TV por cable<\/li>\n          <li>Secador de pelo<\/li>\n          <li>Vaporizador para ropa<\/li>\n          <li>Cafetera<\/li>\n          <li>Espejo de tocador<\/li>\n          <li>Art\u00edculos de aseo Sunset World<\/li>\n          <li>Mini bar<\/li>\n          <li>Servicio de limpieza diario<\/li>\n      <\/ul>\n  <\/div>\n<\/div>\n\n<script>\n   function showHideInfo2() {\n        var modal = document.getElementById(\"infoModal2\");\n        var negro2 = document.getElementById(\"negro2\");\n        var imageElement = document.getElementById(\"img-room-sr-1\"); \/\/ Selecciona la imagen por su ID\n\n        if (modal.classList.contains(\"active-modal-2\")) {\n            modal.classList.remove(\"active-modal-2\");\n            negro2.classList.remove(\"active-modal-2\");\n            imageElement.style.display = \"block\"; \/\/ Muestra la imagen cuando el modal est\u00e1 cerrado\n        } else {\n            modal.classList.add(\"active-modal-2\");\n            negro2.classList.add(\"active-modal-2\");\n            imageElement.style.display = \"none\"; \/\/ Oculta la imagen cuando el modal est\u00e1 activo\n        }\n    }\n<\/script>\n\n<style>\n  \/* Estilos base *\/\n  .active-modal-2 {\n      background: black !important;\n      color: white;\n  }\n\n  .active-modal-2 h2, .active-modal-2 div::after, .active-modal-2 div::before {\n      color: white !important;\n      display: none;\n      background: transparent !important;\n  }\n\n  .active-modal-2 p {\n      color: white !important;\n      display: none;\n  }\n\n  button.btn-services-amenities-2 {\n      color: #876530;\n      font-family: \"Raleway\", Sans-serif;\n      font-size: 12px;\n      font-weight: 500;\n      background: transparent;\n      text-transform: uppercase;\n      letter-spacing: 3px;\n      border-width: 0px 0px 1px 0px;\n      border-style: solid;\n      border-color: #ebebeb;\n      margin-bottom: 15px;\n      border-bottom: 2px solid #876530 !important;\n  }\n\n  .overlay-modal-information-2 {\n      display: none;\n      transition: opacity 0.3s ease-in-out;\n      opacity: 0;\n  }\n\n  .overlay-modal-information-2.active-modal-2 {\n      display: block;\n      opacity: 1;\n  }\n\n  \/* Bot\u00f3n de cierre (estilos base) *\/\n  #close2 {\n      background: transparent;\n      display: block !important;\n      fill: white !important;\n      color: white !important;\n      border: 1px solid white !important;\n      border-radius: 50%;\n      position: absolute !important;\n      cursor: pointer;\n      top: -20%;\n  }\n\n  \/* Ajustes para tablets (1024x768) *\/\n  @media only screen and (min-width: 768px) and (max-width: 1024px) {\n      .btn-services-amenities-2 {\n          font-size: 16px;\n          padding: 10px;\n      }\n\n      .overlay-modal-information-2 ul {\n          font-size: 10px;\n      }\n\n      .active-modal-2 {\n          max-width: 90%;\n  \n      }\n\n      #close2 {\ntop: -30%;\n      }\n  }\n\n  \/* Ajustes para pantallas peque\u00f1as *\/\n  @media only screen and (max-width: 768px) {\n      #close2 {\n          margin-top: 10px;\n      }\n\n      .btn-services-amenities-2 {\n          font-size: 14px;\n          padding: 8px;\n      }\n\n      .active-modal-2 {\n          max-width: 80%;\n      }\n\n      ul {\n          font-size: 12px;\n      }\n  }\n\n  \/* Ajustes para m\u00f3viles *\/\n  @media only screen and (max-width: 480px) {\n      #close2 {\n          margin-left: -50px;\n          top: -20%;\n          font-size: 16px;\n      }\n\n      .btn-services-amenities-2 {\n          font-size: 12px;\n          padding: 6px;\n      }\n\n      .active-modal-2 {\n          max-width: 100%;\n          padding-bottom: 10px;\n      }\n\n      ul {\n          font-size: 10px;\n      }\n  }\n<\/style>\n\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/5.15.3\/css\/all.min.css\" \/>\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-173e265 e-con-full e-flex e-con e-parent\" data-id=\"173e265\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-5eecd26 e-con-full e-flex e-con e-child\" data-id=\"5eecd26\" data-element_type=\"container\" id=\"negro3\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3825685 elementor-widget elementor-widget-image\" data-id=\"3825685\" data-element_type=\"widget\" id=\"img-room-sr-3\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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 loading=\"lazy\" decoding=\"async\" width=\"729\" height=\"286\" src=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/01\/exclusibeformembers.png\" class=\"attachment-full size-full wp-image-311565\" alt=\"\" srcset=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/01\/exclusibeformembers.png 729w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/01\/exclusibeformembers-300x118.png 300w\" sizes=\"(max-width: 729px) 100vw, 729px\" \/>\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-db89cf2 divisor elementor-widget elementor-widget-heading\" data-id=\"db89cf2\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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\">Suite de dos habitaciones<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6ce933d elementor-widget elementor-widget-text-editor\" data-id=\"6ce933d\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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>Capacidad m\u00e1xima: 8 personas\/Privacidad 6<br \/>Una cama King-size<br \/>Una cama doble<br \/>Un sof\u00e1 cama doble<br \/>Dos ba\u00f1os<br \/>Balc\u00f3n<\/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-42aae5e activo elementor-widget-tablet__width-initial elementor-widget elementor-widget-html\" data-id=\"42aae5e\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div id=\"negro3\" class=\"container-services-amenities-3\">\n    <button class=\"btn-services-amenities-3\" onclick=\"showHideInfo3()\">Servicios e instalaciones<\/button>\n    \n    <div class=\"overlay-modal-information-3\" id=\"infoModal3\">\n<button id=\"close3\" onclick=\"showHideInfo3()\" style=\"position: relative; background: transparent; border: 1px solid white; border-radius: 50%; cursor: pointer; width: 50px; height: 50px; padding: 0;\">\n    <span style=\"position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-weight: 300; font-size: 32px; color: white; line-height: 1;\">\u00d7<\/span>\n<\/button>\n\n\n\n\n\n        <ul>\n            <li>Aire acondicionado<\/li>\n            <li>Caja fuerte<\/li>\n            <li>Pantalla plana con TV por cable<\/li>\n            <li>Secador de pelo<\/li>\n            <li>Vaporizador para ropa<\/li>\n            <li>Cafetera<\/li>\n            <li>Espejo de tocador<\/li>\n            <li>Art\u00edculos de aseo Sunset World<\/li>\n            <li>Mini bar<\/li>\n            <li>Servicio de limpieza diario<\/li>\n        <\/ul>\n    <\/div>\n  <\/div>\n  \n  \n  \n  <script>\n     function showHideInfo3() {\n          var modal = document.getElementById(\"infoModal3\");\n          var negro3 = document.getElementById(\"negro3\");\n          var imageElement = document.getElementById(\"img-room-sr-3\"); \/\/ Selecciona la imagen por su ID\n\n  \n          if (modal.classList.contains(\"active-modal-3\")) {\n              modal.classList.remove(\"active-modal-3\");\n              negro3.classList.remove(\"active-modal-3\");\n              imageElement.style.display = \"block\"; \/\/ Muestra la imagen cuando el modal est\u00e1 cerrado\n\n          } else {\n              modal.classList.add(\"active-modal-3\");\n              negro3.classList.add(\"active-modal-3\");\n              imageElement.style.display = \"none\"; \/\/ Oculta la imagen cuando el modal est\u00e1 activo\n\n          }\n      }\n  <\/script>\n  \n  <style>\n    \/* Estilos base *\/\n    .active-modal-3 {\n        background: black !important;\n        color: white;\n    }\n  \n    .active-modal-3 h2, .active-modal-3 div::after, .active-modal-3 div::before {\n        color: white !important;\n        display: none;\n        background: transparent !important;\n    }\n  \n    .active-modal-3 p {\n        color: white !important;\n        display: none;\n    }\n  \n    button.btn-services-amenities-3 {\n        color: #876530;\n        font-family: \"Raleway\", Sans-serif;\n        font-size: 12px;\n        font-weight: 500;\n        background: transparent;\n        text-transform: uppercase;\n        letter-spacing: 3px;\n        border-width: 0px 0px 1px 0px;\n        border-style: solid;\n        border-color: #ebebeb;\n        margin-bottom: 15px;\n        border-bottom: 2px solid #876530 !important;\n    }\n  \n    .overlay-modal-information-3 {\n        display: none;\n        transition: opacity 0.3s ease-in-out;\n        opacity: 0;\n    }\n  \n    .overlay-modal-information-3.active-modal-3 {\n        display: block;\n        opacity: 1;\n    }\n  \n    \/* Bot\u00f3n de cierre (estilos base) *\/\n#close3 {\n    background: transparent;\n    color: white !important;\n    border: 1px solid white !important;\n    border-radius: 50%;\n    position: absolute !important;\n    cursor: pointer;\n    top: -20%;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    padding: 0;\n}\n\n\n\n    \/* Ajustes para pantallas tablet (1024x768) *\/\n    @media only screen and (min-width: 768px) and (max-width: 1024px) {\n      .btn-services-amenities-3 {\n            font-size: 16px;\n            padding: 10px;\n        }\n  \n        .overlay-modal-information-3 {\n            font-size: 10px;\n        }\n  \n        .active-modal-3 {\n            max-width: 100%;\n        }\n  \n        #close3{\n  top: -30%;\n        }\n    }\n    \/* Ajustes para tablets *\/\n    @media only screen and (max-width: 768px) {\n        #close3 {\n            margin-top: 10px;\n        }\n  \n        .btn-services-amenities-3 {\n            font-size: 14px;\n            padding: 8px;\n        }\n  \n        .active-modal-3 {\n            max-width: 100%;\n        }\n  \n        ul {\n            font-size: 12px;\n        }\n    }\n  \n    \/* Ajustes para m\u00f3viles *\/\n    @media only screen and (max-width: 480px) {\n        #close3 {\n            margin-left: -50px;\n            top: -20%;\n            font-size: 16px;\n        }\n  \n        .btn-services-amenities-3 {\n            font-size: 12px;\n            padding: 6px;\n        }\n  \n        .active-modal-3 {\n            max-width: 100%;\n            padding-bottom: 10px;\n        }\n  \n        ul {\n            font-size: 10px;\n        }\n    }\n  <\/style>\n  \n  <!-- Carga de Font Awesome para el \u00edcono de cierre -->\n  <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/5.15.3\/css\/all.min.css\" \/>\n  \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9ebf316 e-con-full e-flex e-con e-child\" data-id=\"9ebf316\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0f98723 rs-galery-derecha-4 elementor-widget elementor-widget-elementskit-advanced-slider\" data-id=\"0f98723\" data-element_type=\"widget\" id=\"slider-culynary-rs-4\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"elementskit-advanced-slider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"ekit-wid-con\" >\n\t\t<div class=\"elementskit-advanced-slider\" data-widget_settings=\"{&quot;type&quot;:&quot;advanced-slider&quot;,&quot;id&quot;:&quot;ekit-advanced-slider0f98723&quot;,&quot;sliderOptions&quot;:{&quot;slidesPerViewItem&quot;:1,&quot;spaceBetweenGap&quot;:0,&quot;sliderGrapCursor&quot;:&quot;&quot;,&quot;sliderDirectionType&quot;:&quot;horizontal&quot;,&quot;sliderMouseScroll&quot;:&quot;&quot;,&quot;sliderAutoPlay&quot;:&quot;&quot;,&quot;pauseOnMouseEnter&quot;:null,&quot;sliderEffect&quot;:&quot;default&quot;,&quot;sliderThumbsShow&quot;:&quot;&quot;,&quot;sliderThumbsOffset&quot;:null,&quot;sliderTabItems&quot;:[{&quot;_id&quot;:&quot;e3cc381&quot;,&quot;ekit_slider_title&quot;:&quot;&quot;,&quot;ekit_slider_thumbs_image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/sunset.moonkeycode.com\\\/wp-content\\\/plugins\\\/elementor\\\/assets\\\/images\\\/placeholder.png&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;ekit_slider_tab_content&quot;:&quot;&quot;},{&quot;_id&quot;:&quot;3685da2&quot;,&quot;ekit_slider_title&quot;:&quot;&quot;,&quot;ekit_slider_thumbs_image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/sunset.moonkeycode.com\\\/wp-content\\\/plugins\\\/elementor\\\/assets\\\/images\\\/placeholder.png&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;ekit_slider_tab_content&quot;:&quot;&quot;},{&quot;_id&quot;:&quot;bbff60d&quot;,&quot;ekit_slider_tab_content&quot;:&quot;0f98723***1728599964179&quot;,&quot;ekit_slider_title&quot;:&quot;&quot;,&quot;ekit_slider_thumbs_image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/sunset.moonkeycode.com\\\/wp-content\\\/plugins\\\/elementor\\\/assets\\\/images\\\/placeholder.png&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;}}],&quot;progressBar&quot;:null,&quot;speedTime&quot;:600,&quot;loopEnable&quot;:&quot;yes&quot;,&quot;autoPlayDelay&quot;:null,&quot;breakpointsOption&quot;:{&quot;360&quot;:{&quot;slidesPerView&quot;:1,&quot;spaceBetween&quot;:0},&quot;767&quot;:{&quot;slidesPerView&quot;:1,&quot;spaceBetween&quot;:0},&quot;1024&quot;:{&quot;slidesPerView&quot;:1,&quot;spaceBetween&quot;:0}}}}\">\n\t\t\t<div class=\"ekit-main-swiper swiper ekit-slider-wrapper\">\n\t\t\t\t<div class=\"swiper-wrapper ekit-swiper-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide ekit-swiper-slide elementor-repeater-item-e3cc381\">\n\t\t\t\t\t\t\t\n\t\t<div class=\"widgetarea_warper widgetarea_warper_editable\" data-elementskit-widgetarea-key=\"0f98723\"  data-elementskit-widgetarea-index=\"e3cc381\">\n\t\t\t<div class=\"widgetarea_warper_edit\" data-elementskit-widgetarea-key=\"0f98723\" data-elementskit-widgetarea-index=\"e3cc381\">\n\t\t\t\t<i class=\"eicon-edit\" aria-hidden=\"true\"><\/i>\n\t\t\t\t<span>Edit Content<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"323477\" class=\"elementor elementor-323477\" data-elementor-post-type=\"elementskit_content\">\n\t\t\t\t<div class=\"elementor-element elementor-element-59979e9b e-con-full e-flex e-con e-parent\" data-id=\"59979e9b\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2b2aacec elementor-widget elementor-widget-image\" data-id=\"2b2aacec\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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 loading=\"lazy\" decoding=\"async\" width=\"1100\" height=\"700\" src=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_two-bedroom1.webp\" class=\"attachment-full size-full wp-image-323479\" alt=\"\" srcset=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_two-bedroom1.webp 1100w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_two-bedroom1-300x191.webp 300w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_two-bedroom1-1024x652.webp 1024w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_two-bedroom1-768x489.webp 768w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_two-bedroom1-18x12.webp 18w\" sizes=\"(max-width: 1100px) 100vw, 1100px\" \/>\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<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t    \n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide ekit-swiper-slide elementor-repeater-item-3685da2\">\n\t\t\t\t\t\t\t\n\t\t<div class=\"widgetarea_warper widgetarea_warper_editable\" data-elementskit-widgetarea-key=\"0f98723\"  data-elementskit-widgetarea-index=\"3685da2\">\n\t\t\t<div class=\"widgetarea_warper_edit\" data-elementskit-widgetarea-key=\"0f98723\" data-elementskit-widgetarea-index=\"3685da2\">\n\t\t\t\t<i class=\"eicon-edit\" aria-hidden=\"true\"><\/i>\n\t\t\t\t<span>Edit Content<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"323486\" class=\"elementor elementor-323486\" data-elementor-post-type=\"elementskit_content\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6c18cbc3 e-con-full e-flex e-con e-parent\" data-id=\"6c18cbc3\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6b2d569d elementor-widget elementor-widget-image\" data-id=\"6b2d569d\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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 loading=\"lazy\" decoding=\"async\" width=\"1100\" height=\"700\" src=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_two-bedroom2.webp\" class=\"attachment-full size-full wp-image-323487\" alt=\"\" srcset=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_two-bedroom2.webp 1100w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_two-bedroom2-300x191.webp 300w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_two-bedroom2-1024x652.webp 1024w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_two-bedroom2-768x489.webp 768w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_two-bedroom2-18x12.webp 18w\" sizes=\"(max-width: 1100px) 100vw, 1100px\" \/>\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<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t    \n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide ekit-swiper-slide elementor-repeater-item-bbff60d\">\n\t\t\t\t\t\t\t\n\t\t<div class=\"widgetarea_warper widgetarea_warper_editable\" data-elementskit-widgetarea-key=\"0f98723\"  data-elementskit-widgetarea-index=\"bbff60d\">\n\t\t\t<div class=\"widgetarea_warper_edit\" data-elementskit-widgetarea-key=\"0f98723\" data-elementskit-widgetarea-index=\"bbff60d\">\n\t\t\t\t<i class=\"eicon-edit\" aria-hidden=\"true\"><\/i>\n\t\t\t\t<span>Edit Content<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"323495\" class=\"elementor elementor-323495\" data-elementor-post-type=\"elementskit_content\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2b933f73 e-con-full e-flex e-con e-parent\" data-id=\"2b933f73\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-13465b2a elementor-widget elementor-widget-image\" data-id=\"13465b2a\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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 loading=\"lazy\" decoding=\"async\" width=\"1100\" height=\"700\" src=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_two-bedroom3.webp\" class=\"attachment-full size-full wp-image-323496\" alt=\"\" srcset=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_two-bedroom3.webp 1100w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_two-bedroom3-300x191.webp 300w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_two-bedroom3-1024x652.webp 1024w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_two-bedroom3-768x489.webp 768w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_two-bedroom3-18x12.webp 18w\" sizes=\"(max-width: 1100px) 100vw, 1100px\" \/>\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<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t    \n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t<!-- next \/ prev arrows -->\n\t\t\t\t<div class=\"ekit-swiper-arrow-button\">\n                    <div class=\"swiper-nav-button swiper-button-next\"> \n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-chevron-right\"><\/i>\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"swiper-nav-button swiper-button-prev\">\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-chevron-left\"><\/i>\t\t\t\t    <\/div>\n                <\/div>\n\t\t\t\t\t<!-- !next \/ prev arrows -->\n\t\t\t\t\n\t\t\t\t\n                \t\t\t<\/div>\n\n\t\t<\/div>\n\n\t\t<\/div>\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-6f258cf e-con-full e-flex e-con e-parent\" data-id=\"6f258cf\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-811e236 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"811e236\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\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-f2275cd e-con-full e-flex e-con e-parent\" data-id=\"f2275cd\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-d3709a8 e-con-full e-flex e-con e-child\" data-id=\"d3709a8\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8f3fcf5 elementor-widget elementor-widget-heading\" data-id=\"8f3fcf5\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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\">Experiencia culinaria\n<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4208e83 elementor-widget__width-initial divisor elementor-widget elementor-widget-heading\" data-id=\"4208e83\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Por favor,  <br> Complazca a su paladar<\/span>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ee70ec4 elementor-widget elementor-widget-text-editor\" data-id=\"ee70ec4\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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><span style=\"font-weight: 400;\">Una experiencia vacacional est\u00e1 completa cuando se disfruta de una gastronom\u00eda exquisita, por\neso le ofrecemos una experiencia culinaria variada utilizando los mejores ingredientes con los\nm\u00e1s estrictos est\u00e1ndares de calidad.<\/span><\/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-e58e688 e-con-full e-flex e-con e-child\" data-id=\"e58e688\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-891bd3a rs-galery-derecha elementor-widget elementor-widget-elementskit-advanced-slider\" data-id=\"891bd3a\" data-element_type=\"widget\" id=\"slider-culynary-rs\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"elementskit-advanced-slider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"ekit-wid-con\" >\n\t\t<div class=\"elementskit-advanced-slider\" data-widget_settings=\"{&quot;type&quot;:&quot;advanced-slider&quot;,&quot;id&quot;:&quot;ekit-advanced-slider891bd3a&quot;,&quot;sliderOptions&quot;:{&quot;slidesPerViewItem&quot;:1,&quot;spaceBetweenGap&quot;:0,&quot;sliderGrapCursor&quot;:&quot;&quot;,&quot;sliderDirectionType&quot;:&quot;horizontal&quot;,&quot;sliderMouseScroll&quot;:&quot;&quot;,&quot;sliderAutoPlay&quot;:&quot;&quot;,&quot;pauseOnMouseEnter&quot;:null,&quot;sliderEffect&quot;:&quot;default&quot;,&quot;sliderThumbsShow&quot;:&quot;&quot;,&quot;sliderThumbsOffset&quot;:null,&quot;sliderTabItems&quot;:[{&quot;_id&quot;:&quot;9d02933&quot;,&quot;ekit_slider_title&quot;:&quot;&quot;,&quot;ekit_slider_thumbs_image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/sunset.moonkeycode.com\\\/wp-content\\\/plugins\\\/elementor\\\/assets\\\/images\\\/placeholder.png&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;ekit_slider_tab_content&quot;:&quot;&quot;},{&quot;_id&quot;:&quot;7547a27&quot;,&quot;ekit_slider_title&quot;:&quot;&quot;,&quot;ekit_slider_thumbs_image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/sunset.moonkeycode.com\\\/wp-content\\\/plugins\\\/elementor\\\/assets\\\/images\\\/placeholder.png&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;ekit_slider_tab_content&quot;:&quot;&quot;},{&quot;_id&quot;:&quot;9b9f664&quot;,&quot;ekit_slider_title&quot;:&quot;&quot;,&quot;ekit_slider_thumbs_image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/sunset.moonkeycode.com\\\/wp-content\\\/plugins\\\/elementor\\\/assets\\\/images\\\/placeholder.png&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;ekit_slider_tab_content&quot;:&quot;&quot;},{&quot;_id&quot;:&quot;61ce451&quot;,&quot;ekit_slider_title&quot;:&quot;&quot;,&quot;ekit_slider_thumbs_image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/sunset.moonkeycode.com\\\/wp-content\\\/plugins\\\/elementor\\\/assets\\\/images\\\/placeholder.png&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;ekit_slider_tab_content&quot;:&quot;&quot;},{&quot;_id&quot;:&quot;d07fde5&quot;,&quot;ekit_slider_title&quot;:&quot;&quot;,&quot;ekit_slider_thumbs_image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/sunset.moonkeycode.com\\\/wp-content\\\/plugins\\\/elementor\\\/assets\\\/images\\\/placeholder.png&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;ekit_slider_tab_content&quot;:&quot;&quot;},{&quot;_id&quot;:&quot;7e72a79&quot;,&quot;ekit_slider_title&quot;:&quot;&quot;,&quot;ekit_slider_thumbs_image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/sunset.moonkeycode.com\\\/wp-content\\\/plugins\\\/elementor\\\/assets\\\/images\\\/placeholder.png&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;ekit_slider_tab_content&quot;:&quot;&quot;},{&quot;_id&quot;:&quot;e4276a9&quot;,&quot;ekit_slider_title&quot;:&quot;&quot;,&quot;ekit_slider_thumbs_image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/sunset.moonkeycode.com\\\/wp-content\\\/plugins\\\/elementor\\\/assets\\\/images\\\/placeholder.png&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;ekit_slider_tab_content&quot;:&quot;&quot;},{&quot;_id&quot;:&quot;12d5f71&quot;,&quot;ekit_slider_tab_content&quot;:&quot;891bd3a***1729178140704&quot;,&quot;ekit_slider_title&quot;:&quot;&quot;,&quot;ekit_slider_thumbs_image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/sunset.moonkeycode.com\\\/wp-content\\\/plugins\\\/elementor\\\/assets\\\/images\\\/placeholder.png&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;}}],&quot;progressBar&quot;:null,&quot;speedTime&quot;:600,&quot;loopEnable&quot;:&quot;yes&quot;,&quot;autoPlayDelay&quot;:null,&quot;breakpointsOption&quot;:{&quot;360&quot;:{&quot;slidesPerView&quot;:1,&quot;spaceBetween&quot;:0},&quot;767&quot;:{&quot;slidesPerView&quot;:1,&quot;spaceBetween&quot;:0},&quot;1024&quot;:{&quot;slidesPerView&quot;:1,&quot;spaceBetween&quot;:0}}}}\">\n\t\t\t<div class=\"ekit-main-swiper swiper ekit-slider-wrapper\">\n\t\t\t\t<div class=\"swiper-wrapper ekit-swiper-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide ekit-swiper-slide elementor-repeater-item-9d02933\">\n\t\t\t\t\t\t\t\n\t\t<div class=\"widgetarea_warper widgetarea_warper_editable\" data-elementskit-widgetarea-key=\"891bd3a\"  data-elementskit-widgetarea-index=\"9d02933\">\n\t\t\t<div class=\"widgetarea_warper_edit\" data-elementskit-widgetarea-key=\"891bd3a\" data-elementskit-widgetarea-index=\"9d02933\">\n\t\t\t\t<i class=\"eicon-edit\" aria-hidden=\"true\"><\/i>\n\t\t\t\t<span>Edit Content<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"323504\" class=\"elementor elementor-323504\" data-elementor-post-type=\"elementskit_content\">\n\t\t\t\t<div class=\"elementor-element elementor-element-29622aff e-con-full e-flex e-con e-parent\" data-id=\"29622aff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-4f808534 mostrar e-con-full e-flex e-con e-child\" data-id=\"4f808534\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1e023997 elementor-widget elementor-widget-image\" data-id=\"1e023997\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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 loading=\"lazy\" decoding=\"async\" width=\"983\" height=\"281\" src=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/cilantro-SM.svg\" class=\"attachment-full size-full wp-image-323506\" alt=\"\" \/>\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-11ea7a3f contenido elementor-widget-tablet__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"11ea7a3f\" data-element_type=\"widget\" id=\"contenido\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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>Cocina mexicana<\/p><p>Cena a la carta<\/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-eabf5a3 elementor-hidden-mobile e-con-full e-flex e-con e-child\" data-id=\"eabf5a3\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7c66fcc2 e-flex e-con-boxed e-con e-parent\" data-id=\"7c66fcc2\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-710a94b7 elementor-widget__width-initial divisor elementor-widget elementor-widget-heading\" data-id=\"710a94b7\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Cilantro<\/span>\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\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t    \n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide ekit-swiper-slide elementor-repeater-item-7547a27\">\n\t\t\t\t\t\t\t\n\t\t<div class=\"widgetarea_warper widgetarea_warper_editable\" data-elementskit-widgetarea-key=\"891bd3a\"  data-elementskit-widgetarea-index=\"7547a27\">\n\t\t\t<div class=\"widgetarea_warper_edit\" data-elementskit-widgetarea-key=\"891bd3a\" data-elementskit-widgetarea-index=\"7547a27\">\n\t\t\t\t<i class=\"eicon-edit\" aria-hidden=\"true\"><\/i>\n\t\t\t\t<span>Edit Content<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"323559\" class=\"elementor elementor-323559\" data-elementor-post-type=\"elementskit_content\">\n\t\t\t\t<div class=\"elementor-element elementor-element-14fa140d e-con-full e-flex e-con e-parent\" data-id=\"14fa140d\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-49c8bb4a mostrar e-con-full e-flex e-con e-child\" data-id=\"49c8bb4a\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66fc6da4 elementor-widget elementor-widget-image\" data-id=\"66fc6da4\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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 loading=\"lazy\" decoding=\"async\" width=\"197\" height=\"134\" src=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/il-forno.svg\" class=\"attachment-full size-full wp-image-323560\" alt=\"\" \/>\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-5be3cb63 contenido elementor-widget-tablet__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"5be3cb63\" data-element_type=\"widget\" id=\"contenido\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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>Pizza, calzoni y snacks<\/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-f8555b6 elementor-hidden-mobile e-con-full e-flex e-con e-child\" data-id=\"f8555b6\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4adc5d86 e-flex e-con-boxed e-con e-parent\" data-id=\"4adc5d86\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9f5827d elementor-widget__width-initial divisor elementor-widget elementor-widget-heading\" data-id=\"9f5827d\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-default\">IL FORNO<\/span>\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\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t    \n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide ekit-swiper-slide elementor-repeater-item-9b9f664\">\n\t\t\t\t\t\t\t\n\t\t<div class=\"widgetarea_warper widgetarea_warper_editable\" data-elementskit-widgetarea-key=\"891bd3a\"  data-elementskit-widgetarea-index=\"9b9f664\">\n\t\t\t<div class=\"widgetarea_warper_edit\" data-elementskit-widgetarea-key=\"891bd3a\" data-elementskit-widgetarea-index=\"9b9f664\">\n\t\t\t\t<i class=\"eicon-edit\" aria-hidden=\"true\"><\/i>\n\t\t\t\t<span>Edit Content<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"323565\" class=\"elementor elementor-323565\" data-elementor-post-type=\"elementskit_content\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2780f257 e-con-full e-flex e-con e-parent\" data-id=\"2780f257\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-49a0108f mostrar e-con-full e-flex e-con e-child\" data-id=\"49a0108f\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-68c25865 elementor-widget elementor-widget-image\" data-id=\"68c25865\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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 loading=\"lazy\" decoding=\"async\" width=\"199\" height=\"103\" src=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/la-pergola-SM.svg\" class=\"attachment-full size-full wp-image-323566\" alt=\"\" \/>\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-76a63e84 contenido elementor-widget-tablet__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"76a63e84\" data-element_type=\"widget\" id=\"contenido\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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>Cocina internacional<\/p><p>Desayuno, almuerzo buffet<\/p><p>Cena buffet y a la carta<\/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-409f1747 elementor-hidden-mobile e-con-full e-flex e-con e-child\" data-id=\"409f1747\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-57a21f9 e-flex e-con-boxed e-con e-parent\" data-id=\"57a21f9\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2cc02a35 elementor-widget__width-initial divisor elementor-widget elementor-widget-heading\" data-id=\"2cc02a35\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-default\">LA P\u00c9RGOLA<\/span>\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\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t    \n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide ekit-swiper-slide elementor-repeater-item-61ce451\">\n\t\t\t\t\t\t\t\n\t\t<div class=\"widgetarea_warper widgetarea_warper_editable\" data-elementskit-widgetarea-key=\"891bd3a\"  data-elementskit-widgetarea-index=\"61ce451\">\n\t\t\t<div class=\"widgetarea_warper_edit\" data-elementskit-widgetarea-key=\"891bd3a\" data-elementskit-widgetarea-index=\"61ce451\">\n\t\t\t\t<i class=\"eicon-edit\" aria-hidden=\"true\"><\/i>\n\t\t\t\t<span>Edit Content<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"323574\" class=\"elementor elementor-323574\" data-elementor-post-type=\"elementskit_content\">\n\t\t\t\t<div class=\"elementor-element elementor-element-681e03df e-con-full e-flex e-con e-parent\" data-id=\"681e03df\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-758f66f0 mostrar e-con-full e-flex e-con e-child\" data-id=\"758f66f0\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7be1a1fd elementor-widget elementor-widget-image\" data-id=\"7be1a1fd\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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 loading=\"lazy\" decoding=\"async\" width=\"200\" height=\"80\" src=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/vela-asiatica-SM.svg\" class=\"attachment-full size-full wp-image-323575\" alt=\"\" \/>\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-1141d378 contenido elementor-widget-tablet__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"1141d378\" data-element_type=\"widget\" id=\"contenido\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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>Cocina asi\u00e1tica con parrilla teppanyaki y barra de sushi<\/p><p>Cena a la carta<\/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-272caf24 elementor-hidden-mobile e-con-full e-flex e-con e-child\" data-id=\"272caf24\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-695fd824 e-flex e-con-boxed e-con e-parent\" data-id=\"695fd824\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-372907ea elementor-widget__width-initial divisor elementor-widget elementor-widget-heading\" data-id=\"372907ea\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-default\">LA VELA<\/span>\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\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t    \n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide ekit-swiper-slide elementor-repeater-item-d07fde5\">\n\t\t\t\t\t\t\t\n\t\t<div class=\"widgetarea_warper widgetarea_warper_editable\" data-elementskit-widgetarea-key=\"891bd3a\"  data-elementskit-widgetarea-index=\"d07fde5\">\n\t\t\t<div class=\"widgetarea_warper_edit\" data-elementskit-widgetarea-key=\"891bd3a\" data-elementskit-widgetarea-index=\"d07fde5\">\n\t\t\t\t<i class=\"eicon-edit\" aria-hidden=\"true\"><\/i>\n\t\t\t\t<span>Edit Content<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"323580\" class=\"elementor elementor-323580\" data-elementor-post-type=\"elementskit_content\">\n\t\t\t\t<div class=\"elementor-element elementor-element-40b8c00f e-con-full e-flex e-con e-parent\" data-id=\"40b8c00f\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-2659bffa mostrar e-con-full e-flex e-con e-child\" data-id=\"2659bffa\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ca43341 elementor-widget elementor-widget-image\" data-id=\"ca43341\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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 loading=\"lazy\" decoding=\"async\" width=\"200\" height=\"200\" src=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/09\/lobby-bar.svg\" class=\"attachment-full size-full wp-image-318463\" alt=\"\" \/>\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-6132c858 contenido elementor-widget-tablet__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"6132c858\" data-element_type=\"widget\" id=\"contenido\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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>Bebidas y entretenimiento<\/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-bf8c597 elementor-hidden-mobile e-con-full e-flex e-con e-child\" data-id=\"bf8c597\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-44eb8d74 e-flex e-con-boxed e-con e-parent\" data-id=\"44eb8d74\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6f7db784 elementor-widget__width-initial divisor elementor-widget elementor-widget-heading\" data-id=\"6f7db784\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-default\">LOBBY BAR<\/span>\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\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t    \n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide ekit-swiper-slide elementor-repeater-item-7e72a79\">\n\t\t\t\t\t\t\t\n\t\t<div class=\"widgetarea_warper widgetarea_warper_editable\" data-elementskit-widgetarea-key=\"891bd3a\"  data-elementskit-widgetarea-index=\"7e72a79\">\n\t\t\t<div class=\"widgetarea_warper_edit\" data-elementskit-widgetarea-key=\"891bd3a\" data-elementskit-widgetarea-index=\"7e72a79\">\n\t\t\t\t<i class=\"eicon-edit\" aria-hidden=\"true\"><\/i>\n\t\t\t\t<span>Edit Content<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"323743\" class=\"elementor elementor-323743\" data-elementor-post-type=\"elementskit_content\">\n\t\t\t\t<div class=\"elementor-element elementor-element-20765c68 e-con-full e-flex e-con e-parent\" data-id=\"20765c68\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-63e580b mostrar e-con-full e-flex e-con e-child\" data-id=\"63e580b\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6180a10 elementor-widget elementor-widget-image\" data-id=\"6180a10\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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 loading=\"lazy\" decoding=\"async\" width=\"198\" height=\"95\" src=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/09\/poolbar-1.svg\" class=\"attachment-full size-full wp-image-318413\" alt=\"\" \/>\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-50b72ca3 contenido elementor-widget-tablet__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"50b72ca3\" data-element_type=\"widget\" id=\"contenido\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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>Bebidas<\/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-1aa1fad6 elementor-hidden-mobile e-con-full e-flex e-con e-child\" data-id=\"1aa1fad6\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4e76fd1f e-flex e-con-boxed e-con e-parent\" data-id=\"4e76fd1f\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3f5a3ed3 elementor-widget__width-initial divisor elementor-widget elementor-widget-heading\" data-id=\"3f5a3ed3\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-default\">POOL BAR<\/span>\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\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t    \n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide ekit-swiper-slide elementor-repeater-item-e4276a9\">\n\t\t\t\t\t\t\t\n\t\t<div class=\"widgetarea_warper widgetarea_warper_editable\" data-elementskit-widgetarea-key=\"891bd3a\"  data-elementskit-widgetarea-index=\"e4276a9\">\n\t\t\t<div class=\"widgetarea_warper_edit\" data-elementskit-widgetarea-key=\"891bd3a\" data-elementskit-widgetarea-index=\"e4276a9\">\n\t\t\t\t<i class=\"eicon-edit\" aria-hidden=\"true\"><\/i>\n\t\t\t\t<span>Edit Content<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"323751\" class=\"elementor elementor-323751\" data-elementor-post-type=\"elementskit_content\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1f8fb52d e-con-full e-flex e-con e-parent\" data-id=\"1f8fb52d\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-76c871e2 mostrar e-con-full e-flex e-con e-child\" data-id=\"76c871e2\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1e4173c9 elementor-widget elementor-widget-image\" data-id=\"1e4173c9\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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 loading=\"lazy\" decoding=\"async\" width=\"200\" height=\"200\" src=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/09\/room-service.svg\" class=\"attachment-full size-full wp-image-319660\" alt=\"\" \/>\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-2c6125e8 contenido elementor-widget-tablet__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"2c6125e8\" data-element_type=\"widget\" id=\"contenido\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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>De 7:00 am a 10:30 pm<\/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-5272cbac elementor-hidden-mobile e-con-full e-flex e-con e-child\" data-id=\"5272cbac\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4fee0fe9 e-flex e-con-boxed e-con e-parent\" data-id=\"4fee0fe9\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-85c48fc elementor-widget__width-initial divisor elementor-widget elementor-widget-heading\" data-id=\"85c48fc\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-default\">room service<\/span>\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\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t    \n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide ekit-swiper-slide elementor-repeater-item-12d5f71\">\n\t\t\t\t\t\t\t\n\t\t<div class=\"widgetarea_warper widgetarea_warper_editable\" data-elementskit-widgetarea-key=\"891bd3a\"  data-elementskit-widgetarea-index=\"12d5f71\">\n\t\t\t<div class=\"widgetarea_warper_edit\" data-elementskit-widgetarea-key=\"891bd3a\" data-elementskit-widgetarea-index=\"12d5f71\">\n\t\t\t\t<i class=\"eicon-edit\" aria-hidden=\"true\"><\/i>\n\t\t\t\t<span>Edit Content<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"325864\" class=\"elementor elementor-325864\" data-elementor-post-type=\"elementskit_content\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5c4a5ccd e-con-full e-flex e-con e-parent\" data-id=\"5c4a5ccd\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-2406019c mostrar e-con-full e-flex e-con e-child\" data-id=\"2406019c\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-79b4e539 elementor-widget elementor-widget-image\" data-id=\"79b4e539\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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 loading=\"lazy\" decoding=\"async\" width=\"194\" height=\"62\" src=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/azucar-SM.svg\" class=\"attachment-full size-full wp-image-325866\" alt=\"\" \/>\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-57055be8 contenido elementor-widget-tablet__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"57055be8\" data-element_type=\"widget\" id=\"contenido\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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>Cocina caribe\u00f1a<\/p><p>Cena a la carta<\/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-6e147dce elementor-hidden-mobile e-con-full e-flex e-con e-child\" data-id=\"6e147dce\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4fa251c3 e-flex e-con-boxed e-con e-parent\" data-id=\"4fa251c3\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-33d2e9ea elementor-widget__width-initial divisor elementor-widget elementor-widget-heading\" data-id=\"33d2e9ea\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Az\u00facar<\/span>\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\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t    \n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t<!-- next \/ prev arrows -->\n\t\t\t\t<div class=\"ekit-swiper-arrow-button\">\n                    <div class=\"swiper-nav-button swiper-button-next\"> \n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-chevron-right\"><\/i>\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"swiper-nav-button swiper-button-prev\">\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-chevron-left\"><\/i>\t\t\t\t    <\/div>\n                <\/div>\n\t\t\t\t\t<!-- !next \/ prev arrows -->\n\t\t\t\t\n\t\t\t\t\n                \t\t\t<\/div>\n\n\t\t<\/div>\n\n\t\t<\/div>\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-2608259 e-con-full e-flex e-con e-parent\" data-id=\"2608259\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-97f3955 e-con-full e-flex e-con e-child\" data-id=\"97f3955\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ca8d426 rs-galery-izquierda elementor-widget elementor-widget-elementskit-advanced-slider\" data-id=\"ca8d426\" data-element_type=\"widget\" id=\"slider-culynary-rs-2\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"elementskit-advanced-slider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"ekit-wid-con\" >\n\t\t<div class=\"elementskit-advanced-slider\" data-widget_settings=\"{&quot;type&quot;:&quot;advanced-slider&quot;,&quot;id&quot;:&quot;ekit-advanced-sliderca8d426&quot;,&quot;sliderOptions&quot;:{&quot;slidesPerViewItem&quot;:2,&quot;spaceBetweenGap&quot;:5,&quot;sliderGrapCursor&quot;:&quot;&quot;,&quot;sliderDirectionType&quot;:&quot;horizontal&quot;,&quot;sliderMouseScroll&quot;:&quot;&quot;,&quot;sliderAutoPlay&quot;:&quot;&quot;,&quot;pauseOnMouseEnter&quot;:null,&quot;sliderEffect&quot;:&quot;default&quot;,&quot;sliderThumbsShow&quot;:&quot;&quot;,&quot;sliderThumbsOffset&quot;:null,&quot;sliderTabItems&quot;:[{&quot;_id&quot;:&quot;171b4fa&quot;,&quot;ekit_slider_title&quot;:&quot;&quot;,&quot;ekit_slider_thumbs_image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/sunset.moonkeycode.com\\\/wp-content\\\/plugins\\\/elementor\\\/assets\\\/images\\\/placeholder.png&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;ekit_slider_tab_content&quot;:&quot;&quot;},{&quot;_id&quot;:&quot;ef2e191&quot;,&quot;ekit_slider_title&quot;:&quot;&quot;,&quot;ekit_slider_thumbs_image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/sunset.moonkeycode.com\\\/wp-content\\\/plugins\\\/elementor\\\/assets\\\/images\\\/placeholder.png&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;ekit_slider_tab_content&quot;:&quot;&quot;},{&quot;_id&quot;:&quot;5b8f074&quot;,&quot;ekit_slider_title&quot;:&quot;&quot;,&quot;ekit_slider_thumbs_image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/sunset.moonkeycode.com\\\/wp-content\\\/plugins\\\/elementor\\\/assets\\\/images\\\/placeholder.png&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;ekit_slider_tab_content&quot;:&quot;&quot;},{&quot;_id&quot;:&quot;91a0dc4&quot;,&quot;ekit_slider_title&quot;:&quot;&quot;,&quot;ekit_slider_thumbs_image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/sunset.moonkeycode.com\\\/wp-content\\\/plugins\\\/elementor\\\/assets\\\/images\\\/placeholder.png&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;ekit_slider_tab_content&quot;:&quot;&quot;},{&quot;_id&quot;:&quot;0dfa1f8&quot;,&quot;ekit_slider_title&quot;:&quot;&quot;,&quot;ekit_slider_thumbs_image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/sunset.moonkeycode.com\\\/wp-content\\\/plugins\\\/elementor\\\/assets\\\/images\\\/placeholder.png&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;ekit_slider_tab_content&quot;:&quot;&quot;},{&quot;_id&quot;:&quot;17530d1&quot;,&quot;ekit_slider_title&quot;:&quot;&quot;,&quot;ekit_slider_thumbs_image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/sunset.moonkeycode.com\\\/wp-content\\\/plugins\\\/elementor\\\/assets\\\/images\\\/placeholder.png&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;ekit_slider_tab_content&quot;:&quot;&quot;},{&quot;_id&quot;:&quot;95a12d1&quot;,&quot;ekit_slider_title&quot;:&quot;&quot;,&quot;ekit_slider_thumbs_image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/sunset.moonkeycode.com\\\/wp-content\\\/plugins\\\/elementor\\\/assets\\\/images\\\/placeholder.png&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;ekit_slider_tab_content&quot;:&quot;&quot;},{&quot;_id&quot;:&quot;67f623c&quot;,&quot;ekit_slider_title&quot;:&quot;&quot;,&quot;ekit_slider_thumbs_image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/sunset.moonkeycode.com\\\/wp-content\\\/plugins\\\/elementor\\\/assets\\\/images\\\/placeholder.png&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;ekit_slider_tab_content&quot;:&quot;&quot;},{&quot;_id&quot;:&quot;d25bfa4&quot;,&quot;ekit_slider_tab_content&quot;:&quot;ca8d426***1729184694016&quot;,&quot;ekit_slider_title&quot;:&quot;&quot;,&quot;ekit_slider_thumbs_image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/sunset.moonkeycode.com\\\/wp-content\\\/plugins\\\/elementor\\\/assets\\\/images\\\/placeholder.png&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;}},{&quot;_id&quot;:&quot;bcb3c93&quot;,&quot;ekit_slider_title&quot;:&quot;&quot;,&quot;ekit_slider_thumbs_image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/sunset.moonkeycode.com\\\/wp-content\\\/plugins\\\/elementor\\\/assets\\\/images\\\/placeholder.png&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;ekit_slider_tab_content&quot;:&quot;&quot;},{&quot;_id&quot;:&quot;8b1db05&quot;,&quot;ekit_slider_title&quot;:&quot;&quot;,&quot;ekit_slider_thumbs_image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/sunset.moonkeycode.com\\\/wp-content\\\/plugins\\\/elementor\\\/assets\\\/images\\\/placeholder.png&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;ekit_slider_tab_content&quot;:&quot;&quot;},{&quot;_id&quot;:&quot;c389dde&quot;,&quot;ekit_slider_title&quot;:&quot;&quot;,&quot;ekit_slider_thumbs_image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/sunset.moonkeycode.com\\\/wp-content\\\/plugins\\\/elementor\\\/assets\\\/images\\\/placeholder.png&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;ekit_slider_tab_content&quot;:&quot;&quot;},{&quot;_id&quot;:&quot;5c0bb82&quot;,&quot;ekit_slider_title&quot;:&quot;&quot;,&quot;ekit_slider_thumbs_image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/sunset.moonkeycode.com\\\/wp-content\\\/plugins\\\/elementor\\\/assets\\\/images\\\/placeholder.png&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;ekit_slider_tab_content&quot;:&quot;&quot;}],&quot;progressBar&quot;:null,&quot;speedTime&quot;:600,&quot;loopEnable&quot;:&quot;yes&quot;,&quot;autoPlayDelay&quot;:null,&quot;breakpointsOption&quot;:{&quot;360&quot;:{&quot;slidesPerView&quot;:1,&quot;spaceBetween&quot;:0},&quot;767&quot;:{&quot;slidesPerView&quot;:1,&quot;spaceBetween&quot;:0},&quot;1024&quot;:{&quot;slidesPerView&quot;:2,&quot;spaceBetween&quot;:5}}}}\">\n\t\t\t<div class=\"ekit-main-swiper swiper ekit-slider-wrapper\">\n\t\t\t\t<div class=\"swiper-wrapper ekit-swiper-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide ekit-swiper-slide elementor-repeater-item-171b4fa\">\n\t\t\t\t\t\t\t\n\t\t<div class=\"widgetarea_warper widgetarea_warper_editable\" data-elementskit-widgetarea-key=\"ca8d426\"  data-elementskit-widgetarea-index=\"171b4fa\">\n\t\t\t<div class=\"widgetarea_warper_edit\" data-elementskit-widgetarea-key=\"ca8d426\" data-elementskit-widgetarea-index=\"171b4fa\">\n\t\t\t\t<i class=\"eicon-edit\" aria-hidden=\"true\"><\/i>\n\t\t\t\t<span>Edit Content<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"323937\" class=\"elementor elementor-323937\" data-elementor-post-type=\"elementskit_content\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4eff5612 e-con-full e-flex e-con e-parent\" data-id=\"4eff5612\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-3fd5e6d1 mostrar e-flex e-con-boxed e-con e-child\" data-id=\"3fd5e6d1\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4627b861 contenido elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"4627b861\" data-element_type=\"widget\" id=\"contenido\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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\">Playa en la laguna\n<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3a0d530c contenido elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"3a0d530c\" data-element_type=\"widget\" id=\"contenido\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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>El lado hermoso de Canc\u00fan que pocos han visto<\/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<\/div>\n\t\t<div class=\"elementor-element elementor-element-2d6f50df e-flex e-con-boxed e-con e-parent\" data-id=\"2d6f50df\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-342896d7 elementor-widget__width-initial divisor elementor-widget elementor-widget-heading\" data-id=\"342896d7\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Playa en la laguna\n<\/span>\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\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t    \n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide ekit-swiper-slide elementor-repeater-item-ef2e191\">\n\t\t\t\t\t\t\t\n\t\t<div class=\"widgetarea_warper widgetarea_warper_editable\" data-elementskit-widgetarea-key=\"ca8d426\"  data-elementskit-widgetarea-index=\"ef2e191\">\n\t\t\t<div class=\"widgetarea_warper_edit\" data-elementskit-widgetarea-key=\"ca8d426\" data-elementskit-widgetarea-index=\"ef2e191\">\n\t\t\t\t<i class=\"eicon-edit\" aria-hidden=\"true\"><\/i>\n\t\t\t\t<span>Edit Content<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"323942\" class=\"elementor elementor-323942\" data-elementor-post-type=\"elementskit_content\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6cde8ea1 e-con-full e-flex e-con e-parent\" data-id=\"6cde8ea1\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-3e724545 mostrar e-flex e-con-boxed e-con e-child\" data-id=\"3e724545\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2de4c27d contenido elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"2de4c27d\" data-element_type=\"widget\" id=\"contenido\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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\">Autob\u00fas Sunset World<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-57a5bb3b contenido elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"57a5bb3b\" data-element_type=\"widget\" id=\"contenido\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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>Visite nuestros hoteles hermanos Sunset Royal u Ocean Spa viajando en nuestro autob\u00fas<\/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<\/div>\n\t\t<div class=\"elementor-element elementor-element-343b3c04 e-flex e-con-boxed e-con e-parent\" data-id=\"343b3c04\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-27e73240 elementor-widget__width-initial divisor elementor-widget elementor-widget-heading\" data-id=\"27e73240\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Autob\u00fas Sunset World<\/span>\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\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t    \n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide ekit-swiper-slide elementor-repeater-item-5b8f074\">\n\t\t\t\t\t\t\t\n\t\t<div class=\"widgetarea_warper widgetarea_warper_editable\" data-elementskit-widgetarea-key=\"ca8d426\"  data-elementskit-widgetarea-index=\"5b8f074\">\n\t\t\t<div class=\"widgetarea_warper_edit\" data-elementskit-widgetarea-key=\"ca8d426\" data-elementskit-widgetarea-index=\"5b8f074\">\n\t\t\t\t<i class=\"eicon-edit\" aria-hidden=\"true\"><\/i>\n\t\t\t\t<span>Edit Content<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"323947\" class=\"elementor elementor-323947\" data-elementor-post-type=\"elementskit_content\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5db12c52 e-con-full e-flex e-con e-parent\" data-id=\"5db12c52\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-bb57c5c mostrar e-flex e-con-boxed e-con e-child\" data-id=\"bb57c5c\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-687b3812 contenido elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"687b3812\" data-element_type=\"widget\" id=\"contenido\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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\">Tienda de regalos Confeti ($)<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7145a7fc contenido elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"7145a7fc\" data-element_type=\"widget\" id=\"contenido\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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>\u00a1Compre sin tener que salir del hotel! A solo unos pasos del lobby<\/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<\/div>\n\t\t<div class=\"elementor-element elementor-element-46bab0f7 e-flex e-con-boxed e-con e-parent\" data-id=\"46bab0f7\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7709055d elementor-widget__width-initial divisor elementor-widget elementor-widget-heading\" data-id=\"7709055d\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Tienda de regalos Confeti ($)\n<\/span>\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\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t    \n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide ekit-swiper-slide elementor-repeater-item-91a0dc4\">\n\t\t\t\t\t\t\t\n\t\t<div class=\"widgetarea_warper widgetarea_warper_editable\" data-elementskit-widgetarea-key=\"ca8d426\"  data-elementskit-widgetarea-index=\"91a0dc4\">\n\t\t\t<div class=\"widgetarea_warper_edit\" data-elementskit-widgetarea-key=\"ca8d426\" data-elementskit-widgetarea-index=\"91a0dc4\">\n\t\t\t\t<i class=\"eicon-edit\" aria-hidden=\"true\"><\/i>\n\t\t\t\t<span>Edit Content<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"323953\" class=\"elementor elementor-323953\" data-elementor-post-type=\"elementskit_content\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3238d5d6 e-con-full e-flex e-con e-parent\" data-id=\"3238d5d6\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-62bcbe4b mostrar e-flex e-con-boxed e-con e-child\" data-id=\"62bcbe4b\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2858b6e0 contenido elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"2858b6e0\" data-element_type=\"widget\" id=\"contenido\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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\">Club de Playa Kakao\n<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-29f71835 contenido elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"29f71835\" data-element_type=\"widget\" id=\"contenido\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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>Club de playa exclusivo para socios donde pueden tomar el sol con estilo en muebles de playa c\u00f3modos pero hermosos y disfrutar de refrescantes bebidas especiales.<\/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<\/div>\n\t\t<div class=\"elementor-element elementor-element-3ffe1641 e-flex e-con-boxed e-con e-parent\" data-id=\"3ffe1641\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-30a0e999 elementor-widget__width-initial divisor elementor-widget elementor-widget-heading\" data-id=\"30a0e999\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Club de Playa Kakao\n<\/span>\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\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t    \n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide ekit-swiper-slide elementor-repeater-item-0dfa1f8\">\n\t\t\t\t\t\t\t\n\t\t<div class=\"widgetarea_warper widgetarea_warper_editable\" data-elementskit-widgetarea-key=\"ca8d426\"  data-elementskit-widgetarea-index=\"0dfa1f8\">\n\t\t\t<div class=\"widgetarea_warper_edit\" data-elementskit-widgetarea-key=\"ca8d426\" data-elementskit-widgetarea-index=\"0dfa1f8\">\n\t\t\t\t<i class=\"eicon-edit\" aria-hidden=\"true\"><\/i>\n\t\t\t\t<span>Edit Content<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"323958\" class=\"elementor elementor-323958\" data-elementor-post-type=\"elementskit_content\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4dc59a4 e-con-full e-flex e-con e-parent\" data-id=\"4dc59a4\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-555c2683 mostrar e-flex e-con-boxed e-con e-child\" data-id=\"555c2683\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6d3ae94e contenido elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"6d3ae94e\" data-element_type=\"widget\" id=\"contenido\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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\">Zona infantil<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2d43a97b contenido elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"2d43a97b\" data-element_type=\"widget\" id=\"contenido\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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>Juegos, sonrisas y mucha diversi\u00f3n para los ni\u00f1os. Edades: 4 a 12 a\u00f1os<\/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<\/div>\n\t\t<div class=\"elementor-element elementor-element-1e6de712 e-flex e-con-boxed e-con e-parent\" data-id=\"1e6de712\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7e2bbb9c elementor-widget__width-initial divisor elementor-widget elementor-widget-heading\" data-id=\"7e2bbb9c\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Zona infantil<\/span>\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\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t    \n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide ekit-swiper-slide elementor-repeater-item-17530d1\">\n\t\t\t\t\t\t\t\n\t\t<div class=\"widgetarea_warper widgetarea_warper_editable\" data-elementskit-widgetarea-key=\"ca8d426\"  data-elementskit-widgetarea-index=\"17530d1\">\n\t\t\t<div class=\"widgetarea_warper_edit\" data-elementskit-widgetarea-key=\"ca8d426\" data-elementskit-widgetarea-index=\"17530d1\">\n\t\t\t\t<i class=\"eicon-edit\" aria-hidden=\"true\"><\/i>\n\t\t\t\t<span>Edit Content<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"323964\" class=\"elementor elementor-323964\" data-elementor-post-type=\"elementskit_content\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7d5e21fd e-con-full e-flex e-con e-parent\" data-id=\"7d5e21fd\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-2e0d3b7b mostrar e-flex e-con-boxed e-con e-child\" data-id=\"2e0d3b7b\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5819d3a1 contenido elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"5819d3a1\" data-element_type=\"widget\" id=\"contenido\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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\">Zona de juegos<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9884f92 contenido elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"9884f92\" data-element_type=\"widget\" id=\"contenido\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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>Una zona al aire libre con juegos para que los ni\u00f1os se diviertan todo el d\u00eda<\/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<\/div>\n\t\t<div class=\"elementor-element elementor-element-28db42e6 e-flex e-con-boxed e-con e-parent\" data-id=\"28db42e6\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5d02b9b1 elementor-widget__width-initial divisor elementor-widget elementor-widget-heading\" data-id=\"5d02b9b1\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Zona de juegos<\/span>\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\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t    \n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide ekit-swiper-slide elementor-repeater-item-95a12d1\">\n\t\t\t\t\t\t\t\n\t\t<div class=\"widgetarea_warper widgetarea_warper_editable\" data-elementskit-widgetarea-key=\"ca8d426\"  data-elementskit-widgetarea-index=\"95a12d1\">\n\t\t\t<div class=\"widgetarea_warper_edit\" data-elementskit-widgetarea-key=\"ca8d426\" data-elementskit-widgetarea-index=\"95a12d1\">\n\t\t\t\t<i class=\"eicon-edit\" aria-hidden=\"true\"><\/i>\n\t\t\t\t<span>Edit Content<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"323972\" class=\"elementor elementor-323972\" data-elementor-post-type=\"elementskit_content\">\n\t\t\t\t<div class=\"elementor-element elementor-element-414570a7 e-con-full e-flex e-con e-parent\" data-id=\"414570a7\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-3f6426df mostrar e-flex e-con-boxed e-con e-child\" data-id=\"3f6426df\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-475db7a3 contenido elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"475db7a3\" data-element_type=\"widget\" id=\"contenido\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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\">Sunset spa<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2f274b0f contenido elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"2f274b0f\" data-element_type=\"widget\" id=\"contenido\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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>El spa es el lugar ideal para reconectar cuerpo, alma y esp\u00edritu.<\/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-35e08fb1 elementor-align-right elementor-tablet-align-center contenido elementor-widget elementor-widget-button\" data-id=\"35e08fb1\" data-element_type=\"widget\" id=\"contenido\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\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\t\t\t<span class=\"elementor-button-text\">Men\u00fa<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-23a35687 contenido elementor-widget elementor-widget-elementskit-creative-button\" data-id=\"23a35687\" data-element_type=\"widget\" id=\"contenido\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"elementskit-creative-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"ekit-wid-con\" >\t\t<div class=\"ekit-btn-wraper\">\n\t\t\t\t\t\t\t\t<a href=\"#elementor-action:action=popup:open&settings=eyJpZCI6IjMxOTY4NiIsInRvZ2dsZSI6ZmFsc2V9\" class=\"ekit_creative_button\" id=\"\" data-text=\"\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t<span class=\"ekit_creative_button_text\">Reservaciones<\/span>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/div>\n        <\/div>\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<div class=\"elementor-element elementor-element-2d2d80e7 e-flex e-con-boxed e-con e-parent\" data-id=\"2d2d80e7\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-57ad59c6 elementor-widget__width-initial divisor elementor-widget elementor-widget-heading\" data-id=\"57ad59c6\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Sunset spa<\/span>\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\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t    \n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide ekit-swiper-slide elementor-repeater-item-67f623c\">\n\t\t\t\t\t\t\t\n\t\t<div class=\"widgetarea_warper widgetarea_warper_editable\" data-elementskit-widgetarea-key=\"ca8d426\"  data-elementskit-widgetarea-index=\"67f623c\">\n\t\t\t<div class=\"widgetarea_warper_edit\" data-elementskit-widgetarea-key=\"ca8d426\" data-elementskit-widgetarea-index=\"67f623c\">\n\t\t\t\t<i class=\"eicon-edit\" aria-hidden=\"true\"><\/i>\n\t\t\t\t<span>Edit Content<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"323981\" class=\"elementor elementor-323981\" data-elementor-post-type=\"elementskit_content\">\n\t\t\t\t<div class=\"elementor-element elementor-element-53f81c5a e-con-full e-flex e-con e-parent\" data-id=\"53f81c5a\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-c116ad6 mostrar e-flex e-con-boxed e-con e-child\" data-id=\"c116ad6\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-89ff23e contenido elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"89ff23e\" data-element_type=\"widget\" id=\"contenido\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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\">Taxi acu\u00e1tico\n<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-33a75831 contenido elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"33a75831\" data-element_type=\"widget\" id=\"contenido\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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>Visite nuestro hotel hermano Sunset Royal viajando en nuestro taxi acu\u00e1tico<\/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<\/div>\n\t\t<div class=\"elementor-element elementor-element-926f4ed e-flex e-con-boxed e-con e-parent\" data-id=\"926f4ed\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5e334024 elementor-widget__width-initial divisor elementor-widget elementor-widget-heading\" data-id=\"5e334024\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-default\">WATER TAXi<\/span>\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\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t    \n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide ekit-swiper-slide elementor-repeater-item-d25bfa4\">\n\t\t\t\t\t\t\t\n\t\t<div class=\"widgetarea_warper widgetarea_warper_editable\" data-elementskit-widgetarea-key=\"ca8d426\"  data-elementskit-widgetarea-index=\"d25bfa4\">\n\t\t\t<div class=\"widgetarea_warper_edit\" data-elementskit-widgetarea-key=\"ca8d426\" data-elementskit-widgetarea-index=\"d25bfa4\">\n\t\t\t\t<i class=\"eicon-edit\" aria-hidden=\"true\"><\/i>\n\t\t\t\t<span>Edit Content<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"323987\" class=\"elementor elementor-323987\" data-elementor-post-type=\"elementskit_content\">\n\t\t\t\t<div class=\"elementor-element elementor-element-22f109b0 e-con-full e-flex e-con e-parent\" data-id=\"22f109b0\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-4cbcaaee mostrar e-flex e-con-boxed e-con e-child\" data-id=\"4cbcaaee\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3ffdd1f8 contenido elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"3ffdd1f8\" data-element_type=\"widget\" id=\"contenido\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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\">Teatro<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2eef81da contenido elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"2eef81da\" data-element_type=\"widget\" id=\"contenido\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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>Disfrut e de espect\u00e1culos incre\u00edbles con cenas tem\u00e1ticas<\/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<\/div>\n\t\t<div class=\"elementor-element elementor-element-12192597 e-flex e-con-boxed e-con e-parent\" data-id=\"12192597\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-38e4e5aa elementor-widget__width-initial divisor elementor-widget elementor-widget-heading\" data-id=\"38e4e5aa\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Teatro<\/span>\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\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t    \n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide ekit-swiper-slide elementor-repeater-item-bcb3c93\">\n\t\t\t\t\t\t\t\n\t\t<div class=\"widgetarea_warper widgetarea_warper_editable\" data-elementskit-widgetarea-key=\"ca8d426\"  data-elementskit-widgetarea-index=\"bcb3c93\">\n\t\t\t<div class=\"widgetarea_warper_edit\" data-elementskit-widgetarea-key=\"ca8d426\" data-elementskit-widgetarea-index=\"bcb3c93\">\n\t\t\t\t<i class=\"eicon-edit\" aria-hidden=\"true\"><\/i>\n\t\t\t\t<span>Edit Content<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"325956\" class=\"elementor elementor-325956\" data-elementor-post-type=\"elementskit_content\">\n\t\t\t\t<div class=\"elementor-element elementor-element-699f3cb4 e-con-full e-flex e-con e-parent\" data-id=\"699f3cb4\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-8a70186 mostrar e-flex e-con-boxed e-con e-child\" data-id=\"8a70186\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5e0f2424 contenido elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"5e0f2424\" data-element_type=\"widget\" id=\"contenido\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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\">Coconut Divers: Centro de buceo y actividades acu\u00e1ticas PADI ($)\n<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-682e4fed contenido elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"682e4fed\" data-element_type=\"widget\" id=\"contenido\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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>Buceadores profesionales con servicio personalizado y emocionantes tours para todos los gustos<\/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<\/div>\n\t\t<div class=\"elementor-element elementor-element-6c186068 e-flex e-con-boxed e-con e-parent\" data-id=\"6c186068\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1aff86b7 elementor-widget__width-initial divisor elementor-widget elementor-widget-heading\" data-id=\"1aff86b7\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Coconut Divers: Centro de buceo y actividades acu\u00e1ticas PADI<\/span>\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\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t    \n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide ekit-swiper-slide elementor-repeater-item-8b1db05\">\n\t\t\t\t\t\t\t\n\t\t<div class=\"widgetarea_warper widgetarea_warper_editable\" data-elementskit-widgetarea-key=\"ca8d426\"  data-elementskit-widgetarea-index=\"8b1db05\">\n\t\t\t<div class=\"widgetarea_warper_edit\" data-elementskit-widgetarea-key=\"ca8d426\" data-elementskit-widgetarea-index=\"8b1db05\">\n\t\t\t\t<i class=\"eicon-edit\" aria-hidden=\"true\"><\/i>\n\t\t\t\t<span>Edit Content<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"325973\" class=\"elementor elementor-325973\" data-elementor-post-type=\"elementskit_content\">\n\t\t\t\t<div class=\"elementor-element elementor-element-240af39d e-con-full e-flex e-con e-parent\" data-id=\"240af39d\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-4339cf4a mostrar e-flex e-con-boxed e-con e-child\" data-id=\"4339cf4a\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66a77e67 contenido elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"66a77e67\" data-element_type=\"widget\" id=\"contenido\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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\">Marina y club de yates ($)<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-28db416c contenido elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"28db416c\" data-element_type=\"widget\" id=\"contenido\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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>Acceso a yates de lujo, cruceros expresos, lanchas r\u00e1pidas y un puerto deportivo de servicio\ncompleto<\/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<\/div>\n\t\t<div class=\"elementor-element elementor-element-2785dac e-flex e-con-boxed e-con e-parent\" data-id=\"2785dac\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-58299ce5 elementor-widget__width-initial divisor elementor-widget elementor-widget-heading\" data-id=\"58299ce5\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Marina y club de yates ($)<\/span>\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\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t    \n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide ekit-swiper-slide elementor-repeater-item-c389dde\">\n\t\t\t\t\t\t\t\n\t\t<div class=\"widgetarea_warper widgetarea_warper_editable\" data-elementskit-widgetarea-key=\"ca8d426\"  data-elementskit-widgetarea-index=\"c389dde\">\n\t\t\t<div class=\"widgetarea_warper_edit\" data-elementskit-widgetarea-key=\"ca8d426\" data-elementskit-widgetarea-index=\"c389dde\">\n\t\t\t\t<i class=\"eicon-edit\" aria-hidden=\"true\"><\/i>\n\t\t\t\t<span>Edit Content<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"325978\" class=\"elementor elementor-325978\" data-elementor-post-type=\"elementskit_content\">\n\t\t\t\t<div class=\"elementor-element elementor-element-52ae20ff e-con-full e-flex e-con e-parent\" data-id=\"52ae20ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-326cbbb5 mostrar e-flex e-con-boxed e-con e-child\" data-id=\"326cbbb5\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7f845609 contenido elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"7f845609\" data-element_type=\"widget\" id=\"contenido\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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\">Ajedrez gigante<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9b8ce1c contenido elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"9b8ce1c\" data-element_type=\"widget\" id=\"contenido\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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>Un gran set s\u00f3lo por diversi\u00f3n.<\/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<\/div>\n\t\t<div class=\"elementor-element elementor-element-2a3548e e-flex e-con-boxed e-con e-parent\" data-id=\"2a3548e\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a035cae elementor-widget__width-initial divisor elementor-widget elementor-widget-heading\" data-id=\"a035cae\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Ajedrez gigante<\/span>\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\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t    \n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide ekit-swiper-slide elementor-repeater-item-5c0bb82\">\n\t\t\t\t\t\t\t\n\t\t<div class=\"widgetarea_warper widgetarea_warper_editable\" data-elementskit-widgetarea-key=\"ca8d426\"  data-elementskit-widgetarea-index=\"5c0bb82\">\n\t\t\t<div class=\"widgetarea_warper_edit\" data-elementskit-widgetarea-key=\"ca8d426\" data-elementskit-widgetarea-index=\"5c0bb82\">\n\t\t\t\t<i class=\"eicon-edit\" aria-hidden=\"true\"><\/i>\n\t\t\t\t<span>Edit Content<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"325983\" class=\"elementor elementor-325983\" data-elementor-post-type=\"elementskit_content\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cbd3fec e-con-full e-flex e-con e-parent\" data-id=\"cbd3fec\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-1ef15acf mostrar e-flex e-con-boxed e-con e-child\" data-id=\"1ef15acf\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1f51d3ba contenido elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"1f51d3ba\" data-element_type=\"widget\" id=\"contenido\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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\">Resbaladilla acu\u00e1tica<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-538f2960 contenido elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"538f2960\" data-element_type=\"widget\" id=\"contenido\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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>Diversi\u00f3n para todas las edades<\/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<\/div>\n\t\t<div class=\"elementor-element elementor-element-56d73ad8 e-flex e-con-boxed e-con e-parent\" data-id=\"56d73ad8\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-581e029 elementor-widget__width-initial divisor elementor-widget elementor-widget-heading\" data-id=\"581e029\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Resbaladilla acu\u00e1tica<\/span>\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\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t    \n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t<!-- next \/ prev arrows -->\n\t\t\t\t<div class=\"ekit-swiper-arrow-button\">\n                    <div class=\"swiper-nav-button swiper-button-next\"> \n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-chevron-right\"><\/i>\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"swiper-nav-button swiper-button-prev\">\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-chevron-left\"><\/i>\t\t\t\t    <\/div>\n                <\/div>\n\t\t\t\t\t<!-- !next \/ prev arrows -->\n\t\t\t\t\n\t\t\t\t\n                \t\t\t<\/div>\n\n\t\t<\/div>\n\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-298490c e-con-full e-flex e-con e-child\" data-id=\"298490c\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e54735d elementor-widget elementor-widget-heading\" data-id=\"e54735d\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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\">Instalaciones y servicios\n<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-56abf93 elementor-widget__width-initial divisor elementor-widget elementor-widget-heading\" data-id=\"56abf93\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Enmarcando el disfrute de su estancia\n<\/span>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-692c57b elementor-widget elementor-widget-text-editor\" data-id=\"692c57b\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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>Sunset Marina ofrece comfortables habitaciones con Wi - Fi, spa, piscina, restaurantes variados, bar y espacios para disfrutar al aire libre . Servicio de conserjer\u00eda 24 horas para una experiencia inolvidable.<\/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<\/div>\n\t\t<div class=\"elementor-element elementor-element-bb3142e e-con-full e-flex e-con e-parent\" data-id=\"bb3142e\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-1b1d47c e-con-full e-flex e-con e-child\" data-id=\"1b1d47c\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fd9490b elementor-widget elementor-widget-heading\" data-id=\"fd9490b\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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\">Actividades<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a18c92a elementor-widget__width-initial divisor elementor-widget elementor-widget-heading\" data-id=\"a18c92a\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-default\">El verdadero placer proviene de la actividad<\/span>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-75cb7a1 elementor-widget elementor-widget-text-editor\" data-id=\"75cb7a1\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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>La diversi\u00f3n nunca se detiene. Disfrute de una gran variedad de actividades para todas las edades, como eventos en directo, noches tem\u00e1ticas, deportes al aire libre y clases exclusivas.<\/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-527243a elementor-tablet-align-center elementor-widget elementor-widget-button\" data-id=\"527243a\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\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\t\t\t<span class=\"elementor-button-text\">Descargue aqu\u00ed el programa semanal de actividades<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d24cc8a elementor-widget elementor-widget-text-editor\" data-id=\"d24cc8a\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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>Las actividades est\u00e1n sujetas a cambios sin previo aviso. Solicite su kit de bienvenida al llegar al hotel.<\/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-36fc912 e-con-full e-flex e-con e-child\" data-id=\"36fc912\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-420867a rs-galery-derecha-2 elementor-widget elementor-widget-elementskit-advanced-slider\" data-id=\"420867a\" data-element_type=\"widget\" id=\"slider-culynary-rs-3\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"elementskit-advanced-slider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"ekit-wid-con\" >\n\t\t<div class=\"elementskit-advanced-slider\" data-widget_settings=\"{&quot;type&quot;:&quot;advanced-slider&quot;,&quot;id&quot;:&quot;ekit-advanced-slider420867a&quot;,&quot;sliderOptions&quot;:{&quot;slidesPerViewItem&quot;:2,&quot;spaceBetweenGap&quot;:10,&quot;sliderGrapCursor&quot;:&quot;&quot;,&quot;sliderDirectionType&quot;:&quot;horizontal&quot;,&quot;sliderMouseScroll&quot;:&quot;&quot;,&quot;sliderAutoPlay&quot;:&quot;&quot;,&quot;pauseOnMouseEnter&quot;:null,&quot;sliderEffect&quot;:&quot;default&quot;,&quot;sliderThumbsShow&quot;:&quot;&quot;,&quot;sliderThumbsOffset&quot;:null,&quot;sliderTabItems&quot;:[{&quot;_id&quot;:&quot;e3981b6&quot;,&quot;ekit_slider_title&quot;:&quot;&quot;,&quot;ekit_slider_thumbs_image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/sunset.moonkeycode.com\\\/wp-content\\\/plugins\\\/elementor\\\/assets\\\/images\\\/placeholder.png&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;ekit_slider_tab_content&quot;:&quot;&quot;},{&quot;_id&quot;:&quot;89a76bb&quot;,&quot;ekit_slider_title&quot;:&quot;&quot;,&quot;ekit_slider_thumbs_image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/sunset.moonkeycode.com\\\/wp-content\\\/plugins\\\/elementor\\\/assets\\\/images\\\/placeholder.png&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;ekit_slider_tab_content&quot;:&quot;&quot;},{&quot;_id&quot;:&quot;5dba8ec&quot;,&quot;ekit_slider_title&quot;:&quot;&quot;,&quot;ekit_slider_thumbs_image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/sunset.moonkeycode.com\\\/wp-content\\\/plugins\\\/elementor\\\/assets\\\/images\\\/placeholder.png&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;ekit_slider_tab_content&quot;:&quot;&quot;},{&quot;_id&quot;:&quot;691f277&quot;,&quot;ekit_slider_title&quot;:&quot;&quot;,&quot;ekit_slider_thumbs_image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/sunset.moonkeycode.com\\\/wp-content\\\/plugins\\\/elementor\\\/assets\\\/images\\\/placeholder.png&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;ekit_slider_tab_content&quot;:&quot;&quot;},{&quot;_id&quot;:&quot;89d72f7&quot;,&quot;ekit_slider_title&quot;:&quot;&quot;,&quot;ekit_slider_thumbs_image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/sunset.moonkeycode.com\\\/wp-content\\\/plugins\\\/elementor\\\/assets\\\/images\\\/placeholder.png&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;ekit_slider_tab_content&quot;:&quot;&quot;},{&quot;_id&quot;:&quot;a912389&quot;,&quot;ekit_slider_tab_content&quot;:&quot;420867a***1728677440992&quot;,&quot;ekit_slider_title&quot;:&quot;&quot;,&quot;ekit_slider_thumbs_image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/sunset.moonkeycode.com\\\/wp-content\\\/plugins\\\/elementor\\\/assets\\\/images\\\/placeholder.png&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;}},{&quot;_id&quot;:&quot;5da579f&quot;,&quot;ekit_slider_tab_content&quot;:&quot;420867a***1729186914148&quot;,&quot;ekit_slider_title&quot;:&quot;&quot;,&quot;ekit_slider_thumbs_image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/sunset.moonkeycode.com\\\/wp-content\\\/plugins\\\/elementor\\\/assets\\\/images\\\/placeholder.png&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;}}],&quot;progressBar&quot;:null,&quot;speedTime&quot;:600,&quot;loopEnable&quot;:&quot;yes&quot;,&quot;autoPlayDelay&quot;:null,&quot;breakpointsOption&quot;:{&quot;360&quot;:{&quot;slidesPerView&quot;:1,&quot;spaceBetween&quot;:0},&quot;767&quot;:{&quot;slidesPerView&quot;:1,&quot;spaceBetween&quot;:0},&quot;1024&quot;:{&quot;slidesPerView&quot;:2,&quot;spaceBetween&quot;:10}}}}\">\n\t\t\t<div class=\"ekit-main-swiper swiper ekit-slider-wrapper\">\n\t\t\t\t<div class=\"swiper-wrapper ekit-swiper-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide ekit-swiper-slide elementor-repeater-item-e3981b6\">\n\t\t\t\t\t\t\t\n\t\t<div class=\"widgetarea_warper widgetarea_warper_editable\" data-elementskit-widgetarea-key=\"420867a\"  data-elementskit-widgetarea-index=\"e3981b6\">\n\t\t\t<div class=\"widgetarea_warper_edit\" data-elementskit-widgetarea-key=\"420867a\" data-elementskit-widgetarea-index=\"e3981b6\">\n\t\t\t\t<i class=\"eicon-edit\" aria-hidden=\"true\"><\/i>\n\t\t\t\t<span>Edit Content<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"323760\" class=\"elementor elementor-323760\" data-elementor-post-type=\"elementskit_content\">\n\t\t\t\t<div class=\"elementor-element elementor-element-40ef6fd8 e-con-full e-flex e-con e-parent\" data-id=\"40ef6fd8\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-954e419 e-con-full e-flex e-con e-child\" data-id=\"954e419\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2b32ef4d elementor-widget elementor-widget-image\" data-id=\"2b32ef4d\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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 loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/actividades-infantiles-1.webp\" class=\"attachment-full size-full wp-image-325989\" alt=\"\" srcset=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/actividades-infantiles-1.webp 1000w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/actividades-infantiles-1-300x300.webp 300w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/actividades-infantiles-1-150x150.webp 150w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/actividades-infantiles-1-768x768.webp 768w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/actividades-infantiles-1-12x12.webp 12w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>\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<\/div>\n\t\t<div class=\"elementor-element elementor-element-5e785e91 e-flex e-con-boxed e-con e-parent\" data-id=\"5e785e91\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ce6ad0f elementor-widget__width-initial divisor elementor-widget elementor-widget-heading\" data-id=\"ce6ad0f\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Actividades para ni\u00f1os<\/span>\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\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t    \n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide ekit-swiper-slide elementor-repeater-item-89a76bb\">\n\t\t\t\t\t\t\t\n\t\t<div class=\"widgetarea_warper widgetarea_warper_editable\" data-elementskit-widgetarea-key=\"420867a\"  data-elementskit-widgetarea-index=\"89a76bb\">\n\t\t\t<div class=\"widgetarea_warper_edit\" data-elementskit-widgetarea-key=\"420867a\" data-elementskit-widgetarea-index=\"89a76bb\">\n\t\t\t\t<i class=\"eicon-edit\" aria-hidden=\"true\"><\/i>\n\t\t\t\t<span>Edit Content<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"323789\" class=\"elementor elementor-323789\" data-elementor-post-type=\"elementskit_content\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5591d206 e-con-full e-flex e-con e-parent\" data-id=\"5591d206\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-3c156de5 e-con-full e-flex e-con e-child\" data-id=\"3c156de5\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-385a6b7b elementor-widget elementor-widget-image\" data-id=\"385a6b7b\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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 loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/hobie-cat-1.webp\" class=\"attachment-full size-full wp-image-325999\" alt=\"\" srcset=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/hobie-cat-1.webp 1000w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/hobie-cat-1-300x300.webp 300w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/hobie-cat-1-150x150.webp 150w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/hobie-cat-1-768x768.webp 768w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/hobie-cat-1-12x12.webp 12w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>\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<\/div>\n\t\t<div class=\"elementor-element elementor-element-5c508633 e-flex e-con-boxed e-con e-parent\" data-id=\"5c508633\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-20f518e8 elementor-widget__width-initial divisor elementor-widget elementor-widget-heading\" data-id=\"20f518e8\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Tour en Hobie Cat<\/span>\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\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t    \n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide ekit-swiper-slide elementor-repeater-item-5dba8ec\">\n\t\t\t\t\t\t\t\n\t\t<div class=\"widgetarea_warper widgetarea_warper_editable\" data-elementskit-widgetarea-key=\"420867a\"  data-elementskit-widgetarea-index=\"5dba8ec\">\n\t\t\t<div class=\"widgetarea_warper_edit\" data-elementskit-widgetarea-key=\"420867a\" data-elementskit-widgetarea-index=\"5dba8ec\">\n\t\t\t\t<i class=\"eicon-edit\" aria-hidden=\"true\"><\/i>\n\t\t\t\t<span>Edit Content<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"323804\" class=\"elementor elementor-323804\" data-elementor-post-type=\"elementskit_content\">\n\t\t\t\t<div class=\"elementor-element elementor-element-566d1e20 e-con-full e-flex e-con e-parent\" data-id=\"566d1e20\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-187c70c7 e-con-full e-flex e-con e-child\" data-id=\"187c70c7\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-13dcbf18 elementor-widget elementor-widget-image\" data-id=\"13dcbf18\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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 loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/clase-de-buceo.webp\" class=\"attachment-full size-full wp-image-323805\" alt=\"\" srcset=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/clase-de-buceo.webp 1000w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/clase-de-buceo-300x300.webp 300w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/clase-de-buceo-150x150.webp 150w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/clase-de-buceo-768x768.webp 768w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/clase-de-buceo-12x12.webp 12w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>\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<\/div>\n\t\t<div class=\"elementor-element elementor-element-598f2d8d e-flex e-con-boxed e-con e-parent\" data-id=\"598f2d8d\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-341f7b84 elementor-widget__width-initial divisor elementor-widget elementor-widget-heading\" data-id=\"341f7b84\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Clase de buceo<\/span>\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\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t    \n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide ekit-swiper-slide elementor-repeater-item-691f277\">\n\t\t\t\t\t\t\t\n\t\t<div class=\"widgetarea_warper widgetarea_warper_editable\" data-elementskit-widgetarea-key=\"420867a\"  data-elementskit-widgetarea-index=\"691f277\">\n\t\t\t<div class=\"widgetarea_warper_edit\" data-elementskit-widgetarea-key=\"420867a\" data-elementskit-widgetarea-index=\"691f277\">\n\t\t\t\t<i class=\"eicon-edit\" aria-hidden=\"true\"><\/i>\n\t\t\t\t<span>Edit Content<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"323809\" class=\"elementor elementor-323809\" data-elementor-post-type=\"elementskit_content\">\n\t\t\t\t<div class=\"elementor-element elementor-element-13b30b34 e-con-full e-flex e-con e-parent\" data-id=\"13b30b34\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-783be33c e-con-full e-flex e-con e-child\" data-id=\"783be33c\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-241fa809 elementor-widget elementor-widget-image\" data-id=\"241fa809\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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 loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/saxofonista.webp\" class=\"attachment-full size-full wp-image-323810\" alt=\"\" srcset=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/saxofonista.webp 1000w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/saxofonista-300x300.webp 300w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/saxofonista-150x150.webp 150w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/saxofonista-768x768.webp 768w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/saxofonista-12x12.webp 12w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>\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<\/div>\n\t\t<div class=\"elementor-element elementor-element-7bea0eed e-flex e-con-boxed e-con e-parent\" data-id=\"7bea0eed\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1bc2eb68 elementor-widget__width-initial divisor elementor-widget elementor-widget-heading\" data-id=\"1bc2eb68\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Entretenimiento nocturno<\/span>\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\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t    \n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide ekit-swiper-slide elementor-repeater-item-89d72f7\">\n\t\t\t\t\t\t\t\n\t\t<div class=\"widgetarea_warper widgetarea_warper_editable\" data-elementskit-widgetarea-key=\"420867a\"  data-elementskit-widgetarea-index=\"89d72f7\">\n\t\t\t<div class=\"widgetarea_warper_edit\" data-elementskit-widgetarea-key=\"420867a\" data-elementskit-widgetarea-index=\"89d72f7\">\n\t\t\t\t<i class=\"eicon-edit\" aria-hidden=\"true\"><\/i>\n\t\t\t\t<span>Edit Content<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"323814\" class=\"elementor elementor-323814\" data-elementor-post-type=\"elementskit_content\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7804d95e e-con-full e-flex e-con e-parent\" data-id=\"7804d95e\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-19c8ddd2 e-con-full e-flex e-con e-child\" data-id=\"19c8ddd2\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6600cc62 elementor-widget elementor-widget-image\" data-id=\"6600cc62\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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 loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/tour-de-bici.webp\" class=\"attachment-full size-full wp-image-323815\" alt=\"\" srcset=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/tour-de-bici.webp 1000w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/tour-de-bici-300x300.webp 300w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/tour-de-bici-150x150.webp 150w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/tour-de-bici-768x768.webp 768w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/tour-de-bici-12x12.webp 12w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>\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<\/div>\n\t\t<div class=\"elementor-element elementor-element-6de0c5f e-flex e-con-boxed e-con e-parent\" data-id=\"6de0c5f\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5a3b506 elementor-widget__width-initial divisor elementor-widget elementor-widget-heading\" data-id=\"5a3b506\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Tour en bici<\/span>\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\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t    \n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide ekit-swiper-slide elementor-repeater-item-a912389\">\n\t\t\t\t\t\t\t\n\t\t<div class=\"widgetarea_warper widgetarea_warper_editable\" data-elementskit-widgetarea-key=\"420867a\"  data-elementskit-widgetarea-index=\"a912389\">\n\t\t\t<div class=\"widgetarea_warper_edit\" data-elementskit-widgetarea-key=\"420867a\" data-elementskit-widgetarea-index=\"a912389\">\n\t\t\t\t<i class=\"eicon-edit\" aria-hidden=\"true\"><\/i>\n\t\t\t\t<span>Edit Content<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"323822\" class=\"elementor elementor-323822\" data-elementor-post-type=\"elementskit_content\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2a4a3f6e e-con-full e-flex e-con e-parent\" data-id=\"2a4a3f6e\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-341b2ac9 e-con-full e-flex e-con e-child\" data-id=\"341b2ac9\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-44a38d8c elementor-widget elementor-widget-image\" data-id=\"44a38d8c\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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 loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/tour-de-kayak.webp\" class=\"attachment-full size-full wp-image-323823\" alt=\"\" srcset=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/tour-de-kayak.webp 1000w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/tour-de-kayak-300x300.webp 300w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/tour-de-kayak-150x150.webp 150w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/tour-de-kayak-768x768.webp 768w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/tour-de-kayak-12x12.webp 12w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>\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<\/div>\n\t\t<div class=\"elementor-element elementor-element-12604299 e-flex e-con-boxed e-con e-parent\" data-id=\"12604299\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-46945476 elementor-widget__width-initial divisor elementor-widget elementor-widget-heading\" data-id=\"46945476\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Tour en kayak<\/span>\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\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t    \n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide ekit-swiper-slide elementor-repeater-item-5da579f\">\n\t\t\t\t\t\t\t\n\t\t<div class=\"widgetarea_warper widgetarea_warper_editable\" data-elementskit-widgetarea-key=\"420867a\"  data-elementskit-widgetarea-index=\"5da579f\">\n\t\t\t<div class=\"widgetarea_warper_edit\" data-elementskit-widgetarea-key=\"420867a\" data-elementskit-widgetarea-index=\"5da579f\">\n\t\t\t\t<i class=\"eicon-edit\" aria-hidden=\"true\"><\/i>\n\t\t\t\t<span>Edit Content<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"323833\" class=\"elementor elementor-323833\" data-elementor-post-type=\"elementskit_content\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4ac28c66 e-con-full e-flex e-con e-parent\" data-id=\"4ac28c66\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-543c966e e-con-full e-flex e-con e-child\" data-id=\"543c966e\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3a1a3fd2 elementor-widget elementor-widget-image\" data-id=\"3a1a3fd2\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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 loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/tour-scooter.webp\" class=\"attachment-full size-full wp-image-323834\" alt=\"\" srcset=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/tour-scooter.webp 1000w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/tour-scooter-300x300.webp 300w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/tour-scooter-150x150.webp 150w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/tour-scooter-768x768.webp 768w, https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/tour-scooter-12x12.webp 12w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>\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<\/div>\n\t\t<div class=\"elementor-element elementor-element-bb59a17 e-flex e-con-boxed e-con e-parent\" data-id=\"bb59a17\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3a8377a9 elementor-widget__width-initial divisor elementor-widget elementor-widget-heading\" data-id=\"3a8377a9\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-default\">De compras en un tour en scooter ($)<\/span>\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\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t    \n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t<!-- next \/ prev arrows -->\n\t\t\t\t<div class=\"ekit-swiper-arrow-button\">\n                    <div class=\"swiper-nav-button swiper-button-next\"> \n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-chevron-right\"><\/i>\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"swiper-nav-button swiper-button-prev\">\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-chevron-left\"><\/i>\t\t\t\t    <\/div>\n                <\/div>\n\t\t\t\t\t<!-- !next \/ prev arrows -->\n\t\t\t\t\n\t\t\t\t\n                \t\t\t<\/div>\n\n\t\t<\/div>\n\n\t\t<\/div>\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-8482e7c e-con-full e-flex e-con e-parent\" data-id=\"8482e7c\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-7a47cde e-con-full e-flex e-con e-child\" data-id=\"7a47cde\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0c33693 elementor-widget elementor-widget-heading\" data-id=\"0c33693\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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\">S\u00edganos en redes sociales<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dcbaa15 elementor-grid-tablet-1 elementor-shape-rounded elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\" data-id=\"dcbaa15\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"social-icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-8deddd2\" href=\"https:\/\/www.facebook.com\/SunsetWorld\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Facebook<\/span>\n\t\t\t\t\t\t<svg class=\"e-font-icon-svg e-fab-facebook\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-x-twitter elementor-repeater-item-849f97e\" href=\"https:\/\/x.com\/sunsetworldnet\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">X-twitter<\/span>\n\t\t\t\t\t\t<svg class=\"e-font-icon-svg e-fab-x-twitter\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-ed6cb6a\" href=\"https:\/\/www.instagram.com\/sunsetworldnet\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Instagram<\/span>\n\t\t\t\t\t\t<svg class=\"e-font-icon-svg e-fab-instagram\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-64568fe e-con-full e-flex e-con e-child\" data-id=\"64568fe\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-eba1cc1 elementor-widget elementor-widget-gallery\" data-id=\"eba1cc1\" data-element_type=\"widget\" data-settings=\"{&quot;columns&quot;:3,&quot;gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;columns_mobile&quot;:2,&quot;gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;gallery_layout&quot;:&quot;grid&quot;,&quot;columns_tablet&quot;:2,&quot;aspect_ratio&quot;:&quot;3:2&quot;,&quot;content_hover_animation&quot;:&quot;fade-in&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"gallery.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-gallery__container\">\n\t\t\t\t\t\t\t<div class=\"e-gallery-item elementor-gallery-item elementor-animated-content\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/redes1.webp\" data-width=\"600\" data-height=\"450\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"e-gallery-item elementor-gallery-item elementor-animated-content\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/redes2.webp\" data-width=\"600\" data-height=\"450\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"e-gallery-item elementor-gallery-item elementor-animated-content\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/redes3.webp\" data-width=\"600\" data-height=\"450\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"e-gallery-item elementor-gallery-item elementor-animated-content\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/redes4.webp\" data-width=\"600\" data-height=\"450\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"e-gallery-item elementor-gallery-item elementor-animated-content\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/redes5.webp\" data-width=\"600\" data-height=\"450\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"e-gallery-item elementor-gallery-item elementor-animated-content\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/redes6.webp\" data-width=\"600\" data-height=\"450\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-85ac6de e-con-full e-flex e-con e-parent\" data-id=\"85ac6de\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-84485d2 e-con-full e-flex e-con e-child\" data-id=\"84485d2\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-692297f elementor-widget elementor-widget-image\" data-id=\"692297f\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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 loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"141\" src=\"https:\/\/sunset.moonkeycode.com\/wp-content\/uploads\/2024\/10\/SM_horizontal_dorado.svg\" class=\"attachment-full size-full wp-image-323913\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-58e3d18 e-con-full e-flex e-con e-child\" data-id=\"58e3d18\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9bc74aa elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"9bc74aa\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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\">SUNSET MARINA RESORT &amp; YACHT CLUB<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6430953 elementor-widget elementor-widget-text-editor\" data-id=\"6430953\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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>Blvd. Kukulcan Km. 5.8 Zona Hotelera<br \/>Zona Hotelera, C.P. 77500,<br \/>Cancun, Q. Roo, Mexico.<br \/><strong>Hotel<\/strong>: +52 (998) 891 4500<\/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-a6c14b9 elementor-widget elementor-widget-heading\" data-id=\"a6c14b9\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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\">Reservaciones<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12bf995 elementor-widget elementor-widget-text-editor\" data-id=\"12bf995\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" 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><strong>USA<\/strong>: 1 800 494 9173<br \/><strong>M\u00e9xico<\/strong>: 01800 262 9268<br \/><strong>Tel<\/strong>: +52 (998) 287 4115<\/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-2988d21 elementor-widget elementor-widget-elementskit-creative-button\" data-id=\"2988d21\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"elementskit-creative-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"ekit-wid-con\" >\t\t<div class=\"ekit-btn-wraper\">\n\t\t\t\t\t\t\t\t<a href=\"#elementor-action:action=popup:open&settings=eyJpZCI6IjMyMzkyMCIsInRvZ2dsZSI6ZmFsc2V9\" class=\"ekit_creative_button ekit_ujarak\" id=\"\" data-text=\"\">\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t<span class=\"ekit_creative_button_text\">Aviso de privacidad<\/span>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/div>\n        <\/div>\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-165ec42 e-con-full e-flex e-con e-child\" data-id=\"165ec42\" data-element_type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-193e903 elementor-widget elementor-widget-html\" data-id=\"193e903\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d3721.2731291999885!2d-86.77738298889642!3d21.141526083814217!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8f4c28db81dfda9b%3A0xd91cb79f8a335f4d!2sSunset%20Marina%20Resort%20%26%20Yacht%20Club!5e0!3m2!1ses-419!2smx!4v1728679793911!5m2!1ses-419!2smx\" width=\"1000\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"><\/iframe>\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>","protected":false},"excerpt":{"rendered":"<p>Reservations for Non-Members Formulario de Reservaci\u00f3n Seleccione un hotelSunset Royal Beach ResortSunset Fishermen Beach ResortHotel Sunset Marina Resort &#038; Yacht Club Adults 01020304050607080910 Children 0001020304050607080910 Book now Sunset Marina Resort &amp; Yacht Club is a charming Mediterranean &#8211; style resort with an exclusive marina and yacht club. It is located in a beautiful landscape next [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-320816","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/sunset.moonkeycode.com\/es\/wp-json\/wp\/v2\/pages\/320816","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sunset.moonkeycode.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sunset.moonkeycode.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sunset.moonkeycode.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sunset.moonkeycode.com\/es\/wp-json\/wp\/v2\/comments?post=320816"}],"version-history":[{"count":205,"href":"https:\/\/sunset.moonkeycode.com\/es\/wp-json\/wp\/v2\/pages\/320816\/revisions"}],"predecessor-version":[{"id":326011,"href":"https:\/\/sunset.moonkeycode.com\/es\/wp-json\/wp\/v2\/pages\/320816\/revisions\/326011"}],"wp:attachment":[{"href":"https:\/\/sunset.moonkeycode.com\/es\/wp-json\/wp\/v2\/media?parent=320816"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}