			<script>
				document.addEventListener("DOMContentLoaded", function () {
                    jQuery(".mo_btn-mo").prop("disabled",false);
                    });
			</script>
					<script type="text/javascript">
			document.addEventListener("DOMContentLoaded", function () {
                jQuery(document).ready(function () {
                jQuery(".login-button").css("cursor", "pointer");
            });
                            });
			function mo_openid_on_consent_change(checkbox){
				if (! checkbox.checked) {
					jQuery('#mo_openid_consent_checkbox').val(1);
					jQuery(".mo_btn-mo").attr("disabled", true);
					jQuery(".login-button").addClass("dis");
				} else {
					jQuery('#mo_openid_consent_checkbox').val(0);
					jQuery(".mo_btn-mo").attr("disabled", false);
					jQuery(".login-button").removeClass("dis");
				}
			}

			var perfEntries = performance.getEntriesByType("navigation");

			if (perfEntries[0].type === "back_forward") {
				location.reload(true);
			}
			function HandlePopupResult(result) {
				window.location = "https://buildinglifeofficial.com";
			}
			function moOpenIdLogin(app_name,is_custom_app) {
				var current_url = window.location.href;
				var cookie_name = "redirect_current_url";
				var d = new Date();
				d.setTime(d.getTime() + (2 * 24 * 60 * 60 * 1000));
				var expires = "expires="+d.toUTCString();
				document.cookie = cookie_name + "=" + current_url + ";" + expires + ";path=/";

								var base_url = 'https://buildinglifeofficial.com';
				var request_uri = '/en/wp-json/wp/v2/pages/940';
				var http = 'https://';
				var http_host = 'buildinglifeofficial.com';
				var default_nonce = 'be9daf6b2a';
				var custom_nonce = 'c1623b5f9f';
				if(is_custom_app == 'false'){
					if ( request_uri.indexOf('wp-login.php') !=-1){
						var redirect_url = base_url + '/?option=getmosociallogin&wp_nonce=' + default_nonce + '&app_name=';

					}else {
						var redirect_url = http + http_host + request_uri;
						if(redirect_url.indexOf('?') != -1){
							redirect_url = redirect_url +'&option=getmosociallogin&wp_nonce=' + default_nonce + '&app_name=';
						}
						else
						{
							redirect_url = redirect_url +'?option=getmosociallogin&wp_nonce=' + default_nonce + '&app_name=';
						}
					}

				}
				else {
					if ( request_uri.indexOf('wp-login.php') !=-1){
						var redirect_url = base_url + '/?option=oauthredirect&wp_nonce=' + custom_nonce + '&app_name=';


					}else {
						var redirect_url = http + http_host + request_uri;
						if(redirect_url.indexOf('?') != -1)
							redirect_url = redirect_url +'&option=oauthredirect&wp_nonce=' + custom_nonce + '&app_name=';
						else
							redirect_url = redirect_url +'?option=oauthredirect&wp_nonce=' + custom_nonce + '&app_name=';
					}

				}
				if( 0) {
					var myWindow = window.open(redirect_url + app_name, "", "width=700,height=620");
				}
				else{
					window.location.href = redirect_url + app_name;
				}
			}
		</script>
		{"id":940,"date":"2025-05-20T07:52:05","date_gmt":"2025-05-20T07:52:05","guid":{"rendered":"https:\/\/buildinglifeofficial.com\/?page_id=940"},"modified":"2026-02-09T15:31:53","modified_gmt":"2026-02-09T15:31:53","slug":"registrarse","status":"publish","type":"page","link":"https:\/\/buildinglifeofficial.com\/en\/registrarse\/","title":{"rendered":"Sign up"},"content":{"rendered":"<p><div class='mo-openid-app-icons'>\n\t\t\t\t\t <p style='color:##F2B826; width: fit-content;'> Sign up with:<\/p><a     onclick=\"moOpenIdLogin('google','true');\" style='margin-left: 10px !important;width:200px !important;padding-top:6px !important;padding-bottom:6px !important;margin-bottom:5px !important; background:#F2B826!important;border-radius: 4px !important;' class='mo_btn mo_btn-mo mo_btn-block-inline mo_btn-social mo_btn-customtheme mo_btn-custom-dec login-button mo_btn_noeffect'> <i style='padding-top:0px !important' class='fab fa-google'><\/i>  Google<\/a><\/div> <br><br \/>\n\r\n<div class=\"xoo-el-form-container xoo-el-form-inline\" data-active=\"register\">\r\n\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t<div data-section=\"login\" class=\"xoo-el-section\">\r\n\r\n\t\t\t<div class=\"xoo-el-fields\">\r\n\r\n\t\t\t\t<div class=\"xoo-el-notice\"><\/div>\r\n\t\t\t\t<form class=\"xoo-el-action-form xoo-el-form-login\" action=\"\">\r\n\r\n\t\t\t\t\t\r\n\t\t\t\t\t<div class=\"xoo-el-fields-cont\"><div class=\"xoo-aff-group xoo-aff-cont-text one xoo-aff-cont-required xoo-el-username_cont\"><div class=\"xoo-aff-input-group\"><span class=\"xoo-aff-input-icon fas fa-user-plus\"><\/span><input type=\"text\" class=\"xoo-aff-required xoo-aff-text xoo-aff-field\" name=\"xoo-el-username\" placeholder=\"Username \/ Email\"  value=\"\" required=\"\t\" autocomplete=\"username\"\/><\/div><\/div><div class=\"xoo-aff-group xoo-aff-cont-password one xoo-aff-cont-required xoo-el-password_cont\"><div class=\"xoo-aff-input-group\"><span class=\"xoo-aff-input-icon fas fa-key\"><\/span><input type=\"password\" class=\"xoo-aff-required xoo-aff-password xoo-aff-field\" name=\"xoo-el-password\" placeholder=\"Password\"  value=\"\" required=\"\t\" autocomplete=\"current-password\"\/><div class=\"xoo-aff-pw-toggle\">\r\n\t\t\t\t\t<span class=\"xoo-aff-pwtog-show\"><i class=\"far fa-eye\"><\/i><\/span>\r\n\t\t\t\t\t<span class=\"xoo-aff-pwtog-hide\"><i class=\"far fa-eye-slash\"><\/i><\/span>\r\n\t\t\t\t\t<\/div><\/div><\/div><\/div>\r\n<div class=\"xoo-aff-group xoo-el-login-btm-fields\">\r\n\t<label class=\"xoo-el-form-label\">\r\n\t\t<input type=\"checkbox\" name=\"xoo-el-rememberme\" value=\"forever\" \/>\r\n\t\t<span>Remember me<\/span>\r\n\t<\/label>\r\n\t<a class=\"xoo-el-lostpw-tgr\" rel=\"nofollow\" href=\"#\">Forgot Password?<\/a>\r\n<\/div>\r\n\r\n\r\n<input type=\"hidden\" name=\"_xoo_el_form\" value=\"login\">\r\n\r\n<button type=\"submit\" class=\"button btn xoo-el-action-btn xoo-el-login-btn\" >Access<\/button>\r\n\r\n<input type=\"hidden\" name=\"xoo_el_redirect\" value=\"https:\/\/buildinglifeofficial.com\/\">\r\n\t\t\t\t\t\r\n\t\t\t\t<input type=\"hidden\" name=\"trp-form-language\" value=\"en\"\/><\/form>\r\n\r\n\t\t\t\t\r\n\t\t\t<span class=\"xoo-el-reg-tgr xoo-el-nav-ft\">Don't have an account? Signup now<\/span>\r\n\t\r\n\t\r\n\r\n\t\r\n\t\r\n\t\t\t<\/div>\r\n\r\n\t\t<\/div>\r\n\r\n\t\r\n\t\t\t\r\n\t\t<div data-section=\"register\" class=\"xoo-el-section\">\r\n\r\n\t\t\t<div class=\"xoo-el-fields\">\r\n\r\n\t\t\t\t<div class=\"xoo-el-notice\"><\/div>\r\n\t\t\t\t<form class=\"xoo-el-action-form xoo-el-form-register\" action=\"\">\r\n\r\n\t\t\t\t\t\r\n\t\t\t\t\t<div class=\"xoo-el-fields-cont\"><div class=\"xoo-aff-group xoo-aff-cont-text one xoo-aff-cont-required xoo_el_reg_username_cont\"><div class=\"xoo-aff-input-group\"><span class=\"xoo-aff-input-icon fas fa-user-plus\"><\/span><input type=\"text\" class=\"xoo-aff-required xoo-aff-text xoo-aff-field\" name=\"xoo_el_reg_username\" placeholder=\"User\"  value=\"\" maxlength=\"20\" minlength=\"3\" required=\"\t\"\/><\/div><\/div><div class=\"xoo-aff-group xoo-aff-cont-email one xoo-aff-cont-required xoo_el_reg_email_cont\"><div class=\"xoo-aff-input-group\"><span class=\"xoo-aff-input-icon fas fa-at\"><\/span><input type=\"email\" class=\"xoo-aff-required xoo-aff-email xoo-aff-field\" name=\"xoo_el_reg_email\" placeholder=\"Email\"  value=\"\" required=\"\t\" autocomplete=\"email\"\/><\/div><\/div><div class=\"xoo-aff-group xoo-aff-cont-text onehalf xoo-aff-cont-required xoo_el_reg_fname_cont\"><div class=\"xoo-aff-input-group\"><span class=\"xoo-aff-input-icon far fa-user\"><\/span><input type=\"text\" class=\"xoo-aff-required xoo-aff-text xoo-aff-field\" name=\"xoo_el_reg_fname\" placeholder=\"Name\"  value=\"\" required=\"\t\"\/><\/div><\/div><div class=\"xoo-aff-group xoo-aff-cont-text onehalf xoo-aff-cont-required xoo_el_reg_lname_cont\"><div class=\"xoo-aff-input-group\"><span class=\"xoo-aff-input-icon far fa-user\"><\/span><input type=\"text\" class=\"xoo-aff-required xoo-aff-text xoo-aff-field\" name=\"xoo_el_reg_lname\" placeholder=\"Lastnames\"  value=\"\" required=\"\t\"\/><\/div><\/div><div class=\"xoo-aff-group xoo-aff-cont-password one xoo-aff-cont-required xoo_el_reg_pass_cont\"><div class=\"xoo-aff-input-group\"><span class=\"xoo-aff-input-icon fas fa-key\"><\/span><input type=\"password\" class=\"xoo-aff-required xoo-aff-password xoo-aff-field\" name=\"xoo_el_reg_pass\" placeholder=\"Password\"  value=\"\" maxlength=\"20\" minlength=\"6\" required=\"\t\" autocomplete=\"new-password\"\/><div class=\"xoo-aff-pw-toggle\">\r\n\t\t\t\t\t<span class=\"xoo-aff-pwtog-show\"><i class=\"far fa-eye\"><\/i><\/span>\r\n\t\t\t\t\t<span class=\"xoo-aff-pwtog-hide\"><i class=\"far fa-eye-slash\"><\/i><\/span>\r\n\t\t\t\t\t<\/div><\/div><\/div><div class=\"xoo-aff-group xoo-aff-cont-password one xoo-aff-cont-required xoo_el_reg_pass_again_cont\"><div class=\"xoo-aff-input-group\"><span class=\"xoo-aff-input-icon fas fa-key\"><\/span><input type=\"password\" class=\"xoo-aff-required xoo-aff-password xoo-aff-field\" name=\"xoo_el_reg_pass_again\" placeholder=\"Confirm password\"  value=\"\" required=\"\t\" autocomplete=\"new-password\"\/><div class=\"xoo-aff-pw-toggle\">\r\n\t\t\t\t\t<span class=\"xoo-aff-pwtog-show\"><i class=\"far fa-eye\"><\/i><\/span>\r\n\t\t\t\t\t<span class=\"xoo-aff-pwtog-hide\"><i class=\"far fa-eye-slash\"><\/i><\/span>\r\n\t\t\t\t\t<\/div><\/div><\/div><\/div>\r\n<input type=\"hidden\" name=\"_xoo_el_form\" value=\"register\">\r\n\r\n\r\n<button type=\"submit\" class=\"button btn xoo-el-action-btn xoo-el-register-btn\">Sign up<\/button>\r\n\r\n<input type=\"hidden\" name=\"xoo_el_redirect\" value=\"https:\/\/buildinglifeofficial.com\">\r\n\t\t\t\t\t\r\n\t\t\t\t<input type=\"hidden\" name=\"trp-form-language\" value=\"en\"\/><\/form>\r\n\r\n\t\t\t\t\r\n\t\r\n\t\r\n\r\n\t\r\n\t\r\n\t\t\t<\/div>\r\n\r\n\t\t<\/div>\r\n\r\n\t\r\n\t\t\t\r\n\t\t<div data-section=\"lostpw\" class=\"xoo-el-section\">\r\n\r\n\t\t\t<div class=\"xoo-el-fields\">\r\n\r\n\t\t\t\t<div class=\"xoo-el-notice\"><\/div>\r\n\t\t\t\t<form class=\"xoo-el-action-form xoo-el-form-lostpw\" action=\"\">\r\n\r\n\t\t\t\t\t\r\n\t\t\t\t\t\r\n\r\n<span class=\"xoo-el-form-txt\">Lost your password? Please enter your username or email address. You will receive a link to create a new password via email.<\/span>\r\n\r\n<div class=\"xoo-el-fields-cont\"><div class=\"xoo-aff-group xoo-aff-cont-text one xoo-aff-cont-required user_login_cont\"><div class=\"xoo-aff-input-group\"><span class=\"xoo-aff-input-icon fas fa-user-plus\"><\/span><input type=\"text\" class=\"xoo-aff-required xoo-aff-text xoo-aff-field\" name=\"user_login\" placeholder=\"Username \/ Email\"  value=\"\" required=\"\t\"\/><\/div><\/div><\/div>\r\n\r\n<input type=\"hidden\" name=\"_xoo_el_form\" value=\"lostPassword\">\r\n\r\n<input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/en\/wp-json\/wp\/v2\/pages\/940\" \/>\r\n<button type=\"submit\" class=\"button btn xoo-el-action-btn xoo-el-lostpw-btn\">Enviar el enlace para restablecer<\/button>\r\n\t\t\t\t\t\r\n\t\t\t\t<input type=\"hidden\" name=\"trp-form-language\" value=\"en\"\/><\/form>\r\n\r\n\t\t\t\t\r\n\t\r\n\t\r\n\r\n\t\t\t<span class=\"xoo-el-login-tgr xoo-el-nav-ft\"><i class=\"xoo-el-icon-arrow-left2\"><\/i><\/span>\r\n\t\r\n\t\r\n\t\t\t<\/div>\r\n\r\n\t\t<\/div>\r\n\r\n\t\r\n\t\r\n<\/div><\/p>","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-940","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/buildinglifeofficial.com\/en\/wp-json\/wp\/v2\/pages\/940","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/buildinglifeofficial.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/buildinglifeofficial.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/buildinglifeofficial.com\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/buildinglifeofficial.com\/en\/wp-json\/wp\/v2\/comments?post=940"}],"version-history":[{"count":13,"href":"https:\/\/buildinglifeofficial.com\/en\/wp-json\/wp\/v2\/pages\/940\/revisions"}],"predecessor-version":[{"id":1227,"href":"https:\/\/buildinglifeofficial.com\/en\/wp-json\/wp\/v2\/pages\/940\/revisions\/1227"}],"wp:attachment":[{"href":"https:\/\/buildinglifeofficial.com\/en\/wp-json\/wp\/v2\/media?parent=940"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}