{"id":10253,"date":"2023-08-31T19:04:17","date_gmt":"2023-09-01T00:04:17","guid":{"rendered":"https:\/\/fundacionfe.org\/new\/?page_id=10253"},"modified":"2024-03-13T15:02:12","modified_gmt":"2024-03-13T20:02:12","slug":"dona-implementos","status":"publish","type":"page","link":"https:\/\/fundacionfe.org\/new\/dona-implementos\/","title":{"rendered":"dona implementos"},"content":{"rendered":"\n<div class=\"container\">\n        <div class=\"media-container-row\">\n            <div class=\"title col-12 col-md-8\">\n                <h2 class=\"align-center pb-3 mbr-fonts-style display-2\"><font color=\"#b8312f\"><strong>DONA IMPLEMENTOS<br><span style=\"color: #000;\">NUEVOS O USADOS EN BUEN ESTADO<\/span><\/strong><\/font><\/h2>\n                \n                \n            <\/div>\n        <\/div>\n    <\/div>\n\n\n<section class=\"mbr-section article content1 cid-r6i03YcbnA\" id=\"content1-2v\">\n    \n     \n\n    <div class=\"container\">\n        <div class=\"media-container-row\">\n            <div class=\"mbr-text col-12 col-md-8 mbr-fonts-style display-7\"><p>\n                Son muchas las necesidades que tenemos\u2026 por eso tus donaciones en especie son importantes\n                para nosotros., puedes donar Implementos nuevos o usados siempre y cuando est\u00e9n en buen\n                estado, como elementos deportivos, did\u00e1cticos, l\u00fadicos, terap\u00e9uticos, tecnol\u00f3gicos (computadores\n                de mesa o port\u00e1tiles, tablets, celulares, impresoras, esc\u00e1ner,etc.) entre otros.\n\n            <\/p>\n            <p><strong>Donaciones en especie que no recibimos:<\/strong><\/p>\n            <ul>\n                <li>Medicamentos<\/li>\n                <li>Insumo m\u00e9dicos (C\u00e1nulas, ox\u00edgeno, sueros, etc)<\/li>\n                <li>Ropa interior (incuyendo medias, trajes de ba\u00f1o y elementos relacionados)<\/li>\n                <li>Alimentos cercanos a su fecha de vencimiento<\/li>\n                <li>Elementos da\u00f1ados o en estado de deterioro.<\/li>\n                <li>Cabello o elementos relacionados<\/li>\n            <\/ul>\n            <p>Todas las donaciones en especie las recibimos en nuestras instalaciones: Cr.59B # 129-45 Bogot\u00e1 D.C, no contamos con medio de transporte para ser recogidas.\n            <\/p>\n        <\/div>\n        \n        <\/div>\n        <div style=\"text-align: center;\">\n            \n            <iframe\n            id=\"JotFormIFrame-212038328357051\"\n            title=\"Dona Implementos nuevos o usados en buen estado\"\n            onload=\"window.parent.scrollTo(0,0)\"\n            allowtransparency=\"true\"\n            allowfullscreen=\"true\"\n            allow=\"geolocation; microphone; camera\"\n            src=\"https:\/\/form.jotform.com\/212038328357051\"\n            frameborder=\"0\"\n            style=\"\n            min-width: 100%;\n            height:539px;\n            border:none;\"\n            scrolling=\"no\"\n          >\n          <\/iframe>\n          <script type=\"text\/javascript\">\n            var ifr = document.getElementById(\"JotFormIFrame-212038328357051\");\n            if (ifr) {\n              var src = ifr.src;\n              var iframeParams = [];\n              if (window.location.href && window.location.href.indexOf(\"?\") > -1) {\n                iframeParams = iframeParams.concat(window.location.href.substr(window.location.href.indexOf(\"?\") + 1).split('&'));\n              }\n              if (src && src.indexOf(\"?\") > -1) {\n                iframeParams = iframeParams.concat(src.substr(src.indexOf(\"?\") + 1).split(\"&\"));\n                src = src.substr(0, src.indexOf(\"?\"))\n              }\n              iframeParams.push(\"isIframeEmbed=1\");\n              ifr.src = src + \"?\" + iframeParams.join('&');\n            }\n            window.handleIFrameMessage = function(e) {\n              if (typeof e.data === 'object') { return; }\n              var args = e.data.split(\":\");\n              if (args.length > 2) { iframe = document.getElementById(\"JotFormIFrame-\" + args[(args.length - 1)]); } else { iframe = document.getElementById(\"JotFormIFrame\"); }\n              if (!iframe) { return; }\n              switch (args[0]) {\n                case \"scrollIntoView\":\n                  iframe.scrollIntoView();\n                  break;\n                case \"setHeight\":\n                  iframe.style.height = args[1] + \"px\";\n                  break;\n                case \"collapseErrorPage\":\n                  if (iframe.clientHeight > window.innerHeight) {\n                    iframe.style.height = window.innerHeight + \"px\";\n                  }\n                  break;\n                case \"reloadPage\":\n                  window.location.reload();\n                  break;\n                case \"loadScript\":\n                  if( !window.isPermitted(e.origin, ['jotform.com', 'jotform.pro']) ) { break; }\n                  var src = args[1];\n                  if (args.length > 3) {\n                      src = args[1] + ':' + args[2];\n                  }\n                  var script = document.createElement('script');\n                  script.src = src;\n                  script.type = 'text\/javascript';\n                  document.body.appendChild(script);\n                  break;\n                case \"exitFullscreen\":\n                  if      (window.document.exitFullscreen)        window.document.exitFullscreen();\n                  else if (window.document.mozCancelFullScreen)   window.document.mozCancelFullScreen();\n                  else if (window.document.mozCancelFullscreen)   window.document.mozCancelFullScreen();\n                  else if (window.document.webkitExitFullscreen)  window.document.webkitExitFullscreen();\n                  else if (window.document.msExitFullscreen)      window.document.msExitFullscreen();\n                  break;\n              }\n              var isJotForm = (e.origin.indexOf(\"jotform\") > -1) ? true : false;\n              if(isJotForm && \"contentWindow\" in iframe && \"postMessage\" in iframe.contentWindow) {\n                var urls = {\"docurl\":encodeURIComponent(document.URL),\"referrer\":encodeURIComponent(document.referrer)};\n                iframe.contentWindow.postMessage(JSON.stringify({\"type\":\"urls\",\"value\":urls}), \"*\");\n              }\n            };\n            window.isPermitted = function(originUrl, whitelisted_domains) {\n              var url = document.createElement('a');\n              url.href = originUrl;\n              var hostname = url.hostname;\n              var result = false;\n              if( typeof hostname !== 'undefined' ) {\n                whitelisted_domains.forEach(function(element) {\n                    if( hostname.slice((-1 * element.length - 1)) === '.'.concat(element) ||  hostname === element ) {\n                        result = true;\n                    }\n                });\n                return result;\n              }\n            }\n            if (window.addEventListener) {\n              window.addEventListener(\"message\", handleIFrameMessage, false);\n            } else if (window.attachEvent) {\n              window.attachEvent(\"onmessage\", handleIFrameMessage);\n            }\n            <\/script>\n                <\/div>\n    <\/div>\n<\/section>\n\n<section class=\"mbr-section content5 cid-r6i46bMS1B mbr-parallax-background\" id=\"content5-3p\">\n\n    \n\n    <div class=\"mbr-overlay\" style=\"opacity: 0.8; background-color: rgb(239, 239, 239);\">\n    <\/div>\n\n    <div class=\"container\">\n        <div class=\"media-container-row\">\n            <div class=\"title col-12 col-md-8\">\n                <h4 class=\"align-center mbr-bold mbr-white pb-3 mbr-fonts-style display-5\">\u00a1Si quieres hacer parte de alguno de nuestros proyectos puedes comunicarte con nosotros a trav\u00e9s de nuestra l\u00ednea de atenci\u00f3n 6240507 y celular 318 398 1836 \u00f3 al correo electr\u00f3nico fundacionfe@fundacionfe.org <br>y sentir\u00e1s c\u00f3mo tu existencia cobra valor!<br><div><br><\/div><\/h4>\n                <h4 class=\"mbr-section-subtitle align-center mbr-light mbr-white pb-3 mbr-fonts-style display-5\"><em><strong>AYUDAR A OTROS\u2026UNA TAREA QUE DEBEMOS REPLICAR.<\/strong><\/em><\/h4>\n                \n                \n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<section class=\"mbr-section form4 cid-r6cWZX1iuC\" id=\"form4-f\">\n\n    \n\n    \n    <div class=\"container\">\n        <div class=\"row\">\n            <div class=\"col-md-6\">\n                <div class=\"google-map\"><iframe frameborder=\"0\" style=\"border:0\" src=\"https:\/\/www.google.com\/maps\/embed\/v1\/place?key=AIzaSyA0Dx_boXQiwvdz8sJHoYeZNVTdoWONYkU&amp;q=place_id:ChIJWZMjPYaZP44RKHfRwj2uFGk\" allowfullscreen=\"\"><\/iframe><\/div>\n            <\/div>\n            <div class=\"col-md-6\">\n                <h2 class=\"pb-3 align-left mbr-fonts-style display-2\"><strong>\n                    CONTACTO<\/strong><\/h2>\n                <div>\n                    <div class=\"icon-block pb-3\">\n                        \n                        \n                    <\/div>\n                    <div class=\"icon-contacts pb-3\">\n                        <h5 class=\"align-left mbr-fonts-style display-7\">Cra.59B # 129-45 Bogot\u00e1 D.C<\/h5>\n                        <p class=\"mbr-text align-left mbr-fonts-style display-7\">Cel: +57 323 9209676 \u2013 +57 318 3981836<br>\n                            Email: fundacionfe@fundacionfe.org<\/p>\n                        <p class=\"mbr-text align-left mbr-fonts-style display-7\">Nit: 860.029.566-3<\/p>    \n                    <\/div>\n                <\/div>\n<iframe loading=\"lazy\" src=\"https:\/\/services.cognitoforms.com\/f\/QDvR0kmYWkKmGM41ykYogQ?id=1\" style=\"position:relative;width:1px;min-width:100%;*width:100%;\" frameborder=\"0\" scrolling=\"yes\" seamless=\"seamless\" height=\"562\" width=\"100%\"><\/iframe>\n<script src=\"https:\/\/services.cognitoforms.com\/scripts\/embed.js\"><\/script>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>DONA IMPLEMENTOSNUEVOS O USADOS EN BUEN ESTADO Son muchas las necesidades que tenemos\u2026 por eso tus donaciones en especie son importantes para nosotros., puedes donar Implementos nuevos o usados siempre y cuando est\u00e9n en buen estado, como elementos deportivos, did\u00e1cticos, l\u00fadicos, terap\u00e9uticos, tecnol\u00f3gicos (computadores de mesa o port\u00e1tiles, tablets, celulares, impresoras, esc\u00e1ner,etc.) entre otros. Donaciones &#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-10253","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>dona implementos - Fundaci\u00f3n Fe<\/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:\/\/fundacionfe.org\/new\/dona-implementos\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"dona implementos - Fundaci\u00f3n Fe\" \/>\n<meta property=\"og:description\" content=\"DONA IMPLEMENTOSNUEVOS O USADOS EN BUEN ESTADO Son muchas las necesidades que tenemos\u2026 por eso tus donaciones en especie son importantes para nosotros., puedes donar Implementos nuevos o usados siempre y cuando est\u00e9n en buen estado, como elementos deportivos, did\u00e1cticos, l\u00fadicos, terap\u00e9uticos, tecnol\u00f3gicos (computadores de mesa o port\u00e1tiles, tablets, celulares, impresoras, esc\u00e1ner,etc.) entre otros. Donaciones ...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/fundacionfe.org\/new\/dona-implementos\/\" \/>\n<meta property=\"og:site_name\" content=\"Fundaci\u00f3n Fe\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/fundacionfe.colombia\/\" \/>\n<meta property=\"article:modified_time\" content=\"2024-03-13T20:02:12+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/fundacionfe.org\/new\/wp-content\/uploads\/2013\/12\/fundacion_fe.png\" \/>\n\t<meta property=\"og:image:width\" content=\"405\" \/>\n\t<meta property=\"og:image:height\" content=\"100\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@fundafe\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minuto\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/fundacionfe.org\/new\/dona-implementos\/\",\"url\":\"https:\/\/fundacionfe.org\/new\/dona-implementos\/\",\"name\":\"dona implementos - Fundaci\u00f3n Fe\",\"isPartOf\":{\"@id\":\"https:\/\/fundacionfe.org\/new\/#website\"},\"datePublished\":\"2023-09-01T00:04:17+00:00\",\"dateModified\":\"2024-03-13T20:02:12+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/fundacionfe.org\/new\/dona-implementos\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/fundacionfe.org\/new\/dona-implementos\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/fundacionfe.org\/new\/dona-implementos\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/fundacionfe.org\/new\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"dona implementos\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/fundacionfe.org\/new\/#website\",\"url\":\"https:\/\/fundacionfe.org\/new\/\",\"name\":\"Fundaci\u00f3n Fe\",\"description\":\"Fundaci\u00f3n Fe\",\"publisher\":{\"@id\":\"https:\/\/fundacionfe.org\/new\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/fundacionfe.org\/new\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/fundacionfe.org\/new\/#organization\",\"name\":\"Fundaci\u00f3n Fe\",\"url\":\"https:\/\/fundacionfe.org\/new\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/fundacionfe.org\/new\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/fundacionfe.org\/new\/wp-content\/uploads\/2013\/12\/logo_fundacion_fe_rojo.png\",\"contentUrl\":\"https:\/\/fundacionfe.org\/new\/wp-content\/uploads\/2013\/12\/logo_fundacion_fe_rojo.png\",\"width\":405,\"height\":100,\"caption\":\"Fundaci\u00f3n Fe\"},\"image\":{\"@id\":\"https:\/\/fundacionfe.org\/new\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/fundacionfe.colombia\/\",\"https:\/\/x.com\/fundafe\",\"https:\/\/www.instagram.com\/fundacionfecol\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"dona implementos - Fundaci\u00f3n Fe","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:\/\/fundacionfe.org\/new\/dona-implementos\/","og_locale":"es_ES","og_type":"article","og_title":"dona implementos - Fundaci\u00f3n Fe","og_description":"DONA IMPLEMENTOSNUEVOS O USADOS EN BUEN ESTADO Son muchas las necesidades que tenemos\u2026 por eso tus donaciones en especie son importantes para nosotros., puedes donar Implementos nuevos o usados siempre y cuando est\u00e9n en buen estado, como elementos deportivos, did\u00e1cticos, l\u00fadicos, terap\u00e9uticos, tecnol\u00f3gicos (computadores de mesa o port\u00e1tiles, tablets, celulares, impresoras, esc\u00e1ner,etc.) entre otros. Donaciones ...","og_url":"https:\/\/fundacionfe.org\/new\/dona-implementos\/","og_site_name":"Fundaci\u00f3n Fe","article_publisher":"https:\/\/www.facebook.com\/fundacionfe.colombia\/","article_modified_time":"2024-03-13T20:02:12+00:00","og_image":[{"width":405,"height":100,"url":"https:\/\/fundacionfe.org\/new\/wp-content\/uploads\/2013\/12\/fundacion_fe.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_site":"@fundafe","twitter_misc":{"Tiempo de lectura":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/fundacionfe.org\/new\/dona-implementos\/","url":"https:\/\/fundacionfe.org\/new\/dona-implementos\/","name":"dona implementos - Fundaci\u00f3n Fe","isPartOf":{"@id":"https:\/\/fundacionfe.org\/new\/#website"},"datePublished":"2023-09-01T00:04:17+00:00","dateModified":"2024-03-13T20:02:12+00:00","breadcrumb":{"@id":"https:\/\/fundacionfe.org\/new\/dona-implementos\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/fundacionfe.org\/new\/dona-implementos\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/fundacionfe.org\/new\/dona-implementos\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/fundacionfe.org\/new\/"},{"@type":"ListItem","position":2,"name":"dona implementos"}]},{"@type":"WebSite","@id":"https:\/\/fundacionfe.org\/new\/#website","url":"https:\/\/fundacionfe.org\/new\/","name":"Fundaci\u00f3n Fe","description":"Fundaci\u00f3n Fe","publisher":{"@id":"https:\/\/fundacionfe.org\/new\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/fundacionfe.org\/new\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/fundacionfe.org\/new\/#organization","name":"Fundaci\u00f3n Fe","url":"https:\/\/fundacionfe.org\/new\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/fundacionfe.org\/new\/#\/schema\/logo\/image\/","url":"https:\/\/fundacionfe.org\/new\/wp-content\/uploads\/2013\/12\/logo_fundacion_fe_rojo.png","contentUrl":"https:\/\/fundacionfe.org\/new\/wp-content\/uploads\/2013\/12\/logo_fundacion_fe_rojo.png","width":405,"height":100,"caption":"Fundaci\u00f3n Fe"},"image":{"@id":"https:\/\/fundacionfe.org\/new\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/fundacionfe.colombia\/","https:\/\/x.com\/fundafe","https:\/\/www.instagram.com\/fundacionfecol\/"]}]}},"_links":{"self":[{"href":"https:\/\/fundacionfe.org\/new\/wp-json\/wp\/v2\/pages\/10253","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fundacionfe.org\/new\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/fundacionfe.org\/new\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/fundacionfe.org\/new\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fundacionfe.org\/new\/wp-json\/wp\/v2\/comments?post=10253"}],"version-history":[{"count":3,"href":"https:\/\/fundacionfe.org\/new\/wp-json\/wp\/v2\/pages\/10253\/revisions"}],"predecessor-version":[{"id":10370,"href":"https:\/\/fundacionfe.org\/new\/wp-json\/wp\/v2\/pages\/10253\/revisions\/10370"}],"wp:attachment":[{"href":"https:\/\/fundacionfe.org\/new\/wp-json\/wp\/v2\/media?parent=10253"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}