'); $('input[name="jform[avatar_delete]"]').change(function(){ if($(this).is(":checked")){ $('#jform_avatar').attr('oldvalue',$('#jform_avatar').val()); $('#jform_avatar').val(''); $('#jform_avatar').change(); } else { $('#jform_avatar').val($('#jform_avatar').attr('oldvalue')); $('#jform_avatar').change(); } }); $('#jsn_avatarModal').imgPicker({ url: '/index.php?option=com_jsn&view=opField&type=image&format=raw&field=avatar', aspectRatio: 500/500, /* Crop aspect ratio */ setSelect: [0,0,1000,1000], swf: 'https://www.ctcveda.com.br/components/com_jsn/assets/webcam.swf', /* Delete callback */ deleteComplete: function() { $('.img_avatar').attr('src', '/components/com_jsn/assets/img/default.jpg'); $('#jform_avatar').val(''); $('#jform_avatar').change(); $('input[name="jform[avatar_delete]"]').prop('checked', false); this.modal('hide'); }, /* Crop success callback */ cropSuccess: function(image) { $('.img_avatar').attr('src', image.versions.mini.url + time()); $('#jform_avatar').val(image.versions.mini.url + time()); $('#jform_avatar').change(); $('input[name="jform[avatar_delete]"]').prop('checked', false); this.modal('hide'); }, /* Send some custom data to server */ data: { key: 'value', }, /* Translated Messages */ messages: { selectimg: 'Please select a image to upload', uploading: 'Uploading...', loading: 'Loading image...', saving: 'Saving...', } }); }); jQuery(document).ready(function() { new Form.PasswordStrength('jform_password1', { threshold: 66, onUpdate: function(element, strength, threshold) { element.set('data-passwordstrength', strength); } }); }); jQuery(function ($) { initChosen(); $("body").on("subform-row-add", initChosen); function initChosen(event, container) { container = container || document; $(container).find("select").chosen({"disable_search_threshold":10,"search_contains":true,"allow_single_deselect":true,"placeholder_text_multiple":"Digite ou selecione algumas op\u00e7\u00f5es","placeholder_text_single":"Selecione uma op\u00e7\u00e3o","no_results_text":"Selecione alguma op\u00e7\u00e3o"}); } }); jQuery(function($) { $('input[name="jform[arquivo_documento_profissional_delete]"]').change(function(){ if($(this).is(":checked")){ $('#jform_arquivo_documento_profissional').attr('oldvalue',$('#jform_arquivo_documento_profissional').val()); $('#jform_arquivo_documento_profissional').val(''); $('#jform_arquivo_documento_profissional').change(); } else { $('#jform_arquivo_documento_profissional').val($('#jform_arquivo_documento_profissional').attr('oldvalue')); $('#jform_arquivo_documento_profissional').change(); } }); $('#jform_upload_arquivo_documento_profissional').change(function(){ $('#jform_arquivo_documento_profissional').val('true'); $('#jform_arquivo_documento_profissional').change(); }); }); jQuery(function($) { $('input[name="jform[documento_cpf_delete]"]').change(function(){ if($(this).is(":checked")){ $('#jform_documento_cpf').attr('oldvalue',$('#jform_documento_cpf').val()); $('#jform_documento_cpf').val(''); $('#jform_documento_cpf').change(); } else { $('#jform_documento_cpf').val($('#jform_documento_cpf').attr('oldvalue')); $('#jform_documento_cpf').change(); } }); $('#jform_upload_documento_cpf').change(function(){ $('#jform_documento_cpf').val('true'); $('#jform_documento_cpf').change(); }); }); jQuery(function($) { $('input[name="jform[arquivo_documento_rg_delete]"]').change(function(){ if($(this).is(":checked")){ $('#jform_arquivo_documento_rg').attr('oldvalue',$('#jform_arquivo_documento_rg').val()); $('#jform_arquivo_documento_rg').val(''); $('#jform_arquivo_documento_rg').change(); } else { $('#jform_arquivo_documento_rg').val($('#jform_arquivo_documento_rg').attr('oldvalue')); $('#jform_arquivo_documento_rg').change(); } }); $('#jform_upload_arquivo_documento_rg').change(function(){ $('#jform_arquivo_documento_rg').val('true'); $('#jform_arquivo_documento_rg').change(); }); }); jQuery(function($) { SqueezeBox.initialize({}); initSqueezeBox(); $(document).on('subform-row-add', initSqueezeBox); function initSqueezeBox(event, container) { SqueezeBox.assign($(container || document).find('a.modal').get(), { parse: 'rel' }); } }); window.jModalClose = function () { SqueezeBox.close(); }; // Add extra modal close functionality for tinyMCE-based editors document.onreadystatechange = function () { if (document.readyState == 'interactive' && typeof tinyMCE != 'undefined' && tinyMCE) { if (typeof window.jModalClose_no_tinyMCE === 'undefined') { window.jModalClose_no_tinyMCE = typeof(jModalClose) == 'function' ? jModalClose : false; jModalClose = function () { if (window.jModalClose_no_tinyMCE) window.jModalClose_no_tinyMCE.apply(this, arguments); tinyMCE.activeEditor.windowManager.close(); }; } if (typeof window.SqueezeBoxClose_no_tinyMCE === 'undefined') { if (typeof(SqueezeBox) == 'undefined') SqueezeBox = {}; window.SqueezeBoxClose_no_tinyMCE = typeof(SqueezeBox.close) == 'function' ? SqueezeBox.close : false; SqueezeBox.close = function () { if (window.SqueezeBoxClose_no_tinyMCE) window.SqueezeBoxClose_no_tinyMCE.apply(this, arguments); tinyMCE.activeEditor.windowManager.close(); }; } } }; jQuery(function($) { $('body').append('
×

