<!-- Popup Vacaciones 2026 — BabyStudio4D -->
<div id="bs4d-vac-popup" class="bs4d-vac-popup" role="dialog" aria-modal="true" aria-label="Aviso Vacaciones 2026">
  <div class="bs4d-vac-popup__backdrop" data-bs4d-close></div>
  <div class="bs4d-vac-popup__box">
    <button type="button" class="bs4d-vac-popup__close" data-bs4d-close aria-label="Cerrar">&times;</button>
    <img src="https://babystudio4d.com/wp-content/uploads/2026/04/Vacaciones-2026.jpeg"
         alt="Vacaciones 2026 — Baby Studio 4D"
         class="bs4d-vac-popup__img"
         loading="eager"
         decoding="async">
  </div>
</div>
<style>
.bs4d-vac-popup{position:fixed;inset:0;z-index:2147483600;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .35s ease}
.bs4d-vac-popup.is-open{opacity:1;pointer-events:auto}
.bs4d-vac-popup__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.72);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}
.bs4d-vac-popup__box{position:relative;max-width:92vw;max-height:92vh;animation:bs4dVacIn .5s cubic-bezier(.2,.9,.3,1.15)}
.bs4d-vac-popup__img{display:block;max-width:92vw;max-height:92vh;width:auto;height:auto;border-radius:14px;box-shadow:0 25px 70px rgba(0,0,0,.55)}
.bs4d-vac-popup__close{position:absolute;top:-16px;right:-16px;width:44px;height:44px;border-radius:50%;border:0;background:#fff;color:#2c1f24;font-size:28px;line-height:1;cursor:pointer;box-shadow:0 8px 20px rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;font-weight:700;font-family:system-ui,sans-serif;transition:transform .15s ease,background .2s ease}
.bs4d-vac-popup__close:hover{transform:scale(1.1);background:#E8637A;color:#fff}
.bs4d-vac-popup__close:focus-visible{outline:3px solid #E8637A;outline-offset:2px}
@keyframes bs4dVacIn{from{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}
@media (max-width:640px){.bs4d-vac-popup__close{top:6px;right:6px;width:38px;height:38px;font-size:24px}}
@media (prefers-reduced-motion:reduce){.bs4d-vac-popup,.bs4d-vac-popup__box{animation:none;transition:none}}
</style>
<script>
(function(){
  var KEY='bs4d_vac_popup_seen_v1';
  try{ if(sessionStorage.getItem(KEY)==='1') return; }catch(e){}
  var pop=document.getElementById('bs4d-vac-popup');
  if(!pop) return;
  var closed=false, autoTimer=null;
  function open(){ pop.classList.add('is-open'); autoTimer=setTimeout(close,5000); }
  function close(){
    if(closed) return; closed=true;
    pop.classList.remove('is-open');
    if(autoTimer){ clearTimeout(autoTimer); autoTimer=null; }
    setTimeout(function(){ if(pop.parentNode) pop.parentNode.removeChild(pop); },400);
    try{ sessionStorage.setItem(KEY,'1'); }catch(e){}
    window.removeEventListener('scroll', onScroll);
    document.removeEventListener('keydown', onKey);
  }
  function onScroll(){ if(window.scrollY>40) close(); }
  function onKey(e){ if(e.key==='Escape') close(); }
  pop.addEventListener('click', function(e){ if(e.target.closest('[data-bs4d-close]')) close(); });
  document.addEventListener('keydown', onKey);
  window.addEventListener('scroll', onScroll, {passive:true});
  if(document.readyState==='loading'){ document.addEventListener('DOMContentLoaded', open); } else { open(); }
})();
</script>
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//babystudio4d.com/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://babystudio4d.com/post-sitemap.xml</loc>
		<lastmod>2025-02-27T19:40:42+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://babystudio4d.com/page-sitemap.xml</loc>
		<lastmod>2026-04-07T16:03:22+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://babystudio4d.com/category-sitemap.xml</loc>
		<lastmod>2025-02-27T19:40:42+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->