{"id":3653,"date":"2026-03-02T18:44:53","date_gmt":"2026-03-02T18:44:53","guid":{"rendered":"https:\/\/soulsync.com.mx\/?page_id=3653"},"modified":"2026-03-04T22:51:08","modified_gmt":"2026-03-04T22:51:08","slug":"login","status":"publish","type":"page","link":"https:\/\/soulsync.com.mx\/en\/login\/","title":{"rendered":"Login"},"content":{"rendered":"<!-- Script de Tailwind CSS -->\n<!-- Fuentes -->\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@300;400;500;600;700&#038;display=swap\" rel=\"stylesheet\"\/>\n<style>\n    \/* Contenedor principal para anular m\u00e1rgenes de Beaver Builder *\/\n    #soul-login-viewport {\n        font-family: 'Montserrat', sans-serif !important;\n        width: 100% !important;\n        min-height: 100vh !important;\n        display: flex !important;\n        align-items: center !important;\n        justify-content: center !important;\n        position: relative !important;\n        background-color: #593DBF !important; \/* Fondo Morado Claro de la paleta *\/\n        margin: 0 !important;\n        padding: 20px !important;\n    }\n    \/* Fondo m\u00edstico expandido *\/\n    .mystic-bg-full {\n        background: radial-gradient(circle at 50% 50%, #835CE5 0%, #593DBF 100%) !important;\n        position: fixed !important;\n        top: 0; left: 0; right: 0; bottom: 0;\n        width: 100%; height: 100%;\n        z-index: 1;\n    }\n    .mystic-bg-full::after {\n        content: '';\n        position: absolute;\n        top: 50%; left: 50%;\n        transform: translate(-50%, -50%);\n        width: 150vw; height: 150vw;\n        background-image: repeating-radial-gradient(\n            rgba(227, 135, 158, 0.05) 0,\n            rgba(227, 135, 158, 0.05) 1px,\n            transparent 1px,\n            transparent 40px\n        );\n        border-radius: 50%;\n        animation: rotate-bg 120s linear infinite;\n    }\n    @keyframes rotate-bg {\n        0% { transform: translate(-50%, -50%) rotate(0deg); }\n        100% { transform: translate(-50%, -50%) rotate(360deg); }\n    }\n    \/* Estilo forzado de los campos blancos *\/\n    .soul-input-large {\n        background-color: #FFFFFF !important;\n        border: 3px solid #835CE5 !important;\n        border-radius: 2rem !important;\n        color: #362C6E !important;\n        font-size: 1.8rem !important;\n        padding: 2.5rem 2rem 2.5rem 5.5rem !important; \/* Tecnolog\u00eda para el icono *\/\n        width: 100% !important;\n        height: auto !important;\n        outline: none !important;\n        box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important;\n        transition: all 0.3s ease !important;\n    }\n    .soul-input-large:focus {\n        border-color: #E3879E !important;\n        box-shadow: 0 10px 30px rgba(227, 135, 158, 0.3) !important;\n    }\n    \/* Estilo del bot\u00f3n de inicio *\/\n    .soul-btn-huge {\n        background: linear-gradient(to right, #835CE5, #593DBF) !important;\n        color: white !important;\n        font-size: 2rem !important;\n        font-weight: 600 !important;\n        text-transform: uppercase !important;\n        letter-spacing: 0.1em !important;\n        padding: 2.5rem !important;\n        border-radius: 2rem !important;\n        border: none !important;\n        width: 100% !important;\n        cursor: pointer !important;\n        box-shadow: 0 15px 35px rgba(54, 44, 110, 0.4) !important;\n        transition: all 0.3s ease !important;\n    }\n    .soul-btn-huge:hover {\n        background: linear-gradient(to right, #E3879E, #DD9296) !important;\n        transform: translateY(-3px) !important;\n        box-shadow: 0 15px 40px rgba(227, 135, 158, 0.4) !important;\n    }\n    \/* Limpieza total del bot\u00f3n del ojo *\/\n    .eye-toggle-btn {\n        background: transparent !important;\n        border: none !important;\n        outline: none !important;\n        box-shadow: none !important;\n        padding: 0 !important;\n        margin: 0 !important;\n        cursor: pointer !important;\n        display: flex !important;\n        align-items: center !important;\n        justify-content: center !important;\n    }\n    @media (max-width: 640px) {\n        .soul-input-large { font-size: 1.4rem !important; padding-top: 1.8rem !important; padding-bottom: 1.8rem !important; }\n        .soul-btn-huge { font-size: 1.5rem !important; padding: 1.8rem !important; }\n    }\n<\/style>\n    <!-- Fondo -->\n    <!-- Contenido -->\n    <main>\n            <!-- Logo -->\n                <img decoding=\"async\" src=\"https:\/\/soulsync.com.mx\/wp-content\/uploads\/2019\/03\/SS_Logo_Blanco.png\" alt=\"Soul Sync\"\/>\n                <h1>Acceso<\/h1>\n                <p>Tecnolog\u00eda de Coherencia y Armon\u00eda<\/p>\n            <!-- Formulario WordPress -->\n            <form action=\"\/wp-login.php\" method=\"post\" id=\"loginform\" data-trp-original-action=\"\/wp-login.php\">\n                <!-- Usuario -->\n                    <label>Usuario o Email<\/label>\n                            <!-- SVG NATIVO Usuario -->\n                        <input type=\"text\" name=\"log\" id=\"user_login\" required placeholder=\"nombre@ejemplo.com\"\/>\n                <!-- Contrase\u00f1a -->\n                    <label>Tu Contrase\u00f1a<\/label>\n                            <!-- SVG NATIVO Candado -->\n                        <input type=\"password\" name=\"pwd\" id=\"user_pass\" required placeholder=\"\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\"\/>\n                        <!-- OJO SVG Nativo -->\n                            <button type=\"button\" onclick=\"const p=document.getElementById('user_pass'); const o=document.getElementById('svg-eye-open'); const c=document.getElementById('svg-eye-closed'); if(p.type==='password'){p.type='text'; o.style.display='none'; c.style.display='block';}else{p.type='password'; o.style.display='block'; c.style.display='none';}\">\n                                <!-- Ojo Abierto -->\n                                <!-- Ojo Cerrado (Oculto inicialmente) -->\n                            <\/button>\n                <!-- Redirecci\u00f3n y Seguridad B\u00e1sica -->\n                <input type=\"hidden\" name=\"redirect_to\" value=\"\/app\"\/>\n                <input type=\"hidden\" name=\"testcookie\" value=\"1\"\/>\n                    <label>\n                        <input type=\"checkbox\" name=\"rememberme\" value=\"forever\"\/>\n                        Recordarme\n                    <\/label>\n                    <a href=\"\/en\/wp-login.php\/?action=lostpassword\">\u00bfOlvidaste tu contrase\u00f1a?<\/a>\n                    <button type=\"submit\" name=\"wp-submit\">Entrar al Espacio<\/button>\n            <input type=\"hidden\" name=\"trp-form-language\" value=\"en\"\/><\/form>\n            <a href=\"\/en\/\">\n                Regresar al Inicio\n            <\/a>\n    <\/main>\n<!-- SCRIPT M\u00c1GICO PARA EVITAR EL ERROR DE COOKIES DE WORDPRESS -->","protected":false},"excerpt":{"rendered":"<p>Acceso Tecnolog\u00eda de Coherencia y Armon\u00eda Usuario o Email Tu Contrase\u00f1a Recordarme \u00bfOlvidaste tu contrase\u00f1a? Entrar al Espacio Regresar al Inicio<\/p>","protected":false},"author":1,"featured_media":3199,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"tpl-no-header-footer.php","meta":{"footnotes":""},"class_list":["post-3653","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Login - Soul Sync\u00ae<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/soulsync.com.mx\/en\/login\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Login - Soul Sync\u00ae\" \/>\n<meta property=\"og:description\" content=\"Acceso Tecnolog\u00eda de Coherencia y Armon\u00eda Usuario o Email Tu Contrase\u00f1a Recordarme \u00bfOlvidaste tu contrase\u00f1a? Entrar al Espacio Regresar al Inicio\" \/>\n<meta property=\"og:url\" content=\"https:\/\/soulsync.com.mx\/en\/login\/\" \/>\n<meta property=\"og:site_name\" content=\"Soul Sync\u00ae\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/SoulSyncMX\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-04T22:51:08+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/soulsync.com.mx\/wp-content\/uploads\/2021\/04\/SS_PP2020_alt.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"500\" \/>\n\t<meta property=\"og:image:height\" content=\"500\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/soulsync.com.mx\/login\/\",\"url\":\"https:\/\/soulsync.com.mx\/login\/\",\"name\":\"Login - Soul Sync\u00ae\",\"isPartOf\":{\"@id\":\"https:\/\/soulsync.com.mx\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/soulsync.com.mx\/login\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/soulsync.com.mx\/login\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/soulsync.com.mx\/wp-content\/uploads\/2021\/04\/SS_PP2020_alt.jpg\",\"datePublished\":\"2026-03-02T18:44:53+00:00\",\"dateModified\":\"2026-03-04T22:51:08+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/soulsync.com.mx\/login\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/soulsync.com.mx\/login\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/soulsync.com.mx\/login\/#primaryimage\",\"url\":\"https:\/\/soulsync.com.mx\/wp-content\/uploads\/2021\/04\/SS_PP2020_alt.jpg\",\"contentUrl\":\"https:\/\/soulsync.com.mx\/wp-content\/uploads\/2021\/04\/SS_PP2020_alt.jpg\",\"width\":500,\"height\":500},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/soulsync.com.mx\/login\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/soulsync.com.mx\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Login\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/soulsync.com.mx\/#website\",\"url\":\"https:\/\/soulsync.com.mx\/\",\"name\":\"Soul Sync\u00ae\",\"description\":\"Escucha tu Coraz\u00f3n\",\"publisher\":{\"@id\":\"https:\/\/soulsync.com.mx\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/soulsync.com.mx\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/soulsync.com.mx\/#organization\",\"name\":\"Soul Sync\",\"url\":\"https:\/\/soulsync.com.mx\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/soulsync.com.mx\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/soulsync.com.mx\/wp-content\/uploads\/2018\/11\/cropped-Soul-Sync_Sello-Blanco-1.png\",\"contentUrl\":\"https:\/\/soulsync.com.mx\/wp-content\/uploads\/2018\/11\/cropped-Soul-Sync_Sello-Blanco-1.png\",\"width\":512,\"height\":512,\"caption\":\"Soul Sync\"},\"image\":{\"@id\":\"https:\/\/soulsync.com.mx\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/SoulSyncMX\",\"https:\/\/www.youtube.com\/channel\/UC__EWDK7LE43d558-w28yFA\",\"https:\/\/www.facebook.com\/soulsync.beathealing\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Login - Soul Sync\u00ae","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:\/\/soulsync.com.mx\/en\/login\/","og_locale":"en_US","og_type":"article","og_title":"Login - Soul Sync\u00ae","og_description":"Acceso Tecnolog\u00eda de Coherencia y Armon\u00eda Usuario o Email Tu Contrase\u00f1a Recordarme \u00bfOlvidaste tu contrase\u00f1a? Entrar al Espacio Regresar al Inicio","og_url":"https:\/\/soulsync.com.mx\/en\/login\/","og_site_name":"Soul Sync\u00ae","article_publisher":"https:\/\/www.facebook.com\/SoulSyncMX","article_modified_time":"2026-03-04T22:51:08+00:00","og_image":[{"width":500,"height":500,"url":"https:\/\/soulsync.com.mx\/wp-content\/uploads\/2021\/04\/SS_PP2020_alt.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/soulsync.com.mx\/login\/","url":"https:\/\/soulsync.com.mx\/login\/","name":"Login - Soul Sync\u00ae","isPartOf":{"@id":"https:\/\/soulsync.com.mx\/#website"},"primaryImageOfPage":{"@id":"https:\/\/soulsync.com.mx\/login\/#primaryimage"},"image":{"@id":"https:\/\/soulsync.com.mx\/login\/#primaryimage"},"thumbnailUrl":"https:\/\/soulsync.com.mx\/wp-content\/uploads\/2021\/04\/SS_PP2020_alt.jpg","datePublished":"2026-03-02T18:44:53+00:00","dateModified":"2026-03-04T22:51:08+00:00","breadcrumb":{"@id":"https:\/\/soulsync.com.mx\/login\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/soulsync.com.mx\/login\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/soulsync.com.mx\/login\/#primaryimage","url":"https:\/\/soulsync.com.mx\/wp-content\/uploads\/2021\/04\/SS_PP2020_alt.jpg","contentUrl":"https:\/\/soulsync.com.mx\/wp-content\/uploads\/2021\/04\/SS_PP2020_alt.jpg","width":500,"height":500},{"@type":"BreadcrumbList","@id":"https:\/\/soulsync.com.mx\/login\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/soulsync.com.mx\/"},{"@type":"ListItem","position":2,"name":"Login"}]},{"@type":"WebSite","@id":"https:\/\/soulsync.com.mx\/#website","url":"https:\/\/soulsync.com.mx\/","name":"Soul Sync\u00ae","description":"Listen to your heart","publisher":{"@id":"https:\/\/soulsync.com.mx\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/soulsync.com.mx\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/soulsync.com.mx\/#organization","name":"Soul Sync","url":"https:\/\/soulsync.com.mx\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/soulsync.com.mx\/#\/schema\/logo\/image\/","url":"https:\/\/soulsync.com.mx\/wp-content\/uploads\/2018\/11\/cropped-Soul-Sync_Sello-Blanco-1.png","contentUrl":"https:\/\/soulsync.com.mx\/wp-content\/uploads\/2018\/11\/cropped-Soul-Sync_Sello-Blanco-1.png","width":512,"height":512,"caption":"Soul Sync"},"image":{"@id":"https:\/\/soulsync.com.mx\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/SoulSyncMX","https:\/\/www.youtube.com\/channel\/UC__EWDK7LE43d558-w28yFA","https:\/\/www.facebook.com\/soulsync.beathealing"]}]}},"_links":{"self":[{"href":"https:\/\/soulsync.com.mx\/en\/wp-json\/wp\/v2\/pages\/3653","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/soulsync.com.mx\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/soulsync.com.mx\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/soulsync.com.mx\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/soulsync.com.mx\/en\/wp-json\/wp\/v2\/comments?post=3653"}],"version-history":[{"count":11,"href":"https:\/\/soulsync.com.mx\/en\/wp-json\/wp\/v2\/pages\/3653\/revisions"}],"predecessor-version":[{"id":3674,"href":"https:\/\/soulsync.com.mx\/en\/wp-json\/wp\/v2\/pages\/3653\/revisions\/3674"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/soulsync.com.mx\/en\/wp-json\/wp\/v2\/media\/3199"}],"wp:attachment":[{"href":"https:\/\/soulsync.com.mx\/en\/wp-json\/wp\/v2\/media?parent=3653"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}