{"id":14682,"date":"2022-07-08T00:49:34","date_gmt":"2022-07-08T00:49:34","guid":{"rendered":"https:\/\/serenadances.com\/login\/"},"modified":"2023-08-18T14:45:13","modified_gmt":"2023-08-18T14:45:13","slug":"login","status":"publish","type":"page","link":"https:\/\/serenadances.com\/pt\/login\/","title":{"rendered":"Conecte-se"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"14682\" class=\"elementor elementor-14682\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e931610 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e931610\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5bb830d\" data-id=\"5bb830d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-fac87d1 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"fac87d1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Not a member? \u00a0<a href=\"https:\/\/serenadances.com\/memberships-signup\/\">Subscribe<\/a> or login below<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-74f23c8 elementor-widget elementor-widget-html\" data-id=\"74f23c8\" 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\n<div class=\"mp_wrapper mp_login_form\">\n                  <!-- mp-login-form-start -->     <form name=\"mepr_loginform\" id=\"mepr_loginform\" class=\"mepr-form\" action=\"https:\/\/serenadances.com\/pt\/login\/\" method=\"post\">\n            <div class=\"mp-form-row mepr_username\">\n        <div class=\"mp-form-label\">\n                              <label for=\"user_login\">Nome de usu\u00e1rio<\/label>\n        <\/div>\n        <input type=\"text\" name=\"log\" id=\"user_login\" value=\"\" \/>\n      <\/div>\n      <div class=\"mp-form-row mepr_password\">\n        <div class=\"mp-form-label\">\n          <label for=\"user_pass\">Senha<\/label>\n          <div class=\"mp-hide-pw\">\n            <input type=\"password\" name=\"pwd\" id=\"user_pass\" value=\"\" \/>\n            <button type=\"button\" class=\"button mp-hide-pw hide-if-no-js\" data-toggle=\"0\" aria-label=\"Mostrar senha\">\n              <span class=\"dashicons dashicons-visibility\" aria-hidden=\"true\"><\/span>\n            <\/button>\n          <\/div>\n        <\/div>\n      <\/div>\n      \n<div class=\"mp-form-row mepr_math_captcha\">\n    <div class=\"mp-form-label\">\n        <label for=\"mepr_math_quiz\">\n            <span id=\"mepr_math_captcha-69ea2d2eb1fb3\"><\/span>*\n        <\/label>\n    <\/div>\n\n    <input type=\"text\" name=\"mepr_math_quiz\" id=\"mepr_math_quiz\" value=\"\" class=\"mepr-form-input\" \/>\n    <input type=\"hidden\" name=\"mepr_math_data\" value=\"tfnMyZCLLqNWc\/8uU40MxVain0FxAPsYfvnYJ0cRzxw=\" \/>\n\n    <script>\n    function mepr_base64_decode(encodedData) {\n        var decodeUTF8string = function(str) {\n            \/\/ Going backwards: from bytestream, to percent-encoding, to original string.\n            return decodeURIComponent(str.split('').map(\n                function(c) {\n                    return '%' + ('00' + c.charCodeAt(0).toString(16)).slice(-2)\n                })\n                .join('')\n            )\n        }\n\n        if (typeof window !== 'undefined') {\n            if (typeof window.atob !== 'undefined') {\n                return decodeUTF8string(window.atob(encodedData))\n            }\n        } else {\n            return new Buffer(encodedData, 'base64').toString('utf-8')\n        }\n\n        var b64 = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+\/='\n        var o1\n        var o2\n        var o3\n        var h1\n        var h2\n        var h3\n        var h4\n        var bits\n        var i = 0\n        var ac = 0\n        var dec = ''\n        var tmpArr = []\n\n        if (!encodedData) {\n            return encodedData\n        }\n\n        encodedData += ''\n        do {\n            \/\/ unpack four hexets into three octets using index points in b64\n            h1 = b64.indexOf(encodedData.charAt(i++))\n            h2 = b64.indexOf(encodedData.charAt(i++))\n            h3 = b64.indexOf(encodedData.charAt(i++))\n            h4 = b64.indexOf(encodedData.charAt(i++))\n            bits = h1 << 18 | h2 << 12 | h3 << 6 | h4\n            o1 = bits >> 16 & 0xff\n            o2 = bits >> 8 & 0xff\n            o3 = bits & 0xff\n\n            if (h3 === 64) {\n                tmpArr[ac++] = String.fromCharCode(o1)\n            } else if (h4 === 64) {\n                tmpArr[ac++] = String.fromCharCode(o1, o2)\n            } else {\n                tmpArr[ac++] = String.fromCharCode(o1, o2, o3)\n            }\n        } while (i < encodedData.length)\n\n        dec = tmpArr.join('')\n        return decodeUTF8string(dec.replace(\/\\0+$\/, ''))\n    }\n\n    jQuery(document).ready(function() {\n        var el = document.getElementById(\"mepr_math_captcha-69ea2d2eb1fb3\")\n        el.innerHTML = mepr_base64_decode(\"MTUgKyAxIGVxdWFscz8=\");\n    });\n    <\/script>\n<\/div>\n      <div>\n        <label><input name=\"rememberme\" type=\"checkbox\" id=\"rememberme\" value=\"forever\" \/> Lembrar-me<\/label>\n      <\/div>\n      <div class=\"mp-spacer\">&nbsp;<\/div>\n      <div class=\"submit\">\n        <input type=\"submit\" name=\"wp-submit\" id=\"wp-submit\" class=\"button-primary mepr-share-button \" value=\"Acessar\" \/>\n        <input type=\"hidden\" name=\"redirect_to\" value=\"https:\/\/serenadances.com\/dashboard\/\" \/>\n        <input type=\"hidden\" name=\"mepr_process_login_form\" value=\"true\" \/>\n        <input type=\"hidden\" name=\"mepr_is_login_page\" value=\"true\" \/>\n      <\/div>\n    <\/form>\n    <div class=\"mp-spacer\">&nbsp;<\/div>\n    <div class=\"mepr-login-actions\">\n        <a\n          href=\"https:\/\/serenadances.com\/pt\/login\/?action=forgot_password\"\n          title=\"Click here to reset your password\"\n        >\n          Esqueci a senha        <\/a>\n    <\/div>\n\n      \n    <!-- mp-login-form-end --> \n  <\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>N\u00e3o \u00e9 um member? Inscreva-se ou fa\u00e7a login abaixo<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_theme","meta":{"nf_dc_page":"","site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"full-width-container","site-content-style":"unboxed","site-sidebar-style":"unboxed","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"two_page_speed":[],"footnotes":""},"class_list":["post-14682","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Login - Serena Ramzy - The art of being the music<\/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:\/\/serenadances.com\/pt\/login\/\" \/>\n<meta property=\"og:locale\" content=\"pt_BR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Login - Serena Ramzy - The art of being the music\" \/>\n<meta property=\"og:description\" content=\"Not a member? \u00a0Subscribe or login below\" \/>\n<meta property=\"og:url\" content=\"https:\/\/serenadances.com\/pt\/login\/\" \/>\n<meta property=\"og:site_name\" content=\"Serena Ramzy - The art of being the music\" \/>\n<meta property=\"article:modified_time\" content=\"2023-08-18T14:45:13+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. tempo de leitura\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minuto\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/serenadances.com\\\/login\\\/\",\"url\":\"https:\\\/\\\/serenadances.com\\\/login\\\/\",\"name\":\"Login - Serena Ramzy - The art of being the music\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/serenadances.com\\\/#website\"},\"datePublished\":\"2022-07-08T00:49:34+00:00\",\"dateModified\":\"2023-08-18T14:45:13+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/serenadances.com\\\/login\\\/#breadcrumb\"},\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/serenadances.com\\\/login\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/serenadances.com\\\/login\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/serenadances.com\\\/pt\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Login\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/serenadances.com\\\/#website\",\"url\":\"https:\\\/\\\/serenadances.com\\\/\",\"name\":\"Serena Ramzy - The art of being the music\",\"description\":\"Egyptian Dancer, Teacher and Choreographer\",\"publisher\":{\"@id\":\"https:\\\/\\\/serenadances.com\\\/#\\\/schema\\\/person\\\/4f244102711b1aa21669d51f0bf6ea95\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/serenadances.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pt-BR\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/serenadances.com\\\/#\\\/schema\\\/person\\\/4f244102711b1aa21669d51f0bf6ea95\",\"name\":\"serena ramzy\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\\\/\\\/serenadances.com\\\/wp-content\\\/uploads\\\/serena-dances-ramzy-logo-horizontal-1.png\",\"url\":\"https:\\\/\\\/serenadances.com\\\/wp-content\\\/uploads\\\/serena-dances-ramzy-logo-horizontal-1.png\",\"contentUrl\":\"https:\\\/\\\/serenadances.com\\\/wp-content\\\/uploads\\\/serena-dances-ramzy-logo-horizontal-1.png\",\"width\":909,\"height\":418,\"caption\":\"serena ramzy\"},\"logo\":{\"@id\":\"https:\\\/\\\/serenadances.com\\\/wp-content\\\/uploads\\\/serena-dances-ramzy-logo-horizontal-1.png\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Login - Serena Ramzy - The art of being the music","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:\/\/serenadances.com\/pt\/login\/","og_locale":"pt_BR","og_type":"article","og_title":"Login - Serena Ramzy - The art of being the music","og_description":"Not a member? \u00a0Subscribe or login below","og_url":"https:\/\/serenadances.com\/pt\/login\/","og_site_name":"Serena Ramzy - The art of being the music","article_modified_time":"2023-08-18T14:45:13+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. tempo de leitura":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/serenadances.com\/login\/","url":"https:\/\/serenadances.com\/login\/","name":"Login - Serena Ramzy - The art of being the music","isPartOf":{"@id":"https:\/\/serenadances.com\/#website"},"datePublished":"2022-07-08T00:49:34+00:00","dateModified":"2023-08-18T14:45:13+00:00","breadcrumb":{"@id":"https:\/\/serenadances.com\/login\/#breadcrumb"},"inLanguage":"pt-BR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/serenadances.com\/login\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/serenadances.com\/login\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/serenadances.com\/pt\/"},{"@type":"ListItem","position":2,"name":"Login"}]},{"@type":"WebSite","@id":"https:\/\/serenadances.com\/#website","url":"https:\/\/serenadances.com\/","name":"Serena Ramzy \u2013 A arte de ser a m\u00fasica","description":"Dan\u00e7arina, professora e core\u00f3grafa eg\u00edpcia","publisher":{"@id":"https:\/\/serenadances.com\/#\/schema\/person\/4f244102711b1aa21669d51f0bf6ea95"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/serenadances.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pt-BR"},{"@type":["Person","Organization"],"@id":"https:\/\/serenadances.com\/#\/schema\/person\/4f244102711b1aa21669d51f0bf6ea95","name":"serena ramzy","image":{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/serenadances.com\/wp-content\/uploads\/serena-dances-ramzy-logo-horizontal-1.png","url":"https:\/\/serenadances.com\/wp-content\/uploads\/serena-dances-ramzy-logo-horizontal-1.png","contentUrl":"https:\/\/serenadances.com\/wp-content\/uploads\/serena-dances-ramzy-logo-horizontal-1.png","width":909,"height":418,"caption":"serena ramzy"},"logo":{"@id":"https:\/\/serenadances.com\/wp-content\/uploads\/serena-dances-ramzy-logo-horizontal-1.png"}}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/serenadances.com\/pt\/wp-json\/wp\/v2\/pages\/14682","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/serenadances.com\/pt\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/serenadances.com\/pt\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/serenadances.com\/pt\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/serenadances.com\/pt\/wp-json\/wp\/v2\/comments?post=14682"}],"version-history":[{"count":0,"href":"https:\/\/serenadances.com\/pt\/wp-json\/wp\/v2\/pages\/14682\/revisions"}],"wp:attachment":[{"href":"https:\/\/serenadances.com\/pt\/wp-json\/wp\/v2\/media?parent=14682"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}