{"id":2748,"date":"2022-09-24T16:32:39","date_gmt":"2022-09-24T16:32:39","guid":{"rendered":"https:\/\/informacaoevalor.com\/?p=2748"},"modified":"2022-12-09T23:12:28","modified_gmt":"2022-12-09T23:12:28","slug":"como-se-inscrever-auxilio-brasil-2022","status":"publish","type":"post","link":"https:\/\/informacaoevalor.com\/pt\/como-se-inscrever-auxilio-brasil-2022\/","title":{"rendered":"Aux\u00edlio Brasil 2022: Como se inscrever para receber o pagamento do benef\u00edcio"},"content":{"rendered":"<!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 id=\"h-continue-lendo-para-saber-como-receber-o-auxilio-mais-conhecido-pelos-brasileiros\">Continue lendo para saber como receber o aux\u00edlio mais conhecido pelos brasileiros<\/h2>\n<\/div><!--image--><div class=\"px-5 sm:px-0 sm:w-[800px] sm:ml-[50%] sm:-translate-x-2\/4 rounded-lg overflow-hidden mb-5 text-center\">\n<figure class=\"wp-block-image size-full\"><img width=\"768\" height=\"434\" loading=\"lazy\" src=\"https:\/\/informacaoevalor.com\/wp-content\/uploads\/2022\/09\/Como-se-inscrever-no-Auxilio-Brasil-1.jpeg\" alt=\"\" class=\"w-full object-cover object-center border mx-auto wp-image-2752\" srcset=\"https:\/\/informacaoevalor.com\/wp-content\/uploads\/2022\/09\/Como-se-inscrever-no-Auxilio-Brasil-1.jpeg 768w, https:\/\/informacaoevalor.com\/wp-content\/uploads\/2022\/09\/Como-se-inscrever-no-Auxilio-Brasil-1-300x170.jpeg 300w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/><\/figure>\n<\/div><!--image--><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>O Aux\u00edlio Brasil agrega em um \u00fanico programa, v\u00e1rias pol\u00edticas p\u00fablicas de assist\u00eancia social, que se estendem a sa\u00fade, educa\u00e7\u00e3o, emprego e distribui\u00e7\u00e3o de renda.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>O programa \u00e9 destinado \u00e0s fam\u00edlias que se encontram em situa\u00e7\u00e3o de pobreza e de extrema pobreza em todo o pa\u00eds e para garantir o recebimento \u00e9 fundamental estar cadastrado no Cad\u00danico.<\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-2lDSgh\">\n  <section class=\"cta mx-5 sm:mx-0 text-gray-600 body-font my-10 border-gray-200 border-b border-l border-r sm:border-0\">\n    <div class=\"h-1 bg-gray-200 rounded overflow-hidden\">\n      <div class=\"w-24 h-full\"><\/div>\n    <\/div>\n    <div class=\"container px-5 pt-6 pb-6 mx-auto flex flex-wrap\" data-anchor-target=\"lazyBlock\">    \n    \n              <a class=\"flex flex-wrap content-center w-full mb-4 md:hidden\" href=\"https:\/\/informacaoevalor.com\/pt\/cadastro-cadunico-2022\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"Como fazer a inscri\u00e7\u00e3o no Cad\u00danico\">\n          <div class=\"m-auto float-none\">\n            <img loading=\"lazy\" src=\"https:\/\/informacaoevalor.com\/wp-content\/uploads\/2022\/09\/cadunico.jpeg\" alt=\"\">\n          <\/div>\n        <\/a>\n            <h2 class=\"w-full sm:text-3xl text-2xl text-gray-900 font-medium title-font mb-2 text-center md:text-left md:w-2\/5\">\n        <a href=\"https:\/\/informacaoevalor.com\/pt\/cadastro-cadunico-2022\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"Como fazer a inscri\u00e7\u00e3o no Cad\u00danico\">\n            Como fazer a inscri\u00e7\u00e3o no Cad\u00danico        <\/a>\n      <\/h2>\n      <div class=\"w-full md:w-3\/5 md:pl-6\">\n        <p class=\"text-center md:text-left leading-relaxed text-base\">\n            Veja como se cadastrar para receber o Aux\u00edlio Brasil.        <\/p>\n        <div class=\"flex mt-6 w-full flex-1 justify-center ml-auto md:mt-4 md:justify-start\" style=\"font-weight: bold;\">\n          <a class=\"inline-flex items-center\" href=\"https:\/\/informacaoevalor.com\/pt\/cadastro-cadunico-2022\/\"  data-analytics-label=\"ctaButton\" data-action=\"analytics#trackCTA\" >\n            Continue lendo            <svg fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"w-4 h-4 ml-2\" viewbox=\"0 0 24 24\">\n              <path d=\"M5 12h14M12 5l7 7-7 7\"><\/path>\n            <\/svg>\n          <\/a>\n        <\/div>\n      <\/div>  \n          \n    <\/div>\n      <script type=\"module\"> function waitFor(conditionFunction) { const poll = resolve => { if(conditionFunction()) resolve(); else setTimeout(_ => poll(resolve), 400); }; return new Promise(poll); } import { Application, Controller } from \"\/wp-content\/themes\/twentytwentyone\/assets\/js\/stimulus.min.js\"; let Stimulus = Application.start(); Stimulus.register(\"anchor\", class extends Controller { static get targets() { return [ \"lazyBlock\", \"lazyBlockAnchor\" ]; } initialize() { this.active = false; this.passed = false; this.closed = false; this.anchorViews = 0; this.boundOnShowAnchor = this.onShowAnchor.bind(this); window.anchorReady = window.anchorReady || false; waitFor(_ => (window.scrollY > this.getHeightBlock() && !this.active)) .then(_ => { !window.anchorReady? this.visible() : ''; window.anchorReady = true; }); if (document.getElementById('landing')) { setTimeout(() => { !window.anchorReady ? this.visible() : ''; window.anchorReady = true; }, 1 * 30000); }; } connect() { this.onShowAnchor(); document.addEventListener(\"scroll\", this.boundOnShowAnchor); } disconnect() { document.removeEventListener(\"scroll\", this.boundOnShowAnchor); } visible() { if (document.getElementById('av-offerwall__wrapper')) { setTimeout(() => this.visible(), 20000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 100) { setTimeout(() => this.visible(), 1000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10) { this.getAnchorElement().style.marginBottom = '60px'; } if (document.querySelector('[data-anchor-shown=\"true\"]') && document.querySelector('[data-anchor-shown=\"true\"]').style.bottom === '0px') { setTimeout(() => this.visible(), 1000); return; } if (!window.km2AnchorReady) { this.active = true; \/*this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-down');*\/ \/*this.getAnchorElement().classList.add('animate-show-up');*\/ \/*setTimeout(() => {*\/ \/*this.getAnchorElement().style.animation = \"\";*\/ this.getAnchorElement().classList.add('animate-show-up'); this.getAnchorElement().classList.remove('hidden'); this.setAnchorViews(this.anchorViews+1); setTimeout(() => this.closeAnchor(), 20000); waitFor(_ => (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10 && this.getAnchorElement().style.marginBottom !== '60px')) .then(_ => { this.closeAnchor(); }); this.active = false; \/*}, 10);*\/ } } invisible() { this.active = true; this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-up'); this.getAnchorElement().classList.add('animate-show-down'); setTimeout(() => { this.getAnchorElement().style.animation = \"\"; setTimeout(() => { this.getAnchorElement().classList.add('hidden'); this.active = false; }, 800); }, 10); } onShowAnchor() { let anchorReady = false;  \/*if (!this.active && !anchorReady) { if (this.getAnchorViews() <= 3) { if (window.scrollY > this.getHeightBlock()) { if (!this.passed && !this.closed) { this.visible(); this.passed = true; } } else { if (this.passed) { this.invisible(); this.passed = false; } } } else { if (!this.getAnchorElement().classList.contains('close')) { this.getAnchorElement().classList.add('close'); if (window.scrollY < this.getHeightBlock()) { this.invisible(); } } } }*\/ } closeAnchor() { if (this.closed) return; this.invisible(); this.getAnchorElement().classList.add('close'); this.closed = true; } getAnchorElement() { return this.lazyBlockAnchorTargets[0]; } getAnchorViews() { this.anchorViews = parseInt(sessionStorage.getItem(\"anchorViews\")) >= 1 ? parseInt(sessionStorage.getItem(\"anchorViews\")) : 0; return this.anchorViews; } setAnchorViews(views) { sessionStorage.setItem(\"anchorViews\", views); } getHeightBlock() { return this.lazyBlockTarget.offsetTop + this.lazyBlockTarget.offsetHeight - 110; } }) <\/script>  <div data-anchor-target=\"lazyBlockAnchor\" class=\"fixed w-full sm:w-96 px-3 py-2 bottom-0 left-0 hidden\" style=\"z-index: 999999;\" name=\"lazyBlockAnchor\">\n    <div class=\"grid justify-items-stretch\">        \n              <div class=\"relative justify-self-end top-4 -right-2\">\n          <button data-no-translation class=\"bg-white text-md font-medium text-center rounded-full h-7 w-7 border-2\" data-analytics-label=\"anchorCloseAnchor\" data-action=\"anchor#closeAnchor\" style=\"z-index: 999999;\">\n            X\n          <\/button>\n        <\/div>\n        <div class=\"justify-self-auto flex flex-col h-32 bg-white border-solid border-2 shadow-md rounded-md\">\n          <div class=\"flex my-0 h-full\">\n            <div class=\"w-2\/5 p-1 ml-2 mt-2 w-full\">\n              <a href=\"https:\/\/informacaoevalor.com\/pt\/cadastro-cadunico-2022\/\"  data-analytics-label=\"anchorImage\" data-action=\"analytics#trackCTA\">          \n                <img loading=\"lazy\" alt=\"card\" class=\"w-full object-cover h-24 object-center rounded justify-self-auto border-2 border-gray-100\" src=\"https:\/\/informacaoevalor.com\/wp-content\/uploads\/2022\/09\/cadunico.jpeg\">          \n              <\/a>\n            <\/div>\n            <div class=\"w-3\/5 my-2\">\n              <p class=\"px-4 text-center text-xs h-1\/2\">\n                Como fazer a inscri\u00e7\u00e3o no Cad\u00danico              <\/p>\n              <a href=\"https:\/\/informacaoevalor.com\/pt\/cadastro-cadunico-2022\/\"  data-analytics-label=\"anchorButton\" data-action=\"analytics#trackCTA\" >\n                <button class=\"flex w-5\/6 m-auto mt-2 border-0 py-1 px-3 focus:outline-none rounded\">                \n                  <p class=\"text-center w-full\" style=\"font-size: 0.67rem;\">\n                    Continue lendo                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Voc\u00ea permanecer\u00e1 no mesmo site              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n  <\/section>\n\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>O objetivo \u00e9 levar \u00e0 popula\u00e7\u00e3o, de maneira mais simples, o acesso aos benef\u00edcios do governo.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Al\u00e9m, \u00e9 claro, de garantir uma renda b\u00e1sica a essas fam\u00edlias, estimulando para que alcancem sua autonomia financeira e saiam da situa\u00e7\u00e3o de vulnerabilidade social.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2>Quem tem direito de receber o Aux\u00edlio Brasil?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Com j\u00e1 citado, estar cadastrado no Cad\u00danico, \u00e9 um pr\u00e9-requisito para garantir o recebimento do benef\u00edcio, mas al\u00e9m disso, \u00e9 necess\u00e1rio:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><li>Estar em situa\u00e7\u00e3o de pobreza ou extrema pobreza;<\/li><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><li>A fam\u00edlia estar enquadrada em regra de emancipa\u00e7\u00e3o<\/li><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>De acordo com o Governo Federal, situa\u00e7\u00e3o de extrema pobreza \u00e9 estabelecida em casos onde a renda mensal por indiv\u00edduo \u00e9 inferior a R$ 100,00.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>J\u00e1 a situa\u00e7\u00e3o de pobreza, \u00e9 caracterizada pela renda por pessoa estar entre R$ 100,01 e R$ 200,00.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Regra de emancipa\u00e7\u00e3o quer dizer que a fam\u00edlia pode continuar recebendo o aux\u00edlio por um per\u00edodo determinado, ainda que um membro tenha sido contratado em regime CLT, por\u00e9m mantento o crit\u00e9rio de a renda mensal n\u00e3o passar de R$ 525,00 por pessoa.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Para que o recebimento do Aux\u00edlio Brasil seja garantido para sua fam\u00edlia, al\u00e9m de cumprir com as condi\u00e7\u00f5es acima, \u00e9 necess\u00e1rio manter:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><li>Em dia o pr\u00e9-natal, para fam\u00edlias com gestantes;<\/li><li>O calend\u00e1rio de vacina\u00e7\u00e3o em dia, para fam\u00edlias com crian\u00e7as e adolescentes;<\/li><li>O acompanhamento nutricional de crian\u00e7as e adolescentes.<\/li><\/ul>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2>Como receber o Aux\u00edlio Brasil<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>O pagamento do Aux\u00edlio Brasil pode ser feito por meio das contas:&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><li>Poupan\u00e7a Social Digital;<\/li><li>Conta Corrente de Dep\u00f3sito \u00e0 vista;<\/li><li>Conta Especial de Dep\u00f3sito \u00e0 vista; e<\/li><li>Conta Cont\u00e1bil (plataforma social do Programa).&nbsp;<\/li><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Outra op\u00e7\u00e3o interessante \u00e9 utilizar o aplicativo Caixa Tem, da Caixa Econ\u00f4mica Federal, para receber o seu benef\u00edcio.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Se voc\u00ea optar pelo pagamento pelo app, pode tamb\u00e9m aproveitar outras funcionalidades, como realizar pagamentos, transfer\u00eancias, pix e saques com o cart\u00e3o de d\u00e9bito virtual. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>O valor depositado na sua conta fica dispon\u00edvel para saque por 120 dias ap\u00f3s a data indicada no calend\u00e1rio.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2>Confira o calend\u00e1rio do pagamento do Aux\u00edlio Brasil<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>O pagamento do Aux\u00edlio Brasil acontece de acordo com o final do n\u00famero do NIS (N\u00famero de Identifica\u00e7\u00e3o Social). O valor ser\u00e1 sempre liberado a partir da segunda quinzena de cada m\u00eas.<\/p>\n<\/div><div class=\"prose text-left mb-5 w-[17rem] sm:w-full flex overflow-auto m-auto\">\n<figure class=\"wp-block-table\"><table><tbody><tr><td>D\u00edgito final do NIS<\/td><td><strong>Janeiro<\/strong><\/td><td>Fevereiro<\/td><td>Mar\u00e7o<\/td><td>Abril<\/td><td>Maio<\/td><td>Junho<\/td><td>Julho<\/td><td>Agosto<\/td><td>Setembro<\/td><td>Outubro<\/td><td>Novembro<\/td><td>Dezembro<\/td><\/tr><tr><td>1<\/td><td><strong>18\/01<\/strong><\/td><td>14\/02<\/td><td>18\/03<\/td><td>14\/04<\/td><td>18\/05<\/td><td>17\/06<\/td><td>18\/07<\/td><td>18\/08<\/td><td>19\/09<\/td><td>18\/10<\/td><td>17\/11<\/td><td>12\/12<\/td><\/tr><tr><td>2<\/td><td><strong>19\/01<\/strong><\/td><td>15\/02<\/td><td>21\/03<\/td><td>18\/04<\/td><td>19\/05<\/td><td>20\/06<\/td><td>19\/07<\/td><td>19\/08<\/td><td>20\/09<\/td><td>19\/10<\/td><td>18\/11<\/td><td>13\/12<\/td><\/tr><tr><td>3<\/td><td><strong>20\/01<\/strong><\/td><td>16\/02<\/td><td>22\/03<\/td><td>19\/04<\/td><td>20\/05<\/td><td>21\/06<\/td><td>20\/07<\/td><td>22\/08<\/td><td>21\/09<\/td><td>20\/10<\/td><td>21\/11<\/td><td>14\/12<\/td><\/tr><tr><td>4<\/td><td><strong>21\/01<\/strong><\/td><td>17\/02<\/td><td>23\/03<\/td><td>20\/04<\/td><td>23\/05<\/td><td>22\/06<\/td><td>21\/07<\/td><td>23\/08<\/td><td>22\/09<\/td><td>21\/10<\/td><td>22\/11<\/td><td>15\/12<\/td><\/tr><tr><td>5<\/td><td><strong>24\/01<\/strong><\/td><td>18\/02<\/td><td>24\/03<\/td><td>22\/04<\/td><td>24\/05<\/td><td>23\/06<\/td><td>22\/07<\/td><td>24\/08<\/td><td>23\/09<\/td><td>24\/10<\/td><td>23\/11<\/td><td>16\/12<\/td><\/tr><tr><td>6<\/td><td><strong>25\/01<\/strong><\/td><td>21\/02<\/td><td>25\/03<\/td><td>25\/04<\/td><td>25\/05<\/td><td>24\/06<\/td><td>25\/07<\/td><td>25\/08<\/td><td>26\/09<\/td><td>25\/10<\/td><td>24\/11<\/td><td>19\/12<\/td><\/tr><tr><td>7<\/td><td><strong>26\/01<\/strong><\/td><td>22\/02<\/td><td>28\/03<\/td><td>26\/04<\/td><td>26\/05<\/td><td>27\/06<\/td><td>26\/07<\/td><td>26\/08<\/td><td>27\/09<\/td><td>26\/10<\/td><td>25\/11<\/td><td>20\/12<\/td><\/tr><tr><td>8<\/td><td><strong>27\/01<\/strong><\/td><td>23\/02<\/td><td>29\/03<\/td><td>27\/04<\/td><td>27\/05<\/td><td>28\/06<\/td><td>27\/07<\/td><td>29\/08<\/td><td>28\/09<\/td><td>27\/10<\/td><td>28\/11<\/td><td>21\/12<\/td><\/tr><tr><td>9<\/td><td><strong>28\/01<\/strong><\/td><td>24\/02<\/td><td>30\/03<\/td><td>28\/04<\/td><td>30\/05<\/td><td>29\/06<\/td><td>28\/07<\/td><td>30\/08<\/td><td>29\/09<\/td><td>28\/10<\/td><td>29\/11<\/td><td>22\/12<\/td><\/tr><tr><td>0<\/td><td><strong>31\/01<\/strong><\/td><td>25\/02<\/td><td>31\/03<\/td><td>29\/04<\/td><td>31\/05<\/td><td>30\/06<\/td><td>29\/07<\/td><td>31\/08<\/td><td>30\/09<\/td><td>31\/10<\/td><td>30\/11<\/td><td>23\/12<\/td><\/tr><\/tbody><\/table><\/figure>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Mais de 20 milh\u00f5es de brasileiros j\u00e1 s\u00e3o beneficiados pelo programa Aux\u00edlio Brasil, e este n\u00famero vem subindo ainda mais a cada m\u00eas.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Para ter direito ao benef\u00edcio, \u00e9 necess\u00e1rio se enquadrar em algum destes crit\u00e9rios.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><li>Fam\u00edlias em situa\u00e7\u00e3o de extrema pobreza;<\/li><li>fam\u00edlias em situa\u00e7\u00e3o de pobreza; e<\/li><li>fam\u00edlias em regra de emancipa\u00e7\u00e3o.<\/li><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>As fam\u00edlias em situa\u00e7\u00e3o de extrema pobreza s\u00e3o aquelas que possuem renda familiar mensal per capita de at\u00e9 R$ 105,00 (cento e cinco reais), e as em situa\u00e7\u00e3o de pobreza com renda familiar mensal per capita entre R$ 105,01 e R$ 210,00 (cento e cinco reais e um centavo e duzentos e dez reais).<\/p>\n<\/div><!--loader--><div class=\"wp-block-lazyblock-loader lazyblock-loader-Z27hxkY\"><script>\n    Math.min(window.screen.width, window.screen.height) < 768 ? document.getElementById(\"page\").classList.add(\"fixed\") : '';\n<\/script>\n<div id=\"loader\" class=\"flex h-screen fixed bg-white inset-0\" style=\"z-index: 99999;\" >\n    <div class=\"m-auto flex flex-col\">\n        <div class=\"flex\">\n            <svg style=\"color: \" class=\"m-auto animate-spin h-28 w-28\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\">\n                <circle class=\"opacity-25\" cx=\"12\" cy=\"12\" r=\"10\" stroke=\"currentColor\" stroke-width=\"4\"><\/circle>\n                <path class=\"opacity-75\" fill=\"currentColor\" d=\"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z\"><\/path>\n            <\/svg>\n        <\/div>\n                    <div class=\"px-2 my-4 text-center animate-pulse text-xl\">\n                Carregando informa\u00e7\u00f5es do Aux\u00edlio Brasil...            <\/div>\n                    <\/div>\n<\/div>\n<script>\n    function waitFor(conditionFunction) {\n        const poll = resolve => {\n            if(conditionFunction()) resolve();\n            else setTimeout(_ => poll(resolve), 400);\n        };\n        return new Promise(poll);\n    }\n\n    window.loaderHandler = setTimeout(() => {\n        waitFor(_ => ((document.querySelector('[data-google-query-id]') !== null) || (typeof avCustomConfig === 'object' && avCustomConfig.skipAds === true)))\n            .then(_ => {\n                if ((window.location.pathname.includes('\/iow')) && ((document.referrer ?? '').includes('informacaoevalor.com'.replace('cb.', ''))) && (!document.cookie.includes('avOfferWallRewarded'))) return;\n\n                if (document.getElementById('loader')) {\n                    document.getElementById('loader').addEventListener('animationend', () => {\n                        document.getElementById(\"page\").classList.remove(\"fixed\");\n                        document.getElementById(\"loader\").remove();\n                    });\n                    document.getElementById('loader').classList.add('animate-fade-out-quickly');\n                }\n            });\n    }, 2500);\n\n    window.loaderHandler = setTimeout(() => {\n        waitFor(_ => ((typeof av === 'object' && av.requested === true) || (typeof av === 'object' && av.showLimitedAds() === true && window.googletag && googletag.pubadsReady)))\n            .then(_ => {\n                if ((window.location.pathname.includes('\/iow')) && ((document.referrer ?? '').includes('informacaoevalor.com'.replace('cb.', ''))) && (!document.cookie.includes('avOfferWallRewarded'))) return;\n                \n                if (document.getElementById('loader')) {\n                    document.getElementById('loader').addEventListener('animationend', () => {\n                        document.getElementById(\"page\").classList.remove(\"fixed\");\n                        document.getElementById(\"loader\").remove();\n                    });\n                    document.getElementById('loader').classList.add('animate-fade-out-quickly');\n                }\n            });\n    }, 3500);\n\n    window.loaderHandler = setTimeout(() => {\n        waitFor(_ => (typeof av === 'object' && av.timeline?.includes('rewarded->visible')))\n            .then(_ => {                        \n                if (document.getElementById('loader')) {\n                    document.getElementById('loader').addEventListener('animationend', () => {\n                        document.getElementById(\"page\").classList.remove(\"fixed\");\n                        document.getElementById(\"loader\").remove();\n                    });\n                    document.getElementById('loader').classList.add('animate-fade-out-quickly');\n                }\n            });\n    }, 5000);\n\n    setTimeout(() => {\n        if (document.getElementById('loader')) {\n            document.getElementById('loader').addEventListener('animationend', () => {\n                document.getElementById(\"page\").classList.remove(\"fixed\");\n                document.getElementById(\"loader\").remove();\n            });\n            document.getElementById('loader').classList.add('animate-fade-out-quickly');\n        }\n    }, ((window.location.pathname.includes('\/iow')) && ((document.referrer ?? '').includes('informacaoevalor.com'.replace('cb.', ''))) && (!document.cookie.includes('avOfferWallRewarded'))) ? 20000 : 10000);\n<\/script>\n<\/div><!--loader-->","protected":false},"excerpt":{"rendered":"<p>Al\u00e9m de estar inscrito no Cad\u00danico, existem outros requisitos para garantir o pagamento para sua fam\u00edlia. Confira.<\/p>","protected":false},"author":18,"featured_media":2752,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[15,5],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v18.7 (Yoast SEO v19.1) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Aux\u00edlio Brasil 2022: Como se inscrever para receber o pagamento do benef\u00edcio - Informa\u00e7\u00e3o &amp; Valor<\/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:\/\/informacaoevalor.com\/pt\/como-se-inscrever-auxilio-brasil-2022\/\" \/>\n<meta property=\"og:locale\" content=\"pt_PT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Aux\u00edlio Brasil 2022: Como se inscrever para receber o pagamento do benef\u00edcio\" \/>\n<meta property=\"og:description\" content=\"Al\u00e9m de estar inscrito no Cad\u00danico, existem outros requisitos para garantir o pagamento para sua fam\u00edlia. Confira.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/informacaoevalor.com\/pt\/como-se-inscrever-auxilio-brasil-2022\/\" \/>\n<meta property=\"og:site_name\" content=\"Informa\u00e7\u00e3o &amp; Valor\" \/>\n<meta property=\"article:published_time\" content=\"2022-09-24T16:32:39+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-12-09T23:12:28+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/informacaoevalor.com\/wp-content\/uploads\/2022\/09\/Como-se-inscrever-no-Auxilio-Brasil-1.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"768\" \/>\n\t<meta property=\"og:image:height\" content=\"434\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"estherdsales@gmail.com\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/informacaoevalor.com\/#website\",\"url\":\"https:\/\/informacaoevalor.com\/\",\"name\":\"Informa\u00e7\u00e3o &amp; Valor\",\"description\":\"Conte\u00fado e Informa\u00e7\u00e3o que geram valor\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/informacaoevalor.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"pt-PT\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-PT\",\"@id\":\"https:\/\/informacaoevalor.com\/como-se-inscrever-auxilio-brasil-2022\/#primaryimage\",\"url\":\"https:\/\/informacaoevalor.com\/wp-content\/uploads\/2022\/09\/Como-se-inscrever-no-Auxilio-Brasil-1.jpeg\",\"contentUrl\":\"https:\/\/informacaoevalor.com\/wp-content\/uploads\/2022\/09\/Como-se-inscrever-no-Auxilio-Brasil-1.jpeg\",\"width\":768,\"height\":434},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/informacaoevalor.com\/como-se-inscrever-auxilio-brasil-2022\/#webpage\",\"url\":\"https:\/\/informacaoevalor.com\/como-se-inscrever-auxilio-brasil-2022\/\",\"name\":\"Aux\u00edlio Brasil 2022: Como se inscrever para receber o pagamento do benef\u00edcio - Informa\u00e7\u00e3o &amp; Valor\",\"isPartOf\":{\"@id\":\"https:\/\/informacaoevalor.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/informacaoevalor.com\/como-se-inscrever-auxilio-brasil-2022\/#primaryimage\"},\"datePublished\":\"2022-09-24T16:32:39+00:00\",\"dateModified\":\"2022-12-09T23:12:28+00:00\",\"author\":{\"@id\":\"https:\/\/informacaoevalor.com\/#\/schema\/person\/7d18a1837fccc9c40d8d0a12e566a4f1\"},\"breadcrumb\":{\"@id\":\"https:\/\/informacaoevalor.com\/como-se-inscrever-auxilio-brasil-2022\/#breadcrumb\"},\"inLanguage\":\"pt-PT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/informacaoevalor.com\/como-se-inscrever-auxilio-brasil-2022\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/informacaoevalor.com\/como-se-inscrever-auxilio-brasil-2022\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/informacaoevalor.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Aux\u00edlio Brasil 2022: Como se inscrever para receber o pagamento do benef\u00edcio\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/informacaoevalor.com\/#\/schema\/person\/7d18a1837fccc9c40d8d0a12e566a4f1\",\"name\":\"estherdsales@gmail.com\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-PT\",\"@id\":\"https:\/\/informacaoevalor.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/18c935df8242b359fcafbc5cf4928397?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/18c935df8242b359fcafbc5cf4928397?s=96&d=mm&r=g\",\"caption\":\"estherdsales@gmail.com\"},\"url\":\"https:\/\/informacaoevalor.com\/pt\/author\/estherdsalesgmail-com\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Aux\u00edlio Brasil 2022: Como se inscrever para receber o pagamento do benef\u00edcio - Informa\u00e7\u00e3o &amp; Valor","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:\/\/informacaoevalor.com\/pt\/como-se-inscrever-auxilio-brasil-2022\/","og_locale":"pt_PT","og_type":"article","og_title":"Aux\u00edlio Brasil 2022: Como se inscrever para receber o pagamento do benef\u00edcio","og_description":"Al\u00e9m de estar inscrito no Cad\u00danico, existem outros requisitos para garantir o pagamento para sua fam\u00edlia. Confira.","og_url":"https:\/\/informacaoevalor.com\/pt\/como-se-inscrever-auxilio-brasil-2022\/","og_site_name":"Informa\u00e7\u00e3o &amp; Valor","article_published_time":"2022-09-24T16:32:39+00:00","article_modified_time":"2022-12-09T23:12:28+00:00","og_image":[{"width":768,"height":434,"url":"https:\/\/informacaoevalor.com\/wp-content\/uploads\/2022\/09\/Como-se-inscrever-no-Auxilio-Brasil-1.jpeg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Written by":"estherdsales@gmail.com","Est. reading time":"4 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/informacaoevalor.com\/#website","url":"https:\/\/informacaoevalor.com\/","name":"Informa\u00e7\u00e3o &amp; Valor","description":"Conte\u00fado e Informa\u00e7\u00e3o que geram valor","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/informacaoevalor.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"pt-PT"},{"@type":"ImageObject","inLanguage":"pt-PT","@id":"https:\/\/informacaoevalor.com\/como-se-inscrever-auxilio-brasil-2022\/#primaryimage","url":"https:\/\/informacaoevalor.com\/wp-content\/uploads\/2022\/09\/Como-se-inscrever-no-Auxilio-Brasil-1.jpeg","contentUrl":"https:\/\/informacaoevalor.com\/wp-content\/uploads\/2022\/09\/Como-se-inscrever-no-Auxilio-Brasil-1.jpeg","width":768,"height":434},{"@type":"WebPage","@id":"https:\/\/informacaoevalor.com\/como-se-inscrever-auxilio-brasil-2022\/#webpage","url":"https:\/\/informacaoevalor.com\/como-se-inscrever-auxilio-brasil-2022\/","name":"Aux\u00edlio Brasil 2022: Como se inscrever para receber o pagamento do benef\u00edcio - Informa\u00e7\u00e3o &amp; Valor","isPartOf":{"@id":"https:\/\/informacaoevalor.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/informacaoevalor.com\/como-se-inscrever-auxilio-brasil-2022\/#primaryimage"},"datePublished":"2022-09-24T16:32:39+00:00","dateModified":"2022-12-09T23:12:28+00:00","author":{"@id":"https:\/\/informacaoevalor.com\/#\/schema\/person\/7d18a1837fccc9c40d8d0a12e566a4f1"},"breadcrumb":{"@id":"https:\/\/informacaoevalor.com\/como-se-inscrever-auxilio-brasil-2022\/#breadcrumb"},"inLanguage":"pt-PT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/informacaoevalor.com\/como-se-inscrever-auxilio-brasil-2022\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/informacaoevalor.com\/como-se-inscrever-auxilio-brasil-2022\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/informacaoevalor.com\/"},{"@type":"ListItem","position":2,"name":"Aux\u00edlio Brasil 2022: Como se inscrever para receber o pagamento do benef\u00edcio"}]},{"@type":"Person","@id":"https:\/\/informacaoevalor.com\/#\/schema\/person\/7d18a1837fccc9c40d8d0a12e566a4f1","name":"estherdsales@gmail.com","image":{"@type":"ImageObject","inLanguage":"pt-PT","@id":"https:\/\/informacaoevalor.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/18c935df8242b359fcafbc5cf4928397?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/18c935df8242b359fcafbc5cf4928397?s=96&d=mm&r=g","caption":"estherdsales@gmail.com"},"url":"https:\/\/informacaoevalor.com\/pt\/author\/estherdsalesgmail-com\/"}]}},"_links":{"self":[{"href":"https:\/\/informacaoevalor.com\/pt\/wp-json\/wp\/v2\/posts\/2748"}],"collection":[{"href":"https:\/\/informacaoevalor.com\/pt\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/informacaoevalor.com\/pt\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/informacaoevalor.com\/pt\/wp-json\/wp\/v2\/users\/18"}],"replies":[{"embeddable":true,"href":"https:\/\/informacaoevalor.com\/pt\/wp-json\/wp\/v2\/comments?post=2748"}],"version-history":[{"count":0,"href":"https:\/\/informacaoevalor.com\/pt\/wp-json\/wp\/v2\/posts\/2748\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/informacaoevalor.com\/pt\/wp-json\/wp\/v2\/media\/2752"}],"wp:attachment":[{"href":"https:\/\/informacaoevalor.com\/pt\/wp-json\/wp\/v2\/media?parent=2748"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/informacaoevalor.com\/pt\/wp-json\/wp\/v2\/categories?post=2748"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/informacaoevalor.com\/pt\/wp-json\/wp\/v2\/tags?post=2748"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}