{"id":521,"date":"2023-03-08T17:54:20","date_gmt":"2023-03-08T20:54:20","guid":{"rendered":"https:\/\/fortcard.com.br\/emprestimo\/?page_id=521"},"modified":"2026-05-07T15:56:46","modified_gmt":"2026-05-07T18:56:46","slug":"popup","status":"publish","type":"page","link":"https:\/\/fortcard.com.br\/emprestimo\/popup\/","title":{"rendered":"Popup"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"521\" class=\"elementor elementor-521\">\n\t\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-15d06ee elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no\" data-id=\"15d06ee\" data-element_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-33 elementor-top-column elementor-element elementor-element-c864945 exad-glass-effect-no exad-sticky-section-no\" data-id=\"c864945\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b2b5f5a exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-heading\" data-id=\"b2b5f5a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.10.1 - 17-01-2023 *\/\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}<\/style><h2 class=\"elementor-heading-title elementor-size-default\">-----------------<\/h2>\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<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-950bcfe exad-glass-effect-no exad-sticky-section-no\" data-id=\"950bcfe\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2711ad8 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-html\" data-id=\"2711ad8\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\n\n        <style>\n           #mensagem_erro_cpf,\n           #mensagem_erro_email{\n                position: absolute;\n                left: 0;\n                bottom: -2px;\n                font-size: 12px;\n                color: red;\n                font-weight: 500;\n           }\n           \n           \n        <\/style>\n        <meta name=\"viewport\" content=\"width=device-width,initial-scale=1\">\n        <form id=\"form\">\n            <!-- <input type=\"text\" id=\"name\" placeholder=\"Nome\">\n            <input type=\"email\" id=\"email\" placeholder=\"Email\">\n            <textarea id=\"message\" placeholder=\"Mensagem\"><\/textarea> -->\n        \n            <!-- <label>Nome Completo<\/label> -->\n            <span class=\"titulo-form\" >Informa\u00e7\u00f5es <p style=\"display: none\">* Corrigir Campos por favor!<\/p><\/span>\n            <div class=\"form-main-box\" >\n             \n              <div class=\"side-01\">\n                <input type=\"text\" id=\"nome\" placeholder=\"NOME COMPLETO\" required>\n                \n                <div style=\"position: relative;\">\n                <input type=\"text\" id=\"cpf\" class=\"cpf\" placeholder=\"CPF\" required maxlength=\"14\"  >\n                <span id=\"mensagem_erro_cpf\" style=\"\"><\/span>\n                <\/div>\n\n\n   \n<!--area de valida\u00e7\u00e3o do cpf  -->\n\n             <script>\n            jQuery(document).ready(function(){\n    \n    \n    \/*var cpf_field = document.querySelector(\".cpf\");\n    jQuery(cpf_field).blur(function(){\n        var cpf = jQuery(cpf_field).val();\n        if(cpf.length == 11){\n            var v = [];\n            \/\/Calcula o primeiro d\u00edgito de verifica\u00e7\u00e3o.\n            v[0] = 1 * cpf[0] + 2 * cpf[1] + 3 * cpf[2];\n            v[0] += 4 * cpf[3] + 5 * cpf[4] + 6 * cpf[5];\n            v[0] += 7 * cpf[6] + 8 * cpf[7] + 9 * cpf[8];\n            v[0] = v[0] % 11;\n            v[0] = v[0] % 10;\n            \/\/Calcula o segundo d\u00edgito de verifica\u00e7\u00e3o.\n            v[1] = 1 * cpf[1] + 2 * cpf[2] + 3 * cpf[3];\n            v[1] += 4 * cpf[4] + 5 * cpf[5] + 6 * cpf[6];\n            v[1] += 7 * cpf[7] + 8 * cpf[8] + 9 * v[0];\n            v[1] = v[1] % 11;\n            v[1] = v[1] % 10;\n            \/\/Retorna Verdadeiro se os d\u00edgitos de verifica\u00e7\u00e3o s\u00e3o os esperados.\n            if ((v[0] != cpf[9]) || (v[1] != cpf[10])){\n                jQuery(cpf_field).css(\"border\",\"2px solid red\");\n                jQuery(cpf_field).val(\"\");\n                jQuery(cpf_field).focus();\n            }else{\n                jQuery(cpf_field).css(\"border\",\"2px solid green\");\n            }\n        }else{\n            jQuery(cpf_field).css(\"border\",\"2px solid red\");\n               jQuery(cpf_field).val(\"\");\n                jQuery(cpf_field).focus();\n        }\n\t\t\n\t\tfunction formatarCPF(cpf_field) {\n                return cpf_field.replace(\/(\\d{3})(\\d)\/, '$1.$2')\n                          .replace(\/(\\d{3})(\\d)\/, '$1.$2')\n                          .replace(\/(\\d{3})(\\d{1,2})$\/, '$1-$2');\n            }\n    });*\/\n});\n\n<\/script>\n                \n                \n                <div style=\"position: relative;\">\n                    <input type=\"email\" id=\"email\" placeholder=\"E-MAIL\" required>\n                    <span id=\"mensagem_erro_email\" style=\"\"><\/span>\n                <\/div>\n        \n                \n        \n                <select id=\"uf\" class=\"state\"  name=\"uf\" required onchange=\"updateCities()\">\n                  <option value=\"\">ESTADO<\/option>\n                  <option value=\"AC\">AC<\/option>\n                  <option value=\"AL\">AL<\/option>\n                  <option value=\"AP\">AP<\/option>\n                  <option value=\"AM\">AM<\/option>\n                  <option value=\"BA\">BA<\/option>\n                  <option value=\"CE\">CE<\/option>\n                  <option value=\"DF\">DF<\/option>\n                  <option value=\"ES\">ES<\/option>\n                  <option value=\"GO\">GO<\/option>\n                  <option value=\"MA\">MA<\/option>\n                  <option value=\"MT\">MT<\/option>\n                  <option value=\"MS\">MS<\/option>\n                  <option value=\"MG\">MG<\/option>\n                  <option value=\"PA\">PA<\/option>\n                  <option value=\"PB\">PB<\/option>\n                  <option value=\"PR\">PR<\/option>\n                  <option value=\"PE\">PE<\/option>\n                  <option value=\"PI\">PI<\/option>\n                  <option value=\"RJ\">RJ<\/option>\n                  <option value=\"RN\">RN<\/option>\n                  <option value=\"RS\">RS<\/option>\n                  <option value=\"RO\">RO<\/option>\n                  <option value=\"RR\">RR<\/option>\n                  <option value=\"SC\">SC<\/option>\n                  <option value=\"SP\">SP<\/option>\n                  <option value=\"SE\">SE<\/option>\n                  <option value=\"TO\">TO<\/option>\n                <\/select>\n        \n                <script>\n                    function updateCities() {\n                      const stateSelect = document.getElementById(\"uf\");\n                      const citySelect = document.getElementById(\"cidade\");\n                      const selectedState = stateSelect.value;\n                  \n                      \/\/ Fazer uma requisi\u00e7\u00e3o \u00e0 API do IBGE para obter as cidades correspondentes ao estado selecionado\n                      fetch(`https:\/\/servicodados.ibge.gov.br\/api\/v1\/localidades\/estados\/${selectedState}\/municipios`)\n                        .then(response => response.json())\n                        .then(cities => {\n                          \/\/ Limpar as op\u00e7\u00f5es de cidade antes de atualiz\u00e1-las\n                          \/\/citySelect.innerHTML = \"\";\n                  \n                          \/\/ Adicionar as op\u00e7\u00f5es de cidade correspondentes ao estado selecionado\n                          cities.forEach(city => {\n                            const option = document.createElement(\"option\");\n                            option.value = city.nome;\n                            option.text = city.nome;\n                            citySelect.add(option);\n                          });\n                        });\n                    }\n                  \n                    \/\/ Inicializar o select de cidades com as cidades correspondentes ao estado padr\u00e3o\n                    updateCities();\n                  <\/script>\n        \n                <select id=\"cidade\" class=\"city\" name=\"cidade\"><\/select>\n        \n                <!-- <input type=\"text\" id=\"cidade\" class=\"city\" name=\"city\" placeholder=\"CIDADE\" required> -->\n        \n                <button id=\"btn_enviar_form_simulacao\" type=\"submit\" class=\"btm-form-01\">\n                  <img decoding=\"async\" class=\"img-btn-enviar\" src=\"http:\/\/fortcard.com.br\/emprestimo\/wp-content\/uploads\/2023\/05\/botao-otd-1.png\" \/>\n                <\/button>\n        \n              <\/div>\n        \n              <div class=\"side-02\">\n        \n                <!--<input type=\"date\" id=\"nascimento\" placeholder=\"DATA DE NASCIMENTO\" required> -->\n                \n                 <input type=\"text\" id=\"nascimento\" placeholder=\"DATA DE NASCIMENTO\" required onfocus=\"(this.type='date')\"> \n        \n                <input type=\"numer\" id=\"telefone\" placeholder=\"TELEFONE COM DDD\" maxlength=\"15\" required>\n                <script>\n                    \/* M\u00e1scaras ER *\/\n                        function mascara(o,f){\n                            v_obj=o\n                            v_fun=f\n                            setTimeout(\"execmascara()\",1)\n                        }\n                        function execmascara(){\n                            v_obj.value=v_fun(v_obj.value)\n                        }\n                        function mtel(v){\n                            v=v.replace(\/\\D\/g,\"\"); \/\/Remove tudo o que n\u00e3o \u00e9 d\u00edgito\n                            v=v.replace(\/^(\\d{2})(\\d)\/g,\"($1) $2\"); \/\/Coloca par\u00eanteses em volta dos dois primeiros d\u00edgitos\n                            v=v.replace(\/(\\d)(\\d{4})$\/,\"$1-$2\"); \/\/Coloca h\u00edfen entre o quarto e o quinto d\u00edgitos\n                            return v;\n                        }\n                        function id( el ){\n                            return document.getElementById( el );\n                        }\n                        window.onload = function(){\n                            id('telefone').onkeyup = function(){\n                                mascara( this, mtel );\n                            }\n                        }\n                <\/script>\n                \n                \n                <select id=\"classe_profissional\" required>\n                    <option value=\"\">SELECIONE A CLASSE PROFISSIONAL...<\/option>\n                    <option value=\"agricultor\">Agricultor<\/option>\n                    <option value=\"aposentado\">Aposentado<\/option>\n                    <option value=\"assalariado rural\">Assalariado Rural<\/option>\n                    <option value=\"assalariado urbano\">Assalariado Urbano<\/option>\n                    <option value=\"autono rural\">Aut\u00f4nomo Rural<\/option>\n                    <option value=\"beneficiario do governo\">Benefici\u00e1rio do Governo<\/option>\n                    <option value=\"do lar\">Do Lar<\/option>\n                    <option value=\"empresario\">Empres\u00e1rio<\/option>\n                    <option value=\"estudante\">Estudante<\/option>\n                    <option value=\"profissional liberal\">Profissional liberal<\/option>\n                    <option value=\"servidor publico\">Servidor Publico<\/option>\n                <\/select>\n        \n                <input id=\"categoria\" type=\"hidden\" value=\"CATEGORIA AUTO\">\n                \n        <input type=\"text\" id=\"RENDA\" name=\"RENDA\"  placeholder=\"RENDA\" required onKeyUp=\"mascaraMoeda(this, event)\" size=\"12\">\n        \n                <input type=\"text\" id=\"valor\" name=\"valor\"  placeholder=\"VALOR\" required onKeyUp=\"mascaraMoeda(this, event)\" size=\"12\">\n                <script>\n                        String.prototype.reverse = function(){\n                        return this.split('').reverse().join(''); \n                        };\n        \n                        function mascaraMoeda(campo,evento){\n                        var tecla = (!evento) ? window.event.keyCode : evento.which;\n                        var valor  =  campo.value.replace(\/[^\\d]+\/gi,'').reverse();\n                        var resultado  = \"\";\n                        var mascara = \"##.###.###,##\".reverse();\n                        for (var x=0, y=0; x<mascara.length && y<valor.length;) {\n                            if (mascara.charAt(x) != '#') {\n                            resultado += mascara.charAt(x);\n                            x++;\n                            } else {\n                            resultado += valor.charAt(y);\n                            y++;\n                            x++;\n                            }\n                        }\n                        campo.value = resultado.reverse();\n                        }\n                <\/script>\n                <input type=\"hidden\" id=\"hora\" name=\"hora\">\n                <input type=\"hidden\" id=\"data\" name=\"data\">\n        \n        \n                <input type=\"hidden\" id=\"local_cadastro\" name=\"local_cadastro\" value=\"fortcard_web\"  >\n        \n                <div class=\"caixa-check\" >\n                  <div class=\"left-side\">\n                    <input type=\"checkbox\" class=\"check-politica\" name=\"\" required>\n                    \n                  <\/div>\n                  <div class=\"right-side\">\n                    <span><a href=https:\/\/fortcard.com.br\/emprestimo\/politica-de-privacidade\/\" target=\"_blank\">Li e estou de acordo com os Termos de uso e Politica de Privacidade <\/a><\/span>\n                  <\/div>\n\t\t\t\t  \t\t  \n                <\/div>\n\t\t\t\t\n\t\t\t\t<div class=\"caixa-check\" >\n\t\t\t\t\n\t\t\t\t <div class=\"left-side2\">\n                    <input type=\"checkbox\" class=\"check-politica\" name=\"\" required>\n                    \n                  <\/div>\n\t\t\t\t  <div class=\"right-side2\">\n                    <span><a href=https:\/\/fortcard.com.br\/emprestimo\/politica-de-privacidade\/\" target=\"_blank\">Aceito receber comunica\u00e7\u00f5es de marketing da Fortcard por e-mail <\/a><\/span>\n                  <\/div>\n\t\t\t\t  \n\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t<div class=\"g-recaptcha\" data-sitekey=\"6LfYfd4sAAAAANJIZFp5UHjIuqCInLLxqlLozNtO\"><\/div>\n\t\t\t\t\n                <button type=\"submit\" class=\"btm-form-02\">\n                  <img decoding=\"async\" class=\"img-btn-enviar\" src=\"http:\/\/fortcard.com.br\/emprestimo\/wp-content\/uploads\/2023\/05\/botao-otd-1.png\" \/>\n                <\/button>\n        \n              <\/div>\n        \n            <\/div>\n            \n        \n          <!-- <textarea id=\"message\" placeholder=\"Mensagem\"><\/textarea> -->\n            \n          <\/form>\n\t\t  \n\t\t  <script>\n\t\t\twindow.onload = function() {\n\t\t\tvar recaptcha = document.forms[\"form\"][\"g-recaptcha-response\"];\n\t\t\trecaptcha.required = true;\n\t\t\trecaptcha.oninvalid = function(e) {\n\t\t\t\/\/ fazer algo, no caso to dando um alert\n\t\t\talert(\"Por favor complete o reCAPTCHA\");\n\t\t\t  }\n\t\t   }\n\t\t   <\/script>\n   \n\t\t  <!-- API uso ReCaptcha -->\n\t\t  <script src=\"https:\/\/www.google.com\/recaptcha\/api.js\" async defer><\/script>\n\t\t  \n        \n          <style>\n            #form {\n            max-width: 700px\n          width: 100%;\n          margin: 0 auto;\n          padding: 5px;\n          background-color: #f2f2f2;\n          border-radius: 5px;\n        }\n        \n        .titulo-form{\n          font-family: inter;\n          font-weight: 600;\n          font-size: 26px;\n          color: #00674C;\n          margin-bottom: 20px;\n          position: relative;\n        }\n        \n        .titulo-form p{\n           font-size: 12px;\n           color: red;\n           position: absolute;\n           width: 190px;\n        }\n        #form  label{\n          font-family: inter;\n          \n        }\n        .form-main-box{\n          display: flex;\n          flex-direction: row;\n        }\n        .btm-form-01{\n          display: block;\n        }\n        .btm-form-02{\n          display: none;\n        }\n        .side-01{\n          width: 60%;\n          margin: 20px;\n\n        }\n        .side-02{\n          width: 40%;\n          margin: 20px;\n\n        }\n        .caixa-check{\n          display: flex;\n          \n        }\n        .check-politica{\n          margin-right: 20px;\n        }\n        .img-btn-enviar{\n          width: 100%;\n        }\n        \n        input, textarea, select {\n          width: 100%;\n          padding: 10px;\n          margin-bottom: 20px;\n          border-radius: 5px;\n          border: none;\n          font-size: 16px;\n          margin-top: 5px;\n        }\n        \n        button[type=\"submit\"] {\n          width: 100%;\n          padding: 10px;\n          \/* background-color: #4CAF50; *\/\n          color: white;\n          border: none;\n          border-radius: 5px;\n          cursor: pointer;\n          background-color: transparent !important\n        }\n        \n        @media (max-width: 600px)\n        {\n            \n          .form-main-box\n           {\n            display: flex;\n            flex-direction: column;\n            width: 100%;\n            padding: 0;\n            overflow: scroll;\n            \n           }\n              input, textarea, select {\n          width:100%;\n          margin-bottom: 10px;\n          border-radius: 5px;\n          border: none;\n          font-size: 16px;\n          \n\n        }\n        .side-01{\n          width: 60%;\n          margin: 1px;\n           margin-bottom: 20px\n        }\n        .side-02{\n          width: 60%;\n          margin: 1px;\n            \n        }\n        \n        \n        .titulo-form{\n          font-family: inter;\n          font-weight: 600;\n          font-size: 16px;\n          color: #00674C;\n          margin-bottom: 10px;\n        }\n        .caixa-check{\n\n            display: flex;\n            flex-direction: row;\n            width: 300px;\n        }\n        .left-side{\n            width: 10%;\n            display: flex;\n        }\n        \n           .side-01, .side-02{\n            width: 100%;\n           }\n           .side-02{\n            margin-top: -15px;\n           }\n           .btm-form-01{\n            display: none;\n           }\n           .btm-form-02{\n          display: block;\n          width: 100%;\n        }\n        .img-btn-enviar{\n          \n        }\n        \n        \n        }\n        \n          <\/style>\n        \n          <script>\n            const form = document.getElementById('form');\n            const name = document.getElementById('nome');\n            const email = document.getElementById('email');\n            const cidade = document.getElementById('cidade');\n            const classe_profissional = document.getElementById('classe_profissional');\n            const cpf2 = document.getElementById('cpf');\n            const local_cadastro = document.getElementById('local_cadastro');\n            const nascimento = document.getElementById('nascimento');\n            const telefone = document.getElementById('telefone');\n            const uf = document.getElementById('uf');\n            const valor = document.getElementById('valor');\n            const renda = document.getElementById('renda');\n        \n        \/\/ const message = document.getElementById('message');\n        const token = btoa('webapi:#WEBapi@2023#');\n     \n        form.addEventListener('submit', (e) => {\n          e.preventDefault();\n          const data = { \n            nome: name.value, \n            email: email.value,\n            cidade: cidade.value,\n            classe_profissional: classe_profissional.value,\n            cpf: cpf2.value,\n            local_cadastro: local_cadastro.value,\n            nascimento: nascimento.value,\n            telefone: telefone.value,\n            uf: uf.value,\n            valor: valor.value\n          \n          };\n          \n          sendData(data);\n        });\n        \n        async function sendData(data) {\n          const response = await fetch('https:\/\/er.fortcard.com.br:8090\/emprestimo',  {\n            method: 'POST',\n            headers: {\n              'Content-Type': 'application\/json',\n              'Authorization': `Basic ${token}`\n            },\n            body: JSON.stringify(data)\n          });\n          const result = await response.json();\n          window.setTimeout(window.location.href = \"https:\/\/fortcard.com.br\/emprestimo\/obrigado\/\",50000);\n        }\n        \n          <\/script>\n\n<script type=\"text\/javascript\" src=\"https:\/\/igorescobar.github.io\/jQuery-Mask-Plugin\/js\/jquery.mask.min.js\"><\/script>\n\n<script>\n    jQuery('.cpf').mask('999.999.999-99');\n    \n    function validarCPF(cpf) {\n        \/\/ Remove caracteres n\u00e3o num\u00e9ricos\n        cpf = cpf.replace(\/\\D\/g, '');\n    \n        \/\/ Verifica se o CPF tem 11 d\u00edgitos ou \u00e9 uma sequ\u00eancia repetida\n        if (cpf.length !== 11 || \/^(\\d)\\1+$\/.test(cpf)) {\n            return false;\n        }\n    \n        \/\/ Calcula o primeiro d\u00edgito verificador\n        let soma = 0;\n        for (let i = 0; i < 9; i++) {\n            soma += parseInt(cpf[i]) * (10 - i);\n        }\n        let resto = soma % 11;\n        let digito1 = resto < 2 ? 0 : 11 - resto;\n    \n        \/\/ Calcula o segundo d\u00edgito verificador\n        soma = 0;\n        for (let i = 0; i < 10; i++) {\n            soma += parseInt(cpf[i]) * (11 - i);\n        }\n        resto = soma % 11;\n        let digito2 = resto < 2 ? 0 : 11 - resto;\n    \n        \/\/ Verifica se os d\u00edgitos calculados conferem com os fornecidos\n        return digito1 === parseInt(cpf[9]) && digito2 === parseInt(cpf[10]);\n    }\n    \n    jQuery('#cpf').on('blur', function () {\n        const cpf = jQuery(this).val();\n        if (validarCPF(cpf)) {\n            console.log('CPF v\u00e1lido!');\n            jQuery('#mensagem_erro_cpf').html('');\n            jQuery('.titulo-form p').fadeOut('slow');\n            jQuery('#btn_enviar_form_simulacao').prop('disabled', false);\n        } else {\n            console.log('CPF inv\u00e1lido!');\n            jQuery('#mensagem_erro_cpf').html('CPF inv\u00e1lido!');\n            jQuery('.titulo-form p').fadeIn('slow');\n            jQuery('#btn_enviar_form_simulacao').prop('disabled', true);\n        }\n    });\n    \n    jQuery('#email').on('blur', function(){\n        let emailForm = jQuery(this).val();\n        let emailRegex = \/^[^\\s@]+@[^\\s@]+\\.(com|net|org|gov|edu|br)$\/i;\n        \n        if (!emailRegex.test(emailForm)) {\n          event.preventDefault(); \/\/ Impede o envio do formul\u00e1rio\n           console.log('E-mail inv\u00e1lido!');\n           jQuery('#mensagem_erro_email').html('E-mail inv\u00e1lido!');\n           jQuery('.titulo-form p').fadeOut('slow');\n           jQuery('#btn_enviar_form_simulacao').prop('disabled', true);\n        }else{\n            jQuery('#mensagem_erro_email').html('');\n            jQuery('.titulo-form p').fadeOut('slow');\n            jQuery('#btn_enviar_form_simulacao').prop('disabled', false);\n        }\n    });\n    \n    \/\/let valorEmprestimoTeste = jQuery('#money-input').text();\n    \/\/console.log(valorEmprestimoTeste);\n    \n    function pegarValorEmprestimo(){\n        var valor_escolhido = jQuery('#money-input').val();\n        console.log(valor_escolhido);\n    }\n    \n    pegarValorEmprestimo()\n    \n    \n    \/\/const campoValor = window.opener.document.getElementById('money-input').value;\n    \/\/console.log(campoValor);\n<\/script>\n\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<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-8adcb6a exad-glass-effect-no exad-sticky-section-no\" data-id=\"8adcb6a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; Informa\u00e7\u00f5es * Corrigir Campos por favor! ESTADOACALAPAMBACEDFESGOMAMTMSMGPAPBPRPEPIRJRNRSRORRSCSPSETO SELECIONE A CLASSE PROFISSIONAL&#8230;AgricultorAposentadoAssalariado RuralAssalariado UrbanoAut\u00f4nomo RuralBenefici\u00e1rio do GovernoDo LarEmpres\u00e1rioEstudanteProfissional liberalServidor Publico Aceito receber comunica\u00e7\u00f5es de marketing da Fortcard por e-mail<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-global-header-display":"","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":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","footnotes":""},"class_list":["post-521","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Popup - FortCard<\/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:\/\/fortcard.com.br\/emprestimo\/popup\/\" \/>\n<meta property=\"og:locale\" content=\"pt_BR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Popup - FortCard\" \/>\n<meta property=\"og:description\" content=\"&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; Informa\u00e7\u00f5es * Corrigir Campos por favor! ESTADOACALAPAMBACEDFESGOMAMTMSMGPAPBPRPEPIRJRNRSRORRSCSPSETO SELECIONE A CLASSE PROFISSIONAL&#8230;AgricultorAposentadoAssalariado RuralAssalariado UrbanoAut\u00f4nomo RuralBenefici\u00e1rio do GovernoDo LarEmpres\u00e1rioEstudanteProfissional liberalServidor Publico Aceito receber comunica\u00e7\u00f5es de marketing da Fortcard por e-mail\" \/>\n<meta property=\"og:url\" content=\"https:\/\/fortcard.com.br\/emprestimo\/popup\/\" \/>\n<meta property=\"og:site_name\" content=\"FortCard\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-07T18:56:46+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/fortcard.com.br\/emprestimo\/wp-content\/uploads\/2023\/05\/botao-otd-1.png\" \/>\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=\"6 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/fortcard.com.br\/emprestimo\/popup\/\",\"url\":\"https:\/\/fortcard.com.br\/emprestimo\/popup\/\",\"name\":\"Popup - FortCard\",\"isPartOf\":{\"@id\":\"https:\/\/fortcard.com.br\/emprestimo\/#website\"},\"datePublished\":\"2023-03-08T20:54:20+00:00\",\"dateModified\":\"2026-05-07T18:56:46+00:00\",\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/fortcard.com.br\/emprestimo\/popup\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/fortcard.com.br\/emprestimo\/#website\",\"url\":\"https:\/\/fortcard.com.br\/emprestimo\/\",\"name\":\"FortCard\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/fortcard.com.br\/emprestimo\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/fortcard.com.br\/emprestimo\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"pt-BR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/fortcard.com.br\/emprestimo\/#organization\",\"name\":\"FortCard\",\"url\":\"https:\/\/fortcard.com.br\/emprestimo\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\/\/fortcard.com.br\/emprestimo\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/fortcard.com.br\/emprestimo\/wp-content\/uploads\/2024\/12\/cropped-logo_fc-1.png\",\"contentUrl\":\"https:\/\/fortcard.com.br\/emprestimo\/wp-content\/uploads\/2024\/12\/cropped-logo_fc-1.png\",\"width\":244,\"height\":188,\"caption\":\"FortCard\"},\"image\":{\"@id\":\"https:\/\/fortcard.com.br\/emprestimo\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Popup - FortCard","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:\/\/fortcard.com.br\/emprestimo\/popup\/","og_locale":"pt_BR","og_type":"article","og_title":"Popup - FortCard","og_description":"&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; Informa\u00e7\u00f5es * Corrigir Campos por favor! ESTADOACALAPAMBACEDFESGOMAMTMSMGPAPBPRPEPIRJRNRSRORRSCSPSETO SELECIONE A CLASSE PROFISSIONAL&#8230;AgricultorAposentadoAssalariado RuralAssalariado UrbanoAut\u00f4nomo RuralBenefici\u00e1rio do GovernoDo LarEmpres\u00e1rioEstudanteProfissional liberalServidor Publico Aceito receber comunica\u00e7\u00f5es de marketing da Fortcard por e-mail","og_url":"https:\/\/fortcard.com.br\/emprestimo\/popup\/","og_site_name":"FortCard","article_modified_time":"2026-05-07T18:56:46+00:00","og_image":[{"url":"http:\/\/fortcard.com.br\/emprestimo\/wp-content\/uploads\/2023\/05\/botao-otd-1.png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. tempo de leitura":"6 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/fortcard.com.br\/emprestimo\/popup\/","url":"https:\/\/fortcard.com.br\/emprestimo\/popup\/","name":"Popup - FortCard","isPartOf":{"@id":"https:\/\/fortcard.com.br\/emprestimo\/#website"},"datePublished":"2023-03-08T20:54:20+00:00","dateModified":"2026-05-07T18:56:46+00:00","inLanguage":"pt-BR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/fortcard.com.br\/emprestimo\/popup\/"]}]},{"@type":"WebSite","@id":"https:\/\/fortcard.com.br\/emprestimo\/#website","url":"https:\/\/fortcard.com.br\/emprestimo\/","name":"FortCard","description":"","publisher":{"@id":"https:\/\/fortcard.com.br\/emprestimo\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/fortcard.com.br\/emprestimo\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"pt-BR"},{"@type":"Organization","@id":"https:\/\/fortcard.com.br\/emprestimo\/#organization","name":"FortCard","url":"https:\/\/fortcard.com.br\/emprestimo\/","logo":{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/fortcard.com.br\/emprestimo\/#\/schema\/logo\/image\/","url":"https:\/\/fortcard.com.br\/emprestimo\/wp-content\/uploads\/2024\/12\/cropped-logo_fc-1.png","contentUrl":"https:\/\/fortcard.com.br\/emprestimo\/wp-content\/uploads\/2024\/12\/cropped-logo_fc-1.png","width":244,"height":188,"caption":"FortCard"},"image":{"@id":"https:\/\/fortcard.com.br\/emprestimo\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/fortcard.com.br\/emprestimo\/wp-json\/wp\/v2\/pages\/521","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fortcard.com.br\/emprestimo\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/fortcard.com.br\/emprestimo\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/fortcard.com.br\/emprestimo\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fortcard.com.br\/emprestimo\/wp-json\/wp\/v2\/comments?post=521"}],"version-history":[{"count":367,"href":"https:\/\/fortcard.com.br\/emprestimo\/wp-json\/wp\/v2\/pages\/521\/revisions"}],"predecessor-version":[{"id":1419,"href":"https:\/\/fortcard.com.br\/emprestimo\/wp-json\/wp\/v2\/pages\/521\/revisions\/1419"}],"wp:attachment":[{"href":"https:\/\/fortcard.com.br\/emprestimo\/wp-json\/wp\/v2\/media?parent=521"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}