{"id":3537,"date":"2024-07-06T23:13:41","date_gmt":"2024-07-06T22:13:41","guid":{"rendered":"https:\/\/aquafunmogan.es\/casa\/"},"modified":"2025-07-26T08:08:53","modified_gmt":"2025-07-26T07:08:53","slug":"casa","status":"publish","type":"page","link":"https:\/\/aquafunmogan.es\/it\/casa\/","title":{"rendered":"Casa"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"3537\" class=\"elementor elementor-3537 elementor-1377\">\n\t\t\t\t<div class=\"elementor-element elementor-element-308475a e-flex e-con-boxed e-con e-parent\" data-id=\"308475a\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8c52718 elementor-widget elementor-widget-html\" data-id=\"8c52718\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\r\n<html lang=\"it\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\r\n  <title>Menu Blu<\/title>\r\n  <style>\r\n    \/* Reimpostazione di base *\/\r\n    body {\r\n      margin: 0;\r\n      padding: 0;\r\n    }\r\n    \/* Contenitore della barra del menu blu a schermo intero *\/\r\n    .blue-menu-bar {\r\n      background-color: #01599C; \/* Colore blu (modifica se necessario) *\/\r\n      width: 100%;\r\n      padding: 10px 0; \/* Regola il padding verticale se necessario *\/\r\n    }\r\n    \/* Contenitore interno centrato con larghezza limitata *\/\r\n    .blue-menu-inner {\r\n      max-width: 1100px; \/* Modifica questo valore per renderlo pi\u00f9 stretto del 100% *\/\r\n      margin: 0 auto;\r\n      text-align: center;\r\n    }\r\n    \/* Stili per l'elenco dei link *\/\r\n    .blue-menu-inner ul {\r\n      list-style: none;\r\n      margin: 0;\r\n      padding: 0;\r\n      display: flex;\r\n      justify-content: center;\r\n      gap: 30px; \/* Spaziatura tra i link *\/\r\n    }\r\n    .blue-menu-inner ul li a {\r\n      color: #ffffff;\r\n      text-decoration: none;\r\n      font-weight: bold;\r\n      font-size: 16px;\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n  <div class=\"blue-menu-bar\">\r\n    <div class=\"blue-menu-inner\">\r\n      <ul>\r\n        <li><a href=\"https:\/\/aquafunmogan.es\/it\/carrello-primo-passo\/\">Prenota Ora<\/a><\/li>\r\n        <li><a href=\"tel:+34644734294\">+34644734294<\/a><\/li>\r\n      <\/ul>\r\n    <\/div>\r\n  <\/div>\r\n<\/body>\r\n<\/html>\r\n\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-4f3bea6 e-flex e-con-boxed e-con e-parent\" data-id=\"4f3bea6\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1cc6b2d elementor-widget elementor-widget-heading\" data-id=\"1cc6b2d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Gite in barca private ed escursioni a Mog\u00e1n\u200b<\/h1>\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-d62bbab e-flex e-con-boxed e-con e-parent\" data-id=\"d62bbab\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-73c5da6 elementor-widget elementor-widget-html\" data-id=\"73c5da6\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\r\n<html lang=\"it\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\r\n  <title>Esperienze Aquafun Mogan<\/title>\r\n  <style>\r\n    \/* Reset di base *\/\r\n    * {\r\n      box-sizing: border-box;\r\n      margin: 0;\r\n      padding: 0;\r\n    }\r\n    body {\r\n      font-family: Arial, sans-serif;\r\n      background-color: #f9f9f9;\r\n      color: #333;\r\n    }\r\n    \/* Contenitore generale *\/\r\n    .container {\r\n      max-width: 1200px;\r\n      margin: 0 auto;\r\n      padding: 20px;\r\n    }\r\n    .grid-container {\r\n      display: grid;\r\n      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\r\n      gap: 20px;\r\n    }\r\n    .grid-item {\r\n      background-color: #fff;\r\n      border: 1px solid #ccc;\r\n      border-radius: 8px;\r\n      box-shadow: 0 2px 8px rgba(25, 118, 210, 0.2);\r\n      overflow: hidden;\r\n      text-align: center;\r\n      transition: transform 0.3s ease, box-shadow 0.3s ease;\r\n    }\r\n    .grid-item:hover {\r\n      transform: translateY(-5px);\r\n      box-shadow: 0 4px 12px rgba(25, 118, 210, 0.3);\r\n    }\r\n    .grid-item img {\r\n      width: 100%;\r\n      height: 200px;\r\n      object-fit: cover;\r\n      display: block;\r\n    }\r\n    .content {\r\n      padding: 15px;\r\n    }\r\n    .content h3 {\r\n      margin: 10px 0;\r\n      font-size: 20px;\r\n      color: #1976d2;\r\n    }\r\n    .content p {\r\n      margin: 5px 0;\r\n      font-size: 16px;\r\n      color: #555;\r\n    }\r\n    .content a {\r\n      display: inline-block;\r\n      text-decoration: none;\r\n      background-color: #64b5f6;\r\n      color: #fff;\r\n      padding: 10px 20px;\r\n      margin-top: 10px;\r\n      border-radius: 4px;\r\n      transition: background-color 0.3s ease;\r\n      font-weight: bold;\r\n    }\r\n    .content a:hover {\r\n      background-color: #42a5f5;\r\n    }\r\n    \/* Responsive: Schermi piccoli *\/\r\n    @media (max-width: 600px) {\r\n      .grid-item img {\r\n        height: 150px;\r\n      }\r\n      .content h3 {\r\n        font-size: 18px;\r\n      }\r\n      .content p {\r\n        font-size: 14px;\r\n      }\r\n      .content a {\r\n        padding: 8px 16px;\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n  <div class=\"container\">\r\n    <div class=\"grid-container\">\r\n      <!-- 1. Tour Privato su Malu V -->\r\n      <div class=\"grid-item\">\r\n        <img decoding=\"async\" src=\"http:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/12\/007-scaled-1-1.jpg\" alt=\"Tour Privato su Malu V\">\r\n        <div class=\"content\">\r\n          <h3>Tour Privato su Malu V<\/h3>\r\n          <p>Prezzo: Da 150\u20ac\/gruppo<\/p>\r\n          <p>Fino a 9 persone<\/p>\r\n          <a href=\"https:\/\/aquafunmogan.es\/it\/tour-privato-malu-v\/\">Seleziona<\/a>\r\n        <\/div>\r\n      <\/div>\r\n      \r\n      <!-- 2. Escursione alla Spiaggia di Guigui -->\r\n      <div class=\"grid-item\">\r\n        <img decoding=\"async\" src=\"http:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/12\/playaguigui.jpg\" alt=\"Escursione alla Spiaggia di Guigui\">\r\n        <div class=\"content\">\r\n          <h3>Escursione alla Spiaggia di Guigui<\/h3>\r\n          <p>Prezzo: 125\u20ac\/persona<\/p>\r\n          <p>Durata: 4 ore<\/p>\r\n          <a href=\"https:\/\/aquafunmogan.es\/it\/escursione-alla-spiaggia-di-guigui\/\">Seleziona<\/a>\r\n        <\/div>\r\n      <\/div>\r\n      \r\n      <!-- 3. Avvistamento dei Delfini -->\r\n      <div class=\"grid-item\">\r\n        <img decoding=\"async\" src=\"http:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/12\/delfines.avif\" alt=\"Avvistamento dei Delfini\">\r\n        <div class=\"content\">\r\n          <h3>Avvistamento dei Delfini<\/h3>\r\n          <p>Prezzo: 37\u20ac\/persona<\/p>\r\n          <p>Durata: 2 ore<\/p>\r\n          <a href=\"https:\/\/aquafunmogan.es\/it\/avvistamento-dei-delfini\/\">Seleziona<\/a>\r\n        <\/div>\r\n      <\/div>\r\n      \r\n      <!-- 4. Parasailing -->\r\n      <div class=\"grid-item\">\r\n        <img decoding=\"async\" src=\"http:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/12\/Captura.png\" alt=\"Parasailing\">\r\n        <div class=\"content\">\r\n          <h3>Parasailing<\/h3>\r\n          <p>Prezzo: 50\u20ac<\/p>\r\n          <p>Durata: 1 ora<\/p>\r\n          <a href=\"https:\/\/aquafunmogan.es\/it\/parasailing\/\">Seleziona<\/a>\r\n        <\/div>\r\n      <\/div>\r\n      \r\n      <!-- 5. Tour Privato in Yacht LYA -->\r\n      <div class=\"grid-item\">\r\n        <img decoding=\"async\" src=\"https:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/11\/039-copia-scaled.jpg\" alt=\"Tour Privato in Yacht LYA\">\r\n        <div class=\"content\">\r\n          <h3>Tour Privato in Yacht LYA<\/h3>\r\n          <p>Prezzo: 125\u20ac all'ora<\/p>\r\n          <p>Fino a 9 persone<\/p>\r\n          <a href=\"https:\/\/aquafunmogan.es\/it\/tour-privato-in-yacht-lya\/\">Seleziona<\/a>\r\n        <\/div>\r\n      <\/div>\r\n      \r\n      <!-- 6. Giornata in Mare & Pernottamento -->\r\n      <div class=\"grid-item\">\r\n        <img decoding=\"async\" src=\"http:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/12\/motoagua.jpg\" alt=\"Giornata in Mare & Pernottamento\">\r\n        <div class=\"content\">\r\n          <h3>Giornata in Mare & Pernottamento<\/h3>\r\n          <p>Prezzo: 950\u20ac<\/p>\r\n          <p>Fino a 4 persone<\/p>\r\n          <a href=\"https:\/\/aquafunmogan.es\/it\/giornata-in-mare-e-pernottamento\/\">Seleziona<\/a>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/body>\r\n<\/html>\r\n\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-3e76ee2 e-con-full e-flex e-con e-parent\" data-id=\"3e76ee2\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;mountains&quot;,&quot;shape_divider_bottom&quot;:&quot;mountains&quot;}\">\n\t\t\t\t<div class=\"elementor-shape elementor-shape-top\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n\t<path class=\"elementor-shape-fill\" opacity=\"0.33\" d=\"M473,67.3c-203.9,88.3-263.1-34-320.3,0C66,119.1,0,59.7,0,59.7V0h1000v59.7 c0,0-62.1,26.1-94.9,29.3c-32.8,3.3-62.8-12.3-75.8-22.1C806,49.6,745.3,8.7,694.9,4.7S492.4,59,473,67.3z\"\/>\n\t<path class=\"elementor-shape-fill\" opacity=\"0.66\" d=\"M734,67.3c-45.5,0-77.2-23.2-129.1-39.1c-28.6-8.7-150.3-10.1-254,39.1 s-91.7-34.4-149.2,0C115.7,118.3,0,39.8,0,39.8V0h1000v36.5c0,0-28.2-18.5-92.1-18.5C810.2,18.1,775.7,67.3,734,67.3z\"\/>\n\t<path class=\"elementor-shape-fill\" d=\"M766.1,28.9c-200-57.5-266,65.5-395.1,19.5C242,1.8,242,5.4,184.8,20.6C128,35.8,132.3,44.9,89.9,52.5C28.6,63.7,0,0,0,0 h1000c0,0-9.9,40.9-83.6,48.1S829.6,47,766.1,28.9z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n\t<path class=\"elementor-shape-fill\" opacity=\"0.33\" d=\"M473,67.3c-203.9,88.3-263.1-34-320.3,0C66,119.1,0,59.7,0,59.7V0h1000v59.7 c0,0-62.1,26.1-94.9,29.3c-32.8,3.3-62.8-12.3-75.8-22.1C806,49.6,745.3,8.7,694.9,4.7S492.4,59,473,67.3z\"\/>\n\t<path class=\"elementor-shape-fill\" opacity=\"0.66\" d=\"M734,67.3c-45.5,0-77.2-23.2-129.1-39.1c-28.6-8.7-150.3-10.1-254,39.1 s-91.7-34.4-149.2,0C115.7,118.3,0,39.8,0,39.8V0h1000v36.5c0,0-28.2-18.5-92.1-18.5C810.2,18.1,775.7,67.3,734,67.3z\"\/>\n\t<path class=\"elementor-shape-fill\" d=\"M766.1,28.9c-200-57.5-266,65.5-395.1,19.5C242,1.8,242,5.4,184.8,20.6C128,35.8,132.3,44.9,89.9,52.5C28.6,63.7,0,0,0,0 h1000c0,0-9.9,40.9-83.6,48.1S829.6,47,766.1,28.9z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9f684fc elementor-widget elementor-widget-heading\" data-id=\"9f684fc\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Preparati a una giornata piena di divertimento e avventura in mare con Agua Fun Mogan.<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6dfb556 elementor-widget elementor-widget-text-editor\" data-id=\"6dfb556\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Prenota ora e fai in modo che ogni momento sia importante!<\/p>\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-03ca41c elementor-widget elementor-widget-eael-creative-button\" data-id=\"03ca41c\" data-element_type=\"widget\" data-widget_type=\"eael-creative-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t        <div class=\"eael-creative-button-wrapper\">\n\n            <a class=\"eael-creative-button eael-creative-button--rayen\" href=\"#formreserva\" data-text=\"prenota ora\">\n\n\t    \n                <div class=\"creative-button-inner\">\n\n                    \n                    <span class=\"cretive-button-text\">Prenota ora<\/span>\n\n                                    <\/div>\n\t                        <\/a>\n        <\/div>\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-4312206 e-flex e-con-boxed e-con e-parent\" data-id=\"4312206\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e6f4256 elementor-widget elementor-widget-heading\" data-id=\"e6f4256\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">esplora gran canaria<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a93827d elementor-widget elementor-widget-heading\" data-id=\"a93827d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Il piano perfetto per la tua avventura sull'isola<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a9ffbd0 elementor-widget elementor-widget-text-editor\" data-id=\"a9ffbd0\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>G<strong>oditi il relax totale nel mare cristallino di Gran Canaria.<\/strong> Rilassati nuotando in acque cristalline e scoprendo calette nascoste mentre ti disconnetti dal mondo. Gli ampi cuscini a poppa e a prua ti offrono il comfort perfetto per prendere il sole, anche ad alta velocit\u00e0, mentre navighi attraverso i pi\u00f9 spettacolari paesaggi costieri. <\/p>\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-503a36a elementor-widget elementor-widget-image-gallery\" data-id=\"503a36a\" data-element_type=\"widget\" data-widget_type=\"image-gallery.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-gallery\">\n\t\t\t<div id='gallery-1' class='gallery galleryid-3537 gallery-columns-4 gallery-size-large'><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"503a36a\" data-elementor-lightbox-title=\"1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzE3NCwidXJsIjoiaHR0cHM6XC9cL2FxdWFmdW5tb2dhbi5lc1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDlcLzEucG5nIiwic2xpZGVzaG93IjoiNTAzYTM2YSJ9\" href='https:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/09\/1.png'><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/09\/1-1024x1024.png\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/09\/1-1024x1024.png 1024w, https:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/09\/1-300x300.png 300w, https:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/09\/1-150x150.png 150w, https:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/09\/1-768x768.png 768w, https:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/09\/1-600x600.png 600w, https:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/09\/1-100x100.png 100w, https:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/09\/1.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"503a36a\" data-elementor-lightbox-title=\"2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzE4MiwidXJsIjoiaHR0cHM6XC9cL2FxdWFmdW5tb2dhbi5lc1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDlcLzIucG5nIiwic2xpZGVzaG93IjoiNTAzYTM2YSJ9\" href='https:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/09\/2.png'><img decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/09\/2-1024x1024.png\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/09\/2-1024x1024.png 1024w, https:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/09\/2-300x300.png 300w, https:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/09\/2-150x150.png 150w, https:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/09\/2-768x768.png 768w, https:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/09\/2-600x600.png 600w, https:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/09\/2-100x100.png 100w, https:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/09\/2.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"503a36a\" data-elementor-lightbox-title=\"3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzE5MCwidXJsIjoiaHR0cHM6XC9cL2FxdWFmdW5tb2dhbi5lc1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDlcLzMucG5nIiwic2xpZGVzaG93IjoiNTAzYTM2YSJ9\" href='https:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/09\/3.png'><img decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/09\/3-1024x1024.png\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/09\/3-1024x1024.png 1024w, https:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/09\/3-300x300.png 300w, https:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/09\/3-150x150.png 150w, https:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/09\/3-768x768.png 768w, https:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/09\/3-600x600.png 600w, https:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/09\/3-100x100.png 100w, https:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/09\/3.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"503a36a\" data-elementor-lightbox-title=\"4\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzE5OCwidXJsIjoiaHR0cHM6XC9cL2FxdWFmdW5tb2dhbi5lc1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDlcLzQucG5nIiwic2xpZGVzaG93IjoiNTAzYTM2YSJ9\" href='https:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/09\/4.png'><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/09\/4-1024x1024.png\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/09\/4-1024x1024.png 1024w, https:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/09\/4-300x300.png 300w, https:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/09\/4-150x150.png 150w, https:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/09\/4-768x768.png 768w, https:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/09\/4-600x600.png 600w, https:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/09\/4-100x100.png 100w, https:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/09\/4.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a>\n\t\t\t<\/div><\/figure>\n\t\t<\/div>\n\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-e268fa1 e-flex e-con-boxed e-con e-parent\" data-id=\"e268fa1\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-c375869 e-flex e-con-boxed e-con e-child\" data-id=\"c375869\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b08d963 elementor-widget elementor-widget-heading\" data-id=\"b08d963\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">cosa dicono di noi<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-504d3a4 e-flex e-con-boxed e-con e-parent\" data-id=\"504d3a4\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-a59d906 e-flex e-con-boxed e-con e-child\" data-id=\"a59d906\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5520746 elementor-widget elementor-widget-shortcode\" data-id=\"5520746\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-shortcode\"><pre class=\"ti-widget\" style=\"display: none\"><template id=\"trustindex-google-widget-html\"><div class=\"ti-widget ti-goog ti-disable-font ti-show-rating-text ti-review-text-mode-readmore ti-text-align-left\" data-no-translation=\"true\" data-layout-id=\"13\" data-layout-category=\"slider\" data-set-id=\"drop-shadow\" data-pid=\"\" data-language=\"es\" data-review-target-width=\"275\" data-css-version=\"2\" data-review-text-mode=\"readmore\" data-reply-by-locale=\"Respuesta del propietario\" data-pager-autoplay-timeout=\"6\" > <div class=\"ti-widget-container ti-col-4\"> <div class=\"ti-footer source-Google\"> <div class=\"ti-row\"> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh4.googleusercontent.com\/-h7q8IKDhMcQ\/AAAAAAAAAAI\/AAAAAAAAAAA\/xW1vuC0Xric\/s160-c-k-mo\/photo.jpg\" data-imgurlset=\"https:\/\/lh4.googleusercontent.com\/-h7q8IKDhMcQ\/AAAAAAAAAAI\/AAAAAAAAAAA\/xW1vuC0Xric\/s160-c-k-mo\/photo.jpg 2x\" alt=\"Aqua Fun Mogan - Excursiones en Barco\" loading=\"lazy\" ><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Aqua Fun Mogan - Excursiones en Barco<\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><\/span> <div class=\"ti-rating-text\"> <span class=\"nowrap\"><strong>52 rese\u00f1as Google<\/strong><\/span> <\/div> <div class=\"ti-header-write-btn-container\"> <a href=\"https:\/\/admin.trustindex.io\/api\/googleWriteReview?place-id=ChIJ39WTT56BQAwRunnLFRqGqtE\" class=\"ti-header-write-btn\" role=\"button\" aria-label=\"Escribe una rese\u00f1a a Google\" target=\"_blank\" rel=\"noopener\" >Escribe una rese\u00f1a<\/a> <\/div>  <\/div> <\/div> <\/div> <div class=\"ti-reviews-container\"> <div class=\"ti-controls\"> <div class=\"ti-next\" aria-label=\"Siguiente rese\u00f1a\" role=\"button\"><\/div> <div class=\"ti-prev\" aria-label=\"Rese\u00f1a anterior\" role=\"button\"><\/div> <\/div> <div class=\"ti-reviews-container-wrapper\">  <div data-empty=\"0\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" > <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <trustindex-image class=\"ti-platform-icon\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\" ><\/trustindex-image> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjULq7qYCC91s_6zX0yQbsDVniMVklqaFw4AY9Sl0VnQbeXdUu7M=w40-h40-c-rp-mo-br100\" data-imgurlset=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjULq7qYCC91s_6zX0yQbsDVniMVklqaFw4AY9Sl0VnQbeXdUu7M=w80-h80-c-rp-mo-br100 2x\" alt=\"Handwerker-Service Rheinheimer\" loading=\"lazy\" ><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Handwerker-Service Rheinheimer <\/div> <div class=\"ti-date\">2024-10-25<\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Great experience. They were soo nice and friendly. Thank you so much for the trip. We did a sunset boat trip and it was wonderful. Best regards to the captain. He did a great job. We will see us again when we come back to Gran Canaria in the future. Have a great time.\nPatrick and Sarah \ud83c\udf79\ud83e\udef6<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Ocultar\" data-open-text=\"Leer m\u00e1s\" ><\/span> <\/div> <\/div>  <div data-empty=\"0\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" > <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <trustindex-image class=\"ti-platform-icon\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\" ><\/trustindex-image> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocLy5iMSqRdxj2XbXconjrbpvsNUSVheIC-PJJ6AO7kipXRpeQ=w40-h40-c-rp-mo-br100\" data-imgurlset=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocLy5iMSqRdxj2XbXconjrbpvsNUSVheIC-PJJ6AO7kipXRpeQ=w80-h80-c-rp-mo-br100 2x\" alt=\"V\u00edctor carretero\" loading=\"lazy\" ><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> V\u00edctor carretero <\/div> <div class=\"ti-date\">2024-10-20<\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->A primeros de septiembre estuvimos de vacaciones all\u00ed. Qu\u00e9 suerte habernos encontrado con estos chicos tan majos. Fue una experiencia inolvidable nos trataron de 10, nos invitaron a merendar en el barco y tuvieron un detallazo con mi pareja. Si volvemos a ir a Gran Canaria pienso visitarlos de nuevo. No creo que se pueda hacer mejor su trabajo<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Ocultar\" data-open-text=\"Leer m\u00e1s\" ><\/span> <\/div> <\/div>  <div data-empty=\"0\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" > <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <trustindex-image class=\"ti-platform-icon\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\" ><\/trustindex-image> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocLGqXJRDv58XlkCUfDzDN1GM9-MNwnz6oULhmNE23uwTvrC8w=w40-h40-c-rp-mo-br100\" data-imgurlset=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocLGqXJRDv58XlkCUfDzDN1GM9-MNwnz6oULhmNE23uwTvrC8w=w80-h80-c-rp-mo-br100 2x\" alt=\"Nelson Pablo Rodr\u00edguez Santiago\" loading=\"lazy\" ><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Nelson Pablo Rodr\u00edguez Santiago <\/div> <div class=\"ti-date\">2024-10-19<\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->La mejor de todas las excursiones en la isla. En el PUERTO MAGAN pueden encontrar esta embarcaci\u00f3n con su patr\u00f3n F\u00e9lix Duke. Te har\u00e1n pasar el mejor de todos los d\u00edas.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Ocultar\" data-open-text=\"Leer m\u00e1s\" ><\/span> <\/div> <\/div>  <div data-empty=\"0\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" > <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <trustindex-image class=\"ti-platform-icon\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\" ><\/trustindex-image> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocKim8Y5hYSiHIO1htBGDURT8R6GVT8UejxioXEWDHbjCxyNVA=w40-h40-c-rp-mo-br100\" data-imgurlset=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocKim8Y5hYSiHIO1htBGDURT8R6GVT8UejxioXEWDHbjCxyNVA=w80-h80-c-rp-mo-br100 2x\" alt=\"Ra\u00fal Palomino Montero\" loading=\"lazy\" ><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Ra\u00fal Palomino Montero <\/div> <div class=\"ti-date\">2024-10-07<\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Incre\u00edble, un trato exquisito y un servicio de 10 recomendable a todos tipo de p\u00fablicos<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Ocultar\" data-open-text=\"Leer m\u00e1s\" ><\/span> <\/div> <\/div>  <div data-empty=\"0\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" > <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <trustindex-image class=\"ti-platform-icon\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\" ><\/trustindex-image> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocKeoN39AEgQNzm6ZhsIdLKjhphok6MrJuZz5oYPUEhXjCbcgA=w40-h40-c-rp-mo-br100\" data-imgurlset=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocKeoN39AEgQNzm6ZhsIdLKjhphok6MrJuZz5oYPUEhXjCbcgA=w80-h80-c-rp-mo-br100 2x\" alt=\"Mandy Maestre\" loading=\"lazy\" ><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Mandy Maestre <\/div> <div class=\"ti-date\">2024-10-07<\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Experiencia \u00fanica e inmejorable. F\u00e9lix y Jorge encantadores, te hacen sentir como en casa! Te llevan por paisajes incre\u00edbles, repetir\u00edamos encantados!<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Ocultar\" data-open-text=\"Leer m\u00e1s\" ><\/span> <\/div> <\/div>  <div data-empty=\"0\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" > <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <trustindex-image class=\"ti-platform-icon\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\" ><\/trustindex-image> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjXaU70qjCmb4lif27NvipNeQYfR3uo7Pfjn8hrv4CZJ5WEjKOKQCw=w40-h40-c-rp-mo-br100\" data-imgurlset=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjXaU70qjCmb4lif27NvipNeQYfR3uo7Pfjn8hrv4CZJ5WEjKOKQCw=w80-h80-c-rp-mo-br100 2x\" alt=\"Sheila Muriana Cobos\" loading=\"lazy\" ><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Sheila Muriana Cobos <\/div> <div class=\"ti-date\">2024-10-07<\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Ha sido una experiencia incre\u00edble. Hemos ido con el grupo de amigos y pasamos un d\u00eda estupendo. Nos han tratado con mucho cari\u00f1o y una atenci\u00f3n sublime. Hicimos snorkel por sitios incre\u00edbles y preciosos, nuestro capital de barco felix nos prepar\u00f3 unos aperitivos. Una de las mejores experiencias en esta isla. Unas personas maravillosas. Recomendable 100% gracias.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Ocultar\" data-open-text=\"Leer m\u00e1s\" ><\/span> <\/div> <\/div>  <div data-empty=\"0\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" > <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <trustindex-image class=\"ti-platform-icon\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\" ><\/trustindex-image> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjUV5-M0UAuForNTRf5qPwdLjbfGRyuMH4HFsxopyM-Hp8p8Lw6UpQ=w40-h40-c-rp-mo-br100\" data-imgurlset=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjUV5-M0UAuForNTRf5qPwdLjbfGRyuMH4HFsxopyM-Hp8p8Lw6UpQ=w80-h80-c-rp-mo-br100 2x\" alt=\"Mario Serrano Garcia\" loading=\"lazy\" ><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Mario Serrano Garcia <\/div> <div class=\"ti-date\">2024-10-07<\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Era nuestro \u00faltimo d\u00eda en la isla y Jorge y F\u00e9lix nos brindaron una experiencia \u00fanica. Mucha diversi\u00f3n y disfrute. Zonas alucinantes. Recomendable 100% y gracias a F\u00e9lix y Jorge por el buen rollo!<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Ocultar\" data-open-text=\"Leer m\u00e1s\" ><\/span> <\/div> <\/div>  <div data-empty=\"0\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" > <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <trustindex-image class=\"ti-platform-icon\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\" ><\/trustindex-image> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjXFOjg71XgOpxOZWlomQce4Txw1jZr-Gmxo6YMRMT5j6SF8JMSB=w40-h40-c-rp-mo-br100\" data-imgurlset=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjXFOjg71XgOpxOZWlomQce4Txw1jZr-Gmxo6YMRMT5j6SF8JMSB=w80-h80-c-rp-mo-br100 2x\" alt=\"J\u00fcrgen Kick\" loading=\"lazy\" ><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> J\u00fcrgen Kick <\/div> <div class=\"ti-date\">2024-09-13<\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Sehr spontan angefragt und durften eine wundersch\u00f6ne Tour von Porto Morgan bis hinter den G\u00fci G\u00fci Strand machen. Fahrt hin ca. 1 1\/2 Std. Waren zu viert auf dem Motorboot was super vom Platz her passt. Das Motorboot ist sehr gepflegt und der Chef Kapit\u00e4n ist toll gefahren. Vorne kann man sich bequem hinlegen und die Fahrt genie\u00dfen, hinten viel Platz im Schatten, perfekt. Am Ziel angekommen, StandUP paddeln, Schnorcheln, oder nur baden in Ruhe m\u00f6glich.\nF\u00fcr Getr\u00e4nke ist reichlich vorgesorgt und wurden gut verw\u00f6hnt.\nWir haben vorher Reisetabletten genommen, w\u00fcrde ich empfehlen, es schaukelt schon m\u00e4chtig.\nAlles in allem, unvergesslicher Tag, und der Kapit\u00e4n unglaublich f\u00fcr das Wohlergehen aller gesorgt. 5 Sterne Empfehlung . Wir buchen dort wieder, besser geht es nicht.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Ocultar\" data-open-text=\"Leer m\u00e1s\" ><\/span> <\/div> <\/div>  <div data-empty=\"0\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" > <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <trustindex-image class=\"ti-platform-icon\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\" ><\/trustindex-image> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjXm9FC14xbOsoz5nmrWqXYUjVwvX6MV4PCz0Ku1MsDDOM-lEbj5=w40-h40-c-rp-mo-br100\" data-imgurlset=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjXm9FC14xbOsoz5nmrWqXYUjVwvX6MV4PCz0Ku1MsDDOM-lEbj5=w80-h80-c-rp-mo-br100 2x\" alt=\"Malb Malb\" loading=\"lazy\" ><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Malb Malb <\/div> <div class=\"ti-date\">2024-09-11<\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Una experiencia \u00fanica de la mano de estos se\u00f1ores, Jorge y F\u00e9lix. \u00a1Superaron nuestras expectativas! Fue un rato muy agradable donde pudimos ver los rincones m\u00e1s fabulosos de la isla viendo las profundidades del oc\u00e9ano. Todo ba\u00f1ado con unas mimosas que hicieron que el momento fuera de 10. Repetiremos si volvemos a la isla.\n\nDestacar la atenci\u00f3n y amabilidad de Jorge en todo momento.\n\nMuchas gracias por todo.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Ocultar\" data-open-text=\"Leer m\u00e1s\" ><\/span> <\/div> <\/div>  <div data-empty=\"0\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" > <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <trustindex-image class=\"ti-platform-icon\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\" ><\/trustindex-image> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjWjVPx5fd_OcXG50RN1VxdKN82BgVtrdAh8wvnSVGGHyUJGFvKj=w40-h40-c-rp-mo-br100\" data-imgurlset=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjWjVPx5fd_OcXG50RN1VxdKN82BgVtrdAh8wvnSVGGHyUJGFvKj=w80-h80-c-rp-mo-br100 2x\" alt=\"rf\" loading=\"lazy\" ><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> rf <\/div> <div class=\"ti-date\">2024-09-06<\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Parfait ! La d\u00e9finition m\u00eame de ce mot d\u00e9crit l\u2019excursion qu\u2019on a fait en famille, les prix sont clairement abordables, le service adorable, les boissons et la nourriture d\u00e9licieuse, la vue magnifique ( n\u2019importe o\u00f9, o\u00f9 vous irez en bateau sera sublime ), Bref, si vous voulez vous reposez et juste profiter pendant quelques heures loin de tout, foncez !<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Ocultar\" data-open-text=\"Leer m\u00e1s\" ><\/span> <\/div> <\/div>  <\/div> <div class=\"ti-controls-line\"> <div class=\"dot\"><\/div> <\/div>   <\/div> <\/div> <\/div> <\/template><\/pre><div data-src=\"https:\/\/cdn.trustindex.io\/loader.js?wp-widget\" data-template-id=\"trustindex-google-widget-html\" data-css-url=\"https:\/\/aquafunmogan.es\/wp-content\/uploads\/trustindex-google-widget.css?1739796163\"><\/div><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ccb4b2a e-flex e-con-boxed e-con e-parent\" data-id=\"ccb4b2a\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-08e0ecb elementor-widget elementor-widget-text-editor\" data-id=\"08e0ecb\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"enlaces\" style=\"display: flex; gap: 20px;\">\n  <div class=\"columna\">\n    <a href=\"https:\/\/aquafunmogan.es\/it\/cosa-fare-a-mogan-gran-canarias\/\">Cosa fare a Mogan<\/a><br>\n    <a href=\"https:\/\/aquafunmogan.es\/it\/noleggio-di-yacht-di-lusso-e-charter-privati\/\">Noleggio yacht di lusso<\/a><br>\n    <a href=\"https:\/\/aquafunmogan.es\/it\/escursione-a-gui-gui-in-barca-da-mogan\/\">Escursione a Gui Gui<\/a><br>\n    <a href=\"https:\/\/aquafunmogan.es\/it\/indimenticabili-escursioni-acquatiche-a-mogan-con-aquafun\/\">Escursioni indimenticabili<\/a><br>\n  <\/div>\n\n  <div class=\"columna\">\n    <a href=\"https:\/\/aquafunmogan.es\/it\/le-migliori-spiagge-di-mogan-per-praticare-sport-acquatici\/\">Migliori spiagge di Mogan<\/a><br>\n    <a href=\"https:\/\/aquafunmogan.es\/it\/guida-agli-avvistamenti-della-fauna-marina-a-mogan\/\">Guida fauna marina<\/a><br>\n    <a href=\"https:\/\/aquafunmogan.es\/it\/attivita-acquatiche-per-famiglie-e-bambini-a-mogan\/\">Attivit\u00e0 per famiglie<\/a><br>\n    <a href=\"https:\/\/aquafunmogan.es\/it\/feste-di-addio-al-celibato-e-al-nubilato-in-mare-con-aquafun\/\">Feste di addio al celibato<\/a><br>\n  <\/div>\n\n  <div class=\"columna\">\n    <a href=\"https:\/\/aquafunmogan.es\/it\/top-10-water-activities-not-to-be-missed-in-gran-canaria\/\">Top 10 attivit\u00e0 acquatiche<\/a><br>\n    <a href=\"https:\/\/aquafunmogan.es\/it\/parasailing-a-mogan\/\">Parasailing a Mogan<\/a><br>\n    <a href=\"https:\/\/aquafunmogan.es\/it\/escursioni-di-snorkeling-guide-professionali\/\">Escursioni snorkeling<\/a><br>\n    <a href=\"https:\/\/aquafunmogan.es\/it\/recommendations-for-travel\/\">Consigli di viaggio<\/a><br>\n  <\/div>\n<\/div>\n\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","protected":false},"excerpt":{"rendered":"<p>Menu Blu Prenota Ora +34644734294 Gite in barca private ed escursioni a Mog\u00e1n\u200b Esperienze Aquafun Mogan Tour Privato su Malu [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"_joinchat":[],"footnotes":""},"class_list":["post-3537","page","type-page","status-publish","hentry"],"rankMath":{"parentDomain":"aquafunmogan.es","noFollowDomains":[],"noFollowExcludeDomains":[],"noFollowExternalLinks":false,"featuredImageNotice":"L&#039;immagine in evidenza dovrebbe essere di almeno 200 x 200 pixel per essere ripresa da Facebook e altri siti di social media.","pluginReviewed":false,"postSettings":{"linkSuggestions":true,"useFocusKeyword":false},"frontEndScore":false,"postName":"casa","permalinkFormat":"https:\/\/aquafunmogan.es\/it\/%pagename%\/","showLockModifiedDate":true,"assessor":{"focusKeywordLink":"https:\/\/aquafunmogan.es\/wp-admin\/edit.php?focus_keyword=%focus_keyword%&post_type=%post_type%","hasTOCPlugin":{"essential-addons-for-elementor-lite\/essential_adons_elementor.php":"Essential Addons for Elementor"},"primaryTaxonomy":false,"serpData":{"title":"","description":"Scopri il lato nascosto di Gran Canaria con un'escursione privata. Esplora Puerto de Mog\u00e1n e l'area circostante in un'esperienza senza fretta, pensata per.","focusKeywords":"aqua fun mogan, noleggio barche","pillarContent":false,"canonicalUrl":"","breadcrumbTitle":"","advancedRobots":{"max-snippet":"-1","max-video-preview":"-1","max-image-preview":"large"},"facebookTitle":"","facebookDescription":"","facebookImage":"","facebookImageID":"","facebookHasOverlay":false,"facebookImageOverlay":"","facebookAuthor":"","twitterCardType":"","twitterUseFacebook":true,"twitterTitle":"","twitterDescription":"","twitterImage":"","twitterImageID":"","twitterHasOverlay":false,"twitterImageOverlay":"","twitterPlayerUrl":"","twitterPlayerSize":"","twitterPlayerStream":"","twitterPlayerStreamCtype":"","twitterAppDescription":"","twitterAppIphoneName":"","twitterAppIphoneID":"","twitterAppIphoneUrl":"","twitterAppIpadName":"","twitterAppIpadID":"","twitterAppIpadUrl":"","twitterAppGoogleplayName":"","twitterAppGoogleplayID":"","twitterAppGoogleplayUrl":"","twitterAppCountry":"","robots":{"index":true},"twitterAuthor":"nome utente","primaryTerm":0,"authorName":"Mar\u00eda Emilia Quiroga","titleTemplate":"%title% %sep% %sitename%","descriptionTemplate":"%excerpt%","showScoreFrontend":true,"lockModifiedDate":false},"powerWords":["incredibile","sorprendente","meraviglioso","unico","bello","felicit\u00e0","brillante","affascinante","carismatico","scioccante","chiaro","completamente","riservato","fiducia","significativo","creativo","definitivamente","delizioso","dimostrare","sbrigati","determinato","degno","dinamico","impressionante","essenziale","ispiratore","innovativo","intenso","efficace","magico","magnifico","storico","importante","incredibile","indispensabile","indimenticabile","irresistibile","leggendario","luminoso","lusso","magico","magnifico","maestoso","memorabile","miracoloso","motivante","necessario","nuovo","ufficiale","perfetto","appassionato","persuasivo","fenomenale","piacere","popolare","potere","prestigioso","prodigioso","profondo","prospero","potente","qualit\u00e0","radiante","veloce","di successo","rivoluzionario","soddisfatto","sicurezza","sensazionale","sereno","lussuoso","splendido","sublime","sorprendente","talentuoso","terrificante","unico","valore","vibrante","vittorioso","vivace","veramente","zelante","autentico","avventuroso","spettacolare","esclusivo","garantito","straordinario","favoloso","affascinante","formidabile","geniale","grandioso","gratuito","abile","illimitato","impeccabile","infallibile","infinitamente","influente","ingegnoso","indimenticabile","insostituibile","leader","maestro","notevole","innovativo","pioniere","potente","riconosciuto","rivoluzionario","sorprendente","superiore","trionfante","ultra","coraggioso","prezioso","avanguardia","vigoroso","visionario","volont\u00e0","vitale","trionfo","glorioso","inarrestabile","ineguagliabile","intelligente","invincibile","libert\u00e0","orgoglio","pace","progresso","rinnovato","saggezza","soddisfazione","sicuro","serenit\u00e0","superamento","talento","trascendente","trasformativo","coraggio","vittoria"],"diacritics":{"A":"[\\u0041\\u24B6\\uFF21\\u00C0\\u00C1\\u00C2\\u1EA6\\u1EA4\\u1EAA\\u1EA8\\u00C3\\u0100\\u0102\\u1EB0\\u1EAE\\u1EB4\\u1EB2\\u0226\\u01E0\\u00C4\\u01DE\\u1EA2\\u00C5\\u01FA\\u01CD\\u0200\\u0202\\u1EA0\\u1EAC\\u1EB6\\u1E00\\u0104\\u023A\\u2C6F]","AA":"[\\uA732]","AE":"[\\u00C6\\u01FC\\u01E2]","AO":"[\\uA734]","AU":"[\\uA736]","AV":"[\\uA738\\uA73A]","AY":"[\\uA73C]","B":"[\\u0042\\u24B7\\uFF22\\u1E02\\u1E04\\u1E06\\u0243\\u0182\\u0181]","C":"[\\u0043\\u24B8\\uFF23\\u0106\\u0108\\u010A\\u010C\\u00C7\\u1E08\\u0187\\u023B\\uA73E]","D":"[\\u0044\\u24B9\\uFF24\\u1E0A\\u010E\\u1E0C\\u1E10\\u1E12\\u1E0E\\u0110\\u018B\\u018A\\u0189\\uA779]","DZ":"[\\u01F1\\u01C4]","Dz":"[\\u01F2\\u01C5]","E":"[\\u0045\\u24BA\\uFF25\\u00C8\\u00C9\\u00CA\\u1EC0\\u1EBE\\u1EC4\\u1EC2\\u1EBC\\u0112\\u1E14\\u1E16\\u0114\\u0116\\u00CB\\u1EBA\\u011A\\u0204\\u0206\\u1EB8\\u1EC6\\u0228\\u1E1C\\u0118\\u1E18\\u1E1A\\u0190\\u018E]","F":"[\\u0046\\u24BB\\uFF26\\u1E1E\\u0191\\uA77B]","G":"[\\u0047\\u24BC\\uFF27\\u01F4\\u011C\\u1E20\\u011E\\u0120\\u01E6\\u0122\\u01E4\\u0193\\uA7A0\\uA77D\\uA77E]","H":"[\\u0048\\u24BD\\uFF28\\u0124\\u1E22\\u1E26\\u021E\\u1E24\\u1E28\\u1E2A\\u0126\\u2C67\\u2C75\\uA78D]","I":"[\\u0049\\u24BE\\uFF29\\u00CC\\u00CD\\u00CE\\u0128\\u012A\\u012C\\u0130\\u00CF\\u1E2E\\u1EC8\\u01CF\\u0208\\u020A\\u1ECA\\u012E\\u1E2C\\u0197]","J":"[\\u004A\\u24BF\\uFF2A\\u0134\\u0248]","K":"[\\u004B\\u24C0\\uFF2B\\u1E30\\u01E8\\u1E32\\u0136\\u1E34\\u0198\\u2C69\\uA740\\uA742\\uA744\\uA7A2]","L":"[\\u004C\\u24C1\\uFF2C\\u013F\\u0139\\u013D\\u1E36\\u1E38\\u013B\\u1E3C\\u1E3A\\u0141\\u023D\\u2C62\\u2C60\\uA748\\uA746\\uA780]","LJ":"[\\u01C7]","Lj":"[\\u01C8]","M":"[\\u004D\\u24C2\\uFF2D\\u1E3E\\u1E40\\u1E42\\u2C6E\\u019C]","N":"[\\u004E\\u24C3\\uFF2E\\u01F8\\u0143\\u00D1\\u1E44\\u0147\\u1E46\\u0145\\u1E4A\\u1E48\\u0220\\u019D\\uA790\\uA7A4]","NJ":"[\\u01CA]","Nj":"[\\u01CB]","O":"[\\u004F\\u24C4\\uFF2F\\u00D2\\u00D3\\u00D4\\u1ED2\\u1ED0\\u1ED6\\u1ED4\\u00D5\\u1E4C\\u022C\\u1E4E\\u014C\\u1E50\\u1E52\\u014E\\u022E\\u0230\\u00D6\\u022A\\u1ECE\\u0150\\u01D1\\u020C\\u020E\\u01A0\\u1EDC\\u1EDA\\u1EE0\\u1EDE\\u1EE2\\u1ECC\\u1ED8\\u01EA\\u01EC\\u00D8\\u01FE\\u0186\\u019F\\uA74A\\uA74C]","OI":"[\\u01A2]","OO":"[\\uA74E]","OU":"[\\u0222]","P":"[\\u0050\\u24C5\\uFF30\\u1E54\\u1E56\\u01A4\\u2C63\\uA750\\uA752\\uA754]","Q":"[\\u0051\\u24C6\\uFF31\\uA756\\uA758\\u024A]","R":"[\\u0052\\u24C7\\uFF32\\u0154\\u1E58\\u0158\\u0210\\u0212\\u1E5A\\u1E5C\\u0156\\u1E5E\\u024C\\u2C64\\uA75A\\uA7A6\\uA782]","S":"[\\u0053\\u24C8\\uFF33\\u1E9E\\u015A\\u1E64\\u015C\\u1E60\\u0160\\u1E66\\u1E62\\u1E68\\u0218\\u015E\\u2C7E\\uA7A8\\uA784]","T":"[\\u0054\\u24C9\\uFF34\\u1E6A\\u0164\\u1E6C\\u021A\\u0162\\u1E70\\u1E6E\\u0166\\u01AC\\u01AE\\u023E\\uA786]","TZ":"[\\uA728]","U":"[\\u0055\\u24CA\\uFF35\\u00D9\\u00DA\\u00DB\\u0168\\u1E78\\u016A\\u1E7A\\u016C\\u00DC\\u01DB\\u01D7\\u01D5\\u01D9\\u1EE6\\u016E\\u0170\\u01D3\\u0214\\u0216\\u01AF\\u1EEA\\u1EE8\\u1EEE\\u1EEC\\u1EF0\\u1EE4\\u1E72\\u0172\\u1E76\\u1E74\\u0244]","V":"[\\u0056\\u24CB\\uFF36\\u1E7C\\u1E7E\\u01B2\\uA75E\\u0245]","VY":"[\\uA760]","W":"[\\u0057\\u24CC\\uFF37\\u1E80\\u1E82\\u0174\\u1E86\\u1E84\\u1E88\\u2C72]","X":"[\\u0058\\u24CD\\uFF38\\u1E8A\\u1E8C]","Y":"[\\u0059\\u24CE\\uFF39\\u1EF2\\u00DD\\u0176\\u1EF8\\u0232\\u1E8E\\u0178\\u1EF6\\u1EF4\\u01B3\\u024E\\u1EFE]","Z":"[\\u005A\\u24CF\\uFF3A\\u0179\\u1E90\\u017B\\u017D\\u1E92\\u1E94\\u01B5\\u0224\\u2C7F\\u2C6B\\uA762]","a":"[\\u0061\\u24D0\\uFF41\\u1E9A\\u00E0\\u00E1\\u00E2\\u1EA7\\u1EA5\\u1EAB\\u1EA9\\u00E3\\u0101\\u0103\\u1EB1\\u1EAF\\u1EB5\\u1EB3\\u0227\\u01E1\\u00E4\\u01DF\\u1EA3\\u00E5\\u01FB\\u01CE\\u0201\\u0203\\u1EA1\\u1EAD\\u1EB7\\u1E01\\u0105\\u2C65\\u0250]","aa":"[\\uA733]","ae":"[\\u00E6\\u01FD\\u01E3]","ao":"[\\uA735]","au":"[\\uA737]","av":"[\\uA739\\uA73B]","ay":"[\\uA73D]","b":"[\\u0062\\u24D1\\uFF42\\u1E03\\u1E05\\u1E07\\u0180\\u0183\\u0253]","c":"[\\u0063\\u24D2\\uFF43\\u0107\\u0109\\u010B\\u010D\\u00E7\\u1E09\\u0188\\u023C\\uA73F\\u2184]","d":"[\\u0064\\u24D3\\uFF44\\u1E0B\\u010F\\u1E0D\\u1E11\\u1E13\\u1E0F\\u0111\\u018C\\u0256\\u0257\\uA77A]","dz":"[\\u01F3\\u01C6]","e":"[\\u0065\\u24D4\\uFF45\\u00E8\\u00E9\\u00EA\\u1EC1\\u1EBF\\u1EC5\\u1EC3\\u1EBD\\u0113\\u1E15\\u1E17\\u0115\\u0117\\u00EB\\u1EBB\\u011B\\u0205\\u0207\\u1EB9\\u1EC7\\u0229\\u1E1D\\u0119\\u1E19\\u1E1B\\u0247\\u025B\\u01DD]","f":"[\\u0066\\u24D5\\uFF46\\u1E1F\\u0192\\uA77C]","g":"[\\u0067\\u24D6\\uFF47\\u01F5\\u011D\\u1E21\\u011F\\u0121\\u01E7\\u0123\\u01E5\\u0260\\uA7A1\\u1D79\\uA77F]","h":"[\\u0068\\u24D7\\uFF48\\u0125\\u1E23\\u1E27\\u021F\\u1E25\\u1E29\\u1E2B\\u1E96\\u0127\\u2C68\\u2C76\\u0265]","hv":"[\\u0195]","i":"[\\u0069\\u24D8\\uFF49\\u00EC\\u00ED\\u00EE\\u0129\\u012B\\u012D\\u00EF\\u1E2F\\u1EC9\\u01D0\\u0209\\u020B\\u1ECB\\u012F\\u1E2D\\u0268\\u0131]","j":"[\\u006A\\u24D9\\uFF4A\\u0135\\u01F0\\u0249]","k":"[\\u006B\\u24DA\\uFF4B\\u1E31\\u01E9\\u1E33\\u0137\\u1E35\\u0199\\u2C6A\\uA741\\uA743\\uA745\\uA7A3]","l":"[\\u006C\\u24DB\\uFF4C\\u0140\\u013A\\u013E\\u1E37\\u1E39\\u013C\\u1E3D\\u1E3B\\u017F\\u0142\\u019A\\u026B\\u2C61\\uA749\\uA781\\uA747]","lj":"[\\u01C9]","m":"[\\u006D\\u24DC\\uFF4D\\u1E3F\\u1E41\\u1E43\\u0271\\u026F]","n":"[\\u006E\\u24DD\\uFF4E\\u01F9\\u0144\\u00F1\\u1E45\\u0148\\u1E47\\u0146\\u1E4B\\u1E49\\u019E\\u0272\\u0149\\uA791\\uA7A5]","nj":"[\\u01CC]","o":"[\\u006F\\u24DE\\uFF4F\\u00F2\\u00F3\\u00F4\\u1ED3\\u1ED1\\u1ED7\\u1ED5\\u00F5\\u1E4D\\u022D\\u1E4F\\u014D\\u1E51\\u1E53\\u014F\\u022F\\u0231\\u00F6\\u022B\\u1ECF\\u0151\\u01D2\\u020D\\u020F\\u01A1\\u1EDD\\u1EDB\\u1EE1\\u1EDF\\u1EE3\\u1ECD\\u1ED9\\u01EB\\u01ED\\u00F8\\u01FF\\u0254\\uA74B\\uA74D\\u0275]","oi":"[\\u01A3]","ou":"[\\u0223]","oo":"[\\uA74F]","p":"[\\u0070\\u24DF\\uFF50\\u1E55\\u1E57\\u01A5\\u1D7D\\uA751\\uA753\\uA755]","q":"[\\u0071\\u24E0\\uFF51\\u024B\\uA757\\uA759]","r":"[\\u0072\\u24E1\\uFF52\\u0155\\u1E59\\u0159\\u0211\\u0213\\u1E5B\\u1E5D\\u0157\\u1E5F\\u024D\\u027D\\uA75B\\uA7A7\\uA783]","s":"[\\u0073\\u24E2\\uFF53\\u015B\\u1E65\\u015D\\u1E61\\u0161\\u1E67\\u1E63\\u1E69\\u0219\\u015F\\u023F\\uA7A9\\uA785\\u1E9B]","ss":"[\\u00DF]","t":"[\\u0074\\u24E3\\uFF54\\u1E6B\\u1E97\\u0165\\u1E6D\\u021B\\u0163\\u1E71\\u1E6F\\u0167\\u01AD\\u0288\\u2C66\\uA787]","tz":"[\\uA729]","u":"[\\u0075\\u24E4\\uFF55\\u00F9\\u00FA\\u00FB\\u0169\\u1E79\\u016B\\u1E7B\\u016D\\u00FC\\u01DC\\u01D8\\u01D6\\u01DA\\u1EE7\\u016F\\u0171\\u01D4\\u0215\\u0217\\u01B0\\u1EEB\\u1EE9\\u1EEF\\u1EED\\u1EF1\\u1EE5\\u1E73\\u0173\\u1E77\\u1E75\\u0289]","v":"[\\u0076\\u24E5\\uFF56\\u1E7D\\u1E7F\\u028B\\uA75F\\u028C]","vy":"[\\uA761]","w":"[\\u0077\\u24E6\\uFF57\\u1E81\\u1E83\\u0175\\u1E87\\u1E85\\u1E98\\u1E89\\u2C73]","x":"[\\u0078\\u24E7\\uFF58\\u1E8B\\u1E8D]","y":"[\\u0079\\u24E8\\uFF59\\u1EF3\\u00FD\\u0177\\u1EF9\\u0233\\u1E8F\\u00FF\\u1EF7\\u1E99\\u1EF5\\u01B4\\u024F\\u1EFF]","z":"[\\u007A\\u24E9\\uFF5A\\u017A\\u1E91\\u017C\\u017E\\u1E93\\u1E95\\u01B6\\u0225\\u0240\\u2C6C\\uA763]"},"researchesTests":["contentHasTOC","contentHasShortParagraphs","contentHasAssets","keywordInTitle","keywordInMetaDescription","keywordInPermalink","keywordIn10Percent","keywordInContent","keywordInSubheadings","keywordInImageAlt","keywordDensity","keywordNotUsed","lengthContent","lengthPermalink","linksHasInternal","linksHasExternals","linksNotAllExternals","titleStartWithKeyword","titleSentiment","titleHasPowerWords","titleHasNumber","hasContentAI"],"hasRedirection":true,"hasBreadcrumb":true},"homeUrl":"https:\/\/aquafunmogan.es\/it\/","objectID":3537,"objectType":"post","locale":"it","localeFull":"it_IT","overlayImages":{"play":{"name":"Icona di riproduzione","url":"https:\/\/aquafunmogan.es\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/icon-play.png","path":"\/home\/u434417869\/domains\/aquafunmogan.es\/public_html\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/icon-play.png","position":"middle_center"},"gif":{"name":"Icona GIF","url":"https:\/\/aquafunmogan.es\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/icon-gif.png","path":"\/home\/u434417869\/domains\/aquafunmogan.es\/public_html\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/icon-gif.png","position":"middle_center"}},"defautOgImage":"https:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/03\/cropped-Diseno-sin-titulo-18.png","customPermalinks":true,"isUserRegistered":true,"autoSuggestKeywords":true,"connectSiteUrl":"https:\/\/rankmath.com\/auth?site=https%3A%2F%2Faquafunmogan.es%2Fit%2F&r=https%3A%2F%2Faquafunmogan.es%2Fit%2Fwp-json%2Fwp%2Fv2%2Fpages%2F3537%3Fnonce%3D638a36cdd2","maxTags":5,"trendsIcon":"<svg viewBox=\"0 0 610 610\"><path d=\"M18.85,446,174.32,290.48l58.08,58.08L76.93,504a14.54,14.54,0,0,1-20.55,0L18.83,466.48a14.54,14.54,0,0,1,0-20.55Z\" style=\"fill:#4285f4\"\/><path d=\"M242.65,242.66,377.59,377.6l-47.75,47.75a14.54,14.54,0,0,1-20.55,0L174.37,290.43l47.75-47.75A14.52,14.52,0,0,1,242.65,242.66Z\" style=\"fill:#ea4335\"\/><polygon points=\"319.53 319.53 479.26 159.8 537.34 217.88 377.61 377.62 319.53 319.53\" style=\"fill:#fabb05\"\/><path d=\"M594.26,262.73V118.61h0a16.94,16.94,0,0,0-16.94-16.94H433.2a16.94,16.94,0,0,0-12,28.92L565.34,274.71h0a16.94,16.94,0,0,0,28.92-12Z\" style=\"fill:#34a853\"\/><rect width=\"610\" height=\"610\" style=\"fill:none\"\/><\/svg>","showScore":true,"siteFavIcon":"https:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/04\/cropped-Diseno-sin-titulo-32x32.png","canUser":{"general":false,"advanced":false,"snippet":false,"social":false,"analysis":false,"analytics":false,"content_ai":false},"isPro":false,"is_front_page":false,"trendsUpgradeLink":"https:\/\/rankmath.com\/pricing\/?utm_source=Plugin&utm_medium=CE%20General%20Tab%20Trends&utm_campaign=WP","trendsUpgradeLabel":"Aggiorna","trendsPreviewImage":"https:\/\/aquafunmogan.es\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/trends-preview.jpg","currentEditor":false,"homepageData":{"assessor":{"powerWords":["incredibile","sorprendente","meraviglioso","unico","bello","felicit\u00e0","brillante","affascinante","carismatico","scioccante","chiaro","completamente","riservato","fiducia","significativo","creativo","definitivamente","delizioso","dimostrare","sbrigati","determinato","degno","dinamico","impressionante","essenziale","ispiratore","innovativo","intenso","efficace","magico","magnifico","storico","importante","incredibile","indispensabile","indimenticabile","irresistibile","leggendario","luminoso","lusso","magico","magnifico","maestoso","memorabile","miracoloso","motivante","necessario","nuovo","ufficiale","perfetto","appassionato","persuasivo","fenomenale","piacere","popolare","potere","prestigioso","prodigioso","profondo","prospero","potente","qualit\u00e0","radiante","veloce","di successo","rivoluzionario","soddisfatto","sicurezza","sensazionale","sereno","lussuoso","splendido","sublime","sorprendente","talentuoso","terrificante","unico","valore","vibrante","vittorioso","vivace","veramente","zelante","autentico","avventuroso","spettacolare","esclusivo","garantito","straordinario","favoloso","affascinante","formidabile","geniale","grandioso","gratuito","abile","illimitato","impeccabile","infallibile","infinitamente","influente","ingegnoso","indimenticabile","insostituibile","leader","maestro","notevole","innovativo","pioniere","potente","riconosciuto","rivoluzionario","sorprendente","superiore","trionfante","ultra","coraggioso","prezioso","avanguardia","vigoroso","visionario","volont\u00e0","vitale","trionfo","glorioso","inarrestabile","ineguagliabile","intelligente","invincibile","libert\u00e0","orgoglio","pace","progresso","rinnovato","saggezza","soddisfazione","sicuro","serenit\u00e0","superamento","talento","trascendente","trasformativo","coraggio","vittoria"],"diacritics":true,"researchesTests":["contentHasTOC","contentHasShortParagraphs","contentHasAssets","keywordInTitle","keywordInMetaDescription","keywordInPermalink","keywordIn10Percent","keywordInContent","keywordInSubheadings","keywordInImageAlt","keywordDensity","keywordNotUsed","lengthContent","lengthPermalink","linksHasInternal","linksHasExternals","linksNotAllExternals","titleStartWithKeyword","titleSentiment","titleHasPowerWords","titleHasNumber","hasContentAI"],"hasBreadcrumb":true,"serpData":{"title":"%sitename% %page% %sep% %sitedesc%","description":"","titleTemplate":"%sitename% %page% %sep% %sitedesc%","descriptionTemplate":"","focusKeywords":"","breadcrumbTitle":"Home","robots":{"index":true},"advancedRobots":{"max-snippet":"-1","max-video-preview":"-1","max-image-preview":"large"},"facebookTitle":"","facebookDescription":"","facebookImage":"","facebookImageID":""}}},"tocTitle":"Table of Contents","tocExcludeHeadings":[],"listStyle":"ul"},"_links":{"self":[{"href":"https:\/\/aquafunmogan.es\/it\/wp-json\/wp\/v2\/pages\/3537","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aquafunmogan.es\/it\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/aquafunmogan.es\/it\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/aquafunmogan.es\/it\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/aquafunmogan.es\/it\/wp-json\/wp\/v2\/comments?post=3537"}],"version-history":[{"count":0,"href":"https:\/\/aquafunmogan.es\/it\/wp-json\/wp\/v2\/pages\/3537\/revisions"}],"wp:attachment":[{"href":"https:\/\/aquafunmogan.es\/it\/wp-json\/wp\/v2\/media?parent=3537"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}