{"id":3753,"date":"2026-04-15T11:32:56","date_gmt":"2026-04-15T09:32:56","guid":{"rendered":"https:\/\/atlasprofilaxmadrid.com\/?page_id=3753"},"modified":"2026-05-19T10:42:41","modified_gmt":"2026-05-19T08:42:41","slug":"faq-2","status":"publish","type":"page","link":"https:\/\/atlasprofilaxmadrid.com\/index.php\/faq-2\/","title":{"rendered":"FAQ"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"es\">\n<head>\n    <meta charset=\"UTF-8\">\n    <style>\n        :root {\n            --primary-blue: #004a87;\n            --light-blue: #007cc2;\n            --accent-teal: #48c6ef;\n            --glass-bg: rgba(255, 255, 255, 0.7);\n            --glass-border: rgba(255, 255, 255, 0.4);\n            --text-main: #2c3e50;\n            --shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);\n        }\n\n        \/* Estilos Generales y Fondo *\/\n        .atlas-wrapper {\n            font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n            color: var(--text-main);\n            line-height: 1.6;\n            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);\n            padding: 40px 20px;\n            overflow: hidden;\n        }\n\n        .container-atlas {\n            max-width: 1100px;\n            margin: 0 auto;\n        }\n\n        \/* Efecto Glassmorphism *\/\n        .glass-card {\n            background: var(--glass-bg);\n            backdrop-filter: blur(12px);\n            -webkit-backdrop-filter: blur(12px);\n            border: 1px solid var(--glass-border);\n            border-radius: 20px;\n            box-shadow: var(--shadow);\n            padding: 30px;\n            margin-bottom: 30px;\n            transition: transform 0.3s ease;\n        }\n\n        \/* Animaciones de entrada *\/\n        .reveal {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: all 0.8s ease-out;\n        }\n\n        .reveal.active {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        \/* Hero Section *\/\n        .page-banner-atlas {\n            text-align: center;\n            padding: 60px 0;\n        }\n\n        .badge-atlas {\n            background: var(--primary-blue);\n            color: white;\n            padding: 5px 15px;\n            border-radius: 50px;\n            font-size: 0.8rem;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n\n        \/* Secci\u00f3n del Proceso (Basado en tu imagen) *\/\n        .process-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 30px;\n        }\n\n        @media (max-width: 768px) {\n            .process-grid { grid-template-columns: 1fr; }\n        }\n\n        .step-item {\n            display: flex;\n            align-items: flex-start;\n            gap: 15px;\n            margin-bottom: 20px;\n            padding: 15px;\n            border-radius: 15px;\n            transition: background 0.3s;\n        }\n\n        .step-item:hover { background: rgba(255,255,255,0.4); }\n\n        .step-number {\n            background: var(--primary-blue);\n            color: white;\n            width: 35px;\n            height: 35px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n            font-weight: bold;\n        }\n\n        \/* FAQ Estilo Acorde\u00f3n *\/\n        .faq-item-atlas {\n            border-bottom: 1px solid rgba(0,0,0,0.1);\n            margin-bottom: 10px;\n        }\n\n        .faq-question-atlas {\n            width: 100%;\n            background: none;\n            border: none;\n            text-align: left;\n            padding: 20px;\n            font-size: 1.1rem;\n            font-weight: 600;\n            color: var(--primary-blue);\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        .faq-answer-atlas {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.4s ease-out;\n            padding: 0 20px;\n        }\n\n        .faq-item-atlas.active .faq-answer-atlas {\n            max-height: 300px;\n            padding-bottom: 20px;\n        }\n\n        .faq-icon-atlas {\n            transition: transform 0.3s;\n        }\n\n        .faq-item-atlas.active .faq-icon-atlas {\n            transform: rotate(45deg);\n        }\n\n        \/* Bot\u00f3n estilo Atlantomed *\/\n        .btn-atlas {\n            background: linear-gradient(to right, var(--primary-blue), var(--light-blue));\n            color: white !important;\n            padding: 15px 35px;\n            border-radius: 50px;\n            text-decoration: none;\n            display: inline-block;\n            font-weight: bold;\n            box-shadow: 0 4px 15px rgba(0,74,135,0.3);\n            transition: all 0.3s;\n        }\n\n        .btn-atlas:hover {\n            transform: scale(1.05);\n            box-shadow: 0 6px 20px rgba(0,74,135,0.4);\n        }\n    <\/style>\n<\/head>\n<body>\n\n<div class=\"atlas-wrapper\">\n    <div class=\"container-atlas\">\n        \n        <section class=\"page-banner-atlas reveal\">\n            <span class=\"badge-atlas\">Todo lo que necesitas saber<\/span>\n            <h1 style=\"font-size: 2.5rem; color: var(--primary-blue); margin-top: 15px;\">Preguntas Frecuentes y Proceso<\/h1>\n            <p style=\"max-width: 700px; margin: 20px auto;\">Resolvemos sus dudas con total transparencia. Descubra c\u00f3mo el m\u00e9todo AtlasPROfilax\u00ae puede cambiar su calidad de vida.<\/p>\n        <\/section>\n\n        <div class=\"process-grid\">\n            <div class=\"glass-card reveal\">\n                <h3 style=\"color: var(--primary-blue); border-bottom: 2px solid var(--accent-teal); padding-bottom: 10px;\">Durante la Sesi\u00f3n<\/h3>\n                \n                <div class=\"step-item\">\n                    <div class=\"step-number\">1<\/div>\n                    <div>\n                        <strong>Anamnesis completa<\/strong>\n                        <p style=\"font-size: 0.9rem; margin: 0;\">Recogida de historial de salud, s\u00edntomas y antecedentes m\u00e9dicos.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"step-item\">\n                    <div class=\"step-number\">2<\/div>\n                    <div>\n                        <strong>Evaluaci\u00f3n postural<\/strong>\n                        <p style=\"font-size: 0.9rem; margin: 0;\">An\u00e1lisis de compensaciones: altura de hombros, pelvis y tensi\u00f3n muscular.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"step-item\">\n                    <div class=\"step-number\">3<\/div>\n                    <div>\n                        <strong>Aplicaci\u00f3n del masaje<\/strong>\n                        <p style=\"font-size: 0.9rem; margin: 0;\">Masaje neuromuscular suboccipital (20-30 min) con equipo AtlasPROfilax\u00ae.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"step-item\">\n                    <div class=\"step-number\">4<\/div>\n                    <div>\n                        <strong>Evaluaci\u00f3n post-tratamiento<\/strong>\n                        <p style=\"font-size: 0.9rem; margin: 0;\">Comprobaci\u00f3n del reposicionamiento y cambios posturales inmediatos.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"glass-card reveal\" style=\"background: rgba(240, 248, 255, 0.8);\">\n                <h3 style=\"color: var(--primary-blue); border-bottom: 2px solid var(--accent-teal); padding-bottom: 10px;\">Despu\u00e9s del Tratamiento<\/h3>\n                <p style=\"font-style: italic; font-size: 0.9rem;\">El cuerpo inicia una reorganizaci\u00f3n que dura semanas:<\/p>\n                \n                <ul style=\"list-style: none; padding: 0;\">\n                    <li style=\"margin-bottom: 12px;\">\ud83d\udd39 Leve cansancio o relajaci\u00f3n intensa inicial.<\/li>\n                    <li style=\"margin-bottom: 12px;\">\ud83d\udd39 Mejora progresiva de s\u00edntomas en semanas siguientes.<\/li>\n                    <li style=\"margin-bottom: 12px;\">\ud83d\udd39 Cambios posturales visibles en columna y pelvis.<\/li>\n                    <li style=\"margin-bottom: 12px;\">\ud83d\udd39 Mejora en calidad del sue\u00f1o y energ\u00eda vital.<\/li>\n                    <li style=\"margin-bottom: 12px;\">\ud83d\udd39 <strong>Seguimiento:<\/strong> Recomendado a las 4-6 semanas.<\/li>\n                <\/ul>\n\n                <div style=\"background: white; padding: 15px; border-radius: 10px; border-left: 4px solid var(--accent-teal); font-size: 0.85rem; margin-top: 20px;\">\n                    \u00abLos resultados var\u00edan seg\u00fan la edad y el estado general de salud del paciente.\u00bb\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <section class=\"glass-card reveal\">\n            <h2 style=\"text-align: center; color: var(--primary-blue); margin-bottom: 30px;\">Preguntas m\u00e1s frecuentes<\/h2>\n            \n            <div class=\"faq-item-atlas\">\n                <button class=\"faq-question-atlas\">\n                    \u00bfEs seguro el tratamiento? \u00bfDuele?\n                    <span class=\"faq-icon-atlas\">+<\/span>\n                <\/button>\n                <div class=\"faq-answer-atlas\">\n                    <p>Es un procedimiento muy seguro. No se realizan manipulaciones \u00f3seas ni \u00abcrujidos\u00bb. El masaje es neuromuscular y se adapta a la sensibilidad del paciente.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"faq-item-atlas\">\n                <button class=\"faq-question-atlas\">\n                    \u00bfCu\u00e1ntas sesiones necesito?\n                    <span class=\"faq-icon-atlas\">+<\/span>\n                <\/button>\n                <div class=\"faq-answer-atlas\">\n                    <p>En la gran mayor\u00eda de los casos, <strong>una sola sesi\u00f3n<\/strong> es suficiente para que el Atlas recupere su posici\u00f3n natural. Se incluye una visita de control posterior.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"faq-item-atlas\">\n                <button class=\"faq-question-atlas\">\n                    \u00bfQu\u00e9 diferencia hay con la quiropr\u00e1ctica?\n                    <span class=\"faq-icon-atlas\">+<\/span>\n                <\/button>\n                <div class=\"faq-answer-atlas\">\n                    <p>A diferencia de la quiropr\u00e1ctica, nosotros no manipulamos las v\u00e9rtebras. Trabajamos sobre la musculatura suboccipital para que el hueso regrese a su sitio por s\u00ed mismo.<\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <div style=\"text-align: center; margin-top: 50px;\" class=\"reveal\">\n            <a href=\"https:\/\/atlasprofilaxmadrid.com\/index.php\/nuestro-contacto\/\" class=\"btn-atlas\">\ud83d\udcc5 RESERVAR EVALUACI\u00d3N INICIAL<\/a>\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\n    \/\/ Animaci\u00f3n de aparici\u00f3n al hacer scroll\n    const observer = new IntersectionObserver((entries) => {\n        entries.forEach(entry => {\n            if (entry.isIntersecting) {\n                entry.target.classList.add('active');\n            }\n        });\n    }, { threshold: 0.1 });\n\n    document.querySelectorAll('.reveal').forEach(el => observer.observe(el));\n\n    \/\/ L\u00f3gica del Acorde\u00f3n FAQ\n    document.querySelectorAll('.faq-question-atlas').forEach(button => {\n        button.addEventListener('click', () => {\n            const item = button.parentElement;\n            item.classList.toggle('active');\n            \n            \/\/ Cerrar otros (opcional)\n            document.querySelectorAll('.faq-item-atlas').forEach(otherItem => {\n                if (otherItem !== item) otherItem.classList.remove('active');\n            });\n        });\n    });\n<\/script>\n\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Todo lo que necesitas saber Preguntas Frecuentes y Proceso Resolvemos sus dudas con total transparencia. Descubra c\u00f3mo el m\u00e9todo AtlasPROfilax\u00ae puede cambiar su calidad de vida. Durante la Sesi\u00f3n 1&hellip;<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-3753","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>AtlasPROfilax\u00ae | Preguntas frecuentes sobre el metodo AtlasPROfilax\u00ae<\/title>\n<meta name=\"description\" content=\"Resuelve tus dudas sobre AtlasPROfilax\u00ae: preguntas frecuentes sobre el m\u00e9todo, beneficios, proceso y resultados de la alineaci\u00f3n del atlas.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/atlasprofilaxmadrid.com\/index.php\/faq-2\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AtlasPROfilax\u00ae | Preguntas frecuentes sobre el metodo AtlasPROfilax\u00ae\" \/>\n<meta property=\"og:description\" content=\"Resuelve tus dudas sobre AtlasPROfilax\u00ae: preguntas frecuentes sobre el m\u00e9todo, beneficios, proceso y resultados de la alineaci\u00f3n del atlas.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atlasprofilaxmadrid.com\/index.php\/faq-2\/\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/atlasprofilax.iaqa\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-19T08:42:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/atlasprofilaxmadrid.com\/wp-content\/uploads\/2026\/04\/csm_apf_logo2015_3efaeef2bb-removebg-preview.png\" \/>\n\t<meta property=\"og:image:width\" content=\"569\" \/>\n\t<meta property=\"og:image:height\" content=\"100\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@atlasprofilax\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/atlasprofilaxmadrid.com\\\/index.php\\\/faq-2\\\/\",\"url\":\"https:\\\/\\\/atlasprofilaxmadrid.com\\\/index.php\\\/faq-2\\\/\",\"name\":\"AtlasPROfilax\u00ae | Preguntas frecuentes sobre el metodo AtlasPROfilax\u00ae\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/atlasprofilaxmadrid.com\\\/#website\"},\"datePublished\":\"2026-04-15T09:32:56+00:00\",\"dateModified\":\"2026-05-19T08:42:41+00:00\",\"description\":\"Resuelve tus dudas sobre AtlasPROfilax\u00ae: preguntas frecuentes sobre el m\u00e9todo, beneficios, proceso y resultados de la alineaci\u00f3n del atlas.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/atlasprofilaxmadrid.com\\\/index.php\\\/faq-2\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/atlasprofilaxmadrid.com\\\/index.php\\\/faq-2\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/atlasprofilaxmadrid.com\\\/index.php\\\/faq-2\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/atlasprofilaxmadrid.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"FAQ\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/atlasprofilaxmadrid.com\\\/#website\",\"url\":\"https:\\\/\\\/atlasprofilaxmadrid.com\\\/\",\"name\":\"AtlasProfilaxMadrid\",\"description\":\"Centro especializado en recuperaci\u00f3n y tratamiento del dolor\",\"publisher\":{\"@id\":\"https:\\\/\\\/atlasprofilaxmadrid.com\\\/#organization\"},\"alternateName\":\"AtlasMadrid\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/atlasprofilaxmadrid.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/atlasprofilaxmadrid.com\\\/#organization\",\"name\":\"AtlasProfilax\",\"url\":\"https:\\\/\\\/atlasprofilaxmadrid.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/atlasprofilaxmadrid.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/atlasprofilaxmadrid.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/csm_apf_logo2015_3efaeef2bb-removebg-preview.png\",\"contentUrl\":\"https:\\\/\\\/atlasprofilaxmadrid.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/csm_apf_logo2015_3efaeef2bb-removebg-preview.png\",\"width\":569,\"height\":100,\"caption\":\"AtlasProfilax\"},\"image\":{\"@id\":\"https:\\\/\\\/atlasprofilaxmadrid.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/atlasprofilax.iaqa\\\/\",\"https:\\\/\\\/x.com\\\/atlasprofilax\",\"https:\\\/\\\/www.instagram.com\\\/atlasprofilax\\\/\",\"https:\\\/\\\/www.youtube.com\\\/user\\\/IVDAAtlasPROfilax\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"AtlasPROfilax\u00ae | Preguntas frecuentes sobre el metodo AtlasPROfilax\u00ae","description":"Resuelve tus dudas sobre AtlasPROfilax\u00ae: preguntas frecuentes sobre el m\u00e9todo, beneficios, proceso y resultados de la alineaci\u00f3n del atlas.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/atlasprofilaxmadrid.com\/index.php\/faq-2\/","og_locale":"es_ES","og_type":"article","og_title":"AtlasPROfilax\u00ae | Preguntas frecuentes sobre el metodo AtlasPROfilax\u00ae","og_description":"Resuelve tus dudas sobre AtlasPROfilax\u00ae: preguntas frecuentes sobre el m\u00e9todo, beneficios, proceso y resultados de la alineaci\u00f3n del atlas.","og_url":"https:\/\/atlasprofilaxmadrid.com\/index.php\/faq-2\/","article_publisher":"https:\/\/www.facebook.com\/atlasprofilax.iaqa\/","article_modified_time":"2026-05-19T08:42:41+00:00","og_image":[{"width":569,"height":100,"url":"https:\/\/atlasprofilaxmadrid.com\/wp-content\/uploads\/2026\/04\/csm_apf_logo2015_3efaeef2bb-removebg-preview.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_site":"@atlasprofilax","twitter_misc":{"Tiempo de lectura":"2 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/atlasprofilaxmadrid.com\/index.php\/faq-2\/","url":"https:\/\/atlasprofilaxmadrid.com\/index.php\/faq-2\/","name":"AtlasPROfilax\u00ae | Preguntas frecuentes sobre el metodo AtlasPROfilax\u00ae","isPartOf":{"@id":"https:\/\/atlasprofilaxmadrid.com\/#website"},"datePublished":"2026-04-15T09:32:56+00:00","dateModified":"2026-05-19T08:42:41+00:00","description":"Resuelve tus dudas sobre AtlasPROfilax\u00ae: preguntas frecuentes sobre el m\u00e9todo, beneficios, proceso y resultados de la alineaci\u00f3n del atlas.","breadcrumb":{"@id":"https:\/\/atlasprofilaxmadrid.com\/index.php\/faq-2\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atlasprofilaxmadrid.com\/index.php\/faq-2\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atlasprofilaxmadrid.com\/index.php\/faq-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/atlasprofilaxmadrid.com\/"},{"@type":"ListItem","position":2,"name":"FAQ"}]},{"@type":"WebSite","@id":"https:\/\/atlasprofilaxmadrid.com\/#website","url":"https:\/\/atlasprofilaxmadrid.com\/","name":"AtlasProfilaxMadrid","description":"Centro especializado en recuperaci\u00f3n y tratamiento del dolor","publisher":{"@id":"https:\/\/atlasprofilaxmadrid.com\/#organization"},"alternateName":"AtlasMadrid","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/atlasprofilaxmadrid.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/atlasprofilaxmadrid.com\/#organization","name":"AtlasProfilax","url":"https:\/\/atlasprofilaxmadrid.com\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/atlasprofilaxmadrid.com\/#\/schema\/logo\/image\/","url":"https:\/\/atlasprofilaxmadrid.com\/wp-content\/uploads\/2026\/04\/csm_apf_logo2015_3efaeef2bb-removebg-preview.png","contentUrl":"https:\/\/atlasprofilaxmadrid.com\/wp-content\/uploads\/2026\/04\/csm_apf_logo2015_3efaeef2bb-removebg-preview.png","width":569,"height":100,"caption":"AtlasProfilax"},"image":{"@id":"https:\/\/atlasprofilaxmadrid.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/atlasprofilax.iaqa\/","https:\/\/x.com\/atlasprofilax","https:\/\/www.instagram.com\/atlasprofilax\/","https:\/\/www.youtube.com\/user\/IVDAAtlasPROfilax"]}]}},"_links":{"self":[{"href":"https:\/\/atlasprofilaxmadrid.com\/index.php\/wp-json\/wp\/v2\/pages\/3753","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/atlasprofilaxmadrid.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/atlasprofilaxmadrid.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/atlasprofilaxmadrid.com\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/atlasprofilaxmadrid.com\/index.php\/wp-json\/wp\/v2\/comments?post=3753"}],"version-history":[{"count":5,"href":"https:\/\/atlasprofilaxmadrid.com\/index.php\/wp-json\/wp\/v2\/pages\/3753\/revisions"}],"predecessor-version":[{"id":4166,"href":"https:\/\/atlasprofilaxmadrid.com\/index.php\/wp-json\/wp\/v2\/pages\/3753\/revisions\/4166"}],"wp:attachment":[{"href":"https:\/\/atlasprofilaxmadrid.com\/index.php\/wp-json\/wp\/v2\/media?parent=3753"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}