{"id":1289,"date":"2025-09-26T05:52:00","date_gmt":"2025-09-26T05:52:00","guid":{"rendered":"https:\/\/latinhg.com\/?page_id=1289"},"modified":"2025-10-24T14:54:28","modified_gmt":"2025-10-24T14:54:28","slug":"compras-que-suman","status":"publish","type":"page","link":"https:\/\/latinhg.com\/en\/compras-que-suman\/","title":{"rendered":"Meaningful Purchases"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"1289\" class=\"elementor elementor-1289\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-da8e166 pbmit-col-stretched-none pbmit-bg-color-over-image elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"da8e166\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1acc197 pbmit-bg-color-over-image\" data-id=\"1acc197\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-79ae79c elementor-widget elementor-widget-text-editor\" data-id=\"79ae79c\" data-element_type=\"widget\" data-e-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\t\t<h1><b>Operation and Scope of the Program<\/b><\/h1><p>The key concept of the program is that a <b>porcentaje de las ventas<\/b> de Latin Health Group se destina directamente a proyectos de compensaci\u00f3n y ayuda.<\/p><h2><b>1. Contribution Mechanism<\/b><\/h2><ul><li><p><b>Source of the Fund:<\/b> A portion of everything sold or billed, regardless of whether it is a very small or very large invoice (both in the public and private sectors), is set aside to finance compensation projects.<\/p><\/li><li><p><b>Integration of CSR:<\/b> \u201cPurchases That Add Up\u201d is the vehicle through which Latin Health Group channels its commitment to CSR, which encompasses various dimensions.<\/p><\/li><\/ul><h2><b>2. Areas of Impact<\/b><\/h2><p>The funds raised through sales are allocated to projects in various areas, aiming for a broad positive impact:<\/p><ul><li><p><b>Environmental:<\/b> Contribution to environmental compensation initiatives (as illustrated by tree planting in the video).<\/p><\/li><li><p><b>Animal:<\/b> Support for compensation projects in the animal welfare field (exemplified by veterinary care for wildlife).<\/p><\/li><li><p><b>Humanitarian and Social:<\/b> Making humanitarian and social contributions of various kinds, especially in the field of <b>salud<\/b> y otras necesidades sociales, llevando atenci\u00f3n y equipos a comunidades que lo necesitan.<\/p><\/li><\/ul><h1><b>Purpose and Vision<\/b><\/h1><p>The main objective of \u201cPurchases That Add Up\u201d is <b>giving back to society<\/b> part of what the company receives thanks to negotiations and commercial agreements.<\/p><p>By directly linking economic activity with social action, Latin Health Group ensures that every purchase of its advanced medical technology products (such as those used in surgery, interventional procedures, radiology, and ophthalmology) becomes a means to <b>generate a tangible and positive benefit<\/b> for people, animals, and the planet.<\/p><h1><strong>Gallery<\/strong><\/h1>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9ff32b5 pbmit-col-stretched-none pbmit-bg-color-over-image elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"9ff32b5\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-33023d7 pbmit-bg-color-over-image\" data-id=\"33023d7\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-fcbda55 elementor-widget elementor-widget-html\" data-id=\"fcbda55\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"es\">\r\n\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Galer\u00eda Compras que suman<\/title>\r\n    <style>\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        body {\r\n            font-family: 'Arial', sans-serif;\r\n            background: #f8f9fa;\r\n            padding: 20px;\r\n            min-height: 100vh;\r\n        }\r\n\r\n        .gallery {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\r\n            gap: 20px;\r\n        }\r\n\r\n        .image-card {\r\n            background: white;\r\n            border-radius: 8px;\r\n            overflow: hidden;\r\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);\r\n            transition: box-shadow 0.2s ease;\r\n            border: 1px solid #e9ecef;\r\n        }\r\n\r\n        .image-card:hover {\r\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);\r\n        }\r\n\r\n        .image-container {\r\n            position: relative;\r\n            width: 100%;\r\n            height: 200px;\r\n            overflow: hidden;\r\n            background: #f8f9fa;\r\n        }\r\n\r\n        .image-container img {\r\n            width: 100%;\r\n            height: 100%;\r\n            object-fit: cover;\r\n        }\r\n\r\n        .image-placeholder {\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            height: 100%;\r\n            background: #0d5b90;\r\n            color: white;\r\n            font-size: 1rem;\r\n            font-weight: 500;\r\n            text-align: center;\r\n            padding: 20px;\r\n        }\r\n\r\n        \/* MODAL SYSTEM *\/\r\n        .lightbox {\r\n            display: none;\r\n            position: fixed;\r\n            inset: 0;\r\n            background: rgba(0, 0, 0, 0.85);\r\n            justify-content: center;\r\n            align-items: center;\r\n            z-index: 99999999999999 !important;\r\n        }\r\n\r\n        .lightbox img {\r\n            max-width: 90%;\r\n            max-height: 85vh;\r\n            border-radius: 8px;\r\n            box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);\r\n        }\r\n\r\n        .lightbox:target {\r\n            display: flex;\r\n        }\r\n\r\n        .close,\r\n        .prev,\r\n        .next {\r\n            position: absolute;\r\n            color: white;\r\n            text-decoration: none;\r\n            font-size: 2rem;\r\n            font-weight: bold;\r\n            top: 50%;\r\n            transform: translateY(-50%);\r\n            padding: 10px;\r\n            transition: 0.2s;\r\n        }\r\n\r\n        .close {\r\n            top: 20px;\r\n            right: 30px;\r\n            font-size: 2rem;\r\n            transform: none;\r\n        }\r\n\r\n        .prev {\r\n            left: 5%;\r\n        }\r\n\r\n        .next {\r\n            right: 5%;\r\n        }\r\n\r\n        .close:hover,\r\n        .prev:hover,\r\n        .next:hover {\r\n            color: #0d6efd;\r\n        }\r\n\r\n        @media (max-width: 768px) {\r\n            .gallery {\r\n                grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n                gap: 15px;\r\n            }\r\n\r\n            .image-container {\r\n                height: 180px;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 480px) {\r\n            .gallery {\r\n                grid-template-columns: 1fr;\r\n                gap: 15px;\r\n            }\r\n\r\n            .image-container {\r\n                height: 160px;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n\r\n<body>\r\n    <div class=\"gallery\">\r\n        <!-- Imagen 1 -->\r\n        <div class=\"image-card\">\r\n            <a href=\"#img1\">\r\n                <div class=\"image-container\">\r\n                    <img decoding=\"async\" src=\"https:\/\/latinhg.com\/wp-content\/uploads\/2025\/09\/compras-que-suman-1.webp\"\r\n                        alt=\"Imagen 1\">\r\n                <\/div>\r\n            <\/a>\r\n        <\/div>\r\n        <!-- Imagen 2 -->\r\n        <div class=\"image-card\">\r\n            <a href=\"#img2\">\r\n                <div class=\"image-container\">\r\n                    <img decoding=\"async\" src=\"https:\/\/latinhg.com\/wp-content\/uploads\/2025\/09\/compras-que-suman-2.webp\"\r\n                        alt=\"Imagen 2\">\r\n                <\/div>\r\n            <\/a>\r\n        <\/div>\r\n        <!-- Imagen 3 -->\r\n        <div class=\"image-card\">\r\n            <a href=\"#img3\">\r\n                <div class=\"image-container\">\r\n                    <img decoding=\"async\" src=\"https:\/\/latinhg.com\/wp-content\/uploads\/2025\/09\/compras-que-suman-3.webp\"\r\n                        alt=\"Imagen 3\">\r\n                <\/div>\r\n            <\/a>\r\n        <\/div>\r\n        <!-- Imagen 4 -->\r\n        <div class=\"image-card\">\r\n            <a href=\"#img4\">\r\n                <div class=\"image-container\">\r\n                    <img decoding=\"async\" src=\"https:\/\/latinhg.com\/wp-content\/uploads\/2025\/09\/compras-que-suman-4.webp\"\r\n                        alt=\"Imagen 4\">\r\n                <\/div>\r\n            <\/a>\r\n        <\/div>\r\n        <!-- Imagen 5 -->\r\n        <div class=\"image-card\">\r\n            <a href=\"#img5\">\r\n                <div class=\"image-container\">\r\n                    <img decoding=\"async\" src=\"https:\/\/latinhg.com\/wp-content\/uploads\/2025\/09\/compras-que-suman-5.webp\"\r\n                        alt=\"Imagen 5\">\r\n                <\/div>\r\n            <\/a>\r\n        <\/div>\r\n        <!-- Imagen 6 -->\r\n        <div class=\"image-card\">\r\n            <a href=\"#img6\">\r\n                <div class=\"image-container\">\r\n                    <img decoding=\"async\" src=\"https:\/\/latinhg.com\/wp-content\/uploads\/2025\/09\/compras-que-suman-6.webp\"\r\n                        alt=\"Imagen 6\">\r\n                <\/div>\r\n            <\/a>\r\n        <\/div>\r\n        <!-- Imagen 7 -->\r\n        <div class=\"image-card\">\r\n            <a href=\"#img7\">\r\n                <div class=\"image-container\">\r\n                    <img decoding=\"async\" src=\"https:\/\/latinhg.com\/wp-content\/uploads\/2025\/09\/compras-que-suman-7.webp\"\r\n                        alt=\"Imagen 7\">\r\n                <\/div>\r\n            <\/a>\r\n        <\/div>\r\n        <!-- Imagen 8 -->\r\n        <div class=\"image-card\">\r\n            <a href=\"#img8\">\r\n                <div class=\"image-container\">\r\n                    <img decoding=\"async\" src=\"https:\/\/latinhg.com\/wp-content\/uploads\/2025\/09\/compras-que-suman-8.webp\"\r\n                        alt=\"Imagen 8\">\r\n                <\/div>\r\n            <\/a>\r\n        <\/div>\r\n        <!-- Imagen 9 -->\r\n        <div class=\"image-card\">\r\n            <a href=\"#img9\">\r\n                <div class=\"image-container\">\r\n                    <img decoding=\"async\" src=\"https:\/\/latinhg.com\/wp-content\/uploads\/2025\/09\/compras-que-suman-9.webp\"\r\n                        alt=\"Imagen 9\">\r\n                <\/div>\r\n            <\/a>\r\n        <\/div>\r\n        <!-- Imagen 10 -->\r\n        <div class=\"image-card\">\r\n            <a href=\"#img10\">\r\n                <div class=\"image-container\">\r\n                    <img decoding=\"async\" src=\"https:\/\/latinhg.com\/wp-content\/uploads\/2025\/09\/compras-que-suman-10.webp\"\r\n                        alt=\"Imagen 10\">\r\n                <\/div>\r\n            <\/a>\r\n        <\/div>\r\n        <!-- Imagen 11 -->\r\n        <div class=\"image-card\">\r\n            <a href=\"#img11\">\r\n                <div class=\"image-container\">\r\n                    <img decoding=\"async\" src=\"https:\/\/latinhg.com\/wp-content\/uploads\/2025\/09\/compras-que-suman-11.webp\"\r\n                        alt=\"Imagen 11\">\r\n                <\/div>\r\n            <\/a>\r\n        <\/div>\r\n        <!-- Imagen 12 -->\r\n        <div class=\"image-card\">\r\n            <a href=\"#img12\">\r\n                <div class=\"image-container\">\r\n                    <img decoding=\"async\" src=\"https:\/\/latinhg.com\/wp-content\/uploads\/2025\/09\/compras-que-suman-12.webp\"\r\n                        alt=\"Imagen 12\">\r\n                <\/div>\r\n            <\/a>\r\n        <\/div>\r\n        <!-- Imagen 13 -->\r\n        <div class=\"image-card\">\r\n            <a href=\"#img13\">\r\n                <div class=\"image-container\">\r\n                    <img decoding=\"async\" src=\"https:\/\/latinhg.com\/wp-content\/uploads\/2025\/09\/compras-que-suman-13.webp\"\r\n                        alt=\"Imagen 13\">\r\n                <\/div>\r\n            <\/a>\r\n        <\/div>\r\n        <!-- Imagen 14 -->\r\n        <div class=\"image-card\">\r\n            <a href=\"#img14\">\r\n                <div class=\"image-container\">\r\n                    <img decoding=\"async\" src=\"https:\/\/latinhg.com\/wp-content\/uploads\/2025\/09\/compras-que-suman-14.webp\"\r\n                        alt=\"Imagen 14\">\r\n                <\/div>\r\n            <\/a>\r\n        <\/div>\r\n        <!-- Imagen 15 -->\r\n        <div class=\"image-card\">\r\n            <a href=\"#img15\">\r\n                <div class=\"image-container\">\r\n                    <img decoding=\"async\" src=\"https:\/\/latinhg.com\/wp-content\/uploads\/2025\/09\/compras-que-suman-15.webp\"\r\n                        alt=\"Imagen 15\">\r\n                <\/div>\r\n            <\/a>\r\n        <\/div>\r\n        <!-- Imagen 16 -->\r\n        <div class=\"image-card\">\r\n            <a href=\"#img16\">\r\n                <div class=\"image-container\">\r\n                    <img decoding=\"async\" src=\"https:\/\/latinhg.com\/wp-content\/uploads\/2025\/09\/compras-que-suman-16.webp\"\r\n                        alt=\"Imagen 16\">\r\n                <\/div>\r\n            <\/a>\r\n        <\/div>\r\n        <!-- Imagen 17 -->\r\n        <div class=\"image-card\">\r\n            <a href=\"#img17\">\r\n                <div class=\"image-container\">\r\n                    <img decoding=\"async\" src=\"https:\/\/latinhg.com\/wp-content\/uploads\/2025\/09\/compras-que-suman-17.webp\"\r\n                        alt=\"Imagen 17\">\r\n                <\/div>\r\n            <\/a>\r\n        <\/div>\r\n        <!-- Imagen 18 -->\r\n        <div class=\"image-card\">\r\n            <a href=\"#img18\">\r\n                <div class=\"image-container\">\r\n                    <img decoding=\"async\" src=\"https:\/\/latinhg.com\/wp-content\/uploads\/2025\/09\/compras-que-suman-18.webp\"\r\n                        alt=\"Imagen 18\">\r\n                <\/div>\r\n            <\/a>\r\n        <\/div>\r\n        <!-- Imagen 19 -->\r\n        <div class=\"image-card\">\r\n            <a href=\"#img19\">\r\n                <div class=\"image-container\">\r\n                    <img decoding=\"async\" src=\"https:\/\/latinhg.com\/wp-content\/uploads\/2025\/09\/compras-que-suman-19.webp\"\r\n                        alt=\"Imagen 19\">\r\n                <\/div>\r\n            <\/a>\r\n        <\/div>\r\n        <!-- Imagen 20 -->\r\n        <div class=\"image-card\">\r\n            <a href=\"#img20\">\r\n                <div class=\"image-container\">\r\n                    <img decoding=\"async\" src=\"https:\/\/latinhg.com\/wp-content\/uploads\/2025\/09\/compras-que-suman-20.webp\"\r\n                        alt=\"Imagen 20\">\r\n                <\/div>\r\n            <\/a>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- LIGHTBOXES -->\r\n    <div class=\"lightbox\" id=\"img1\">\r\n        <a href=\"#_\" class=\"close\">\u2715<\/a>\r\n        <img decoding=\"async\" src=\"https:\/\/latinhg.com\/wp-content\/uploads\/2025\/09\/compras-que-suman-1.webp\"\r\n            alt=\"\">\r\n        <a href=\"#img3\" class=\"prev\">\u276e<\/a>\r\n        <a href=\"#img2\" class=\"next\">\u276f<\/a>\r\n    <\/div>\r\n\r\n    <div class=\"lightbox\" id=\"img2\">\r\n        <a href=\"#_\" class=\"close\">\u2715<\/a>\r\n        <img decoding=\"async\" src=\"https:\/\/latinhg.com\/wp-content\/uploads\/2025\/09\/compras-que-suman-2.webp\"\r\n            alt=\"\">\r\n        <a href=\"#img1\" class=\"prev\">\u276e<\/a>\r\n        <a href=\"#img3\" class=\"next\">\u276f<\/a>\r\n    <\/div>\r\n\r\n    <div class=\"lightbox\" id=\"img3\">\r\n        <a href=\"#_\" class=\"close\">\u2715<\/a>\r\n        <img decoding=\"async\" src=\"https:\/\/latinhg.com\/wp-content\/uploads\/2025\/09\/compras-que-suman-3.webp\"\r\n            alt=\"\">\r\n        <a href=\"#img2\" class=\"prev\">\u276e<\/a>\r\n        <a href=\"#img4\" class=\"next\">\u276f<\/a>\r\n    <\/div>\r\n\r\n    <div class=\"lightbox\" id=\"img4\">\r\n        <a href=\"#_\" class=\"close\">\u2715<\/a>\r\n        <img decoding=\"async\" src=\"https:\/\/latinhg.com\/wp-content\/uploads\/2025\/09\/compras-que-suman-4.webp\"\r\n            alt=\"\">\r\n        <a href=\"#img3\" class=\"prev\">\u276e<\/a>\r\n        <a href=\"#img5\" class=\"next\">\u276f<\/a>\r\n    <\/div>\r\n\r\n    <div class=\"lightbox\" id=\"img5\">\r\n        <a href=\"#_\" class=\"close\">\u2715<\/a>\r\n        <img decoding=\"async\" src=\"https:\/\/latinhg.com\/wp-content\/uploads\/2025\/09\/compras-que-suman-5.webp\"\r\n            alt=\"\">\r\n        <a href=\"#img4\" class=\"prev\">\u276e<\/a>\r\n        <a href=\"#img6\" class=\"next\">\u276f<\/a>\r\n    <\/div>\r\n\r\n    <div class=\"lightbox\" id=\"img6\">\r\n        <a href=\"#_\" class=\"close\">\u2715<\/a>\r\n        <img decoding=\"async\" src=\"https:\/\/latinhg.com\/wp-content\/uploads\/2025\/09\/compras-que-suman-6.webp\"\r\n            alt=\"\">\r\n        <a href=\"#img5\" class=\"prev\">\u276e<\/a>\r\n        <a href=\"#img7\" class=\"next\">\u276f<\/a>\r\n    <\/div>\r\n\r\n    <div class=\"lightbox\" id=\"img7\">\r\n        <a href=\"#_\" class=\"close\">\u2715<\/a>\r\n        <img decoding=\"async\" src=\"https:\/\/latinhg.com\/wp-content\/uploads\/2025\/09\/compras-que-suman-7.webp\"\r\n            alt=\"\">\r\n        <a href=\"#img6\" class=\"prev\">\u276e<\/a>\r\n        <a href=\"#img8\" class=\"next\">\u276f<\/a>\r\n    <\/div>\r\n\r\n    <div class=\"lightbox\" id=\"img8\">\r\n        <a href=\"#_\" class=\"close\">\u2715<\/a>\r\n        <img decoding=\"async\" src=\"https:\/\/latinhg.com\/wp-content\/uploads\/2025\/09\/compras-que-suman-8.webp\"\r\n            alt=\"\">\r\n        <a href=\"#img7\" class=\"prev\">\u276e<\/a>\r\n        <a href=\"#img9\" class=\"next\">\u276f<\/a>\r\n    <\/div>\r\n\r\n    <div class=\"lightbox\" id=\"img9\">\r\n        <a href=\"#_\" class=\"close\">\u2715<\/a>\r\n        <img decoding=\"async\" src=\"https:\/\/latinhg.com\/wp-content\/uploads\/2025\/09\/compras-que-suman-9.webp\"\r\n            alt=\"\">\r\n        <a href=\"#img8\" class=\"prev\">\u276e<\/a>\r\n        <a href=\"#img10\" class=\"next\">\u276f<\/a>\r\n    <\/div>\r\n\r\n    <div class=\"lightbox\" id=\"img10\">\r\n        <a href=\"#_\" class=\"close\">\u2715<\/a>\r\n        <img decoding=\"async\" src=\"https:\/\/latinhg.com\/wp-content\/uploads\/2025\/09\/compras-que-suman-10.webp\"\r\n            alt=\"\">\r\n        <a href=\"#img9\" class=\"prev\">\u276e<\/a>\r\n        <a href=\"#img11\" class=\"next\">\u276f<\/a>\r\n    <\/div>\r\n\r\n    <div class=\"lightbox\" id=\"img11\">\r\n        <a href=\"#_\" class=\"close\">\u2715<\/a>\r\n        <img decoding=\"async\" src=\"https:\/\/latinhg.com\/wp-content\/uploads\/2025\/09\/compras-que-suman-11.webp\"\r\n            alt=\"\">\r\n        <a href=\"#img10\" class=\"prev\">\u276e<\/a>\r\n        <a href=\"#img12\" class=\"next\">\u276f<\/a>\r\n    <\/div>\r\n\r\n    <div class=\"lightbox\" id=\"img12\">\r\n        <a href=\"#_\" class=\"close\">\u2715<\/a>\r\n        <img decoding=\"async\" src=\"https:\/\/latinhg.com\/wp-content\/uploads\/2025\/09\/compras-que-suman-12.webp\"\r\n            alt=\"\">\r\n        <a href=\"#img11\" class=\"prev\">\u276e<\/a>\r\n        <a href=\"#img13\" class=\"next\">\u276f<\/a>\r\n    <\/div>\r\n\r\n    <div class=\"lightbox\" id=\"img13\">\r\n        <a href=\"#_\" class=\"close\">\u2715<\/a>\r\n        <img decoding=\"async\" src=\"https:\/\/latinhg.com\/wp-content\/uploads\/2025\/09\/compras-que-suman-13.webp\"\r\n            alt=\"\">\r\n        <a href=\"#img12\" class=\"prev\">\u276e<\/a>\r\n        <a href=\"#img14\" class=\"next\">\u276f<\/a>\r\n    <\/div>\r\n\r\n    <div class=\"lightbox\" id=\"img14\">\r\n        <a href=\"#_\" class=\"close\">\u2715<\/a>\r\n        <img decoding=\"async\" src=\"https:\/\/latinhg.com\/wp-content\/uploads\/2025\/09\/compras-que-suman-14.webp\"\r\n            alt=\"\">\r\n        <a href=\"#img13\" class=\"prev\">\u276e<\/a>\r\n        <a href=\"#img15\" class=\"next\">\u276f<\/a>\r\n    <\/div>\r\n\r\n    <div class=\"lightbox\" id=\"img15\">\r\n        <a href=\"#_\" class=\"close\">\u2715<\/a>\r\n        <img decoding=\"async\" src=\"https:\/\/latinhg.com\/wp-content\/uploads\/2025\/09\/compras-que-suman-15.webp\"\r\n            alt=\"\">\r\n        <a href=\"#img14\" class=\"prev\">\u276e<\/a>\r\n        <a href=\"#img16\" class=\"next\">\u276f<\/a>\r\n    <\/div>\r\n\r\n    <div class=\"lightbox\" id=\"img16\">\r\n        <a href=\"#_\" class=\"close\">\u2715<\/a>\r\n        <img decoding=\"async\" src=\"https:\/\/latinhg.com\/wp-content\/uploads\/2025\/09\/compras-que-suman-16.webp\"\r\n            alt=\"\">\r\n        <a href=\"#img15\" class=\"prev\">\u276e<\/a>\r\n        <a href=\"#img17\" class=\"next\">\u276f<\/a>\r\n    <\/div>\r\n\r\n    <div class=\"lightbox\" id=\"img17\">\r\n        <a href=\"#_\" class=\"close\">\u2715<\/a>\r\n        <img decoding=\"async\" src=\"https:\/\/latinhg.com\/wp-content\/uploads\/2025\/09\/compras-que-suman-17.webp\"\r\n            alt=\"\">\r\n        <a href=\"#img16\" class=\"prev\">\u276e<\/a>\r\n        <a href=\"#img18\" class=\"next\">\u276f<\/a>\r\n    <\/div>\r\n\r\n    <div class=\"lightbox\" id=\"img18\">\r\n        <a href=\"#_\" class=\"close\">\u2715<\/a>\r\n        <img decoding=\"async\" src=\"https:\/\/latinhg.com\/wp-content\/uploads\/2025\/09\/compras-que-suman-18.webp\"\r\n            alt=\"\">\r\n        <a href=\"#img17\" class=\"prev\">\u276e<\/a>\r\n        <a href=\"#img19\" class=\"next\">\u276f<\/a>\r\n    <\/div>\r\n\r\n    <div class=\"lightbox\" id=\"img19\">\r\n        <a href=\"#_\" class=\"close\">\u2715<\/a>\r\n        <img decoding=\"async\" src=\"https:\/\/latinhg.com\/wp-content\/uploads\/2025\/09\/compras-que-suman-19.webp\"\r\n            alt=\"\">\r\n        <a href=\"#img18\" class=\"prev\">\u276e<\/a>\r\n        <a href=\"#img20\" class=\"next\">\u276f<\/a>\r\n    <\/div>\r\n\r\n    <div class=\"lightbox\" id=\"img20\">\r\n        <a href=\"#_\" class=\"close\">\u2715<\/a>\r\n        <img decoding=\"async\" src=\"https:\/\/latinhg.com\/wp-content\/uploads\/2025\/09\/compras-que-suman-20.webp\"\r\n            alt=\"\">\r\n        <a href=\"#img19\" class=\"prev\">\u276e<\/a>\r\n        <a href=\"#img1\" class=\"next\">\u276f<\/a>\r\n    <\/div>\r\n<\/body>\r\n\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Funcionamiento y Alcance del Programa El concepto clave del programa es que un porcentaje de las ventas de Latin Health Group se destina directamente a proyectos de compensaci\u00f3n y ayuda. 1. Mecanismo de Contribuci\u00f3n Origen del Fondo: Una parte de todo lo que se vende o factura, independientemente de si se trata de una factura [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-1289","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/latinhg.com\/en\/wp-json\/wp\/v2\/pages\/1289","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/latinhg.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/latinhg.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/latinhg.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/latinhg.com\/en\/wp-json\/wp\/v2\/comments?post=1289"}],"version-history":[{"count":19,"href":"https:\/\/latinhg.com\/en\/wp-json\/wp\/v2\/pages\/1289\/revisions"}],"predecessor-version":[{"id":1477,"href":"https:\/\/latinhg.com\/en\/wp-json\/wp\/v2\/pages\/1289\/revisions\/1477"}],"wp:attachment":[{"href":"https:\/\/latinhg.com\/en\/wp-json\/wp\/v2\/media?parent=1289"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}