{"id":151,"date":"2026-07-06T10:22:21","date_gmt":"2026-07-06T10:22:21","guid":{"rendered":"https:\/\/myomassagelisbon.com\/?page_id=151"},"modified":"2026-07-27T12:19:38","modified_gmt":"2026-07-27T12:19:38","slug":"contact","status":"publish","type":"page","link":"https:\/\/myomassagelisbon.com\/?page_id=151","title":{"rendered":"Contact"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"151\" class=\"elementor elementor-151\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3ac6ba26 e-con-full e-flex e-con e-parent\" data-id=\"3ac6ba26\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3cc7438f elementor-widget elementor-widget-html\" data-id=\"3cc7438f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- MYO MASSAGE HEADER \u2014 Bloco HTML para Elementor -->\n<!-- Copie TUDO e cole num widget HTML do Elementor -->\n\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Figtree:wght@400;500;600;700&family=Montserrat:wght@500;600;700;800&display=swap');\n<\/style>\n\n<style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Figtree', sans-serif;\n        }\n\n        \/* HEADER PRINCIPAL (DESKTOP) *\/\n        .header-main {\n            position: fixed;\n            top: 0;\n            left: 0;\n            right: 0;\n            width: 100%;\n            background: rgba(90, 37, 121, 0.55);\n            -webkit-backdrop-filter: blur(14px) saturate(160%);\n            backdrop-filter: blur(14px) saturate(160%);\n            border-bottom: 1px solid rgba(255, 255, 255, 0.12);\n            padding: 14px 32px;\n            z-index: 999;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            gap: 40px;\n            transition: background-color 0.4s ease;\n        }\n\n        .header-main.scrolled {\n            background-color: rgba(58, 24, 72, 0.75) !important;\n        }\n\n        \/* LOGO *\/\n        .header-logo {\n            flex-shrink: 0;\n            display: flex;\n            align-items: center;\n        }\n\n        .header-logo a {\n            text-decoration: none;\n            display: flex;\n            align-items: center;\n        }\n\n        .header-logo img {\n            height: 44px;\n            width: auto;\n            display: block;\n        }\n\n        \/* CONTAINER DOS BOT\u00d5ES *\/\n        .header-nav {\n            display: flex;\n            gap: 8px;\n            align-items: center;\n            flex: 1;\n            justify-content: flex-end;\n            flex-wrap: wrap;\n        }\n\n        \/* BOT\u00d5ES PADR\u00c3O *\/\n        .header-nav .btn {\n            background-color: rgba(255, 255, 255, 0.1);\n            -webkit-backdrop-filter: blur(6px);\n            backdrop-filter: blur(6px);\n            color: white;\n            border: none;\n            padding: 9px 16px;\n            border-radius: 20px;\n            cursor: pointer;\n            font-size: 13px;\n            font-weight: 600;\n            transition: all 0.25s ease;\n            text-decoration: none;\n            display: inline-block;\n            white-space: nowrap;\n            font-family: 'Figtree', sans-serif;\n        }\n\n        .header-nav .btn:hover {\n            background-color: rgba(255, 255, 255, 0.2);\n            transform: translateY(-2px);\n        }\n\n        \/* BOT\u00c3O BOOK NOW (DESTAQUE) *\/\n        .header-nav .btn-book-now {\n            background: #fff;\n            color: #5A2579;\n            border: none;\n            padding: 10px 20px;\n            border-radius: 20px;\n            cursor: pointer;\n            font-size: 13px;\n            font-weight: 700;\n            transition: all 0.25s ease;\n            text-decoration: none;\n            display: inline-block;\n            white-space: nowrap;\n            margin-left: 8px;\n            font-family: 'Figtree', sans-serif;\n        }\n\n        .header-nav .btn-book-now:hover {\n            background: #C6B882;\n            color: #3a1848;\n            transform: translateY(-2px);\n        }\n\n        \/* HEADER MOBILE COM LOGO E BOOK NOW *\/\n        .header-mobile {\n            display: none;\n            position: fixed;\n            top: 0;\n            left: 0;\n            right: 0;\n            width: 100%;\n            background: rgba(90, 37, 121, 0.55);\n            -webkit-backdrop-filter: blur(14px) saturate(160%);\n            backdrop-filter: blur(14px) saturate(160%);\n            border-bottom: 1px solid rgba(255, 255, 255, 0.12);\n            padding: 12px 16px;\n            z-index: 999;\n            justify-content: space-between;\n            align-items: center;\n            transition: background-color 0.4s ease;\n        }\n\n        .header-mobile.scrolled {\n            background-color: rgba(58, 24, 72, 0.75) !important;\n        }\n\n        .header-mobile .logo-mobile {\n            flex-shrink: 0;\n            display: flex;\n            align-items: center;\n        }\n\n        .header-mobile .logo-mobile img {\n            height: 36px;\n            width: auto;\n        }\n\n        .header-mobile .mobile-controls {\n            display: flex;\n            gap: 12px;\n            align-items: center;\n        }\n\n        .header-mobile .btn-book-mobile {\n            background: #C6B882;\n            color: #3a1848;\n            border: none;\n            padding: 8px 14px;\n            border-radius: 18px;\n            cursor: pointer;\n            font-size: 11px;\n            font-weight: 700;\n            transition: all 0.25s ease;\n            text-decoration: none;\n            display: inline-block;\n            white-space: nowrap;\n            font-family: 'Figtree', sans-serif;\n        }\n\n        .header-mobile .btn-book-mobile:hover {\n            background: #d8c69a;\n            transform: translateY(-2px);\n        }\n\n        \/* MENU HAMBURGER *\/\n        .hamburger {\n            display: none;\n            flex-direction: column;\n            cursor: pointer;\n            gap: 6px;\n            background: none;\n            border: none;\n            z-index: 1001;\n            padding: 5px;\n        }\n\n        .hamburger span {\n            width: 25px;\n            height: 3px;\n            background-color: white;\n            border-radius: 2px;\n            transition: all 0.3s ease;\n        }\n\n        .hamburger.active span:nth-child(1) {\n            transform: rotate(45deg) translate(10px, 10px);\n        }\n\n        .hamburger.active span:nth-child(2) {\n            opacity: 0;\n        }\n\n        .hamburger.active span:nth-child(3) {\n            transform: rotate(-45deg) translate(8px, -8px);\n        }\n\n        \/* MENU MOBILE *\/\n        .mobile-menu {\n            display: none;\n            position: fixed;\n            top: 0;\n            left: -100%;\n            width: 100%;\n            height: 100vh;\n            background: linear-gradient(150deg, #5A2579, #3a1848);\n            z-index: 998;\n            transition: left 0.3s ease-in-out;\n            padding-top: 80px;\n            overflow-y: auto;\n        }\n\n        .mobile-menu.active {\n            display: flex;\n            flex-direction: column;\n            left: 0;\n        }\n\n        .mobile-menu .menu-items {\n            display: flex;\n            flex-direction: column;\n            gap: 14px;\n            padding: 20px;\n        }\n\n        .mobile-menu .menu-items a {\n            color: white;\n            text-decoration: none;\n            font-size: 16px;\n            font-weight: 600;\n            font-family: 'Figtree', sans-serif;\n            padding: 14px;\n            background-color: rgba(255, 255, 255, 0.1);\n            border-radius: 20px;\n            text-align: center;\n            transition: all 0.25s ease;\n        }\n\n        .mobile-menu .menu-items a:hover {\n            background-color: rgba(255, 255, 255, 0.18);\n            transform: translateX(6px);\n        }\n\n        \/* RESPONSIVE *\/\n        @media (max-width: 768px) {\n            .header-main {\n                display: none !important;\n            }\n\n            .header-mobile {\n                display: flex !important;\n            }\n\n            .hamburger {\n                display: flex !important;\n            }\n\n            .mobile-menu .menu-items {\n                gap: 12px;\n                padding: 20px;\n            }\n\n            .mobile-menu .menu-items a {\n                font-size: 15px;\n                padding: 12px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .header-mobile {\n                padding: 10px 12px;\n            }\n\n            .header-mobile .logo-mobile img {\n                height: 30px;\n            }\n        }\n    <\/style>\n\n\n    <!-- HEADER MOBILE (Logo + Book Now + Hamburger) -->\n    <header class=\"header-mobile\" id=\"headerMobile\">\n        <div class=\"logo-mobile\">\n            <img decoding=\"async\" data-src=\"https:\/\/myomassagelisbon.com\/wp-content\/uploads\/2026\/07\/mywhite.webp\" alt=\"MYO Massage Lisbon\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 496px; --smush-placeholder-aspect-ratio: 496\/287;\">\n        <\/div>\n        <div class=\"mobile-controls\">\n            <a href=\"https:\/\/buk.pt\/myo-massage-lisbon\/myo-massage-lisbon?rwg_token=AE37R_jTsbMdqGWE54thB5f-UIS_oe3Xri9aayhlhMTXSs6JEN86-EX_CgzEYvxEt7QZyy2GW2CsweCTglH77RwFI5c-pE6CZA%3D%3D\" class=\"btn-book-mobile\">Book<\/a>\n            <button class=\"hamburger\" id=\"hamburger\">\n                <span><\/span>\n                <span><\/span>\n                <span><\/span>\n            <\/button>\n        <\/div>\n    <\/header>\n\n    <!-- HEADER PRINCIPAL (DESKTOP) -->\n    <header class=\"header-main\" id=\"headerMain\">\n        <div class=\"header-logo\">\n            <a href=\"https:\/\/myomassagelisbon.com\">\n                <img decoding=\"async\" data-src=\"https:\/\/myomassagelisbon.com\/wp-content\/uploads\/2026\/07\/mywhite.webp\" alt=\"MYO Massage Lisbon\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 496px; --smush-placeholder-aspect-ratio: 496\/287;\">\n            <\/a>\n        <\/div>\n        <nav class=\"header-nav\" id=\"headerNav\">\n            <a href=\"https:\/\/myomassagelisbon.com\" class=\"btn\">Home<\/a>\n            <a href=\"https:\/\/myomassagelisbon.com\/?page_id=149\" class=\"btn\">Services<\/a>\n            <a href=\"https:\/\/myomassagelisbon.com\/?page_id=153\" class=\"btn\">Vouchers<\/a>\n            <a href=\"https:\/\/myomassagelisbon.com\/?page_id=151\" class=\"btn\">Contact<\/a>\n            <a href=\"https:\/\/wa.me\/351936377485\" class=\"btn\">WhatsApp<\/a>\n            <a href=\"tel:+351961498994\" class=\"btn\">Call Us<\/a>\n            <a href=\"mailto:contacto@myomassagelisbon.com\" class=\"btn\">E-mail<\/a>\n            <a href=\"https:\/\/buk.pt\/myo-massage-lisbon\/myo-massage-lisbon?rwg_token=AE37R_hnO2P0fZlylTHFLGC49rY2Zq6j8k1g1PqA5zwjFZQQKQVUEweVlykZ9_t8Aiyk6aQ-FCl8V_V6TIQJpteyNw6n-AsWKg%3D%3D\" class=\"btn-book-now\">Book Now<\/a>\n        <\/nav>\n    <\/header>\n\n    <!-- MENU MOBILE -->\n    <nav class=\"mobile-menu\" id=\"mobileMenu\">\n        <div class=\"menu-items\">\n            <a href=\"https:\/\/myomassagelisbon.com\" onclick=\"closeMenu()\">Home<\/a>\n            <a href=\"https:\/\/myomassagelisbon.com\/?page_id=149\" onclick=\"closeMenu()\">Services<\/a>\n            <a href=\"https:\/\/myomassagelisbon.com\/?page_id=153\" onclick=\"closeMenu()\">Vouchers<\/a>\n            <a href=\"https:\/\/myomassagelisbon.com\/?page_id=151\" onclick=\"closeMenu()\">Contact<\/a>\n            <hr style=\"border: none; border-top: 1px solid rgba(255,255,255,0.3); margin: 20px 0;\">\n            <a href=\"https:\/\/wa.me\/351936377485\" onclick=\"closeMenu()\">\ud83d\udcf1 WhatsApp<\/a>\n            <a href=\"tel:+351961498994\" onclick=\"closeMenu()\">\ud83d\udcde Call Us<\/a>\n            <a href=\"mailto:contacto@myomassagelisbon.com\" onclick=\"closeMenu()\">\u2709\ufe0f E-mail<\/a>\n        <\/div>\n    <\/nav>\n\n    <script>\n        (function() {\n            var hamburger = document.getElementById('hamburger');\n            var mobileMenu = document.getElementById('mobileMenu');\n            var headerMain = document.getElementById('headerMain');\n            var headerMobile = document.getElementById('headerMobile');\n\n            \/\/ TOGGLE MENU HAMBURGER\n            hamburger.addEventListener('click', function(e) {\n                e.preventDefault();\n                e.stopPropagation();\n                hamburger.classList.toggle('active');\n                mobileMenu.classList.toggle('active');\n            });\n\n            \/\/ FECHAR MENU MOBILE\n            window.closeMenu = function() {\n                hamburger.classList.remove('active');\n                mobileMenu.classList.remove('active');\n            };\n\n            \/\/ MUDAR COR DO HEADER NO SCROLL\n            function onScroll() {\n                var scrollY = window.pageYOffset || document.documentElement.scrollTop;\n                \n                if (scrollY > 50) {\n                    headerMain.classList.add('scrolled');\n                    headerMobile.classList.add('scrolled');\n                } else {\n                    headerMain.classList.remove('scrolled');\n                    headerMobile.classList.remove('scrolled');\n                }\n            }\n\n            window.addEventListener('scroll', onScroll, { passive: true });\n            document.addEventListener('scroll', onScroll, { passive: true });\n\n            \/\/ FECHAR MENU AO CLICAR FORA\n            document.addEventListener('click', function(e) {\n                if (!e.target.closest('.hamburger') && !e.target.closest('.mobile-menu')) {\n                    window.closeMenu();\n                }\n            });\n\n            \/\/ VERIFICAR ESTADO INICIAL\n            onScroll();\n        })();\n    <\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fb436e1 e-con-full e-flex e-con e-parent\" data-id=\"fb436e1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-3d7c0fb e-con-full e-flex e-con e-child\" data-id=\"3d7c0fb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ec72625 elementor-widget elementor-widget-heading\" data-id=\"ec72625\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Your Relaxation Awaits<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ffc6325 elementor-widget elementor-widget-heading\" data-id=\"ffc6325\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Rejuvenate in Lisbon Today<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ad88737 elementor-widget elementor-widget-text-editor\" data-id=\"ad88737\" 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>Welcome to our soothing sanctuary! Here\u2019s your chance to unwind from travel fatigue and stress. Whether you\u2019re looking to relieve muscle tension or simply want to recharge, we\u2019re here to help. Feel free to reach out for any inquiries or to book your next relaxing session with us. Let relaxation be a part of your journey.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0e4730b e-flex e-con-boxed e-con e-child\" data-id=\"0e4730b\" 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-b4b18e2 elementor-widget__width-auto elementor-align-right elementor-widget elementor-widget-button\" data-id=\"b4b18e2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/buk.pt\/myo-massage-lisbon\/myo-massage-lisbon?rwg_token=AE37R_iqkbzYWVcjycpkb_-vVapZYq7v2V7riOIRsHnoV8u5J4VGm8vAW0gEtAZXkZbXpvtPj4nTnQ2LMO2QihFnjdb2mCuRHA%3D%3D\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Book Now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e390a6b elementor-widget__width-auto elementor-align-right elementor-widget elementor-widget-button\" data-id=\"e390a6b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:+351961498994\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Contact Us<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\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<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-91d17f3 e-flex e-con-boxed e-con e-parent\" data-id=\"91d17f3\" 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<div class=\"elementor-element elementor-element-f46b9cc e-flex e-con-boxed e-con e-child\" data-id=\"f46b9cc\" 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-1791f6e elementor-widget elementor-widget-heading\" data-id=\"1791f6e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Got Any Questions?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1131c9e elementor-widget elementor-widget-heading\" data-id=\"1131c9e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Here are some common questions we get about our services.<\/h5>\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-8128ea0 e-flex e-con-boxed e-con e-child\" data-id=\"8128ea0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-b1a68c1 e-con-full e-flex e-con e-child\" data-id=\"b1a68c1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66363bd elementor-widget elementor-widget-html\" data-id=\"66363bd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https:\/\/www.instagram.com\/reel\/Cvu3hMENRdo\/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"14\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https:\/\/www.instagram.com\/reel\/Cvu3hMENRdo\/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"><\/div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"><\/div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"><\/div><\/div><\/div><div style=\"padding: 19% 0;\"><\/div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"https:\/\/www.w3.org\/1999\/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"><\/path><\/g><\/g><\/g><\/svg><\/div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\">Ver esta publica\u00e7\u00e3o no Instagram<\/div><\/div><div style=\"padding: 12.5% 0;\"><\/div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"><\/div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"><\/div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"><\/div><\/div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"><\/div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"><\/div><\/div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"><\/div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"><\/div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"><\/div><\/div><\/div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\"><\/div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\"><\/div><\/div><\/a><p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\"><a href=\"https:\/\/www.instagram.com\/reel\/Cvu3hMENRdo\/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\">Uma publica\u00e7\u00e3o partilhada por Myo Thai Lisboa (@myomassagelisbon)<\/a><\/p><\/div><\/blockquote>\n<script async src=\"\/\/www.instagram.com\/embed.js\"><\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-acbccb8 e-con-full e-flex e-con e-child\" data-id=\"acbccb8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e39936d elementor-widget elementor-widget-toggle\" data-id=\"e39936d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"toggle.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2381\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-2381\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><svg class=\"e-font-icon-svg e-fas-caret-right\" viewBox=\"0 0 192 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><svg class=\"elementor-toggle-icon-opened e-font-icon-svg e-fas-caret-up\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z\"><\/path><\/svg><\/span>\n\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<a class=\"elementor-toggle-title\" tabindex=\"0\">What services do you offer?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2381\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-2381\"><p>We specialize in professional massage therapy designed to relieve travel fatigue, muscle tension, and stress. Our services are perfect for helping you relax and recharge during your stay in Lisbon.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2382\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-2382\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><svg class=\"e-font-icon-svg e-fas-caret-right\" viewBox=\"0 0 192 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><svg class=\"elementor-toggle-icon-opened e-font-icon-svg e-fas-caret-up\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z\"><\/path><\/svg><\/span>\n\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<a class=\"elementor-toggle-title\" tabindex=\"0\">How do I book a massage?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2382\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-2382\"><p>You can easily book a massage through our website using the BUK integration. Just select your preferred service, choose a time, and make your payment seamlessly online.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2383\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-2383\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><svg class=\"e-font-icon-svg e-fas-caret-right\" viewBox=\"0 0 192 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><svg class=\"elementor-toggle-icon-opened e-font-icon-svg e-fas-caret-up\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z\"><\/path><\/svg><\/span>\n\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<a class=\"elementor-toggle-title\" tabindex=\"0\">Do you sell gift vouchers?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2383\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-2383\"><p>Yes, we offer gift vouchers that you can purchase directly from our site. They make a perfect gift for friends or family who could use a little relaxation.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2384\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-2384\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><svg class=\"e-font-icon-svg e-fas-caret-right\" viewBox=\"0 0 192 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><svg class=\"elementor-toggle-icon-opened e-font-icon-svg e-fas-caret-up\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z\"><\/path><\/svg><\/span>\n\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<a class=\"elementor-toggle-title\" tabindex=\"0\">What should I expect during my visit?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2384\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-2384\"><p>You can expect a calm and serene environment. Our therapists will talk to you about your needs and preferences before beginning the session to ensure you have the best experience possible.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2385\" class=\"elementor-tab-title\" data-tab=\"5\" role=\"button\" aria-controls=\"elementor-tab-content-2385\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><svg class=\"e-font-icon-svg e-fas-caret-right\" viewBox=\"0 0 192 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><svg class=\"elementor-toggle-icon-opened e-font-icon-svg e-fas-caret-up\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z\"><\/path><\/svg><\/span>\n\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<a class=\"elementor-toggle-title\" tabindex=\"0\">Are your therapists certified?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2385\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"region\" aria-labelledby=\"elementor-tab-title-2385\"><p>Absolutely! All our therapists are fully certified and trained in various massage techniques, ensuring you receive high-quality care and attention during your session.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-efabc6d e-con-full e-flex e-con e-parent\" data-id=\"efabc6d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-0f884bd e-flex e-con-boxed e-con e-child\" data-id=\"0f884bd\" 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-325d3fa elementor-widget elementor-widget-heading\" data-id=\"325d3fa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Ready for some relaxation?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d16833d elementor-widget elementor-widget-text-editor\" data-id=\"d16833d\" 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>Take a break from your travels and unwind with us. Our skilled massage therapists know just how to ease your muscle tension and stress. It&#8217;s all about helping you recharge before you head out again!<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a120148 e-flex e-con-boxed e-con e-child\" data-id=\"a120148\" 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-b914799 elementor-widget__width-auto elementor-widget elementor-widget-button\" data-id=\"b914799\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/buk.pt\/myo-massage-lisbon\/myo-massage-lisbon?rwg_token=AE37R_iqkbzYWVcjycpkb_-vVapZYq7v2V7riOIRsHnoV8u5J4VGm8vAW0gEtAZXkZbXpvtPj4nTnQ2LMO2QihFnjdb2mCuRHA%3D%3D\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Book Now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-86ed293 elementor-widget__width-auto elementor-widget elementor-widget-button\" data-id=\"86ed293\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/myomassagelisbon.com\/?page_id=153\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Grab a Voucher<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0d450c3 e-flex e-con-boxed e-con e-parent\" data-id=\"0d450c3\" 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-89836e4 elementor-widget elementor-widget-html\" data-id=\"89836e4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@500;600;700;800&family=Figtree:wght@400;500;600;700&display=swap\" rel=\"stylesheet\">\n\n<div style=\"background:#FAF7FC;padding:64px 32px 80px;font-family:'Figtree',sans-serif;box-sizing:border-box\">\n  <div style=\"max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:stretch\">\n    <div style=\"border-radius:20px;overflow:hidden;height:280px\">\n      <iframe\n        data-src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d3113.0!2d-9.1357!3d38.7139!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMzjCsDQyJzUwLjAiTiA5wrAwOCcwOC41Ilc!5e0!3m2!1spt!2spt!4v1\"\n        width=\"100%\" height=\"280\" style=\"border:0;display:block\"\n        allowfullscreen=\"\" referrerpolicy=\"no-referrer-when-downgrade\" src=\"about:blank\" class=\"lazyload\" data-load-mode=\"0\">\n      <\/iframe>\n    <\/div>\n    <div style=\"background:#EDECF1;border-radius:20px;padding:36px 40px;display:flex;flex-direction:column;justify-content:center\">\n      <h2 style=\"font-family:'Montserrat',sans-serif;font-weight:800;font-size:26px;color:#3a1848;margin:0 0 14px\">Find Us Here<\/h2>\n      <p style=\"color:#6b5a74;font-size:13.5px;line-height:1.6;margin:0 0 20px\">Need to unwind? Our massage space in Lisbon is designed for your comfort and relaxation. Enjoy a calming atmosphere where we help you relieve travel fatigue and stress. Come visit us and experience the peace you deserve during your travels.<\/p>\n      <div style=\"display:flex;flex-direction:column;gap:12px\">\n        <a href=\"tel:+351961489994\" style=\"display:flex;align-items:center;gap:10px;color:#3a1848;font-size:13.5px;font-weight:600;text-decoration:none\">\n          <span style=\"width:36px;height:36px;border-radius:50%;background:#5A2579;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0\">\ud83d\udcde<\/span>\n          +351 961 489 994\n        <\/a>\n        <a href=\"mailto:myothaispalisboa@gmail.com\" style=\"display:flex;align-items:center;gap:10px;color:#3a1848;font-size:13.5px;font-weight:600;text-decoration:none\">\n          <span style=\"width:36px;height:36px;border-radius:50%;background:#5A2579;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0\">\u2709\ufe0f<\/span>\n          myothaispalisboa@gmail.com\n        <\/a>\n        <div style=\"display:flex;align-items:center;gap:10px;color:#3a1848;font-size:13.5px;font-weight:600\">\n          <span style=\"width:36px;height:36px;border-radius:50%;background:#5A2579;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0\">\ud83d\udccd<\/span>\n          Rua dos Fanqueiros, 110, Lisboa\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\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-49fbde1 e-flex e-con-boxed e-con e-parent\" data-id=\"49fbde1\" 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-128889e elementor-widget elementor-widget-html\" data-id=\"128889e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- MYO MASSAGE FOOTER \u2014 Bloco HTML para Elementor -->\n\n<style>\n    body{margin:0}\n    #myo-footer-root{width:100vw;position:relative;left:50%;transform:translateX(-50%);max-width:none}\n    @media (max-width:900px){\n      .myo-footer-grid{grid-template-columns:1fr 1fr!important;gap:36px!important}\n      .myo-footer-brand{grid-column:1\/-1!important}\n      .myo-footer-transit{grid-template-columns:1fr!important;gap:20px!important}\n      .myo-footer-bottom{flex-direction:column!important;align-items:flex-start!important;gap:12px!important}\n    }\n    @media (max-width:560px){\n      .myo-footer-grid{grid-template-columns:1fr!important;gap:32px!important}\n      .myo-footer-wrap{padding:48px 24px 28px!important}\n    }\n  <\/style>\n\n<div id=\"myo-footer-root\" style=\"background:linear-gradient(160deg,#3a1848,#2a1136);font-family:'Figtree',sans-serif;color:#EDECF1\">\n  <div class=\"myo-footer-wrap\" style=\"max-width:1280px;margin:0 auto;padding:64px 32px 32px\">\n\n    <div class=\"myo-footer-grid\" style=\"display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:48px\">\n\n      <div class=\"myo-footer-brand\">\n        <div style=\"display:flex;align-items:center;margin-bottom:16px\">\n          <img decoding=\"async\" data-src=\"https:\/\/myomassagelisbon.com\/wp-content\/uploads\/2026\/07\/mywhite.webp\" alt=\"Myo Massage Lisbon\" style=\"--smush-placeholder-width: 496px; --smush-placeholder-aspect-ratio: 496\/287;height:44px;width:auto;display:block\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\">\n        <\/div>\n        <p style=\"color:#c9bdd1;font-size:13.5px;line-height:1.6;margin:0 0 20px;max-width:280px\">Premium therapeutic massage in the heart of Lisbon. Personalized care to help travelers and residents unwind.<\/p>\n        <div style=\"display:flex;flex-direction:column;gap:10px;margin-bottom:20px\">\n          <div style=\"display:flex;align-items:center;gap:10px;color:#c9bdd1;font-size:13px\">\ud83d\udccd Rua dos Fanqueiros, 110, Lisboa<\/div>\n          <div style=\"display:flex;align-items:center;gap:10px;color:#c9bdd1;font-size:13px\">\ud83d\udcde +351 961 489 994<\/div>\n          <div style=\"display:flex;align-items:center;gap:10px;color:#c9bdd1;font-size:13px\">\u2709\ufe0f contacto@myomassagelisbon.com<\/div>\n          <div style=\"display:flex;align-items:center;gap:10px;color:#c9bdd1;font-size:13px\">\ud83d\udd50 Daily 10:00 \u2013 22:00<\/div>\n        <\/div>\n        <div style=\"display:flex;gap:10px\">\n          <a href=\"#\" style=\"width:34px;height:34px;border-radius:50%;background:#ffffff14;display:flex;align-items:center;justify-content:center;color:#EDECF1;text-decoration:none;font-size:14px\">\ud83d\udcf7<\/a>\n          <a href=\"#\" style=\"width:34px;height:34px;border-radius:50%;background:#ffffff14;display:flex;align-items:center;justify-content:center;color:#EDECF1;text-decoration:none;font-size:14px\">f<\/a>\n          <a href=\"#\" style=\"width:34px;height:34px;border-radius:50%;background:#ffffff14;display:flex;align-items:center;justify-content:center;color:#EDECF1;text-decoration:none;font-size:14px\">\ud83d\udc26<\/a>\n        <\/div>\n      <\/div>\n\n      <div>\n        <div style=\"font-size:12px;letter-spacing:1.5px;color:#C6B882;font-weight:700;margin-bottom:18px;font-family:'Figtree',sans-serif\">TREATMENTS<\/div>\n        <div style=\"display:flex;flex-direction:column;gap:12px\">\n          <a href=\"#\" style=\"color:#c9bdd1;font-size:13.5px;text-decoration:none\">Relaxing Massage<\/a>\n          <a href=\"#\" style=\"color:#c9bdd1;font-size:13.5px;text-decoration:none\">Swedish Massage<\/a>\n          <a href=\"#\" style=\"color:#c9bdd1;font-size:13.5px;text-decoration:none\">Ayurvedic Massage<\/a>\n          <a href=\"#\" style=\"color:#c9bdd1;font-size:13.5px;text-decoration:none\">Lymphatic Drainage<\/a>\n          <a href=\"#\" style=\"color:#c9bdd1;font-size:13.5px;text-decoration:none\">Therapeutic Massage<\/a>\n          <a href=\"#\" style=\"color:#c9bdd1;font-size:13.5px;text-decoration:none\">Deep Tissue Therapy<\/a>\n          <a href=\"#\" style=\"color:#c9bdd1;font-size:13.5px;text-decoration:none\">Thai Massage<\/a>\n          <a href=\"#\" style=\"color:#c9bdd1;font-size:13.5px;text-decoration:none\">Thai Oil Massage<\/a>\n          <a href=\"#\" style=\"color:#c9bdd1;font-size:13.5px;text-decoration:none\">Hot Stone Massage<\/a>\n          <a href=\"#\" style=\"color:#c9bdd1;font-size:13.5px;text-decoration:none\">Bamboo Massage<\/a>\n          <a href=\"#\" style=\"color:#c9bdd1;font-size:13.5px;text-decoration:none\">Foot & Chair Massage<\/a>\n          <a href=\"#\" style=\"color:#c9bdd1;font-size:13.5px;text-decoration:none\">Craniofacial Massage<\/a>\n        <\/div>\n      <\/div>\n\n      <div>\n        <div style=\"font-size:12px;letter-spacing:1.5px;color:#C6B882;font-weight:700;margin-bottom:18px;font-family:'Figtree',sans-serif\">INFORMATION<\/div>\n        <div style=\"display:flex;flex-direction:column;gap:12px\">\n          <a href=\"#\" style=\"color:#c9bdd1;font-size:13.5px;text-decoration:none\">About Myo<\/a>\n          <a href=\"#\" style=\"color:#c9bdd1;font-size:13.5px;text-decoration:none\">Our Therapists<\/a>\n          <a href=\"#\" style=\"color:#c9bdd1;font-size:13.5px;text-decoration:none\">Gift Cards<\/a>\n        <\/div>\n      <\/div>\n\n      <div>\n        <div style=\"font-size:12px;letter-spacing:1.5px;color:#C6B882;font-weight:700;margin-bottom:18px;font-family:'Figtree',sans-serif\">SUPPORT<\/div>\n        <div style=\"display:flex;flex-direction:column;gap:12px\">\n          <a href=\"#\" style=\"color:#c9bdd1;font-size:13.5px;text-decoration:none\">Book a Session<\/a>\n          <a href=\"#\" style=\"color:#c9bdd1;font-size:13.5px;text-decoration:none\">Contact Us<\/a>\n          <a href=\"#\" style=\"color:#c9bdd1;font-size:13.5px;text-decoration:none\">WhatsApp<\/a>\n          <a href=\"#\" style=\"color:#c9bdd1;font-size:13.5px;text-decoration:none\">Get Directions<\/a>\n          <a href=\"#\" style=\"color:#c9bdd1;font-size:13.5px;text-decoration:none\">Privacy Policy<\/a>\n          <a href=\"#\" style=\"color:#c9bdd1;font-size:13.5px;text-decoration:none\">Terms of Service<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div style=\"height:1px;background:#ffffff1f;margin:48px 0 32px\"><\/div>\n\n    <div class=\"myo-footer-transit\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-bottom:40px\">\n      <div style=\"display:flex;gap:12px;align-items:flex-start\">\n        <span style=\"font-size:20px;line-height:1\">\ud83d\ude87<\/span>\n        <div>\n          <div style=\"font-family:'Montserrat',sans-serif;font-weight:700;font-size:14px;color:#fff;margin-bottom:4px\">Metro<\/div>\n          <div style=\"color:#a996b3;font-size:12.5px;line-height:1.5\">Baixa-Chiado \u2014 3 min walk (Blue & Green lines)<\/div>\n        <\/div>\n      <\/div>\n      <div style=\"display:flex;gap:12px;align-items:flex-start\">\n        <span style=\"font-size:20px;line-height:1\">\ud83d\ude95<\/span>\n        <div>\n          <div style=\"font-family:'Montserrat',sans-serif;font-weight:700;font-size:14px;color:#fff;margin-bottom:4px\">Taxi \/ Uber<\/div>\n          <div style=\"color:#a996b3;font-size:12.5px;line-height:1.5\">Drop-off directly at Rua dos Fanqueiros, 110<\/div>\n        <\/div>\n      <\/div>\n      <div style=\"display:flex;gap:12px;align-items:flex-start\">\n        <span style=\"font-size:20px;line-height:1\">\ud83d\udeb6<\/span>\n        <div>\n          <div style=\"font-family:'Montserrat',sans-serif;font-weight:700;font-size:14px;color:#fff;margin-bottom:4px\">On foot<\/div>\n          <div style=\"color:#a996b3;font-size:12.5px;line-height:1.5\">Walking distance from Rossio, Baixa & Alfama<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div style=\"height:1px;background:#ffffff1f;margin-bottom:24px\"><\/div>\n\n    <div class=\"myo-footer-bottom\" style=\"display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px\">\n      <div style=\"color:#a996b3;font-size:12.5px\">\u00a9 2026 Myo Massage Lisbon. All rights reserved.<\/div>\n      <div style=\"display:flex;gap:20px;flex-wrap:wrap\">\n        <a href=\"#\" style=\"color:#a996b3;font-size:12.5px;text-decoration:none\">Privacy Policy<\/a>\n        <a href=\"#\" style=\"color:#a996b3;font-size:12.5px;text-decoration:none\">Terms & Conditions<\/a>\n        <a href=\"#\" style=\"color:#a996b3;font-size:12.5px;text-decoration:none\">Complaints Book<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Book Home Services Vouchers Contact WhatsApp Call Us E-mail Book Now Home Services Vouchers Contact \ud83d\udcf1 WhatsApp \ud83d\udcde Call Us \u2709\ufe0f E-mail Your Relaxation Awaits Rejuvenate in Lisbon Today Welcome to our soothing sanctuary! Here\u2019s your chance to unwind from travel fatigue and stress. Whether you\u2019re looking to relieve muscle tension or simply want to [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-151","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/myomassagelisbon.com\/index.php?rest_route=\/wp\/v2\/pages\/151","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/myomassagelisbon.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/myomassagelisbon.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/myomassagelisbon.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/myomassagelisbon.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=151"}],"version-history":[{"count":49,"href":"https:\/\/myomassagelisbon.com\/index.php?rest_route=\/wp\/v2\/pages\/151\/revisions"}],"predecessor-version":[{"id":722,"href":"https:\/\/myomassagelisbon.com\/index.php?rest_route=\/wp\/v2\/pages\/151\/revisions\/722"}],"wp:attachment":[{"href":"https:\/\/myomassagelisbon.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=151"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}