{"id":8862,"date":"2024-07-26T10:42:18","date_gmt":"2024-07-26T10:42:18","guid":{"rendered":"https:\/\/uspg.org.uk\/recursos\/"},"modified":"2024-12-27T11:57:15","modified_gmt":"2024-12-27T11:57:15","slug":"recursos","status":"publish","type":"page","link":"https:\/\/uspg.org.uk\/es\/recursos\/","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>Desde oraciones hasta revistas, cursos de estudio y carteles, USPG ofrece una variedad de recursos para enriquecer su vida espiritual y apoyar a la iglesia mundial. Nuestras relaciones con socios en m\u00e1s de 50 pa\u00edses significan que traemos una amplia variedad de contextos para refrescarlo e inspirarlo. <\/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\">Orar con la Iglesia Mundial<\/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\">Revivir<\/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\">Informe 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 estudio<\/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\">Investigaci\u00f3n<\/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\">Advenimiento<\/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\">Recaudaci\u00f3n<\/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\">Carteles<\/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\">Mant\u00e9ngase en contacto con nosotros y conozca nuestro trabajo en la Iglesia 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-9784 subscription__form\" method=\"post\" data-id=\"9784\" data-name=\"Suscripci\u00f3n\" ><div class=\"mc4wp-form-fields\"><label><input type=\"email\" name=\"EMAIL\" class=\"subscription__input\" placeholder=\"Correo electr\u00f3nico\" required=\"\"><\/label>\n<button class=\"subscription__btn\" type=\"submit\" value=\"Suscr\u00edbete\">Suscr\u00edbete<\/button>\n<\/div><label style=\"display: none !important;\">Deja vac\u00edo este campo si eres humano: <input type=\"text\" name=\"_mc4wp_honeypot\" value=\"\" tabindex=\"-1\" autocomplete=\"off\" \/><\/label><input type=\"hidden\" name=\"_mc4wp_timestamp\" value=\"1787474420\" \/><input type=\"hidden\" name=\"_mc4wp_form_id\" value=\"9784\" \/><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>Si desea saber c\u00f3mo recopilamos, procesamos, almacenamos y compartimos datos, consulte nuestro Aviso de privacidad.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>","protected":false},"excerpt":{"rendered":"","protected":false},"author":0,"featured_media":6690,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-8862","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=\"es_ES\" \/>\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-27T11:57:15+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-27T11:57:15+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/uspg.org.uk\\\/resources\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/uspg.org.uk\\\/resources\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@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\\\/es\\\/\"},{\"@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\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/uspg.org.uk\\\/#organization\",\"name\":\"USPG\",\"url\":\"https:\\\/\\\/uspg.org.uk\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@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":"es_ES","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-27T11:57:15+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-27T11:57:15+00:00","breadcrumb":{"@id":"https:\/\/uspg.org.uk\/resources\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/uspg.org.uk\/resources\/"]}]},{"@type":"ImageObject","inLanguage":"es","@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\/es\/"},{"@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":"es"},{"@type":"Organization","@id":"https:\/\/uspg.org.uk\/#organization","name":"USPG","url":"https:\/\/uspg.org.uk\/","logo":{"@type":"ImageObject","inLanguage":"es","@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\/es\/wp-json\/wp\/v2\/pages\/8862","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/uspg.org.uk\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/uspg.org.uk\/es\/wp-json\/wp\/v2\/types\/page"}],"replies":[{"embeddable":true,"href":"https:\/\/uspg.org.uk\/es\/wp-json\/wp\/v2\/comments?post=8862"}],"version-history":[{"count":22,"href":"https:\/\/uspg.org.uk\/es\/wp-json\/wp\/v2\/pages\/8862\/revisions"}],"predecessor-version":[{"id":10670,"href":"https:\/\/uspg.org.uk\/es\/wp-json\/wp\/v2\/pages\/8862\/revisions\/10670"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/uspg.org.uk\/es\/wp-json\/wp\/v2\/media\/6690"}],"wp:attachment":[{"href":"https:\/\/uspg.org.uk\/es\/wp-json\/wp\/v2\/media?parent=8862"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}