{"id":10,"date":"2023-09-26T22:19:35","date_gmt":"2023-09-26T22:19:35","guid":{"rendered":"https:\/\/osteocolm.es\/?page_id=10"},"modified":"2026-05-27T11:43:07","modified_gmt":"2026-05-27T09:43:07","slug":"alineacion-atlas-madrid","status":"publish","type":"page","link":"https:\/\/atlasprofilaxmadrid.com\/","title":{"rendered":"Inicio"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"es\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Quicksand:wght@400;600;700&#038;display=swap\" rel=\"stylesheet\">\n    <style>\n        \/* ===== VARIABLES CORPORATIVAS ===== *\/\n        :root {\n            --azul-corp: #3998cc;\n            --azul-oscuro: #005a87;\n            --naranja-corp: #f28505;\n            --gris-texto: #444;\n            --purpura-titulos: #704a7a;\n            --accent: #2b8cff;\n            --card-bg: rgba(255,255,255,0.95);\n            --card-shadow: rgba(15,15,15,0.15);\n\n            \/* Glass tokens *\/\n            --glass-bg: rgba(255,255,255,0.55);\n            --glass-border: rgba(255,255,255,0.75);\n            --glass-shadow: rgba(57,152,204,0.12);\n            --glass-blur: blur(22px);\n            --glass-bg-dark: rgba(0,90,135,0.08);\n            --r-card: 22px;\n        }\n\n        body {\n            margin: 0;\n            font-family: 'Quicksand', sans-serif;\n            background: #ffffff;\n            color: var(--gris-texto);\n            overflow-x: hidden;\n        }\n\n        \/* ===== QUITAR SUBRAYADO DE TODOS LOS ENLACES ===== *\/\n        a, a:visited, a:hover, a:focus, a:active {\n            text-decoration: none !important;\n        }\n\n        \/* ===== WHATSAPP FLOTANTE ===== *\/\n        .whatsapp-float {\n            position: fixed;\n            bottom: 24px;\n            right: 24px;\n            z-index: 999;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            background: #25D366;\n            color: #fff;\n            padding: 14px 22px;\n            border-radius: 50px;\n            font-family: 'Quicksand', sans-serif;\n            font-weight: 700;\n            font-size: 15px;\n            box-shadow: 0 6px 24px rgba(37,211,102,0.45);\n            transition: all 0.3s ease;\n            text-decoration: none;\n            cursor: pointer;\n            border: none;\n        }\n        .whatsapp-float:hover {\n            transform: translateY(-4px);\n            box-shadow: 0 12px 36px rgba(37,211,102,0.55);\n            background: #20bd5a;\n        }\n        .whatsapp-float svg {\n            flex-shrink: 0;\n        }\n        .whatsapp-float .wa-label {\n            display: inline;\n        }\n        @media (max-width: 600px) {\n            .whatsapp-float {\n                bottom: 16px;\n                right: 16px;\n                padding: 12px 16px;\n                font-size: 13px;\n            }\n            .whatsapp-float .wa-label {\n                display: none;\n            }\n        }\n\n        \/* ===== HERO ===== *\/\n        .hero {\n            position: relative;\n            min-height: 500px;\n            display: flex;\n            align-items: stretch;\n            border-radius: 12px;\n            overflow: hidden;\n            margin: 24px;\n            box-shadow: 0 6px 20px rgba(10,10,20,0.08);\n            background-color: #000;\n        }\n        .hero-bg-layer {\n            position: absolute; top: 0; left: 0;\n            width: 100%; height: 100%;\n            background-size: cover; background-position: center; z-index: 1;\n        }\n        .slide-in-right { animation: slideInRight 1.2s cubic-bezier(0.25,0.46,0.45,0.94) forwards; }\n        @keyframes slideInRight {\n            0% { transform: translateX(-100%); opacity: 0; }\n            100% { transform: translateX(0); opacity: 1; }\n        }\n        .hero-overlay {\n            position: absolute; top: 0; left: 0; width: 100%; height: 100%;\n            background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.6)); z-index: 2;\n        }\n        .hero-inner {\n            position: relative; display: flex; width: 100%;\n            align-items: flex-end; padding: 36px; z-index: 3;\n        }\n        .hero-text { max-width: 50%; color: #fff; padding-right: 24px; padding-bottom: 20px; }\n        .badge {\n            display: inline-block; color: rgba(255,255,255,0.9);\n            background: rgba(255,255,255,0.15); padding: 6px 12px;\n            border-radius: 6px; font-size: 13px; margin-bottom: 15px;\n            text-transform: uppercase; letter-spacing: 1px;\n        }\n        .hero-text h1 {\n            font-size: 38px; line-height: 1.1; margin-bottom: 15px;\n            color: #fff !important; text-shadow: 0 2px 10px rgba(0,0,0,0.4);\n        }\n        .hero-text p.lead {\n            color: rgba(255,255,255,0.85);\n            font-size: 16px;\n            line-height: 1.6;\n            margin: 0;\n            transition: opacity 0.4s ease;\n        }\n\n        \/* ===== BOT\u00d3N CTA EN HERO ===== *\/\n        .hero-cta {\n            display: inline-flex;\n            align-items: center;\n            gap: 8px;\n            margin-top: 20px;\n            padding: 12px 28px;\n            border-radius: 50px;\n            font-family: 'Quicksand', sans-serif;\n            font-weight: 700;\n            font-size: 14px;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            text-decoration: none !important;\n            border: none;\n            opacity: 0;\n            pointer-events: none;\n            background: transparent;\n        }\n        .hero-cta.visible {\n            opacity: 1;\n            pointer-events: all;\n            background: rgba(255,255,255,0.2);\n            backdrop-filter: blur(12px);\n            border: 1.5px solid rgba(255,255,255,0.5);\n            color: #fff;\n        }\n        .hero-cta.visible:hover {\n            background: #fff;\n            color: var(--azul-oscuro);\n        }\n\n        .card-row { display: flex; gap: 14px; align-items: flex-end; margin-left: auto; }\n\n        .btn-whatsapp-nav {\n            display: inline-flex;\n            align-items: center;\n            gap: 8px;\n            background: rgba(255,255,255,0.18);\n            backdrop-filter: blur(14px);\n            -webkit-backdrop-filter: blur(14px);\n            border: 1.5px solid rgba(255,255,255,0.40);\n            color: #fff;\n            padding: 10px 20px;\n            border-radius: 50px;\n            font-family: 'Quicksand', sans-serif;\n            font-weight: 700;\n            font-size: 13px;\n            text-decoration: none;\n            transition: all 0.3s ease;\n            margin-left: 14px;\n            white-space: nowrap;\n            cursor: pointer;\n        }\n        .btn-whatsapp-nav:hover {\n            background: #25D366;\n            border-color: #25D366;\n            color: #fff;\n            transform: translateY(-2px);\n            box-shadow: 0 8px 24px rgba(37,211,102,0.35);\n        }\n\n        .card {\n            width: 90px; height: 90px; background: var(--card-bg);\n            border-radius: 12px; overflow: hidden; display: flex;\n            flex-direction: column; align-items: center; justify-content: flex-end;\n            padding: 8px; cursor: pointer; transition: all 0.4s ease;\n            box-shadow: 0 4px 12px var(--card-shadow); border: 2px solid transparent;\n            position: relative;\n            outline: none;\n        }\n        .card img {\n            position: absolute; top: 0; left: 0; width: 100%; height: 100%;\n            object-fit: cover; opacity: 0.8; transition: 0.3s;\n        }\n        .card .label {\n            position: relative; z-index: 2; font-size: 11px; font-weight: 700;\n            color: #111; background: rgba(255,255,255,0.95); padding: 4px 6px;\n            border-radius: 6px; width: 100%; text-align: center;\n            white-space: nowrap; overflow: hidden;\n        }\n        .card.active {\n            transform: translateY(-15px); border-color: #77a6cb;\n            box-shadow: 0 15px 30px rgba(0,0,0,0.3);\n        }\n        .card.active img { opacity: 1; }\n\n        \/* Tarjeta de contacto \u2014 igual que el resto visualmente *\/\n        .card[data-link]:not(.active) .label {\n            background: rgba(255,255,255,0.95);\n            color: #111;\n        }\n        .card[data-link].active {\n            border-color: #77a6cb;\n        }\n\n        \/* ============================= *\/\n        \/* SECCI\u00d3N INFERIOR \u2014 GLASSMORPHISM *\/\n        \/* ============================= *\/\n\n        .glass-world {\n            position: relative;\n            background: linear-gradient(180deg, #ffffff 0%, #f0f7fa 100%);\n            padding-bottom: 80px;\n        }\n\n        .glass-world::before {\n            content: '';\n            position: absolute; top: -80px; left: -80px;\n            width: 380px; height: 380px;\n            border-radius: 50%;\n            background: radial-gradient(circle, rgba(57,152,204,0.08) 0%, transparent 70%);\n            pointer-events: none;\n        }\n        .glass-world::after {\n            content: '';\n            position: absolute; bottom: 40px; right: -60px;\n            width: 320px; height: 320px;\n            border-radius: 50%;\n            background: radial-gradient(circle, rgba(57,152,204,0.05) 0%, transparent 70%);\n            pointer-events: none;\n        }\n\n        .glass-card {\n            background: var(--glass-bg);\n            backdrop-filter: var(--glass-blur);\n            -webkit-backdrop-filter: var(--glass-blur);\n            border: 1px solid var(--glass-border);\n            border-radius: var(--r-card);\n            box-shadow:\n                0 8px 32px var(--glass-shadow),\n                inset 0 1px 0 rgba(255,255,255,0.9);\n            transition: transform 0.35s ease, box-shadow 0.35s ease;\n        }\n        .glass-card:hover {\n            transform: translateY(-6px);\n            box-shadow: 0 20px 48px rgba(57,152,204,0.18), inset 0 1px 0 rgba(255,255,255,0.9);\n        }\n\n        .glass-section {\n            max-width: 1120px;\n            margin: 0 auto;\n            padding: 80px 24px 0;\n        }\n\n        .glass-page-banner {\n            position: relative;\n            overflow: hidden;\n            margin: 0 24px;\n            border-radius: 0 0 var(--r-card) var(--r-card);\n            background: linear-gradient(135deg, var(--azul-oscuro) 0%, var(--azul-corp) 100%);\n            padding: 70px 56px;\n            color: #fff;\n            box-shadow: 0 12px 40px rgba(0,90,135,0.25);\n        }\n        .glass-page-banner::before {\n            content: '';\n            position: absolute; top: -60px; right: -60px;\n            width: 340px; height: 340px; border-radius: 50%;\n            background: rgba(255,255,255,0.06); pointer-events: none;\n        }\n        .glass-page-banner::after {\n            content: '';\n            position: absolute; bottom: -80px; left: 30%;\n            width: 260px; height: 260px; border-radius: 50%;\n            background: rgba(255,255,255,0.04); pointer-events: none;\n        }\n\n        \/* ===== BURBUJAS ANIMADAS ===== *\/\n        .bubbles-container {\n            position: absolute;\n            inset: 0;\n            border-radius: 0 0 var(--r-card) var(--r-card);\n            overflow: hidden;\n            pointer-events: none;\n        }\n\n        .bubble {\n            position: absolute;\n            border-radius: 50%;\n            background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.25), rgba(255,255,255,0.05));\n            border: 1px solid rgba(255,255,255,0.15);\n        }\n\n        .glass-page-banner .badge-glass {\n            display: inline-block;\n            background: rgba(255,255,255,0.18);\n            backdrop-filter: blur(10px);\n            border: 1px solid rgba(255,255,255,0.35);\n            padding: 6px 18px; border-radius: 50px;\n            font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase;\n            margin-bottom: 18px; color: rgba(255,255,255,0.9);\n            position: relative;\n            z-index: 2;\n        }\n        .glass-page-banner h1 {\n            font-size: clamp(26px, 4vw, 42px);\n            font-weight: 700; line-height: 1.15; margin: 0 0 16px;\n            color: #fff;\n            position: relative;\n            z-index: 2;\n        }\n        .glass-page-banner p {\n            color: rgba(255,255,255,0.75);\n            max-width: 55ch; font-size: 16px; line-height: 1.65; margin: 0;\n            position: relative;\n            z-index: 2;\n        }\n\n        .two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }\n\n        .text-block .badge-inline {\n            display: inline-block;\n            background: rgba(57,152,204,0.12);\n            border: 1px solid rgba(57,152,204,0.3);\n            color: var(--azul-oscuro);\n            padding: 5px 16px; border-radius: 50px;\n            font-size: 12px; letter-spacing: 1px; text-transform: uppercase;\n            margin-bottom: 20px;\n        }\n        .text-block h2 {\n            font-size: clamp(22px, 3vw, 32px);\n            color: var(--azul-oscuro); margin: 0 0 20px; font-weight: 700;\n        }\n        .text-block p { font-size: 15px; line-height: 1.75; margin-bottom: 14px; color: #555; }\n\n        .img-glass-frame {\n            position: relative;\n        }\n        .img-glass-frame img {\n            width: 100%; height: 380px; object-fit: cover;\n            border-radius: var(--r-card);\n            box-shadow: 0 24px 56px rgba(0,90,135,0.2);\n            display: block;\n        }\n        .img-glass-frame::after {\n            content: '';\n            position: absolute; inset: -8px;\n            border-radius: 28px;\n            border: 1px solid rgba(255,255,255,0.7);\n            pointer-events: none;\n        }\n\n        .glass-alt {\n            background: #f8fafc;\n            backdrop-filter: blur(10px);\n            padding: 80px 0;\n            margin: 0;\n        }\n        .glass-alt > .glass-section { padding-top: 0; }\n\n        .section-head { text-align: center; margin-bottom: 48px; }\n        .section-head .badge-inline {\n            display: inline-block;\n            background: rgba(57,152,204,0.12);\n            border: 1px solid rgba(57,152,204,0.3);\n            color: var(--azul-oscuro);\n            padding: 5px 16px; border-radius: 50px;\n            font-size: 12px; letter-spacing: 1px; text-transform: uppercase;\n            margin-bottom: 20px;\n        }\n        .section-head h2 { font-size: clamp(24px,3vw,34px); color: var(--azul-oscuro); margin: 12px 0 10px; font-weight: 700; }\n        .section-head p { color: #666; max-width: 55ch; margin: 0 auto; font-size: 15px; line-height: 1.65; }\n\n        .method-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n            gap: 20px;\n        }\n        .method-card {\n            padding: 32px 28px;\n        }\n        .method-card .icon-wrap {\n            width: 56px; height: 56px; border-radius: 16px;\n            background: linear-gradient(135deg, rgba(57,152,204,0.15), rgba(0,90,135,0.1));\n            border: 1px solid rgba(57,152,204,0.25);\n            display: flex; align-items: center; justify-content: center;\n            font-size: 26px; margin-bottom: 20px;\n        }\n        .method-card h3 { font-size: 17px; color: var(--azul-oscuro); margin: 0 0 10px; font-weight: 700; }\n        .method-card p { font-size: 14px; line-height: 1.7; color: #555; margin: 0; }\n\n        .process-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }\n\n        .step-list { display: flex; flex-direction: column; gap: 18px; }\n        .step-item {\n            display: flex; gap: 16px; align-items: flex-start;\n            padding: 20px;\n        }\n        .step-num {\n            width: 40px; height: 40px; border-radius: 50%;\n            background: linear-gradient(135deg, var(--azul-corp), var(--azul-oscuro));\n            color: #fff; font-weight: 700; font-size: 14px;\n            display: flex; align-items: center; justify-content: center;\n            flex-shrink: 0; box-shadow: 0 4px 12px rgba(57,152,204,0.3);\n        }\n        .step-item strong { display: block; color: var(--azul-oscuro); margin-bottom: 4px; font-size: 15px; }\n        .step-item p { font-size: 13.5px; line-height: 1.65; margin: 0; color: #555; }\n\n        .after-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }\n        .after-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; line-height: 1.6; color: #555; }\n        .after-arrow {\n            width: 24px; height: 24px; border-radius: 50%;\n            background: linear-gradient(135deg, rgba(57,152,204,0.2), rgba(112,74,122,0.15));\n            display: flex; align-items: center; justify-content: center;\n            flex-shrink: 0; color: var(--azul-corp); font-weight: 700; font-size: 13px;\n        }\n        .quote-glass {\n            margin-top: 24px; padding: 22px 24px;\n            border-left: 3px solid var(--azul-corp);\n        }\n        .quote-glass p { font-size: 14px; color: var(--azul-oscuro); font-style: italic; line-height: 1.7; margin: 0; }\n\n        .quick-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 18px;\n        }\n        .quick-card {\n            display: flex; flex-direction: column; align-items: center;\n            text-align: center; padding: 36px 24px;\n            color: inherit;\n            transition: transform 0.4s ease, box-shadow 0.4s ease, background 0.4s ease, border-color 0.4s ease;\n        }\n        .quick-card .q-icon {\n            width: 64px; height: 64px; border-radius: 20px;\n            background: linear-gradient(135deg, rgba(57,152,204,0.15), rgba(0,90,135,0.08));\n            border: 1px solid rgba(57,152,204,0.2);\n            display: flex; align-items: center; justify-content: center;\n            font-size: 30px; margin-bottom: 18px;\n            transition: transform 0.3s, background 0.3s, box-shadow 0.3s;\n        }\n\n        \/* ===== HOVER GLASSMORPHISM AZUL CLARO para quick-card ===== *\/\n        .quick-card:hover {\n            transform: translateY(-10px);\n            background: rgba(57, 152, 204, 0.08);\n            backdrop-filter: blur(28px);\n            -webkit-backdrop-filter: blur(28px);\n            border-color: rgba(57, 152, 204, 0.35);\n            box-shadow:\n                0 20px 50px rgba(57, 152, 204, 0.22),\n                0 8px 24px rgba(57, 152, 204, 0.12),\n                inset 0 1px 0 rgba(255, 255, 255, 0.95),\n                inset 0 -1px 0 rgba(57, 152, 204, 0.08);\n        }\n        .quick-card:hover .q-icon {\n            transform: scale(1.15) rotate(-3deg);\n            background: linear-gradient(135deg, rgba(57,152,204,0.3), rgba(0,90,135,0.2));\n            box-shadow: 0 8px 24px rgba(57, 152, 204, 0.25);\n        }\n        .quick-card:hover h4 { color: var(--azul-corp); }\n        .quick-card:hover p { color: #444; }\n\n        .quick-card h4 { font-size: 16px; color: var(--azul-oscuro); margin: 0 0 8px; font-weight: 700; transition: color 0.3s; }\n        .quick-card p { font-size: 13px; color: #666; margin: 0; line-height: 1.55; transition: color 0.3s; }\n\n        \/* ===== SECTION IMAGE FRAMES ===== *\/\n        .section-img-glass-frame {\n            position: relative;\n            margin-top: 40px;\n        }\n        .section-img-glass-frame img {\n            width: 100%;\n            height: 320px;\n            object-fit: cover;\n            border-radius: var(--r-card);\n            box-shadow: 0 24px 56px rgba(0,90,135,0.2);\n            display: block;\n        }\n        .section-img-glass-frame::after {\n            content: '';\n            position: absolute;\n            inset: -8px;\n            border-radius: 28px;\n            border: 1px solid rgba(255,255,255,0.7);\n            pointer-events: none;\n        }\n\n        .reveal {\n            opacity: 0;\n            transform: translateY(28px);\n            transition: opacity 0.7s ease, transform 0.7s ease;\n        }\n        .reveal.visible {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        .btn-glass {\n            display: inline-flex; align-items: center; gap: 8px;\n            background: rgba(57,152,204,0.15);\n            backdrop-filter: blur(12px);\n            border: 1px solid rgba(57,152,204,0.4);\n            color: var(--azul-oscuro);\n            padding: 10px 26px; border-radius: 50px;\n            font-weight: 700; font-size: 14px;\n            transition: all 0.3s ease;\n            margin-top: 20px; cursor: pointer;\n        }\n        .btn-glass:hover {\n            background: var(--azul-corp);\n            color: #fff; border-color: var(--azul-corp);\n        }\n\n        \/* ===== SECCI\u00d3N CONTACTOS ===== *\/\n        .contact-banner {\n            position: relative;\n            overflow: hidden;\n            margin: 80px 24px 0;\n            border-radius: var(--r-card);\n            background: linear-gradient(135deg, var(--azul-oscuro) 0%, var(--azul-corp) 100%);\n            padding: 70px 56px;\n            color: #fff;\n            box-shadow: 0 12px 40px rgba(0,90,135,0.25);\n        }\n        .contact-banner::before {\n            content: '';\n            position: absolute; top: -60px; right: -60px;\n            width: 340px; height: 340px; border-radius: 50%;\n            background: rgba(255,255,255,0.06); pointer-events: none;\n        }\n        .contact-banner::after {\n            content: '';\n            position: absolute; bottom: -80px; left: 30%;\n            width: 260px; height: 260px; border-radius: 50%;\n            background: rgba(255,255,255,0.04); pointer-events: none;\n        }\n        .contact-banner .badge-glass {\n            display: inline-block;\n            background: rgba(255,255,255,0.18);\n            backdrop-filter: blur(10px);\n            border: 1px solid rgba(255,255,255,0.35);\n            padding: 6px 18px; border-radius: 50px;\n            font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase;\n            margin-bottom: 18px; color: rgba(255,255,255,0.9);\n            position: relative; z-index: 2;\n        }\n        .contact-banner h2 {\n            font-size: clamp(26px, 4vw, 42px);\n            font-weight: 700; line-height: 1.15; margin: 0 0 16px;\n            color: #fff;\n            position: relative; z-index: 2;\n        }\n        .contact-banner p {\n            color: rgba(255,255,255,0.80);\n            max-width: 55ch; font-size: 16px; line-height: 1.65; margin: 0 0 32px;\n            position: relative; z-index: 2;\n        }\n        .contact-cta-btn {\n            display: inline-flex;\n            align-items: center;\n            gap: 10px;\n            position: relative;\n            z-index: 2;\n            background: rgba(255,255,255,0.20);\n            backdrop-filter: blur(12px);\n            border: 1.5px solid rgba(255,255,255,0.55);\n            color: #fff;\n            padding: 14px 36px;\n            border-radius: 50px;\n            font-family: 'Quicksand', sans-serif;\n            font-weight: 700;\n            font-size: 15px;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            text-decoration: none !important;\n        }\n        .contact-cta-btn:hover {\n            background: #fff;\n            color: var(--azul-oscuro);\n            border-color: #fff;\n            transform: translateY(-2px);\n            box-shadow: 0 8px 28px rgba(0,0,0,0.18);\n        }\n\n        .contact-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n            gap: 20px;\n            margin-top: 40px;\n        }\n        .contact-info-card {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 36px 24px;\n        }\n        .contact-info-card .c-icon {\n            width: 64px; height: 64px; border-radius: 20px;\n            background: linear-gradient(135deg, rgba(57,152,204,0.15), rgba(0,90,135,0.08));\n            border: 1px solid rgba(57,152,204,0.2);\n            display: flex; align-items: center; justify-content: center;\n            font-size: 28px; margin-bottom: 18px;\n            transition: transform 0.3s, background 0.3s, box-shadow 0.3s;\n        }\n        .contact-info-card h4 { font-size: 16px; color: var(--azul-oscuro); margin: 0 0 8px; font-weight: 700; }\n        .contact-info-card p { font-size: 13px; color: #666; margin: 0; line-height: 1.55; }\n        .contact-info-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 20px 48px rgba(57,152,204,0.18), inset 0 1px 0 rgba(255,255,255,0.9);\n        }\n        .contact-info-card:hover .c-icon {\n            transform: scale(1.12) rotate(-3deg);\n            background: linear-gradient(135deg, rgba(57,152,204,0.3), rgba(0,90,135,0.2));\n            box-shadow: 0 8px 24px rgba(57,152,204,0.25);\n        }\n\n        @media (max-width: 768px) {\n            .hero-inner { flex-direction: column; align-items: center; text-align: center; }\n            .hero-text { max-width: 100%; padding-right: 0; }\n            .card-row { margin-left: 0; margin-top: 20px; flex-wrap: wrap; justify-content: center; }\n            .two-col, .process-grid { grid-template-columns: 1fr; gap: 32px; }\n            .glass-page-banner { padding: 48px 28px; border-radius: 0; margin: 0; }\n            .contact-banner { padding: 48px 28px; margin: 48px 16px 0; }\n            .glass-section { padding: 48px 16px 0; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n<!-- ===== WHATSAPP FLOTANTE ===== -->\n<a href=\"https:\/\/wa.me\/34918461882?text=Hola%2C%20me%20gustar%C3%ADa%20recibir%20informaci%C3%B3n\" class=\"whatsapp-float\" target=\"_blank\" rel=\"noopener\">\n    <svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n        <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\"\/>\n    <\/svg>\n    <span class=\"wa-label\">WhatsApp<\/span>\n<\/a>\n\n<!-- ===== HERO ===== -->\n<div class=\"hero\" id=\"hero-main\">\n    <div id=\"hero-bg\" class=\"hero-bg-layer\"><\/div>\n    <div class=\"hero-overlay\"><\/div>\n    <div class=\"hero-inner\">\n        <div class=\"hero-text\">\n            <h1 id=\"hero-title\">Centro especializado en recuperaci\u00f3n<\/h1>\n            <p class=\"lead\" id=\"hero-desc\">Mejora tu bienestar con nuestros tratamientos personalizados y profesionales.<\/p>\n            <!-- Bot\u00f3n CTA din\u00e1mico: solo visible en tarjeta Contactos -->\n            <a class=\"hero-cta\" id=\"hero-cta\" href=\"https:\/\/atlasprofilaxmadrid.com\/index.php\/nuestro-contacto\/\" target=\"_blank\">Ir a Contactos\n                <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\/><polyline points=\"12 5 19 12 12 19\"\/><\/svg>\n            <\/a>\n        <\/div>\n        <div class=\"card-row\" id=\"menu-cards\">\n\n            <!-- Tarjeta 1: Evaluaci\u00f3n -->\n            <button class=\"card active\"\n                data-title=\"Evaluaci\u00f3n Inicial\"\n                data-desc=\"Mejora tu bienestar con nuestros tratamientos personalizados y profesionales.\"\n                data-bg=\"https:\/\/atlasprofilaxmadrid.com\/wp-content\/uploads\/2026\/05\/IMG_2586.jpg\">\n                <img decoding=\"async\" src=\"https:\/\/atlasprofilaxmadrid.com\/wp-content\/uploads\/2026\/05\/IMG_2586.jpg\" alt=\"Evaluaci\u00f3n\">\n                <span class=\"label\">Evaluaci\u00f3n<\/span>\n            <\/button>\n\n            <!-- Tarjeta 2: An\u00e1lisis -->\n            <button class=\"card\"\n                data-title=\"An\u00e1lisis Detallado\"\n                data-desc=\"Estudiamos en profundidad tu postura y las compensaciones generadas por el Atlas desplazado.\"\n                data-bg=\"https:\/\/atlasprofilaxmadrid.com\/wp-content\/uploads\/2026\/05\/IMG_2590.jpg\">\n                <img decoding=\"async\" src=\"https:\/\/atlasprofilaxmadrid.com\/wp-content\/uploads\/2026\/05\/IMG_2590.jpg\" alt=\"An\u00e1lisis\">\n                <span class=\"label\">An\u00e1lisis<\/span>\n            <\/button>\n\n            <!-- Tarjeta 3: Radiograf\u00edas -->\n            <button class=\"card\"\n                data-title=\"Radiograf\u00edas\"\n                data-desc=\"Utilizamos pruebas de imagen para valorar con precisi\u00f3n la posici\u00f3n de tu v\u00e9rtebra Atlas.\"\n                data-bg=\"https:\/\/atlasprofilaxmadrid.com\/wp-content\/uploads\/2026\/05\/IMG_2620.jpg\">\n                <img decoding=\"async\" src=\"https:\/\/atlasprofilaxmadrid.com\/wp-content\/uploads\/2026\/05\/IMG_2620.jpg\" alt=\"Radiograf\u00edas\">\n                <span class=\"label\">Radiograf\u00edas<\/span>\n            <\/button>\n\n            <!-- Tarjeta 4: Tratamiento -->\n            <button class=\"card\"\n                data-title=\"Tratamiento Personalizado\"\n                data-desc=\"Masaje neuromuscular suboccipital en una sola sesi\u00f3n para reposicionar el Atlas de forma permanente.\"\n                data-bg=\"https:\/\/atlasprofilaxmadrid.com\/wp-content\/uploads\/2026\/05\/IMG_2595.jpg\">\n                <img decoding=\"async\" src=\"https:\/\/atlasprofilaxmadrid.com\/wp-content\/uploads\/2026\/05\/IMG_2595.jpg\" alt=\"Tratamiento\">\n                <span class=\"label\">Tratamiento<\/span>\n            <\/button>\n\n            <!-- Tarjeta 5: CONTACTOS \u2014 muestra el CTA pero NO redirige autom\u00e1ticamente -->\n            <button class=\"card\"\n                data-title=\"Contactos\"\n                data-desc=\"Estamos aqu\u00ed para ayudarte. Ponte en contacto con nosotros y te atenderemos personalmente.\"\n                data-bg=\"https:\/\/atlasprofilaxmadrid.com\/wp-content\/uploads\/2026\/05\/IMG_2581.jpg\"\n                data-link=\"https:\/\/atlasprofilaxmadrid.com\/index.php\/nuestro-contacto\/\">\n                <img decoding=\"async\" src=\"https:\/\/atlasprofilaxmadrid.com\/wp-content\/uploads\/2026\/05\/IMG_2581.jpg\" alt=\"Contactos\">\n                <span class=\"label\">Contactos<\/span>\n            <\/button>\n\n        <\/div>\n\n            <a href=\"https:\/\/wa.me\/34918461882\" class=\"btn-whatsapp-nav\" target=\"_blank\" rel=\"noopener\">\n                <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z\"\/><\/svg>\n                WhatsApp\n            <\/a>\n\n    <\/div>\n<\/div>\n\n<!-- ===== SECCI\u00d3N GLASSMORPHISM ===== -->\n<div class=\"glass-world\">\n\n    <div class=\"glass-page-banner\">\n        <div class=\"bubbles-container\" id=\"bubblesContainer\"><\/div>\n        <span class=\"badge-glass\">M\u00e9todo AtlasPROfilax\u00ae<\/span>\n        <h1>Informaci\u00f3n completa<br>sobre el tratamiento<\/h1>\n        <p>Descubra en profundidad en qu\u00e9 consiste el m\u00e9todo AtlasPROfilax\u00ae, su base cient\u00edfica, su historia y todo lo que necesita saber antes de su primera visita.<\/p>\n    <\/div>\n\n    <!-- EL ATLAS -->\n    <div class=\"glass-section\">\n        <div class=\"two-col\">\n            <div class=\"text-block reveal\">\n                <span class=\"badge-inline\">El Atlas<\/span>\n                <h2>La primera v\u00e9rtebra cervical: el Atlas (C1)<\/h2>\n                <p>El Atlas es la primera v\u00e9rtebra cervical, as\u00ed llamada por el tit\u00e1n de la mitolog\u00eda griega que sosten\u00eda el peso del mundo sobre sus hombros. Sobre el Atlas descansa el cr\u00e1neo, soportando el peso de la cabeza (unos 5\u20136 kg).<\/p>\n                <p>A diferencia del resto de v\u00e9rtebras, el Atlas no tiene cuerpo vertebral ni disco intervertebral. Su posici\u00f3n correcta es fundamental para el equilibrio de toda la columna vertebral, el sistema nervioso y la circulaci\u00f3n sangu\u00ednea cerebral.<\/p>\n                <p>Seg\u00fan los estudios del Dr. Ren\u00e9-Claudius Schumperli (fundador del m\u00e9todo), pr\u00e1cticamente el 100% de la poblaci\u00f3n tiene el Atlas girado o desplazado de su posici\u00f3n ideal, generando una cadena de compensaciones posturales con consecuencias en todo el organismo.<\/p>\n                <a class=\"btn-glass\" href=\"#\">Conocer m\u00e1s\n                    <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\/><polyline points=\"12 5 19 12 12 19\"\/><\/svg>\n                <\/a>\n            <\/div>\n            <div class=\"img-glass-frame reveal\" style=\"transition-delay:0.15s;\">\n                <img decoding=\"async\" src=\"https:\/\/atlasprofilaxmadrid.com\/wp-content\/uploads\/2026\/05\/IMG_2571.jpg\" alt=\"Tratamiento AtlasPROfilax Madrid\">\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- C\u00d3MO FUNCIONA -->\n    <div class=\"glass-alt\" style=\"margin-top:80px;\">\n        <div class=\"glass-section\">\n            <div class=\"section-head reveal\">\n                <span class=\"badge-inline\">C\u00f3mo funciona<\/span>\n                <h2>El m\u00e9todo AtlasPROfilax\u00ae<\/h2>\n                <p>Una intervenci\u00f3n \u00fanica, segura y permanente que no requiere cirug\u00eda ni manipulaci\u00f3n \u00f3sea.<\/p>\n            <\/div>\n            <div class=\"method-grid\">\n                <div class=\"glass-card method-card reveal\" style=\"transition-delay:0.05s;\">\n                    <div class=\"icon-wrap\">\n                        <svg width=\"26\" height=\"26\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#005a87\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><circle cx=\"12\" cy=\"12\" r=\"6\"\/><circle cx=\"12\" cy=\"12\" r=\"2\"\/><\/svg>\n                    <\/div>\n                    <h3>Masaje Neuromuscular<\/h3>\n                    <p>AtlasPROfilax\u00ae es un masaje neuromuscular aplicado en la musculatura suboccipital con un instrumento de vibraci\u00f3n espec\u00edficamente dise\u00f1ado. Activa y relaja los m\u00fasculos pericraneales que mantienen el Atlas en posici\u00f3n incorrecta.<\/p>\n                <\/div>\n                <div class=\"glass-card method-card reveal\" style=\"transition-delay:0.12s;\">\n                    <div class=\"icon-wrap\">\n                        <svg width=\"26\" height=\"26\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#005a87\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"\/><\/svg>\n                    <\/div>\n                    <h3>Una Sola Sesi\u00f3n<\/h3>\n                    <p>La intervenci\u00f3n tiene una duraci\u00f3n aproximada de 20 a 30 minutos. En la mayor\u00eda de los casos, una sola sesi\u00f3n es suficiente para que el Atlas recupere su posici\u00f3n natural y permanezca en ella de forma duradera.<\/p>\n                <\/div>\n                <div class=\"glass-card method-card reveal\" style=\"transition-delay:0.19s;\">\n                    <div class=\"icon-wrap\">\n                        <svg width=\"26\" height=\"26\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#005a87\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/><\/svg>\n                    <\/div>\n                    <h3>100% Seguro<\/h3>\n                    <p>No se realizan manipulaciones \u00f3seas. No hay clicks ni chasquidos. Es un procedimiento suave e indoloro, adecuado para todas las edades a partir de los 6 a\u00f1os, incluyendo embarazadas y personas mayores.<\/p>\n                <\/div>\n                <div class=\"glass-card method-card reveal\" style=\"transition-delay:0.26s;\">\n                    <div class=\"icon-wrap\">\n                        <svg width=\"26\" height=\"26\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#005a87\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><line x1=\"2\" y1=\"12\" x2=\"22\" y2=\"12\"\/><path d=\"M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z\"\/><\/svg>\n                    <\/div>\n                    <h3>Reconocido Internacionalmente<\/h3>\n                    <p>Desarrollado en Suiza en los a\u00f1os 90. Practicado por Atlasprof\u00ae diplomados en m\u00e1s de 35 pa\u00edses, certificados por la Asociaci\u00f3n Internacional de Atlasprof\u00ae Diplomados (AIAD).<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"img-glass-frame reveal\" style=\"transition-delay:0.3s; margin-top: 48px;\">\n                <img decoding=\"async\" src=\"https:\/\/atlasprofilaxmadrid.com\/wp-content\/uploads\/2026\/05\/IMG_2590.jpg\" alt=\"M\u00e9todo AtlasPROfilax - C\u00f3mo funciona\" style=\"height: 340px;\">\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- TU EXPERIENCIA -->\n    <div class=\"glass-section\">\n        <div class=\"section-head reveal\" style=\"margin-bottom:48px;\">\n            <span class=\"badge-inline\">Tu experiencia<\/span>\n            <h2>\u00bfQu\u00e9 ocurre durante<br>y despu\u00e9s del tratamiento?<\/h2>\n        <\/div>\n        <div class=\"process-grid\">\n            <div class=\"reveal\">\n                <h3 style=\"color:var(--azul-oscuro); margin-bottom:20px; font-size:20px;\">Durante la sesi\u00f3n<\/h3>\n                <div class=\"step-list\">\n                    <div class=\"glass-card step-item\">\n                        <div class=\"step-num\">1<\/div>\n                        <div>\n                            <strong>Anamnesis completa<\/strong>\n                            <p>El terapeuta recoge su historial de salud, s\u00edntomas, dolores y antecedentes m\u00e9dicos relevantes.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"glass-card step-item\">\n                        <div class=\"step-num\">2<\/div>\n                        <div>\n                            <strong>Evaluaci\u00f3n postural<\/strong>\n                            <p>Se eval\u00faan las compensaciones posturales: diferencia de altura de hombros, pelvis, tensi\u00f3n muscular.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"glass-card step-item\">\n                        <div class=\"step-num\">3<\/div>\n                        <div>\n                            <strong>Aplicaci\u00f3n del masaje<\/strong>\n                            <p>Masaje neuromuscular suboccipital de 20\u201330 minutos con el instrumento AtlasPROfilax\u00ae.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"glass-card step-item\">\n                        <div class=\"step-num\">4<\/div>\n                        <div>\n                            <strong>Evaluaci\u00f3n post-tratamiento<\/strong>\n                            <p>Se comprueba el reposicionamiento del Atlas y los cambios posturales inmediatos.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"reveal\" style=\"transition-delay:0.15s;\">\n                <h3 style=\"color:var(--azul-oscuro); margin-bottom:20px; font-size:20px;\">Despu\u00e9s del tratamiento<\/h3>\n                <div class=\"glass-card\" style=\"padding:28px 32px;\">\n                    <p style=\"margin-bottom:20px; font-size:14.5px; color:#555;\">Tras la sesi\u00f3n, el cuerpo inicia un proceso de reorganizaci\u00f3n que puede durar semanas o meses. Es habitual experimentar:<\/p>\n                    <ul class=\"after-list\">\n                        <li>\n                            <div class=\"after-arrow\">\n                                <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#3998cc\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\/><polyline points=\"12 5 19 12 12 19\"\/><\/svg>\n                            <\/div>\n                            <span>Leve sensaci\u00f3n de cansancio o relajaci\u00f3n intensa en los primeros d\u00edas.<\/span>\n                        <\/li>\n                        <li>\n                            <div class=\"after-arrow\">\n                                <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#3998cc\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\/><polyline points=\"12 5 19 12 12 19\"\/><\/svg>\n                            <\/div>\n                            <span>Mejora progresiva de los s\u00edntomas en las semanas siguientes.<\/span>\n                        <\/li>\n                        <li>\n                            <div class=\"after-arrow\">\n                                <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#3998cc\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\/><polyline points=\"12 5 19 12 12 19\"\/><\/svg>\n                            <\/div>\n                            <span>Cambios posturales visibles: pelvis, hombros, curvatura de la columna.<\/span>\n                        <\/li>\n                        <li>\n                            <div class=\"after-arrow\">\n                                <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#3998cc\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\/><polyline points=\"12 5 19 12 12 19\"\/><\/svg>\n                            <\/div>\n                            <span>Mejora en la calidad del sue\u00f1o y la energ\u00eda general.<\/span>\n                        <\/li>\n                        <li>\n                            <div class=\"after-arrow\">\n                                <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#3998cc\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\/><polyline points=\"12 5 19 12 12 19\"\/><\/svg>\n                            <\/div>\n                            <span>Se recomienda una sesi\u00f3n de seguimiento a las 4\u20136 semanas.<\/span>\n                        <\/li>\n                    <\/ul>\n                    <div class=\"quote-glass glass-card\" style=\"background:rgba(57,152,204,0.06);\">\n                        <p>\u00abLos resultados var\u00edan seg\u00fan cada persona. Factores como la edad, el tiempo con los s\u00edntomas y el estado general de salud influyen en la velocidad y magnitud de la mejor\u00eda.\u00bb<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"img-glass-frame reveal\" style=\"transition-delay:0.3s; margin-top: 48px;\">\n            <img decoding=\"async\" src=\"https:\/\/atlasprofilaxmadrid.com\/wp-content\/uploads\/2026\/05\/IMG_2595.jpg\" alt=\"Tu experiencia AtlasPROfilax\" style=\"height: 340px;\">\n        <\/div>\n    <\/div>\n\n    <!-- M\u00c1S INFORMACI\u00d3N -->\n    <div class=\"glass-section\" style=\"padding-bottom:0;\">\n        <div class=\"section-head reveal\" style=\"margin-bottom:36px;\">\n            <h2>M\u00e1s informaci\u00f3n<\/h2>\n        <\/div>\n        <div class=\"quick-grid\">\n            <a href=\"\/index.php\/estudios\/\" class=\"glass-card quick-card reveal\" style=\"transition-delay:0.05s;\">\n                <div class=\"q-icon\">\n                    <svg width=\"30\" height=\"30\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#005a87\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M6 18h8\"\/><path d=\"M3 22h18\"\/><path d=\"M14 22a7 7 0 1 0 0-14h-1\"\/><path d=\"M9 14h2\"\/><path d=\"M9 12a2 2 0 0 1-2-2V6h6v4a2 2 0 0 1-2 2Z\"\/><path d=\"M12 6V2.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5V6\"\/><\/svg>\n                <\/div>\n                <h4>Estudios Cient\u00edficos<\/h4>\n                <p>Evidencia cient\u00edfica e investigaciones cl\u00ednicas del m\u00e9todo.<\/p>\n            <\/a>\n            <a href=\"\/index.php\/acerca-de\/\" class=\"glass-card quick-card reveal\" style=\"transition-delay:0.12s;\">\n                <div class=\"q-icon\">\n                    <svg width=\"30\" height=\"30\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#005a87\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"\/><polyline points=\"9 22 9 12 15 12 15 22\"\/><\/svg>\n                <\/div>\n                <h4>Acerca de<\/h4>\n                <p>Historia, fundadores y filosof\u00eda del m\u00e9todo AtlasPROfilax\u00ae.<\/p>\n            <\/a>\n            <a href=\"\/index.php\/faq-2\/\" class=\"glass-card quick-card reveal\" style=\"transition-delay:0.19s;\">\n                <div class=\"q-icon\">\n                    <svg width=\"30\" height=\"30\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#005a87\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z\"\/><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\"\/><line x1=\"12\" y1=\"16\" x2=\"12.01\" y2=\"16\"\/><\/svg>\n                <\/div>\n                <h4>FAQ<\/h4>\n                <p>Respuestas a las preguntas m\u00e1s frecuentes de los pacientes.<\/p>\n            <\/a>\n            <a href=\"\/index.php\/precio-del-tratamiento\/\" class=\"glass-card quick-card reveal\" style=\"transition-delay:0.26s;\">\n                <div class=\"q-icon\">\n                    <svg width=\"30\" height=\"30\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#005a87\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"12\" y1=\"1\" x2=\"12\" y2=\"23\"\/><path d=\"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6\"\/><\/svg>\n                <\/div>\n                <h4>Precio<\/h4>\n                <p>Consulte el coste del tratamiento y qu\u00e9 incluye la sesi\u00f3n.<\/p>\n            <\/a>\n        <\/div>\n    <\/div>\n\n    <!-- ===== SECCI\u00d3N CONTACTOS ===== -->\n    <div class=\"glass-section\" style=\"padding-bottom: 0;\">\n        <div class=\"contact-banner reveal\">\n            <div class=\"bubbles-container\" id=\"bubblesContact\"><\/div>\n            <span class=\"badge-glass\">Contacto<\/span>\n            <h2>\u00bfHablamos?<br>Estamos aqu\u00ed para ayudarte<\/h2>\n            <p>Ponte en contacto con nosotros y te atenderemos personalmente. Resolvemos todas tus dudas antes de tu primera visita.<\/p>\n            <a class=\"contact-cta-btn\" href=\"https:\/\/atlasprofilaxmadrid.com\/index.php\/nuestro-contacto\/\" target=\"_blank\">\n                Ir a Contactos\n                <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\/><polyline points=\"12 5 19 12 12 19\"\/><\/svg>\n            <\/a>\n        <\/div>\n\n        <div class=\"contact-grid\">\n            <div class=\"glass-card contact-info-card reveal\" style=\"transition-delay:0.05s;\">\n                <div class=\"c-icon\">\n                    <svg width=\"28\" height=\"28\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#005a87\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"\/><circle cx=\"12\" cy=\"10\" r=\"3\"\/><\/svg>\n                <\/div>\n                <h4>Ubicaci\u00f3n<\/h4>\n                <p>Madrid, Espa\u00f1a<br>Consulta nuestra direcci\u00f3n exacta en la p\u00e1gina de contacto.<\/p>\n            <\/div>\n            <div class=\"glass-card contact-info-card reveal\" style=\"transition-delay:0.12s;\">\n                <div class=\"c-icon\">\n                    <svg width=\"28\" height=\"28\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#005a87\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><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>\n                <\/div>\n                <h4>Tel\u00e9fono<\/h4>\n                <p>Ll\u00e1manos y te informaremos sin compromiso sobre el tratamiento y disponibilidad.<\/p>\n            <\/div>\n            <div class=\"glass-card contact-info-card reveal\" style=\"transition-delay:0.19s;\">\n                <div class=\"c-icon\">\n                    <svg width=\"28\" height=\"28\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#005a87\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><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>\n                <\/div>\n                <h4>Email<\/h4>\n                <p>Env\u00edanos un mensaje y te respondemos a la mayor brevedad posible.<\/p>\n            <\/div>\n            <div class=\"glass-card contact-info-card reveal\" style=\"transition-delay:0.26s;\">\n                <div class=\"c-icon\">\n                    <svg width=\"28\" height=\"28\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#005a87\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><polyline points=\"12 6 12 12 16 14\"\/><\/svg>\n                <\/div>\n                <h4>Horario<\/h4>\n                <p>Consulta nuestra disponibilidad y reserva tu cita con total comodidad.<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n<\/div><!-- \/glass-world -->\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function () {\n\n    const cards     = document.querySelectorAll('.card');\n    const bgLayer   = document.getElementById('hero-bg');\n    const titleElem = document.getElementById('hero-title');\n    const descElem  = document.getElementById('hero-desc');\n    const ctaBtn    = document.getElementById('hero-cta');\n    let currentIndex = 0;\n    let autoTimer;\n\n    \/* ---- Cambiar secci\u00f3n activa ---- *\/\n    function changeSection(index) {\n        cards.forEach(c => c.classList.remove('active'));\n        const activeCard = cards[index];\n        activeCard.classList.add('active');\n\n        const newImg   = activeCard.getAttribute('data-bg');\n        const newTitle = activeCard.getAttribute('data-title');\n        const newDesc  = activeCard.getAttribute('data-desc');\n        const newLink  = activeCard.getAttribute('data-link');\n\n        \/\/ Fondo con animaci\u00f3n\n        bgLayer.classList.remove('slide-in-right');\n        void bgLayer.offsetWidth; \/\/ reflow\n        bgLayer.style.backgroundImage = `url('${newImg}')`;\n        bgLayer.classList.add('slide-in-right');\n\n        \/\/ T\u00edtulo\n        if (newTitle) titleElem.innerText = newTitle;\n\n        \/\/ Descripci\u00f3n\n        if (descElem && newDesc) descElem.innerText = newDesc;\n\n        \/\/ Bot\u00f3n CTA: visible si la tarjeta tiene data-link (Contactos)\n        if (newLink) {\n            ctaBtn.href = newLink;\n            ctaBtn.classList.add('visible');\n        } else {\n            ctaBtn.href = '#';\n            ctaBtn.classList.remove('visible');\n        }\n    }\n\n    changeSection(0);\n\n    \/* ---- Autoplay cada 15 s \u2014 pasa por TODAS las tarjetas incluida Contactos ---- *\/\n    function nextAutoSlide() {\n        let next = (currentIndex + 1) % cards.length;\n        currentIndex = next;\n        changeSection(currentIndex);\n    }\n\n    autoTimer = setInterval(nextAutoSlide, 15000);\n\n    \/* ---- Click en tarjeta ---- *\/\n    cards.forEach((card, index) => {\n        card.addEventListener('click', () => {\n            const link = card.getAttribute('data-link');\n\n            clearInterval(autoTimer);\n            currentIndex = index;\n            changeSection(currentIndex);\n\n            \/\/ Si tiene enlace (Contactos), el CTA ya es visible.\n            \/\/ La redirecci\u00f3n ocurre SOLO al pulsar el bot\u00f3n CTA, NO aqu\u00ed.\n\n            \/\/ Reiniciar autoplay\n            autoTimer = setInterval(nextAutoSlide, 15000);\n        });\n    });\n\n    \/* ---- El bot\u00f3n CTA abre el enlace en nueva pesta\u00f1a ---- *\/\n    ctaBtn.addEventListener('click', function(e) {\n        const href = ctaBtn.getAttribute('href');\n        if (href && href !== '#') {\n            e.preventDefault();\n            window.open(href, '_blank');\n        }\n    });\n\n    \/* ---- Reveal on scroll ---- *\/\n    const revealEls = document.querySelectorAll('.reveal');\n    const observer = new IntersectionObserver((entries) => {\n        entries.forEach(e => {\n            if (e.isIntersecting) {\n                e.target.classList.add('visible');\n                observer.unobserve(e.target);\n            }\n        });\n    }, { threshold: 0.12 });\n    revealEls.forEach(el => observer.observe(el));\n\n    \/* ---- Funci\u00f3n burbujas animadas reutilizable ---- *\/\n    function initBubbles(containerId) {\n        const bubblesContainer = document.getElementById(containerId);\n        if (!bubblesContainer) return;\n\n        const containerRect   = bubblesContainer.parentElement.getBoundingClientRect();\n        const containerWidth  = containerRect.width  || 800;\n        const containerHeight = containerRect.height || 260;\n\n        const bubbles = [];\n        for (let i = 0; i < 4; i++) {\n            const size   = Math.random() * 60 + 40;\n            const bubble = document.createElement('div');\n            bubble.className = 'bubble';\n            bubble.style.width  = size + 'px';\n            bubble.style.height = size + 'px';\n            bubblesContainer.appendChild(bubble);\n            bubbles.push({\n                el: bubble,\n                x: Math.random() * (containerWidth  - size),\n                y: Math.random() * (containerHeight - size),\n                vx: (Math.random() - 0.5) * 3,\n                vy: (Math.random() - 0.5) * 3,\n                size\n            });\n        }\n\n        function updateBubbles() {\n            bubbles.forEach(b => {\n                b.x += b.vx;\n                b.y += b.vy;\n                if (b.x + b.size > containerWidth  || b.x < 0) { b.vx *= -1; b.x = Math.max(0, Math.min(b.x, containerWidth  - b.size)); }\n                if (b.y + b.size > containerHeight || b.y < 0) { b.vy *= -1; b.y = Math.max(0, Math.min(b.y, containerHeight - b.size)); }\n                b.el.style.left = b.x + 'px';\n                b.el.style.top  = b.y + 'px';\n            });\n            requestAnimationFrame(updateBubbles);\n        }\n        updateBubbles();\n    }\n\n    initBubbles('bubblesContainer');\n    initBubbles('bubblesContact');\n});\n<\/script>\n\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>WhatsApp Centro especializado en recuperaci\u00f3n Mejora tu bienestar con nuestros tratamientos personalizados y profesionales. Ir a Contactos Evaluaci\u00f3n An\u00e1lisis Radiograf\u00edas Tratamiento Contactos WhatsApp M\u00e9todo AtlasPROfilax\u00ae Informaci\u00f3n completasobre el tratamiento Descubra&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-10","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 Madrid | Especialistas en Alineaci\u00f3n del Atlas<\/title>\n<meta name=\"description\" content=\"Somos un Centro especializado en recuperaci\u00f3n y tratamiento del dolor. No dudes en contactar y pedir tu cita.\" \/>\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\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AtlasProfilax Madrid | Especialistas en Alineaci\u00f3n del Atlas\" \/>\n<meta property=\"og:description\" content=\"Somos un Centro especializado en recuperaci\u00f3n y tratamiento del dolor. No dudes en contactar y pedir tu cita.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atlasprofilaxmadrid.com\/\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/atlasprofilax.iaqa\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-27T09:43:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/atlasprofilaxmadrid.com\/wp-content\/uploads\/2026\/05\/IMG_2586.jpg\" \/>\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=\"5 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/atlasprofilaxmadrid.com\\\/\",\"url\":\"https:\\\/\\\/atlasprofilaxmadrid.com\\\/\",\"name\":\"AtlasProfilax Madrid | Especialistas en Alineaci\u00f3n del Atlas\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/atlasprofilaxmadrid.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/atlasprofilaxmadrid.com\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/atlasprofilaxmadrid.com\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/atlasprofilaxmadrid.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/IMG_2586.jpg\",\"datePublished\":\"2023-09-26T22:19:35+00:00\",\"dateModified\":\"2026-05-27T09:43:07+00:00\",\"description\":\"Somos un Centro especializado en recuperaci\u00f3n y tratamiento del dolor. No dudes en contactar y pedir tu cita.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/atlasprofilaxmadrid.com\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/atlasprofilaxmadrid.com\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/atlasprofilaxmadrid.com\\\/#primaryimage\",\"url\":\"https:\\\/\\\/atlasprofilaxmadrid.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/IMG_2586.jpg\",\"contentUrl\":\"https:\\\/\\\/atlasprofilaxmadrid.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/IMG_2586.jpg\",\"width\":2535,\"height\":1770},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/atlasprofilaxmadrid.com\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/atlasprofilaxmadrid.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Inicio\"}]},{\"@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 Madrid | Especialistas en Alineaci\u00f3n del Atlas","description":"Somos un Centro especializado en recuperaci\u00f3n y tratamiento del dolor. No dudes en contactar y pedir tu cita.","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\/","og_locale":"es_ES","og_type":"article","og_title":"AtlasProfilax Madrid | Especialistas en Alineaci\u00f3n del Atlas","og_description":"Somos un Centro especializado en recuperaci\u00f3n y tratamiento del dolor. No dudes en contactar y pedir tu cita.","og_url":"https:\/\/atlasprofilaxmadrid.com\/","article_publisher":"https:\/\/www.facebook.com\/atlasprofilax.iaqa\/","article_modified_time":"2026-05-27T09:43:07+00:00","og_image":[{"url":"https:\/\/atlasprofilaxmadrid.com\/wp-content\/uploads\/2026\/05\/IMG_2586.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_site":"@atlasprofilax","twitter_misc":{"Tiempo de lectura":"5 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/atlasprofilaxmadrid.com\/","url":"https:\/\/atlasprofilaxmadrid.com\/","name":"AtlasProfilax Madrid | Especialistas en Alineaci\u00f3n del Atlas","isPartOf":{"@id":"https:\/\/atlasprofilaxmadrid.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/atlasprofilaxmadrid.com\/#primaryimage"},"image":{"@id":"https:\/\/atlasprofilaxmadrid.com\/#primaryimage"},"thumbnailUrl":"https:\/\/atlasprofilaxmadrid.com\/wp-content\/uploads\/2026\/05\/IMG_2586.jpg","datePublished":"2023-09-26T22:19:35+00:00","dateModified":"2026-05-27T09:43:07+00:00","description":"Somos un Centro especializado en recuperaci\u00f3n y tratamiento del dolor. No dudes en contactar y pedir tu cita.","breadcrumb":{"@id":"https:\/\/atlasprofilaxmadrid.com\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atlasprofilaxmadrid.com\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/atlasprofilaxmadrid.com\/#primaryimage","url":"https:\/\/atlasprofilaxmadrid.com\/wp-content\/uploads\/2026\/05\/IMG_2586.jpg","contentUrl":"https:\/\/atlasprofilaxmadrid.com\/wp-content\/uploads\/2026\/05\/IMG_2586.jpg","width":2535,"height":1770},{"@type":"BreadcrumbList","@id":"https:\/\/atlasprofilaxmadrid.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/atlasprofilaxmadrid.com\/"},{"@type":"ListItem","position":2,"name":"Inicio"}]},{"@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\/10","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\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/atlasprofilaxmadrid.com\/index.php\/wp-json\/wp\/v2\/comments?post=10"}],"version-history":[{"count":44,"href":"https:\/\/atlasprofilaxmadrid.com\/index.php\/wp-json\/wp\/v2\/pages\/10\/revisions"}],"predecessor-version":[{"id":4328,"href":"https:\/\/atlasprofilaxmadrid.com\/index.php\/wp-json\/wp\/v2\/pages\/10\/revisions\/4328"}],"wp:attachment":[{"href":"https:\/\/atlasprofilaxmadrid.com\/index.php\/wp-json\/wp\/v2\/media?parent=10"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}