{"id":27,"date":"2023-07-20T22:41:14","date_gmt":"2023-07-20T22:41:14","guid":{"rendered":"https:\/\/kuvcr.com\/slothfoundation\/?page_id=27"},"modified":"2023-08-17T18:42:41","modified_gmt":"2023-08-17T18:42:41","slug":"home","status":"publish","type":"page","link":"https:\/\/slothfoundation.com\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"27\" class=\"elementor elementor-27\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a93246c e-flex e-con-boxed e-con e-parent\" data-id=\"a93246c\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\\\/\\\/slothfoundation.com\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/Costa-Rica-In-4K-60Fps-Hdr-Ultra-Hd.webm&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;,&quot;container_type&quot;:&quot;flex&quot;,&quot;content_width&quot;:&quot;boxed&quot;}\" data-core-v316-plus=\"true\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-background-video-container\">\n\t\t\t\t\t\t\t<video class=\"elementor-background-video-hosted elementor-html5-video\" autoplay muted playsinline loop><\/video>\n\t\t\t\t\t<\/div>\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-de7d5de e-flex e-con-boxed e-con e-parent\" data-id=\"de7d5de\" data-element_type=\"container\" id=\"plantree\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_bottom&quot;:&quot;mountains&quot;,&quot;container_type&quot;:&quot;flex&quot;,&quot;content_width&quot;:&quot;boxed&quot;}\" data-core-v316-plus=\"true\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n\t<path class=\"elementor-shape-fill\" opacity=\"0.33\" d=\"M473,67.3c-203.9,88.3-263.1-34-320.3,0C66,119.1,0,59.7,0,59.7V0h1000v59.7 c0,0-62.1,26.1-94.9,29.3c-32.8,3.3-62.8-12.3-75.8-22.1C806,49.6,745.3,8.7,694.9,4.7S492.4,59,473,67.3z\"\/>\n\t<path class=\"elementor-shape-fill\" opacity=\"0.66\" d=\"M734,67.3c-45.5,0-77.2-23.2-129.1-39.1c-28.6-8.7-150.3-10.1-254,39.1 s-91.7-34.4-149.2,0C115.7,118.3,0,39.8,0,39.8V0h1000v36.5c0,0-28.2-18.5-92.1-18.5C810.2,18.1,775.7,67.3,734,67.3z\"\/>\n\t<path class=\"elementor-shape-fill\" d=\"M766.1,28.9c-200-57.5-266,65.5-395.1,19.5C242,1.8,242,5.4,184.8,20.6C128,35.8,132.3,44.9,89.9,52.5C28.6,63.7,0,0,0,0 h1000c0,0-9.9,40.9-83.6,48.1S829.6,47,766.1,28.9z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b308702 elementor-widget elementor-widget-shortcode\" data-id=\"b308702\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-shortcode\">    <style>\n        \/* Estilos para la columna derecha *\/\n        .col-right {\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            align-items: center;\n            min-height: 400px; \/* Tama\u00f1o fijo para la columna *\/\n        }\n\n        \/* Estilo para el tooltip personalizado *\/\n        .custom-tooltip {\n            --bs-bg-opacity: 1;\n            background-color: #2EBC82; \/* Color de fondo para el tooltip *\/\n            color: #fff; \/* Color del texto en el tooltip *\/\n        }\n    <\/style>\n    <div class=\"container-fluid\">\n        <!-- Contenedor para las dos columnas -->\n        <div class=\"row\">\n            <div class=\"col-md-6\">\n                <!-- Col 6 Izquierdo con animaci\u00f3n Lottie desde un archivo -->\n                <div id=\"lottie-animation\"><\/div>\n                  <script>\n                    var lottieFile = 'https:\/\/slothfoundation.com\/wp-content\/uploads\/2023\/07\/data.json';\n                    var animationContainer; \/\/ Declaramos la variable animationContainer\n\n                    var anim;\n\n                    \/\/ Agregamos la definici\u00f3n de colRight\n                    var colRight;\n\n                    function playLottieAnimation() {\n                        if (!anim) {\n                            animationContainer = document.getElementById('lottie-animation'); \/\/ Asignamos el valor a animationContainer\n                            colRight = document.querySelector('.col-right'); \/\/ Asignamos el valor a colRight\n                            colRightHeight = colRight.offsetHeight;\n                            anim = lottie.loadAnimation({\n                                container: animationContainer, \/\/ Usamos la variable animationContainer\n                                renderer: 'svg',\n                                autoplay: true,\n                                path: lottieFile,\n                                loop: false,\n                                preserveAspectRatio: \"xMidYMid meet\"\n                            });\n                        } else {\n                            anim.play();\n                        }\n                    }\n\n                    function playLottieReverse() {\n                        if (anim) {\n                            anim.playSegments([anim.totalFrames, 0], true);\n                            anim.setDirection(-1);\n                        }\n                    }\n\n                    function resetLottieAnimation() {\n                        if (anim) {\n                            anim.stop();\n                            anim.destroy();\n                            anim = null;\n                            colRight.style.height = colRightHeight + 'px';\n                        }\n                    }\n\n                    document.addEventListener('DOMContentLoaded', function() {\n                        var offcanvasElement = document.getElementById('donateOffcanvas');\n                        offcanvasElement.addEventListener('hidden.bs.offcanvas', function() {\n                            playLottieReverse();\n                        });\n                        offcanvasElement.addEventListener('shown.bs.offcanvas', function() {\n                            resetLottieAnimation();\n                            playLottieAnimation();\n                        });\n                    });\n                <\/script>\n            <\/div>\n            <div class=\"col-md-6 col-right\">\n                <!-- Col 6 Derecho con encabezado, p\u00e1rrafo y bot\u00f3n -->\n                <h1 >Plant a Tree Program<\/h1>\n\t\t\t\t<p style=\"font-size:12px;\">by Sloth Foundation<\/p>\n                <p style=\"text-align: center;\">Join us in our mission to protect and preserve the natural wonders of Talamanca. Every contribution, big or small, brings us closer to our goal of securing a sustainable future for wildlife and the environment. Visit our website to learn more about our projects, initiatives, and how you can get involved.<\/p>\n                <button class=\"btn btn-primary\" onclick=\"playLottieAnimation()\" data-bs-toggle=\"offcanvas\" data-bs-target=\"#donateOffcanvas\" data-bs-backdrop=\"false\">Donate a Tree<\/button>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Offcanvas de Bootstrap -->\n    <div class=\"offcanvas offcanvas-end\" tabindex=\"-1\" id=\"donateOffcanvas\" aria-labelledby=\"donateOffcanvasLabel\">\n        <div class=\"offcanvas-header\">\n            <h5 class=\"offcanvas-title\" id=\"donateOffcanvasLabel\">Donate a Tree<\/h5>\n            <button type=\"button\" class=\"btn-close text-reset\" data-bs-dismiss=\"offcanvas\" aria-label=\"Close\"><\/button>\n        <\/div>\n        <div class=\"offcanvas-body\">\n            <!-- Contenido dentro del offcanvas -->\n            <h2>Introducing the Plant a Tree Program by Slot Foundation!<\/h2>\n            <p>Do you want to make a tangible impact on the environment? With our Plant a Tree Program, you can contribute to reforestation efforts in Costa Rica and show your commitment to the environment.<\/p>\n            <p><strong>How it Works:<\/strong><\/p>\n            <p>For as little as $10, you can purchase a tree through our program. We will then donate the tree to the government of Costa Rica, who will plant it in areas that have been affected by deforestation or natural disasters. By participating in this program, you not only help replenish the tree cover but also support the restoration of vital ecosystems.<\/p>\n            <p><strong>Certificate of Commitment:<\/strong><\/p>\n            <p>As a token of our appreciation, you will receive a personalized certificate showcasing your commitment to the environment. This certificate serves as a testament to your contribution and dedication to creating a greener and healthier planet.<\/p>\n            <p><strong>Why Plant Trees in Costa Rica?<\/strong><\/p>\n            <p>Costa Rica is renowned for its incredible biodiversity and lush rainforests. However, deforestation and natural disasters have taken a toll on the country's forests. By planting trees in Costa Rica, we aim to restore and preserve its unique ecosystems, protect wildlife habitats, and combat climate change.<\/p>\n            <!-- Agregar las tres tarjetas con los montos y tooltips -->\n            <div class=\"row\">\n                <div class=\"col-md-4\">\n                    <div class=\"card\" data-bs-toggle=\"tooltip\" data-bs-placement=\"top\" data-bs-custom-class=\"custom-tooltip\" data-bs-title=\"1 Tree\">\n                        <div class=\"card-body text-center\">\n                            <h3>$10 USD<\/h3>\n                            <form action=\"https:\/\/slothfoundation.com\/index.php\/carrito\/\" method=\"post\" class=\"cart\">\n                                <input type=\"hidden\" name=\"add-to-cart\" value=\"182\">\n                                <button type=\"submit\" class=\"btn btn-primary\">Buy Tree<\/button>\n                            <\/form>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"col-md-4\">\n                    <div class=\"card\" data-bs-toggle=\"tooltip\" data-bs-placement=\"top\" data-bs-custom-class=\"custom-tooltip\" data-bs-title=\"5 Trees\">\n                        <div class=\"card-body text-center\">\n                            <h3>$50 USD<\/h3>\n                            <form action=\"https:\/\/slothfoundation.com\/index.php\/carrito\/\" method=\"post\" class=\"cart\">\n                                <input type=\"hidden\" name=\"add-to-cart\" value=\"183\">\n                                <button type=\"submit\" class=\"btn btn-primary\">Buy Tree<\/button>\n                            <\/form>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"col-md-4\">\n                    <div class=\"card\" data-bs-toggle=\"tooltip\" data-bs-placement=\"top\" data-bs-custom-class=\"custom-tooltip\" data-bs-title=\"10 Trees\">\n                        <div class=\"card-body text-center\">\n                            <h3>$100 USD<\/h3>\n                            <form action=\"https:\/\/slothfoundation.com\/index.php\/carrito\/\" method=\"post\" class=\"cart\">\n                                <input type=\"hidden\" name=\"add-to-cart\" value=\"184\">\n                                <button type=\"submit\" class=\"btn btn-primary\">Buy Tree<\/button>\n                            <\/form>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        \/\/ C\u00f3digo JavaScript para activar los tooltips\n        var tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle=\"tooltip\"]'))\n        var tooltipList = tooltipTriggerList.map(function (tooltipTriggerEl) {\n            return new bootstrap.Tooltip(tooltipTriggerEl)\n\n        \/\/ C\u00f3digo JavaScript para agregar productos al carrito de WooCommerce al hacer clic en las tarjetas\n        var addToCartButtons = document.querySelectorAll('.card[data-bs-toggle=\"tooltip\"]');\n        addToCartButtons.forEach(function(button) {\n            button.addEventListener('click', function() {\n                var productQuantity = 1; \/\/ Cantidad del producto a agregar al carrito (puedes modificar esto seg\u00fan tus necesidades)\n                var productId = button.dataset.productId; \/\/ Obtener el ID del producto desde un atributo de datos personalizado (data-product-id)\n                if (productId) {\n                    \/\/ L\u00f3gica para agregar el producto al carrito usando AJAX u otra t\u00e9cnica seg\u00fan la configuraci\u00f3n de WooCommerce de tu sitio\n                    addToCart(productId, productQuantity);\n                }\n            });\n        });\n\n        \/\/ Ejemplo de funci\u00f3n para agregar producto al carrito y redireccionar a la p\u00e1gina de checkout usando AJAX\n        function addToCart(productId, quantity) {\n            \/\/ En este ejemplo, simulamos una solicitud AJAX para agregar el producto al carrito\n            \/\/ Puedes reemplazar esto con la l\u00f3gica real de tu sitio y la API de WooCommerce\n            console.log('Agregado al carrito: Producto ID=' + productId + ', Cantidad=' + quantity);\n            \/\/ Aqu\u00ed puedes usar la API de WooCommerce para agregar el producto al carrito usando AJAX\n            \/\/ Luego, redireccionamos a la p\u00e1gina de checkout\n            \/\/ Por ejemplo:\n            \/\/ fetch('\/wp-json\/wc\/v3\/cart\/add', {\n            \/\/     method: 'POST',\n            \/\/     headers: {\n            \/\/         'Content-Type': 'application\/json',\n            \/\/         'Authorization': 'Basic ' + btoa('tu_usuario_api_key:tu_contrase\u00f1a_api_key')\n            \/\/     },\n            \/\/     body: JSON.stringify({\n            \/\/         product_id: productId,\n            \/\/         quantity: quantity\n            \/\/     })\n            \/\/ })\n            \/\/ .then(response => response.json())\n            \/\/ .then(data => {\n            \/\/     console.log(data);\n            \/\/     \/\/ Redireccionar a la p\u00e1gina de checkout despu\u00e9s de agregar el producto al carrito\n            \/\/     window.location.href = 'https:\/\/tusitio.com\/checkout\/';\n            \/\/ })\n            \/\/ .catch(error => console.error(error));\n\n            \/\/ En este ejemplo, simplemente redireccionamos a la p\u00e1gina de checkout despu\u00e9s de agregar el producto al carrito\n            window.location.href = 'https:\/\/tusitio.com\/checkout\/';\n        }\n    <\/script>\n\n    \n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-304c1a1 e-flex e-con-boxed e-con e-parent\" data-id=\"304c1a1\" data-element_type=\"container\" data-settings=\"{&quot;container_type&quot;:&quot;flex&quot;,&quot;content_width&quot;:&quot;boxed&quot;}\" data-core-v316-plus=\"true\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-260fa7b e-con-full e-flex e-con e-child\" data-id=\"260fa7b\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;,&quot;container_type&quot;:&quot;flex&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0dc4ef1 elementor-widget__width-initial elementor-align-center elementor-widget elementor-widget-lottie\" data-id=\"0dc4ef1\" data-element_type=\"widget\" data-settings=\"{&quot;source_json&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/kuvcr.com\\\/slothfoundation\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/animation_lkgh0eev.json&quot;,&quot;id&quot;:197,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;loop&quot;:&quot;yes&quot;,&quot;end_point&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:100,&quot;sizes&quot;:[]},&quot;source&quot;:&quot;media_file&quot;,&quot;caption_source&quot;:&quot;none&quot;,&quot;link_to&quot;:&quot;none&quot;,&quot;trigger&quot;:&quot;arriving_to_viewport&quot;,&quot;viewport&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;play_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;start_point&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;0&quot;,&quot;sizes&quot;:[]},&quot;renderer&quot;:&quot;svg&quot;}\" data-widget_type=\"lottie.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! pro-elements - v3.16.0 - 20-09-2023 *\/\n.e-lottie__container{display:inline-block;max-width:var(--lottie-container-max-width);width:var(--lottie-container-width);opacity:var(--lottie-container-opacity)}.e-lottie__container:hover{opacity:var(--lottie-container-opacity-hover);transition-duration:var(--lottie-container-transition-duration-hover)}.e-lottie__container svg,.e-lottie__container svg *{transition:none!important}.e-lottie__caption{color:var(--caption-color);margin-top:var(--caption-margin-top);text-align:var(--caption-text-align)}<\/style><div class=\"e-lottie__container\"><div class=\"e-lottie__animation\"><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-24263c1 elementor-widget__width-initial elementor-widget elementor-widget-shortcode\" data-id=\"24263c1\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-shortcode\">    <div class=\"container-fluid\">\n        <div class=\"row\">\n            <div class=\"col-md-12 d-flex align-items-center\">\n                <h1 style=\"text-align: center;\">Dedicated to the conservation of our precious ecosystems<\/h1>\n            <\/div>\n            <div class=\"col-md-12\">\n                <p style=\"text-align: center; font-size: 14px; line-height: 1.6;\">\n                    The Sloth Foundation focuses on wildlife preservation and habitat conservation in Talamanca. We strive to act swiftly in acquiring endangered lands to prevent destruction and preserve essential habitats. Our initiatives include addressing deforestation, restoring degraded areas, and promoting ecological balance. Through scientific research, education, and community outreach, we aim to raise awareness and understanding of wildlife conservation. Your support enables us to make a significant difference in protecting wildlife and preserving Talamanca's natural heritage. Join us in our mission for a sustainable future.\n                <\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n    <\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-94409dd e-flex e-con-boxed e-con e-parent\" data-id=\"94409dd\" data-element_type=\"container\" id=\"canhelp\" data-settings=\"{&quot;container_type&quot;:&quot;flex&quot;,&quot;content_width&quot;:&quot;boxed&quot;}\" data-core-v316-plus=\"true\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ca7df76 elementor-widget elementor-widget-heading\" data-id=\"ca7df76\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.17.0 - 18-10-2023 *\/\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}<\/style><h2 class=\"elementor-heading-title elementor-size-default\">How You Can Help<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fdf105 elementor-widget elementor-widget-text-editor\" data-id=\"6fdf105\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.17.0 - 18-10-2023 *\/\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}<\/style>\t\t\t\t<p>You can contribute to our cause in various ways<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-496cfa5 e-flex e-con-boxed e-con e-child\" data-id=\"496cfa5\" data-element_type=\"container\" data-settings=\"{&quot;container_type&quot;:&quot;flex&quot;,&quot;content_width&quot;:&quot;boxed&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-19870d0 elementor-flip-box--3d elementor-flip-box--effect-flip elementor-flip-box--direction-up elementor-widget elementor-widget-flip-box\" data-id=\"19870d0\" data-element_type=\"widget\" data-widget_type=\"flip-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<link rel=\"stylesheet\" href=\"https:\/\/slothfoundation.com\/wp-content\/plugins\/pro-elements\/assets\/css\/widget-flip-box.min.css\">\t\t<div class=\"elementor-flip-box\" tabindex=\"0\">\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__front\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper elementor-view-stacked elementor-shape-circle\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-icon\">\n\t\t\t\t\t\t\t\t\t<svg class=\"e-font-icon-svg e-fas-hands-helping\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M488 192H336v56c0 39.7-32.3 72-72 72s-72-32.3-72-72V126.4l-64.9 39C107.8 176.9 96 197.8 96 220.2v47.3l-80 46.2C.7 322.5-4.6 342.1 4.3 357.4l80 138.6c8.8 15.3 28.4 20.5 43.7 11.7L231.4 448H368c35.3 0 64-28.7 64-64h16c17.7 0 32-14.3 32-32v-64h8c13.3 0 24-10.7 24-24v-48c0-13.3-10.7-24-24-24zm147.7-37.4L555.7 16C546.9.7 527.3-4.5 512 4.3L408.6 64H306.4c-12 0-23.7 3.4-33.9 9.7L239 94.6c-9.4 5.8-15 16.1-15 27.1V248c0 22.1 17.9 40 40 40s40-17.9 40-40v-88h184c30.9 0 56 25.1 56 56v28.5l80-46.2c15.3-8.9 20.5-28.4 11.7-43.7z\"><\/path><\/svg>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-flip-box__layer__title\">\n\t\t\t\t\t\t\t\tDonate\t\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__back\">\n\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-flip-box__layer__title\">\n\t\t\t\t\t\t\tDoante\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-flip-box__layer__description\">\n\t\t\t\t\t\t\tYour financial contributions directly support the acquisition and preservation of vital lands in Talamanca. Visit our website to make a secure online donation or explore other donation options.\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-flip-box__button elementor-button elementor-size-sm\">\n\t\t\t\t\t\t\tContact\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-60952ba elementor-flip-box--3d elementor-flip-box--effect-flip elementor-flip-box--direction-up elementor-widget elementor-widget-flip-box\" data-id=\"60952ba\" data-element_type=\"widget\" data-widget_type=\"flip-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-flip-box\" tabindex=\"0\">\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__front\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper elementor-view-stacked elementor-shape-circle\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-icon\">\n\t\t\t\t\t\t\t\t\t<svg class=\"e-font-icon-svg e-fas-users\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"><\/path><\/svg>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-flip-box__layer__title\">\n\t\t\t\t\t\t\t\tVolunteer\t\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__back\">\n\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-flip-box__layer__title\">\n\t\t\t\t\t\t\tVolunteer\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-flip-box__layer__description\">\n\t\t\t\t\t\t\tJoin our passionate team to actively participate in conservation efforts. Your involvement in fieldwork, community outreach, or fundraising events can make a significant difference.\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-flip-box__button elementor-button elementor-size-sm\">\n\t\t\t\t\t\t\tContact\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bea0596 elementor-flip-box--3d elementor-flip-box--effect-flip elementor-flip-box--direction-up elementor-widget elementor-widget-flip-box\" data-id=\"bea0596\" data-element_type=\"widget\" data-widget_type=\"flip-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-flip-box\" tabindex=\"0\">\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__front\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper elementor-view-stacked elementor-shape-circle\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-icon\">\n\t\t\t\t\t\t\t\t\t<svg class=\"e-font-icon-svg e-fas-share-alt\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M352 320c-22.608 0-43.387 7.819-59.79 20.895l-102.486-64.054a96.551 96.551 0 0 0 0-41.683l102.486-64.054C308.613 184.181 329.392 192 352 192c53.019 0 96-42.981 96-96S405.019 0 352 0s-96 42.981-96 96c0 7.158.79 14.13 2.276 20.841L155.79 180.895C139.387 167.819 118.608 160 96 160c-53.019 0-96 42.981-96 96s42.981 96 96 96c22.608 0 43.387-7.819 59.79-20.895l102.486 64.054A96.301 96.301 0 0 0 256 416c0 53.019 42.981 96 96 96s96-42.981 96-96-42.981-96-96-96z\"><\/path><\/svg>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-flip-box__layer__title\">\n\t\t\t\t\t\t\t\tSpread Awareness\t\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__back\">\n\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-flip-box__layer__title\">\n\t\t\t\t\t\t\tSpread Awareness\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-flip-box__layer__description\">\n\t\t\t\t\t\t\tSpread Awareness: Share our mission with your network to raise awareness about conservation and our work in Talamanca. Inspire others to support our cause.\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-flip-box__button elementor-button elementor-size-sm\">\n\t\t\t\t\t\t\tContact\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-628dd0e e-flex e-con-boxed e-con e-child\" data-id=\"628dd0e\" data-element_type=\"container\" data-settings=\"{&quot;container_type&quot;:&quot;flex&quot;,&quot;content_width&quot;:&quot;boxed&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-af8ffe5 elementor-widget elementor-widget-text-editor\" data-id=\"af8ffe5\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Together, we can protect and preserve the natural wonders of Talamanca. Visit our website to learn more about our projects, initiatives, and how you can get involved. Thank you for your support and dedication to our precious ecosystems.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f653362 e-flex e-con-boxed e-con e-parent\" data-id=\"f653362\" data-element_type=\"container\" id=\"aboutus\" data-settings=\"{&quot;container_type&quot;:&quot;flex&quot;,&quot;content_width&quot;:&quot;boxed&quot;}\" data-core-v316-plus=\"true\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-039e4c5 e-con-full e-flex e-con e-child\" data-id=\"039e4c5\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;,&quot;background_background&quot;:&quot;classic&quot;,&quot;container_type&quot;:&quot;flex&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1624a8a elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"1624a8a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">About Us<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-79ae0e8 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"79ae0e8\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">SLOTH FOUNDATION<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-dc1ce25 e-con-full e-flex e-con e-child\" data-id=\"dc1ce25\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;,&quot;container_type&quot;:&quot;flex&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-df4c365 e-flex e-con-boxed e-con e-parent\" data-id=\"df4c365\" data-element_type=\"container\" data-settings=\"{&quot;container_type&quot;:&quot;flex&quot;,&quot;content_width&quot;:&quot;boxed&quot;}\" data-core-v316-plus=\"true\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-5f0619f e-con-full e-flex e-con e-child\" data-id=\"5f0619f\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;,&quot;container_type&quot;:&quot;flex&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-54fd440 elementor-widget elementor-widget-text-editor\" data-id=\"54fd440\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>The Slot Foundation, located in Cahuita, Lim\u00f3n, is dedicated to preserving the environment in Talamanca through strategic land purchases for wildlife conservation. Our commitment is to make a lasting impact on wildlife and ecosystems by acquiring and restoring critical habitats. We collaborate with local communities, landowners, and experts to ensure success.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d1b2a7a elementor-widget elementor-widget-text-editor\" data-id=\"d1b2a7a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Our focus is on preserving the rich and diverse ecosystems of Talamanca, which are home to endangered species and unique flora and fauna. By acquiring land strategically, we create protected zones and wildlife corridors that support thriving species and flourishing ecosystems.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>How You Can Help You can contribute to our cause in various ways Donate Doante Your financial contributions directly support the acquisition and preservation of vital lands in Talamanca. Visit our website to make a secure online donation or explore other donation options. Contact Volunteer Volunteer Join our passionate team to actively participate in conservation &hellip;<\/p>\n<p class=\"read-more\"> <a class=\"\" href=\"https:\/\/slothfoundation.com\/\"> <span class=\"screen-reader-text\">Home<\/span> Leer m\u00e1s &raquo;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-27","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/slothfoundation.com\/index.php\/wp-json\/wp\/v2\/pages\/27","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/slothfoundation.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/slothfoundation.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/slothfoundation.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/slothfoundation.com\/index.php\/wp-json\/wp\/v2\/comments?post=27"}],"version-history":[{"count":187,"href":"https:\/\/slothfoundation.com\/index.php\/wp-json\/wp\/v2\/pages\/27\/revisions"}],"predecessor-version":[{"id":277,"href":"https:\/\/slothfoundation.com\/index.php\/wp-json\/wp\/v2\/pages\/27\/revisions\/277"}],"wp:attachment":[{"href":"https:\/\/slothfoundation.com\/index.php\/wp-json\/wp\/v2\/media?parent=27"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}