{"id":7678,"date":"2025-02-14T11:07:51","date_gmt":"2025-02-14T10:07:51","guid":{"rendered":"https:\/\/akquaaa.com\/offers\/"},"modified":"2026-01-28T12:45:35","modified_gmt":"2026-01-28T11:45:35","slug":"offers","status":"publish","type":"page","link":"https:\/\/akquaaa.com\/en\/offers\/","title":{"rendered":"Packs"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"7678\" class=\"elementor elementor-7678 elementor-456\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-18fafca9 e-con-full e-flex e-con e-parent\" data-id=\"18fafca9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e1b01a0 elementor-widget elementor-widget-image\" data-id=\"e1b01a0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/akquaaa.com\/wp-content\/uploads\/2025\/01\/FAVICON-WEB.png\" title=\"\" alt=\"\" loading=\"lazy\" \/>\t\t\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-332f124 elementor-widget elementor-widget-heading\" data-id=\"332f124\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">PACKS<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-392952f elementor-widget elementor-widget-heading\" data-id=\"392952f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">IDEAL PACKS FOR SPECIAL OCCASIONS<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-16b434d e-flex e-con-boxed e-con e-child\" data-id=\"16b434d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-581faad elementor-widget elementor-widget-html\" data-id=\"581faad\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div>\n\n\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>Reservation form<\/title>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500&amp;display=swap\" rel=\"stylesheet\">\n  <style>\n    body {\n      font-family: 'Poppins', sans-serif;\n      background-color: #f5f5f5;\n      margin: 0;\n      padding: 0;\n    }\n\n    .form-container {\n      max-width: 1200px;\n      margin: 32px auto;\n      padding: 24px;\n      border-radius: 6px;\n      background-color: rgba(255, 255, 255, 0.5);\n      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);\n    }\n\n    .form-group {\n      display: flex;\n      justify-content: space-between;\n      flex-wrap: wrap;\n      margin-bottom: 16px;\n    }\n\n    .form-group > div {\n      width: 18%;\n      display: flex;\n      flex-direction: column;\n    }\n\n    .form-group label {\n      font-weight: 500;\n      margin-bottom: 8px;\n      font-size: 16px;\n    }\n\n    .form-group select,\n    .form-group input[type=\"date\"] {\n      padding: 8px;\n      font-size: 16px;\n      font-family: 'Poppins', sans-serif;\n      border: 1px solid #ccc;\n      border-radius: 4px;\n    }\n\n    .form-group input[type=\"date\"] {\n      cursor: pointer;\n    }\n\n    .form-container button {\n      display: block;\n      margin: 24px auto 0;\n      width: 32%;\n      padding: 10px;\n      font-size: 16px;\n      font-family: 'Poppins', sans-serif;\n      color: white;\n      background-color: #041a27;\n      border: none;\n      border-radius: 4px;\n      cursor: pointer;\n      transition: background-color 0.3s;\n    }\n\n    .form-container button:hover {\n      background-color: #c6764e;\n    }\n\n    @media (max-width: 768px) {\n      .form-group {\n        flex-direction: column;\n        align-items: center;\n      }\n\n      .form-group > div {\n        width: 100%;\n        margin-bottom: 16px;\n      }\n\n      .form-container button {\n        width: 80%;\n      }\n    }\n  <\/style>\n\n\n  <div class=\"form-container\">\n    <form id=\"booking-form\">\n      <div class=\"form-group\">\n        <div>\n          <label for=\"datein\">Check-in Date:<\/label>\n          <input type=\"date\" id=\"datein\" name=\"datein\" required=\"\">\n        <\/div>\n        <div>\n          <label for=\"dateout\">Check-out Date:<\/label>\n          <input type=\"date\" id=\"dateout\" name=\"dateout\" required=\"\">\n        <\/div>\n        <div>\n          <label for=\"adults\">Adults (13+):<\/label>\n          <select id=\"adults\" name=\"adults\" required=\"\">\n            <option value=\"1\">1<\/option>\n <option value=\"2\">2<\/option>\n <option value=\"3\">3<\/option>\n <option value=\"4\">4<\/option>\n          <\/select>\n        <\/div>\n        <div>\n          <label for=\"children\">Children (2-12):<\/label>\n <select id=\"children\" name=\"children\" required=\"\">\n <option value=\"0\">0<\/option>\n <option value=\"1\">1<\/option>\n <option value=\"2\">2<\/option>\n<\/select> \n        <\/div>\n        <div>\n          <label for=\"babies\">Babies (0-1): <\/label> \n<select id=\"babies\" name=\"babies\" required=\"\">\n<option value=\"0\">0<\/option>\n<option value=\"1\">1<\/option> \n<\/select> \n        <\/div>\n      <\/div>\n\n      <button type=\"submit\">Check Availability<\/button>\n    <\/form>\n  <\/div>\n\n  <script>\n    function formatDate(date) {\n      const [year, month, day] = date.split('-');\n      return `${day}-${month}-${year}`;\n    }\n\n    document.getElementById('datein').addEventListener('change', function () {\n      const checkinDate = new Date(this.value);\n      if (!isNaN(checkinDate.getTime())) {\n        checkinDate.setDate(checkinDate.getDate() + 1);\n        const yyyy = checkinDate.getFullYear();\n        const mm = String(checkinDate.getMonth() + 1).padStart(2, '0');\n        const dd = String(checkinDate.getDate()).padStart(2, '0');\n        document.getElementById('dateout').value = `${yyyy}-${mm}-${dd}`;\n      }\n    });\n\n    document.getElementById('booking-form').addEventListener('submit', function (event) {\n      event.preventDefault();\n\n      const datein = document.getElementById('datein').value;\n      const dateout = document.getElementById('dateout').value;\n      const adults = document.getElementById('adults').value;\n      const children = document.getElementById('children').value;\n      const babies = document.getElementById('babies').value;\n\n      if (new Date(dateout) <= new Date(datein)) {\n        alert(\"La data de sortida ha de ser posterior a la d'entrada.\");\n        return;\n      }\n\n      const formattedDateIn = formatDate(datein);\n      const formattedDateOut = formatDate(dateout);\n\n      const url = `https:\/\/engine.prod.witbooking.com\/ca\/hotel\/akquaaa?fini=${formattedDateIn}&fout=${formattedDateOut}&adultos=${adults}&ninos=${children}&bebes=${babies}`;\n      window.location.href = url;\n    });\n  <\/script>\n\n\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-556e1de e-flex e-con-boxed e-con e-parent\" data-id=\"556e1de\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-8eeeefe e-con-full e-flex e-con e-child\" data-id=\"8eeeefe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0732440 elementor-widget elementor-widget-heading\" data-id=\"0732440\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">ROMANTIC GETAWAY PACK<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7748908 elementor-widget elementor-widget-heading\" data-id=\"7748908\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Thinking about enjoying a romantic getaway?\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f056547 elementor-widget elementor-widget-text-editor\" data-id=\"f056547\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f604e47 wpr-feature-list-left wpr-feature-list-square wpr-feature-list-line-yes elementor-widget elementor-widget-wpr-feature-list\" data-id=\"f604e47\" data-element_type=\"widget\" data-widget_type=\"wpr-feature-list.default\"><div class=\"elementor-widget-container\"><div class=\"wpr-feature-list-wrap\"><div class=\"wpr-feature-list-content-wrap\"><p class=\"wpr-feature-list-description\">The pack includes:<\/p><ul><li class=\"wpr-feature-list-description\">Deluxe Room with Balcony and Sea View<\/li><li class=\"wpr-feature-list-description\">Buffet breakfast<\/li><li class=\"wpr-feature-list-description\">Bottle of cava in the room<\/li><li class=\"wpr-feature-list-description\">Parking Space<\/li><li class=\"wpr-feature-list-description\">Romantic dinner for 2 people in our exclusive restaurant<\/li><\/ul><p>Dinner includes:<\/p><ul><li>1 bottle of white or red wine: D.O Pened\u00e8s<\/li><li>Burrata Salad to Share<\/li><li>\u00bd portion of Andalusian-style squid<\/li><li>\u00bd raci\u00f3n de ensaladilla rusa<\/li><li>Cod with confit tomatoes on straw potatoes (1 dish to share)<\/li><li>Passion fruit cream (1 dish to share)<\/li><li>2 Gin Tonics or cocktails from the menu of your choice *Premium drinks not included<\/li><\/ul><\/div><\/div><\/div><\/div><div class=\"elementor-element elementor-element-dd799f2 elementor-mobile-align-center elementor-align-center elementor-widget elementor-widget-button\" data-id=\"dd799f2\" data-element_type=\"widget\" data-widget_type=\"button.default\"><div class=\"elementor-widget-container\"><div class=\"elementor-button-wrapper\"> <\/div><\/div><\/div>\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-a07628b elementor-widget elementor-widget-button\" data-id=\"a07628b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/engine.witbooking.com\/en\/hotel\/hotelkursaalcalafell.com?roomId=\">\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\">book getaway<\/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\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2f28b1d e-con-full e-flex e-con e-child\" data-id=\"2f28b1d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-07d98cd elementor-widget elementor-widget-image\" data-id=\"07d98cd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"800\" height=\"534\" src=\"https:\/\/akquaaa.com\/wp-content\/uploads\/2025\/02\/shutterstock_2026770128-1.jpg\" class=\"attachment-large size-large wp-image-868\" alt=\"\" srcset=\"https:\/\/akquaaa.com\/wp-content\/uploads\/2025\/02\/shutterstock_2026770128-1.jpg 1000w, https:\/\/akquaaa.com\/wp-content\/uploads\/2025\/02\/shutterstock_2026770128-1-300x200.jpg 300w, https:\/\/akquaaa.com\/wp-content\/uploads\/2025\/02\/shutterstock_2026770128-1-768x512.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\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-823dc15 elementor-skin-carousel elementor-arrows-yes elementor-pagination-type-bullets elementor-pagination-position-outside elementor-widget elementor-widget-media-carousel\" data-id=\"823dc15\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_per_view_mobile&quot;:&quot;2&quot;,&quot;skin&quot;:&quot;carousel&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;show_arrows&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}\" data-widget_type=\"media-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper\">\n\t\t\t\t\t<div class=\"elementor-main-swiper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Diapositivas\">\n\t\t\t\t<div class=\"swiper-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"\" style=\"background-image: url(&#039;https:\/\/akquaaa.com\/wp-content\/uploads\/2025\/02\/AKQUAAA-2.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"Restaurante Akquaaa Hotel Calafell\" style=\"background-image: url(&#039;https:\/\/akquaaa.com\/wp-content\/uploads\/2025\/02\/MRG_3499-min-scaled.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"AKQUAAA-6\" style=\"background-image: url(&#039;https:\/\/akquaaa.com\/wp-content\/uploads\/2025\/02\/AKQUAAA-6.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"sanvalentin-horizontal-scaled\" style=\"background-image: url(&#039;https:\/\/akquaaa.com\/wp-content\/uploads\/2025\/02\/sanvalentin-horizontal-scaled-1.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"AKQUAAA-3\" style=\"background-image: url(&#039;https:\/\/akquaaa.com\/wp-content\/uploads\/2025\/02\/AKQUAAA-3.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"AKQUAAA-9\" style=\"background-image: url(&#039;https:\/\/akquaaa.com\/wp-content\/uploads\/2025\/02\/AKQUAAA-9-e1752163946653.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\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\" aria-label=\"Previous\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-left\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"Next\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-right\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a175f98 e-flex e-con-boxed e-con e-parent\" data-id=\"a175f98\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-526921f e-con-full e-flex e-con e-child\" data-id=\"526921f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8b2f36f elementor-widget elementor-widget-heading\" data-id=\"8b2f36f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">GASTRONOMIC GETAWAY PACK<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-60a7a57 elementor-widget elementor-widget-heading\" data-id=\"60a7a57\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Thinking about enjoying a Gastronomic Getaway?\n\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9adccce elementor-widget elementor-widget-text-editor\" data-id=\"9adccce\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1f0d529 wpr-feature-list-left wpr-feature-list-square wpr-feature-list-line-yes elementor-widget elementor-widget-wpr-feature-list\" data-id=\"1f0d529\" data-element_type=\"widget\" data-widget_type=\"wpr-feature-list.default\"><div class=\"elementor-widget-container\"><div class=\"wpr-feature-list-wrap\"><div class=\"wpr-feature-list-content-wrap\"><p>We have an excellent option to offer:<\/p><ul><li class=\"wpr-feature-list-description\">Deluxe Room with Balcony and Sea View<\/li><li class=\"wpr-feature-list-description\">Buffet breakfast<\/li><li class=\"wpr-feature-list-description\">Parking Space<\/li><li class=\"wpr-feature-list-description\">Dinner for 2 people in our exclusive restaurantDinner for 2 people in our exclusive restaurant<\/li><\/ul><p> <\/p><p>Dinner includes:<\/p><ul><li>\u00bd Portion of purebred ham with crystal bread<\/li><li>\u00bd Russian salad with smoked eel<\/li><li>\u00bd Km0 tomato salad, tuna belly and spring onion<\/li><li>Sea bream with baked potatoes and roasted tomato or grilled beef entrecote tagliata with chimichurri and arugula (Choose one dish each)<\/li><li>Passion fruit Catalan cream or Tiramisu with amaretto gel (Choose one dish each)<\/li><li>1 bottle of white or red wine D.O. Pened\u00e8s<\/li><li>2 Gin and Tonics or cocktails of your choice <br>*Premium drinks not included<\/li><\/ul><\/div><\/div><\/div><\/div><div class=\"elementor-element elementor-element-f6dccc0 elementor-mobile-align-center elementor-align-center elementor-widget elementor-widget-button\" data-id=\"f6dccc0\" data-element_type=\"widget\" data-widget_type=\"button.default\"><div class=\"elementor-widget-container\"><div class=\"elementor-button-wrapper\"> <\/div><\/div><\/div>\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-18169bc elementor-widget elementor-widget-button\" data-id=\"18169bc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/engine.prod.witbooking.com\/hotel\/akquaaa\">\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\">book getaway<\/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\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4a6d719 e-con-full e-flex e-con e-child\" data-id=\"4a6d719\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e6a1db6 elementor-widget elementor-widget-image\" data-id=\"e6a1db6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"484\" src=\"https:\/\/akquaaa.com\/wp-content\/uploads\/2025\/01\/Captura-de-pantalla-2025-01-29-a-las-8.26.32-1024x619.png\" class=\"attachment-large size-large wp-image-712\" alt=\"\" srcset=\"https:\/\/akquaaa.com\/wp-content\/uploads\/2025\/01\/Captura-de-pantalla-2025-01-29-a-las-8.26.32-1024x619.png 1024w, https:\/\/akquaaa.com\/wp-content\/uploads\/2025\/01\/Captura-de-pantalla-2025-01-29-a-las-8.26.32-300x181.png 300w, https:\/\/akquaaa.com\/wp-content\/uploads\/2025\/01\/Captura-de-pantalla-2025-01-29-a-las-8.26.32-768x465.png 768w, https:\/\/akquaaa.com\/wp-content\/uploads\/2025\/01\/Captura-de-pantalla-2025-01-29-a-las-8.26.32-1536x929.png 1536w, https:\/\/akquaaa.com\/wp-content\/uploads\/2025\/01\/Captura-de-pantalla-2025-01-29-a-las-8.26.32-2048x1239.png 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\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-4fee91c elementor-skin-carousel elementor-arrows-yes elementor-pagination-type-bullets elementor-pagination-position-outside elementor-widget elementor-widget-media-carousel\" data-id=\"4fee91c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_per_view_mobile&quot;:&quot;2&quot;,&quot;skin&quot;:&quot;carousel&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;show_arrows&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}\" data-widget_type=\"media-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper\">\n\t\t\t\t\t<div class=\"elementor-main-swiper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Diapositivas\">\n\t\t\t\t<div class=\"swiper-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"AKQUAAA-1\" style=\"background-image: url(&#039;https:\/\/akquaaa.com\/wp-content\/uploads\/2025\/02\/AKQUAAA-1.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"Restaurante Akquaaa Hotel Calafell\" style=\"background-image: url(&#039;https:\/\/akquaaa.com\/wp-content\/uploads\/2025\/02\/MRG_3155-scaled.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"AKQUAAA-6\" style=\"background-image: url(&#039;https:\/\/akquaaa.com\/wp-content\/uploads\/2025\/02\/AKQUAAA-6.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"Restaurante Akquaaa Hotel Calafell\" style=\"background-image: url(&#039;https:\/\/akquaaa.com\/wp-content\/uploads\/2025\/02\/MRG_3315-scaled.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"AKQUAAA-9\" style=\"background-image: url(&#039;https:\/\/akquaaa.com\/wp-content\/uploads\/2025\/02\/AKQUAAA-9-e1752163946653.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\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\" aria-label=\"Previous\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-left\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"Next\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-right\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-15a1dc8 e-flex e-con-boxed e-con e-parent\" data-id=\"15a1dc8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-1124f66 e-con-full e-flex e-con e-child\" data-id=\"1124f66\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-37108a6 elementor-widget elementor-widget-heading\" data-id=\"37108a6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">WORK STAY PACK<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-71f960a elementor-widget elementor-widget-heading\" data-id=\"71f960a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Do you have the freedom to work from wherever you want? Are you coming to Calafell or the surrounding area for work? \n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-249720c elementor-widget elementor-widget-text-editor\" data-id=\"249720c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f604e47 wpr-feature-list-left wpr-feature-list-square wpr-feature-list-line-yes elementor-widget elementor-widget-wpr-feature-list\" data-id=\"f604e47\" data-element_type=\"widget\" data-widget_type=\"wpr-feature-list.default\"><div class=\"elementor-widget-container\"><div class=\"wpr-feature-list-wrap\"><div class=\"wpr-feature-list-content-wrap\"><div class=\"elementor-element elementor-element-600b260 wpr-feature-list-left wpr-feature-list-square wpr-feature-list-line-yes elementor-widget elementor-widget-wpr-feature-list\" data-id=\"600b260\" data-element_type=\"widget\" data-widget_type=\"wpr-feature-list.default\"><div class=\"elementor-widget-container\"><div class=\"wpr-feature-list-wrap\"><div class=\"wpr-feature-list-content-wrap\"><p>At Akquaaa we have this excellent offer for you:<\/p><ul><li>Deluxe Room with Ocean View<\/li><li>Breakfast<\/li><li>Workspace with high-speed Wi-Fi<\/li><li>Free printing of up to 20 pages<\/li><li>1 uncovered parking space 200 meters from the hotel<\/li><li>10% discount in restaurant for dinner service<\/li><\/ul><\/div><\/div><\/div><\/div><div class=\"elementor-element elementor-element-c0b573d elementor-widget elementor-widget-spacer\" data-id=\"c0b573d\" data-element_type=\"widget\" data-widget_type=\"spacer.default\"><div class=\"elementor-widget-container\"><div class=\"elementor-spacer\"> <\/div><\/div><\/div><\/div><\/div><\/div><\/div>\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-f2f2dd4 elementor-widget elementor-widget-button\" data-id=\"f2f2dd4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/engine.witbooking.com\/en\/hotel\/hotelkursaalcalafell.com?roomId=\">\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\">book getaway<\/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\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-896ab2b e-con-full e-flex e-con e-child\" data-id=\"896ab2b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-65b2d03 elementor-widget elementor-widget-image\" data-id=\"65b2d03\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"532\" src=\"https:\/\/akquaaa.com\/wp-content\/uploads\/2025\/01\/Hotel_Restaurant_Akquaaa_Calafell-15-1024x681.jpg\" class=\"attachment-large size-large wp-image-628\" alt=\"\" srcset=\"https:\/\/akquaaa.com\/wp-content\/uploads\/2025\/01\/Hotel_Restaurant_Akquaaa_Calafell-15-1024x681.jpg 1024w, https:\/\/akquaaa.com\/wp-content\/uploads\/2025\/01\/Hotel_Restaurant_Akquaaa_Calafell-15-300x199.jpg 300w, https:\/\/akquaaa.com\/wp-content\/uploads\/2025\/01\/Hotel_Restaurant_Akquaaa_Calafell-15-768x511.jpg 768w, https:\/\/akquaaa.com\/wp-content\/uploads\/2025\/01\/Hotel_Restaurant_Akquaaa_Calafell-15.jpg 1280w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\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-7d6d952 elementor-skin-carousel elementor-arrows-yes elementor-pagination-type-bullets elementor-pagination-position-outside elementor-widget elementor-widget-media-carousel\" data-id=\"7d6d952\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_per_view_mobile&quot;:&quot;2&quot;,&quot;skin&quot;:&quot;carousel&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;show_arrows&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}\" data-widget_type=\"media-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper\">\n\t\t\t\t\t<div class=\"elementor-main-swiper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Diapositivas\">\n\t\t\t\t<div class=\"swiper-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"AKQUAAA-1\" style=\"background-image: url(&#039;https:\/\/akquaaa.com\/wp-content\/uploads\/2025\/02\/AKQUAAA-1.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"\" style=\"background-image: url(&#039;https:\/\/akquaaa.com\/wp-content\/uploads\/2025\/02\/AKQUAAA-2.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"AKQUAAA-6\" style=\"background-image: url(&#039;https:\/\/akquaaa.com\/wp-content\/uploads\/2025\/02\/AKQUAAA-6.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"AKQUAAA-3\" style=\"background-image: url(&#039;https:\/\/akquaaa.com\/wp-content\/uploads\/2025\/02\/AKQUAAA-3.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"AKQUAAA-9\" style=\"background-image: url(&#039;https:\/\/akquaaa.com\/wp-content\/uploads\/2025\/02\/AKQUAAA-9-e1752163946653.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\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\" aria-label=\"Previous\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-left\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"Next\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-right\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>PACKS IDEAL PACKS FOR SPECIAL OCCASIONS Reservation form Check-in Date: Check-out Date: Adults (13+): 1234 Children (2-12): 012 Babies (0-1): 01 Check Availability ROMANTIC GETAWAY PACK Thinking about enjoying a romantic getaway? The pack includes: Deluxe Room with Balcony and Sea View Buffet breakfast Bottle of cava in the room Parking Space Romantic dinner for [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":868,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7678","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Beach hotel deals<\/title>\n<meta name=\"description\" content=\"Beach hotel deals. Hotel deals in Calafell, right on the beach and with sea views. It&#039;s time for a getaway.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/akquaaa.com\/en\/offers\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Beach hotel deals\" \/>\n<meta property=\"og:description\" content=\"Beach hotel deals. Hotel deals in Calafell, right on the beach and with sea views. It&#039;s time for a getaway.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/akquaaa.com\/en\/offers\/\" \/>\n<meta property=\"og:site_name\" content=\"Akquaaa\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-28T11:45:35+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/akquaaa.com\/wp-content\/uploads\/2025\/02\/shutterstock_2026770128-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1000\" \/>\n\t<meta property=\"og:image:height\" content=\"667\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/akquaaa.com\\\/en\\\/offers\\\/\",\"url\":\"https:\\\/\\\/akquaaa.com\\\/en\\\/offers\\\/\",\"name\":\"Beach hotel deals\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/akquaaa.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/akquaaa.com\\\/en\\\/offers\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/akquaaa.com\\\/en\\\/offers\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/akquaaa.com\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/shutterstock_2026770128-1.jpg\",\"datePublished\":\"2025-02-14T10:07:51+00:00\",\"dateModified\":\"2026-01-28T11:45:35+00:00\",\"description\":\"Beach hotel deals. Hotel deals in Calafell, right on the beach and with sea views. It's time for a getaway.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/akquaaa.com\\\/en\\\/offers\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/akquaaa.com\\\/en\\\/offers\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/akquaaa.com\\\/en\\\/offers\\\/#primaryimage\",\"url\":\"https:\\\/\\\/akquaaa.com\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/shutterstock_2026770128-1.jpg\",\"contentUrl\":\"https:\\\/\\\/akquaaa.com\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/shutterstock_2026770128-1.jpg\",\"width\":1000,\"height\":667},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/akquaaa.com\\\/en\\\/offers\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/akquaaa.com\\\/en\\\/hotel-akquaaa\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Packs\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/akquaaa.com\\\/#website\",\"url\":\"https:\\\/\\\/akquaaa.com\\\/\",\"name\":\"Hotel Akquaaa\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/akquaaa.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/akquaaa.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/akquaaa.com\\\/#organization\",\"name\":\"Hotel Akquaaa\",\"url\":\"https:\\\/\\\/akquaaa.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/akquaaa.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/akquaaa.com\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/LOHO-HOTEL-NEGRO.png\",\"contentUrl\":\"https:\\\/\\\/akquaaa.com\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/LOHO-HOTEL-NEGRO.png\",\"width\":4000,\"height\":1016,\"caption\":\"Hotel Akquaaa\"},\"image\":{\"@id\":\"https:\\\/\\\/akquaaa.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Beach hotel deals","description":"Beach hotel deals. Hotel deals in Calafell, right on the beach and with sea views. It's time for a getaway.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/akquaaa.com\/en\/offers\/","og_locale":"en_US","og_type":"article","og_title":"Beach hotel deals","og_description":"Beach hotel deals. Hotel deals in Calafell, right on the beach and with sea views. It's time for a getaway.","og_url":"https:\/\/akquaaa.com\/en\/offers\/","og_site_name":"Akquaaa","article_modified_time":"2026-01-28T11:45:35+00:00","og_image":[{"width":1000,"height":667,"url":"https:\/\/akquaaa.com\/wp-content\/uploads\/2025\/02\/shutterstock_2026770128-1.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/akquaaa.com\/en\/offers\/","url":"https:\/\/akquaaa.com\/en\/offers\/","name":"Beach hotel deals","isPartOf":{"@id":"https:\/\/akquaaa.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/akquaaa.com\/en\/offers\/#primaryimage"},"image":{"@id":"https:\/\/akquaaa.com\/en\/offers\/#primaryimage"},"thumbnailUrl":"https:\/\/akquaaa.com\/wp-content\/uploads\/2025\/02\/shutterstock_2026770128-1.jpg","datePublished":"2025-02-14T10:07:51+00:00","dateModified":"2026-01-28T11:45:35+00:00","description":"Beach hotel deals. Hotel deals in Calafell, right on the beach and with sea views. It's time for a getaway.","breadcrumb":{"@id":"https:\/\/akquaaa.com\/en\/offers\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/akquaaa.com\/en\/offers\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/akquaaa.com\/en\/offers\/#primaryimage","url":"https:\/\/akquaaa.com\/wp-content\/uploads\/2025\/02\/shutterstock_2026770128-1.jpg","contentUrl":"https:\/\/akquaaa.com\/wp-content\/uploads\/2025\/02\/shutterstock_2026770128-1.jpg","width":1000,"height":667},{"@type":"BreadcrumbList","@id":"https:\/\/akquaaa.com\/en\/offers\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/akquaaa.com\/en\/hotel-akquaaa\/"},{"@type":"ListItem","position":2,"name":"Packs"}]},{"@type":"WebSite","@id":"https:\/\/akquaaa.com\/#website","url":"https:\/\/akquaaa.com\/","name":"Hotel Akquaaa","description":"","publisher":{"@id":"https:\/\/akquaaa.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/akquaaa.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/akquaaa.com\/#organization","name":"Hotel Akquaaa","url":"https:\/\/akquaaa.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/akquaaa.com\/#\/schema\/logo\/image\/","url":"https:\/\/akquaaa.com\/wp-content\/uploads\/2025\/01\/LOHO-HOTEL-NEGRO.png","contentUrl":"https:\/\/akquaaa.com\/wp-content\/uploads\/2025\/01\/LOHO-HOTEL-NEGRO.png","width":4000,"height":1016,"caption":"Hotel Akquaaa"},"image":{"@id":"https:\/\/akquaaa.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/akquaaa.com\/en\/wp-json\/wp\/v2\/pages\/7678","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/akquaaa.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/akquaaa.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/akquaaa.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/akquaaa.com\/en\/wp-json\/wp\/v2\/comments?post=7678"}],"version-history":[{"count":0,"href":"https:\/\/akquaaa.com\/en\/wp-json\/wp\/v2\/pages\/7678\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/akquaaa.com\/en\/wp-json\/wp\/v2\/media\/868"}],"wp:attachment":[{"href":"https:\/\/akquaaa.com\/en\/wp-json\/wp\/v2\/media?parent=7678"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}