Mudar Foto

Upload
To crop this image, drag a region below and then click \'Save Image\'
'); $('input[name="jform[avatar_delete]"]').change(function(){ if($(this).is(":checked")){ $('#jform_avatar').attr('oldvalue',$('#jform_avatar').val()); $('#jform_avatar').val(''); $('#jform_avatar').change(); } else { $('#jform_avatar').val($('#jform_avatar').attr('oldvalue')); $('#jform_avatar').change(); } }); $('#jsn_avatarModal').imgPicker({ url: '/index.php?option=com_jsn&view=opField&type=image&format=raw&field=avatar', aspectRatio: 500/500, /* Crop aspect ratio */ setSelect: [0,0,1000,1000], swf: 'https://www.ctcveda.com.br/components/com_jsn/assets/webcam.swf', /* Delete callback */ deleteComplete: function() { $('.img_avatar').attr('src', '/components/com_jsn/assets/img/default.jpg'); $('#jform_avatar').val(''); $('#jform_avatar').change(); $('input[name="jform[avatar_delete]"]').prop('checked', false); this.modal('hide'); }, /* Crop success callback */ cropSuccess: function(image) { $('.img_avatar').attr('src', image.versions.mini.url + time()); $('#jform_avatar').val(image.versions.mini.url + time()); $('#jform_avatar').change(); $('input[name="jform[avatar_delete]"]').prop('checked', false); this.modal('hide'); }, /* Send some custom data to server */ data: { key: 'value', }, /* Translated Messages */ messages: { selectimg: 'Please select a image to upload', uploading: 'Uploading...', loading: 'Loading image...', saving: 'Saving...', } }); }); jQuery(document).ready(function() { new Form.PasswordStrength('jform_password1', { threshold: 66, onUpdate: function(element, strength, threshold) { element.set('data-passwordstrength', strength); } }); }); jQuery(function($) { $('input[name="jform[arquivo_documento_profissional_delete]"]').change(function(){ if($(this).is(":checked")){ $('#jform_arquivo_documento_profissional').attr('oldvalue',$('#jform_arquivo_documento_profissional').val()); $('#jform_arquivo_documento_profissional').val(''); $('#jform_arquivo_documento_profissional').change(); } else { $('#jform_arquivo_documento_profissional').val($('#jform_arquivo_documento_profissional').attr('oldvalue')); $('#jform_arquivo_documento_profissional').change(); } }); $('#jform_upload_arquivo_documento_profissional').change(function(){ $('#jform_arquivo_documento_profissional').val('true'); $('#jform_arquivo_documento_profissional').change(); }); }); jQuery(function($) { $('input[name="jform[documento_cpf_delete]"]').change(function(){ if($(this).is(":checked")){ $('#jform_documento_cpf').attr('oldvalue',$('#jform_documento_cpf').val()); $('#jform_documento_cpf').val(''); $('#jform_documento_cpf').change(); } else { $('#jform_documento_cpf').val($('#jform_documento_cpf').attr('oldvalue')); $('#jform_documento_cpf').change(); } }); $('#jform_upload_documento_cpf').change(function(){ $('#jform_documento_cpf').val('true'); $('#jform_documento_cpf').change(); }); }); jQuery(function($) { $('input[name="jform[arquivo_documento_rg_delete]"]').change(function(){ if($(this).is(":checked")){ $('#jform_arquivo_documento_rg').attr('oldvalue',$('#jform_arquivo_documento_rg').val()); $('#jform_arquivo_documento_rg').val(''); $('#jform_arquivo_documento_rg').change(); } else { $('#jform_arquivo_documento_rg').val($('#jform_arquivo_documento_rg').attr('oldvalue')); $('#jform_arquivo_documento_rg').change(); } }); $('#jform_upload_arquivo_documento_rg').change(function(){ $('#jform_arquivo_documento_rg').val('true'); $('#jform_arquivo_documento_rg').change(); }); }); (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-P4GMZ9Z'); function hasScrolled() { var st = $(this).scrollTop(); // Ensures a higher scroll than $delta if(Math.abs(scrollTop - st) <= delta) return; // If they scrolled down and are past the navbar, add class .nav-up. // This is necessary so you never see what is "behind" the navbar. if (st > scrollTop && st > navHeight){ // Scroll Down $('sp-megamenu-wrapper').removeClass('show-nav').addClass('hide-nav'); $('.nav-toggle').removeClass('open'); $('.menu-left').removeClass('collapse'); } else { // Scroll Up if(st + $(window).height() < $(document).height()) { $('sp-megamenu-wrapper').removeClass('hide-nav').addClass('show-nav'); } } scrollTop = st; } var helix3_template_uri = '/templates/shaper_educon/'; var sp_preloader = '0'; var sp_gotop = '1'; var sp_offanimation = 'drarkplus'; if(typeof acymModule === 'undefined'){ var acymModule = []; acymModule['emailRegex'] = /^.+\@(.+\.)+.{2,20}$/i; acymModule['NAMECAPTION'] = 'nome'; acymModule['NAME_MISSING'] = 'Favor digitar seu nome'; acymModule['EMAILCAPTION'] = 'Email'; acymModule['VALID_EMAIL'] = 'Favor inserir um endereço de email válido'; acymModule['VALID_EMAIL_CONFIRMATION'] = 'Email field and email confirmation field must be identical'; acymModule['CAPTCHA_MISSING'] = 'O captcha é inválido, favor tentar novamente'; acymModule['NO_LIST_SELECTED'] = 'Favor selecionar as listas em que você deseja se inscrever'; acymModule['NO_LIST_SELECTED_UNSUB'] = 'Please select the lists you want to unsubscribe from'; acymModule['ACCEPT_TERMS'] = 'Favor marcar os Termos de Uso / Política de Privacidade'; } window.addEventListener("DOMContentLoaded", (event) => { acymModule["excludeValuesformAcym83671"] = []; acymModule["excludeValuesformAcym83671"]["1"] = "nome"; acymModule["excludeValuesformAcym83671"]["2"] = "Email"; acymModule["excludeValuesformAcym83671"]["4"] = "telefone"; }); var stepbystep=false; var jsn_prev_button="Anterior"; var jsn_next_button="Próximo"; jQuery(document).ready(function($){ if($('#member-registration').length){ $('#jform_terms_terms-lbl').closest('.control-group,.form-group').attr('id','terms-control-group'); $('#jform_terms_terms-lbl').closest('fieldset').find('.alert').first().insertBefore('#terms-control-group'); } }); jQuery(document).ready(function($){ function deserialize(el,data) { var f = el, map = {}, find = function (selector) { return f.is("form") ? f.find(selector) : f.filter(selector); }; jQuery.each(data.split("&"), function () { var nv = this.split("="), n = decodeURIComponent(nv[0]), v = nv.length > 1 ? decodeURIComponent(nv[1]) : null; if (!(n in map)) { map[n] = []; } map[n].push(v); }) jQuery.each(map, function (n, v) { var x = n.replace("jform[","").replace("]","").replace("[]",""); var el = find("[name='" + n + "']"); try{ if(!jQuery("#"+ x + ".slim").length && !jQuery("#jsn_"+ x + "Modal").length) el.val(v).trigger("liszt:updated"); }catch(err){} }) return el; }; function serializeAndEncode(el) { return $.map(el.serializeArray(), function(val) { return [val.name, encodeURIComponent(val.value)].join('='); }).join('&'); }; var data = sessionStorage.getItem("form.registration"); if(data != null){ deserialize($('#member-registration'),data); } sessionStorage.setItem("form.registration",null); $('#member-registration').submit(function(){ sessionStorage.setItem("form.registration",serializeAndEncode($('#member-registration'))); }); }); jQuery(document).ready(function($){ var hideFieldset=$("#member-profile fieldset.hide,#member-registration fieldset.hide").length; $(".spacer").closest(".control-group,.form-group").addClass("spacer-container"); function checkFieldset(){ $("#member-profile fieldset:not(.radio ):not(.checkboxes ),#member-registration fieldset:not(.radio ):not(.checkboxes )").each(function(){ if($(this).find(".control-group,.form-group").length){ if($(this).find(".control-group.hide,.form-group.hide").length==$(this).find(".control-group:not(.spacer-container),.form-group:not(.spacer-container)").length){ $(this).hide().addClass("hide"); } else { $(this).show().removeClass("hide"); } } }); if($("#member-profile fieldset.hide,#member-registration fieldset.hide").length!=hideFieldset){ hideFieldset=$("#member-profile fieldset.hide,#member-registration fieldset.hide").length; tabs($); }} if(!$("#jform_especialidade").length) $("form#member-registration,form#member-profile").after("");if(!$("#jform_endereco").length) $("form#member-registration,form#member-profile").after("");if(!$("#jform_cidade").length) $("form#member-registration,form#member-profile").after("");if(!$("#jform_complemento").length) $("form#member-registration,form#member-profile").after("");}); -->

