{"id":44788,"date":"2022-02-03T21:58:07","date_gmt":"2022-02-03T21:58:07","guid":{"rendered":"https:\/\/cappusa.wpengine.com\/?page_id=44788"},"modified":"2026-08-20T12:39:18","modified_gmt":"2026-08-20T12:39:18","slug":"donate","status":"publish","type":"page","link":"https:\/\/5.capp-usa.org\/es\/donate\/","title":{"rendered":"Donation Page"},"content":{"rendered":"<div class=\"et_pb_section_0 et_pb_section et_section_regular et_block_section mosaic_width\">\n<div class=\"et_pb_row_0 et_pb_row et_block_row et_pb_row_fullwidth\">\n<div class=\"et_pb_column_0 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_0_wrapper\"><a class=\"et_pb_button_0 et_pb_button et_pb_bg_layout_light et_pb_module et_block_module hover-btn-border\" href=\"\/donate\/#newsletter\" data-icon=\"5\">Join our Newsletter<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_1 et_pb_section et_section_regular et_block_section mosaic_width\">\n<div class=\"et_pb_row_1 et_pb_row et_block_row\">\n<div class=\"et_pb_column_1 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_text_0 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><div class=\"et_pb_text_inner\"><h1>Support Catholic Social Teaching Today!<\/h1>\n<p>&nbsp;<\/p>\n<p style=\"text-align: center;\"><span style=\"color: #054368;\">CAPP-USA is recognized by the Internal Revenue Service as a 501(c)(3) public charity. Furthermore, pursuant to Treasury Regulation 1.6033-2(h), CAPP-USA is classified as an integrated auxiliary of the Roman Catholic Church. This recognition is held independently and reflects our unique status as a lay-led Pontifical organization.<\/span><\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_2 et_pb_section et_section_regular et_block_section et_animated mosaic_width\">\n<div class=\"et_pb_row_2 et_pb_row et_block_row et_pb_row_fullwidth\">\n<div class=\"et_pb_column_2 et_pb_column et_pb_column_2_5 et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_text_1 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><div class=\"et_pb_text_inner\"><h2>Choose donation amount<\/h2>\n<\/div><\/div>\n\n<div class=\"et_pb_code_0 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><div class=\"donation_frequency_selection\">\n   <div class=\"donation_column\">\n     <input type=\"button\" id=\"onetime_donation_button\" autofocus class=\"donation_button\" value=\"One-time Donation\" name=\"answer\" onclick=\"ShowDiv1()\" \/>\n   <\/div>\n   <div class=\"donation_column\">\n<input type=\"button\" id=\"monthly_donation_button\" class=\"donation_button\" value=\"Monthly Donation\" name=\"answer\" onclick=\"ShowDiv2()\" \/>\n  <\/div>\n  <div class=\"donation_column\">\n<input type=\"button\" id=\"annual_donation_button\" class=\"donation_button\" value=\"Annual Donation\" name=\"answer\" onclick=\"ShowDiv3()\" \/>\n  <\/div>\n<\/div>\n<style>\n\/*.donation_frequency_selection {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n  width: 100%;\n}\n\n.donation_column {\n  flex: 33.33%;\n}*\/\n  .donation_frequency_selection {\n  display: flex;                  \/* establish flex container *\/\n  flex-direction: row;            \/* default value; can be omitted *\/\n  flex-wrap: wrap;              \/* default value; can be omitted *\/\n  justify-content: center; \/* switched from default (flex-start, see below) *\/\n}\n.donation_column > div {\n  width: 100px;\n  height: 100px;\n  border: 2px dashed red;\n}\n .donation_button:focus{\n  background-color: #E77528;\n    border: 1px solid #E77528;\n    padding: 10px;\n    color: #ffffff;\n  }\n  .donation_button:hover{\n  cursor: pointer;\n  }\n    .donation_button{\n  background-color: transparent;\n    border: 1px solid #bdbdbd;\n    padding: 10px;\n    color: #3d3d3d;\n  }\n<\/style>\n<script>\nwindow.onload = function() {\n  document.getElementById(\"onetime-donation-form\").style.display = \"block\";\n  document.getElementById(\"monthly-donation-form\").style.display = \"none\";\n  document.getElementById(\"onetime_donation_button\").style.backgroundColor = \"#E77528\";\n  document.getElementById(\"onetime_donation_button\").style.color = \"#ffffff\";  \n};\n<\/script>\n<script>\nfunction ShowDiv1() {\n    document.getElementById(\"onetime-donation-form\").style.display = \"block\";\n    document.getElementById(\"monthly-donation-form\").style.display = \"none\";\n    document.getElementById(\"annual-donation-form\").style.display = \"none\";\n    document.getElementById(\"onetime_donation_button\").style.backgroundColor = \"#E77528\";\n    document.getElementById(\"onetime_donation_button\").style.color = \"#ffffff\";\n    document.getElementById(\"monthly_donation_button\").style.backgroundColor = \"transparent\";\n    document.getElementById(\"monthly_donation_button\").style.color = \"#3d3d3d\";\n}\n<\/script>\n<script>\nfunction ShowDiv2() {\n    document.getElementById(\"monthly-donation-form\").style.display = \"block\";\n    document.getElementById(\"onetime-donation-form\").style.display = \"none\";\n    document.getElementById(\"annual-donation-form\").style.display = \"none\";\n    document.getElementById(\"monthly_donation_button\").style.backgroundColor = \"#E77528\";\n    document.getElementById(\"monthly_donation_button\").style.color = \"#ffffff\";  \n    document.getElementById(\"onetime_donation_button\").style.backgroundColor = \"transparent\";\n    document.getElementById(\"onetime_donation_button\").style.color = \"#3d3d3d\";\n    document.getElementById(\"annual_donation_button\").style.backgroundColor = \"transparent\";\n    document.getElementById(\"annual_donation_button\").style.color = \"#3d3d3d\";  \n}\n<\/script>\n<script>\nfunction ShowDiv3() {\n    document.getElementById(\"annual-donation-form\").style.display = \"block\";\n    document.getElementById(\"onetime-donation-form\").style.display = \"none\";\n    document.getElementById(\"monthly-donation-form\").style.display = \"none\";\n    document.getElementById(\"annual_donation_button\").style.backgroundColor = \"#E77528\";\n    document.getElementById(\"annual_donation_button\").style.color = \"#ffffff\";  \n    document.getElementById(\"onetime_donation_button\").style.backgroundColor = \"transparent\";\n    document.getElementById(\"onetime_donation_button\").style.color = \"#3d3d3d\";\n    document.getElementById(\"monthly_donation_button\").style.backgroundColor = \"transparent\";\n    document.getElementById(\"monthly_donation_button\").style.color = \"#3d3d3d\";\n}\n<\/script>\n<\/div><\/div>\n\n<div class=\"et_pb_code_1 et_pb_code et_pb_text_align_center et_pb_module donation-form\" id=\"onetime-donation-form\"><div class=\"et_pb_code_inner\"><div class=\"wpforms-container wpforms-container-full wpforms-stripe\" id=\"wpforms-45412\"><form id=\"wpforms-form-45412\" class=\"wpforms-validate wpforms-form wpforms-ajax-form\" data-formid=\"45412\" method=\"post\" enctype=\"multipart\/form-data\" action=\"\/es\/wp-json\/wp\/v2\/pages\/44788\" data-token=\"839648bb76b1ea746a893dc207458634\" data-token-time=\"1790321534\"><noscript class=\"wpforms-error-noscript\">Por favor, activa JavaScript en tu navegador para completar este formulario.<\/noscript><div class=\"wpforms-page-indicator progress\" data-indicator=\"progress\" data-indicator-color=\"#e77528\" data-scroll=\"0\"><span class=\"wpforms-page-indicator-page-title\" ><\/span><span class=\"wpforms-page-indicator-page-title-sep\" style=\"display:none;\"> - <\/span><span class=\"wpforms-page-indicator-steps\">Paso <span class=\"wpforms-page-indicator-steps-current\">1<\/span> de 3<\/span><div class=\"wpforms-page-indicator-page-progress-wrap\"><div class=\"wpforms-page-indicator-page-progress\" style=\"width:33.333333333333%;background-color:#e77528\"><\/div><\/div><\/div><div class=\"wpforms-field-container\"><div class=\"wpforms-page wpforms-page-1 \" data-page=\"1\"><div id=\"wpforms-45412-field_11-container\" class=\"wpforms-field wpforms-field-pagebreak\" data-field-type=\"pagebreak\" data-field-id=\"11\"><\/div><div id=\"wpforms-45412-field_2-container\" class=\"wpforms-field wpforms-field-payment-multiple wpforms-list-3-columns wpforms-conditional-field wpforms-conditional-show\" data-field-type=\"payment-multiple\" data-field-id=\"2\" style=\"display:none;\"><label class=\"wpforms-field-label wpforms-label-hide\">One-time Donation Amount <span class=\"wpforms-required-label\">*<\/span><\/label><ul id=\"wpforms-45412-field_2\" class=\"wpforms-field-required wpforms-image-choices wpforms-image-choices-modern\"><li class=\"choice-1 wpforms-image-choices-item\"><label class=\"wpforms-field-label-inline\" for=\"wpforms-45412-field_2_1\"><span class=\"wpforms-image-choices-image\"><\/span><input type=\"radio\" id=\"wpforms-45412-field_2_1\" class=\"wpforms-payment-price wpforms-screen-reader-element\" data-amount=\"25.00\" name=\"wpforms[fields][2]\" value=\"1\" required ><span class=\"wpforms-image-choices-label\">$25<\/span><\/label><\/li><li class=\"choice-2 wpforms-image-choices-item\"><label class=\"wpforms-field-label-inline\" for=\"wpforms-45412-field_2_2\"><span class=\"wpforms-image-choices-image\"><\/span><input type=\"radio\" id=\"wpforms-45412-field_2_2\" class=\"wpforms-payment-price wpforms-screen-reader-element\" data-amount=\"50.00\" name=\"wpforms[fields][2]\" value=\"2\" required ><span class=\"wpforms-image-choices-label\">$50<\/span><\/label><\/li><li class=\"choice-3 wpforms-image-choices-item\"><label class=\"wpforms-field-label-inline\" for=\"wpforms-45412-field_2_3\"><span class=\"wpforms-image-choices-image\"><\/span><input type=\"radio\" id=\"wpforms-45412-field_2_3\" class=\"wpforms-payment-price wpforms-screen-reader-element\" data-amount=\"100.00\" name=\"wpforms[fields][2]\" value=\"3\" required ><span class=\"wpforms-image-choices-label\">$100<\/span><\/label><\/li><li class=\"choice-6 wpforms-image-choices-item\"><label class=\"wpforms-field-label-inline\" for=\"wpforms-45412-field_2_6\"><span class=\"wpforms-image-choices-image\"><\/span><input type=\"radio\" id=\"wpforms-45412-field_2_6\" class=\"wpforms-payment-price wpforms-screen-reader-element\" data-amount=\"250.00\" name=\"wpforms[fields][2]\" value=\"6\" required ><span class=\"wpforms-image-choices-label\">$250<\/span><\/label><\/li><li class=\"choice-5 wpforms-image-choices-item\"><label class=\"wpforms-field-label-inline\" for=\"wpforms-45412-field_2_5\"><span class=\"wpforms-image-choices-image\"><\/span><input type=\"radio\" id=\"wpforms-45412-field_2_5\" class=\"wpforms-payment-price wpforms-screen-reader-element\" data-amount=\"500.00\" name=\"wpforms[fields][2]\" value=\"5\" required ><span class=\"wpforms-image-choices-label\">$500<\/span><\/label><\/li><li class=\"choice-4 wpforms-image-choices-item\"><label class=\"wpforms-field-label-inline\" for=\"wpforms-45412-field_2_4\"><span class=\"wpforms-image-choices-image\"><\/span><input type=\"radio\" id=\"wpforms-45412-field_2_4\" class=\"wpforms-payment-price wpforms-screen-reader-element\" data-amount=\"1,000.00\" name=\"wpforms[fields][2]\" value=\"4\" required ><span class=\"wpforms-image-choices-label\">$1000<\/span><\/label><\/li><\/ul><\/div><div id=\"wpforms-45412-field_9-container\" class=\"wpforms-field wpforms-field-divider\" data-field-type=\"divider\" data-field-id=\"9\"><h3 id=\"wpforms-45412-field_9\">Custom Amount<\/h3><\/div><div id=\"wpforms-45412-field_22-container\" class=\"wpforms-field wpforms-field-checkbox wpforms-conditional-trigger\" data-field-type=\"checkbox\" data-field-id=\"22\"><label class=\"wpforms-field-label wpforms-label-hide\">Choose a custom one-time amount<\/label><ul id=\"wpforms-45412-field_22\"><li class=\"choice-1 depth-1\"><input type=\"checkbox\" id=\"wpforms-45412-field_22_1\" name=\"wpforms[fields][22][]\" value=\"Choose a custom one-time amount\"  ><label class=\"wpforms-field-label-inline\" for=\"wpforms-45412-field_22_1\">Choose a custom one-time amount<\/label><\/li><\/ul><\/div><div id=\"wpforms-45412-field_35-container\" class=\"wpforms-field wpforms-field-html wpforms-conditional-field wpforms-conditional-show\" data-field-type=\"html\" data-field-id=\"35\" style=\"display:none;\"><div id=\"wpforms-45412-field_35\">Custom One-time Donation Amount<\/div><\/div><div id=\"wpforms-45412-field_26-container\" class=\"wpforms-field wpforms-field-payment-single wpforms-conditional-field wpforms-conditional-show\" data-field-type=\"payment-single\" data-field-id=\"26\" style=\"display:none;\"><label class=\"wpforms-field-label wpforms-label-hide\" for=\"wpforms-45412-field_26\">Custom One-time Donation <span class=\"wpforms-required-label\">*<\/span><\/label><input type=\"text\" id=\"wpforms-45412-field_26\" class=\"wpforms-field-medium wpforms-field-required wpforms-payment-user-input wpforms-payment-price\" data-rule-currency=\"[&quot;$&quot;,false]\" data-rule-required-minimum-price=\"10.00\" data-rule-required-positive-number=\"1\" name=\"wpforms[fields][26]\"><div class=\"wpforms-field-description\">Precio m\u00ednimo: $10.00<\/div><\/div><div id=\"wpforms-45412-field_19-container\" class=\"wpforms-field wpforms-field-select wpforms-conditional-field wpforms-conditional-hide wpforms-field-select-style-classic\" data-field-type=\"select\" data-field-id=\"19\"><label class=\"wpforms-field-label wpforms-label-hide\" for=\"wpforms-45412-field_19\">Specify your donation<\/label><select id=\"wpforms-45412-field_19\" class=\"wpforms-field-large\" name=\"wpforms[fields][19]\"><option value=\"General donation\"  class=\"choice-1 depth-1\"  >General donation<\/option><option value=\"Pope Francis Ukraine Fund\"  class=\"choice-2 depth-1\"  >Pope Francis Ukraine Fund<\/option><\/select><\/div><div id=\"wpforms-45412-field_10-container\" class=\"wpforms-field wpforms-field-pagebreak\" data-field-type=\"pagebreak\" data-field-id=\"10\"><div class=\"wpforms-clear wpforms-pagebreak-left\"><span class=\"wpforms-page-button-group\"><button class=\"wpforms-page-button wpforms-page-next\" data-action=\"next\" data-page=\"1\" data-formid=\"45412\" disabled>Next<\/button><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/5.capp-usa.org\/wp-content\/plugins\/wpforms\/assets\/images\/submit-spin.svg\" class=\"wpforms-page-button-spinner\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"><\/span><\/div><\/div><\/div><div class=\"wpforms-page wpforms-page-2  \" data-page=\"2\" style=\"display:none;\"><div id=\"wpforms-45412-field_13-container\" class=\"wpforms-field wpforms-field-name\" data-field-type=\"name\" data-field-id=\"13\"><label class=\"wpforms-field-label\">Your Name <span class=\"wpforms-required-label\">*<\/span><\/label><div class=\"wpforms-field-row wpforms-field-large\"><div class=\"wpforms-field-row-block wpforms-first wpforms-one-half\"><input type=\"text\" id=\"wpforms-45412-field_13\" class=\"wpforms-field-name-first wpforms-field-required\" name=\"wpforms[fields][13][first]\" required><label for=\"wpforms-45412-field_13\" class=\"wpforms-field-sublabel after\">Nombre<\/label><\/div><div class=\"wpforms-field-row-block wpforms-one-half\"><input type=\"text\" id=\"wpforms-45412-field_13-last\" class=\"wpforms-field-name-last wpforms-field-required\" name=\"wpforms[fields][13][last]\" required><label for=\"wpforms-45412-field_13-last\" class=\"wpforms-field-sublabel after\">Apellidos<\/label><\/div><\/div><\/div><div id=\"wpforms-45412-field_20-container\" class=\"wpforms-field wpforms-field-checkbox wpforms-conditional-trigger\" data-field-type=\"checkbox\" data-field-id=\"20\"><label class=\"wpforms-field-label wpforms-label-hide\">Include Spouse Name<\/label><ul id=\"wpforms-45412-field_20\"><li class=\"choice-1 depth-1\"><input type=\"checkbox\" id=\"wpforms-45412-field_20_1\" name=\"wpforms[fields][20][]\" value=\"Include Spouse Name\"  ><label class=\"wpforms-field-label-inline\" for=\"wpforms-45412-field_20_1\">Include Spouse Name<\/label><\/li><\/ul><\/div><div id=\"wpforms-45412-field_21-container\" class=\"wpforms-field wpforms-field-name wpforms-conditional-field wpforms-conditional-show\" data-field-type=\"name\" data-field-id=\"21\" style=\"display:none;\"><label class=\"wpforms-field-label\">Spouse Name <span class=\"wpforms-required-label\">*<\/span><\/label><div class=\"wpforms-field-row wpforms-field-medium\"><div class=\"wpforms-field-row-block wpforms-first wpforms-one-half\"><input type=\"text\" id=\"wpforms-45412-field_21\" class=\"wpforms-field-name-first wpforms-field-required\" name=\"wpforms[fields][21][first]\" required><label for=\"wpforms-45412-field_21\" class=\"wpforms-field-sublabel after\">Nombre<\/label><\/div><div class=\"wpforms-field-row-block wpforms-one-half\"><input type=\"text\" id=\"wpforms-45412-field_21-last\" class=\"wpforms-field-name-last wpforms-field-required\" name=\"wpforms[fields][21][last]\" required><label for=\"wpforms-45412-field_21-last\" class=\"wpforms-field-sublabel after\">Apellidos<\/label><\/div><\/div><\/div><div id=\"wpforms-45412-field_14-container\" class=\"wpforms-field wpforms-field-email wpforms-conditional-trigger\" data-field-type=\"email\" data-field-id=\"14\"><label class=\"wpforms-field-label\" for=\"wpforms-45412-field_14\">Your Email <span class=\"wpforms-required-label\">*<\/span><\/label><input type=\"email\" id=\"wpforms-45412-field_14\" class=\"wpforms-field-large wpforms-field-required\" name=\"wpforms[fields][14]\" spellcheck=\"false\" required><\/div><div id=\"wpforms-45412-field_15-container\" class=\"wpforms-field wpforms-field-pagebreak\" data-field-type=\"pagebreak\" data-field-id=\"15\"><div class=\"wpforms-clear wpforms-pagebreak-left\"><span class=\"wpforms-page-button-group\"><button class=\"wpforms-page-button wpforms-page-next\" data-action=\"next\" data-page=\"2\" data-formid=\"45412\" disabled>Next<\/button><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/5.capp-usa.org\/wp-content\/plugins\/wpforms\/assets\/images\/submit-spin.svg\" class=\"wpforms-page-button-spinner\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"><\/span><\/div><\/div><\/div><div class=\"wpforms-page wpforms-page-3 last \" data-page=\"3\" style=\"display:none;\"><div id=\"wpforms-45412-field_17-container\" class=\"wpforms-field wpforms-field-payment-total wpforms-field-medium\" data-field-type=\"payment-total\" data-field-id=\"17\"><label class=\"wpforms-field-label\">Total Donation<\/label><div class=\"wpforms-payment-total\" style=\"\">$0.00<\/div><input type=\"hidden\" id=\"wpforms-45412-field_17\" class=\"wpforms-field-medium wpforms-payment-total\" name=\"wpforms[fields][17]\" value=\"0\"><\/div><div id=\"wpforms-45412-field_36-container\" class=\"wpforms-field wpforms-field-stripe-credit-card\" data-field-type=\"stripe-credit-card\" data-field-id=\"36\"><label class=\"wpforms-field-label\">Stripe Credit Card <span class=\"wpforms-required-label\">*<\/span><\/label><div class=\"wpforms-field-row wpforms-field-medium\"><div class=\"wpforms-field-stripe-credit-card-number\"><div id=\"wpforms-45412-field_36\" class=\"wpforms-field-stripe-credit-card-cardnumber wpforms-field-required\" data-required=\"required\"><!-- a Stripe Element will be inserted here. --><\/div><input type=\"text\" class=\"wpforms-stripe-credit-card-hidden-input\" name=\"wpforms[stripe-credit-card-hidden-input-45412]\" disabled style=\"display: none;\"><label  class=\"wpforms-field-sublabel after\">Tarjeta<\/label><\/div><\/div><div class=\"wpforms-field-row wpforms-field-medium\"><div class=\"wpforms-field-stripe-credit-card-name\"><input type=\"text\" id=\"wpforms-45412-field_36-cardname\" class=\"wpforms-field-stripe-credit-card-cardname wpforms-field-required\" name=\"wpforms[stripe-credit-card-cardname]\" required><label for=\"wpforms-45412-field_36-cardname\" class=\"wpforms-field-sublabel after\">Nombre en la tarjeta<\/label><\/div><\/div><\/div><div id=\"wpforms-45412-field_12-container\" class=\"wpforms-field wpforms-field-pagebreak\" data-field-type=\"pagebreak\" data-field-id=\"12\"><div class=\"wpforms-clear wpforms-pagebreak-left\"><\/div><\/div><\/div><\/div><!-- .wpforms-field-container --><div class=\"wpforms-submit-container\" style=\"display:none;\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"45412\"><input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https:\/\/5.capp-usa.org\/es\/wp-json\/wp\/v2\/pages\/44788\"><input type=\"hidden\" name=\"url_referer\" value=\"\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-45412\" class=\"wpforms-submit\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit<\/button><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/5.capp-usa.org\/wp-content\/plugins\/wpforms\/assets\/images\/submit-spin.svg\" class=\"wpforms-submit-spinner\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Cargando\"><\/div><\/form><\/div>  <!-- .wpforms-container --><\/div><\/div>\n\n<div class=\"et_pb_code_2 et_pb_code et_pb_text_align_center et_pb_module donation-form\" id=\"monthly-donation-form\"><div class=\"et_pb_code_inner\"><div class=\"wpforms-container wpforms-container-full wpforms-stripe\" id=\"wpforms-45729\"><form id=\"wpforms-form-45729\" class=\"wpforms-validate wpforms-form wpforms-ajax-form\" data-formid=\"45729\" method=\"post\" enctype=\"multipart\/form-data\" action=\"\/es\/wp-json\/wp\/v2\/pages\/44788\" data-token=\"916daec000a0aa303ae4e60b4624e35a\" data-token-time=\"1790321534\"><noscript class=\"wpforms-error-noscript\">Por favor, activa JavaScript en tu navegador para completar este formulario.<\/noscript><div class=\"wpforms-page-indicator progress\" data-indicator=\"progress\" data-indicator-color=\"#e77528\" data-scroll=\"0\"><span class=\"wpforms-page-indicator-page-title\" ><\/span><span class=\"wpforms-page-indicator-page-title-sep\" style=\"display:none;\"> - <\/span><span class=\"wpforms-page-indicator-steps\">Paso <span class=\"wpforms-page-indicator-steps-current\">1<\/span> de 3<\/span><div class=\"wpforms-page-indicator-page-progress-wrap\"><div class=\"wpforms-page-indicator-page-progress\" style=\"width:33.333333333333%;background-color:#e77528\"><\/div><\/div><\/div><div class=\"wpforms-field-container\"><div class=\"wpforms-page wpforms-page-1 \" data-page=\"1\"><div id=\"wpforms-45729-field_11-container\" class=\"wpforms-field wpforms-field-pagebreak\" data-field-type=\"pagebreak\" data-field-id=\"11\"><\/div><div id=\"wpforms-45729-field_3-container\" class=\"wpforms-field wpforms-field-payment-multiple wpforms-list-3-columns wpforms-conditional-field wpforms-conditional-show\" data-field-type=\"payment-multiple\" data-field-id=\"3\" style=\"display:none;\"><label class=\"wpforms-field-label wpforms-label-hide\">Monthly Donation Amount<\/label><ul id=\"wpforms-45729-field_3\" class=\"wpforms-image-choices wpforms-image-choices-modern\"><li class=\"choice-1 wpforms-image-choices-item\"><label class=\"wpforms-field-label-inline\" for=\"wpforms-45729-field_3_1\"><span class=\"wpforms-image-choices-image\"><\/span><input type=\"radio\" id=\"wpforms-45729-field_3_1\" class=\"wpforms-payment-price wpforms-screen-reader-element\" data-amount=\"10.00\" name=\"wpforms[fields][3]\" value=\"1\"  ><span class=\"wpforms-image-choices-label\">$10<\/span><\/label><\/li><li class=\"choice-2 wpforms-image-choices-item\"><label class=\"wpforms-field-label-inline\" for=\"wpforms-45729-field_3_2\"><span class=\"wpforms-image-choices-image\"><\/span><input type=\"radio\" id=\"wpforms-45729-field_3_2\" class=\"wpforms-payment-price wpforms-screen-reader-element\" data-amount=\"25.00\" name=\"wpforms[fields][3]\" value=\"2\"  ><span class=\"wpforms-image-choices-label\">$25<\/span><\/label><\/li><li class=\"choice-3 wpforms-image-choices-item\"><label class=\"wpforms-field-label-inline\" for=\"wpforms-45729-field_3_3\"><span class=\"wpforms-image-choices-image\"><\/span><input type=\"radio\" id=\"wpforms-45729-field_3_3\" class=\"wpforms-payment-price wpforms-screen-reader-element\" data-amount=\"50.00\" name=\"wpforms[fields][3]\" value=\"3\"  ><span class=\"wpforms-image-choices-label\">$50<\/span><\/label><\/li><li class=\"choice-6 wpforms-image-choices-item\"><label class=\"wpforms-field-label-inline\" for=\"wpforms-45729-field_3_6\"><span class=\"wpforms-image-choices-image\"><\/span><input type=\"radio\" id=\"wpforms-45729-field_3_6\" class=\"wpforms-payment-price wpforms-screen-reader-element\" data-amount=\"100.00\" name=\"wpforms[fields][3]\" value=\"6\"  ><span class=\"wpforms-image-choices-label\">$100<\/span><\/label><\/li><li class=\"choice-5 wpforms-image-choices-item\"><label class=\"wpforms-field-label-inline\" for=\"wpforms-45729-field_3_5\"><span class=\"wpforms-image-choices-image\"><\/span><input type=\"radio\" id=\"wpforms-45729-field_3_5\" class=\"wpforms-payment-price wpforms-screen-reader-element\" data-amount=\"250.00\" name=\"wpforms[fields][3]\" value=\"5\"  ><span class=\"wpforms-image-choices-label\">$250<\/span><\/label><\/li><li class=\"choice-4 wpforms-image-choices-item\"><label class=\"wpforms-field-label-inline\" for=\"wpforms-45729-field_3_4\"><span class=\"wpforms-image-choices-image\"><\/span><input type=\"radio\" id=\"wpforms-45729-field_3_4\" class=\"wpforms-payment-price wpforms-screen-reader-element\" data-amount=\"500.00\" name=\"wpforms[fields][3]\" value=\"4\"  ><span class=\"wpforms-image-choices-label\">$500<\/span><\/label><\/li><\/ul><\/div><div id=\"wpforms-45729-field_9-container\" class=\"wpforms-field wpforms-field-divider\" data-field-type=\"divider\" data-field-id=\"9\"><h3 id=\"wpforms-45729-field_9\">Custom Amount<\/h3><\/div><div id=\"wpforms-45729-field_23-container\" class=\"wpforms-field wpforms-field-checkbox wpforms-conditional-trigger\" data-field-type=\"checkbox\" data-field-id=\"23\"><label class=\"wpforms-field-label wpforms-label-hide\">Choose a custom monthly amount<\/label><ul id=\"wpforms-45729-field_23\"><li class=\"choice-1 depth-1\"><input type=\"checkbox\" id=\"wpforms-45729-field_23_1\" name=\"wpforms[fields][23][]\" value=\"Choose a custom monthly amount\"  ><label class=\"wpforms-field-label-inline\" for=\"wpforms-45729-field_23_1\">Choose a custom monthly amount<\/label><\/li><\/ul><\/div><div id=\"wpforms-45729-field_40-container\" class=\"wpforms-field wpforms-field-html wpforms-conditional-field wpforms-conditional-show\" data-field-type=\"html\" data-field-id=\"40\" style=\"display:none;\"><div id=\"wpforms-45729-field_40\">Custom Monthly Donation amount<\/div><\/div><div id=\"wpforms-45729-field_27-container\" class=\"wpforms-field wpforms-field-payment-single wpforms-conditional-field wpforms-conditional-show\" data-field-type=\"payment-single\" data-field-id=\"27\" style=\"display:none;\"><label class=\"wpforms-field-label wpforms-label-hide\" for=\"wpforms-45729-field_27\">Custom Monthly Donation <span class=\"wpforms-required-label\">*<\/span><\/label><input type=\"text\" id=\"wpforms-45729-field_27\" class=\"wpforms-field-large wpforms-field-required wpforms-payment-user-input wpforms-payment-price\" data-rule-currency=\"[&quot;$&quot;,false]\" data-rule-required-minimum-price=\"10.00\" data-rule-required-positive-number=\"1\" name=\"wpforms[fields][27]\" value=\"$0.00\"><div class=\"wpforms-field-description\">Precio m\u00ednimo: $10.00<\/div><\/div><div id=\"wpforms-45729-field_31-container\" class=\"wpforms-field wpforms-field-html wpforms-conditional-field wpforms-conditional-hide\" data-field-type=\"html\" data-field-id=\"31\"><div id=\"wpforms-45729-field_31\">Specify your donation<\/div><\/div><div id=\"wpforms-45729-field_19-container\" class=\"wpforms-field wpforms-field-select wpforms-conditional-field wpforms-conditional-hide wpforms-field-select-style-classic\" data-field-type=\"select\" data-field-id=\"19\"><label class=\"wpforms-field-label wpforms-label-hide\" for=\"wpforms-45729-field_19\">Specify your donation<\/label><select id=\"wpforms-45729-field_19\" class=\"wpforms-field-large\" name=\"wpforms[fields][19]\"><option value=\"General donation\"  class=\"choice-1 depth-1\"  >General donation<\/option><option value=\"Pope Francis Ukraine Fund\"  class=\"choice-2 depth-1\"  >Pope Francis Ukraine Fund<\/option><\/select><\/div><div id=\"wpforms-45729-field_10-container\" class=\"wpforms-field wpforms-field-pagebreak\" data-field-type=\"pagebreak\" data-field-id=\"10\"><div class=\"wpforms-clear wpforms-pagebreak-left\"><span class=\"wpforms-page-button-group\"><button class=\"wpforms-page-button wpforms-page-next\" data-action=\"next\" data-page=\"1\" data-formid=\"45729\" disabled>Next<\/button><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/5.capp-usa.org\/wp-content\/plugins\/wpforms\/assets\/images\/submit-spin.svg\" class=\"wpforms-page-button-spinner\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"><\/span><\/div><\/div><\/div><div class=\"wpforms-page wpforms-page-2  \" data-page=\"2\" style=\"display:none;\"><div id=\"wpforms-45729-field_13-container\" class=\"wpforms-field wpforms-field-name\" data-field-type=\"name\" data-field-id=\"13\"><label class=\"wpforms-field-label\">Your Name <span class=\"wpforms-required-label\">*<\/span><\/label><div class=\"wpforms-field-row wpforms-field-large\"><div class=\"wpforms-field-row-block wpforms-first wpforms-one-half\"><input type=\"text\" id=\"wpforms-45729-field_13\" class=\"wpforms-field-name-first wpforms-field-required\" name=\"wpforms[fields][13][first]\" required><label for=\"wpforms-45729-field_13\" class=\"wpforms-field-sublabel after\">Nombre<\/label><\/div><div class=\"wpforms-field-row-block wpforms-one-half\"><input type=\"text\" id=\"wpforms-45729-field_13-last\" class=\"wpforms-field-name-last wpforms-field-required\" name=\"wpforms[fields][13][last]\" required><label for=\"wpforms-45729-field_13-last\" class=\"wpforms-field-sublabel after\">Apellidos<\/label><\/div><\/div><\/div><div id=\"wpforms-45729-field_20-container\" class=\"wpforms-field wpforms-field-checkbox wpforms-conditional-trigger\" data-field-type=\"checkbox\" data-field-id=\"20\"><label class=\"wpforms-field-label wpforms-label-hide\">Include Spouse Name<\/label><ul id=\"wpforms-45729-field_20\"><li class=\"choice-1 depth-1\"><input type=\"checkbox\" id=\"wpforms-45729-field_20_1\" name=\"wpforms[fields][20][]\" value=\"Include Spouse Name\"  ><label class=\"wpforms-field-label-inline\" for=\"wpforms-45729-field_20_1\">Include Spouse Name<\/label><\/li><\/ul><\/div><div id=\"wpforms-45729-field_21-container\" class=\"wpforms-field wpforms-field-name wpforms-conditional-field wpforms-conditional-show\" data-field-type=\"name\" data-field-id=\"21\" style=\"display:none;\"><label class=\"wpforms-field-label\">Spouse Name <span class=\"wpforms-required-label\">*<\/span><\/label><div class=\"wpforms-field-row wpforms-field-medium\"><div class=\"wpforms-field-row-block wpforms-first wpforms-one-half\"><input type=\"text\" id=\"wpforms-45729-field_21\" class=\"wpforms-field-name-first wpforms-field-required\" name=\"wpforms[fields][21][first]\" required><label for=\"wpforms-45729-field_21\" class=\"wpforms-field-sublabel after\">Nombre<\/label><\/div><div class=\"wpforms-field-row-block wpforms-one-half\"><input type=\"text\" id=\"wpforms-45729-field_21-last\" class=\"wpforms-field-name-last wpforms-field-required\" name=\"wpforms[fields][21][last]\" required><label for=\"wpforms-45729-field_21-last\" class=\"wpforms-field-sublabel after\">Apellidos<\/label><\/div><\/div><\/div><div id=\"wpforms-45729-field_14-container\" class=\"wpforms-field wpforms-field-email wpforms-conditional-trigger\" data-field-type=\"email\" data-field-id=\"14\"><label class=\"wpforms-field-label\" for=\"wpforms-45729-field_14\">Your Email <span class=\"wpforms-required-label\">*<\/span><\/label><input type=\"email\" id=\"wpforms-45729-field_14\" class=\"wpforms-field-large wpforms-field-required\" name=\"wpforms[fields][14]\" spellcheck=\"false\" required><\/div><div id=\"wpforms-45729-field_15-container\" class=\"wpforms-field wpforms-field-pagebreak\" data-field-type=\"pagebreak\" data-field-id=\"15\"><div class=\"wpforms-clear wpforms-pagebreak-left\"><span class=\"wpforms-page-button-group\"><button class=\"wpforms-page-button wpforms-page-next\" data-action=\"next\" data-page=\"2\" data-formid=\"45729\" disabled>Next<\/button><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/5.capp-usa.org\/wp-content\/plugins\/wpforms\/assets\/images\/submit-spin.svg\" class=\"wpforms-page-button-spinner\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"><\/span><\/div><\/div><\/div><div class=\"wpforms-page wpforms-page-3 last \" data-page=\"3\" style=\"display:none;\"><div id=\"wpforms-45729-field_17-container\" class=\"wpforms-field wpforms-field-payment-total wpforms-field-medium\" data-field-type=\"payment-total\" data-field-id=\"17\"><label class=\"wpforms-field-label\">Total Donation<\/label><div class=\"wpforms-payment-total\" style=\"\">$0.00<\/div><input type=\"hidden\" id=\"wpforms-45729-field_17\" class=\"wpforms-field-medium wpforms-payment-total\" name=\"wpforms[fields][17]\" value=\"0\"><\/div><div id=\"wpforms-45729-field_36-container\" class=\"wpforms-field wpforms-field-stripe-credit-card\" data-field-type=\"stripe-credit-card\" data-field-id=\"36\"><label class=\"wpforms-field-label wpforms-label-hide\">Stripe Credit Card <span class=\"wpforms-required-label\">*<\/span><\/label><div class=\"wpforms-field-row wpforms-field-medium\"><div class=\"wpforms-field-stripe-credit-card-number\"><div id=\"wpforms-45729-field_36\" class=\"wpforms-field-stripe-credit-card-cardnumber wpforms-field-required\" data-required=\"required\"><!-- a Stripe Element will be inserted here. --><\/div><input type=\"text\" class=\"wpforms-stripe-credit-card-hidden-input\" name=\"wpforms[stripe-credit-card-hidden-input-45729]\" disabled style=\"display: none;\"><label  class=\"wpforms-field-sublabel after\">Tarjeta<\/label><\/div><\/div><div class=\"wpforms-field-row wpforms-field-medium\"><div class=\"wpforms-field-stripe-credit-card-name\"><input type=\"text\" id=\"wpforms-45729-field_36-cardname\" class=\"wpforms-field-stripe-credit-card-cardname wpforms-field-required\" name=\"wpforms[stripe-credit-card-cardname]\" required><label for=\"wpforms-45729-field_36-cardname\" class=\"wpforms-field-sublabel after\">Nombre en la tarjeta<\/label><\/div><\/div><\/div><div id=\"wpforms-45729-field_12-container\" class=\"wpforms-field wpforms-field-pagebreak\" data-field-type=\"pagebreak\" data-field-id=\"12\"><div class=\"wpforms-clear wpforms-pagebreak-left\"><\/div><\/div><\/div><\/div><!-- .wpforms-field-container --><div class=\"wpforms-submit-container\" style=\"display:none;\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"45729\"><input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https:\/\/5.capp-usa.org\/es\/wp-json\/wp\/v2\/pages\/44788\"><input type=\"hidden\" name=\"url_referer\" value=\"\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-45729\" class=\"wpforms-submit\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit<\/button><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/5.capp-usa.org\/wp-content\/plugins\/wpforms\/assets\/images\/submit-spin.svg\" class=\"wpforms-submit-spinner\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Cargando\"><\/div><\/form><\/div>  <!-- .wpforms-container --><\/div><\/div>\n\n<div class=\"et_pb_code_3 et_pb_code et_pb_text_align_center et_pb_module donation-form\" id=\"annual-donation-form\"><div class=\"et_pb_code_inner\"><div class=\"wpforms-container wpforms-container-full wpforms-stripe\" id=\"wpforms-45733\"><form id=\"wpforms-form-45733\" class=\"wpforms-validate wpforms-form wpforms-ajax-form\" data-formid=\"45733\" method=\"post\" enctype=\"multipart\/form-data\" action=\"\/es\/wp-json\/wp\/v2\/pages\/44788\" data-token=\"cec73967f878e82dd11f473ff5e32746\" data-token-time=\"1790321534\"><noscript class=\"wpforms-error-noscript\">Por favor, activa JavaScript en tu navegador para completar este formulario.<\/noscript><div class=\"wpforms-page-indicator progress\" data-indicator=\"progress\" data-indicator-color=\"#e77528\" data-scroll=\"0\"><span class=\"wpforms-page-indicator-page-title\" ><\/span><span class=\"wpforms-page-indicator-page-title-sep\" style=\"display:none;\"> - <\/span><span class=\"wpforms-page-indicator-steps\">Paso <span class=\"wpforms-page-indicator-steps-current\">1<\/span> de 3<\/span><div class=\"wpforms-page-indicator-page-progress-wrap\"><div class=\"wpforms-page-indicator-page-progress\" style=\"width:33.333333333333%;background-color:#e77528\"><\/div><\/div><\/div><div class=\"wpforms-field-container\"><div class=\"wpforms-page wpforms-page-1 \" data-page=\"1\"><div id=\"wpforms-45733-field_11-container\" class=\"wpforms-field wpforms-field-pagebreak\" data-field-type=\"pagebreak\" data-field-id=\"11\"><\/div><div id=\"wpforms-45733-field_7-container\" class=\"wpforms-field wpforms-field-payment-multiple wpforms-list-3-columns wpforms-conditional-field wpforms-conditional-show\" data-field-type=\"payment-multiple\" data-field-id=\"7\" style=\"display:none;\"><label class=\"wpforms-field-label wpforms-label-hide\">Annual Donation Amount<\/label><ul id=\"wpforms-45733-field_7\" class=\"wpforms-image-choices wpforms-image-choices-modern\"><li class=\"choice-1 wpforms-image-choices-item\"><label class=\"wpforms-field-label-inline\" for=\"wpforms-45733-field_7_1\"><span class=\"wpforms-image-choices-image\"><\/span><input type=\"radio\" id=\"wpforms-45733-field_7_1\" class=\"wpforms-payment-price wpforms-screen-reader-element\" data-amount=\"100.00\" name=\"wpforms[fields][7]\" value=\"1\"  ><span class=\"wpforms-image-choices-label\">$100<\/span><\/label><\/li><li class=\"choice-2 wpforms-image-choices-item\"><label class=\"wpforms-field-label-inline\" for=\"wpforms-45733-field_7_2\"><span class=\"wpforms-image-choices-image\"><\/span><input type=\"radio\" id=\"wpforms-45733-field_7_2\" class=\"wpforms-payment-price wpforms-screen-reader-element\" data-amount=\"250.00\" name=\"wpforms[fields][7]\" value=\"2\"  ><span class=\"wpforms-image-choices-label\">$250<\/span><\/label><\/li><li class=\"choice-3 wpforms-image-choices-item\"><label class=\"wpforms-field-label-inline\" for=\"wpforms-45733-field_7_3\"><span class=\"wpforms-image-choices-image\"><\/span><input type=\"radio\" id=\"wpforms-45733-field_7_3\" class=\"wpforms-payment-price wpforms-screen-reader-element\" data-amount=\"500.00\" name=\"wpforms[fields][7]\" value=\"3\"  ><span class=\"wpforms-image-choices-label\">$500<\/span><\/label><\/li><li class=\"choice-6 wpforms-image-choices-item\"><label class=\"wpforms-field-label-inline\" for=\"wpforms-45733-field_7_6\"><span class=\"wpforms-image-choices-image\"><\/span><input type=\"radio\" id=\"wpforms-45733-field_7_6\" class=\"wpforms-payment-price wpforms-screen-reader-element\" data-amount=\"1,000.00\" name=\"wpforms[fields][7]\" value=\"6\"  ><span class=\"wpforms-image-choices-label\">$1000<\/span><\/label><\/li><li class=\"choice-5 wpforms-image-choices-item\"><label class=\"wpforms-field-label-inline\" for=\"wpforms-45733-field_7_5\"><span class=\"wpforms-image-choices-image\"><\/span><input type=\"radio\" id=\"wpforms-45733-field_7_5\" class=\"wpforms-payment-price wpforms-screen-reader-element\" data-amount=\"2,500.00\" name=\"wpforms[fields][7]\" value=\"5\"  ><span class=\"wpforms-image-choices-label\">$2500<\/span><\/label><\/li><li class=\"choice-4 wpforms-image-choices-item\"><label class=\"wpforms-field-label-inline\" for=\"wpforms-45733-field_7_4\"><span class=\"wpforms-image-choices-image\"><\/span><input type=\"radio\" id=\"wpforms-45733-field_7_4\" class=\"wpforms-payment-price wpforms-screen-reader-element\" data-amount=\"5,000.00\" name=\"wpforms[fields][7]\" value=\"4\"  ><span class=\"wpforms-image-choices-label\">$5000<\/span><\/label><\/li><\/ul><\/div><div id=\"wpforms-45733-field_9-container\" class=\"wpforms-field wpforms-field-divider\" data-field-type=\"divider\" data-field-id=\"9\"><h3 id=\"wpforms-45733-field_9\">Custom Amount<\/h3><\/div><div id=\"wpforms-45733-field_24-container\" class=\"wpforms-field wpforms-field-checkbox wpforms-conditional-trigger\" data-field-type=\"checkbox\" data-field-id=\"24\"><label class=\"wpforms-field-label wpforms-label-hide\">Choose a custom annual amount<\/label><ul id=\"wpforms-45733-field_24\"><li class=\"choice-1 depth-1\"><input type=\"checkbox\" id=\"wpforms-45733-field_24_1\" name=\"wpforms[fields][24][]\" value=\"Choose a custom annual amount\"  ><label class=\"wpforms-field-label-inline\" for=\"wpforms-45733-field_24_1\">Choose a custom annual amount<\/label><\/li><\/ul><\/div><div id=\"wpforms-45733-field_33-container\" class=\"wpforms-field wpforms-field-html wpforms-conditional-field wpforms-conditional-show\" data-field-type=\"html\" data-field-id=\"33\" style=\"display:none;\"><div id=\"wpforms-45733-field_33\">Custom Annual Donation Amount<\/div><\/div><div id=\"wpforms-45733-field_28-container\" class=\"wpforms-field wpforms-field-payment-single wpforms-conditional-field wpforms-conditional-show\" data-field-type=\"payment-single\" data-field-id=\"28\" style=\"display:none;\"><label class=\"wpforms-field-label wpforms-label-hide\" for=\"wpforms-45733-field_28\">Custom Annual Donation <span class=\"wpforms-required-label\">*<\/span><\/label><input type=\"text\" id=\"wpforms-45733-field_28\" class=\"wpforms-field-medium wpforms-field-required wpforms-payment-user-input wpforms-payment-price\" data-rule-currency=\"[&quot;$&quot;,false]\" data-rule-required-minimum-price=\"10.00\" data-rule-required-positive-number=\"1\" name=\"wpforms[fields][28]\" value=\"$0.00\"><div class=\"wpforms-field-description\">Precio m\u00ednimo: $10.00<\/div><\/div><div id=\"wpforms-45733-field_31-container\" class=\"wpforms-field wpforms-field-html wpforms-conditional-field wpforms-conditional-hide\" data-field-type=\"html\" data-field-id=\"31\"><div id=\"wpforms-45733-field_31\">Specify your donation<\/div><\/div><div id=\"wpforms-45733-field_19-container\" class=\"wpforms-field wpforms-field-select wpforms-conditional-field wpforms-conditional-hide wpforms-field-select-style-classic\" data-field-type=\"select\" data-field-id=\"19\"><label class=\"wpforms-field-label wpforms-label-hide\" for=\"wpforms-45733-field_19\">Specify your donation<\/label><select id=\"wpforms-45733-field_19\" class=\"wpforms-field-large\" name=\"wpforms[fields][19]\"><option value=\"General donation\"  class=\"choice-1 depth-1\"  >General donation<\/option><option value=\"Pope Francis Ukraine Fund\"  class=\"choice-2 depth-1\"  >Pope Francis Ukraine Fund<\/option><\/select><\/div><div id=\"wpforms-45733-field_10-container\" class=\"wpforms-field wpforms-field-pagebreak\" data-field-type=\"pagebreak\" data-field-id=\"10\"><div class=\"wpforms-clear wpforms-pagebreak-left\"><span class=\"wpforms-page-button-group\"><button class=\"wpforms-page-button wpforms-page-next\" data-action=\"next\" data-page=\"1\" data-formid=\"45733\" disabled>Next<\/button><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/5.capp-usa.org\/wp-content\/plugins\/wpforms\/assets\/images\/submit-spin.svg\" class=\"wpforms-page-button-spinner\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"><\/span><\/div><\/div><\/div><div class=\"wpforms-page wpforms-page-2  \" data-page=\"2\" style=\"display:none;\"><div id=\"wpforms-45733-field_13-container\" class=\"wpforms-field wpforms-field-name\" data-field-type=\"name\" data-field-id=\"13\"><label class=\"wpforms-field-label\">Your Name <span class=\"wpforms-required-label\">*<\/span><\/label><div class=\"wpforms-field-row wpforms-field-large\"><div class=\"wpforms-field-row-block wpforms-first wpforms-one-half\"><input type=\"text\" id=\"wpforms-45733-field_13\" class=\"wpforms-field-name-first wpforms-field-required\" name=\"wpforms[fields][13][first]\" required><label for=\"wpforms-45733-field_13\" class=\"wpforms-field-sublabel after\">Nombre<\/label><\/div><div class=\"wpforms-field-row-block wpforms-one-half\"><input type=\"text\" id=\"wpforms-45733-field_13-last\" class=\"wpforms-field-name-last wpforms-field-required\" name=\"wpforms[fields][13][last]\" required><label for=\"wpforms-45733-field_13-last\" class=\"wpforms-field-sublabel after\">Apellidos<\/label><\/div><\/div><\/div><div id=\"wpforms-45733-field_20-container\" class=\"wpforms-field wpforms-field-checkbox wpforms-conditional-trigger\" data-field-type=\"checkbox\" data-field-id=\"20\"><label class=\"wpforms-field-label wpforms-label-hide\">Include Spouse Name<\/label><ul id=\"wpforms-45733-field_20\"><li class=\"choice-1 depth-1\"><input type=\"checkbox\" id=\"wpforms-45733-field_20_1\" name=\"wpforms[fields][20][]\" value=\"Include Spouse Name\"  ><label class=\"wpforms-field-label-inline\" for=\"wpforms-45733-field_20_1\">Include Spouse Name<\/label><\/li><\/ul><\/div><div id=\"wpforms-45733-field_21-container\" class=\"wpforms-field wpforms-field-name wpforms-conditional-field wpforms-conditional-show\" data-field-type=\"name\" data-field-id=\"21\" style=\"display:none;\"><label class=\"wpforms-field-label\">Spouse Name <span class=\"wpforms-required-label\">*<\/span><\/label><div class=\"wpforms-field-row wpforms-field-medium\"><div class=\"wpforms-field-row-block wpforms-first wpforms-one-half\"><input type=\"text\" id=\"wpforms-45733-field_21\" class=\"wpforms-field-name-first wpforms-field-required\" name=\"wpforms[fields][21][first]\" required><label for=\"wpforms-45733-field_21\" class=\"wpforms-field-sublabel after\">Nombre<\/label><\/div><div class=\"wpforms-field-row-block wpforms-one-half\"><input type=\"text\" id=\"wpforms-45733-field_21-last\" class=\"wpforms-field-name-last wpforms-field-required\" name=\"wpforms[fields][21][last]\" required><label for=\"wpforms-45733-field_21-last\" class=\"wpforms-field-sublabel after\">Apellidos<\/label><\/div><\/div><\/div><div id=\"wpforms-45733-field_14-container\" class=\"wpforms-field wpforms-field-email wpforms-conditional-trigger\" data-field-type=\"email\" data-field-id=\"14\"><label class=\"wpforms-field-label\" for=\"wpforms-45733-field_14\">Your Email <span class=\"wpforms-required-label\">*<\/span><\/label><input type=\"email\" id=\"wpforms-45733-field_14\" class=\"wpforms-field-large wpforms-field-required\" name=\"wpforms[fields][14]\" spellcheck=\"false\" required><\/div><div id=\"wpforms-45733-field_15-container\" class=\"wpforms-field wpforms-field-pagebreak\" data-field-type=\"pagebreak\" data-field-id=\"15\"><div class=\"wpforms-clear wpforms-pagebreak-left\"><span class=\"wpforms-page-button-group\"><button class=\"wpforms-page-button wpforms-page-next\" data-action=\"next\" data-page=\"2\" data-formid=\"45733\" disabled>Next<\/button><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/5.capp-usa.org\/wp-content\/plugins\/wpforms\/assets\/images\/submit-spin.svg\" class=\"wpforms-page-button-spinner\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"><\/span><\/div><\/div><\/div><div class=\"wpforms-page wpforms-page-3 last \" data-page=\"3\" style=\"display:none;\"><div id=\"wpforms-45733-field_17-container\" class=\"wpforms-field wpforms-field-payment-total wpforms-field-medium\" data-field-type=\"payment-total\" data-field-id=\"17\"><label class=\"wpforms-field-label\">Total Donation<\/label><div class=\"wpforms-payment-total\" style=\"\">$0.00<\/div><input type=\"hidden\" id=\"wpforms-45733-field_17\" class=\"wpforms-field-medium wpforms-payment-total\" name=\"wpforms[fields][17]\" value=\"0\"><\/div><div id=\"wpforms-45733-field_32-container\" class=\"wpforms-field wpforms-field-stripe-credit-card\" data-field-type=\"stripe-credit-card\" data-field-id=\"32\"><label class=\"wpforms-field-label wpforms-label-hide\">Stripe Credit Card <span class=\"wpforms-required-label\">*<\/span><\/label><div class=\"wpforms-field-row wpforms-field-medium\"><div class=\"wpforms-field-stripe-credit-card-number\"><div id=\"wpforms-45733-field_32\" class=\"wpforms-field-stripe-credit-card-cardnumber wpforms-field-required\" data-required=\"required\"><!-- a Stripe Element will be inserted here. --><\/div><input type=\"text\" class=\"wpforms-stripe-credit-card-hidden-input\" name=\"wpforms[stripe-credit-card-hidden-input-45733]\" disabled style=\"display: none;\"><label  class=\"wpforms-field-sublabel after\">Tarjeta<\/label><\/div><\/div><div class=\"wpforms-field-row wpforms-field-medium\"><div class=\"wpforms-field-stripe-credit-card-name\"><input type=\"text\" id=\"wpforms-45733-field_32-cardname\" class=\"wpforms-field-stripe-credit-card-cardname wpforms-field-required\" name=\"wpforms[stripe-credit-card-cardname]\" required><label for=\"wpforms-45733-field_32-cardname\" class=\"wpforms-field-sublabel after\">Nombre en la tarjeta<\/label><\/div><\/div><\/div><div id=\"wpforms-45733-field_12-container\" class=\"wpforms-field wpforms-field-pagebreak\" data-field-type=\"pagebreak\" data-field-id=\"12\"><div class=\"wpforms-clear wpforms-pagebreak-left\"><\/div><\/div><\/div><\/div><!-- .wpforms-field-container --><div class=\"wpforms-submit-container\" style=\"display:none;\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"45733\"><input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https:\/\/5.capp-usa.org\/es\/wp-json\/wp\/v2\/pages\/44788\"><input type=\"hidden\" name=\"url_referer\" value=\"\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-45733\" class=\"wpforms-submit\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit<\/button><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/5.capp-usa.org\/wp-content\/plugins\/wpforms\/assets\/images\/submit-spin.svg\" class=\"wpforms-submit-spinner\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Cargando\"><\/div><\/form><\/div>  <!-- .wpforms-container --><\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_3 et_pb_column et_pb_column_3_5 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_text_2 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><div class=\"et_pb_text_inner\"><h4 style=\"text-align: center;\"><span style=\"color: #054368;\">It's Up to Us<\/span><\/h4>\n<h2 style=\"text-align: center;\"><span style=\"color: #eb7425;\">Thank You for Your Gift<\/span><\/h2>\n<\/div><\/div>\n\n<div class=\"et_pb_text_3 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module et_pb_text_align_center\"><div class=\"et_pb_text_inner\"><h5><span style=\"color: #ffffff;\">Always keep before you \u201c<strong>The permanent timeliness of the social doctrine of the Church<\/strong>.\u201d<\/span><\/h5>\n<p><a class=\"alternate-link\" href=\"https:\/\/w2.vatican.va\/content\/john-paul-ii\/en\/speeches\/2003\/july\/documents\/hf_jp-ii_spe_20030705_centesimus-annus.html\" target=\"_blank\" rel=\"noopener noreferrer\">Pope St. John Paul II, 2<\/a><\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_4 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module et_pb_text_align_center\"><div class=\"et_pb_text_inner\"><h5><span style=\"color: #ffffff;\">\u201cBy making known the richness of the Church\u2019s social doctrine, <strong>you seek to form the consciences of leaders<\/strong> in the political, social and economic sectors.\u201d<\/span><\/h5>\n<p><a class=\"alternate-link\" href=\"https:\/\/www.vatican.va\/content\/francesco\/en\/speeches\/2018\/may\/documents\/papa-francesco_20180526_centesimus-annus.html\" target=\"_blank\" rel=\"noopener noreferrer\">Pope Francis Address to CAPP<\/a><\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_3 et_pb_section et_section_regular et_block_section et_animated\">\n<div class=\"et_pb_row_3 et_pb_row et_block_row\">\n<div class=\"et_pb_column_4 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough M-0_grid\">\n<div class=\"et_pb_text_5 et_pb_text et_pb_bg_layout_light et_clickable et_pb_module et_block_module M-0_grid-item M-0_grid-item1 fade-text\"><div class=\"et_pb_text_inner\"><p>Dedicated to Our Lady<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_6 et_pb_text et_pb_bg_layout_light et_clickable et_pb_module et_block_module M-0_grid-item M-0_grid-item2 fade-text\"><div class=\"et_pb_text_inner\"><p>Events, Courses, and Membership<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_7 et_pb_text et_pb_bg_layout_light et_clickable et_pb_module et_block_module M-0_grid-item M-0_grid-item3 fade-text\"><div class=\"et_pb_text_inner\" data-et-mv-hidden-tablet=\"true\"><div class=\"M-0_grid-item3_shape\"><\/div>\n<div class=\"M-0_grid-item3_text\">\n<p>Serving the Holy Father<\/p>\n<\/div>\n<\/div><\/div>\n\n<div class=\"et_pb_text_8 et_pb_text et_pb_bg_layout_light et_clickable et_pb_module et_block_module M-0_grid-item M-0_grid-item4 fade-text\"><div class=\"et_pb_text_inner\"><p>Authentic Magisterial Teaching<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_9 et_pb_text et_pb_bg_layout_light et_clickable et_pb_module et_block_module M-0_grid-item M-0_grid-item5 fade-text\"><div class=\"et_pb_text_inner\"><p>Forming Lay Leaders<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_10 et_pb_text et_pb_bg_layout_light et_clickable et_pb_module et_block_module M-0_grid-item M-0_grid-item6 fade-text\"><div class=\"et_pb_text_inner\"><p>Answering the Call of our Founder<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_4 et_pb_section et_section_regular et_block_section et_animated mosaic_width\">\n<div class=\"et_pb_row_4 et_pb_row et_block_row et_pb_row_fullwidth\">\n<div class=\"et_pb_column_5 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_text_11 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><div class=\"et_pb_text_inner\"><h4>Purpose<\/h4>\n<\/div><\/div>\n\n<div class=\"et_pb_text_12 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module et_pb_text_align_center\"><div class=\"et_pb_text_inner\"><h5>Pope St. John Paul II established CAPP -- <strong><br \/>\n\u201cto promote and defend the knowledge and the practice of the Church\u2019s social doctrine.<\/strong>\u201d<\/h5>\n<p><a class=\"alternate-link init\" href=\"https:\/\/w2.vatican.va\/content\/john-paul-ii\/en\/speeches\/2003\/july\/documents\/hf_jp-ii_spe_20030705_centesimus-annus.html\" target=\"_blank\" rel=\"noopener noreferrer\">Message to the Members of the \u201cCentesimus Annus Pro Pontifice\u201d Foundation\u200b<\/a><\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_divider_0 et_pb_divider et_pb_space et_pb_divider_position_bottom et_pb_module\"><div class=\"et_pb_divider_internal\"><\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_1_wrapper\"><a class=\"et_pb_button_1 et_pb_button et_pb_bg_layout_light et_pb_module et_block_module hover-btn-border\" href=\"\/capp-intro\/\" data-icon=\"5\">Learn More About CAPP<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_5 et_pb_section et_section_regular et_block_section mosaic_width footer-newsletter\" id=\"newsletter\"><div class=\"et_pb_row_5 et_pb_row et_pb_equal_columns et_block_row et_animated mosaic_width\"><div class=\"et_pb_column_6 et_pb_column et_pb_column_1_2 et_block_column et_pb_css_mix_blend_mode_passthrough ds-vertical-align\"><div class=\"et_pb_text_13 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module et_pb_text_align_center\"><div class=\"et_pb_text_inner\"><h4>Sign Up For Our Newsletter:<\/h4>\n<\/div><\/div><\/div><div class=\"et_pb_column_7 et_pb_column et_pb_column_1_2 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough ds-vertical-align\"><div class=\"et_pb_code_4 et_pb_code et_pb_module footer-newsletter\"><div class=\"et_pb_code_inner\"><div class=\"wpforms-container wpforms-container-full\" id=\"wpforms-26576\"><form id=\"wpforms-form-26576\" class=\"wpforms-validate wpforms-form\" data-formid=\"26576\" method=\"post\" enctype=\"multipart\/form-data\" action=\"\/es\/wp-json\/wp\/v2\/pages\/44788\" data-token=\"28aa1376cf7eb1e1faf4b46faed197a3\" data-token-time=\"1790321534\"><noscript class=\"wpforms-error-noscript\">Por favor, activa JavaScript en tu navegador para completar este formulario.<\/noscript><div class=\"wpforms-field-container\"><div id=\"wpforms-26576-field_1-container\" class=\"wpforms-field wpforms-field-email\" data-field-type=\"email\" data-field-id=\"1\"><label class=\"wpforms-field-label wpforms-label-hide\" for=\"wpforms-26576-field_1\">Email <span class=\"wpforms-required-label\">*<\/span><\/label><input type=\"email\" id=\"wpforms-26576-field_1\" class=\"wpforms-field-large wpforms-field-required\" name=\"wpforms[fields][1]\" placeholder=\"Your Email Address\" spellcheck=\"false\" required><\/div><\/div><!-- .wpforms-field-container --><div class=\"wpforms-field wpforms-field-hp\"><label for=\"wpforms-26576-field-hp\" class=\"wpforms-field-label\">Website<\/label><input type=\"text\" name=\"wpforms[hp]\" id=\"wpforms-26576-field-hp\" class=\"wpforms-field-medium\"><\/div><div class=\"wpforms-recaptcha-container wpforms-is-turnstile\" ><div class=\"wpforms-turnstile\" data-sitekey=\"0x4AAAAAAB9CKDO48yJZ19cC\" data-action=\"FormID-26576\"><\/div><input type=\"text\" name=\"g-recaptcha-hidden\" class=\"wpforms-recaptcha-hidden\" style=\"position:absolute!important;clip:rect(0,0,0,0)!important;height:1px!important;width:1px!important;border:0!important;overflow:hidden!important;padding:0!important;margin:0!important;\" data-rule-turnstile=\"1\"><\/div><div class=\"wpforms-submit-container\" ><input type=\"hidden\" name=\"wpforms[id]\" value=\"26576\"><input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https:\/\/5.capp-usa.org\/es\/wp-json\/wp\/v2\/pages\/44788\"><input type=\"hidden\" name=\"url_referer\" value=\"\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-26576\" class=\"wpforms-submit alternate-link\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit<\/button><\/div><\/form><\/div>  <!-- .wpforms-container --><\/div><\/div><\/div><\/div><\/div>\n\n<div class=\"et_pb_section_6 et_pb_section et_section_regular et_block_section footer-bottom\"><div class=\"et_pb_row_6 et_pb_row et_pb_equal_columns et_block_row et_pb_row_fullwidth\"><div class=\"et_pb_column_8 et_pb_column et_pb_column_1_3 et_block_column et_pb_css_mix_blend_mode_passthrough ds-vertical-align\"><div class=\"et_pb_text_14 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><\/div><div class=\"et_pb_text_15 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module et_pb_text_align_center\"><div class=\"et_pb_text_inner\"><p style=\"text-align: left\"><span style=\"font-size: 12px\">CAPP-USA (Centesimus Annus Pro Pontifice, Inc.) is the United States affiliate of the Vatican-based pontifical foundation of <a class=\"alternate-link\" href=\"https:\/\/www.centesimusannus.va\/en\/\">Fondazione Centesimus Annus Pro Pontifice<\/a>, established by Pope St. John Paul II in 1993 to promote Catholic Social Teaching in fidelity to the Magisterium of the Catholic Church. CAPP-USA is a 501(c)(3) nonprofit organization.<\/span><\/p>\n<p style=\"text-align: left\"><span style=\"font-size: 12px\"><a class=\"alternate-link\" href=\"https:\/\/5.capp-usa.org\/sitemap\/\">Sitemap<\/a><\/span><\/p>\n<\/div><\/div><div class=\"et_pb_text_16 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><\/div><\/div><div class=\"et_pb_column_9 et_pb_column et_pb_column_1_3 et_block_column et_pb_css_mix_blend_mode_passthrough ds-vertical-align\"><div class=\"et_pb_text_17 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><\/div><ul class=\"et_pb_social_media_follow_0 et_pb_social_media_follow clearfix et_pb_bg_layout_light et_pb_text_align_center et_pb_module et_block_module\"><li class=\"et_pb_social_media_follow_network_0 et_pb_social_media_follow_network et_pb_social_icon et_pb_social_network_link et-social-linkedin et_pb_module et_flex_module\"><a href=\"https:\/\/www.linkedin.com\/company\/centesimus-annus-pro-pontifice-the-vatican\/?viewAsMember=true\" class=\"icon\" title=\"Follow on Linkedin\" target=\"_self\" rel=\"noopener\"><span class=\"et_pb_social_media_follow_network_name\">Follow<\/span><\/a><\/li><li class=\"et_pb_social_media_follow_network_1 et_pb_social_media_follow_network et_pb_social_icon et_pb_social_network_link et-social-twitter et_pb_module et_flex_module\"><a href=\"https:\/\/twitter.com\/cappusa\" class=\"icon\" title=\"Follow on &lt;p&gt;Twitter&lt;\/p&gt;\" target=\"_self\" rel=\"noopener\"><span class=\"et_pb_social_media_follow_network_name\">Follow<\/span><\/a><\/li><li class=\"et_pb_social_media_follow_network_2 et_pb_social_media_follow_network et_pb_social_icon et_pb_social_network_link et-social-facebook et_pb_module et_flex_module\"><a href=\"https:\/\/www.facebook.com\/cappusaorg\/\" class=\"icon\" title=\"Follow on &lt;p&gt;Facebook&lt;\/p&gt;\" target=\"_self\" rel=\"noopener\"><span class=\"et_pb_social_media_follow_network_name\">Follow<\/span><\/a><\/li><li class=\"et_pb_social_media_follow_network_3 et_pb_social_media_follow_network et_pb_social_icon et_pb_social_network_link et-social-youtube et_pb_module et_flex_module\"><a href=\"https:\/\/www.youtube.com\/user\/CAPPUSATV\" class=\"icon\" title=\"Follow on &lt;p&gt;Youtube&lt;\/p&gt;\" target=\"_self\" rel=\"noopener\"><span class=\"et_pb_social_media_follow_network_name\">Follow<\/span><\/a><\/li><li class=\"et_pb_social_media_follow_network_4 et_pb_social_media_follow_network et_pb_social_icon et_pb_social_network_link et-social-instagram et_pb_module et_flex_module\"><a href=\"https:\/\/www.instagram.com\/capp__usa\/\" class=\"icon\" title=\"Follow on Instagram\" target=\"_self\" rel=\"noopener\"><span class=\"et_pb_social_media_follow_network_name\">Follow<\/span><\/a><\/li><\/ul><div class=\"et_pb_text_18 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><div class=\"et_pb_text_inner\"><p style=\"text-align: center;font-size: 12px\">info@capp-usa.org<\/p>\n<p style=\"text-align: center\">\n<\/div><\/div><\/div><div class=\"et_pb_column_10 et_pb_column et_pb_column_1_3 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough ds-vertical-align\"><div class=\"et_pb_text_19 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><\/div><div class=\"et_pb_text_20 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><div class=\"et_pb_text_inner\"><h5 style=\"text-align: center\"><span style=\"font-size: 12px\"><strong>Phone:\u00a0<\/strong>(888) 473-3331<\/span><\/h5>\n<h5 style=\"text-align: center\"><span style=\"font-size: 12px\"><strong>Address: <\/strong>295 Madison Avenue, 12th Floor, New York, NY, 10017<\/span><\/h5>\n<\/div><\/div><div class=\"et_pb_text_21 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><\/div><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-44788","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.8 (Yoast SEO v28.5) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Donate. Promote Catholic Social Teaching! | CAPP-USA<\/title>\n<meta name=\"description\" content=\"Donate to support CAPP-USA&#039;s mission to promote and defend the knowledge and practice of Catholic social teaching.\" \/>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"es_MX\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Donation Page\" \/>\n<meta property=\"og:description\" content=\"%\" \/>\n<meta property=\"og:url\" content=\"https:\/\/5.capp-usa.org\/es\/donate\/\" \/>\n<meta property=\"og:site_name\" content=\"CAPP-USA\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/cappusaorg\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-20T12:39:18+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/5.capp-usa.org\/wp-content\/uploads\/2019\/06\/JohnPaul-resized_92c8c3977c495da9e9d8d380277ad516.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"400\" \/>\n\t<meta property=\"og:image:height\" content=\"577\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/5.capp-usa.org\/wp-content\/uploads\/2019\/06\/JohnPaul-resized_92c8c3977c495da9e9d8d380277ad516.jpg\" \/>\n<meta name=\"twitter:site\" content=\"@cappusa\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/5.capp-usa.org\\\/donate\\\/\",\"url\":\"https:\\\/\\\/5.capp-usa.org\\\/donate\\\/\",\"name\":\"Donate. Promote Catholic Social Teaching! | CAPP-USA\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/5.capp-usa.org\\\/#website\"},\"datePublished\":\"2022-02-03T21:58:07+00:00\",\"dateModified\":\"2026-08-20T12:39:18+00:00\",\"description\":\"Donate to support CAPP-USA's mission to promote and defend the knowledge and practice of Catholic social teaching.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/5.capp-usa.org\\\/donate\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/5.capp-usa.org\\\/donate\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/5.capp-usa.org\\\/donate\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/5.capp-usa.org\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Donation Page\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/5.capp-usa.org\\\/#website\",\"url\":\"https:\\\/\\\/5.capp-usa.org\\\/\",\"name\":\"CAPP-USA\",\"description\":\"Founded by St. John Paul II - Catholic Social Teaching in Action\",\"publisher\":{\"@id\":\"https:\\\/\\\/5.capp-usa.org\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/5.capp-usa.org\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":[\"ReligiousOrganization\",\"Place\"],\"@id\":\"https:\\\/\\\/5.capp-usa.org\\\/#organization\",\"name\":\"CAPP-USA\",\"alternateName\":\"CAPP-USA\",\"url\":\"https:\\\/\\\/5.capp-usa.org\\\/\",\"logo\":{\"@id\":\"https:\\\/\\\/5.capp-usa.org\\\/donate\\\/#local-main-organization-logo\"},\"image\":{\"@id\":\"https:\\\/\\\/5.capp-usa.org\\\/donate\\\/#local-main-organization-logo\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/cappusaorg\",\"https:\\\/\\\/x.com\\\/cappusa\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/centesimus-annus-pro-pontifice-the-vatican\",\"https:\\\/\\\/www.youtube.com\\\/@CAPPUSATV\",\"https:\\\/\\\/www.instagram.com\\\/capp__usa\\\/\",\"https:\\\/\\\/cappusa.substack.com\\\/\"],\"parentOrganization\":{\"@type\":\"Organization\",\"name\":\"Fondazione Centesimus Annus Pro Pontifice\",\"url\":\"https:\\\/\\\/www.centesimusannus.org\\\/\",\"parentOrganization\":{\"@type\":\"Organization\",\"name\":\"Holy See\",\"sameAs\":\"https:\\\/\\\/www.wikidata.org\\\/wiki\\\/Q159583\"}},\"founder\":{\"@type\":\"Person\",\"name\":\"Pope St. John Paul II\",\"sameAs\":\"https:\\\/\\\/www.wikidata.org\\\/wiki\\\/Q989\"},\"memberOf\":{\"@type\":\"Organization\",\"name\":\"Catholic Church\",\"sameAs\":\"https:\\\/\\\/www.wikidata.org\\\/wiki\\\/Q9592\"},\"nonprofitStatus\":\"501(c)(3)\",\"taxID\":\"20-0265464\",\"knowsAbout\":[\"Catholic Social Teaching\",\"Magisterium\",\"Papal social encyclicals\",\"Centesimus Annus\"],\"subjectOf\":{\"@type\":\"WebPage\",\"url\":\"https:\\\/\\\/www.centesimusannus.org\\\/en\\\/activities\\\/local\\\/united-states\\\/\",\"name\":\"United States \u2013 Fondazione Centesimus Annus Pro Pontifice\"},\"description\":\"CAPP-USA is the American arm of the Vatican-based Centesimus Annus Pro Pontifice Fondazione. Our mission is to spread the knowledge and practice of Catholic Social Teaching.\",\"legalName\":\"Centesimus Annus Pro Pontifice, Inc.\",\"foundingDate\":\"1993-06-05\",\"telephone\":[],\"openingHoursSpecification\":[{\"@type\":\"OpeningHoursSpecification\",\"dayOfWeek\":[\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\",\"Saturday\",\"Sunday\"],\"opens\":\"09:00\",\"closes\":\"17:00\"}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/5.capp-usa.org\\\/donate\\\/#local-main-organization-logo\",\"url\":\"https:\\\/\\\/5.capp-usa.org\\\/wp-content\\\/uploads\\\/2020\\\/07\\\/CAPP-USA-Logowhite-bluebg-2019.png\",\"contentUrl\":\"https:\\\/\\\/5.capp-usa.org\\\/wp-content\\\/uploads\\\/2020\\\/07\\\/CAPP-USA-Logowhite-bluebg-2019.png\",\"width\":1920,\"height\":1920,\"caption\":\"CAPP-USA\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Donate. Promote Catholic Social Teaching! | CAPP-USA","description":"Donate to support CAPP-USA's mission to promote and defend the knowledge and practice of Catholic social teaching.","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"es_MX","og_type":"article","og_title":"Donation Page","og_description":"%","og_url":"https:\/\/5.capp-usa.org\/es\/donate\/","og_site_name":"CAPP-USA","article_publisher":"https:\/\/www.facebook.com\/cappusaorg","article_modified_time":"2026-08-20T12:39:18+00:00","og_image":[{"width":400,"height":577,"url":"https:\/\/5.capp-usa.org\/wp-content\/uploads\/2019\/06\/JohnPaul-resized_92c8c3977c495da9e9d8d380277ad516.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_image":"https:\/\/5.capp-usa.org\/wp-content\/uploads\/2019\/06\/JohnPaul-resized_92c8c3977c495da9e9d8d380277ad516.jpg","twitter_site":"@cappusa","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/5.capp-usa.org\/donate\/","url":"https:\/\/5.capp-usa.org\/donate\/","name":"Donate. Promote Catholic Social Teaching! | CAPP-USA","isPartOf":{"@id":"https:\/\/5.capp-usa.org\/#website"},"datePublished":"2022-02-03T21:58:07+00:00","dateModified":"2026-08-20T12:39:18+00:00","description":"Donate to support CAPP-USA's mission to promote and defend the knowledge and practice of Catholic social teaching.","breadcrumb":{"@id":"https:\/\/5.capp-usa.org\/donate\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/5.capp-usa.org\/donate\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/5.capp-usa.org\/donate\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/5.capp-usa.org\/"},{"@type":"ListItem","position":2,"name":"Donation Page"}]},{"@type":"WebSite","@id":"https:\/\/5.capp-usa.org\/#website","url":"https:\/\/5.capp-usa.org\/","name":"CAPP-USA","description":"Founded by St. John Paul II - Catholic Social Teaching in Action","publisher":{"@id":"https:\/\/5.capp-usa.org\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/5.capp-usa.org\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":["ReligiousOrganization","Place"],"@id":"https:\/\/5.capp-usa.org\/#organization","name":"CAPP-USA","alternateName":"CAPP-USA","url":"https:\/\/5.capp-usa.org\/","logo":{"@id":"https:\/\/5.capp-usa.org\/donate\/#local-main-organization-logo"},"image":{"@id":"https:\/\/5.capp-usa.org\/donate\/#local-main-organization-logo"},"sameAs":["https:\/\/www.facebook.com\/cappusaorg","https:\/\/x.com\/cappusa","https:\/\/www.linkedin.com\/company\/centesimus-annus-pro-pontifice-the-vatican","https:\/\/www.youtube.com\/@CAPPUSATV","https:\/\/www.instagram.com\/capp__usa\/","https:\/\/cappusa.substack.com\/"],"parentOrganization":{"@type":"Organization","name":"Fondazione Centesimus Annus Pro Pontifice","url":"https:\/\/www.centesimusannus.org\/","parentOrganization":{"@type":"Organization","name":"Holy See","sameAs":"https:\/\/www.wikidata.org\/wiki\/Q159583"}},"founder":{"@type":"Person","name":"Pope St. John Paul II","sameAs":"https:\/\/www.wikidata.org\/wiki\/Q989"},"memberOf":{"@type":"Organization","name":"Catholic Church","sameAs":"https:\/\/www.wikidata.org\/wiki\/Q9592"},"nonprofitStatus":"501(c)(3)","taxID":"20-0265464","knowsAbout":["Catholic Social Teaching","Magisterium","Papal social encyclicals","Centesimus Annus"],"subjectOf":{"@type":"WebPage","url":"https:\/\/www.centesimusannus.org\/en\/activities\/local\/united-states\/","name":"United States \u2013 Fondazione Centesimus Annus Pro Pontifice"},"description":"CAPP-USA is the American arm of the Vatican-based Centesimus Annus Pro Pontifice Fondazione. Our mission is to spread the knowledge and practice of Catholic Social Teaching.","legalName":"Centesimus Annus Pro Pontifice, Inc.","foundingDate":"1993-06-05","telephone":[],"openingHoursSpecification":[{"@type":"OpeningHoursSpecification","dayOfWeek":["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],"opens":"09:00","closes":"17:00"}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/5.capp-usa.org\/donate\/#local-main-organization-logo","url":"https:\/\/5.capp-usa.org\/wp-content\/uploads\/2020\/07\/CAPP-USA-Logowhite-bluebg-2019.png","contentUrl":"https:\/\/5.capp-usa.org\/wp-content\/uploads\/2020\/07\/CAPP-USA-Logowhite-bluebg-2019.png","width":1920,"height":1920,"caption":"CAPP-USA"}]}},"meta_box":[],"_links":{"self":[{"href":"https:\/\/5.capp-usa.org\/es\/wp-json\/wp\/v2\/pages\/44788","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/5.capp-usa.org\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/5.capp-usa.org\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/5.capp-usa.org\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/5.capp-usa.org\/es\/wp-json\/wp\/v2\/comments?post=44788"}],"version-history":[{"count":4,"href":"https:\/\/5.capp-usa.org\/es\/wp-json\/wp\/v2\/pages\/44788\/revisions"}],"predecessor-version":[{"id":58789,"href":"https:\/\/5.capp-usa.org\/es\/wp-json\/wp\/v2\/pages\/44788\/revisions\/58789"}],"wp:attachment":[{"href":"https:\/\/5.capp-usa.org\/es\/wp-json\/wp\/v2\/media?parent=44788"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}