{"id":2724,"date":"2022-09-24T15:04:40","date_gmt":"2022-09-24T15:04:40","guid":{"rendered":"https:\/\/informacaoevalor.com\/?p=2724"},"modified":"2022-12-09T23:16:12","modified_gmt":"2022-12-09T23:16:12","slug":"auxilio-maternidade","status":"publish","type":"post","link":"https:\/\/informacaoevalor.com\/es\/auxilio-maternidade\/","title":{"rendered":"ayuda de maternidad. Inf\u00f3rmate si tienes derecho y c\u00f3mo cobrarlo"},"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-e-entenda-as-regras-para-recebimento-do-auxilio-maternidade\">Sigue leyendo y comprende las reglas para recibir la ayuda por maternidad<\/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-large\"><img width=\"1024\" height=\"523\" loading=\"lazy\" src=\"https:\/\/informacaoevalor.com\/wp-content\/uploads\/2022\/09\/salario-maternidade-1024x523.webp\" alt=\"\" class=\"w-full object-cover object-center border mx-auto wp-image-2726\" srcset=\"https:\/\/informacaoevalor.com\/wp-content\/uploads\/2022\/09\/salario-maternidade-1024x523.webp 1024w, https:\/\/informacaoevalor.com\/wp-content\/uploads\/2022\/09\/salario-maternidade-300x153.webp 300w, https:\/\/informacaoevalor.com\/wp-content\/uploads\/2022\/09\/salario-maternidade-768x392.webp 768w, https:\/\/informacaoevalor.com\/wp-content\/uploads\/2022\/09\/salario-maternidade-1536x785.webp 1536w, https:\/\/informacaoevalor.com\/wp-content\/uploads\/2022\/09\/salario-maternidade.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n<\/div><!--image--><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Tambi\u00e9n conocida como salario de maternidad o permiso de maternidad, la prestaci\u00f3n es un derecho de las mujeres que se han retirado de su actividad profesional por motivos relacionados con la maternidad.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Ellos son, el nacimiento de un hijo, el aborto no penal, la adopci\u00f3n o la custodia legal con fines de adopci\u00f3n.<\/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\/es\/cadastro-cadunico-2022\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"C\u00f3mo inscribirse en 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\/es\/cadastro-cadunico-2022\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"C\u00f3mo inscribirse en Cad\u00danico\">\n            C\u00f3mo inscribirse en 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            Vea c\u00f3mo registrarse para recibir ayuda del gobierno.        <\/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\/es\/cadastro-cadunico-2022\/\"  data-analytics-label=\"ctaButton\" data-action=\"analytics#trackCTA\" >\n            Sigue leyendo            <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\/es\/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                C\u00f3mo inscribirse en Cad\u00danico              <\/p>\n              <a href=\"https:\/\/informacaoevalor.com\/es\/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                    Sigue leyendo                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Seguir\u00e1s en el mismo lugar              <\/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>La solicitud de esta prestaci\u00f3n se realiza completamente online y no es necesario acudir a una oficina del INSS.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Entonces, presta atenci\u00f3n a la siguiente informaci\u00f3n para entender el procedimiento y solicitar tu beneficio<\/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>\u00bfQui\u00e9n tiene derecho a recibir?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Para calificar para el beneficio, debe cumplir con alguno de los siguientes requisitos en la fecha del parto, aborto o adopci\u00f3n:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><li>Ser MEI (Microempresario Individual);<\/li><li>Estar desempleado, pero a\u00fan recibiendo seguro de desempleo;<\/li><li>S\u00e9 una doncella;<\/li><li>Estar en situaci\u00f3n de fallecimiento de la madre que genere derecho a pago adicional para el c\u00f3nyuge viudo.<\/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>\u00bfCu\u00e1nto tiempo puedo recibir el pago de maternidad?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>El plazo de pago variar\u00e1 seg\u00fan el motivo que dio origen al derecho:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><li>Para los casos de parto, el plazo es de 120 d\u00edas;<\/li><li>En los casos de adopci\u00f3n o guarda legal con fines de adopci\u00f3n, el plazo es de 120 d\u00edas, para los adoptados de 12 a\u00f1os o menos;<\/li><li>En los casos de muerte fetal, 120 d\u00edas;<\/li><li>En caso de aborto espont\u00e1neo, 14 d\u00edas.<\/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>\u00bfC\u00f3mo solicitar la ayuda a la maternidad?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ol><li>Primero, descargar\u00e1 la aplicaci\u00f3n. <strong>mi INSS <\/strong>en su tel\u00e9fono inteligente;<\/li><li>Despu\u00e9s de eso, abre la aplicaci\u00f3n;<\/li><li>Haga clic en el bot\u00f3n &quot;Nuevo pedido&quot;;<\/li><li>Ingrese el nombre del servicio\/beneficio que desea;<\/li><li>En la lista, haga clic en el nombre del servicio\/beneficio;<\/li><li>Lea el texto que aparece en la pantalla y proceda siguiendo las instrucciones.<\/li><\/ol>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Revisa la documentaci\u00f3n requerida<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><li><strong>Obligatorio:<\/strong><ul><li>datos de CPF;<\/li><li>En caso de baja 28 d\u00edas antes de la fecha del parto, es necesario disponer de un certificado m\u00e9dico espec\u00edfico para mujeres embarazadas.<\/li><li>Para el caso de custodia: es necesario contar con el Plazo de Custodia con la indicaci\u00f3n de que la guarda es para adopci\u00f3n.<\/li><li>En caso de adopci\u00f3n: es necesario presentar la nueva partida de nacimiento emitida con posterioridad a la sentencia judicial.<\/li><\/ul><\/li><li><strong>En los casos de apoderado o representante legal:<\/strong><ul><li>Es necesario llevar el poder notarial o plazo de representaci\u00f3n legal (tutela, curatela, plazo de custodia);<\/li><li>Adem\u00e1s del documento de identificaci\u00f3n con foto (RG, CNH o CTPS) y CPF del apoderado o representante.<\/li><\/ul><\/li><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p><strong>Para seguir el resultado de su proceso:<\/strong><\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><li>Ingresa a Mi INSS;<\/li><li>Haga clic en el bot\u00f3n &quot;Consultar pedidos&quot;;<\/li><li>Encuentra tu proceso en la lista;<\/li><li>Para ver m\u00e1s detalles, haga clic en &quot;Detalle&quot;.<\/li><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Espero que este art\u00edculo te haya ayudado a comprender el derecho al pago de maternidad y c\u00f3mo solicitarlo. <\/p>\n<\/div><!--loader--><div class=\"wp-block-lazyblock-loader lazyblock-loader-Z1d1Cbs\"><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                Cargando informaci\u00f3n de ayuda...            <\/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>El beneficio se garantiza a las mujeres que se encuentran fuera del trabajo debido al nacimiento de un hijo y otras razones. Echa un vistazo a este art\u00edculo para aprender c\u00f3mo aplicar.<\/p>","protected":false},"author":18,"featured_media":0,"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 maternidade. Descubra se voc\u00ea tem direito e como receber - 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\/es\/auxilio-maternidade\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Aux\u00edlio maternidade. Descubra se voc\u00ea tem direito e como receber\" \/>\n<meta property=\"og:description\" content=\"O benef\u00edcio \u00e9 garantido a mulher que se afastou do trabalho pelo nascimento de filho(a) e outros motivos. Confira este artigo saiba como solicitar.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/informacaoevalor.com\/es\/auxilio-maternidade\/\" \/>\n<meta property=\"og:site_name\" content=\"Informa\u00e7\u00e3o &amp; Valor\" \/>\n<meta property=\"article:published_time\" content=\"2022-09-24T15:04:40+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-12-09T23:16:12+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/informacaoevalor.com\/wp-content\/uploads\/2022\/09\/salario-maternidade-1024x523.webp\" \/>\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=\"3 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\":\"es\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/informacaoevalor.com\/auxilio-maternidade\/#primaryimage\",\"url\":\"https:\/\/informacaoevalor.com\/wp-content\/uploads\/2022\/09\/salario-maternidade-1024x523.webp\",\"contentUrl\":\"https:\/\/informacaoevalor.com\/wp-content\/uploads\/2022\/09\/salario-maternidade-1024x523.webp\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/informacaoevalor.com\/auxilio-maternidade\/#webpage\",\"url\":\"https:\/\/informacaoevalor.com\/auxilio-maternidade\/\",\"name\":\"Aux\u00edlio maternidade. Descubra se voc\u00ea tem direito e como receber - Informa\u00e7\u00e3o &amp; Valor\",\"isPartOf\":{\"@id\":\"https:\/\/informacaoevalor.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/informacaoevalor.com\/auxilio-maternidade\/#primaryimage\"},\"datePublished\":\"2022-09-24T15:04:40+00:00\",\"dateModified\":\"2022-12-09T23:16:12+00:00\",\"author\":{\"@id\":\"https:\/\/informacaoevalor.com\/#\/schema\/person\/9cc4fd27cffbeec4173033a60013201c\"},\"breadcrumb\":{\"@id\":\"https:\/\/informacaoevalor.com\/auxilio-maternidade\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/informacaoevalor.com\/auxilio-maternidade\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/informacaoevalor.com\/auxilio-maternidade\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/informacaoevalor.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Aux\u00edlio maternidade. Descubra se voc\u00ea tem direito e como receber\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/informacaoevalor.com\/#\/schema\/person\/9cc4fd27cffbeec4173033a60013201c\",\"name\":\"estherdsales@gmail.com\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@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\/es\/author\/estherdsalesgmail-com\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Aux\u00edlio maternidade. Descubra se voc\u00ea tem direito e como receber - 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\/es\/auxilio-maternidade\/","og_locale":"es_ES","og_type":"article","og_title":"Aux\u00edlio maternidade. Descubra se voc\u00ea tem direito e como receber","og_description":"O benef\u00edcio \u00e9 garantido a mulher que se afastou do trabalho pelo nascimento de filho(a) e outros motivos. Confira este artigo saiba como solicitar.","og_url":"https:\/\/informacaoevalor.com\/es\/auxilio-maternidade\/","og_site_name":"Informa\u00e7\u00e3o &amp; Valor","article_published_time":"2022-09-24T15:04:40+00:00","article_modified_time":"2022-12-09T23:16:12+00:00","og_image":[{"url":"https:\/\/informacaoevalor.com\/wp-content\/uploads\/2022\/09\/salario-maternidade-1024x523.webp"}],"twitter_card":"summary_large_image","twitter_misc":{"Written by":"estherdsales@gmail.com","Est. reading time":"3 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":"es"},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/informacaoevalor.com\/auxilio-maternidade\/#primaryimage","url":"https:\/\/informacaoevalor.com\/wp-content\/uploads\/2022\/09\/salario-maternidade-1024x523.webp","contentUrl":"https:\/\/informacaoevalor.com\/wp-content\/uploads\/2022\/09\/salario-maternidade-1024x523.webp"},{"@type":"WebPage","@id":"https:\/\/informacaoevalor.com\/auxilio-maternidade\/#webpage","url":"https:\/\/informacaoevalor.com\/auxilio-maternidade\/","name":"Aux\u00edlio maternidade. Descubra se voc\u00ea tem direito e como receber - Informa\u00e7\u00e3o &amp; Valor","isPartOf":{"@id":"https:\/\/informacaoevalor.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/informacaoevalor.com\/auxilio-maternidade\/#primaryimage"},"datePublished":"2022-09-24T15:04:40+00:00","dateModified":"2022-12-09T23:16:12+00:00","author":{"@id":"https:\/\/informacaoevalor.com\/#\/schema\/person\/9cc4fd27cffbeec4173033a60013201c"},"breadcrumb":{"@id":"https:\/\/informacaoevalor.com\/auxilio-maternidade\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/informacaoevalor.com\/auxilio-maternidade\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/informacaoevalor.com\/auxilio-maternidade\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/informacaoevalor.com\/"},{"@type":"ListItem","position":2,"name":"Aux\u00edlio maternidade. Descubra se voc\u00ea tem direito e como receber"}]},{"@type":"Person","@id":"https:\/\/informacaoevalor.com\/#\/schema\/person\/9cc4fd27cffbeec4173033a60013201c","name":"estherdsales@gmail.com","image":{"@type":"ImageObject","inLanguage":"es","@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\/es\/author\/estherdsalesgmail-com\/"}]}},"_links":{"self":[{"href":"https:\/\/informacaoevalor.com\/es\/wp-json\/wp\/v2\/posts\/2724"}],"collection":[{"href":"https:\/\/informacaoevalor.com\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/informacaoevalor.com\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/informacaoevalor.com\/es\/wp-json\/wp\/v2\/users\/18"}],"replies":[{"embeddable":true,"href":"https:\/\/informacaoevalor.com\/es\/wp-json\/wp\/v2\/comments?post=2724"}],"version-history":[{"count":0,"href":"https:\/\/informacaoevalor.com\/es\/wp-json\/wp\/v2\/posts\/2724\/revisions"}],"wp:attachment":[{"href":"https:\/\/informacaoevalor.com\/es\/wp-json\/wp\/v2\/media?parent=2724"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/informacaoevalor.com\/es\/wp-json\/wp\/v2\/categories?post=2724"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/informacaoevalor.com\/es\/wp-json\/wp\/v2\/tags?post=2724"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}