{"id":25259,"date":"2026-06-08T20:02:53","date_gmt":"2026-06-08T20:02:53","guid":{"rendered":"https:\/\/mvno.site\/mercadito-vegano\/?page_id=25259"},"modified":"2026-06-08T20:13:59","modified_gmt":"2026-06-08T20:13:59","slug":"25259-2","status":"publish","type":"page","link":"https:\/\/mvno.site\/mercadito-vegano\/25259-2\/","title":{"rendered":""},"content":{"rendered":"\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Serif+Display:ital@0;1&#038;family=Inter:wght@300;400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n<script src=\"https:\/\/unpkg.com\/lucide@latest\"><\/script>\n\n<style>\n  #epa-invite-block {\n    font-family: 'Inter', sans-serif;\n    color: #2C2825;\n    background: #FFFCF7;\n    overflow: hidden;\n    line-height: 1.65;\n    -webkit-font-smoothing: antialiased;\n  }\n  #epa-invite-block *, #epa-invite-block *::before, #epa-invite-block *::after {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n  #epa-invite-block a { text-decoration: none; color: inherit; }\n  #epa-invite-block img { display: block; width: 100%; height: 100%; object-fit: cover; }\n\n  \/* ===== HERO ===== *\/\n  .epa-hero {\n    position: relative;\n    padding: 80px 24px 60px;\n    text-align: center;\n    overflow: hidden;\n  }\n  .epa-hero-blob {\n    position: absolute;\n    border-radius: 50%;\n    filter: blur(100px);\n    pointer-events: none;\n    z-index: 0;\n  }\n  .epa-hero-blob--green {\n    width: 500px; height: 500px;\n    background: rgba(79,138,47,0.12);\n    top: -120px; right: -100px;\n  }\n  .epa-hero-blob--peach {\n    width: 400px; height: 400px;\n    background: rgba(224,122,58,0.1);\n    bottom: -80px; left: -60px;\n  }\n  .epa-paws-container {\n    position: absolute;\n    inset: 0;\n    z-index: 0;\n    pointer-events: none;\n    overflow: hidden;\n  }\n  .epa-paw {\n    position: absolute;\n    bottom: -60px;\n    color: #4F8A2F;\n    opacity: 0;\n    animation: epa-float-up var(--dur) var(--delay) ease-out infinite;\n  }\n  .epa-hero-content {\n    position: relative;\n    z-index: 2;\n    max-width: 720px;\n    margin: 0 auto;\n  }\n  .epa-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    padding: 7px 18px;\n    border-radius: 100px;\n    background: #E8F2DE;\n    color: #3D7220;\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    margin-bottom: 28px;\n  }\n  .epa-badge-dot {\n    width: 6px; height: 6px;\n    background: #4F8A2F;\n    border-radius: 50%;\n    animation: epa-pulse 2s ease-in-out infinite;\n  }\n  .epa-hero h1 {\n    font-family: 'DM Serif Display', serif;\n    font-size: clamp(34px, 6.5vw, 62px);\n    line-height: 1.08;\n    color: #2C2825;\n    margin-bottom: 20px;\n    letter-spacing: -0.01em;\n  }\n  .epa-hero h1 em {\n    font-style: italic;\n    color: #4F8A2F;\n  }\n  .epa-hero-sub {\n    font-size: clamp(15px, 2vw, 18px);\n    font-weight: 400;\n    color: #7A7570;\n    max-width: 540px;\n    margin: 0 auto 36px;\n    line-height: 1.75;\n  }\n  .epa-ctas {\n    display: flex;\n    gap: 14px;\n    justify-content: center;\n    flex-wrap: wrap;\n  }\n  .epa-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 9px;\n    padding: 15px 30px;\n    border-radius: 100px;\n    font-family: 'Inter', sans-serif;\n    font-size: 13px;\n    font-weight: 600;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    transition: all 0.4s cubic-bezier(0.25,1,0.5,1);\n    cursor: pointer;\n    border: none;\n  }\n  .epa-btn-green {\n    background: #4F8A2F;\n    color: #fff;\n    box-shadow: 0 4px 20px rgba(79,138,47,0.25);\n  }\n  .epa-btn-green:hover {\n    background: #437A25;\n    box-shadow: 0 6px 30px rgba(79,138,47,0.35);\n    transform: translateY(-2px);\n  }\n  .epa-btn-outline {\n    background: transparent;\n    border: 1.5px solid #D6CFC4;\n    color: #2C2825;\n  }\n  .epa-btn-outline:hover {\n    border-color: #4F8A2F;\n    color: #4F8A2F;\n    background: rgba(79,138,47,0.04);\n    transform: translateY(-2px);\n  }\n\n  \/* ===== ABOUT + PHOTO ===== *\/\n  .epa-about {\n    padding: 40px 24px 80px;\n    max-width: 1060px;\n    margin: 0 auto;\n  }\n  .epa-about-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 56px;\n    align-items: center;\n  }\n  .epa-about-img {\n    border-radius: 24px;\n    overflow: hidden;\n    box-shadow: 0 8px 40px rgba(44,40,37,0.08);\n    aspect-ratio: 4\/5;\n    position: relative;\n  }\n  .epa-about-img img {\n    transition: transform 0.8s cubic-bezier(0.25,1,0.5,1);\n  }\n  .epa-about-img:hover img {\n    transform: scale(1.04);\n  }\n  .epa-about-text h2 {\n    font-family: 'DM Serif Display', serif;\n    font-size: clamp(26px, 3.5vw, 38px);\n    line-height: 1.15;\n    margin-bottom: 20px;\n    color: #2C2825;\n  }\n  .epa-about-text h2 em {\n    font-style: italic;\n    color: #4F8A2F;\n  }\n  .epa-about-text p {\n    font-size: 15px;\n    color: #7A7570;\n    line-height: 1.8;\n    margin-bottom: 16px;\n  }\n  .epa-about-text p strong {\n    color: #2C2825;\n    font-weight: 600;\n  }\n  .epa-about-link {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    margin-top: 12px;\n    color: #4F8A2F;\n    font-weight: 600;\n    font-size: 14px;\n    transition: gap 0.3s;\n  }\n  .epa-about-link:hover {\n    gap: 14px;\n  }\n\n  \/* ===== HOW TO HELP ===== *\/\n  .epa-help {\n    padding: 40px 24px 80px;\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n  .epa-section-head {\n    text-align: center;\n    margin-bottom: 52px;\n  }\n  .epa-section-head h2 {\n    font-family: 'DM Serif Display', serif;\n    font-size: clamp(26px, 3.5vw, 38px);\n    line-height: 1.15;\n    margin-bottom: 12px;\n  }\n  .epa-section-head p {\n    font-size: 15px;\n    color: #9A9590;\n    font-weight: 400;\n  }\n  .epa-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 20px;\n  }\n  .epa-card {\n    background: #FFFFFF;\n    border: 1px solid #EDE8E0;\n    border-radius: 20px;\n    padding: 32px 24px 28px;\n    transition: all 0.45s cubic-bezier(0.25,1,0.5,1);\n    position: relative;\n    overflow: hidden;\n  }\n  .epa-card::after {\n    content: '';\n    position: absolute;\n    bottom: 0; left: 0; right: 0;\n    height: 3px;\n    border-radius: 0 0 20px 20px;\n    transition: opacity 0.4s;\n    opacity: 0;\n  }\n  .epa-card:hover {\n    transform: translateY(-7px);\n    box-shadow: 0 16px 48px rgba(44,40,37,0.08);\n    border-color: transparent;\n  }\n  .epa-card:hover::after { opacity: 1; }\n  .epa-card--green::after { background: #4F8A2F; }\n  .epa-card--orange::after { background: #E07A3A; }\n  .epa-card--gold::after { background: #C9982E; }\n  .epa-card--teal::after { background: #2A8F8F; }\n\n  .epa-card-icon {\n    width: 52px; height: 52px;\n    border-radius: 14px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 20px;\n    transition: transform 0.4s;\n  }\n  .epa-card:hover .epa-card-icon { transform: scale(1.08); }\n  .epa-card--green .epa-card-icon { background: #E8F2DE; color: #3D7220; }\n  .epa-card--orange .epa-card-icon { background: #FDF0E6; color: #C4612A; }\n  .epa-card--gold .epa-card-icon { background: #FDF6E3; color: #A67D1A; }\n  .epa-card--teal .epa-card-icon { background: #E2F3F3; color: #1F7373; }\n\n  .epa-card h3 {\n    font-family: 'DM Serif Display', serif;\n    font-size: 19px;\n    margin-bottom: 10px;\n    color: #2C2825;\n  }\n  .epa-card p {\n    font-size: 13.5px;\n    color: #9A9590;\n    line-height: 1.7;\n  }\n\n  \/* ===== PHOTO BANNER ===== *\/\n  .epa-banner {\n    padding: 0 24px 80px;\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n  .epa-banner-img {\n    border-radius: 24px;\n    overflow: hidden;\n    box-shadow: 0 8px 40px rgba(44,40,37,0.07);\n    aspect-ratio: 2.4\/1;\n    position: relative;\n  }\n  .epa-banner-img img {\n    transition: transform 1s cubic-bezier(0.25,1,0.5,1);\n  }\n  .epa-banner-img:hover img {\n    transform: scale(1.03);\n  }\n  .epa-banner-overlay {\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(180deg, transparent 40%, rgba(44,40,37,0.5) 100%);\n    display: flex;\n    align-items: flex-end;\n    padding: 36px 40px;\n  }\n  .epa-banner-overlay p {\n    font-family: 'DM Serif Display', serif;\n    font-size: clamp(20px, 3vw, 30px);\n    color: #fff;\n    text-shadow: 0 2px 8px rgba(0,0,0,0.2);\n    line-height: 1.3;\n  }\n\n  \/* ===== STATS ===== *\/\n  .epa-stats {\n    background: #F5F0E8;\n    padding: 72px 24px;\n  }\n  .epa-stats-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 24px;\n    max-width: 860px;\n    margin: 0 auto;\n  }\n  .epa-stat {\n    text-align: center;\n    padding: 24px 12px;\n  }\n  .epa-stat-num {\n    font-family: 'DM Serif Display', serif;\n    font-size: clamp(34px, 4.5vw, 50px);\n    color: #4F8A2F;\n    line-height: 1;\n    margin-bottom: 6px;\n  }\n  .epa-stat-label {\n    font-size: 12px;\n    color: #9A9590;\n    font-weight: 500;\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n  }\n\n  \/* ===== QUOTE ===== *\/\n  .epa-quote {\n    padding: 80px 24px;\n    max-width: 680px;\n    margin: 0 auto;\n    text-align: center;\n  }\n  .epa-quote-icon {\n    color: #E07A3A;\n    margin-bottom: 20px;\n    opacity: 0.45;\n  }\n  .epa-quote blockquote {\n    font-family: 'DM Serif Display', serif;\n    font-size: clamp(20px, 3vw, 27px);\n    line-height: 1.55;\n    color: #2C2825;\n    font-style: italic;\n    margin-bottom: 20px;\n  }\n  .epa-quote cite {\n    font-family: 'Inter', sans-serif;\n    font-size: 12px;\n    color: #B0AAA4;\n    font-style: normal;\n    font-weight: 600;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n  }\n\n  \/* ===== FINAL CTA ===== *\/\n  .epa-final {\n    padding: 80px 24px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    background: #4F8A2F;\n  }\n  .epa-final-blob {\n    position: absolute;\n    border-radius: 50%;\n    filter: blur(80px);\n    pointer-events: none;\n  }\n  .epa-final-blob--1 {\n    width: 400px; height: 400px;\n    background: rgba(255,255,255,0.08);\n    top: -150px; left: -100px;\n  }\n  .epa-final-blob--2 {\n    width: 300px; height: 300px;\n    background: rgba(224,122,58,0.12);\n    bottom: -100px; right: -80px;\n  }\n  .epa-final-content {\n    position: relative;\n    z-index: 1;\n  }\n  .epa-final h2 {\n    font-family: 'DM Serif Display', serif;\n    font-size: clamp(28px, 5vw, 48px);\n    line-height: 1.1;\n    color: #fff;\n    margin-bottom: 16px;\n  }\n  .epa-final h2 em {\n    font-style: italic;\n    color: #FFE4B5;\n  }\n  .epa-final > .epa-final-content > p {\n    font-size: 16px;\n    color: rgba(255,255,255,0.75);\n    max-width: 480px;\n    margin: 0 auto 36px;\n    line-height: 1.7;\n  }\n  .epa-btn-white {\n    background: #fff;\n    color: #2C2825;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.12);\n    padding: 17px 36px;\n    font-size: 14px;\n  }\n  .epa-btn-white:hover {\n    background: #F5F0E8;\n    box-shadow: 0 8px 30px rgba(0,0,0,0.15);\n    transform: translateY(-2px);\n  }\n  .epa-hearts {\n    margin-top: 32px;\n    display: flex;\n    justify-content: center;\n    gap: 5px;\n  }\n  .epa-hearts svg {\n    color: rgba(255,255,255,0.5);\n    animation: epa-heartbeat 1.6s ease-in-out infinite;\n  }\n  .epa-hearts svg:nth-child(2) { animation-delay: 0.2s; opacity: 0.7; }\n  .epa-hearts svg:nth-child(3) { animation-delay: 0.4s; opacity: 0.5; }\n  .epa-hearts svg:nth-child(4) { animation-delay: 0.6s; opacity: 0.3; }\n  .epa-hearts svg:nth-child(5) { animation-delay: 0.8s; opacity: 0.15; }\n\n  \/* ===== FOOTER LINE ===== *\/\n  .epa-footer-line {\n    text-align: center;\n    padding: 28px 24px;\n    font-size: 11px;\n    color: #C4BEB8;\n    letter-spacing: 0.04em;\n  }\n\n  \/* ===== ANIMATIONS ===== *\/\n  @keyframes epa-pulse {\n    0%, 100% { opacity: 1; transform: scale(1); }\n    50% { opacity: 0.3; transform: scale(1.8); }\n  }\n  @keyframes epa-float-up {\n    0% { transform: translateY(0) rotate(0deg); opacity: 0; }\n    8% { opacity: var(--op); }\n    85% { opacity: var(--op); }\n    100% { transform: translateY(calc(-100vh - 80px)) rotate(var(--rot)); opacity: 0; }\n  }\n  @keyframes epa-heartbeat {\n    0%, 100% { transform: scale(1); }\n    15% { transform: scale(1.3); }\n    30% { transform: scale(1); }\n    45% { transform: scale(1.2); }\n    60% { transform: scale(1); }\n  }\n  @keyframes epa-reveal-up {\n    from { opacity: 0; transform: translateY(28px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  \/* ===== REVEAL ===== *\/\n  .epa-r {\n    opacity: 0;\n    transform: translateY(28px);\n    transition: all 0.8s cubic-bezier(0.25,1,0.5,1);\n  }\n  .epa-r.epa-vis {\n    opacity: 1;\n    transform: translateY(0);\n  }\n  .epa-r[data-d=\"1\"] { transition-delay: 0.08s; }\n  .epa-r[data-d=\"2\"] { transition-delay: 0.16s; }\n  .epa-r[data-d=\"3\"] { transition-delay: 0.24s; }\n  .epa-r[data-d=\"4\"] { transition-delay: 0.32s; }\n  .epa-r[data-d=\"5\"] { transition-delay: 0.4s; }\n\n  .epa-hero-anim {\n    opacity: 0;\n    animation: epa-reveal-up 0.9s cubic-bezier(0.25,1,0.5,1) forwards;\n  }\n  .epa-hero-anim[data-d=\"1\"] { animation-delay: 0.05s; }\n  .epa-hero-anim[data-d=\"2\"] { animation-delay: 0.2s; }\n  .epa-hero-anim[data-d=\"3\"] { animation-delay: 0.35s; }\n  .epa-hero-anim[data-d=\"4\"] { animation-delay: 0.5s; }\n\n  \/* ===== RESPONSIVE ===== *\/\n  @media (max-width: 1024px) {\n    .epa-grid { grid-template-columns: repeat(2, 1fr); }\n    .epa-about-grid { gap: 40px; }\n  }\n  @media (max-width: 768px) {\n    .epa-about-grid {\n      grid-template-columns: 1fr;\n      gap: 32px;\n    }\n    .epa-about-img { aspect-ratio: 16\/10; }\n    .epa-stats-grid {\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n    .epa-ctas { flex-direction: column; align-items: center; }\n    .epa-btn { width: 100%; max-width: 280px; justify-content: center; }\n  }\n  @media (max-width: 640px) {\n    .epa-grid { grid-template-columns: 1fr; max-width: 380px; margin: 0 auto; }\n    .epa-hero { padding: 60px 20px 48px; }\n    .epa-about { padding: 20px 20px 60px; }\n    .epa-help { padding: 20px 20px 60px; }\n    .epa-banner { padding: 0 20px 60px; }\n    .epa-stats { padding: 56px 20px; }\n    .epa-quote { padding: 56px 20px; }\n    .epa-final { padding: 56px 20px; }\n    .epa-banner-overlay { padding: 24px 28px; }\n  }\n<\/style>\n\n<div id=\"epa-invite-block\">\n\n  <!-- ===== HERO ===== -->\n  <section class=\"epa-hero\">\n    <div class=\"epa-hero-blob epa-hero-blob--green\"><\/div>\n    <div class=\"epa-hero-blob epa-hero-blob--peach\"><\/div>\n    <div class=\"epa-paws-container\" id=\"epaPaws\"><\/div>\n\n    <div class=\"epa-hero-content\">\n      <div class=\"epa-badge epa-hero-anim\" data-d=\"1\">\n        <span class=\"epa-badge-dot\"><\/span>\n        El Para\u00edso Animal\n      <\/div>\n      <h1 class=\"epa-hero-anim\" data-d=\"2\">\n        Cada vida merece una <em>segunda oportunidad<\/em>\n      <\/h1>\n      <p class=\"epa-hero-sub epa-hero-anim\" data-d=\"3\">\n        Rescatamos, rehabilitamos y buscamos hogar para animales que nadie quiso. Pero no podemos solos: necesitamos de vos.\n      <\/p>\n      <div class=\"epa-ctas epa-hero-anim\" data-d=\"4\">\n        <a href=\"https:\/\/elparaisoanimal.org\/\" target=\"_blank\" class=\"epa-btn epa-btn-green\">\n          Quiero ayudar\n          <i data-lucide=\"heart\" style=\"width:15px;height:15px;\"><\/i>\n        <\/a>\n        <a href=\"https:\/\/elparaisoanimal.org\/\" target=\"_blank\" class=\"epa-btn epa-btn-outline\">\n          Conocer el refugio\n          <i data-lucide=\"arrow-right\" style=\"width:14px;height:14px;\"><\/i>\n        <\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ===== ABOUT + PHOTO ===== -->\n  <section class=\"epa-about\">\n    <div class=\"epa-about-grid\">\n      <!-- REEMPLAZ\u00c1 ESTA URL POR UNA FOTO REAL DEL REFUGIO -->\n      <div class=\"epa-about-img epa-r\" data-d=\"1\">\n        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1587300003388-59208cc962cb?w=600&#038;h=750&#038;fit=crop&#038;crop=faces\" alt=\"Perros rescatados del refugio El Para\u00edso Animal\" loading=\"lazy\">\n      <\/div>\n      <div class=\"epa-about-text\">\n        <h2 class=\"epa-r\" data-d=\"2\">Un refugio que respira <em>amor<\/em><\/h2>\n        <p class=\"epa-r\" data-d=\"3\">\n          <strong>El Para\u00edso Animal<\/strong> naci\u00f3 con una misi\u00f3n clara: ning\u00fan animal deber\u00eda sufrir abandono. En nuestro refugio recibimos perros y gatos rescatados de la calle, de situaciones de maltrato o que simplemente nadie reclam\u00f3.\n        <\/p>\n        <p class=\"epa-r\" data-d=\"4\">\n          Los curamos, los sociabilizamos, les devolvemos la confianza en el ser humano y los acompa\u00f1amos hasta encontrarles una familia que los ame de verdad. Todo esto lo hacemos gracias a personas como vos.\n        <\/p>\n        <a href=\"https:\/\/elparaisoanimal.org\/\" target=\"_blank\" class=\"epa-about-link epa-r\" data-d=\"5\">\n          Ver m\u00e1s del refugio\n          <i data-lucide=\"arrow-right\" style=\"width:16px;height:16px;\"><\/i>\n        <\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ===== HOW TO HELP ===== -->\n  <section class=\"epa-help\">\n    <div class=\"epa-section-head\">\n      <h2 class=\"epa-r\">\u00bfC\u00f3mo pod\u00e9s ayudar?<\/h2>\n      <p class=\"epa-r\" data-d=\"1\">No importa tu tiempo o tus recursos. Hay un lugar para vos.<\/p>\n    <\/div>\n    <div class=\"epa-grid\">\n      <div class=\"epa-card epa-card--green epa-r\" data-d=\"1\">\n        <div class=\"epa-card-icon\">\n          <i data-lucide=\"hand-helping\" style=\"width:22px;height:22px;\"><\/i>\n        <\/div>\n        <h3>Voluntariado<\/h3>\n        <p>Ven a caminar perros, acariciar gatos, limpiar, cocinar. Tu tiempo es el regalo m\u00e1s valioso y la recompensa es inmediata: una mirada de agradecimiento.<\/p>\n      <\/div>\n      <div class=\"epa-card epa-card--orange epa-r\" data-d=\"2\">\n        <div class=\"epa-card-icon\">\n          <i data-lucide=\"heart\" style=\"width:22px;height:22px;\"><\/i>\n        <\/div>\n        <h3>Donaciones<\/h3>\n        <p>Cada aporte significa alimento balanceado, atenci\u00f3n veterinaria, medicaci\u00f3n y un techo seguro. Tu ayuda hoy salva una vida ma\u00f1ana.<\/p>\n      <\/div>\n      <div class=\"epa-card epa-card--gold epa-r\" data-d=\"3\">\n        <div class=\"epa-card-icon\">\n          <i data-lucide=\"home\" style=\"width:22px;height:22px;\"><\/i>\n        <\/div>\n        <h3>Adopci\u00f3n<\/h3>\n        <p>No compres, adopt\u00e1. Dale un hogar a quien m\u00e1s lo necesita y cambi\u00e1 dos vidas para siempre: la de ese animal y la tuya.<\/p>\n      <\/div>\n      <div class=\"epa-card epa-card--teal epa-r\" data-d=\"4\">\n        <div class=\"epa-card-icon\">\n          <i data-lucide=\"share-2\" style=\"width:22px;height:22px;\"><\/i>\n        <\/div>\n        <h3>Difusi\u00f3n<\/h3>\n        <p>Compartir salva vidas. Difund\u00ed nuestros casos de adopci\u00f3n, cont\u00e1 sobre el refugio en tus redes y ayud\u00e1 a que m\u00e1s personas se sumen.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ===== PHOTO BANNER ===== -->\n  <section class=\"epa-banner\">\n    <!-- REEMPLAZ\u00c1 ESTA URL POR UNA FOTO REAL DEL REFUGIO -->\n    <div class=\"epa-banner-img epa-r\">\n      <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1548199973-03cce0bbc87b?w=1100&#038;h=460&#038;fit=crop\" alt=\"Voluntarios con animales en El Para\u00edso Animal\" loading=\"lazy\">\n      <div class=\"epa-banner-overlay\">\n        <p>&#8220;Ellos no pueden hablar, pero sus ojos lo dicen todo.&#8221;<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ===== STATS ===== -->\n  <section class=\"epa-stats\">\n    <div class=\"epa-stats-grid\">\n      <div class=\"epa-stat epa-r\" data-d=\"1\">\n        <div class=\"epa-stat-num\" data-target=\"500\">0<\/div>\n        <div class=\"epa-stat-label\">Animales rescatados<\/div>\n      <\/div>\n      <div class=\"epa-stat epa-r\" data-d=\"2\">\n        <div class=\"epa-stat-num\" data-target=\"300\">0<\/div>\n        <div class=\"epa-stat-label\">Adopciones felices<\/div>\n      <\/div>\n      <div class=\"epa-stat epa-r\" data-d=\"3\">\n        <div class=\"epa-stat-num\" data-target=\"50\">0<\/div>\n        <div class=\"epa-stat-label\">Voluntarios activos<\/div>\n      <\/div>\n      <div class=\"epa-stat epa-r\" data-d=\"4\">\n        <div class=\"epa-stat-num\" data-target=\"8\">0<\/div>\n        <div class=\"epa-stat-label\">A\u00f1os de amor<\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ===== QUOTE ===== -->\n  <section class=\"epa-quote\">\n    <div class=\"epa-quote-icon epa-r\">\n      <i data-lucide=\"quote\" style=\"width:36px;height:36px;\"><\/i>\n    <\/div>\n    <blockquote class=\"epa-r\" data-d=\"1\">\n      El amor de un animal rescatado no tiene precio. Ellos no olvidan qui\u00e9n les dio una segunda oportunidad.\n    <\/blockquote>\n    <cite class=\"epa-r\" data-d=\"2\">\u2014 El Para\u00edso Animal<\/cite>\n  <\/section>\n\n  <!-- ===== FINAL CTA ===== -->\n  <section class=\"epa-final\">\n    <div class=\"epa-final-blob epa-final-blob--1\"><\/div>\n    <div class=\"epa-final-blob epa-final-blob--2\"><\/div>\n    <div class=\"epa-final-content\">\n      <h2 class=\"epa-r\">\u00bfListo para hacer<br>la <em>diferencia<\/em>?<\/h2>\n      <p class=\"epa-r\" data-d=\"1\">Unite a El Para\u00edso Animal y ayud\u00e1 a construir un mundo mejor para ellos. No mir\u00e9s para otro lado: ellos no pueden.<\/p>\n      <a href=\"https:\/\/elparaisoanimal.org\/\" target=\"_blank\" class=\"epa-btn epa-btn-white epa-r\" data-d=\"2\">\n        Ir a elparaisoanimal.org\n        <i data-lucide=\"arrow-right\" style=\"width:15px;height:15px;\"><\/i>\n      <\/a>\n      <div class=\"epa-hearts epa-r\" data-d=\"3\">\n        <i data-lucide=\"heart\" style=\"width:16px;height:16px;fill:currentColor;\"><\/i>\n        <i data-lucide=\"heart\" style=\"width:16px;height:16px;fill:currentColor;\"><\/i>\n        <i data-lucide=\"heart\" style=\"width:16px;height:16px;fill:currentColor;\"><\/i>\n        <i data-lucide=\"heart\" style=\"width:16px;height:16px;fill:currentColor;\"><\/i>\n        <i data-lucide=\"heart\" style=\"width:16px;height:16px;fill:currentColor;\"><\/i>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <div class=\"epa-footer-line\">\n    Hecho con &#x2665; para El Para\u00edso Animal\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ Init Lucide\n  lucide.createIcons({ attrs: { strokeWidth: 1.5 } });\n\n  \/\/ Floating paws (subtle on light bg)\n  (function() {\n    const c = document.getElementById('epaPaws');\n    if (!c) return;\n    const svg = `<svg viewBox=\"0 0 100 120\" fill=\"currentColor\"><ellipse cx=\"50\" cy=\"82\" rx=\"24\" ry=\"18\"\/><circle cx=\"24\" cy=\"46\" r=\"12\"\/><circle cx=\"46\" cy=\"30\" r=\"10\"\/><circle cx=\"66\" cy=\"30\" r=\"10\"\/><circle cx=\"80\" cy=\"46\" r=\"12\"\/><\/svg>`;\n    for (let i = 0; i < 10; i++) {\n      const p = document.createElement('div');\n      p.className = 'epa-paw';\n      p.innerHTML = svg;\n      const s = 14 + Math.random() * 18;\n      p.style.cssText = `left:${4+Math.random()*92}%;width:${s}px;height:${s*1.2}px;--dur:${12+Math.random()*16}s;--delay:${Math.random()*14}s;--op:${0.04+Math.random()*0.05};--rot:${-25+Math.random()*50}deg;`;\n      c.appendChild(p);\n    }\n  })();\n\n  \/\/ Scroll reveal\n  (function() {\n    const els = document.querySelectorAll('#epa-invite-block .epa-r');\n    if (!els.length) return;\n    const obs = new IntersectionObserver(entries => {\n      entries.forEach(e => {\n        if (e.isIntersecting) {\n          e.target.classList.add('epa-vis');\n          const num = e.target.querySelector('.epa-stat-num[data-target]');\n          if (num && !num.dataset.done) {\n            num.dataset.done = '1';\n            animateNum(num, parseInt(num.dataset.target));\n          }\n        }\n      });\n    }, { threshold: 0.15, rootMargin: '0px 0px -30px 0px' });\n    els.forEach(el => obs.observe(el));\n  })();\n\n  \/\/ Counter\n  function animateNum(el, target) {\n    const dur = 2200;\n    const start = performance.now();\n    const ease = t => 1 - Math.pow(1 - t, 4);\n    (function tick(now) {\n      const p = Math.min((now - start) \/ dur, 1);\n      el.textContent = Math.round(ease(p) * target) + '+';\n      if (p < 1) requestAnimationFrame(tick);\n    })(start);\n  }\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>El Para\u00edso Animal Cada vida merece una segunda oportunidad Rescatamos, rehabilitamos y buscamos hogar para animales que nadie quiso. Pero no podemos solos: necesitamos de vos. Quiero ayudar Conocer el refugio Un refugio que respira amor El Para\u00edso Animal naci\u00f3 con una misi\u00f3n clara: ning\u00fan animal deber\u00eda sufrir abandono. En nuestro refugio recibimos perros y [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","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":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","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":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"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-opacity":"","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-opacity":"","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-opacity":"","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-opacity":"","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-opacity":"","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-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-25259","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"woocommerce_thumbnail":false,"woocommerce_single":false,"woocommerce_gallery_thumbnail":false},"uagb_author_info":{"display_name":"Daniel","author_link":"https:\/\/mvno.site\/mercadito-vegano\/author\/c2860416\/"},"uagb_comment_info":0,"uagb_excerpt":"El Para\u00edso Animal Cada vida merece una segunda oportunidad Rescatamos, rehabilitamos y buscamos hogar para animales que nadie quiso. Pero no podemos solos: necesitamos de vos. Quiero ayudar Conocer el refugio Un refugio que respira amor El Para\u00edso Animal naci\u00f3 con una misi\u00f3n clara: ning\u00fan animal deber\u00eda sufrir abandono. En nuestro refugio recibimos perros y&hellip;","_links":{"self":[{"href":"https:\/\/mvno.site\/mercadito-vegano\/wp-json\/wp\/v2\/pages\/25259","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mvno.site\/mercadito-vegano\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mvno.site\/mercadito-vegano\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mvno.site\/mercadito-vegano\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/mvno.site\/mercadito-vegano\/wp-json\/wp\/v2\/comments?post=25259"}],"version-history":[{"count":2,"href":"https:\/\/mvno.site\/mercadito-vegano\/wp-json\/wp\/v2\/pages\/25259\/revisions"}],"predecessor-version":[{"id":25271,"href":"https:\/\/mvno.site\/mercadito-vegano\/wp-json\/wp\/v2\/pages\/25259\/revisions\/25271"}],"wp:attachment":[{"href":"https:\/\/mvno.site\/mercadito-vegano\/wp-json\/wp\/v2\/media?parent=25259"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}