{"id":7,"date":"2026-04-15T02:11:59","date_gmt":"2026-04-15T00:11:59","guid":{"rendered":"http:\/\/nivaxel.website\/gat\/?page_id=7"},"modified":"2026-06-09T16:20:52","modified_gmt":"2026-06-09T20:20:52","slug":"inicio","status":"publish","type":"page","link":"http:\/\/nivaxel.website\/gat\/","title":{"rendered":"Inicio"},"content":{"rendered":"\n\n\t    \n    <!-- CSS del Slider -->\n    <style>\n\t\t\n        :root { --main: #ffde59; }\n        .gotur-slider-wrapper { \n            position: relative; \n            width: 100%; \n            height: 800px; \n            overflow: hidden; \n            background: #000;\n        }\n        .gotur-slide { \n            position: absolute; \n            inset: 0; \n            opacity: 0; \n            visibility: hidden; \n            transition: opacity 1.5s ease-in-out, visibility 1.5s; \n            z-index: 1; \n        }\n        .gotur-slide.active { \n            opacity: 1; \n            visibility: visible; \n            z-index: 10; \n        }\n        .gotur-slide.zooming .gotur-bg-img { \n            transform: scale(1.2) !important; \n        }\n\t\t\n        .gotur-bg-img { \n            position: absolute; \n            inset: 0; \n            background-size: cover; \n            background-position: center; \n            transform: scale(1); \n            transition: transform 10s linear; \n            z-index: -2; \n        }\n        .gotur-slide.active .gotur-bg-img { \n            transform: scale(1.2); \n        }\n        .gotur-shape { \n            position: absolute; \n            width: 900px; \n            height: 900px; \n            background: radial-gradient(#000000de, transparent 75%); \n            border-radius: 50%; \n            top: 50%; \n            left: 50%; \n            transform: translate(-50%, -50%) scale(0); \n            transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1); \n            z-index: 0; \n        }\n\t\th1.gotur-ttl {\n    color: #fff;\n}\n        .gotur-slide.active .gotur-shape { \n            transform: translate(-50%, -50%) scale(1); \n        }\n        .gotur-content { \n            position: relative; \n            z-index: 20; \n            text-align: center; \n            color: #fff; \n            height: 800px; \n            display: flex; \n            flex-direction: column; \n            justify-content: center; \n            align-items: center; \n            padding: 120px 20px 20px;\n        }\n        .gotur-slide.active .gotur-stn { \n            animation: goturFadeInDown 1s both 0.5s; \n        }\n        .gotur-slide.active .gotur-ttl { \n            animation: goturFadeInUp 1s both 0.8s; \n        }\n        .gotur-slide.active .gotur-txt { \n            animation: goturFadeInUp 1s both 1.1s; \n        }\n        .gotur-slide.active .gotur-btn-box { \n            animation: goturFadeInUp 0.8s both 1.4s; \n        }\n        .gotur-slide.is-exiting .gotur-stn, \n        .gotur-slide.is-exiting .gotur-ttl, \n        .gotur-slide.is-exiting .gotur-txt { \n            animation: goturFadeOutUp 0.6s both !important; \n        }\n        .gotur-slide.is-exiting .gotur-btn-box { \n            animation: goturFadeOut 0.5s both !important; \n        }\n        .gotur-stn { \n            color: var(--main); \n            text-transform: uppercase; \n            letter-spacing: 5px; \n            font-weight: 700; \n            margin-bottom: 10px; \n            opacity: 0; \n        }\n        .gotur-ttl { \n    font-weight: 900;\n    line-height: 1.1;\n    margin: 0 0 20px;\n    opacity: 0;\n    text-transform: uppercase;\n    max-width: 700px;\n}\n        .gotur-txt { \n            font-size: 1.2rem; \n            max-width: 700px; \n            margin-bottom: 30px; \n            opacity: 0; \n        }\n        .gotur-btn-box { \n            opacity: 0; \n        }\n        .gotur-btn-box a { \n            background: linear-gradient(45deg, #e4c77e, #9e7226);\n    color: #fff;\n    padding: 20px 10px;\n    text-decoration: none !important;\n    font-weight: 700;\n    border-radius: 45px;\n    transition: 0.3s;\n    display: inline-block;\n    min-width: 250px;\n    line-height: 1;\n    text-transform: uppercase;\n        }\n        .gotur-btn-box a:hover { \n             background: linear-gradient(45deg, #9e7226, #e4c77e);\n        }\n        .gotur-nav-btn { \n            position: absolute; \n            top: 50%; \n            transform: translateY(-50%); \n            background: transparent !important; \n            border: none; \n            color: #fff; \n            font-size: 3rem; \n            cursor: pointer; \n            z-index: 100; \n            transition: 0.3s; \n        }\n        .gotur-nav-btn:hover { \n            color: var(--main); \n        }\n        .gotur-prev { \n            left: 30px; \n        }\n        .gotur-next { \n            right: 30px; \n        }\n        \n        @keyframes goturFadeInDown {\n            from {\n                opacity: 0;\n                transform: translate3d(0, -30px, 0);\n            }\n            to {\n                opacity: 1;\n                transform: translate3d(0, 0, 0);\n            }\n        }\n        \n        @keyframes goturFadeInUp {\n            from {\n                opacity: 0;\n                transform: translate3d(0, 30px, 0);\n            }\n            to {\n                opacity: 1;\n                transform: translate3d(0, 0, 0);\n            }\n        }\n        \n        @keyframes goturFadeOutUp {\n            from {\n                opacity: 1;\n            }\n            to {\n                opacity: 0;\n                transform: translate3d(0, -30px, 0);\n            }\n        }\n        \n        @keyframes goturFadeOut {\n            from {\n                opacity: 1;\n            }\n            to {\n                opacity: 0;\n            }\n        }\n    <\/style>\n    \n    <!-- HTML del Slider -->\n    <div class=\"gotur-slider-wrapper\">\n        <button class=\"gotur-nav-btn gotur-prev\">\u276e<\/button>\n        <button class=\"gotur-nav-btn gotur-next\">\u276f<\/button>\n        \n                    <div class=\"gotur-slide active\" data-index=\"0\">\n                <div class=\"gotur-bg-img\" style=\"background-image: url('http:\/\/nivaxel.website\/gat\/wp-content\/uploads\/2026\/06\/Slideshow-image-GAT.jpg');\"><\/div>\n                <div class=\"gotur-shape\"><\/div>\n                <div class=\"gotur-content\">\n                    <span class=\"gotur-stn\">Gu\u00e1nica Adventure Tours<\/span>\n                    <h1 class=\"gotur-ttl\">Aventura Responsable, Relajada Y Autentica<\/h1>\n                    <p class=\"gotur-txt\">A Tu Ritmo - As\u00ed Se Vive Aqu\u00ed<\/p>\n                    <div class=\"gotur-btn-box\">\n                        <a href=\"#contacto\">Reserva por WhatsApp<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n                    <div class=\"gotur-slide \" data-index=\"1\">\n                <div class=\"gotur-bg-img\" style=\"background-image: url('http:\/\/nivaxel.website\/gat\/wp-content\/uploads\/2026\/04\/5b4806e8-7012-40fc-89d9-5ae2d14ab44d.jpg');\"><\/div>\n                <div class=\"gotur-shape\"><\/div>\n                <div class=\"gotur-content\">\n                    <span class=\"gotur-stn\">Gu\u00e1nica Adventure Tours<\/span>\n                    <h1 class=\"gotur-ttl\">Hiking y playas escondidas \u2014 sin complicaciones<\/h1>\n                    <p class=\"gotur-txt\">Experiencias ecotur\u00edsticas para parejas, familias y grupos.<\/p>\n                    <div class=\"gotur-btn-box\">\n                        <a href=\"#tours\">Ver tours<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n                    <div class=\"gotur-slide \" data-index=\"2\">\n                <div class=\"gotur-bg-img\" style=\"background-image: url('http:\/\/nivaxel.website\/gat\/wp-content\/uploads\/2026\/04\/IMG_5758.jpg');\"><\/div>\n                <div class=\"gotur-shape\"><\/div>\n                <div class=\"gotur-content\">\n                    <span class=\"gotur-stn\">Gu\u00e1nica Adventure Tours<\/span>\n                    <h1 class=\"gotur-ttl\">Tu escape a la naturaleza empieza en Gu\u00e1nica<\/h1>\n                    <p class=\"gotur-txt\">Descubre paisajes \u00fanicos con gu\u00edas locales y buenas vibras.<\/p>\n                    <div class=\"gotur-btn-box\">\n                        <a href=\"#sobre-nosotros\">M\u00e1s informaci\u00f3n<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <\/div>\n    \n    <!-- JavaScript del Slider -->\n    <script>\n    document.addEventListener('DOMContentLoaded', function() {\n        let goturCurrentIndex = 0;\n        const goturSlides = document.querySelectorAll('.gotur-slide');\n        let goturIsTransitioning = false;\n        \n        if (goturSlides.length > 0 && document.querySelector('.gotur-slide.active')) {\n            document.querySelector('.gotur-slide.active').classList.add('zooming');\n        }\n        \n        function goturChangeSlide(direction) {\n            if (goturIsTransitioning || goturSlides.length === 0) return;\n            goturIsTransitioning = true;\n            \n            const currentSlide = goturSlides[goturCurrentIndex];\n            currentSlide.classList.add('is-exiting');\n            \n            setTimeout(() => {\n                currentSlide.classList.remove('active', 'is-exiting', 'zooming');\n                const currentBg = currentSlide.querySelector('.gotur-bg-img');\n                if (currentBg) {\n                    currentBg.style.transition = 'none';\n                    currentBg.style.transform = 'scale(1)';\n                }\n                \n                goturCurrentIndex = (goturCurrentIndex + direction + goturSlides.length) % goturSlides.length;\n                const nextSlide = goturSlides[goturCurrentIndex];\n                \n                const animElements = nextSlide.querySelectorAll('.gotur-stn, .gotur-ttl, .gotur-txt, .gotur-btn-box');\n                animElements.forEach(el => {\n                    el.style.animation = 'none';\n                    el.offsetHeight;\n                    el.style.animation = '';\n                });\n                \n                const nextBg = nextSlide.querySelector('.gotur-bg-img');\n                if (nextBg) {\n                    nextBg.style.transition = 'none';\n                    nextBg.style.transform = 'scale(1)';\n                }\n                \n                nextSlide.classList.add('active');\n                \n                setTimeout(() => {\n                    if (nextBg) {\n                        nextBg.style.transition = 'transform 10s linear';\n                    }\n                    nextSlide.classList.add('zooming');\n                    goturIsTransitioning = false;\n                }, 50);\n                \n            }, 600);\n        }\n        \n        let goturAutoPlay = setInterval(() => goturChangeSlide(1), 12000);\n        \n        const prevBtn = document.querySelector('.gotur-prev');\n        const nextBtn = document.querySelector('.gotur-next');\n        \n        if (prevBtn) {\n            prevBtn.addEventListener('click', () => {\n                clearInterval(goturAutoPlay);\n                goturChangeSlide(-1);\n                goturAutoPlay = setInterval(() => goturChangeSlide(1), 12000);\n            });\n        }\n        \n        if (nextBtn) {\n            nextBtn.addEventListener('click', () => {\n                clearInterval(goturAutoPlay);\n                goturChangeSlide(1);\n                goturAutoPlay = setInterval(() => goturChangeSlide(1), 12000);\n            });\n        }\n    });\n    <\/script>\n    \n    \n<h5>\n\t\t\tEco Tour Costero\t<\/h5>\n<h2  data-animation-delay=\"0\" data-animation-duration=\"1\">\n\t\t\tExperiencias \u00danicas en Gu\u00e1nica\t<\/h2>\n\t<p>Aventuras aut\u00e9nticas con buena vibra y gu\u00edas locales.<\/p>\n<p><strong>El Eco Tour Costero incluye las siguientes experiencias:<\/strong><\/p>\n\t    <style>\n        .servicio-minimal-card {\n            display: flex;\n            flex-direction: column;\n            background: transparent;\n            border: none;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .servicio-minimal-imagen {\n            overflow: hidden;\n            position: relative;\n            border-radius: 150px 40px 40px 40px;\n            border-top: 8px solid #ffffff;\n            border-left: 8px solid #ffffff;\n        }\n        \n        .servicio-minimal-imagen:after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            width: 100%;\n            height: 40%;\n            background: linear-gradient(0deg, black, transparent);\n            opacity: .8;\n        }\n        \n        .servicio-minimal-imagen img {\n            width: 100%;\n            height: 380px;\n            object-fit: cover;\n            display: block;\n            transition: transform 0.3s ease;\n        }\n        \n        .servicio-minimal-card:hover .servicio-minimal-imagen img {\n            transform: scale(1.05);\n        }\n        \n        .servicio-minimal-titulo {\n            font-weight: 700;\n            margin: 0 0 15px 0;\n            color: #ffffff;\n            line-height: 1.3;\n            font-size: 1.2rem;\n            text-align: center;\n            padding: 0px 30px;\n            min-height: 58px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            position: absolute;\n            right: 0;\n            left: 0;\n            bottom: 0px;\n        }\n        \n        .btn-detalles {\n            display: inline-block;\n            cursor: pointer;\n            background: transparent !important;\n            transition: all ease .5s;\n            text-transform: uppercase;\n            text-decoration: none !important;\n            font-size: 14px !important;\n            font-weight: 600 !important;\n            border: 0px !important;\n            height: 100%;\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            z-index: 10;\n        }   \n        \n        \/* Estilos del Modal *\/\n        .modal-servicio {\n            display: none;\n            position: fixed;\n            z-index: 999999;\n            left: 0;\n            top: 0;\n            width: 100%;\n            height: 100%;\n            background-color: rgba(0,0,0,0.8);\n            overflow-y: auto;\n        }\n        \n        .modal-servicio-content {\n            background-color: #ffffff;\n            margin: 50px auto;\n            padding: 0;\n            width: 90%;\n            max-width: 800px;\n            border-radius: 12px;\n            position: relative;\n            animation: modalFadeIn 0.3s;\n        }\n        \n        @keyframes modalFadeIn {\n            from {\n                opacity: 0;\n                transform: translateY(-50px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n        \n        .modal-close {\n            position: absolute;\n            right: 20px;\n            top: 15px;\n            font-size: 35px;\n            font-weight: bold;\n            color: #ffffff;\n            cursor: pointer;\n            z-index: 10;\n            width: 35px;\n            height: 35px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            background: rgba(0,0,0,0.5);\n            border-radius: 50%;\n            transition: all 0.3s ease;\n        }\n        \n        .modal-close:hover {\n            background: rgba(0,0,0,0.8);\n            transform: scale(1.1);\n        }\n        \n        .modal-imagen {\n            width: 100%;\n            max-height: 400px;\n            overflow: hidden;\n            border-radius: 12px 12px 0 0;\n        }\n        \n        .modal-imagen img {\n            width: 100%;\n            height: auto;\n            max-height: 400px;\n            object-fit: cover;\n            display: block;\n        }\n        \n        .modal-body {\n            padding: 30px;\n        }\n        \n        .modal-titulo {\n            font-size: 1.8rem;\n            font-weight: 700;\n            margin: 0 0 15px 0;\n            color: #1a1a1a;\n        }\n        \n        .modal-descripcion {\n            color: #666666;\n            line-height: 1.6;\n            margin-bottom: 20px;\n            font-size: 1rem;\n        }\n        \n        .modal-info {\n            display: flex;\n            gap: 30px;\n            margin-bottom: 25px;\n            padding-bottom: 20px;\n            border-bottom: 1px solid #e0e0e0;\n        }\n        \n        .modal-dia, .modal-ubicacion {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            font-size: 0.95rem;\n            color: #555555;\n        }\n        \n        .modal-dia svg, .modal-ubicacion svg {\n            width: 20px;\n            height: 20px;\n            fill: #0073aa;\n            flex-shrink: 0;\n        }\n        \n        .modal-boton {\n            text-align: center;\n            margin-top: 20px;\n        }\n        \n        .btn-reserva-modal {\n            display: inline-block;\n            padding: 12px 35px;\n            background: linear-gradient(45deg, #e4c77e, #9e7226) !important;\n            transition: all ease .5s;\n            text-transform: uppercase;\n            color: #fff !important;\n            text-decoration: none !important;\n            font-size: 14px !important;\n            font-weight: 600 !important;\n            border: 0px !important;\n            border-radius: 45px !important;\n        }\n        \n        .btn-reserva-modal:hover {\n            background: linear-gradient(45deg, #9e7226, #e4c77e) !important;\n        }\n        \n        .modal-etiqueta {\n            display: inline-block;\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-size: 12px;\n            font-weight: 600;\n            margin-bottom: 15px;\n            color: #ffffff;\n        }\n        \n        @media (max-width: 768px) {\n            .servicios-minimal-grid {\n                display: flex;\n                flex-wrap: wrap;\n                gap: 14px;\n            }\n            .servicio-minimal-card {\n                width: calc(50% - 7px);\n            }\n            .servicio-minimal-imagen img {\n                height: 250px;\n            }\n            h3.servicio-minimal-titulo {\n                padding: 0px 12px;\n            }\n            .servicio-minimal-imagen {\n                border-radius: 90px 20px 20px 20px;\n            }\n            .modal-servicio-content {\n                width: 95%;\n                margin: 20px auto;\n            }\n            .modal-body {\n                padding: 20px;\n            }\n            .modal-titulo {\n                font-size: 1.4rem;\n            }\n            .modal-info {\n                flex-direction: column;\n                gap: 15px;\n            }\n        }\n        \n        @media (min-width: 768px) {\n            .servicios-minimal-grid {\n                display: flex;\n                flex-wrap: wrap;\n                gap: 16px;\n            }\n            .servicio-minimal-card {\n                width: calc(25% - 16px);\n            }\n        }\n    <\/style>\n    \n    <div class=\"servicios-minimal-container\">\n        <div class=\"servicios-minimal-grid\">\n                                            <div class=\"servicio-minimal-card\" data-servicio-index=\"0\">\n                                            <div class=\"servicio-minimal-imagen\">\n                            <img decoding=\"async\" src=\"http:\/\/nivaxel.website\/gat\/wp-content\/uploads\/2026\/04\/IMG_5757.jpg\" alt=\"Recorrido costero \/ Playas escondidas\">\n                        <\/div>\n                                        \n                    <h3 class=\"servicio-minimal-titulo\">Recorrido costero \/ Playas escondidas<\/h3>\n                    \n                    <button type=\"button\" class=\"btn-detalles\" data-modal-index=\"0\">\n                    <\/button>\n                <\/div>\n                \n                <!-- Modal oculto dentro del shortcode (ser\u00e1 movido al body por JS) -->\n                <div id=\"modal-0\" class=\"modal-servicio modal-temp\">\n                    <div class=\"modal-servicio-content\">\n                        <span class=\"modal-close\" data-modal=\"modal-0\">&times;<\/span>\n                        \n                                                    <div class=\"modal-imagen\">\n                                <img decoding=\"async\" src=\"http:\/\/nivaxel.website\/gat\/wp-content\/uploads\/2026\/04\/IMG_5757.jpg\" alt=\"Recorrido costero \/ Playas escondidas\">\n                            <\/div>\n                                                \n                        <div class=\"modal-body\">\n                                                        \n                            <h2 class=\"modal-titulo\">Recorrido costero \/ Playas escondidas<\/h2>\n                            \n                            <div class=\"modal-descripcion\">\n                                Recorridos por carretera o miradores para disfrutar de vistas impresionantes del litoral suroeste, incluyendo calas y playas de dif\u00edcil acceso. Ideales para quienes buscan privacidad, aguas cristalinas y paisajes v\u00edrgenes.                            <\/div>\n                            \n                            <div class=\"modal-info\">\n                                                                \n                                                                    <div class=\"modal-ubicacion\">\n                                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\">\n                                            <path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/>\n                                        <\/svg>\n                                        GU\u00c1NICA P.R.                                    <\/div>\n                                                            <\/div>\n                            \n                                                            <div class=\"modal-boton\">\n                                    <a href=\"https:\/\/wa.me\/17874082136?text=\ud83d\udc4b%20*\u00a1Hola!%20Me%20interesa%20este%20servicio:*\ud83d\ude80%20*RECORRIDO%20COSTERO%20\/%20PLAYAS%20ESCONDIDAS*%20\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\ud83d\udccd%20*Ubicaci\u00f3n:*%20GU\u00c1NICA%20P.R.%20\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\ud83d\udcdd%20*Descripci\u00f3n:*_Recorridos%20por%20carretera%20o%20miradores%20para%20disfrutar%20de%20vistas%20impresionantes%20del%20litoral%20suroeste,%20incluyendo%20calas%20y%20playas%20de%20dif\u00edcil%20acceso.Ideales%20para%20quienes%20buscan%20privacidad,%20aguas%20cristalinas%20y%20paisajes%20v\u00edrgenes._%20\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u00bfPodr\u00edan%20darme%20m\u00e1s%20informaci\u00f3n?%20\u00a1Gracias!%20\ud83d\ude4f\" \n                                       class=\"btn-reserva-modal\" \n                                       target=\"_blank\" \n                                       rel=\"noopener noreferrer\">\n                                        Reservar Ahora                                    <\/a>\n                                <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                                            <div class=\"servicio-minimal-card\" data-servicio-index=\"1\">\n                                            <div class=\"servicio-minimal-imagen\">\n                            <img decoding=\"async\" src=\"http:\/\/nivaxel.website\/gat\/wp-content\/uploads\/2026\/04\/9506e38e-ec25-44bc-8237-1f5f9645b325.jpg\" alt=\"Hiking al Fuerte Capr\u00f3n\">\n                        <\/div>\n                                        \n                    <h3 class=\"servicio-minimal-titulo\">Hiking al Fuerte Capr\u00f3n<\/h3>\n                    \n                    <button type=\"button\" class=\"btn-detalles\" data-modal-index=\"1\">\n                    <\/button>\n                <\/div>\n                \n                <!-- Modal oculto dentro del shortcode (ser\u00e1 movido al body por JS) -->\n                <div id=\"modal-1\" class=\"modal-servicio modal-temp\">\n                    <div class=\"modal-servicio-content\">\n                        <span class=\"modal-close\" data-modal=\"modal-1\">&times;<\/span>\n                        \n                                                    <div class=\"modal-imagen\">\n                                <img decoding=\"async\" src=\"http:\/\/nivaxel.website\/gat\/wp-content\/uploads\/2026\/04\/9506e38e-ec25-44bc-8237-1f5f9645b325.jpg\" alt=\"Hiking al Fuerte Capr\u00f3n\">\n                            <\/div>\n                                                \n                        <div class=\"modal-body\">\n                                                        \n                            <h2 class=\"modal-titulo\">Hiking al Fuerte Capr\u00f3n<\/h2>\n                            \n                            <div class=\"modal-descripcion\">\n                                Senderismo hacia esta hist\u00f3rica estructura militar en el Bosque Seco de Gu\u00e1nica, combinando naturaleza, historia y vistas espectaculares desde el fuerte.                            <\/div>\n                            \n                            <div class=\"modal-info\">\n                                                                \n                                                                    <div class=\"modal-ubicacion\">\n                                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\">\n                                            <path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/>\n                                        <\/svg>\n                                        GU\u00c1NICA P.R.                                    <\/div>\n                                                            <\/div>\n                            \n                                                            <div class=\"modal-boton\">\n                                    <a href=\"https:\/\/wa.me\/17874082136?text=\ud83d\udc4b%20*\u00a1Hola!%20Me%20interesa%20este%20servicio:*\ud83d\ude80%20*HIKING%20AL%20FUERTE%20CAPR\u00d3N*%20\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\ud83d\udccd%20*Ubicaci\u00f3n:*%20GU\u00c1NICA%20P.R.%20\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\ud83d\udcdd%20*Descripci\u00f3n:*_Senderismo%20hacia%20esta%20hist\u00f3rica%20estructura%20militar%20en%20el%20Bosque%20Seco%20de%20Gu\u00e1nica,%20combinando%20naturaleza,%20historia%20y%20vistas%20espectaculares%20desde%20el%20fuerte._%20\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u00bfPodr\u00edan%20darme%20m\u00e1s%20informaci\u00f3n?%20\u00a1Gracias!%20\ud83d\ude4f\" \n                                       class=\"btn-reserva-modal\" \n                                       target=\"_blank\" \n                                       rel=\"noopener noreferrer\">\n                                        Reservar Ahora                                    <\/a>\n                                <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                                            <div class=\"servicio-minimal-card\" data-servicio-index=\"2\">\n                                            <div class=\"servicio-minimal-imagen\">\n                            <img decoding=\"async\" src=\"http:\/\/nivaxel.website\/gat\/wp-content\/uploads\/2026\/04\/0e1b5467-3559-4933-9f47-55c57439c1fc.jpg\" alt=\"Lugares Hist\u00f3ricos\">\n                        <\/div>\n                                        \n                    <h3 class=\"servicio-minimal-titulo\">Lugares Hist\u00f3ricos<\/h3>\n                    \n                    <button type=\"button\" class=\"btn-detalles\" data-modal-index=\"2\">\n                    <\/button>\n                <\/div>\n                \n                <!-- Modal oculto dentro del shortcode (ser\u00e1 movido al body por JS) -->\n                <div id=\"modal-2\" class=\"modal-servicio modal-temp\">\n                    <div class=\"modal-servicio-content\">\n                        <span class=\"modal-close\" data-modal=\"modal-2\">&times;<\/span>\n                        \n                                                    <div class=\"modal-imagen\">\n                                <img decoding=\"async\" src=\"http:\/\/nivaxel.website\/gat\/wp-content\/uploads\/2026\/04\/0e1b5467-3559-4933-9f47-55c57439c1fc.jpg\" alt=\"Lugares Hist\u00f3ricos\">\n                            <\/div>\n                                                \n                        <div class=\"modal-body\">\n                                                        \n                            <h2 class=\"modal-titulo\">Lugares Hist\u00f3ricos<\/h2>\n                            \n                            <div class=\"modal-descripcion\">\n                                Visitas guiadas a sitios de inter\u00e9s patrimonial como faros, ruinas, haciendas o centros urbanos antiguos en la regi\u00f3n sur de Puerto Rico.                            <\/div>\n                            \n                            <div class=\"modal-info\">\n                                                                \n                                                                    <div class=\"modal-ubicacion\">\n                                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\">\n                                            <path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/>\n                                        <\/svg>\n                                        GU\u00c1NICA P.R.                                    <\/div>\n                                                            <\/div>\n                            \n                                                            <div class=\"modal-boton\">\n                                    <a href=\"https:\/\/wa.me\/17874082136?text=\ud83d\udc4b%20*\u00a1Hola!%20Me%20interesa%20este%20servicio:*\ud83d\ude80%20*LUGARES%20HIST\u00d3RICOS*%20\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\ud83d\udccd%20*Ubicaci\u00f3n:*%20GU\u00c1NICA%20P.R.%20\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\ud83d\udcdd%20*Descripci\u00f3n:*_Visitas%20guiadas%20a%20sitios%20de%20inter\u00e9s%20patrimonial%20como%20faros,%20ruinas,%20haciendas%20o%20centros%20urbanos%20antiguos%20en%20la%20regi\u00f3n%20sur%20de%20Puerto%20Rico._%20\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u00bfPodr\u00edan%20darme%20m\u00e1s%20informaci\u00f3n?%20\u00a1Gracias!%20\ud83d\ude4f\" \n                                       class=\"btn-reserva-modal\" \n                                       target=\"_blank\" \n                                       rel=\"noopener noreferrer\">\n                                        Reservar Ahora                                    <\/a>\n                                <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                                            <div class=\"servicio-minimal-card\" data-servicio-index=\"3\">\n                                            <div class=\"servicio-minimal-imagen\">\n                            <img decoding=\"async\" src=\"http:\/\/nivaxel.website\/gat\/wp-content\/uploads\/2026\/04\/IMG_5759.jpg\" alt=\"Tiempo de Relajaci\u00f3n en Playa Santa\">\n                        <\/div>\n                                        \n                    <h3 class=\"servicio-minimal-titulo\">Tiempo de Relajaci\u00f3n en Playa Santa<\/h3>\n                    \n                    <button type=\"button\" class=\"btn-detalles\" data-modal-index=\"3\">\n                    <\/button>\n                <\/div>\n                \n                <!-- Modal oculto dentro del shortcode (ser\u00e1 movido al body por JS) -->\n                <div id=\"modal-3\" class=\"modal-servicio modal-temp\">\n                    <div class=\"modal-servicio-content\">\n                        <span class=\"modal-close\" data-modal=\"modal-3\">&times;<\/span>\n                        \n                                                    <div class=\"modal-imagen\">\n                                <img decoding=\"async\" src=\"http:\/\/nivaxel.website\/gat\/wp-content\/uploads\/2026\/04\/IMG_5759.jpg\" alt=\"Tiempo de Relajaci\u00f3n en Playa Santa\">\n                            <\/div>\n                                                \n                        <div class=\"modal-body\">\n                                                        \n                            <h2 class=\"modal-titulo\">Tiempo de Relajaci\u00f3n en Playa Santa<\/h2>\n                            \n                            <div class=\"modal-descripcion\">\n                                Visitas guiadas a sitios de inter\u00e9s patrimonial como faros, ruinas, haciendas o centros urbanos antiguos en la regi\u00f3n sur de Puerto Rico.                            <\/div>\n                            \n                            <div class=\"modal-info\">\n                                                                \n                                                                    <div class=\"modal-ubicacion\">\n                                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\">\n                                            <path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/>\n                                        <\/svg>\n                                        GU\u00c1NICA P.R.                                    <\/div>\n                                                            <\/div>\n                            \n                                                            <div class=\"modal-boton\">\n                                    <a href=\"https:\/\/wa.me\/17874082136?text=\ud83d\udc4b%20*\u00a1Hola!%20Me%20interesa%20este%20servicio:*\ud83d\ude80%20*TIEMPO%20DE%20RELAJACI\u00d3N%20EN%20PLAYA%20SANTA*%20\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\ud83d\udccd%20*Ubicaci\u00f3n:*%20GU\u00c1NICA%20P.R.%20\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\ud83d\udcdd%20*Descripci\u00f3n:*_Visitas%20guiadas%20a%20sitios%20de%20inter\u00e9s%20patrimonial%20como%20faros,%20ruinas,%20haciendas%20o%20centros%20urbanos%20antiguos%20en%20la%20regi\u00f3n%20sur%20de%20Puerto%20Rico._%20\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u00bfPodr\u00edan%20darme%20m\u00e1s%20informaci\u00f3n?%20\u00a1Gracias!%20\ud83d\ude4f\" \n                                       class=\"btn-reserva-modal\" \n                                       target=\"_blank\" \n                                       rel=\"noopener noreferrer\">\n                                        Reservar Ahora                                    <\/a>\n                                <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                    <\/div>\n    <\/div>\n    \n    <script>\n        (function() {\n            \/\/ Mover todos los modales al body cuando el DOM est\u00e9 listo\n            function moverModalesAlBody() {\n                var modales = document.querySelectorAll('.modal-temp');\n                modales.forEach(function(modal) {\n                    \/\/ Remover la clase temporal\n                    modal.classList.remove('modal-temp');\n                    \/\/ Mover al body\n                    document.body.appendChild(modal);\n                });\n            }\n            \n            \/\/ Inicializar eventos de los modales\n            function inicializarModales() {\n                \/\/ Abrir modal\n                var botones = document.querySelectorAll('.btn-detalles');\n                botones.forEach(function(boton) {\n                    boton.onclick = function(e) {\n                        e.preventDefault();\n                        var modalIndex = this.getAttribute('data-modal-index');\n                        var modal = document.getElementById('modal-' + modalIndex);\n                        if (modal) {\n                            modal.style.display = 'block';\n                            document.body.style.overflow = 'hidden';\n                        }\n                    };\n                });\n                \n                \/\/ Cerrar modal con la X\n                var cerrar = document.querySelectorAll('.modal-close');\n                cerrar.forEach(function(btn) {\n                    btn.onclick = function() {\n                        var modalId = this.getAttribute('data-modal');\n                        var modal = document.getElementById(modalId);\n                        if (modal) {\n                            modal.style.display = 'none';\n                            document.body.style.overflow = 'auto';\n                        }\n                    };\n                });\n                \n                \/\/ Cerrar modal haciendo clic fuera del contenido\n                window.onclick = function(event) {\n                    if (event.target.classList && event.target.classList.contains('modal-servicio')) {\n                        event.target.style.display = 'none';\n                        document.body.style.overflow = 'auto';\n                    }\n                };\n            }\n            \n            \/\/ Ejecutar cuando el DOM est\u00e9 listo\n            if (document.readyState === 'loading') {\n                document.addEventListener('DOMContentLoaded', function() {\n                    moverModalesAlBody();\n                    inicializarModales();\n                });\n            } else {\n                moverModalesAlBody();\n                inicializarModales();\n            }\n        })();\n    <\/script>\n    \n<h2>\n\t\t\tVIP BEACH\t<\/h2>\n<h2>\n\t\t\tEXPERIENCE\t<\/h2>\n\tPLAYA SANTA<br \/>\nEXPERIENCIA PRIVADA DE MONTAJE COSTERO\n\t<p>Llega. Rel\u00e1jate. Todo est\u00e1 listo.<\/p>\n\t\u00abPaz, sol, y buenas historias te esperan.\u00bb\n<figure itemscope itemtype=\"https:\/\/schema.org\/ImageObject\">\n\t\t\t\t<img decoding=\"async\" src=\"http:\/\/nivaxel.website\/gat\/wp-content\/uploads\/2026\/05\/prec-Photoroom.png\" alt=\"prec-Photoroom\" height=\"367\" width=\"355\" title=\"prec-Photoroom\" onerror=\"this.style.display='none'\" loading=\"lazy\" \/>\n\t<\/figure>\n<h2>\n\t\t\tIncluye\t<\/h2>\n                    <h4>4 Sillas de Playa Premium<\/h4>\n                    <p>Comodidad y relajaci\u00f3n para ti y tu grupo.<\/p>\n                    <h4>Sombrilla Gigante<\/h4>\n                    <p>Sombra todo el d\u00eda, sin preocupaciones.<\/p>\n                    <h4>Mesa Privada<\/h4>\n                    <p>Todo al alcance de tu mano.<\/p>\n                    <h4>Hielera con Hielo<\/h4>\n                    <p>Bebidas fr\u00edas, siempre listas.<\/p>\n                    <h4>Ubicaci\u00f3n Seleccionada<\/h4>\n                    <p>Zona tranquila y de bajo tr\u00e1fico.<\/p>\n                    <h4>Agua Embotellada Fr\u00eda<\/h4>\n                    <p>Mantente hidratado y disfruta.<\/p>\n                    <h4>Parlante Bluetooth Privado<\/h4>\n                    <p>Tu vibra. Tu m\u00fasica. Tu momento.<\/p>\n                     Disponibilidad\n                    <strong>Viernes a Domingo<\/strong><br \/>\n                    (Disponibilidad Principal)\n                     Recogida en Hotel\n                    <strong>Regreso Incluido<\/strong><br \/>\n                    Entre semana: Consultar disponibilidad\n                     Sesiones\n                    Sesi\u00f3n Ma\u00f1ana\n                    9:30 AM &#8211; 1:30 PM\n                    Sesi\u00f3n Tarde\n                    2:30 PM &#8211; 6:30 PM\n                     Duraci\u00f3n: Hasta 4 Horas\n            <!-- Add-ons -->\n                     Extras\n                    Sillas Adicionales\n                    $10\n                    Hielo Extra\n                    $5\n                    Tiempo Extendido\n                    Bajo Pedido\n\t <!-- CTA -->\n                SOLO 2 CONFIGURACIONES POR D\u00cdA\n                La exclusividad lo hace especial\n                <a href=\"https:\/\/wa.link\/u66v6r\" target=\"_blanck\">\n                     787-408-2136\n                <\/a>\n                Disponible en WhatsApp\n<h5  data-animation-delay=\"0\" data-animation-duration=\"1\">\n\t\t\tOtros Servicios\t<\/h5>\n<h2  data-animation-delay=\"0\" data-animation-duration=\"1\">\n\t\t\tDisponibles bajo petici\u00f3n\t<\/h2>\n<figure itemscope itemtype=\"https:\/\/schema.org\/ImageObject\">\n\t\t\t\t<img decoding=\"async\" src=\"http:\/\/nivaxel.website\/gat\/wp-content\/uploads\/2026\/04\/b84d7162-228d-4fc0-95fd-3d035fed6c0b.jpg\" alt=\"b84d7162-228d-4fc0-95fd-3d035fed6c0b\" height=\"1067\" width=\"1600\" title=\"b84d7162-228d-4fc0-95fd-3d035fed6c0b\" onerror=\"this.style.display='none'\" loading=\"lazy\" \/>\n\t<\/figure>\n<h4>\n\t\t\tFuturos Empresarios\t<\/h4>\n\t<p><!-- obsidian --><\/p>\n<p>Experiencia dise\u00f1ada para grupos o asociaciones, combinando din\u00e1micas de negocios, networking y exploraci\u00f3n de recursos locales en un entorno recreativo.<\/p>\n\t\t\t<a href=\"#contacto\"  target=\"_self\">\n\t\t\t\t\t\t\tReservar Ahora\n\t\t\t\t\t<\/a>\n<figure itemscope itemtype=\"https:\/\/schema.org\/ImageObject\">\n\t\t\t\t<img decoding=\"async\" src=\"http:\/\/nivaxel.website\/gat\/wp-content\/uploads\/2026\/04\/a6ab002b-882a-4252-a4fa-db92cfdf6c58.jpg\" alt=\"a6ab002b-882a-4252-a4fa-db92cfdf6c58\" height=\"1067\" width=\"1600\" title=\"a6ab002b-882a-4252-a4fa-db92cfdf6c58\" onerror=\"this.style.display='none'\" loading=\"lazy\" \/>\n\t<\/figure>\n<h4>\n\t\t\tBar Hopping Experience\t<\/h4>\n\t<p><!-- obsidian --><\/p>\n<p>Experiencia de recorrido por varias barras.<\/p>\n\t\t\t<a href=\"#contacto\"  target=\"_self\">\n\t\t\t\t\t\t\tReservar Ahora\n\t\t\t\t\t<\/a>\n<figure data-animation-delay=\"0\" data-animation-duration=\"1\" itemscope itemtype=\"https:\/\/schema.org\/ImageObject\">\n\t\t\t\t<img decoding=\"async\" src=\"http:\/\/nivaxel.website\/gat\/wp-content\/uploads\/2026\/04\/aboutus.png\" alt=\"aboutus\" height=\"1067\" width=\"1038\" title=\"aboutus\" onerror=\"this.style.display='none'\" loading=\"lazy\" \/>\n\t<\/figure>\n<figure data-animation-delay=\"0\" data-animation-duration=\"1\" itemscope itemtype=\"https:\/\/schema.org\/ImageObject\">\n\t\t\t\t<img decoding=\"async\" src=\"http:\/\/nivaxel.website\/gat\/wp-content\/uploads\/2026\/04\/50d15d6e-acd2-46d7-b4f6-3b87a9e79d6e.png\" alt=\"50d15d6e-acd2-46d7-b4f6-3b87a9e79d6e\" height=\"1067\" width=\"1083\" title=\"50d15d6e-acd2-46d7-b4f6-3b87a9e79d6e\" onerror=\"this.style.display='none'\" loading=\"lazy\" \/>\n\t<\/figure>\n<h5>\n\t\t\tSobre Nosotros\t<\/h5>\n<h2  data-animation-delay=\"0\" data-animation-duration=\"1\">\n\t\t\tGu\u00e1nica Adventure Tours\t<\/h2>\n\t<p>Es una experiencia eco-costera privada y curada, dise\u00f1ada para mostrar la verdadera esencia del sur de Puerto Rico.<\/p>\n<p><strong>Esto no es transporte. Esto no es un tour t\u00edpico.<\/strong><\/p>\n<p>Cada experiencia combina rutas costeras esc\u00e9nicas, lugares naturales ocultos, contexto hist\u00f3rico, aventura ligera y tiempo de playa con gastronom\u00eda local.<\/p>\n<p>Cada parada tiene un prop\u00f3sito. Cada lugar cuenta una historia.<\/p>\n\t<h4><strong>NUESTRA VISI\u00d3N<\/strong><\/h4>\n<p>Convertirnos en la experiencia tur\u00edstica insignia de Gu\u00e1nica-una empresa creada por un local, para el mundo y para las futuras generaciones.<\/p>\n\t<p>Una marca que representa excelencia, autenticidad y legado.<\/p>\n\t\t\t<a href=\"#contacto\"  target=\"_self\">\n\t\t\t\t\t\t\tM\u00e1s informaci\u00f3n\n\t\t\t\t\t<\/a>\n<h2  data-animation-delay=\"0\" data-animation-duration=\"1\">\n\t\t\tPOR QU\u00c9 EXISTIMOS\t<\/h2>\n\tGu\u00e1nica es uno de los ecosistemas m\u00e1s \u00fanicos del Caribe-sin embargo, gran parte<br \/>\nde su valor permanece invisible o sin explicar.\n<p>Gu\u00e1nica Adventure Tours fue creado para cambiar eso.<\/p>\nNuestra misi\u00f3n es simple: conectar a las personas con la tierra, su historia y su belleza<br \/>\nnatural a trav\u00e9s de experiencias inmersivas y significativas.\nExistimos para resaltar la importancia ecol\u00f3gica y cultural de Gu\u00e1nica, elevar la experiencia<br \/>\ndel visitante m\u00e1s all\u00e1 de lo ordinario, crear orgullo y conciencia sobre la herencia local,<br \/>\ny construir un modelo de turismo sostenible basado en el respeto.\n<h5>\n\t\t\tNuestra historia\t<\/h5>\n<h2  data-animation-delay=\"0\" data-animation-duration=\"1\">\n\t\t\tDetr\u00e1s de Guanica Adventure Tour\t<\/h2>\n\t<p>Gu\u00e1nica Adventure Tours fue creado por un local con una profunda conexi\u00f3n con la tierra, su historia y sus tesoros naturales ocultos.<\/p>\n<p>Fundado por Manuel Alejandro Mart\u00ednez Rivera, Oficial Ingeniero de Combate del Ej\u00e9rcito de los EE. UU. (Capit\u00e1n) &#8211; Veterano, la experiencia refleja disciplina, liderazgo y prop\u00f3sito en cada detalle.<\/p>\n<p>Lo que comenz\u00f3 como una visi\u00f3n se ha convertido en una misi\u00f3n: compartir Gu\u00e1nica de la manera correcta-aut\u00e9ntica, respetuosa e inolvidable.<\/p>\n<p>M\u00e1s que un negocio, este es un proyecto impulsado por la pasi\u00f3n, construido desde cero con orgullo, precisi\u00f3n y un fuerte sentido de identidad.<\/p>\n\t\t\t<a href=\"#contacto\"  target=\"_self\">\n\t\t\t\t\t\t\tM\u00e1s informaci\u00f3n\n\t\t\t\t\t<\/a>\n<figure itemscope itemtype=\"https:\/\/schema.org\/ImageObject\">\n\t\t\t\t<img decoding=\"async\" src=\"http:\/\/nivaxel.website\/gat\/wp-content\/uploads\/2026\/04\/1981b3e1-75ce-460b-8842-b7052f26c6de.jpg\" alt=\"1981b3e1-75ce-460b-8842-b7052f26c6de\" height=\"1067\" width=\"1600\" title=\"1981b3e1-75ce-460b-8842-b7052f26c6de\" onerror=\"this.style.display='none'\" loading=\"lazy\" \/>\n\t<\/figure>\n\t    <div class=\"sc-owl-wrapper\">\n        <div id=\"sc-owl-carousel-6a2b893275066\" class=\"owl-carousel sc-owl-carousel\">\n                                            <div class=\"sc-owl-item\">\n                    <div class=\"sc-owl-image-wrapper\">\n                        <img decoding=\"async\" src=\"http:\/\/nivaxel.website\/gat\/wp-content\/uploads\/2026\/05\/image-1777566437608-1-1-1024x768.png\" \n                             alt=\"image-1777566437608 (1) (1)\"\n                             loading=\"lazy\"\n                             class=\"sc-owl-image\">\n                    <\/div>\n                <\/div>\n                                            <div class=\"sc-owl-item\">\n                    <div class=\"sc-owl-image-wrapper\">\n                        <img decoding=\"async\" src=\"http:\/\/nivaxel.website\/gat\/wp-content\/uploads\/2026\/05\/image-1777566469302-1-1024x683.png\" \n                             alt=\"image-1777566469302 (1)\"\n                             loading=\"lazy\"\n                             class=\"sc-owl-image\">\n                    <\/div>\n                <\/div>\n                                            <div class=\"sc-owl-item\">\n                    <div class=\"sc-owl-image-wrapper\">\n                        <img decoding=\"async\" src=\"http:\/\/nivaxel.website\/gat\/wp-content\/uploads\/2026\/05\/image-1777566479738-1-1024x683.png\" \n                             alt=\"image-1777566479738 (1)\"\n                             loading=\"lazy\"\n                             class=\"sc-owl-image\">\n                    <\/div>\n                <\/div>\n                                            <div class=\"sc-owl-item\">\n                    <div class=\"sc-owl-image-wrapper\">\n                        <img decoding=\"async\" src=\"http:\/\/nivaxel.website\/gat\/wp-content\/uploads\/2026\/04\/b84d7162-228d-4fc0-95fd-3d035fed6c0b-1024x683.jpg\" \n                             alt=\"b84d7162-228d-4fc0-95fd-3d035fed6c0b\"\n                             loading=\"lazy\"\n                             class=\"sc-owl-image\">\n                    <\/div>\n                <\/div>\n                                            <div class=\"sc-owl-item\">\n                    <div class=\"sc-owl-image-wrapper\">\n                        <img decoding=\"async\" src=\"http:\/\/nivaxel.website\/gat\/wp-content\/uploads\/2026\/04\/0b65aa21-7e3a-42c0-8fbd-0795d55af709-1024x683.jpg\" \n                             alt=\"0b65aa21-7e3a-42c0-8fbd-0795d55af709\"\n                             loading=\"lazy\"\n                             class=\"sc-owl-image\">\n                    <\/div>\n                <\/div>\n                                            <div class=\"sc-owl-item\">\n                    <div class=\"sc-owl-image-wrapper\">\n                        <img decoding=\"async\" src=\"http:\/\/nivaxel.website\/gat\/wp-content\/uploads\/2026\/04\/4bb8be99-73e6-4a27-ae27-186c2747a2cf-1024x682.jpg\" \n                             alt=\"4bb8be99-73e6-4a27-ae27-186c2747a2cf\"\n                             loading=\"lazy\"\n                             class=\"sc-owl-image\">\n                    <\/div>\n                <\/div>\n                                            <div class=\"sc-owl-item\">\n                    <div class=\"sc-owl-image-wrapper\">\n                        <img decoding=\"async\" src=\"http:\/\/nivaxel.website\/gat\/wp-content\/uploads\/2026\/04\/fb77196e-9bbc-467f-8a3f-2beeb8465768-1024x683.jpg\" \n                             alt=\"fb77196e-9bbc-467f-8a3f-2beeb8465768\"\n                             loading=\"lazy\"\n                             class=\"sc-owl-image\">\n                    <\/div>\n                <\/div>\n                                            <div class=\"sc-owl-item\">\n                    <div class=\"sc-owl-image-wrapper\">\n                        <img decoding=\"async\" src=\"http:\/\/nivaxel.website\/gat\/wp-content\/uploads\/2026\/04\/a6ab002b-882a-4252-a4fa-db92cfdf6c58-1024x683.jpg\" \n                             alt=\"a6ab002b-882a-4252-a4fa-db92cfdf6c58\"\n                             loading=\"lazy\"\n                             class=\"sc-owl-image\">\n                    <\/div>\n                <\/div>\n                    <\/div>\n    <\/div>\n    \n    <script>\n    jQuery(document).ready(function($) {\n        $('#sc-owl-carousel-6a2b893275066').owlCarousel({\n            center: true,\n            loop: true,\n            margin: 30,\n            nav: true,\n            dots: false,\n            autoplay: true,\n            autoplayTimeout: 9000,\n            autoplayHoverPause: true,\n            responsive: {\n                0: {\n                    items: 1                },\n                768: {\n                    items: 2                },\n                1024: {\n                    items: 2                }\n            },\n            navText: [\n                '<i class=\"sc-owl-nav-icon\">\u276e<\/i>',\n                '<i class=\"sc-owl-nav-icon\">\u276f<\/i>'\n            ]\n        });\n    });\n    <\/script>\n    \n<h5>\n\t\t\tCont\u00e1ctanos\t<\/h5>\n<h2  data-animation-delay=\"0\" data-animation-duration=\"1\">\n\t\t\t\u00bfTienes preguntas o quieres reservar tu experiencia?\t<\/h2>\n\t<p>Escr\u00edbenos por WhatsApp para reservar tu aventura. Si prefieres, completa el formulario y te responderemos en breve.<\/p>\n\t<strong>Tel\u00e9fono:<\/strong> <a href=\"tel:787-408-2136\">(787) 408-2136<\/a><br \/>\n<strong>WhatsApp:<\/strong> <a href=\"https:\/\/wa.link\/u66v6r\" target=\"_blank\" rel=\"noopener\">(787) 408-2136<\/a><br \/>\n<strong>Correo electr\u00f3nico:<\/strong>\u00a0<a href=\"mailto:dive3233@yahoo.com\">dive3233@yahoo.com<\/a><br \/>\n<strong>Ubicaci\u00f3n:<\/strong> <a href=\"https:\/\/maps.app.goo.gl\/9tmLBxZh4v2zzAjV9\" target=\"_blank\" rel=\"noopener\">Parking del Malec\u00f3n de Gu\u00e1nica, Ave Esperanza Idrach, Gu\u00e1nica Puerto Rico<\/a>\n<h3>\n\t\t\t\u00bfHablamos de tu pr\u00f3xima aventura?\t<\/h3>\n    <iframe\n      id=\"JotFormIFrame-261547224408860\"\n      title=\"Gu\u00e1nica Adventure Tours\u00a0- Contacto\"\n      onload=\"window.parent.scrollTo(0,0)\"\n      allowtransparency=\"true\"\n      allow=\"geolocation; microphone; camera; fullscreen; payment\"\n      src=\"https:\/\/form.jotform.com\/261547224408860\"\n      frameborder=\"0\"\n      scrolling=\"no\">\n    <\/iframe>\n\n","protected":false},"excerpt":{"rendered":"<p>Eco Tour Costero Experiencias \u00danicas en Gu\u00e1nica Aventuras aut\u00e9nticas con buena vibra y gu\u00edas locales. El Eco Tour Costero incluye [&hellip;]<\/p>\n","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":"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":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-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":"","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-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":"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":""},"mobile":{"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":""}},"footnotes":""},"class_list":["post-7","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"http:\/\/nivaxel.website\/gat\/wp-json\/wp\/v2\/pages\/7","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/nivaxel.website\/gat\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/nivaxel.website\/gat\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/nivaxel.website\/gat\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/nivaxel.website\/gat\/wp-json\/wp\/v2\/comments?post=7"}],"version-history":[{"count":11,"href":"http:\/\/nivaxel.website\/gat\/wp-json\/wp\/v2\/pages\/7\/revisions"}],"predecessor-version":[{"id":255,"href":"http:\/\/nivaxel.website\/gat\/wp-json\/wp\/v2\/pages\/7\/revisions\/255"}],"wp:attachment":[{"href":"http:\/\/nivaxel.website\/gat\/wp-json\/wp\/v2\/media?parent=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}