











<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="http://cutemfix.site/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>http://cutemfix.site/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>http://cutemfix.site/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>http://cutemfix.site/wp-sitemap-posts-project-1.xml</loc></sitemap><sitemap><loc>http://cutemfix.site/wp-sitemap-posts-product-1.xml</loc></sitemap><sitemap><loc>http://cutemfix.site/wp-sitemap-posts-dipi_testimonial-1.xml</loc></sitemap><sitemap><loc>http://cutemfix.site/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>http://cutemfix.site/wp-sitemap-taxonomies-dipi_cpt_category-1.xml</loc></sitemap><sitemap><loc>http://cutemfix.site/wp-sitemap-taxonomies-project_category-1.xml</loc></sitemap><sitemap><loc>http://cutemfix.site/wp-sitemap-taxonomies-product_brand-1.xml</loc></sitemap><sitemap><loc>http://cutemfix.site/wp-sitemap-taxonomies-product_cat-1.xml</loc></sitemap><sitemap><loc>http://cutemfix.site/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
<script id="codex-kibou-final-lightly-v4-logo-dedupe-20260710-js">
(function () {
  function dedupeLogo() {
    if (window.innerWidth < 981) return;
    var header = document.querySelector('header.et-l--header');
    if (!header) return;
    var wrap = header.querySelector('.codex-final-logo-link .et_pb_image_wrap');
    if (!wrap) return;
    wrap.style.setProperty('background-image', 'none', 'important');
    wrap.style.setProperty('background', 'transparent', 'important');
    wrap.style.setProperty('width', 'auto', 'important');
    wrap.style.setProperty('height', 'auto', 'important');
    wrap.style.setProperty('display', 'block', 'important');
  }
  if (document.readyState === 'loading') document.addEventListener('DOMContentLoaded', dedupeLogo); else dedupeLogo();
  window.addEventListener('load', function () { setTimeout(dedupeLogo, 5400); });
  setTimeout(dedupeLogo, 5600);
})();
</script><script id="codex-kibou-final-lightly-v3-logo-20260710-js">
(function () {
  var LOGO = 'https://cutemfix.site/wp-content/uploads/2025/12/Kibou_LogoPrincipal_SinFondo-01-480x83.png';
  function setStyle(el, prop, value) { if (el) el.style.setProperty(prop, value, 'important'); }
  function fixLogoV3() {
    if (window.innerWidth < 981) return;
    var header = document.querySelector('header.et-l--header');
    if (!header) return;
    var link = header.querySelector('.codex-final-logo-link') || header.querySelector('.et_pb_image_0_tb_header a') || header.querySelector('.et_pb_image a');
    if (!link) return;
    link.classList.add('codex-final-logo-link');
    link.href = 'https://cutemfix.site/';
    link.setAttribute('aria-label', 'Kibou Pharma');
    setStyle(link, 'width', '300px');
    setStyle(link, 'height', '53px');
    setStyle(link, 'display', 'block');
    setStyle(link, 'background-image', 'none');
    setStyle(link, 'background', 'transparent');
    var img = link.querySelector('img');
    if (img) {
      img.classList.add('codex-final-logo-img');
      img.src = LOGO;
      img.removeAttribute('srcset');
      img.removeAttribute('sizes');
      img.alt = 'Kibou Pharma';
      setStyle(img, 'opacity', '1');
      setStyle(img, 'width', '300px');
      setStyle(img, 'max-width', '300px');
      setStyle(img, 'height', 'auto');
      setStyle(img, 'display', 'block');
    }
  }
  if (document.readyState === 'loading') document.addEventListener('DOMContentLoaded', fixLogoV3); else fixLogoV3();
  window.addEventListener('load', function () { setTimeout(fixLogoV3, 3800); setTimeout(fixLogoV3, 5200); });
  setTimeout(fixLogoV3, 4600);
})();
</script><script id="codex-kibou-final-lightly-v2-20260710-js">
(function () {
  function setStyle(el, prop, value) { if (el) el.style.setProperty(prop, value, 'important'); }
  function forceLogo() {
    if (window.innerWidth < 981) return;
    var header = document.querySelector('header.et-l--header');
    if (!header) return;
    var link = header.querySelector('.codex-final-logo-link') || header.querySelector('.et_pb_image_0_tb_header a') || header.querySelector('.et_pb_image a');
    if (!link) return;
    link.classList.add('codex-final-logo-link');
    link.href = 'https://cutemfix.site/';
    link.setAttribute('aria-label', 'Kibou Pharma');
    setStyle(link, 'width', '250px');
    setStyle(link, 'height', '56px');
    setStyle(link, 'display', 'block');
    setStyle(link, 'background-image', "url('https://cutemfix.site/wp-content/uploads/2024/04/testAsset-23-1.svg')");
    setStyle(link, 'background-repeat', 'no-repeat');
    setStyle(link, 'background-position', 'left center');
    setStyle(link, 'background-size', 'contain');
    var img = link.querySelector('img');
    if (img) {
      img.classList.add('codex-final-logo-img');
      setStyle(img, 'opacity', '0');
      setStyle(img, 'width', '250px');
      setStyle(img, 'max-width', '250px');
      setStyle(img, 'height', '56px');
      setStyle(img, 'display', 'block');
    }
  }
  function findCard(track, slug) {
    return Array.prototype.slice.call(track.querySelectorAll('.kibou-home-card')).find(function (card) {
      return !!card.querySelector('a[href*="' + slug + '"]');
    });
  }
  function ensureCongress(track) {
    var congress = findCard(track, 'participacion-de-kibou-en-el-congreso-internacional-de-medicina-critica');
    if (congress) return congress;
    var href = 'https://cutemfix.site/participacion-de-kibou-en-el-congreso-internacional-de-medicina-critica/';
    congress = document.createElement('article');
    congress.className = 'kibou-home-card';
    congress.dataset.kibouCongressCard = 'true';
    congress.innerHTML = '<a class="kibou-home-card-media" href="' + href + '"><img src="https://cutemfix.site/wp-content/uploads/2025/12/Kibou_LogoPrincipal_SinFondo-01-480x83.png" alt="Participacion de Kibou en el Congreso Internacional de Medicina Critica"></a><div class="kibou-home-card-body"><time>26 abr 2026</time><h3><a href="' + href + '">Participacion de Kibou en el Congreso Internacional de Medicina Critica</a></h3><p>Kibou Pharma participo como expositor en el Panama International Critical Care Congress, uno de los encuentros cientificos mas relevantes...</p><a class="kibou-read" href="' + href + '">Leer mas</a></div>';
    track.appendChild(congress);
    return congress;
  }
  function fixLatest() {
    var track = document.querySelector('.kibou-home-latest-track');
    if (!track) return;
    var congress = ensureCongress(track);
    var desired = [
      findCard(track, 'flaminal-desembarca-en-panama'),
      congress,
      findCard(track, 'fziomed-inicia-la-comercializacion-de-oxiplex-gel-en-estados-unidos'),
      findCard(track, 'vitamina-c-intravenosa-revolucion-en-salud-y-estetica')
    ].filter(Boolean);
    var used = [];
    desired.forEach(function (card) {
      if (used.indexOf(card) === -1) used.push(card);
    });
    Array.prototype.slice.call(track.querySelectorAll('.kibou-home-card')).forEach(function (card) {
      card.style.setProperty('display', used.indexOf(card) === -1 ? 'none' : '', 'important');
    });
    used.forEach(function (card) {
      card.style.removeProperty('display');
      track.appendChild(card);
    });
  }
  function runV2() {
    forceLogo();
    fixLatest();
  }
  if (document.readyState === 'loading') document.addEventListener('DOMContentLoaded', runV2); else runV2();
  window.addEventListener('load', function () { setTimeout(runV2, 3600); });
  setTimeout(runV2, 4200);
})();
</script><script id="codex-kibou-final-lightly-menu-20260710-js">
(function () {
  var LOGO_SRC = 'https://cutemfix.site/wp-content/uploads/2024/04/testAsset-23-1.svg';
  var AQUA = '#009586';
  var LINK_COLOR = '#64748b';
  var socials = [
    { label: 'Facebook', href: 'https://www.facebook.com/KibouPharma', svg: '<svg viewBox="0 0 24 24" aria-hidden="true"><path d="M14.2 8.2V6.7c0-.7.2-1.1 1.2-1.1H17V2.9c-.8-.1-1.7-.2-2.5-.2-2.5 0-4.2 1.5-4.2 4.3v1.2H7.5v3h2.8v10.1h3.4V11.2h2.8l.4-3h-2.7Z"/></svg>' },
    { label: 'Instagram', href: 'https://www.instagram.com/kibounutricion/', svg: '<svg viewBox="0 0 24 24" aria-hidden="true"><path d="M7.8 2h8.4A5.8 5.8 0 0 1 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8A5.8 5.8 0 0 1 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2Zm0 2A3.8 3.8 0 0 0 4 7.8v8.4A3.8 3.8 0 0 0 7.8 20h8.4a3.8 3.8 0 0 0 3.8-3.8V7.8A3.8 3.8 0 0 0 16.2 4H7.8Zm4.2 3.7A4.3 4.3 0 1 1 12 16.3a4.3 4.3 0 0 1 0-8.6Zm0 2A2.3 2.3 0 1 0 12 14.3a2.3 2.3 0 0 0 0-4.6Zm4.55-2.55a1.05 1.05 0 1 1-1.05 1.05 1.05 1.05 0 0 1 1.05-1.05Z"/></svg>' },
    { label: 'LinkedIn', href: 'https://www.linkedin.com/company/kiboupharma/', svg: '<svg viewBox="0 0 24 24" aria-hidden="true"><path d="M6.5 8.8H3.3v12h3.2v-12ZM6.7 5.1A1.9 1.9 0 1 0 3 5.1a1.9 1.9 0 0 0 3.7 0Zm14 8.8c0-3.2-1.7-5.3-4.4-5.3-1.9 0-3 1-3.5 1.8V8.8H9.7v12h3.2v-6.6c0-1.7.8-2.8 2.3-2.8 1.4 0 2.2 1 2.2 2.8v6.6h3.3v-6.9Z"/></svg>' },
    { label: 'YouTube', href: 'https://www.youtube.com/@KibouPharma', svg: '<svg viewBox="0 0 24 24" aria-hidden="true"><path d="M21.6 7.2a3 3 0 0 0-2.1-2.1C17.7 4.6 12 4.6 12 4.6s-5.7 0-7.5.5a3 3 0 0 0-2.1 2.1C2 9 2 12 2 12s0 3 .4 4.8a3 3 0 0 0 2.1 2.1c1.8.5 7.5.5 7.5.5s5.7 0 7.5-.5a3 3 0 0 0 2.1-2.1C22 15 22 12 22 12s0-3-.4-4.8ZM10 15.4V8.6l5.8 3.4-5.8 3.4Z"/></svg>' }
  ];
  function each(selector, scope, cb) { Array.prototype.forEach.call((scope || document).querySelectorAll(selector), cb); }
  function setStyles(el, styles) { if (!el) return; Object.keys(styles).forEach(function (key) { el.style.setProperty(key, styles[key], 'important'); }); }
  function norm(path) { path = String(path || '/').replace(/\/+/g, '/').replace(/\/+$/, ''); return path || '/'; }
  function makeSocials(row) { each('.kibou-clean-socials, .kibou-restored-socials, .kibou-final-socials', document, function (el) { if (el.id !== 'kibou-final-socials') el.remove(); }); var wrap = document.getElementById('kibou-final-socials'); if (!wrap) { wrap = document.createElement('div'); wrap.id = 'kibou-final-socials'; wrap.className = 'kibou-final-socials'; } wrap.innerHTML = socials.map(function (item) { return '<a href="' + item.href + '" target="_blank" rel="noopener" aria-label="' + item.label + '">' + item.svg + '</a>'; }).join(''); if (wrap.parentElement !== row) row.appendChild(wrap); }
  function applyActiveState(header) { var current = norm(location.pathname); var isProductSingle = document.body.classList.contains('single-product') || current.indexOf('/product/') === 0; var isPostSingle = document.body.classList.contains('single-post') && !isProductSingle; each('ul.et-menu > li', header, function (li) { var a = li.querySelector('a[href]'); if (!a) return; var url; try { url = new URL(a.href); } catch (e) { return; } var hrefPath = norm(url.pathname); var active = hrefPath === current || (isProductSingle && hrefPath === '/productos') || (isPostSingle && hrefPath === '/noticias'); li.classList.toggle('codex-final-active', active); a.style.setProperty('color', active ? AQUA : LINK_COLOR, 'important'); if (!a.dataset.codexFinalHover) { a.dataset.codexFinalHover = '1'; a.addEventListener('mouseenter', function () { a.style.setProperty('color', AQUA, 'important'); }); a.addEventListener('mouseleave', function () { a.style.setProperty('color', li.classList.contains('codex-final-active') ? AQUA : LINK_COLOR, 'important'); }); } }); }
  function polishMenu() { if (window.innerWidth < 981) return; var header = document.querySelector('header.et-l--header'); if (!header) return; var section = header.querySelector('.et_pb_section_2_tb_header') || header.querySelector('.kp-header') || header.querySelector('.et_pb_section'); var row = header.querySelector('.et_pb_row_0_tb_header') || header.querySelector('.et_pb_row'); if (!section || !row) return; section.classList.add('codex-final-lightly-section'); row.classList.add('codex-final-lightly-row'); setStyles(section, { position: 'fixed', top: 'var(--wp-admin--admin-bar--height, 0px)', left: '0', right: '0', width: '100%', 'z-index': '10020', background: 'transparent', padding: '32px 0 0', margin: '0', transition: 'transform .24s ease, opacity .2s ease', 'pointer-events': 'none' }); setStyles(row, { position: 'relative', width: '90vw', 'max-width': '1296px', height: '81px', 'min-height': '81px', margin: '0 auto', padding: '0 32px', 'border-radius': '18px', background: '#fff', display: 'flex', 'align-items': 'center', overflow: 'visible', 'box-shadow': '0 18px 42px rgba(0, 62, 86, .08)', 'pointer-events': 'auto' }); each('.kibou-clean-socials, .kibou-restored-socials', header, function (el) { el.remove(); }); each('.et_pb_social_media_follow, .et-social-icons', header, function (el) { el.classList.add('codex-final-hide-old-socials'); }); var logoModule = header.querySelector('.et_pb_image_0_tb_header') || header.querySelector('.et_pb_image'); var logoImg = logoModule ? logoModule.querySelector('img') : header.querySelector('img'); var logoCol = logoModule ? logoModule.closest('.et_pb_column') : null; if (logoCol) logoCol.classList.add('codex-final-logo-col'); if (logoImg) { logoImg.src = LOGO_SRC; logoImg.removeAttribute('srcset'); logoImg.removeAttribute('sizes'); logoImg.alt = 'Kibou Pharma'; logoImg.classList.add('codex-final-logo-img'); setStyles(logoImg, { width: '250px', 'max-width': '250px', height: 'auto', display: 'block' }); var logoLink = logoImg.closest('a'); if (logoLink) { logoLink.href = 'https://cutemfix.site/'; logoLink.classList.add('codex-final-logo-link'); logoLink.style.setProperty('pointer-events', 'auto', 'important'); } } var menu = header.querySelector('.et_pb_menu_0_tb_header') || header.querySelector('.et_pb_menu'); var menuWrap = header.querySelector('.et_pb_menu__wrap'); if (menuWrap && menuWrap.parentElement !== row) row.appendChild(menuWrap); if (menuWrap) { menuWrap.classList.add('codex-final-menu-wrap'); setStyles(menuWrap, { position: 'absolute', left: '50%', top: '50%', transform: 'translate(-50%, -50%)', width: 'auto', 'max-width': 'calc(100% - 600px)', height: 'auto', 'min-height': '0', margin: '0', padding: '0', display: 'flex', 'align-items': 'center', 'justify-content': 'center', overflow: 'visible', 'z-index': '20' }); } if (menu) setStyles(menu, { position: 'static', width: 'auto', height: 'auto', margin: '0', padding: '0', background: 'transparent' }); each('.et_pb_column--with-menu, .et_pb_menu_inner_container, .et-menu-nav, nav.et-menu-nav, ul.et-menu', header, function (el) { setStyles(el, { display: 'flex', 'align-items': 'center', 'justify-content': 'center', width: 'auto', height: 'auto', margin: '0', padding: '0', background: 'transparent' }); }); each('ul.et-menu', header, function (ul) { ul.style.setProperty('gap', '30px', 'important'); }); each('ul.et-menu > li', header, function (li) { setStyles(li, { display: 'flex', 'align-items': 'center', margin: '0', padding: '0', 'line-height': '1' }); }); each('ul.et-menu > li > a', header, function (a) { setStyles(a, { display: 'flex', 'align-items': 'center', margin: '0', padding: '0', 'font-family': 'Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif', 'font-size': '16px', 'font-weight': '500', 'line-height': '1', 'letter-spacing': '0', color: LINK_COLOR, transition: 'color .18s ease' }); }); makeSocials(row); applyActiveState(header); bindScroll(section); }
  function bindScroll(section) { if (!window.codexFinalLightlyScroll) { window.codexFinalLightlyScroll = { lastY: window.scrollY || 0, hidden: false, section: section }; window.addEventListener('scroll', function () { var state = window.codexFinalLightlyScroll; var target = state.section; if (!target) return; var y = window.scrollY || document.documentElement.scrollTop || 0; if (y <= 35 || y < state.lastY - 8) { state.hidden = false; target.style.setProperty('transform', 'translateY(0)', 'important'); target.style.setProperty('opacity', '1', 'important'); target.style.setProperty('pointer-events', 'none', 'important'); } else if (y > 160 && y > state.lastY + 8) { state.hidden = true; target.style.setProperty('transform', 'translateY(-128px)', 'important'); target.style.setProperty('opacity', '0', 'important'); target.style.setProperty('pointer-events', 'none', 'important'); } state.lastY = y; }, { passive: true }); } window.codexFinalLightlyScroll.section = section; }
  function restoreLatest() { var track = document.querySelector('.kibou-home-latest-track'); if (!track) return; var href = 'https://cutemfix.site/participacion-de-kibou-en-el-congreso-internacional-de-medicina-critica/'; var cards = Array.prototype.slice.call(track.querySelectorAll('.kibou-home-card')); var congress = cards.find(function (card) { return (card.querySelector('a[href*="participacion-de-kibou-en-el-congreso-internacional-de-medicina-critica"]') || card.dataset.kibouCongressCard === 'true'); }); if (!congress) { congress = document.createElement('article'); congress.className = 'kibou-home-card'; congress.dataset.kibouCongressCard = 'true'; congress.innerHTML = '<a class="kibou-home-card-media" href="' + href + '"><img src="https://cutemfix.site/wp-content/uploads/2025/12/Kibou_LogoPrincipal_SinFondo-01-480x83.png" alt="Participacion de Kibou en el Congreso Internacional de Medicina Critica"></a><div class="kibou-home-card-body"><time>26 abr 2026</time><h3><a href="' + href + '">Participacion de Kibou en el Congreso Internacional de Medicina Critica</a></h3><p>Kibou Pharma participo como expositor en el Panama International Critical Care Congress, uno de los encuentros cientificos mas relevantes...</p><a class="kibou-read" href="' + href + '">Leer mas</a></div>'; track.appendChild(congress); } congress.dataset.kibouCongressCard = 'true'; cards = Array.prototype.slice.call(track.querySelectorAll('.kibou-home-card')); var flaminal = cards.find(function (card) { return !!card.querySelector('a[href*="flaminal-desembarca-en-panama"]'); }); congress = cards.find(function (card) { return !!card.querySelector('a[href*="participacion-de-kibou-en-el-congreso-internacional-de-medicina-critica"]') || card.dataset.kibouCongressCard === 'true'; }); var ordered = []; if (flaminal) ordered.push(flaminal); if (congress && ordered.indexOf(congress) === -1) ordered.push(congress); cards.forEach(function (card) { if (ordered.indexOf(card) === -1) ordered.push(card); }); ordered.slice(0, 4).forEach(function (card) { track.appendChild(card); }); }
  function run() { polishMenu(); restoreLatest(); }
  if (document.readyState === 'loading') document.addEventListener('DOMContentLoaded', run); else run();
  window.addEventListener('load', function () { run(); setTimeout(run, 300); setTimeout(run, 1200); });
  setTimeout(run, 2500);
})();
</script>