<script id="jquery-core-js" src="https://tmpi-pimt.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1"></script>
<script id="jquery-migrate-js" src="https://tmpi-pimt.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1"></script>
{"id":19237,"date":"2025-07-24T13:04:16","date_gmt":"2025-07-24T16:04:16","guid":{"rendered":"https:\/\/tmpi-pimt.com\/acesso\/"},"modified":"2025-07-30T11:25:44","modified_gmt":"2025-07-30T14:25:44","slug":"acesso","status":"publish","type":"page","link":"https:\/\/tmpi-pimt.com\/pt-br\/acesso\/","title":{"rendered":"Acesso"},"content":{"rendered":"<div id=\"wppb-form-style-1-wrapper\" class=\"wppb-user-login-form\"><div id=\"wppb-login-wrap\" class=\"wppb-user-forms\">\n\t\t<form name=\"wppb-loginform\" id=\"wppb-loginform\" class=\"wppb-2fa-form wppb-ajax-form\" action=\"https:\/\/tmpi-pimt.com\/pt-br\/wp-json\/wp\/v2\/pages\/19237\" method=\"post\">\n\t\t\t\n\t\t\t<p class=\"wppb-form-field login-username wppb-form-text-field label-outside\">\n\t\t\t\t<label for=\"wppb_user_login\">Nome de usu\u00e1rio ou e-mail<\/label>\n\t\t\t\t<input type=\"text\" name=\"log\" id=\"wppb_user_login\" class=\"input\" value=\"\" size=\"20\" \/>\n\t\t\t<\/p>\n\t\t\t<p class=\"wppb-form-field login-password wppb-form-text-field label-outside\">\n\t\t\t\t<label for=\"wppb_user_pass\">Senha<\/label>\n\t\t\t\t<span class=\"wppb-password-field-container\">\n\t\t\t\t    <input type=\"password\" name=\"pwd\" id=\"wppb_user_pass\" class=\"input\" value=\"\" size=\"20\" \/>\n\t\t\t\t    \n            <button type=\"button\" class=\"wppb-toggle-pw wppb-show-pw hide-if-no-js\" data-toggle=\"0\" aria-label=\"Show password\" tabindex=\"-1\">\n                <img decoding=\"async\" data-src=\"https:\/\/tmpi-pimt.com\/wp-content\/plugins\/profile-builder\/\/assets\/images\/eye-outline.svg\" title=\"Mostrar senha\" width=\"20px\" height=\"20px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 20px; --smush-placeholder-aspect-ratio: 20\/20;\" \/>\n            <\/button> <!-- add the HTML for the visibility toggle -->\n\t\t\t\t<\/span>\n            <\/p>\n\t\t\t\n\t\t\t\n\t\t\t<p class=\"wppb-form-field login-remember\"><input name=\"rememberme\" type=\"checkbox\" id=\"rememberme\" value=\"forever\" \/><label for=\"rememberme\">lembre de mim<\/label><\/p>\n\t\t\t<p class=\"login-submit form-submit\">\n\t\t\t\t<input type=\"submit\" name=\"wp-submit\" id=\"wppb-submit\" class=\"button button-primary\" value=\"Acesso\" \/>\n\t\t\t\t<input type=\"hidden\" name=\"redirect_to\" value=\"\/meu-perfil-de-membro\" \/>\n\t\t\t<\/p>\n\t\t\t<input type=\"hidden\" name=\"wppb_login\" value=\"true\"\/>\n\t\t\t<input type=\"hidden\" name=\"wppb_form_location\" value=\"widget\"\/>\n\t\t\t<input type=\"hidden\" name=\"wppb_request_url\" value=\"https:\/\/tmpi-pimt.com\/pt-br\/wp-json\/wp\/v2\/pages\/19237\"\/>\n\t\t\t<input type=\"hidden\" name=\"wppb_lostpassword_url\" value=\"\/recuperar-senha\"\/>\n\t\t\t<input type=\"hidden\" name=\"wppb_redirect_priority\" value=\"normal\"\/>\n\t\t\t<input type=\"hidden\" name=\"wppb_referer_url\" value=\"\"\/>\n\t\t\t<input type=\"hidden\" id=\"CSRFToken-wppb\" name=\"CSRFToken-wppb\" value=\"d4c241cf4b\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/pt-br\/wp-json\/wp\/v2\/pages\/19237\" \/>\n\t\t\t<input type=\"hidden\" name=\"wppb_redirect_check\" value=\"true\"\/>\n\t\t\t\n            <script type=\"text\/javascript\">\n                jQuery( document ).ready(function() {\n                    var WPPBAuthNonce = \"1546264125\";\n                    var ajaxurl = \"https:\/\/tmpi-pimt.com\/wp-admin\/admin-ajax.php\";\n    \n                    if ( !jQuery(\".login-auth\").length ){\n                    \n                        jQuery(\"#wppb-loginform\").one(\"submit\", wppb2fa_login_form_submit_handler);\n                        jQuery(document).one(\"wppb_invisible_recaptcha_success wppb_v3_recaptcha_success\", wppb2fa_login_form_submit_handler);\n\n                        function wppb2fa_login_form_submit_handler(event) {\n                            \n                            var thisForm = this;\n\n                            if( event.type && ( event.type === \"wppb_invisible_recaptcha_success\" || event.type === \"wppb_v3_recaptcha_success\" ) ) {\n                                thisForm = jQuery(\"#wppb-loginform\");\n                            }\n\n                            event.preventDefault();\n\n                            var data = new Object();\n                                data[\"action\"]\t = \"WPPBAuth_field_on_login_form\";\n                                data[\"nonce\"]\t = WPPBAuthNonce;\n                                data[\"location\"] = \"frontend\";\n                                data[\"user\"]\t = jQuery(\"#wppb_user_login.input\").val();\n                            jQuery.post(ajaxurl, data, function(response) {\n\n                                \/\/ Add class to form\n                                jQuery(thisForm).addClass(\"wppb-2fa-authentication-requested\");\n\n                                if ( response && !jQuery(\".login-auth\").length ) {\n                                    jQuery(\"#wppb-login-wrap\").before(response[\"notice\"]);\n                                    jQuery(\".login-password\").after(response[\"field\"]);\n                                    \n                                    \/\/ include dynamically added field into FD Styles \n                                    if ( typeof handleFloatingLabels === \"function\" ) {\n                                        handleFloatingLabels( jQuery( \".login-auth\" ) );\n                                    }\n                                    \n                                    \/\/ maybe add placeholder to the 2FA Field\n                                    if ( typeof loginAuthPlaceholder === \"function\" ) {\n                                        loginAuthPlaceholder( jQuery( \".login-auth\" ) );\n                                    }                                    \n                                                                        \n                                } else {\n                                    if( !event.type || ( event.type !== \"wppb_invisible_recaptcha_success\" && event.type !== \"wppb_v3_recaptcha_success\" ) ) {\n                                        jQuery(\"#wppb-loginform\").submit();\n                                    }\n                                }\n                            });\n                        }\n                    }\n                });\n            <\/script>\n            \n\t\t<\/form><p class=\"login-register-lost-password\"><a class=\"login-register\" href=\"\/planos\">Cadastre-se<\/a><span class=\"login-separator\"> | <\/span><a class=\"login-lost-password\" href=\"\/recuperar-senha\">Esqueceu sua senha?<\/a><\/p><div class=\"wppb-sc-buttons-container\"><\/div><script>if ( document.getElementById(\"rememberme\") ) document.getElementById(\"rememberme\").checked = true;<\/script><\/div><\/div>\n","protected":false},"excerpt":{"rendered":"Nome de usu\u00e1rio ou e-mail Senha lembre de mim Cadastre-se | Esqueceu sua senha?","protected":false},"author":272,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-19237","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/tmpi-pimt.com\/pt-br\/wp-json\/wp\/v2\/pages\/19237","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tmpi-pimt.com\/pt-br\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tmpi-pimt.com\/pt-br\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tmpi-pimt.com\/pt-br\/wp-json\/wp\/v2\/users\/272"}],"replies":[{"embeddable":true,"href":"https:\/\/tmpi-pimt.com\/pt-br\/wp-json\/wp\/v2\/comments?post=19237"}],"version-history":[{"count":2,"href":"https:\/\/tmpi-pimt.com\/pt-br\/wp-json\/wp\/v2\/pages\/19237\/revisions"}],"predecessor-version":[{"id":19327,"href":"https:\/\/tmpi-pimt.com\/pt-br\/wp-json\/wp\/v2\/pages\/19237\/revisions\/19327"}],"wp:attachment":[{"href":"https:\/\/tmpi-pimt.com\/pt-br\/wp-json\/wp\/v2\/media?parent=19237"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}