{"id":8865,"date":"2024-07-26T10:42:18","date_gmt":"2024-07-26T10:42:18","guid":{"rendered":"https:\/\/uspg.org.uk\/recursos\/"},"modified":"2024-12-27T10:08:05","modified_gmt":"2024-12-27T10:08:05","slug":"publicacoes","status":"publish","type":"page","link":"https:\/\/uspg.org.uk\/pt-pt\/publicacoes\/","title":{"rendered":"Recursos"},"content":{"rendered":"\n<section  class=\"hero-inner  pnone bg\">\n  <div class=\"hero-inner__img\">\n                  <picture>\n        <source srcset=\"https:\/\/uspg.org.uk\/wp-content\/uploads\/2024\/11\/BANGLADESH-8_0575-13.1920w-1080h.webp\" type=\"image\/webp\">\n        <img decoding=\"async\" src=\"https:\/\/uspg.org.uk\/wp-content\/uploads\/2024\/11\/resources-1.png\" alt=\"\">\n      <\/picture>\n      <\/div>\n  <div class=\"hero-inner__container\">\n    <div class=\"hero-inner__content\">\n      <h1 class=\"hero-inner__title\">RECURSOS<\/h1>\n              <div class=\"hero-inner__text\"><p>De ora\u00e7\u00f5es a revistas, cursos de estudo a cartazes \u2013 o USPG oferece uma gama de recursos para enriquecer sua vida espiritual e apoiar a igreja mundial. As nossas rela\u00e7\u00f5es com parceiros em mais de 50 pa\u00edses significam que trazemos uma grande variedade de contextos para o refrescar e inspirar. <\/p>\n<\/div>\n          <\/div>\n  <\/div>\n<\/section>\n<section  class=\"resources  pblock bg\">\n    <div class=\"resources__container\">\n                    <header class=\"resources__header section__header\">\n                <h2 class=\"resources__title section__title\">Ore com a Igreja Mundial<\/h2>\n            <\/header>\n                <div class=\"resources__list\" data-list>\n            \n                <article id=\"resource-9335\" class=\"resources__item resource-card\">\n                   \n                                            <div class=\"translations-flag-div\">\n    <!-- Dropdown for Language Flags -->\n    <div class=\"dropdown\">\n        <!-- Button with a simple arrow to open dropdown -->\n       <button class=\"btn btn-primary btn-lg dropdown-toggle\" type=\"button\" id=\"dropdownMenuButton_9335\" \n        data-bs-toggle=\"dropdown\" aria-expanded=\"false\" onclick=\"toggleDropdown(9335)\">\n    <span>&#9660;<\/span> <!-- Downward Arrow Symbol -->\n<\/button>\n        <!-- Dropdown Menu -->\n        <ul class=\"dropdown-menu\" aria-labelledby=\"dropdownMenuButton_9335\" id=\"languageDropdown_9335\">\n                                        <li>\n                                <a class=\"dropdown-item\" href=\"#\">\n                                    <img loading=\"lazy\" decoding=\"async\" class=\"icl_als_iclflag\" width=\"24\" height=\"22\" src=\"https:\/\/uspg.org.uk\/wp-content\/plugins\/sitepress-multilingual-cms\/res\/flags\/pt-pt.svg\" alt=\"Portuguese\" \/>\n                                <\/a>\n                            <\/li>\n                                                                                                    <li>\n                                <a class=\"dropdown-item\" href=\"#\">\n                                    <img loading=\"lazy\" decoding=\"async\" class=\"icl_als_iclflag\" width=\"24\" height=\"22\" src=\"https:\/\/uspg.org.uk\/wp-content\/plugins\/sitepress-multilingual-cms\/res\/flags\/fr.svg\" alt=\"French\" \/>\n                                <\/a>\n                            <\/li>\n                                                                        \n                    <\/ul>\n    <\/div>\n<\/div>\n\n\n\n\n\n                                                                <a href=\"https:\/\/uspg.org.uk\/pt-pt\/resource\/ore-com-a-igreja-mundial-dezembro-de-2024-a-maio-de-2025\/\" class=\"resource-card__image\">\n                                                        <img loading=\"lazy\" decoding=\"async\" width=\"601\" height=\"394\" src=\"https:\/\/uspg.org.uk\/wp-content\/uploads\/2024\/11\/website-resource-preview-3.png\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https:\/\/uspg.org.uk\/wp-content\/uploads\/2024\/11\/website-resource-preview-3.png 601w, https:\/\/uspg.org.uk\/wp-content\/uploads\/2024\/11\/website-resource-preview-3-300x197.png 300w\" sizes=\"auto, (max-width: 601px) 100vw, 601px\" \/>                        <\/a>\n                                        <div class=\"resource-card__content\">\n                        <h3 class=\"resource-card__title\">\n                            <a href=\"https:\/\/uspg.org.uk\/pt-pt\/resource\/ore-com-a-igreja-mundial-dezembro-de-2024-a-maio-de-2025\/\">Ore com a Igreja Mundial (dez 2024-maio 2025)<\/a>\n                        <\/h3>\n                                                    <p class=\"resource-card__descr\">Nossas \u2018Ora\u00e7\u00f5es Di\u00e1rias\u2019 oferecema oportunidade de estar ao lado de nossas irm\u00e3s e irm\u00e3os atrav\u00e9s da Comunh\u00e3o Anglicana em unidade e comunh\u00e3o de Cristo.<\/p>\n                                            <\/div>\n                <\/article>\n\n                    <\/div>\n            <\/div>\n<\/section>\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n\t\n    \/\/ Get all dropdown menus and hide them by default\n    const dropdownMenus = document.querySelectorAll('.dropdown-menu');\n    dropdownMenus.forEach(function(menu) {\n        menu.style.display = 'block'; \/\/ Hide all dropdowns by default\n    });\n\n    \/\/ Get all dropdown buttons\n    const dropdownButtons = document.querySelectorAll('.dropdown-toggle');\n\n    \/\/ Add click event listener to each button to open\/close the dropdown menu\n    dropdownButtons.forEach(function(button) {\n        button.addEventListener('click', function(event) {\n\/\/ \t\t\tevent.stopPropagation(); \/\/ Prevent event bubbling\n\/\/ \t\t\t\n            const postId = this.id.split('_')[1];  \/\/ Extract the post_id from the button's ID\n            toggleDropdown(postId);  \/\/ Call the function to toggle the dropdown\n        });\n    });\n});\n\n\/\/ Function to toggle the dropdown menu\nfunction toggleDropdown(postId) {\n    const dropdownMenu = document.getElementById('languageDropdown_' + postId);  \/\/ Get the corresponding dropdown menu\n\n    \/\/ If dropdown is visible, hide it. If hidden, show it.\n    if (dropdownMenu.style.display === 'none' || dropdownMenu.style.display === '') {\n        dropdownMenu.style.display = 'block';\n    } else {\n        dropdownMenu.style.display = 'none';\n    }\n    \n    \/\/ Optional: Close other dropdowns if you want to ensure only one is open at a time\n\/\/     const allDropdownMenus = document.querySelectorAll('.dropdown-menu');\n\/\/     allDropdownMenus.forEach(function(menu) {\n\/\/         if (menu.id !== 'languageDropdown_' + postId) {\n\/\/             menu.style.display = 'none';\n\/\/         }\n\/\/     });\n}\n\n\t\n\t\n<\/script>\n<section  class=\"resources  pbottom bg\">\n    <div class=\"resources__container\">\n                    <header class=\"resources__header section__header\">\n                <h2 class=\"resources__title section__title\">Reviver<\/h2>\n            <\/header>\n                <div class=\"resources__list\" data-list>\n                    <\/div>\n            <\/div>\n<\/section>\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n\t\n    \/\/ Get all dropdown menus and hide them by default\n    const dropdownMenus = document.querySelectorAll('.dropdown-menu');\n    dropdownMenus.forEach(function(menu) {\n        menu.style.display = 'block'; \/\/ Hide all dropdowns by default\n    });\n\n    \/\/ Get all dropdown buttons\n    const dropdownButtons = document.querySelectorAll('.dropdown-toggle');\n\n    \/\/ Add click event listener to each button to open\/close the dropdown menu\n    dropdownButtons.forEach(function(button) {\n        button.addEventListener('click', function(event) {\n\/\/ \t\t\tevent.stopPropagation(); \/\/ Prevent event bubbling\n\/\/ \t\t\t\n            const postId = this.id.split('_')[1];  \/\/ Extract the post_id from the button's ID\n            toggleDropdown(postId);  \/\/ Call the function to toggle the dropdown\n        });\n    });\n});\n\n\/\/ Function to toggle the dropdown menu\nfunction toggleDropdown(postId) {\n    const dropdownMenu = document.getElementById('languageDropdown_' + postId);  \/\/ Get the corresponding dropdown menu\n\n    \/\/ If dropdown is visible, hide it. If hidden, show it.\n    if (dropdownMenu.style.display === 'none' || dropdownMenu.style.display === '') {\n        dropdownMenu.style.display = 'block';\n    } else {\n        dropdownMenu.style.display = 'none';\n    }\n    \n    \/\/ Optional: Close other dropdowns if you want to ensure only one is open at a time\n\/\/     const allDropdownMenus = document.querySelectorAll('.dropdown-menu');\n\/\/     allDropdownMenus.forEach(function(menu) {\n\/\/         if (menu.id !== 'languageDropdown_' + postId) {\n\/\/             menu.style.display = 'none';\n\/\/         }\n\/\/     });\n}\n\n\t\n\t\n<\/script>\n<section  class=\"resources  pbottom bg\">\n    <div class=\"resources__container\">\n                    <header class=\"resources__header section__header\">\n                <h2 class=\"resources__title section__title\">Relat\u00f3rio Anual<\/h2>\n            <\/header>\n                <div class=\"resources__list\" data-list>\n                    <\/div>\n            <\/div>\n<\/section>\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n\t\n    \/\/ Get all dropdown menus and hide them by default\n    const dropdownMenus = document.querySelectorAll('.dropdown-menu');\n    dropdownMenus.forEach(function(menu) {\n        menu.style.display = 'block'; \/\/ Hide all dropdowns by default\n    });\n\n    \/\/ Get all dropdown buttons\n    const dropdownButtons = document.querySelectorAll('.dropdown-toggle');\n\n    \/\/ Add click event listener to each button to open\/close the dropdown menu\n    dropdownButtons.forEach(function(button) {\n        button.addEventListener('click', function(event) {\n\/\/ \t\t\tevent.stopPropagation(); \/\/ Prevent event bubbling\n\/\/ \t\t\t\n            const postId = this.id.split('_')[1];  \/\/ Extract the post_id from the button's ID\n            toggleDropdown(postId);  \/\/ Call the function to toggle the dropdown\n        });\n    });\n});\n\n\/\/ Function to toggle the dropdown menu\nfunction toggleDropdown(postId) {\n    const dropdownMenu = document.getElementById('languageDropdown_' + postId);  \/\/ Get the corresponding dropdown menu\n\n    \/\/ If dropdown is visible, hide it. If hidden, show it.\n    if (dropdownMenu.style.display === 'none' || dropdownMenu.style.display === '') {\n        dropdownMenu.style.display = 'block';\n    } else {\n        dropdownMenu.style.display = 'none';\n    }\n    \n    \/\/ Optional: Close other dropdowns if you want to ensure only one is open at a time\n\/\/     const allDropdownMenus = document.querySelectorAll('.dropdown-menu');\n\/\/     allDropdownMenus.forEach(function(menu) {\n\/\/         if (menu.id !== 'languageDropdown_' + postId) {\n\/\/             menu.style.display = 'none';\n\/\/         }\n\/\/     });\n}\n\n\t\n\t\n<\/script>\n<section  class=\"resources  pbottom bg\">\n    <div class=\"resources__container\">\n                    <header class=\"resources__header section__header\">\n                <h2 class=\"resources__title section__title\">Cursos de Estudo<\/h2>\n            <\/header>\n                <div class=\"resources__list\" data-list>\n                    <\/div>\n            <\/div>\n<\/section>\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n\t\n    \/\/ Get all dropdown menus and hide them by default\n    const dropdownMenus = document.querySelectorAll('.dropdown-menu');\n    dropdownMenus.forEach(function(menu) {\n        menu.style.display = 'block'; \/\/ Hide all dropdowns by default\n    });\n\n    \/\/ Get all dropdown buttons\n    const dropdownButtons = document.querySelectorAll('.dropdown-toggle');\n\n    \/\/ Add click event listener to each button to open\/close the dropdown menu\n    dropdownButtons.forEach(function(button) {\n        button.addEventListener('click', function(event) {\n\/\/ \t\t\tevent.stopPropagation(); \/\/ Prevent event bubbling\n\/\/ \t\t\t\n            const postId = this.id.split('_')[1];  \/\/ Extract the post_id from the button's ID\n            toggleDropdown(postId);  \/\/ Call the function to toggle the dropdown\n        });\n    });\n});\n\n\/\/ Function to toggle the dropdown menu\nfunction toggleDropdown(postId) {\n    const dropdownMenu = document.getElementById('languageDropdown_' + postId);  \/\/ Get the corresponding dropdown menu\n\n    \/\/ If dropdown is visible, hide it. If hidden, show it.\n    if (dropdownMenu.style.display === 'none' || dropdownMenu.style.display === '') {\n        dropdownMenu.style.display = 'block';\n    } else {\n        dropdownMenu.style.display = 'none';\n    }\n    \n    \/\/ Optional: Close other dropdowns if you want to ensure only one is open at a time\n\/\/     const allDropdownMenus = document.querySelectorAll('.dropdown-menu');\n\/\/     allDropdownMenus.forEach(function(menu) {\n\/\/         if (menu.id !== 'languageDropdown_' + postId) {\n\/\/             menu.style.display = 'none';\n\/\/         }\n\/\/     });\n}\n\n\t\n\t\n<\/script>\n<section  class=\"resources  pbottom bg\">\n    <div class=\"resources__container\">\n                    <header class=\"resources__header section__header\">\n                <h2 class=\"resources__title section__title\">Investiga\u00e7\u00e3o<\/h2>\n            <\/header>\n                <div class=\"resources__list\" data-list>\n                    <\/div>\n            <\/div>\n<\/section>\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n\t\n    \/\/ Get all dropdown menus and hide them by default\n    const dropdownMenus = document.querySelectorAll('.dropdown-menu');\n    dropdownMenus.forEach(function(menu) {\n        menu.style.display = 'block'; \/\/ Hide all dropdowns by default\n    });\n\n    \/\/ Get all dropdown buttons\n    const dropdownButtons = document.querySelectorAll('.dropdown-toggle');\n\n    \/\/ Add click event listener to each button to open\/close the dropdown menu\n    dropdownButtons.forEach(function(button) {\n        button.addEventListener('click', function(event) {\n\/\/ \t\t\tevent.stopPropagation(); \/\/ Prevent event bubbling\n\/\/ \t\t\t\n            const postId = this.id.split('_')[1];  \/\/ Extract the post_id from the button's ID\n            toggleDropdown(postId);  \/\/ Call the function to toggle the dropdown\n        });\n    });\n});\n\n\/\/ Function to toggle the dropdown menu\nfunction toggleDropdown(postId) {\n    const dropdownMenu = document.getElementById('languageDropdown_' + postId);  \/\/ Get the corresponding dropdown menu\n\n    \/\/ If dropdown is visible, hide it. If hidden, show it.\n    if (dropdownMenu.style.display === 'none' || dropdownMenu.style.display === '') {\n        dropdownMenu.style.display = 'block';\n    } else {\n        dropdownMenu.style.display = 'none';\n    }\n    \n    \/\/ Optional: Close other dropdowns if you want to ensure only one is open at a time\n\/\/     const allDropdownMenus = document.querySelectorAll('.dropdown-menu');\n\/\/     allDropdownMenus.forEach(function(menu) {\n\/\/         if (menu.id !== 'languageDropdown_' + postId) {\n\/\/             menu.style.display = 'none';\n\/\/         }\n\/\/     });\n}\n\n\t\n\t\n<\/script>\n<section  class=\"resources  pbottom bg\">\n    <div class=\"resources__container\">\n                    <header class=\"resources__header section__header\">\n                <h2 class=\"resources__title section__title\">Advento<\/h2>\n            <\/header>\n                <div class=\"resources__list\" data-list>\n                    <\/div>\n            <\/div>\n<\/section>\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n\t\n    \/\/ Get all dropdown menus and hide them by default\n    const dropdownMenus = document.querySelectorAll('.dropdown-menu');\n    dropdownMenus.forEach(function(menu) {\n        menu.style.display = 'block'; \/\/ Hide all dropdowns by default\n    });\n\n    \/\/ Get all dropdown buttons\n    const dropdownButtons = document.querySelectorAll('.dropdown-toggle');\n\n    \/\/ Add click event listener to each button to open\/close the dropdown menu\n    dropdownButtons.forEach(function(button) {\n        button.addEventListener('click', function(event) {\n\/\/ \t\t\tevent.stopPropagation(); \/\/ Prevent event bubbling\n\/\/ \t\t\t\n            const postId = this.id.split('_')[1];  \/\/ Extract the post_id from the button's ID\n            toggleDropdown(postId);  \/\/ Call the function to toggle the dropdown\n        });\n    });\n});\n\n\/\/ Function to toggle the dropdown menu\nfunction toggleDropdown(postId) {\n    const dropdownMenu = document.getElementById('languageDropdown_' + postId);  \/\/ Get the corresponding dropdown menu\n\n    \/\/ If dropdown is visible, hide it. If hidden, show it.\n    if (dropdownMenu.style.display === 'none' || dropdownMenu.style.display === '') {\n        dropdownMenu.style.display = 'block';\n    } else {\n        dropdownMenu.style.display = 'none';\n    }\n    \n    \/\/ Optional: Close other dropdowns if you want to ensure only one is open at a time\n\/\/     const allDropdownMenus = document.querySelectorAll('.dropdown-menu');\n\/\/     allDropdownMenus.forEach(function(menu) {\n\/\/         if (menu.id !== 'languageDropdown_' + postId) {\n\/\/             menu.style.display = 'none';\n\/\/         }\n\/\/     });\n}\n\n\t\n\t\n<\/script>\n<section  class=\"resources  pbottom bg\">\n    <div class=\"resources__container\">\n                    <header class=\"resources__header section__header\">\n                <h2 class=\"resources__title section__title\">Angaria\u00e7\u00e3o de fundos<\/h2>\n            <\/header>\n                <div class=\"resources__list\" data-list>\n                    <\/div>\n            <\/div>\n<\/section>\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n\t\n    \/\/ Get all dropdown menus and hide them by default\n    const dropdownMenus = document.querySelectorAll('.dropdown-menu');\n    dropdownMenus.forEach(function(menu) {\n        menu.style.display = 'block'; \/\/ Hide all dropdowns by default\n    });\n\n    \/\/ Get all dropdown buttons\n    const dropdownButtons = document.querySelectorAll('.dropdown-toggle');\n\n    \/\/ Add click event listener to each button to open\/close the dropdown menu\n    dropdownButtons.forEach(function(button) {\n        button.addEventListener('click', function(event) {\n\/\/ \t\t\tevent.stopPropagation(); \/\/ Prevent event bubbling\n\/\/ \t\t\t\n            const postId = this.id.split('_')[1];  \/\/ Extract the post_id from the button's ID\n            toggleDropdown(postId);  \/\/ Call the function to toggle the dropdown\n        });\n    });\n});\n\n\/\/ Function to toggle the dropdown menu\nfunction toggleDropdown(postId) {\n    const dropdownMenu = document.getElementById('languageDropdown_' + postId);  \/\/ Get the corresponding dropdown menu\n\n    \/\/ If dropdown is visible, hide it. If hidden, show it.\n    if (dropdownMenu.style.display === 'none' || dropdownMenu.style.display === '') {\n        dropdownMenu.style.display = 'block';\n    } else {\n        dropdownMenu.style.display = 'none';\n    }\n    \n    \/\/ Optional: Close other dropdowns if you want to ensure only one is open at a time\n\/\/     const allDropdownMenus = document.querySelectorAll('.dropdown-menu');\n\/\/     allDropdownMenus.forEach(function(menu) {\n\/\/         if (menu.id !== 'languageDropdown_' + postId) {\n\/\/             menu.style.display = 'none';\n\/\/         }\n\/\/     });\n}\n\n\t\n\t\n<\/script>\n<section  class=\"resources  pbottom bg\">\n    <div class=\"resources__container\">\n                    <header class=\"resources__header section__header\">\n                <h2 class=\"resources__title section__title\">Cartazes<\/h2>\n            <\/header>\n                <div class=\"resources__list\" data-list>\n                    <\/div>\n            <\/div>\n<\/section>\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n\t\n    \/\/ Get all dropdown menus and hide them by default\n    const dropdownMenus = document.querySelectorAll('.dropdown-menu');\n    dropdownMenus.forEach(function(menu) {\n        menu.style.display = 'block'; \/\/ Hide all dropdowns by default\n    });\n\n    \/\/ Get all dropdown buttons\n    const dropdownButtons = document.querySelectorAll('.dropdown-toggle');\n\n    \/\/ Add click event listener to each button to open\/close the dropdown menu\n    dropdownButtons.forEach(function(button) {\n        button.addEventListener('click', function(event) {\n\/\/ \t\t\tevent.stopPropagation(); \/\/ Prevent event bubbling\n\/\/ \t\t\t\n            const postId = this.id.split('_')[1];  \/\/ Extract the post_id from the button's ID\n            toggleDropdown(postId);  \/\/ Call the function to toggle the dropdown\n        });\n    });\n});\n\n\/\/ Function to toggle the dropdown menu\nfunction toggleDropdown(postId) {\n    const dropdownMenu = document.getElementById('languageDropdown_' + postId);  \/\/ Get the corresponding dropdown menu\n\n    \/\/ If dropdown is visible, hide it. If hidden, show it.\n    if (dropdownMenu.style.display === 'none' || dropdownMenu.style.display === '') {\n        dropdownMenu.style.display = 'block';\n    } else {\n        dropdownMenu.style.display = 'none';\n    }\n    \n    \/\/ Optional: Close other dropdowns if you want to ensure only one is open at a time\n\/\/     const allDropdownMenus = document.querySelectorAll('.dropdown-menu');\n\/\/     allDropdownMenus.forEach(function(menu) {\n\/\/         if (menu.id !== 'languageDropdown_' + postId) {\n\/\/             menu.style.display = 'none';\n\/\/         }\n\/\/     });\n}\n\n\t\n\t\n<\/script>\n<section  class=\"subscription  pblock bg\">\n  <div class=\"subscription__container\">\n    <div class=\"subscription__content\">\n      <div class=\"subscription__info\">\n        <div class=\"subscription__icon\">\n          <svg width=\"65\" height=\"40\" viewBox=\"0 0 65 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M32.4183 40.0001C23.3904 40.0001 14.3647 40.0022 5.33681 40.0001C1.86994 40.0001 0.00383746 38.1829 0.00164463 34.8096C-0.000548209 24.9359 -0.000548209 15.0643 0.00164463 5.19274C0.00383746 1.81942 1.86555 0.00433073 5.33681 0.00220781C23.4628 -0.00203802 41.5909 -0.00203802 59.7169 0.00220781C63.1136 0.00220781 64.9951 1.83641 64.9951 5.13967C64.9995 15.0473 64.9995 24.9529 64.9951 34.8605C64.9951 38.1638 63.107 39.9958 59.7169 39.998C50.6166 40.0022 41.5164 39.998 32.4161 39.998L32.4183 40.0001ZM3.34352 4.45396C3.34352 5.12693 3.34352 5.50481 3.34352 5.88269C3.34352 15.4698 3.34352 25.0569 3.34352 34.644C3.34352 36.4336 3.66587 36.7584 5.49908 36.7584C23.5154 36.7605 41.5295 36.7605 59.5459 36.7584C61.3001 36.7584 61.6532 36.406 61.6532 34.7055C61.6532 25.0823 61.6532 15.4592 61.6466 5.83811C61.6466 5.47084 61.7672 5.07386 61.4558 4.62592C61.0085 4.96346 60.5831 5.27766 60.1643 5.60034C51.6999 12.1177 43.2378 18.6372 34.7734 25.1545C33.0718 26.4644 31.9381 26.475 30.2671 25.1906C25.3771 21.4246 20.4915 17.6564 15.6015 13.8903C11.6017 10.81 7.59982 7.73175 3.34352 4.45609V4.45396ZM57.728 3.3458H7.41123C7.58666 3.54323 7.64806 3.63452 7.72919 3.69821C15.7879 9.90986 23.8553 16.1109 31.8964 22.3459C32.5214 22.8299 32.8328 22.5348 33.2757 22.1931C38.1592 18.4228 43.0536 14.6652 47.9414 10.8991C51.1385 8.43656 54.3313 5.9676 57.728 3.34793V3.3458Z\" fill=\"black\" \/>\n          <\/svg>\n        <\/div>\n        <div class=\"subscription__text\">Mantenha-se em contacto connosco e ou\u00e7a sobre o nosso trabalho em toda a Igreja global.<\/div>\n      <\/div>\n      <script>(function() {\n\twindow.mc4wp = window.mc4wp || {\n\t\tlisteners: [],\n\t\tforms: {\n\t\t\ton: function(evt, cb) {\n\t\t\t\twindow.mc4wp.listeners.push(\n\t\t\t\t\t{\n\t\t\t\t\t\tevent   : evt,\n\t\t\t\t\t\tcallback: cb\n\t\t\t\t\t}\n\t\t\t\t);\n\t\t\t}\n\t\t}\n\t}\n})();\n<\/script><!-- Mailchimp for WordPress v4.13.1 - https:\/\/wordpress.org\/plugins\/mailchimp-for-wp\/ --><form id=\"mc4wp-form-1\" class=\"mc4wp-form mc4wp-form-9783 subscription__form\" method=\"post\" data-id=\"9783\" data-name=\"Subscri\u00e7\u00e3o\" ><div class=\"mc4wp-form-fields\"><label><input type=\"email\" name=\"EMAIL\" class=\"subscription__input\" placeholder=\"Correio eletr\u00f3nico\" required=\"\"><\/label>\n<button class=\"subscription__btn\" type=\"submit\" value=\"Subscreve-te\">Subscreve-te<\/button>\n<\/div><label style=\"display: none !important;\">Deixe este campo vazio se for humano: <input type=\"text\" name=\"_mc4wp_honeypot\" value=\"\" tabindex=\"-1\" autocomplete=\"off\" \/><\/label><input type=\"hidden\" name=\"_mc4wp_timestamp\" value=\"1785549643\" \/><input type=\"hidden\" name=\"_mc4wp_form_id\" value=\"9783\" \/><input type=\"hidden\" name=\"_mc4wp_form_element_id\" value=\"mc4wp-form-1\" \/><div class=\"mc4wp-response\"><\/div><\/form><!-- \/ Mailchimp for WordPress Plugin -->      <div class=\"subscription__info note\">\n        <p>Se desejar saber como recolhemos, processamos, armazenamos e partilhamos dados, consulte o nosso Aviso de Privacidade<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>","protected":false},"excerpt":{"rendered":"","protected":false},"author":0,"featured_media":6689,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-8865","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Recursos - USPG<\/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:\/\/uspg.org.uk\/resources\/\" \/>\n<meta property=\"og:locale\" content=\"pt_PT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Recursos - USPG\" \/>\n<meta property=\"og:url\" content=\"https:\/\/uspg.org.uk\/resources\/\" \/>\n<meta property=\"og:site_name\" content=\"USPG\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/USPGglobal\/\" \/>\n<meta property=\"article:modified_time\" content=\"2024-12-27T10:08:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/uspg.org.uk\/wp-content\/uploads\/2024\/11\/Resources-1-e1732796541487.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@USPGglobal\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/uspg.org.uk\\\/resources\\\/\",\"url\":\"https:\\\/\\\/uspg.org.uk\\\/resources\\\/\",\"name\":\"Recursos - USPG\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/uspg.org.uk\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/uspg.org.uk\\\/resources\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/uspg.org.uk\\\/resources\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/uspg.org.uk\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/Resources-1-e1732796541487.webp\",\"datePublished\":\"2024-07-26T10:42:18+00:00\",\"dateModified\":\"2024-12-27T10:08:05+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/uspg.org.uk\\\/resources\\\/#breadcrumb\"},\"inLanguage\":\"pt-PT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/uspg.org.uk\\\/resources\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-PT\",\"@id\":\"https:\\\/\\\/uspg.org.uk\\\/resources\\\/#primaryimage\",\"url\":\"https:\\\/\\\/uspg.org.uk\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/Resources-1-e1732796541487.webp\",\"contentUrl\":\"https:\\\/\\\/uspg.org.uk\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/Resources-1-e1732796541487.webp\",\"width\":1920,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/uspg.org.uk\\\/resources\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/uspg.org.uk\\\/pt-pt\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Recursos\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/uspg.org.uk\\\/#website\",\"url\":\"https:\\\/\\\/uspg.org.uk\\\/\",\"name\":\"USPG\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/uspg.org.uk\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/uspg.org.uk\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pt-PT\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/uspg.org.uk\\\/#organization\",\"name\":\"USPG\",\"url\":\"https:\\\/\\\/uspg.org.uk\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-PT\",\"@id\":\"https:\\\/\\\/uspg.org.uk\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/uspg.org.uk\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/Artboard-1uspg-logo.webp\",\"contentUrl\":\"https:\\\/\\\/uspg.org.uk\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/Artboard-1uspg-logo.webp\",\"width\":648,\"height\":450,\"caption\":\"USPG\"},\"image\":{\"@id\":\"https:\\\/\\\/uspg.org.uk\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/USPGglobal\\\/\",\"https:\\\/\\\/x.com\\\/USPGglobal\",\"https:\\\/\\\/www.instagram.com\\\/uspgglobal\\\/\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UC2En0BCcdKN-QLgzabUi_Mw\\\/featured\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Recursos - USPG","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:\/\/uspg.org.uk\/resources\/","og_locale":"pt_PT","og_type":"article","og_title":"Recursos - USPG","og_url":"https:\/\/uspg.org.uk\/resources\/","og_site_name":"USPG","article_publisher":"https:\/\/www.facebook.com\/USPGglobal\/","article_modified_time":"2024-12-27T10:08:05+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/uspg.org.uk\/wp-content\/uploads\/2024\/11\/Resources-1-e1732796541487.webp","type":"image\/webp"}],"twitter_card":"summary_large_image","twitter_site":"@USPGglobal","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/uspg.org.uk\/resources\/","url":"https:\/\/uspg.org.uk\/resources\/","name":"Recursos - USPG","isPartOf":{"@id":"https:\/\/uspg.org.uk\/#website"},"primaryImageOfPage":{"@id":"https:\/\/uspg.org.uk\/resources\/#primaryimage"},"image":{"@id":"https:\/\/uspg.org.uk\/resources\/#primaryimage"},"thumbnailUrl":"https:\/\/uspg.org.uk\/wp-content\/uploads\/2024\/11\/Resources-1-e1732796541487.webp","datePublished":"2024-07-26T10:42:18+00:00","dateModified":"2024-12-27T10:08:05+00:00","breadcrumb":{"@id":"https:\/\/uspg.org.uk\/resources\/#breadcrumb"},"inLanguage":"pt-PT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/uspg.org.uk\/resources\/"]}]},{"@type":"ImageObject","inLanguage":"pt-PT","@id":"https:\/\/uspg.org.uk\/resources\/#primaryimage","url":"https:\/\/uspg.org.uk\/wp-content\/uploads\/2024\/11\/Resources-1-e1732796541487.webp","contentUrl":"https:\/\/uspg.org.uk\/wp-content\/uploads\/2024\/11\/Resources-1-e1732796541487.webp","width":1920,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/uspg.org.uk\/resources\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/uspg.org.uk\/pt-pt\/"},{"@type":"ListItem","position":2,"name":"Recursos"}]},{"@type":"WebSite","@id":"https:\/\/uspg.org.uk\/#website","url":"https:\/\/uspg.org.uk\/","name":"USPG","description":"","publisher":{"@id":"https:\/\/uspg.org.uk\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/uspg.org.uk\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pt-PT"},{"@type":"Organization","@id":"https:\/\/uspg.org.uk\/#organization","name":"USPG","url":"https:\/\/uspg.org.uk\/","logo":{"@type":"ImageObject","inLanguage":"pt-PT","@id":"https:\/\/uspg.org.uk\/#\/schema\/logo\/image\/","url":"https:\/\/uspg.org.uk\/wp-content\/uploads\/2023\/12\/Artboard-1uspg-logo.webp","contentUrl":"https:\/\/uspg.org.uk\/wp-content\/uploads\/2023\/12\/Artboard-1uspg-logo.webp","width":648,"height":450,"caption":"USPG"},"image":{"@id":"https:\/\/uspg.org.uk\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/USPGglobal\/","https:\/\/x.com\/USPGglobal","https:\/\/www.instagram.com\/uspgglobal\/","https:\/\/www.youtube.com\/channel\/UC2En0BCcdKN-QLgzabUi_Mw\/featured"]}]}},"_links":{"self":[{"href":"https:\/\/uspg.org.uk\/pt-pt\/wp-json\/wp\/v2\/pages\/8865","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/uspg.org.uk\/pt-pt\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/uspg.org.uk\/pt-pt\/wp-json\/wp\/v2\/types\/page"}],"replies":[{"embeddable":true,"href":"https:\/\/uspg.org.uk\/pt-pt\/wp-json\/wp\/v2\/comments?post=8865"}],"version-history":[{"count":8,"href":"https:\/\/uspg.org.uk\/pt-pt\/wp-json\/wp\/v2\/pages\/8865\/revisions"}],"predecessor-version":[{"id":10654,"href":"https:\/\/uspg.org.uk\/pt-pt\/wp-json\/wp\/v2\/pages\/8865\/revisions\/10654"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/uspg.org.uk\/pt-pt\/wp-json\/wp\/v2\/media\/6689"}],"wp:attachment":[{"href":"https:\/\/uspg.org.uk\/pt-pt\/wp-json\/wp\/v2\/media?parent=8865"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}