{"id":5414,"date":"2025-02-16T22:59:10","date_gmt":"2025-02-16T21:59:10","guid":{"rendered":"https:\/\/aquafunmogan.es\/dolphin-sightings\/"},"modified":"2026-03-27T11:57:33","modified_gmt":"2026-03-27T10:57:33","slug":"dolphin-sightings","status":"publish","type":"page","link":"https:\/\/aquafunmogan.es\/en\/dolphin-sightings\/","title":{"rendered":"Dolphin Sightings"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5414\" class=\"elementor elementor-5414\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6073a15 e-flex e-con-boxed e-con e-parent\" data-id=\"6073a15\" 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-147fbc8 elementor-widget elementor-widget-html\" data-id=\"147fbc8\" 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\n          <div>\n\n\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n  <title>Blue Menu<\/title>\n  <style>\n    \/* Reset b\u00e1sico *\/\n    body {\n      margin: 0;\n      padding: 0;\n    }\n    \/* Contenedor de la barra azul a pantalla completa *\/\n    .blue-menu-bar {\n      background-color: #01599C; \/* Color azul (ajusta seg\u00fan tus necesidades) *\/\n      width: 100%;\n      padding: 10px 0; \/* Ajusta el padding vertical si lo deseas *\/\n    }\n    \/* Contenedor interno centrado y con ancho limitado *\/\n    .blue-menu-inner {\n      max-width: 1100px; \/* Ajusta este valor para que sea m\u00e1s estrecho que el 100% *\/\n      margin: 0 auto;\n      text-align: center;\n    }\n    \/* Estilos para la lista de enlaces *\/\n    .blue-menu-inner ul {\n      list-style: none;\n      margin: 0;\n      padding: 0;\n      display: flex;\n      justify-content: center;\n      gap: 30px; \/* Espaciado entre enlaces *\/\n    }\n    .blue-menu-inner ul li a {\n      color: #ffffff;\n      text-decoration: none;\n      font-weight: bold;\n      font-size: 16px;\n    }\n  <\/style>\n\n\n  <div class=\"blue-menu-bar\">\n    <div class=\"blue-menu-inner\">\n      <ul>\n        <li><a href=\"https:\/\/aquafunmogan.es\/primer-paso-carrito\/\">Reserve Now<\/a><\/li>\n        <li><a href=\"tel:+34645779767\">+34645779767<\/a><\/li>\n      <\/ul>\n    <\/div>\n  <\/div>\n\n\n<\/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-16193639 e-flex e-con-boxed e-con e-parent\" data-id=\"16193639\" 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-2d3b24c elementor-widget elementor-widget-text-editor\" data-id=\"2d3b24c\" 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<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n  <title>Dolphin Watching<\/title>\n  <style>\n    \/* Basic Reset *\/\n    * {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n    body {\n      font-family: Arial, sans-serif;\n      line-height: 1.6;\n      background: #f4f4f4;\n      color: #333;\n    }\n    \/* Main title (now moved above the carousel) *\/\n    .excursion-title {\n      text-align: center;\n      margin: 20px 0;\n      font-size: 2rem;\n      color: #1976d2;\n    }\n    \/* Main container with two columns (content + sidebar) *\/\n    .main-container {\n      display: grid;\n      grid-template-columns: 1fr 300px;\n      gap: 20px;\n      max-width: 1200px;\n      margin: -5px auto;\n      padding: 0 20px;\n    }\n    \/* Primary content column *\/\n    .content-column {\n      background: #fff;\n      padding: 20px;\n      border-radius: 8px;\n      box-shadow: 0 2px 8px rgba(25, 118, 210, 0.2);\n    }\n    \/* Sidebar with button: sticky on desktop *\/\n    .sidebar {\n      background: #e3f2fd;\n      padding: 20px;\n      border-radius: 8px;\n      text-align: center;\n      position: sticky;\n      top: 20px;\n      height: fit-content;\n    }\n    .sidebar button {\n      background: #64b5f6;\n      color: #fff;\n      border: none;\n      padding: 15px 30px;\n      font-size: 1.2rem;\n      cursor: pointer;\n      border-radius: 5px;\n      transition: background 0.3s ease;\n      width: 100%;\n    }\n    .sidebar button:hover {\n      background: #42a5f5;\n    }\n    \/* Carousel *\/\n    .carousel {\n      position: relative;\n      max-width: 100%;\n      margin: 10px 0;\n      overflow: hidden;\n    }\n    .carousel .slide {\n      display: none;\n    }\n    .carousel .slide.active {\n      display: block;\n    }\n    .carousel img {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n    .carousel button {\n      position: absolute;\n      top: 50%;\n      transform: translateY(-50%);\n      background: rgba(25, 118, 210, 0.7);\n      border: none;\n      color: #fff;\n      font-size: 2rem;\n      padding: 10px;\n      cursor: pointer;\n      border-radius: 50%;\n    }\n    .carousel button.prev {\n      left: 20px;\n    }\n    .carousel button.next {\n      right: 20px;\n    }\n    \/* Video section *\/\n    .video-section {\n      margin: 20px 0;\n      text-align: center;\n    }\n    .video-section iframe {\n      width: 100%;\n      max-width: 560px;\n      height: 315px;\n    }\n    \/* Text content section *\/\n    .content-section h3 {\n      margin-top: 20px;\n      font-size: 1.5rem;\n      color: #1976d2;\n    }\n    .content-section p {\n      margin-bottom: 15px;\n      font-size: 1rem;\n    }\n    .content-section ul {\n      list-style: disc;\n      margin-left: 20px;\n      margin-bottom: 15px;\n    }\n    \/* Footer *\/\n    footer {\n      text-align: center;\n      padding: 20px;\n      background: #64b5f6;\n      color: #fff;\n    }\n    \/* Responsive: on small screens *\/\n    @media (max-width: 768px) {\n      .main-container {\n        grid-template-columns: 1fr;\n        margin-top: 40px;\n      }\n      \/* Sticky button fixed at the top on mobile without transparencies *\/\n      .sidebar {\n        position: fixed;\n        top: 0;\n        left: 0;\n        right: 0;\n        margin: 0;\n        padding: 10px;\n        background: #e3f2fd;\n        border-bottom: 2px solid #333;\n        z-index: 1000;\n      }\n      .sidebar button {\n        border: 2px solid #333;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n\n  \n  <div class=\"main-container\">\n    \n    <div class=\"content-column\">\n      \n      <h2 class=\"excursion-title\">Dolphin Watching<\/h2>\n      \n      <section class=\"carousel\">\n        <div class=\"slide active\">\n          <img decoding=\"async\" src=\"http:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/12\/007-scaled-1-1.jpg\" alt=\"Dolphin Watching - View 1\">\n        <\/div>\n        <div class=\"slide\">\n          <img decoding=\"async\" src=\"http:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/11\/1c-1.jpg\" alt=\"Dolphin Watching - View 2\">\n        <\/div>\n        <div class=\"slide\">\n          <img decoding=\"async\" src=\"http:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/11\/Captura.png\" alt=\"Dolphin Watching - View 3\">\n        <\/div>\n        <div class=\"slide\">\n          <img decoding=\"async\" src=\"http:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/11\/Diseno-sin-titulo-5.png\" alt=\"Dolphin Watching - View 4\">\n        <\/div>\n        <div class=\"slide\">\n          <img decoding=\"async\" src=\"http:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/11\/a05d.jpg\" alt=\"Dolphin Watching - View 5\">\n        <\/div>\n        <div class=\"slide\">\n          <img decoding=\"async\" src=\"http:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/11\/039-copia-scaled.jpg\" alt=\"Dolphin Watching - View 6\">\n        <\/div>\n        <div class=\"slide\">\n          <img decoding=\"async\" src=\"http:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/11\/037-copia-scaled.jpg\" alt=\"Dolphin Watching - View 7\">\n        <\/div>\n        <button class=\"prev\">&#10094;<\/button>\n        <button class=\"next\">&#10095;<\/button>\n      <\/section>\n      \n      \n      <section class=\"video-section\">\n        <iframe src=\"https:\/\/www.youtube.com\/embed\/84x5PIVCdlM\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe>\n      <\/section>\n      \n      \n      <section class=\"content-section\">\n        <p>Embark on a unique experience to observe cetaceans in their natural habitat. Our <strong>Dolphin Watching<\/strong> tour offers you the opportunity to enjoy 2 hours of excitement and a deep connection with the sea.<\/p>\n        <p>Enjoy a journey where you can spot dolphins and other cetaceans, guided by experts who will provide fascinating insights about marine life.<\/p>\n        \n        <h3>Tour Details<\/h3>\n        <p>Duration: <strong>2 hours<\/strong><\/p>\n        <p>Price: <strong>\u20ac37.00 per person<\/strong><\/p>\n        <p>Departure Point: <strong>Puerto de Mogan<\/strong><\/p>\n        \n        <h3>What\u2019s Included?<\/h3>\n        <ul>\n          <li>Dolphin and cetacean watching<\/li>\n          <li>Expert guide on board<\/li>\n          <li>Insightful information about marine life<\/li>\n          <li>A safe and comfortable experience<\/li>\n        <\/ul>\n        \n        <p>This activity is perfect for families, couples, and nature enthusiasts looking for an unforgettable adventure at sea.<\/p>\n        <p><em>*Note: Activity is subject to weather conditions and may be postponed in case of bad weather.<\/em><\/p>\n      <\/section>\n    <\/div>\n    \n    <aside class=\"sidebar\">\n      <button onclick=\"window.location.href='https:\/\/aquafunmogan.es\/en\/first-step-cart\/'\">Continue<\/button>\n    <\/aside>\n  <\/div>\n\n  \n  <footer>\n    <p>&copy; 2025 Aquafun Mogan. All rights reserved.<\/p>\n  <\/footer>\n\n  \n  <script>\n    const slides = document.querySelectorAll('.slide');\n    let currentSlide = 0;\n    \n    document.querySelector('.next').addEventListener('click', () => {\n      slides[currentSlide].classList.remove('active');\n      currentSlide = (currentSlide + 1) % slides.length;\n      slides[currentSlide].classList.add('active');\n    });\n    \n    document.querySelector('.prev').addEventListener('click', () => {\n      slides[currentSlide].classList.remove('active');\n      currentSlide = (currentSlide - 1 + slides.length) % slides.length;\n      slides[currentSlide].classList.add('active');\n    });\n    \n    \/\/ Auto-slide every 5 seconds (optional)\n    setInterval(() => {\n      slides[currentSlide].classList.remove('active');\n      currentSlide = (currentSlide + 1) % slides.length;\n      slides[currentSlide].classList.add('active');\n    }, 5000);\n  <\/script>\n  \n  \n  <script>\n    function updateButtonText() {\n      const button = document.querySelector('.sidebar button');\n      if (window.innerWidth <= 768) {\n        button.textContent = 'Continue';\n      } else {\n        button.textContent = 'Book Now';\n      }\n    }\n    window.addEventListener('resize', updateButtonText);\n    updateButtonText();\n  <\/script>\n  \n<\/body>\n<\/html>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","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":"","footer-sml-layout":"","ast-disable-related-posts":"","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":""}},"footnotes":""},"class_list":["post-5414","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/aquafunmogan.es\/en\/wp-json\/wp\/v2\/pages\/5414","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aquafunmogan.es\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/aquafunmogan.es\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/aquafunmogan.es\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/aquafunmogan.es\/en\/wp-json\/wp\/v2\/comments?post=5414"}],"version-history":[{"count":1,"href":"https:\/\/aquafunmogan.es\/en\/wp-json\/wp\/v2\/pages\/5414\/revisions"}],"predecessor-version":[{"id":7719,"href":"https:\/\/aquafunmogan.es\/en\/wp-json\/wp\/v2\/pages\/5414\/revisions\/7719"}],"wp:attachment":[{"href":"https:\/\/aquafunmogan.es\/en\/wp-json\/wp\/v2\/media?parent=5414"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}