{"id":1179,"date":"2026-01-27T21:56:35","date_gmt":"2026-01-27T21:56:35","guid":{"rendered":"https:\/\/indartuadventure.com\/contact\/"},"modified":"2026-04-30T16:58:48","modified_gmt":"2026-04-30T16:58:48","slug":"contact","status":"publish","type":"page","link":"https:\/\/indartuadventure.com\/en\/contact\/","title":{"rendered":"Contact"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1179\" class=\"elementor elementor-1179 elementor-475\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6e7af9b e-con-full e-flex e-con e-parent\" data-id=\"6e7af9b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6cf034c elementor-widget elementor-widget-html\" data-id=\"6cf034c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- Hero Contacto Indartu --><section class=\"indContactoHero\"><div class=\"indContactoHero__bg\"><img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1464822759023-fed622ff2c3b?w=1920&q=80\" alt=\"\"><\/div><div class=\"indContactoHero__overlay\"><\/div><div class=\"indContactoHero__content\"><span class=\"indContactoHero__label\" id=\"indContactoHeroLabel\">Contacto<\/span><h1 class=\"indContactoHero__title\" id=\"indContactoHeroTitle\">Tu aventura empieza aqu\u00ed<\/h1><p class=\"indContactoHero__subtitle\" id=\"indContactoHeroSubtitle\">Solo falta que nos cuentes qu\u00e9 buscas.<\/p><\/div><\/section><style>.indContactoHero {\r\n    position: relative;\r\n    width: 100%;\r\n    height: 100vh;\r\n    min-height: 600px;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    overflow: hidden;\r\n    font-family: 'Montserrat', sans-serif;\r\n}\r\n.indContactoHero__bg {\r\n    position: absolute;\r\n    inset: 0;\r\n    z-index: 1;\r\n}\r\n.indContactoHero__bg img {\r\n    width: 100%;\r\n    height: 100%;\r\n    object-fit: cover;\r\n    object-position: center 30%;\r\n}\r\n.indContactoHero__overlay {\r\n    position: absolute;\r\n    inset: 0;\r\n    background: rgba(0, 0, 0, 0.65);\r\n    z-index: 2;\r\n}\r\n.indContactoHero__content {\r\n    position: relative;\r\n    z-index: 3;\r\n    text-align: center;\r\n    padding: 0 24px;\r\n    max-width: 700px;\r\n}\r\n.indContactoHero__label {\r\n    display: inline-block;\r\n    padding: 8px 20px;\r\n    background: rgba(209, 94, 20, 0.9);\r\n    border-radius: 50px;\r\n    font-size: 0.7rem;\r\n    font-weight: 700;\r\n    color: #fff;\r\n    text-transform: uppercase;\r\n    letter-spacing: 0.12em;\r\n    margin-bottom: 20px;\r\n}\r\n.indContactoHero__title {\r\n    font-size: clamp(2.5rem, 8vw, 4.5rem);\r\n    font-weight: 800;\r\n    color: #fff;\r\n    margin: 0 0 16px;\r\n    line-height: 1.1;\r\n    letter-spacing: -0.02em;\r\n}\r\n.indContactoHero__subtitle {\r\n    font-size: clamp(1rem, 2.5vw, 1.15rem);\r\n    color: rgba(255, 255, 255, 0.75);\r\n    margin: 0;\r\n    line-height: 1.6;\r\n    font-weight: 400;\r\n}\r\n@media (max-width: 768px) {\r\n    .indContactoHero {\r\n        height: 100vh;\r\n        height: 100svh;\r\n        min-height: 500px;\r\n    }\r\n    \r\n    .indContactoHero__label {\r\n        padding: 6px 16px;\r\n        font-size: 0.65rem;\r\n        margin-bottom: 16px;\r\n    }\r\n    \r\n    .indContactoHero__subtitle {\r\n        padding: 0 10px;\r\n    }\r\n}\r\n<\/style><script>(function() {\r\n    function initContactoHero() {\r\n        const indContactoTexts = {\r\n            'es': {\r\n                label: 'Contacto',\r\n                title: 'Tu aventura empieza aqu\u00ed',\r\n                subtitle: 'Solo falta que nos cuentes qu\u00e9 buscas.'\r\n            },\r\n            'en': {\r\n                label: 'Contact',\r\n                title: 'Your adventure starts here',\r\n                subtitle: \"All that's left is to tell us what you're looking for.\"\r\n            },\r\n            'fr': {\r\n                label: 'Contact',\r\n                title: 'Votre aventure commence ici',\r\n                subtitle: \"Il ne reste plus qu'\u00e0 nous dire ce que vous cherchez.\"\r\n            },\r\n            'eu': {\r\n                label: 'Kontaktua',\r\n                title: 'Zure abentura hemen hasten da',\r\n                subtitle: 'Bila zabiltzana kontatzea besterik ez zaizu falta.'\r\n            }\r\n        };\r\n        \r\n        const indContactoLang = (document.documentElement.lang || 'es').split('-')[0].toLowerCase();\r\n        const indContactoT = indContactoTexts[indContactoLang] || indContactoTexts['es'];\r\n        \r\n        const labelEl = document.getElementById('indContactoHeroLabel');\r\n        const titleEl = document.getElementById('indContactoHeroTitle');\r\n        const subtitleEl = document.getElementById('indContactoHeroSubtitle');\r\n        \r\n        if (labelEl) labelEl.textContent = indContactoT.label;\r\n        if (titleEl) titleEl.textContent = indContactoT.title;\r\n        if (subtitleEl) subtitleEl.textContent = indContactoT.subtitle;\r\n    }\r\n\r\n    if (document.readyState === 'loading') {\r\n        document.addEventListener('DOMContentLoaded', initContactoHero);\r\n    } else {\r\n        initContactoHero();\r\n    }\r\n})();\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-486f6a4 e-con-full e-flex e-con e-parent\" data-id=\"486f6a4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-021b357 elementor-widget elementor-widget-html\" data-id=\"021b357\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<section class=\"indConfianzaHero\">\r\n    <div class=\"indConfianzaHero__bg\"><\/div>\r\n    \r\n    <div class=\"indConfianzaHero__container\">\r\n        \r\n        <!-- Header -->\r\n        <header class=\"indConfianzaHero__header\">\r\n            <span class=\"indConfianzaHero__label\">Why contact us?<\/span>\r\n            <h2 class=\"indConfianzaHero__title\">We are here<br><span>to help you<\/span><\/h2>\r\n            <p class=\"indConfianzaHero__subtitle\">We answer your questions, design your experience and accompany you every step of the way. No commitment, no fine print. <\/p>\r\n        <\/header>\r\n\r\n        <!-- Stats Grid -->\r\n        <div class=\"indConfianzaHero__grid\">\r\n            \r\n            <article class=\"indConfianzaHero__stat\">\r\n                <div class=\"indConfianzaHero__statIcon\">\r\n                    <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\">\r\n                        <path d=\"M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                    <\/svg>\r\n                <\/div>\r\n                <div class=\"indConfianzaHero__statNumber\">24h<\/div>\r\n                <div class=\"indConfianzaHero__statLabel\">Quick Response<\/div>\r\n                <div class=\"indConfianzaHero__statDesc\">We will answer you in less than a day<\/div>\r\n            <\/article>\r\n\r\n            <article class=\"indConfianzaHero__stat indConfianzaHero__stat--featured\">\r\n                <div class=\"indConfianzaHero__statIcon\">\r\n                    <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\">\r\n                        <path d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                    <\/svg>\r\n                <\/div>\r\n                <div class=\"indConfianzaHero__statNumber\">100%<\/div>\r\n                <div class=\"indConfianzaHero__statLabel\">No commitment<\/div>\r\n                <div class=\"indConfianzaHero__statDesc\">See what you need, no pressure<\/div>\r\n            <\/article>\r\n\r\n            <article class=\"indConfianzaHero__stat\">\r\n                <div class=\"indConfianzaHero__statIcon\">\r\n                    <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\">\r\n                        <path d=\"M17 21v-2a4 4 0 00-4-4H5a4 4 0 00-4 4v2M9 11a4 4 0 100-8 4 4 0 000 8zM23 21v-2a4 4 0 00-3-3.87M16 3.13a4 4 0 010 7.75\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                    <\/svg>\r\n                <\/div>\r\n                <div class=\"indConfianzaHero__statNumber\">1:1<\/div>\r\n                <div class=\"indConfianzaHero__statLabel\">Personal treatment<\/div>\r\n                <div class=\"indConfianzaHero__statDesc\">We talk to you, not a machine<\/div>\r\n            <\/article>\r\n\r\n            <article class=\"indConfianzaHero__stat\">\r\n                <div class=\"indConfianzaHero__statIcon\">\r\n                    <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\">\r\n                        <path d=\"M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                    <\/svg>\r\n                <\/div>\r\n                <div class=\"indConfianzaHero__statNumber\">Direct<\/div>\r\n                <div class=\"indConfianzaHero__statLabel\">WhatsApp available<\/div>\r\n                <div class=\"indConfianzaHero__statDesc\">If you prefer, write to us by WhatsApp<\/div>\r\n            <\/article>\r\n\r\n        <\/div>\r\n\r\n        <!-- Bottom quote -->\r\n        <footer class=\"indConfianzaHero__footer\">\r\n            <div class=\"indConfianzaHero__footerLine\"><\/div>\r\n            <p class=\"indConfianzaHero__footerQuote\">\"Every adventure starts with a conversation. Tell us what you are looking for and we will make it happen.\"<\/p>\r\n            <span class=\"indConfianzaHero__footerAuthor\">\u2014 Indartu Team<\/span>\r\n        <\/footer>\r\n\r\n    <\/div>\r\n<\/section>\r\n\r\n<style>\r\n.indConfianzaHero {\r\n    position: relative;\r\n    padding: 100px 0;\r\n    font-family: 'Montserrat', sans-serif;\r\n    overflow: hidden;\r\n}\r\n\r\n.indConfianzaHero__bg {\r\n    position: absolute;\r\n    inset: 0;\r\n    background: #0A0A0A;\r\n}\r\n\r\n.indConfianzaHero__container {\r\n    position: relative;\r\n    z-index: 1;\r\n    max-width: 1200px;\r\n    margin: 0 auto;\r\n    padding: 0 5%;\r\n}\r\n\r\n.indConfianzaHero__header {\r\n    text-align: center;\r\n    margin-bottom: 70px;\r\n}\r\n\r\n.indConfianzaHero__label {\r\n    display: inline-block;\r\n    padding: 8px 20px;\r\n    background: rgba(209, 94, 20, 0.15);\r\n    border: 1px solid rgba(209, 94, 20, 0.3);\r\n    border-radius: 50px;\r\n    font-size: 0.75rem;\r\n    font-weight: 700;\r\n    color: #d15e14;\r\n    text-transform: uppercase;\r\n    letter-spacing: 0.1em;\r\n    margin-bottom: 24px;\r\n}\r\n\r\n.indConfianzaHero__title {\r\n    font-size: clamp(2rem, 4vw, 3rem);\r\n    font-weight: 800;\r\n    color: #fff;\r\n    line-height: 1.1;\r\n    margin: 0 0 20px;\r\n}\r\n\r\n.indConfianzaHero__title span {\r\n    color: #d15e14;\r\n}\r\n\r\n.indConfianzaHero__subtitle {\r\n    max-width: 600px;\r\n    margin: 0 auto;\r\n    font-size: 1rem;\r\n    color: rgba(255,255,255,0.6);\r\n    line-height: 1.7;\r\n}\r\n\r\n.indConfianzaHero__grid {\r\n    display: grid;\r\n    grid-template-columns: repeat(4, 1fr);\r\n    gap: 24px;\r\n    margin-bottom: 70px;\r\n}\r\n\r\n.indConfianzaHero__stat {\r\n    position: relative;\r\n    padding: 40px 30px;\r\n    background: rgba(255,255,255,0.02);\r\n    border: 1px solid rgba(255,255,255,0.06);\r\n    border-radius: 20px;\r\n    text-align: center;\r\n    transition: all 0.4s ease;\r\n}\r\n\r\n.indConfianzaHero__stat:hover {\r\n    background: rgba(255,255,255,0.04);\r\n    border-color: rgba(209, 94, 20, 0.3);\r\n    transform: translateY(-8px);\r\n}\r\n\r\n.indConfianzaHero__stat--featured {\r\n    background: linear-gradient(135deg, rgba(209, 94, 20, 0.15) 0%, rgba(209, 94, 20, 0.05) 100%);\r\n    border-color: rgba(209, 94, 20, 0.3);\r\n}\r\n\r\n.indConfianzaHero__stat--featured:hover {\r\n    background: linear-gradient(135deg, rgba(209, 94, 20, 0.2) 0%, rgba(209, 94, 20, 0.08) 100%);\r\n}\r\n\r\n.indConfianzaHero__statIcon {\r\n    width: 56px;\r\n    height: 56px;\r\n    margin: 0 auto 20px;\r\n    background: rgba(0, 113, 103, 0.15);\r\n    border-radius: 14px;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n}\r\n\r\n.indConfianzaHero__stat--featured .indConfianzaHero__statIcon {\r\n    background: rgba(209, 94, 20, 0.2);\r\n}\r\n\r\n.indConfianzaHero__statIcon svg {\r\n    width: 26px;\r\n    height: 26px;\r\n    stroke: #007167;\r\n}\r\n\r\n.indConfianzaHero__stat--featured .indConfianzaHero__statIcon svg {\r\n    stroke: #d15e14;\r\n}\r\n\r\n.indConfianzaHero__statNumber {\r\n    font-size: clamp(2.5rem, 4vw, 3.5rem);\r\n    font-weight: 900;\r\n    color: #fff;\r\n    line-height: 1;\r\n    margin-bottom: 8px;\r\n}\r\n\r\n.indConfianzaHero__stat--featured .indConfianzaHero__statNumber {\r\n    color: #d15e14;\r\n}\r\n\r\n.indConfianzaHero__statLabel {\r\n    font-size: 0.9rem;\r\n    font-weight: 700;\r\n    color: #fff;\r\n    margin-bottom: 8px;\r\n}\r\n\r\n.indConfianzaHero__statDesc {\r\n    font-size: 0.8rem;\r\n    color: rgba(255,255,255,0.5);\r\n    line-height: 1.5;\r\n}\r\n\r\n.indConfianzaHero__footer {\r\n    text-align: center;\r\n    padding-top: 50px;\r\n}\r\n\r\n.indConfianzaHero__footerLine {\r\n    width: 60px;\r\n    height: 3px;\r\n    background: linear-gradient(90deg, #d15e14, #007167);\r\n    margin: 0 auto 30px;\r\n    border-radius: 2px;\r\n}\r\n\r\n.indConfianzaHero__footerQuote {\r\n    font-size: 1.15rem;\r\n    font-style: italic;\r\n    color: rgba(255,255,255,0.7);\r\n    line-height: 1.7;\r\n    max-width: 700px;\r\n    margin: 0 auto 16px;\r\n}\r\n\r\n.indConfianzaHero__footerAuthor {\r\n    font-size: 0.85rem;\r\n    font-weight: 600;\r\n    color: #d15e14;\r\n}\r\n\r\n@media (max-width: 1024px) {\r\n    .indConfianzaHero__grid {\r\n        grid-template-columns: repeat(2, 1fr);\r\n    }\r\n}\r\n\r\n@media (max-width: 600px) {\r\n    .indConfianzaHero {\r\n        padding: 70px 0;\r\n    }\r\n    \r\n    .indConfianzaHero__grid {\r\n        grid-template-columns: 1fr;\r\n        gap: 16px;\r\n    }\r\n    \r\n    .indConfianzaHero__stat {\r\n        padding: 30px 24px;\r\n    }\r\n    \r\n    .indConfianzaHero__header {\r\n        margin-bottom: 50px;\r\n    }\r\n}\r\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-676d937 e-flex e-con-boxed e-con e-parent\" data-id=\"676d937\" data-element_type=\"container\" data-e-type=\"container\" id=\"contacto\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-a6da911 e-flex e-con-boxed e-con e-child\" data-id=\"a6da911\" 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-150cdec elementor-widget elementor-widget-html\" data-id=\"150cdec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- Contacto Info - Parte Izquierda -->\r\n<div class=\"indContactoLeft\">\r\n    <span class=\"indContactoLeft__badge\">Contact<\/span>\r\n    <h2 class=\"indContactoLeft__title\">Shall we talk about your <span>next adventure?<\/span><\/h2>\r\n    <p class=\"indContactoLeft__subtitle\">Tell us what's on your mind and we'll help you find the perfect experience for you.<\/p>\r\n\r\n    <div class=\"indContactoLeft__items\">\r\n        <a href=\"tel:+34632140624\" class=\"indContactoLeft__item\">\r\n            <div class=\"indContactoLeft__icon\">\r\n                <svg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"\/><\/svg>\r\n            <\/div>\r\n            <div>\r\n                <strong>Call Us<\/strong>\r\n                <span>+34 632 140 624<\/span>\r\n            <\/div>\r\n        <\/a>\r\n\r\n        <a href=\"mailto:info@indartuadventure.com\" class=\"indContactoLeft__item\">\r\n            <div class=\"indContactoLeft__icon\">\r\n                <svg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"\/><polyline points=\"22,6 12,13 2,6\"\/><\/svg>\r\n            <\/div>\r\n            <div>\r\n                <strong>Email<\/strong>\r\n                <span>info@indartuadventure.com<\/span>\r\n            <\/div>\r\n        <\/a>\r\n\r\n        <a href=\"https:\/\/wa.me\/34632140624\" target=\"_blank\" class=\"indContactoLeft__item indContactoLeft__item--whatsapp\" rel=\"noopener\">\r\n            <div class=\"indContactoLeft__icon\">\r\n                <svg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z\"\/><\/svg>\r\n            <\/div>\r\n            <div>\r\n                <strong>WhatsApp<\/strong>\r\n                <span>Quick Response<\/span>\r\n            <\/div>\r\n        <\/a>\r\n    <\/div>\r\n\r\n    <div class=\"indContactoLeft__social\">\r\n        <span>Follow Us<\/span>\r\n        <div class=\"indContactoLeft__socialLinks\">\r\n            <a href=\"https:\/\/www.instagram.com\/indartuadventure?igsh=MXN2aWEzNjAxNWs5MA%3D%3D&amp;utm_source=qr\" target=\"_blank\" aria-label=\"Instagram\" rel=\"noopener\">\r\n                <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><rect x=\"2\" y=\"2\" width=\"20\" height=\"20\" rx=\"5\"\/><path d=\"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z\"\/><line x1=\"17.5\" y1=\"6.5\" x2=\"17.51\" y2=\"6.5\"\/><\/svg>\r\n            <\/a>\r\n        <\/div>\r\n    <\/div>\r\n<\/div>\r\n\r\n<style>\r\n.indContactoLeft {\r\n    padding: 20px 0;\r\n    font-family: 'Montserrat', sans-serif;\r\n}\r\n\r\n.indContactoLeft__badge {\r\n    display: inline-block;\r\n    padding: 8px 16px;\r\n    background: rgba(209, 94, 20, 0.15);\r\n    border: 1px solid rgba(209, 94, 20, 0.3);\r\n    border-radius: 50px;\r\n    font-size: 0.7rem;\r\n    font-weight: 600;\r\n    color: #d15e14;\r\n    text-transform: uppercase;\r\n    letter-spacing: 0.1em;\r\n    margin-bottom: 20px;\r\n}\r\n\r\n.indContactoLeft__title {\r\n    font-size: clamp(2rem, 4vw, 2.8rem);\r\n    font-weight: 900;\r\n    color: #fff;\r\n    line-height: 1.1;\r\n    margin: 0 0 16px;\r\n}\r\n\r\n.indContactoLeft__title span {\r\n    color: #d15e14;\r\n}\r\n\r\n.indContactoLeft__subtitle {\r\n    font-size: 1rem;\r\n    color: rgba(255,255,255,0.6);\r\n    line-height: 1.7;\r\n    margin: 0 0 40px;\r\n    max-width: 400px;\r\n}\r\n\r\n.indContactoLeft__items {\r\n    display: flex;\r\n    flex-direction: column;\r\n    gap: 16px;\r\n    margin-bottom: 40px;\r\n}\r\n\r\n.indContactoLeft__item {\r\n    display: flex;\r\n    align-items: center;\r\n    gap: 16px;\r\n    padding: 16px 20px;\r\n    background: rgba(255,255,255,0.03);\r\n    border: 1px solid rgba(255,255,255,0.06);\r\n    border-radius: 12px;\r\n    text-decoration: none;\r\n    transition: border-color 0.2s, background 0.2s;\r\n}\r\n\r\n.indContactoLeft__item:hover {\r\n    border-color: rgba(209, 94, 20, 0.3);\r\n    background: rgba(255,255,255,0.05);\r\n}\r\n\r\n.indContactoLeft__item--whatsapp:hover {\r\n    border-color: rgba(37, 211, 102, 0.4);\r\n}\r\n\r\n.indContactoLeft__item--whatsapp .indContactoLeft__icon {\r\n    background: rgba(37, 211, 102, 0.15);\r\n    color: #25d366;\r\n}\r\n\r\n.indContactoLeft__icon {\r\n    width: 48px;\r\n    height: 48px;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    background: rgba(209, 94, 20, 0.15);\r\n    border-radius: 12px;\r\n    color: #d15e14;\r\n    flex-shrink: 0;\r\n}\r\n\r\n.indContactoLeft__item strong {\r\n    display: block;\r\n    font-size: 0.85rem;\r\n    font-weight: 700;\r\n    color: #fff;\r\n    margin-bottom: 2px;\r\n}\r\n\r\n.indContactoLeft__item span {\r\n    font-size: 0.85rem;\r\n    color: rgba(255,255,255,0.6);\r\n}\r\n\r\n.indContactoLeft__social {\r\n    display: flex;\r\n    align-items: center;\r\n    gap: 20px;\r\n}\r\n\r\n.indContactoLeft__social &gt; span {\r\n    font-size: 0.8rem;\r\n    font-weight: 600;\r\n    color: rgba(255,255,255,0.5);\r\n    text-transform: uppercase;\r\n    letter-spacing: 0.05em;\r\n}\r\n\r\n.indContactoLeft__socialLinks {\r\n    display: flex;\r\n    gap: 12px;\r\n}\r\n\r\n.indContactoLeft__socialLinks a {\r\n    width: 44px;\r\n    height: 44px;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    background: rgba(255,255,255,0.05);\r\n    border: 1px solid rgba(255,255,255,0.1);\r\n    border-radius: 10px;\r\n    color: rgba(255,255,255,0.6);\r\n    transition: all 0.2s;\r\n}\r\n\r\n.indContactoLeft__socialLinks a:hover {\r\n    background: #d15e14;\r\n    border-color: #d15e14;\r\n    color: #fff;\r\n}\r\n\r\n@media (max-width: 600px) {\r\n    .indContactoLeft__subtitle {\r\n        max-width: none;\r\n    }\r\n    \r\n    .indContactoLeft__social {\r\n        flex-direction: column;\r\n        align-items: flex-start;\r\n        gap: 12px;\r\n    }\r\n}\r\n<\/style>\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-f56ddd3 e-flex e-con-boxed e-con e-child\" data-id=\"f56ddd3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1112d3a elementor-widget elementor-widget-heading\" data-id=\"1112d3a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Write to us<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c8162d9 elementor-widget elementor-widget-text-editor\" data-id=\"c8162d9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>We respond in less than 24 hours<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-902649c elementor-button-align-stretch elementor-widget elementor-widget-form\" data-id=\"902649c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" data-widget_type=\"form.default\">\n\t\t\t\t\t\t\t<form class=\"elementor-form\" method=\"post\" name=\"New Form\" aria-label=\"New Form\">\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"1179\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"902649c\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"Contact - Indartu Adventure\" \/>\n\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"queried_id\" value=\"1179\"\/>\n\t\t\t\n\t\t\t<div class=\"elementor-form-fields-wrapper elementor-labels-above\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-50\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-name\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tName\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" class=\"elementor-field elementor-size-md  elementor-field-textual\" placeholder=\"Your name\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-50 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-email\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tEmail\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-md  elementor-field-textual\" placeholder=\"tu@email.com\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-field_c1e6e57 elementor-col-50 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_c1e6e57\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tPhone\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"email\" name=\"form_fields[field_c1e6e57]\" id=\"form-field-field_c1e6e57\" class=\"elementor-field elementor-size-md  elementor-field-textual\" placeholder=\"+34 600 000 000\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_2dc01f4 elementor-col-50 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_2dc01f4\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tWhat are you interested in?\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field elementor-select-wrapper remove-before \">\n\t\t\t<div class=\"select-caret-down-wrapper\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-caret-down\" viewBox=\"0 0 571.4 571.4\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M571 393Q571 407 561 418L311 668Q300 679 286 679T261 668L11 418Q0 407 0 393T11 368 36 357H536Q550 357 561 368T571 393Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t<select name=\"form_fields[field_2dc01f4]\" id=\"form-field-field_2dc01f4\" class=\"elementor-field-textual elementor-size-md\" required=\"required\">\n\t\t\t\t\t\t\t\t\t<option value=\"\">Select <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"\">Activities <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"\">Travel <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"\">Team Building <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"\">Training <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"\">Other <\/option>\n\t\t\t\t\t\t\t<\/select>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-message elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-message\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tMessage\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t<textarea class=\"elementor-field-textual elementor-field  elementor-size-md\" name=\"form_fields[message]\" id=\"form-field-message\" rows=\"4\" placeholder=\"Tell us what you have in mind...  \"><\/textarea>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-acceptance elementor-field-group elementor-column elementor-field-group-field_609ebb1 elementor-col-100 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_609ebb1\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tAcceptance\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-subgroup\">\n\t\t\t<span class=\"elementor-field-option\">\n\t\t\t\t<input type=\"checkbox\" name=\"form_fields[field_609ebb1]\" id=\"form-field-field_609ebb1\" class=\"elementor-field elementor-size-md  elementor-acceptance-field\" required=\"required\">\n\t\t\t\t<label for=\"form-field-field_609ebb1\">I have read and accept the \n<a href=\"https:\/\/indartuadventure.com\/en\/privacy-policy\/\" style=\"color:#C75812; text-decoration:none; font-weight:600;\">\n Privacy\n Policy<\/a>\n<\/label>\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-recaptcha_v3 elementor-field-group elementor-column elementor-field-group-field_291a137 elementor-col-100 recaptcha_v3-inline\">\n\t\t\t\t\t<div class=\"elementor-field\" id=\"form-field-field_291a137\"><div class=\"elementor-g-recaptcha\" data-sitekey=\"6LcV12csAAAAAJDLMq17IX5LRW4T1KEdx6WF5M30\" data-type=\"v3\" data-action=\"Form\" data-badge=\"inline\" data-size=\"invisible\"><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\">\n\t\t\t\t\t<button class=\"elementor-button elementor-size-sm\" type=\"submit\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-paper-plane\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M476 3.2L12.5 270.6c-18.1 10.4-15.8 35.6 2.2 43.2L121 358.4l287.3-253.2c5.5-4.9 13.3 2.6 8.6 8.3L176 407v80.5c0 23.6 28.5 32.9 42.5 15.8L282 426l124.6 52.2c14.2 6 30.4-2.9 33-18.2l72-432C515 7.8 493.3-6.8 476 3.2z\"><\/path><\/svg>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Send Message<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/form>\n\t\t\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-9ee145a e-con-full e-flex e-con e-parent\" data-id=\"9ee145a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a7c883f elementor-widget elementor-widget-html\" data-id=\"a7c883f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- FAQ - Indartu Contacto -->\r\n<section class=\"indFaqContacto\">\r\n    <div class=\"indFaqContacto__container\">\r\n        <header class=\"indFaqContacto__header\">\r\n            <span class=\"indFaqContacto__badge\">Frequently asked questions<\/span>\r\n            <h2 class=\"indFaqContacto__title\">How can we <span>help you?<\/span><\/h2>\r\n            <p class=\"indFaqContacto__subtitle\">We answer your questions about the booking process<\/p>\r\n        <\/header>\r\n\r\n        <div class=\"indFaqContacto__tabs\">\r\n            <button class=\"indFaqContacto__tab indFaqContacto__tab--active\" data-tab=\"antes\">Before you book<\/button>\r\n            <button class=\"indFaqContacto__tab\" data-tab=\"durante\">During booking<\/button>\r\n            <button class=\"indFaqContacto__tab\" data-tab=\"despues\">After booking<\/button>\r\n        <\/div>\r\n\r\n        <div class=\"indFaqContacto__content\">\r\n            <!-- Antes de reservar -->\r\n            <div class=\"indFaqContacto__panel indFaqContacto__panel--active\" data-panel=\"antes\">\r\n                <article class=\"indFaqContacto__item\">\r\n                    <button class=\"indFaqContacto__question\" aria-expanded=\"false\">\r\n                        <span>How do I know which activity is right for me?<\/span>\r\n                        <div class=\"indFaqContacto__icon\"><\/div>\r\n                    <\/button>\r\n                    <div class=\"indFaqContacto__answer\">\r\n                        <p>Each activity has its level of difficulty, physical requirements and minimum age. If you have any questions, write to us by WhatsApp or through the form and we will help you choose the option that best suits your experience and physical condition. <\/p>\r\n                    <\/div>\r\n                <\/article>\r\n\r\n                <article class=\"indFaqContacto__item\">\r\n                    <button class=\"indFaqContacto__question\" aria-expanded=\"false\">\r\n                        <span>Do I need previous experience to participate?<\/span>\r\n                        <div class=\"indFaqContacto__icon\"><\/div>\r\n                    <\/button>\r\n                    <div class=\"indFaqContacto__answer\">\r\n                        <p>No, for most initiation activities you do not need experience. Our guides will explain everything you need to know before you start. You just need to want to enjoy yourself and, in water activities, know how to swim.  <\/p>\r\n                    <\/div>\r\n                <\/article>\r\n\r\n                <article class=\"indFaqContacto__item\">\r\n                    <button class=\"indFaqContacto__question\" aria-expanded=\"false\">\r\n                        <span>Can I check availability without obligation?<\/span>\r\n                        <div class=\"indFaqContacto__icon\"><\/div>\r\n                    <\/button>\r\n                    <div class=\"indFaqContacto__answer\">\r\n                        <p>Of course. You can write to us on WhatsApp, call us or send us a message through the form. We confirm availability and answer any questions before you make the reservation.  <\/p>\r\n                    <\/div>\r\n                <\/article>\r\n\r\n                <article class=\"indFaqContacto__item\">\r\n                    <button class=\"indFaqContacto__question\" aria-expanded=\"false\">\r\n                        <span>Do you organize activities for groups or companies?<\/span>\r\n                        <div class=\"indFaqContacto__icon\"><\/div>\r\n                    <\/button>\r\n                    <div class=\"indFaqContacto__answer\">\r\n                        <p>Yes, we design tailor-made experiences for groups of friends, stag and hen parties, birthdays and company events. Tell us what you have in mind and we will prepare a personalized proposal without obligation. <\/p>\r\n                    <\/div>\r\n                <\/article>\r\n            <\/div>\r\n\r\n            <!-- Durante la reserva -->\r\n            <div class=\"indFaqContacto__panel\" data-panel=\"durante\">\r\n                <article class=\"indFaqContacto__item\">\r\n                    <button class=\"indFaqContacto__question\" aria-expanded=\"false\">\r\n                        <span>How does the booking process work?<\/span>\r\n                        <div class=\"indFaqContacto__icon\"><\/div>\r\n                    <\/button>\r\n                    <div class=\"indFaqContacto__answer\">\r\n                        <p>It's very simple: choose the activity and date, fill in your details and make the deposit payment (30%). You will receive a confirmation email with all the information. You pay the rest on the day of the activity.  <\/p>\r\n                    <\/div>\r\n                <\/article>\r\n\r\n                <article class=\"indFaqContacto__item\">\r\n                    <button class=\"indFaqContacto__question\" aria-expanded=\"false\">\r\n                        <span>What payment methods do you accept?<\/span>\r\n                        <div class=\"indFaqContacto__icon\"><\/div>\r\n                    <\/button>\r\n                    <div class=\"indFaqContacto__answer\">\r\n                        <p>We accept credit\/debit card, bank transfer, Bizum and PayPal for the online signal. On the day of the activity you can pay the rest in cash or by card. <\/p>\r\n                    <\/div>\r\n                <\/article>\r\n\r\n                <article class=\"indFaqContacto__item\">\r\n                    <button class=\"indFaqContacto__question\" aria-expanded=\"false\">\r\n                        <span>Can I book for several people?<\/span>\r\n                        <div class=\"indFaqContacto__icon\"><\/div>\r\n                    <\/button>\r\n                    <div class=\"indFaqContacto__answer\">\r\n                        <p>Yes, you can add the number of participants during booking. If you are a large group, we recommend you contact us first to confirm availability and arrange logistics. <\/p>\r\n                    <\/div>\r\n                <\/article>\r\n\r\n                <article class=\"indFaqContacto__item\">\r\n                    <button class=\"indFaqContacto__question\" aria-expanded=\"false\">\r\n                        <span>What information do I need to complete the booking?<\/span>\r\n                        <div class=\"indFaqContacto__icon\"><\/div>\r\n                    <\/button>\r\n                    <div class=\"indFaqContacto__answer\">\r\n                        <p>We need the full name, ID, contact telephone number and email of all participants. For minors, also the details of the legal guardian. This information is necessary for the insurance of the activity.  <\/p>\r\n                    <\/div>\r\n                <\/article>\r\n            <\/div>\r\n\r\n            <!-- Despu\u00e9s de reservar -->\r\n            <div class=\"indFaqContacto__panel\" data-panel=\"despues\">\r\n                <article class=\"indFaqContacto__item\">\r\n                    <button class=\"indFaqContacto__question\" aria-expanded=\"false\">\r\n                        <span>Can I modify or cancel my booking?<\/span>\r\n                        <div class=\"indFaqContacto__icon\"><\/div>\r\n                    <\/button>\r\n                    <div class=\"indFaqContacto__answer\">\r\n                        <p>Yes. Up to 48 hours before, full return. Between 48 and 24 hours, 50%. With less than 24 hours there is no refund, but you can change the date. Contact us and we will manage it.    <\/p>\r\n                    <\/div>\r\n                <\/article>\r\n\r\n                <article class=\"indFaqContacto__item\">\r\n                    <button class=\"indFaqContacto__question\" aria-expanded=\"false\">\r\n                        <span>What happens if the weather is bad on the day of the activity?<\/span>\r\n                        <div class=\"indFaqContacto__icon\"><\/div>\r\n                    <\/button>\r\n                    <div class=\"indFaqContacto__answer\">\r\n                        <p>Safety first. If the conditions are not suitable, we will notify you in advance and offer you to change the date at no cost or choose another activity. If we cancel, 100% refund.  <\/p>\r\n                    <\/div>\r\n                <\/article>\r\n\r\n                <article class=\"indFaqContacto__item\">\r\n                    <button class=\"indFaqContacto__question\" aria-expanded=\"false\">\r\n                        <span>Where and at what time do we meet on the day of the activity?<\/span>\r\n                        <div class=\"indFaqContacto__icon\"><\/div>\r\n                    <\/button>\r\n                    <div class=\"indFaqContacto__answer\">\r\n                        <p>We send you by email and WhatsApp the exact location of the meeting point, the time and everything you need to know. You usually receive it 24-48 hours before the activity. <\/p>\r\n                    <\/div>\r\n                <\/article>\r\n\r\n                <article class=\"indFaqContacto__item\">\r\n                    <button class=\"indFaqContacto__question\" aria-expanded=\"false\">\r\n                        <span>How can I contact you if I have a problem?<\/span>\r\n                        <div class=\"indFaqContacto__icon\"><\/div>\r\n                    <\/button>\r\n                    <div class=\"indFaqContacto__answer\">\r\n                        <p>You can write to us on WhatsApp at any time, it is the fastest way. You can also call or email us. We respond as soon as possible, usually in less than 2 hours.  <\/p>\r\n                    <\/div>\r\n                <\/article>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n<style>\r\n.indFaqContacto {\r\n    padding: 100px 5%;\r\n    background: #0a0a0a;\r\n    font-family: 'Montserrat', sans-serif;\r\n}\r\n\r\n.indFaqContacto__container {\r\n    max-width: 900px;\r\n    margin: 0 auto;\r\n}\r\n\r\n\/* Header *\/\r\n.indFaqContacto__header {\r\n    text-align: center;\r\n    margin-bottom: 50px;\r\n}\r\n\r\n.indFaqContacto__badge {\r\n    display: inline-block;\r\n    padding: 8px 16px;\r\n    background: rgba(209, 94, 20, 0.15);\r\n    border: 1px solid rgba(209, 94, 20, 0.3);\r\n    border-radius: 50px;\r\n    font-size: 0.7rem;\r\n    font-weight: 600;\r\n    color: #d15e14;\r\n    text-transform: uppercase;\r\n    letter-spacing: 0.1em;\r\n    margin-bottom: 20px;\r\n}\r\n\r\n.indFaqContacto__title {\r\n    font-size: clamp(2rem, 4vw, 2.8rem);\r\n    font-weight: 900;\r\n    color: #fff;\r\n    line-height: 1.1;\r\n    margin: 0 0 16px;\r\n}\r\n\r\n.indFaqContacto__title span {\r\n    color: #d15e14;\r\n}\r\n\r\n.indFaqContacto__subtitle {\r\n    font-size: 1rem;\r\n    color: rgba(255,255,255,0.5);\r\n    margin: 0;\r\n}\r\n\r\n\/* Tabs *\/\r\n.indFaqContacto__tabs {\r\n    display: flex;\r\n    gap: 8px;\r\n    margin-bottom: 40px;\r\n    padding: 6px;\r\n    background: rgba(255,255,255,0.03);\r\n    border-radius: 14px;\r\n    overflow-x: auto;\r\n    -webkit-overflow-scrolling: touch;\r\n}\r\n\r\n.indFaqContacto__tabs::-webkit-scrollbar {\r\n    display: none;\r\n}\r\n\r\n.indFaqContacto__tab {\r\n    flex: 1;\r\n    padding: 14px 24px;\r\n    background: transparent;\r\n    border: none;\r\n    border-radius: 10px;\r\n    font-family: 'Montserrat', sans-serif;\r\n    font-size: 0.85rem;\r\n    font-weight: 600;\r\n    color: rgba(255,255,255,0.5);\r\n    cursor: pointer;\r\n    transition: all 0.2s;\r\n    white-space: nowrap;\r\n    outline: none !important;\r\n    box-shadow: none !important;\r\n}\r\n\r\n.indFaqContacto__tab:hover {\r\n    background: rgba(209, 94, 20, 0.3);\r\n    color: #fff;\r\n}\r\n\r\n.indFaqContacto__tab:focus,\r\n.indFaqContacto__tab:active,\r\n.indFaqContacto__tab:focus-visible {\r\n    outline: none !important;\r\n    box-shadow: none !important;\r\n    background: rgba(209, 94, 20, 0.3);\r\n    color: #fff;\r\n}\r\n\r\n.indFaqContacto__tab--active,\r\n.indFaqContacto__tab--active:hover,\r\n.indFaqContacto__tab--active:focus,\r\n.indFaqContacto__tab--active:active,\r\n.indFaqContacto__tab--active:focus-visible {\r\n    background: #d15e14 !important;\r\n    color: #fff !important;\r\n    outline: none !important;\r\n    box-shadow: none !important;\r\n}\r\n\r\n\/* Panels *\/\r\n.indFaqContacto__panel {\r\n    display: none;\r\n}\r\n\r\n.indFaqContacto__panel--active {\r\n    display: flex;\r\n    flex-direction: column;\r\n    gap: 12px;\r\n}\r\n\r\n\/* Items *\/\r\n.indFaqContacto__item {\r\n    background: rgba(255,255,255,0.02);\r\n    border: 1px solid rgba(255,255,255,0.08);\r\n    border-radius: 16px;\r\n    overflow: hidden;\r\n    transition: border-color 0.2s, background 0.2s;\r\n}\r\n\r\n.indFaqContacto__item:hover {\r\n    border-color: rgba(209, 94, 20, 0.4);\r\n    background: rgba(209, 94, 20, 0.05);\r\n}\r\n\r\n.indFaqContacto__item.active {\r\n    border-color: #d15e14 !important;\r\n    background: rgba(209, 94, 20, 0.1) !important;\r\n}\r\n\r\n.indFaqContacto__question {\r\n    width: 100%;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: space-between;\r\n    gap: 16px;\r\n    padding: 22px 24px;\r\n    background: none !important;\r\n    background-color: transparent !important;\r\n    border: none !important;\r\n    cursor: pointer;\r\n    text-align: left;\r\n    outline: none !important;\r\n    box-shadow: none !important;\r\n}\r\n\r\n.indFaqContacto__question:focus,\r\n.indFaqContacto__question:active,\r\n.indFaqContacto__question:focus-visible,\r\n.indFaqContacto__question:hover {\r\n    background: none !important;\r\n    background-color: transparent !important;\r\n    border: none !important;\r\n    outline: none !important;\r\n    box-shadow: none !important;\r\n}\r\n\r\n.indFaqContacto__question span {\r\n    font-family: 'Montserrat', sans-serif;\r\n    font-size: 0.95rem;\r\n    font-weight: 600;\r\n    color: #fff;\r\n    line-height: 1.4;\r\n    flex: 1;\r\n    word-wrap: break-word;\r\n    overflow-wrap: break-word;\r\n    white-space: normal;\r\n    overflow: visible;\r\n    text-overflow: unset;\r\n    display: block;\r\n    -webkit-line-clamp: unset;\r\n    -webkit-box-orient: unset;\r\n}\r\n\r\n.indFaqContacto__icon {\r\n    width: 24px;\r\n    height: 24px;\r\n    min-width: 24px;\r\n    position: relative;\r\n    flex-shrink: 0;\r\n}\r\n\r\n.indFaqContacto__icon::before,\r\n.indFaqContacto__icon::after {\r\n    content: '';\r\n    position: absolute;\r\n    background: #d15e14;\r\n    border-radius: 2px;\r\n    transition: transform 0.3s;\r\n}\r\n\r\n.indFaqContacto__icon::before {\r\n    width: 14px;\r\n    height: 2px;\r\n    top: 50%;\r\n    left: 50%;\r\n    transform: translate(-50%, -50%);\r\n}\r\n\r\n.indFaqContacto__icon::after {\r\n    width: 2px;\r\n    height: 14px;\r\n    top: 50%;\r\n    left: 50%;\r\n    transform: translate(-50%, -50%);\r\n}\r\n\r\n.indFaqContacto__item.active .indFaqContacto__icon::after {\r\n    transform: translate(-50%, -50%) rotate(90deg);\r\n}\r\n\r\n.indFaqContacto__answer {\r\n    max-height: 0;\r\n    overflow: hidden;\r\n    transition: max-height 0.3s ease;\r\n}\r\n\r\n.indFaqContacto__item.active .indFaqContacto__answer {\r\n    max-height: 500px;\r\n}\r\n\r\n.indFaqContacto__answer p {\r\n    padding: 8px 24px 26px;\r\n    font-size: 0.9rem;\r\n    color: rgba(255,255,255,0.7);\r\n    line-height: 1.7;\r\n    margin: 0;\r\n}\r\n\r\n\/* Responsive *\/\r\n@media (max-width: 600px) {\r\n    .indFaqContacto {\r\n        padding: 70px 5%;\r\n    }\r\n    \r\n    .indFaqContacto__tabs {\r\n        gap: 6px;\r\n        padding: 4px;\r\n    }\r\n    \r\n    .indFaqContacto__tab {\r\n        padding: 12px 16px;\r\n        font-size: 0.8rem;\r\n    }\r\n    \r\n    .indFaqContacto__question {\r\n        padding: 18px 16px;\r\n        gap: 12px;\r\n    }\r\n    \r\n    .indFaqContacto__question span {\r\n        font-size: 0.85rem;\r\n        line-height: 1.5;\r\n        white-space: normal !important;\r\n        overflow: visible !important;\r\n        text-overflow: unset !important;\r\n        display: block !important;\r\n        -webkit-line-clamp: unset !important;\r\n        -webkit-box-orient: unset !important;\r\n        max-height: none !important;\r\n    }\r\n    \r\n    .indFaqContacto__icon {\r\n        width: 20px;\r\n        height: 20px;\r\n        min-width: 20px;\r\n    }\r\n    \r\n    .indFaqContacto__icon::before {\r\n        width: 12px;\r\n    }\r\n    \r\n    .indFaqContacto__icon::after {\r\n        height: 12px;\r\n    }\r\n    \r\n    .indFaqContacto__answer p {\r\n        padding: 8px 16px 22px;\r\n        font-size: 0.85rem;\r\n    }\r\n}\r\n<\/style>\r\n\r\n<script>\r\n(function() {\r\n    \/\/ Tabs\r\n    var tabs = document.querySelectorAll('.indFaqContacto__tab');\r\n    var panels = document.querySelectorAll('.indFaqContacto__panel');\r\n    \r\n    tabs.forEach(function(tab) {\r\n        tab.addEventListener('click', function() {\r\n            var target = this.dataset.tab;\r\n            \r\n            tabs.forEach(function(t) { t.classList.remove('indFaqContacto__tab--active'); });\r\n            panels.forEach(function(p) { p.classList.remove('indFaqContacto__panel--active'); });\r\n            \r\n            this.classList.add('indFaqContacto__tab--active');\r\n            document.querySelector('[data-panel=\"' + target + '\"]').classList.add('indFaqContacto__panel--active');\r\n        });\r\n    });\r\n    \r\n    \/\/ Acorde\u00f3n\r\n    var items = document.querySelectorAll('.indFaqContacto__item');\r\n    \r\n    items.forEach(function(item) {\r\n        var btn = item.querySelector('.indFaqContacto__question');\r\n        \r\n        btn.addEventListener('click', function() {\r\n            var isActive = item.classList.contains('active');\r\n            var panel = item.closest('.indFaqContacto__panel');\r\n            var panelItems = panel.querySelectorAll('.indFaqContacto__item');\r\n            \r\n            panelItems.forEach(function(i) {\r\n                i.classList.remove('active');\r\n                i.querySelector('.indFaqContacto__question').setAttribute('aria-expanded', 'false');\r\n            });\r\n            \r\n            if (!isActive) {\r\n                item.classList.add('active');\r\n                btn.setAttribute('aria-expanded', 'true');\r\n            }\r\n        });\r\n    });\r\n})();\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-37edb8b e-con-full e-flex e-con e-parent\" data-id=\"37edb8b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4affc0a elementor-widget elementor-widget-html\" data-id=\"4affc0a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- CTA Section - Listo para tu pr\u00f3xima aventura -->\r\n<div class=\"indartuFooterCta\">\r\n    <h2 class=\"indartuFooterCta__title\">Ready for your next <span>adventure<\/span>?<\/h2>\r\n    <p class=\"indartuFooterCta__text\">Book now and live experiences that you will remember forever.<\/p>\r\n    <div class=\"indartuFooterCta__buttons\">\r\n         <a href=\"#contacto\" class=\"indartuFooterCta__btn indartuFooterCta__btn--primary\">\r\n Book now\r\n\r\n<svg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\r\n                <path d=\"M5 12h14M12 5l7 7-7 7\"\/>\r\n            <\/svg>                    <\/a>\r\n<a href=\"https:\/\/wa.me\/34632140624\" target=\"_blank\" class=\"indartuFooterCta__btn indartuFooterCta__btn--secondary\" rel=\"noopener\">\r\n<svg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\r\n                <path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"\/>\r\n            <\/svg>\r\n Talk on WhatsApp\r\n                    <\/a>         \r\n    <\/div>\r\n<\/div>\r\n<style>\r\n.indartuFooterCta {\r\n    background: linear-gradient(135deg, rgba(209,94,20,0.15) 0%, rgba(0,0,0,0) 50%, rgba(0,113,103,0.1) 100%);\r\n    padding: 80px 5%;\r\n    text-align: center;\r\n    border-top: 1px solid rgba(255,255,255,0.05);\r\n    font-family: 'Montserrat', sans-serif;\r\n}\r\n.indartuFooterCta__title {\r\n    font-size: clamp(2rem, 4vw, 3rem);\r\n    font-weight: 900;\r\n    margin-bottom: 15px;\r\n    line-height: 1.2;\r\n    color: #fff;\r\n}\r\n.indartuFooterCta__title span {\r\n    color: #d15e14;\r\n}\r\n.indartuFooterCta__text {\r\n    font-size: 1.1rem;\r\n    color: rgba(255,255,255,0.7);\r\n    max-width: 500px;\r\n    margin: 0 auto 30px;\r\n}\r\n.indartuFooterCta__buttons {\r\n    display: flex;\r\n    gap: 16px;\r\n    justify-content: center;\r\n    flex-wrap: wrap;\r\n}\r\n.indartuFooterCta__btn {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    gap: 10px;\r\n    padding: 16px 32px;\r\n    font-family: 'Montserrat', sans-serif;\r\n    font-size: 0.95rem;\r\n    font-weight: 600;\r\n    text-decoration: none;\r\n    border-radius: 12px;\r\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\r\n    cursor: pointer;\r\n    border: none;\r\n}\r\n.indartuFooterCta__btn--primary {\r\n    background: linear-gradient(135deg, #d15e14 0%, #e87420 100%);\r\n    color: #fff;\r\n    box-shadow: 0 8px 30px rgba(209,94,20,0.4);\r\n}\r\n.indartuFooterCta__btn--primary:hover {\r\n    color: #fff;\r\n    transform: translateY(-3px);\r\n    box-shadow: 0 12px 40px rgba(209,94,20,0.5);\r\n}\r\n.indartuFooterCta__btn--secondary {\r\n    background: transparent;\r\n    color: #fff;\r\n    border: 2px solid rgba(255,255,255,0.3);\r\n    transition: all 0.3s ease;\r\n}\r\n.indartuFooterCta__btn--secondary:hover {\r\n    border-color: #007167;\r\n    background: rgba(0,113,103,0.1);\r\n    color: #fff;\r\n}\r\n@media (max-width: 768px) {\r\n    .indartuFooterCta__buttons {\r\n        flex-direction: column;\r\n        align-items: center;\r\n    }\r\n    .indartuFooterCta__btn {\r\n        width: 100%;\r\n        max-width: 300px;\r\n        justify-content: center;\r\n    }\r\n}\r\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-06239ce e-flex e-con-boxed e-con e-parent\" data-id=\"06239ce\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\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>Contacto Tu aventura empieza aqu\u00ed Solo falta que nos cuentes qu\u00e9 buscas. Why contact us? We are hereto help you We answer your questions, design your experience and accompany you every step of the way. No commitment, no fine print. 24h Quick Response We will answer you in less than a day 100% No commitment [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-1179","page","type-page","status-publish","hentry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/indartuadventure.com\/en\/wp-json\/wp\/v2\/pages\/1179","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/indartuadventure.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/indartuadventure.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/indartuadventure.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/indartuadventure.com\/en\/wp-json\/wp\/v2\/comments?post=1179"}],"version-history":[{"count":2,"href":"https:\/\/indartuadventure.com\/en\/wp-json\/wp\/v2\/pages\/1179\/revisions"}],"predecessor-version":[{"id":1499,"href":"https:\/\/indartuadventure.com\/en\/wp-json\/wp\/v2\/pages\/1179\/revisions\/1499"}],"wp:attachment":[{"href":"https:\/\/indartuadventure.com\/en\/wp-json\/wp\/v2\/media?parent=1179"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}