{"id":696,"date":"2026-09-04T12:27:05","date_gmt":"2026-09-04T15:27:05","guid":{"rendered":"https:\/\/congresosargentinosdeterapiaocupacional.com\/sitio\/?page_id=696"},"modified":"2026-09-04T12:29:56","modified_gmt":"2026-09-04T15:29:56","slug":"certificados","status":"publish","type":"page","link":"https:\/\/congresosargentinosdeterapiaocupacional.com\/sitio\/certificados\/","title":{"rendered":"Certificados"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"696\" class=\"elementor elementor-696\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3de452e e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-parent\" data-id=\"3de452e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c19e9bf elementor-widget elementor-widget-html\" data-id=\"c19e9bf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!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\n    <title>Certificado<\/title>\n\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: Arial, Helvetica, sans-serif;\n            background: #eee4d5;\n            color: #4b3625;\n        }\n\n        .certificate-page {\n            min-height: 100vh;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            padding: 30px;\n\n            background:\n                radial-gradient(\n                    circle at top left,\n                    #f5d6b3 0%,\n                    transparent 35%\n                ),\n                radial-gradient(\n                    circle at bottom right,\n                    #d9b18b 0%,\n                    transparent 35%\n                ),\n                #eee4d5;\n        }\n\n        .card {\n            width: 100%;\n            max-width: 600px;\n            padding: 55px 45px;\n            text-align: center;\n\n            background: #fffaf4;\n\n            border: 1px solid #dec7ad;\n            border-radius: 24px;\n\n            box-shadow:\n                0 20px 50px rgba(91, 59, 35, 0.15);\n\n            animation: aparecer 0.7s ease;\n        }\n\n        .icon-container {\n            display: flex;\n            justify-content: center;\n            margin-bottom: 25px;\n        }\n\n        .certificate-icon {\n            width: 75px;\n            height: 75px;\n\n            display: flex;\n            align-items: center;\n            justify-content: center;\n\n            border-radius: 50%;\n\n            background: #d96b27;\n            color: white;\n\n            font-size: 38px;\n            font-weight: bold;\n\n            box-shadow:\n                0 10px 25px rgba(217, 107, 39, 0.3);\n        }\n\n        h1 {\n            font-size: 38px;\n            margin-bottom: 15px;\n            color: #4b3625;\n        }\n\n        .orange-line {\n            width: 70px;\n            height: 4px;\n\n            margin: 0 auto 30px;\n\n            background: #d96b27;\n            border-radius: 10px;\n        }\n\n        .message {\n            max-width: 470px;\n            margin: 0 auto;\n\n            font-size: 19px;\n            line-height: 1.7;\n\n            color: #695340;\n        }\n\n        .message strong {\n            color: #d96b27;\n        }\n\n        .thanks {\n            margin-top: 20px;\n\n            font-size: 17px;\n            color: #806c58;\n        }\n\n        button {\n            margin-top: 35px;\n\n            padding: 15px 28px;\n\n            border: none;\n            border-radius: 12px;\n\n            background: #d96b27;\n            color: white;\n\n            font-size: 16px;\n            font-weight: bold;\n\n            cursor: pointer;\n\n            transition:\n                transform 0.2s ease,\n                background 0.2s ease,\n                box-shadow 0.2s ease;\n        }\n\n        button:hover {\n            background: #b9541d;\n\n            transform: translateY(-2px);\n\n            box-shadow:\n                0 8px 20px rgba(185, 84, 29, 0.3);\n        }\n\n        button:active {\n            transform: translateY(0);\n        }\n\n        @keyframes aparecer {\n            from {\n                opacity: 0;\n                transform: translateY(25px);\n            }\n\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        @media (max-width: 600px) {\n\n            .certificate-page {\n                padding: 20px;\n            }\n\n            .card {\n                padding: 40px 25px;\n                border-radius: 18px;\n            }\n\n            h1 {\n                font-size: 30px;\n            }\n\n            .message {\n                font-size: 17px;\n            }\n\n            .certificate-icon {\n                width: 65px;\n                height: 65px;\n                font-size: 32px;\n            }\n\n            button {\n                width: 100%;\n            }\n        }\n    <\/style>\n<\/head>\n\n<body>\n\n    <main class=\"certificate-page\">\n\n        <div class=\"card\">\n\n            <div class=\"icon-container\">\n                <div class=\"certificate-icon\">\n                    \u2713\n                <\/div>\n            <\/div>\n\n            <h1>Certificado<\/h1>\n\n            <div class=\"orange-line\"><\/div>\n\n            <p class=\"message\">\n                En caso de solicitar un certificado,\n                <strong>comunicate con Soporte T\u00e9cnico.<\/strong>\n            <\/p>\n\n            <p class=\"thanks\">\n                Desde ya, muchas gracias.\n            <\/p>\n\n            <button id=\"supportButton\">\n                Contactar a Soporte T\u00e9cnico\n            <\/button>\n\n        <\/div>\n\n    <\/main>\n\n    <script>\n        const supportButton = document.getElementById(\"supportButton\");\n\n        supportButton.addEventListener(\"click\", function () {\n\n            \/\/ Cambiar por el correo real de soporte\n            const email = \"soporte@ejemplo.com\";\n\n            const subject = encodeURIComponent(\n                \"Solicitud de certificado\"\n            );\n\n            const body = encodeURIComponent(\n                \"Hola, necesito solicitar un certificado.\\n\\nMuchas gracias.\"\n            );\n\n            window.location.href =\n                `mailto:${email}?subject=${subject}&body=${body}`;\n        });\n    <\/script>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Certificado \u2713 Certificado En caso de solicitar un certificado, comunicate con Soporte T\u00e9cnico. Desde ya, muchas gracias. Contactar a Soporte T\u00e9cnico<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_post_transparent":"","_kad_post_title":"hide","_kad_post_layout":"fullwidth","_kad_post_sidebar_id":"","_kad_post_content_style":"unboxed","_kad_post_vertical_padding":"hide","_kad_post_feature":"hide","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"footnotes":""},"class_list":["post-696","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/congresosargentinosdeterapiaocupacional.com\/sitio\/wp-json\/wp\/v2\/pages\/696","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/congresosargentinosdeterapiaocupacional.com\/sitio\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/congresosargentinosdeterapiaocupacional.com\/sitio\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/congresosargentinosdeterapiaocupacional.com\/sitio\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/congresosargentinosdeterapiaocupacional.com\/sitio\/wp-json\/wp\/v2\/comments?post=696"}],"version-history":[{"count":4,"href":"https:\/\/congresosargentinosdeterapiaocupacional.com\/sitio\/wp-json\/wp\/v2\/pages\/696\/revisions"}],"predecessor-version":[{"id":700,"href":"https:\/\/congresosargentinosdeterapiaocupacional.com\/sitio\/wp-json\/wp\/v2\/pages\/696\/revisions\/700"}],"wp:attachment":[{"href":"https:\/\/congresosargentinosdeterapiaocupacional.com\/sitio\/wp-json\/wp\/v2\/media?parent=696"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}