Registre-se

Detalhes
(opcional)
(opcional)
Avatar
Por favor use um email válido
Email não coencide
Senha ruim
Senhas não coencidem
Profissional
(opcional)
(opcional)
(opcional)
Extensòes permitidas: pdf, zip, doc, docx, jpeg, jpg, png, gif. Tamanho máximo: 64 MB.
(opcional)
(opcional)
Localização
(opcional)
(opcional)
(opcional)
(opcional)
(opcional)
Dados Pessoais
Ao se registrar, declaro que aceito os termos e políticas!
(opcional)
(opcional)
Favor usar um numero valido
(opcional)
Favor usar um numero valido
Por favor, insira o campo cpf no formato "000.000.000-00" inclusive com zeros a esquerda se for o caso, ex. 001.234.567-89.
(opcional)
Extensòes permitidas: pdf, zip, doc, docx, jpeg, jpg, png, gif. Tamanho máximo: 64 MB.
(opcional)
(opcional)
Extensòes permitidas: pdf, zip, doc, docx, jpeg, jpg, png, gif. Tamanho máximo: 64 MB.
Configurações Básicas
(opcional)
Privacidade do Site
Ao se registrar, concorda com a política de privacidade deste site.
Cancelar

Contate-nos

Alameda Santos, 211 - Conj. 911 - Paraíso

São Paulo - SP, 01419-000

 
 
 
 
 
 

Parceiros

Newsletters