{"id":18,"date":"2025-11-07T03:42:59","date_gmt":"2025-11-06T19:42:59","guid":{"rendered":"https:\/\/redeemerhospice.com\/?page_id=18"},"modified":"2025-11-28T05:08:41","modified_gmt":"2025-11-27T21:08:41","slug":"homepage","status":"publish","type":"page","link":"https:\/\/redeemerhospice.com\/es\/","title":{"rendered":"Homepage"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"18\" class=\"elementor elementor-18\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8a6114d e-con-full e-flex e-con e-parent\" data-id=\"8a6114d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d2e3aff elementor-widget elementor-widget-html\" data-id=\"d2e3aff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<section class=\"redeemer-hero\">\r\n  <div class=\"hero-container\">\r\n    <!-- LEFT CONTENT -->\r\n    <div class=\"hero-content\">\r\n      <h1>\r\n        Because <br \/>\r\n        every farewell <br \/>\r\n        deserves <span>light<\/span>\r\n      <\/h1>\r\n      <p class=\"hero-subtext\">\r\n        <em>We care from within. We honor through compassion.<\/em>\r\n      <\/p>\r\n\r\n    <div class=\"hero-buttons\">\r\n  <a href=\"tel:+19566793220\" class=\"btn-primary\">Explore Our Care<\/a>\r\n  <a href=\"tel:+19566793220\" class=\"btn-outline\">Request Care Now<\/a>\r\n<\/div>\r\n\r\n    <\/div>\r\n\r\n    <!-- RIGHT IMAGE -->\r\n    <div class=\"hero-image\">\r\n      <img data-recalc-dims=\"1\" decoding=\"async\"\r\n        src=\"https:\/\/i0.wp.com\/redeemerhospice.com\/wp-content\/uploads\/2025\/11\/hero-collage.webp?w=800&#038;ssl=1\"\r\n        alt=\"Elderly person smiling\"\r\n      \/>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<style>\r\n\/* ==== HERO SECTION ==== *\/\r\n.redeemer-hero {\r\n  background: linear-gradient(to bottom, #f1f8f5, #edf4f1);\r\n  padding: 100px 40px;\r\n  display: flex;\r\n  justify-content: center;\r\n  align-items: center;\r\n  width: 100%;\r\n}\r\n\r\n.hero-container {\r\n  display: flex;\r\n  justify-content: space-between;\r\n  align-items: center;\r\n  max-width: 1200px;\r\n  width: 100%;\r\n  flex-wrap: wrap;\r\n  gap: 60px;\r\n}\r\n\r\n\/* ==== LEFT TEXT ==== *\/\r\n.hero-content {\r\n  flex: 1;\r\n  min-width: 300px;\r\n}\r\n\r\n.hero-content h1 {\r\n  font-size: clamp(2.2rem, 5vw, 3.8rem);\r\n  font-weight: 800;\r\n  line-height: 1.1;\r\n  color: #222;\r\n  margin-bottom: 20px;\r\n}\r\n\r\n.hero-content h1 span {\r\n  color: #285846;\r\n}\r\n\r\n.hero-subtext {\r\n  font-size: clamp(1rem, 2vw, 1.2rem);\r\n  color: #333;\r\n  margin-bottom: 30px;\r\n  line-height: 1.6;\r\n  max-width: 480px;\r\n}\r\n\r\n\/* ==== BUTTONS ==== *\/\r\n.hero-buttons {\r\n  display: flex;\r\n  flex-wrap: wrap;\r\n  gap: 15px;\r\n}\r\n\r\n.btn-primary {\r\n  background-color: #285846;\r\n  color: #fff;\r\n  padding: 12px 26px;\r\n  border-radius: 6px;\r\n  text-decoration: none;\r\n  font-weight: 600;\r\n  transition: all 0.3s ease;\r\n}\r\n.btn-primary:hover {\r\n  background-color: #1d4435;\r\n  color: #fff;\r\n}\r\n\r\n.btn-outline {\r\n  border: 2px solid #285846;\r\n  color: #285846;\r\n  padding: 10px 24px;\r\n  border-radius: 6px;\r\n  text-decoration: none;\r\n  font-weight: 600;\r\n  transition: all 0.3s ease;\r\n}\r\n.btn-outline:hover {\r\n  background-color: #285846;\r\n  color: #fff;\r\n}\r\n\r\n\/* ==== RIGHT IMAGE ==== *\/\r\n.hero-image {\r\n  flex: 1;\r\n  min-width: 320px;\r\n  display: flex;\r\n  justify-content: center;\r\n}\r\n\r\n.hero-image img {\r\n  width: 100%;\r\n  max-width: 550px;\r\n  height: auto;\r\n  border-radius: 16px;\r\n  object-fit: cover;\r\n  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);\r\n}\r\n\r\n\/* ==== RESPONSIVE BREAKPOINTS ==== *\/\r\n\r\n\/* Large Tablets \/ Small Laptops *\/\r\n@media (max-width: 1024px) {\r\n  .hero-container {\r\n    gap: 40px;\r\n  }\r\n  .hero-content h1 {\r\n    font-size: 3rem;\r\n  }\r\n  .hero-subtext {\r\n    max-width: 420px;\r\n  }\r\n  .hero-image img {\r\n    max-width: 480px;\r\n  }\r\n}\r\n\r\n\/* Tablets *\/\r\n@media (max-width: 820px) {\r\n  .redeemer-hero {\r\n    padding: 80px 30px;\r\n  }\r\n  .hero-container {\r\n    flex-direction: column;\r\n    text-align: center;\r\n  }\r\n  .hero-content h1 {\r\n    font-size: 2.7rem;\r\n  }\r\n  .hero-subtext {\r\n    margin: 0 auto 30px;\r\n  }\r\n  .hero-buttons {\r\n    justify-content: center;\r\n  }\r\n  .hero-image img {\r\n    max-width: 90%;\r\n  }\r\n}\r\n\r\n\/* Phones *\/\r\n@media (max-width: 600px) {\r\n  .redeemer-hero {\r\n    padding: 60px 20px;\r\n  }\r\n  .hero-content h1 {\r\n    font-size: 2.1rem;\r\n  }\r\n  .hero-subtext {\r\n    font-size: 1rem;\r\n    line-height: 1.5;\r\n  }\r\n  .hero-buttons {\r\n    flex-direction: column;\r\n  }\r\n  .btn-primary,\r\n  .btn-outline {\r\n    width: 100%;\r\n    text-align: center;\r\n  }\r\n  .hero-image img {\r\n    max-width: 100%;\r\n    border-radius: 12px;\r\n  }\r\n}\r\n\r\n\/* Small Phones *\/\r\n@media (max-width: 400px) {\r\n  .hero-content h1 {\r\n    font-size: 1.9rem;\r\n  }\r\n  .hero-subtext {\r\n    font-size: 0.95rem;\r\n  }\r\n  .hero-buttons {\r\n    gap: 10px;\r\n  }\r\n}\r\n<\/style>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2759cc6 e-con-full e-flex e-con e-parent\" data-id=\"2759cc6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7d84695 elementor-widget elementor-widget-html\" data-id=\"7d84695\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<section class=\"info-strip\">\r\n  <div class=\"info-container\">\r\n    <div class=\"info-item\">\r\n      <span class=\"dot\"><\/span>\r\n      Licensed in Texas\r\n    <\/div>\r\n    <div class=\"info-item\">\r\n      <span class=\"dot\"><\/span>\r\n      Medicare-Certified Provider\r\n    <\/div>\r\n    <div class=\"info-item\">\r\n      <span class=\"dot\"><\/span>\r\n      24\/7 Nursing Support\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<style>\r\n  .info-strip {\r\n    background: #fff;\r\n    border-top: 2px solid #e5e7eb;\r\n    border-bottom: 2px solid #e5e7eb;\r\n    padding: 20px 0;\r\n    text-align: center;\r\n  }\r\n\r\n  .info-container {\r\n    display: grid;\r\n    grid-template-columns: repeat(3, 1fr);\r\n    align-items: center;\r\n    justify-content: center;\r\n    gap: 40px;\r\n    max-width: 1000px;\r\n    margin: 0 auto;\r\n  }\r\n\r\n  .info-item {\r\n    font-size: 1.05rem;\r\n    color: #1f2937; \/* dark grayish blue *\/\r\n    font-weight: 500;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    gap: 8px;\r\n  }\r\n\r\n  .dot {\r\n    width: 8px;\r\n    height: 8px;\r\n    background-color: #1f6b4c; \/* deep green *\/\r\n    border-radius: 50%;\r\n    display: inline-block;\r\n  }\r\n\r\n  \/* Responsive *\/\r\n \r\n  \r\n  @media (max-width: 480px) {\r\n    .info-container {\r\n      grid-template-columns: 1fr;\r\n      gap: 20px;\r\n    }\r\n  }\r\n<\/style>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-564d916 e-con-full e-flex e-con e-parent\" data-id=\"564d916\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ddfd2ea elementor-widget elementor-widget-html\" data-id=\"ddfd2ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<section class=\"principles-section\" id=\"care-team1\">\r\n  <div class=\"principles-container\">\r\n    <h2 class=\"principles-title\">Our Guiding Principles of <span>Care<\/span><\/h2>\r\n    <p class=\"principles-subtitle\">\r\n      Rooted in medicine. Nurtured by compassion. Every moment guided by values that matter.\r\n    <\/p>\r\n\r\n    <div class=\"principles-grid\">\r\n      <!-- Compassion -->\r\n      <div class=\"principle-card\">\r\n        <div class=\"icon\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#1f6b4c\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-heart h-8 w-8 text-primary\"><path d=\"M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z\"><\/path><\/svg>\r\n        <\/div>\r\n        <h3>Compassion<\/h3>\r\n        <p>Every action begins with empathy. We meet each patient and family where they are.<\/p>\r\n      <\/div>\r\n\r\n      <!-- Comfort -->\r\n      <div class=\"principle-card\">\r\n        <div class=\"icon\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#1f6b4c\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-hand-heart h-8 w-8 text-primary\"><path d=\"M11 14h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 16\"><\/path><path d=\"m7 20 1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9\"><\/path><path d=\"m2 15 6 6\"><\/path><path d=\"M19.5 8.5c.7-.7 1.5-1.6 1.5-2.7A2.73 2.73 0 0 0 16 4a2.78 2.78 0 0 0-5 1.8c0 1.2.8 2 1.5 2.8L16 12Z\"><\/path><\/svg>\r\n        <\/div>\r\n        <h3>Comfort<\/h3>\r\n        <p>Pain and symptoms are managed with skill, dignity, and presence.<\/p>\r\n      <\/div>\r\n\r\n      <!-- Communication -->\r\n      <div class=\"principle-card\">\r\n        <div class=\"icon\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#1f6b4c\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-message-circle h-8 w-8 text-primary\"><path d=\"M7.9 20A9 9 0 1 0 4 16.1L2 22Z\"><\/path><\/svg>\r\n        <\/div>\r\n        <h3>Communication<\/h3>\r\n        <p>Clear, honest conversations bring peace and direction.<\/p>\r\n      <\/div>\r\n\r\n      <!-- Balance -->\r\n      <div class=\"principle-card\">\r\n        <div class=\"icon\">\r\n         <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#1f6b4c\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-scale h-8 w-8 text-primary\"><path d=\"m16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z\"><\/path><path d=\"m2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z\"><\/path><path d=\"M7 21h10\"><\/path><path d=\"M12 3v18\"><\/path><path d=\"M3 7h2c2 0 5-1 7-2 2 1 5 2 7 2h2\"><\/path><\/svg>\r\n        <\/div>\r\n        <h3>Balance<\/h3>\r\n        <p>We honor both the science of medicine and the art of being present.<\/p>\r\n      <\/div>\r\n\r\n      <!-- Connection -->\r\n      <div class=\"principle-card\">\r\n        <div class=\"icon\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#1f6b4c\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-hand-heart h-8 w-8 text-primary\"><path d=\"M11 14h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 16\"><\/path><path d=\"m7 20 1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9\"><\/path><path d=\"m2 15 6 6\"><\/path><path d=\"M19.5 8.5c.7-.7 1.5-1.6 1.5-2.7A2.73 2.73 0 0 0 16 4a2.78 2.78 0 0 0-5 1.8c0 1.2.8 2 1.5 2.8L16 12Z\"><\/path><\/svg>\r\n        <\/div>\r\n        <h3>Connection<\/h3>\r\n        <p>Families, caregivers, and clinicians move together as one supportive team.<\/p>\r\n      <\/div>\r\n\r\n      <!-- Legacy -->\r\n      <div class=\"principle-card\">\r\n        <div class=\"icon\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#1f6b4c\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-star h-8 w-8 text-primary\"><path d=\"M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z\"><\/path><\/svg>\r\n        <\/div>\r\n        <h3>Legacy<\/h3>\r\n        <p>We preserve meaning, stories, and love that live on beyond the moment of passing.<\/p>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<style>\r\n.principles-section {\r\n  background: #fff;\r\n  padding: 70px 5%;\r\n  text-align: center;\r\n}\r\n\r\n.principles-container {\r\n  max-width: 1200px;\r\n  margin: 0 auto;\r\n}\r\n\r\n.principles-title {\r\n  font-size: 2.5rem;\r\n  color: #1f2937;\r\n  font-weight: 700;\r\n  margin-bottom: 15px;\r\n}\r\n\r\n.principles-title span {\r\n  color: #1f6b4c;\r\n}\r\n\r\n.principles-subtitle {\r\n  color: #4b5563;\r\n  font-size: 1.1rem;\r\n  max-width: 700px;\r\n  margin: 0 auto 60px;\r\n  line-height: 1.6;\r\n}\r\n\r\n\/* Grid layout *\/\r\n.principles-grid {\r\n  display: grid;\r\n  grid-template-columns: repeat(3, 1fr);\r\n  gap: 25px;\r\n}\r\n\r\n.principle-card {\r\n  background: #fff;\r\n  border: 1px solid #e5e7eb;\r\n  border-radius: 8px;\r\n  padding: 20px 25px;\r\n  text-align: left;\r\n  transition: all 0.3s ease;\r\n}\r\n\r\n.principle-card:hover {\r\n  transform: translateY(-6px);\r\n  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);\r\n}\r\n\r\n\/* Left-aligned icons *\/\r\n.icon {\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: flex-start;\r\n  margin-bottom: 15px;\r\n}\r\n\r\n.icon svg {\r\n  transition: transform 0.3s ease, stroke 0.3s ease;\r\n}\r\n\r\n.principle-card:hover .icon svg {\r\n  transform: scale(1.1);\r\n  stroke: #145a3e;\r\n}\r\n\r\n.principle-card h3 {\r\n  font-size: 1.2rem;\r\n  color: #1f2937;\r\n  font-weight: 700;\r\n  margin-bottom: 10px;\r\n}\r\n\r\n.principle-card p {\r\n  color: #4b5563;\r\n  font-size: 0.98rem;\r\n  line-height: 1.6;\r\n}\r\n\r\n\/* Responsive Layouts *\/\r\n@media (max-width: 1024px) {\r\n  \/* Tablets *\/\r\n  .principles-grid {\r\n    grid-template-columns: repeat(2, 1fr);\r\n  }\r\n}\r\n\r\n@media (max-width: 480px) {\r\n  \/* Mobile *\/\r\n  .principles-grid {\r\n    grid-template-columns: 1fr;\r\n  }\r\n\r\n  .principles-title {\r\n    font-size: 2rem;\r\n  }\r\n\r\n  .principles-subtitle {\r\n    font-size: 1rem;\r\n    margin-bottom: 40px;\r\n  }\r\n\r\n  .principle-card {\r\n    text-align: left;\r\n  }\r\n\r\n  .icon {\r\n    justify-content: flex-start;\r\n  }\r\n}\r\n\r\n<\/style>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-138adb4 e-con-full e-flex e-con e-parent\" data-id=\"138adb4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5ee29af elementor-widget elementor-widget-html\" data-id=\"5ee29af\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<section class=\"quote-section\" aria-label=\"Rotating quotes\">\r\n  <div class=\"quote-container\">\r\n    <span class=\"quote-text current\"><\/span>\r\n    <span class=\"quote-text next\"><\/span>\r\n  <\/div>\r\n<\/section>\r\n\r\n<style>\r\n  :root {\r\n    --quote-height: 280px;\r\n    --quote-font-size-desktop: 42px;\r\n    --quote-font-size-tablet: 42px;\r\n    --quote-font-size-mobile: 36px;\r\n  }\r\n\r\n  .quote-section {\r\n    position: relative;\r\n    width: 100%;\r\n    height: var(--quote-height);\r\n    display: flex;\r\n    justify-content: center;\r\n    align-items: center;\r\n    background: url(\"https:\/\/hebbkx1anhila5yf.public.blob.vercel-storage.com\/git-blob\/prj_aZo9gcXinggkOP6HQiYl0NZ8wWmA\/kRnNl2UR1yJsQRbexAqcGR\/public\/images\/floating-phrases-bg.jpg\")\r\n      no-repeat center\/cover;\r\n    overflow: hidden;\r\n  }\r\n\r\n  .quote-section::before {\r\n    content: \"\";\r\n    position: absolute;\r\n    inset: 0;\r\n    background: rgba(255, 255, 255, 0.9);\r\n    backdrop-filter: blur(3px);\r\n    pointer-events: none;\r\n  }\r\n\r\n  .quote-container {\r\n    position: relative;\r\n    z-index: 2;\r\n    text-align: center;\r\n    width: min(1000px, 90%);\r\n    height: 100%;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    overflow: hidden;\r\n    padding: 0 20px;\r\n  }\r\n\r\n  .quote-text {\r\n    position: absolute;\r\n    left: 50%;\r\n    top: 50%;\r\n    transform: translate(-50%, -50%);\r\n    font-style: italic;\r\n    font-weight: 400;\r\n    font-size: var(--quote-font-size-desktop);\r\n    color: #333;\r\n    text-align: center;\r\n    white-space: normal;\r\n    line-height: 1.4;\r\n    opacity: 0;\r\n    transition: transform 2.5s cubic-bezier(0.45, 0, 0.25, 1),\r\n      opacity 2.5s ease;\r\n  }\r\n\r\n  \/* States *\/\r\n  .quote-text.show {\r\n    opacity: 1;\r\n    transform: translate(-50%, -50%);\r\n  }\r\n\r\n  .quote-text.enter-up {\r\n    opacity: 1;\r\n    transform: translate(-50%, -60%);\r\n  }\r\n\r\n  .quote-text.exit-down {\r\n    opacity: 0;\r\n    transform: translate(-50%, -30%);\r\n  }\r\n\r\n  \/* Tablet responsiveness *\/\r\n  @media (max-width: 992px) {\r\n    .quote-text {\r\n      font-size: var(--quote-font-size-tablet);\r\n      line-height: 1.4;\r\n      padding: 0 30px;\r\n    }\r\n  }\r\n\r\n  \/* Mobile responsiveness *\/\r\n  @media (max-width: 600px) {\r\n    .quote-section {\r\n      --quote-height: 220px;\r\n    }\r\n\r\n    .quote-text {\r\n      font-size: var(--quote-font-size-mobile);\r\n      line-height: 1.5;\r\n      padding: 0 20px;\r\n    }\r\n  }\r\n\r\n  \/* Extra small screens *\/\r\n  @media (max-width: 400px) {\r\n    .quote-text {\r\n      font-size: 22px;\r\n      line-height: 1.6;\r\n      padding: 0 16px;\r\n    }\r\n  }\r\n<\/style>\r\n\r\n<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", () => {\r\n  const quotes = [\r\n    '\u201cSerenity guides our care.\u201d',\r\n    '\u201cHospice with soul.\u201d',\r\n    '\u201cLove does not end. It transforms.\u201d',\r\n    '\u201cHere, death is met with peace.\u201d'\r\n  ];\r\n\r\n  let currentEl = document.querySelector(\".quote-text.current\");\r\n  let nextEl = document.querySelector(\".quote-text.next\");\r\n  let index = 0;\r\n  const duration = 5000; \/\/ 5s per quote\r\n  const transition = 900; \/\/ 0.9s animation\r\n\r\n  \/\/ Initialize\r\n  currentEl.textContent = quotes[index];\r\n  currentEl.classList.add(\"show\");\r\n\r\n  setInterval(() => {\r\n    \/\/ Prepare next quote\r\n    index = (index + 1) % quotes.length;\r\n    nextEl.textContent = quotes[index];\r\n    nextEl.classList.add(\"enter-up\");\r\n\r\n    \/\/ Animate current down + fade out\r\n    currentEl.classList.remove(\"show\");\r\n    currentEl.classList.add(\"exit-down\");\r\n\r\n    \/\/ After transition, swap elements\r\n    setTimeout(() => {\r\n      currentEl.className = \"quote-text next\"; \/\/ reset\r\n      nextEl.className = \"quote-text current show\";\r\n\r\n      \/\/ Swap references\r\n      const temp = currentEl;\r\n      currentEl = nextEl;\r\n      nextEl = temp;\r\n    }, transition);\r\n  }, duration);\r\n});\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6d481ac e-con-full e-flex e-con e-parent\" data-id=\"6d481ac\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9559962 elementor-widget elementor-widget-html\" data-id=\"9559962\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<section class=\"team-section\">\r\n  <div class=\"team-container\">\r\n    <h2 class=\"team-title\">The People Behind the <span>Philosophy<\/span><\/h2>\r\n    <p class=\"team-subtitle\">\r\n      Our interdisciplinary team brings both clinical expertise and spiritual wisdom to every interaction.\r\n    <\/p>\r\n\r\n    <div class=\"team-grid\">\r\n      <!-- Nurse -->\r\n      <div class=\"team-card\">\r\n        <div class=\"icons\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#1f6b4c\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-stethoscope h-10 w-10 text-primary\"><path d=\"M11 2v2\"><\/path><path d=\"M5 2v2\"><\/path><path d=\"M5 3H4a2 2 0 0 0-2 2v4a6 6 0 0 0 12 0V5a2 2 0 0 0-2-2h-1\"><\/path><path d=\"M8 15a6 6 0 0 0 12 0v-3\"><\/path><circle cx=\"20\" cy=\"10\" r=\"2\"><\/circle><\/svg>\r\n        <\/div>\r\n        <h3>Nurse<\/h3>\r\n        <em>Tending symptoms with dignity<\/em>\r\n        <p>Skilled nursing care focused on comfort and pain management<\/p>\r\n      <\/div>\r\n\r\n      <!-- Hospice Aide -->\r\n      <div class=\"team-card\">\r\n        <div class=\"icons\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#1f6b4c\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M11 14h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 16\"\/><path d=\"m7 20 1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9\"\/><path d=\"m2 15 6 6\"\/><path d=\"M19.5 8.5c.7-.7 1.5-1.6 1.5-2.7A2.73 2.73 0 0 0 16 4a2.78 2.78 0 0 0-5 1.8c0 1.2.8 2 1.5 2.8L16 12Z\"\/><\/svg>\r\n        <\/div>\r\n        <h3>Hospice Aide (CNA)<\/h3>\r\n        <em>Providing gentle daily support<\/em>\r\n        <p>Personal care assistance with compassion and respect<\/p>\r\n      <\/div>\r\n\r\n      <!-- Social Worker -->\r\n      <div class=\"team-card\">\r\n        <div class=\"icons\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"40\" height=\"40\" fill=\"none\" stroke=\"#1f6b4c\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z\"\/><\/svg>\r\n        <\/div>\r\n        <h3>Social Worker<\/h3>\r\n        <em>Guiding families through emotional waters<\/em>\r\n        <p>Emotional support and resource coordination for families<\/p>\r\n      <\/div>\r\n\r\n      <!-- Chaplain -->\r\n      <div class=\"team-card\">\r\n        <div class=\"icons\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#1f6b4c\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-sparkles h-10 w-10 text-primary\"><path d=\"M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z\"><\/path><path d=\"M20 3v4\"><\/path><path d=\"M22 5h-4\"><\/path><path d=\"M4 17v2\"><\/path><path d=\"M5 18H3\"><\/path><\/svg>\r\n        <\/div>\r\n        <h3>Chaplain<\/h3>\r\n        <em>Holding sacred space for spirit<\/em>\r\n        <p>Spiritual care honoring all faith traditions and beliefs<\/p>\r\n      <\/div>\r\n\r\n      <!-- Medical Director -->\r\n      <div class=\"team-card\">\r\n        <div class=\"icons\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#1f6b4c\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-user-check h-10 w-10 text-primary\"><path d=\"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2\"><\/path><circle cx=\"9\" cy=\"7\" r=\"4\"><\/circle><polyline points=\"16 11 18 13 22 9\"><\/polyline><\/svg>\r\n        <\/div>\r\n        <h3>Medical Director<\/h3>\r\n        <em>Overseeing comfort with wisdom<\/em>\r\n        <p>Expert medical oversight ensuring optimal comfort care<\/p>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<style>\r\n.team-section {\r\n  background: #fff;\r\n  padding: 80px 5%;\r\n  text-align: center;\r\n  font-family: \"Quicksand\", sans-serif;\r\n}\r\n\r\n.team-container {\r\n  max-width: 1200px;\r\n  margin: 0 auto;\r\n}\r\n\r\n.team-title {\r\n  font-size: 2.5rem;\r\n  font-weight: 700;\r\n  color: #1f2937;\r\n  margin-bottom: 15px;\r\n}\r\n\r\n.team-title span {\r\n  color: #1f6b4c;\r\n}\r\n\r\n.team-subtitle {\r\n  color: #4b5563;\r\n  font-size: 1.1rem;\r\n  max-width: 700px;\r\n  margin: 0 auto 60px;\r\n  line-height: 1.6;\r\n}\r\n\r\n\/* Grid layout *\/\r\n.team-grid {\r\n  display: grid;\r\n  grid-template-columns: repeat(3, 1fr);\r\n  gap: 25px;\r\n}\r\n\r\n.team-card {\r\n  background: #fff;\r\n  border: 1px solid #e5e7eb;\r\n  border-radius: 8px;\r\n  padding: 20px 25px;\r\n  text-align: center;\r\n  transition: all 0.3s ease;\r\n}\r\n\r\n.team-card:hover {\r\n  transform: translateY(-6px);\r\n  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);\r\n}\r\n\r\n\/* Center icon *\/\r\n.icons {\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  margin-bottom: 15px;\r\n}\r\n\r\n.icons svg {\r\n  display: block;\r\n  margin: 0 auto;\r\n}\r\n\r\n.team-card h3 {\r\n  font-size: 1.2rem;\r\n  font-weight: 700;\r\n  color: #1f2937;\r\n  margin-bottom: 8px;\r\n}\r\n\r\n.team-card em {\r\n  display: block;\r\n  color: #1f6b4c;\r\n  font-style: italic;\r\n  margin-bottom: 10px;\r\n}\r\n\r\n.team-card p {\r\n  color: #4b5563;\r\n  font-size: 0.95rem;\r\n  line-height: 1.6;\r\n}\r\n\r\n\/* Responsive Layouts *\/\r\n@media (max-width: 1024px) {\r\n  .team-grid {\r\n    grid-template-columns: repeat(2, 1fr);\r\n  }\r\n}\r\n\r\n@media (max-width: 640px) {\r\n  .team-grid {\r\n    grid-template-columns: 1fr;\r\n  }\r\n\r\n  .team-title {\r\n    font-size: 2rem;\r\n  }\r\n\r\n  .team-subtitle {\r\n    font-size: 1rem;\r\n    margin-bottom: 40px;\r\n  }\r\n}\r\n<\/style>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3034b11 e-con-full e-flex e-con e-parent\" data-id=\"3034b11\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1d4288f elementor-widget elementor-widget-html\" data-id=\"1d4288f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<section class=\"why-different-section\">\r\n  <div class=\"why-different-container\">\r\n    <h2 class=\"why-different-title\">\r\n      What Makes Us <span>Different<\/span>\r\n    <\/h2>\r\n\r\n    <div class=\"why-different-grid\">\r\n      <div class=\"why-different-card\">\r\n        <div class=\"why-different-icon\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"32\" height=\"32\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"#1f6b4c\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z\"\/><\/svg>\r\n        <\/div>\r\n        <h3>Care, not rush<\/h3>\r\n        <p>We take our time to give gentle, thoughtful care.<\/p>\r\n      <\/div>\r\n\r\n      <div class=\"why-different-card\">\r\n        <div class=\"why-different-icon\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#1f6b4c\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M11 2v2\"\/><path d=\"M5 2v2\"\/><path d=\"M5 3H4a2 2 0 0 0-2 2v4a6 6 0 0 0 12 0V5a2 2 0 0 0-2-2h-1\"\/><path d=\"M8 15a6 6 0 0 0 12 0v-3\"\/><circle cx=\"20\" cy=\"10\" r=\"2\"\/><\/svg>\r\n        <\/div>\r\n        <h3>Care with skill and heart<\/h3>\r\n        <p>Our nurses and team combine medical skill with kindness.<\/p>\r\n      <\/div>\r\n\r\n      <div class=\"why-different-card\">\r\n        <div class=\"why-different-icon\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#1f6b4c\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2\"\/><circle cx=\"9\" cy=\"7\" r=\"4\"\/><path d=\"M22 21v-2a4 4 0 0 0-3-3.87\"\/><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"\/><\/svg>\r\n        <\/div>\r\n        <h3>Support for families<\/h3>\r\n        <p>We guide families with comfort and respect during hard times.<\/p>\r\n      <\/div>\r\n\r\n      <div class=\"why-different-card\">\r\n        <div class=\"why-different-icon\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"32\" height=\"32\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"#1f6b4c\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z\"\/><\/svg>\r\n        <\/div>\r\n        <h3>Comfort first<\/h3>\r\n        <p>Everything we do is focused on peace and dignity.<\/p>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<style>\r\n.why-different-section {\r\n  background-color: #f3f7f6;\r\n  padding: 80px 20px;\r\n  font-family: 'Inter', sans-serif;\r\n  text-align: center;\r\n}\r\n\r\n.why-different-container {\r\n  max-width: 1000px;\r\n  margin: 0 auto;\r\n}\r\n\r\n.why-different-title {\r\n  font-size: 2.5rem;\r\n  font-weight: 700;\r\n  margin-bottom: 60px;\r\n  color: #1a1a1a;\r\n}\r\n\r\n.why-different-title span {\r\n  color: #174C43;\r\n}\r\n\r\n.why-different-grid {\r\n  display: grid;\r\n  grid-template-columns: repeat(2, 1fr);\r\n  gap: 30px;\r\n}\r\n\r\n.why-different-card {\r\n  background: #fff;\r\n  border-radius: 8px;\r\n  padding: 40px 30px;\r\n  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);\r\n  display: flex;\r\n  flex-direction: column;\r\n  align-items: flex-start;\r\n  text-align: left;\r\n  transition: all 0.3s ease;\r\n}\r\n\r\n.why-different-card:hover {\r\n  transform: translateY(-5px);\r\n  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);\r\n}\r\n\r\n.why-different-icon {\r\n  display: flex;\r\n  justify-content: flex-start;\r\n  align-items: center;\r\n  height: 50px;\r\n  width: 50px;\r\n  margin-bottom: 20px;\r\n}\r\n\r\n.why-different-card h3 {\r\n  font-size: 1.2rem;\r\n  font-weight: 600;\r\n  color: #1a1a1a;\r\n  margin-bottom: 12px;\r\n}\r\n\r\n.why-different-card p {\r\n  color: #444;\r\n  font-size: 1rem;\r\n  line-height: 1.6;\r\n  margin: 0;\r\n}\r\n\r\n@media (max-width: 480px) {\r\n  .why-different-grid {\r\n    grid-template-columns: 1fr;\r\n  }\r\n}\r\n<\/style>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8cfa74c e-con-full e-flex e-con e-parent\" data-id=\"8cfa74c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cec9837 elementor-widget elementor-widget-html\" data-id=\"cec9837\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<section class=\"final-cta-section\">\r\n  <div class=\"final-cta-content\">\r\n    <h2>\r\n      What if the end\u2026 was also a <span>beginning<\/span>?\r\n    <\/h2>\r\n    <p>\r\n      Every transition holds the possibility of transformation. Let us walk this\r\n      sacred path with you.\r\n    <\/p>\r\n\r\n    <div class=\"cta-buttons\">\r\n  <a href=\"tel:+19566793220\" class=\"cta-btn primary\">\r\n    Call Us Now: (956) 679-3220\r\n  <\/a>\r\n  <a href=\"\/healthcare-providers#referral\" class=\"cta-btn secondary\">\r\n    Refer a Patient\r\n  <\/a>\r\n<\/div>\r\n\r\n\r\n    <div class=\"cta-footer\">\r\n      Available 24\/7 \u2022 Licensed in Texas \u2022 We proudly serve Medicare patients in Laredo, Texas\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<style>\r\n.final-cta-section {\r\n  position: relative;\r\n  background: url('https:\/\/hebbkx1anhila5yf.public.blob.vercel-storage.com\/git-blob\/prj_aZo9gcXinggkOP6HQiYl0NZ8wWmA\/_o6R-34Lo1fzF1-SHIWkoh\/public\/images\/final-cta-bg.jpg')\r\n    center\/cover no-repeat;\r\n  padding: 120px 20px 100px;\r\n  text-align: center;\r\n  font-family: 'Inter', sans-serif;\r\n  color: #222;\r\n  overflow: hidden;\r\n}\r\n\r\n.final-cta-section::before {\r\n  content: \"\";\r\n  position: absolute;\r\n  inset: 0;\r\n  background: rgba(255, 255, 255, 0.90);\r\n  backdrop-filter: blur(3px);\r\n  z-index: 1;\r\n}\r\n\r\n.final-cta-content {\r\n  position: relative;\r\n  z-index: 2;\r\n  max-width: 800px;\r\n  margin: 0 auto;\r\n}\r\n\r\n.final-cta-content h2 {\r\n  font-size: 2.8rem;\r\n  font-weight: 700;\r\n  color: #1b1b1b;\r\n  margin-bottom: 20px;\r\n  line-height: 1.2;\r\n}\r\n\r\n.final-cta-content h2 span {\r\n  color: #1f6b4c;\r\n}\r\n\r\n.final-cta-content p {\r\n  font-size: 1.1rem;\r\n  color: #333;\r\n  margin-bottom: 40px;\r\n}\r\n\r\n.cta-buttons {\r\n  display: flex;\r\n  justify-content: center;\r\n  gap: 16px;\r\n  flex-wrap: wrap;\r\n  margin-bottom: 40px;\r\n}\r\n\r\n.cta-btn {\r\n  display: inline-block;\r\n  padding: 8px 28px;\r\n  border-radius: 6px;\r\n  font-weight: 600;\r\n  text-decoration: none;\r\n  transition: all 0.3s ease;\r\n  font-size: 1rem;\r\n}\r\n\r\n.cta-btn.primary {\r\n  background: #1f6b4c;\r\n  color: #fff;\r\n}\r\n\r\n.cta-btn.primary:hover {\r\n  background: #174c35;\r\n}\r\n\r\n.cta-btn.secondary {\r\n  border: 2px solid #1f6b4c;\r\n  color: #1f6b4c;\r\n}\r\n\r\n.cta-btn.secondary:hover {\r\n  background: #1f6b4c;\r\n  color: #fff;\r\n}\r\n\r\n.cta-footer {\r\n  color: #444;\r\n  font-size: 0.95rem;\r\n}\r\n\r\n@media (max-width: 768px) {\r\n  .final-cta-content h2 {\r\n    font-size: 2rem;\r\n  }\r\n  .cta-btn {\r\n    width: 100%;\r\n    text-align: center;\r\n  }\r\n}\r\n<\/style>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Because every farewell deserves light We care from within. We honor through compassion. Explore Our Care Request Care Now Licensed in Texas Medicare-Certified Provider 24\/7 Nursing Support Our Guiding Principles of Care Rooted in medicine. Nurtured by compassion. Every moment guided by values that matter. Compassion Every action begins with empathy. We meet each patient [&hellip;]<\/p>\n","protected":false},"author":233832948,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_crdt_document":"","footnotes":""},"class_list":["post-18","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Homepage - Reedemer Hospice<\/title>\n<meta name=\"description\" content=\"Redeemer Hospice provides compassionate hospice and palliative care focused on comfort, dignity, and support for patients and families\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/redeemerhospice.com\/es\/\" \/>\n<meta property=\"og:locale\" content=\"es_MX\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Homepage - Reedemer Hospice\" \/>\n<meta property=\"og:description\" content=\"Redeemer Hospice provides compassionate hospice and palliative care focused on comfort, dignity, and support for patients and families\" \/>\n<meta property=\"og:url\" content=\"https:\/\/redeemerhospice.com\/es\/\" \/>\n<meta property=\"og:site_name\" content=\"Reedemer Hospice\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-27T21:08:41+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/redeemerhospice.com\\\/\",\"url\":\"https:\\\/\\\/redeemerhospice.com\\\/\",\"name\":\"Homepage - Reedemer Hospice\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/redeemerhospice.com\\\/#website\"},\"datePublished\":\"2025-11-06T19:42:59+00:00\",\"dateModified\":\"2025-11-27T21:08:41+00:00\",\"description\":\"Redeemer Hospice provides compassionate hospice and palliative care focused on comfort, dignity, and support for patients and families\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/redeemerhospice.com\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/redeemerhospice.com\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/redeemerhospice.com\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/redeemerhospice.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Homepage\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/redeemerhospice.com\\\/#website\",\"url\":\"https:\\\/\\\/redeemerhospice.com\\\/\",\"name\":\"Reedemer Hospice\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/redeemerhospice.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Homepage - Reedemer Hospice","description":"Redeemer Hospice provides compassionate hospice and palliative care focused on comfort, dignity, and support for patients and families","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/redeemerhospice.com\/es\/","og_locale":"es_MX","og_type":"article","og_title":"Homepage - Reedemer Hospice","og_description":"Redeemer Hospice provides compassionate hospice and palliative care focused on comfort, dignity, and support for patients and families","og_url":"https:\/\/redeemerhospice.com\/es\/","og_site_name":"Reedemer Hospice","article_modified_time":"2025-11-27T21:08:41+00:00","twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"2 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/redeemerhospice.com\/","url":"https:\/\/redeemerhospice.com\/","name":"Homepage - Reedemer Hospice","isPartOf":{"@id":"https:\/\/redeemerhospice.com\/#website"},"datePublished":"2025-11-06T19:42:59+00:00","dateModified":"2025-11-27T21:08:41+00:00","description":"Redeemer Hospice provides compassionate hospice and palliative care focused on comfort, dignity, and support for patients and families","breadcrumb":{"@id":"https:\/\/redeemerhospice.com\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/redeemerhospice.com\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/redeemerhospice.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/redeemerhospice.com\/"},{"@type":"ListItem","position":2,"name":"Homepage"}]},{"@type":"WebSite","@id":"https:\/\/redeemerhospice.com\/#website","url":"https:\/\/redeemerhospice.com\/","name":"Reedemer Hospice","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/redeemerhospice.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"}]}},"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/PgUq1O-i","jetpack-related-posts":[{"id":627,"url":"https:\/\/redeemerhospice.com\/es\/blog-reedemer-hospice\/","url_meta":{"origin":18,"position":0},"title":"Blog","author":"Diego Garcia","date":"noviembre 25, 2025","format":false,"excerpt":"Redeemer Hospice Blog The Redeemer Hospice Blog offers compassionate insights, expert guidance, and educational resources for patients, families, and caregivers in Laredo, Texas. Here, you\u2019ll find supportive articles on hospice care, end-of-life planning, spiritual support, and family caregiving. Understanding Hospice Care: What to Expect Education March 15, 2024 Learn about\u2026","rel":"","context":"Entrada similar ","block_context":{"text":"Entrada similar ","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":168,"url":"https:\/\/redeemerhospice.com\/es\/what-is-hospice\/","url_meta":{"origin":18,"position":1},"title":"What is hospice?","author":"Diego Garcia","date":"noviembre 10, 2025","format":false,"excerpt":"What is hospice care? Our interdisciplinary team of healthcare professionals works together to provide comprehensive, personalized care that addresses your physical, emotional, and spiritual needs. Call for Information Refer a Patient Understanding hospice care Hospice care is a philosophy of care that focuses on comfort, dignity, and quality of life\u2026","rel":"","context":"Entrada similar ","block_context":{"text":"Entrada similar ","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":263,"url":"https:\/\/redeemerhospice.com\/es\/candle-lighting-memorial\/","url_meta":{"origin":18,"position":2},"title":"Memorial de luz de velas","author":"Diego Garcia","date":"noviembre 11, 2025","format":false,"excerpt":"Candle Lighting Memorial An evening to remember and honor the people we have loved and lost. Join our community for a time of comfort, reflection, and peaceful remembrance. Furthermore, this gathering offers a meaningful way for families to connect and find comfort together. Call for Information Email Questions A Time\u2026","rel":"","context":"Entrada similar ","block_context":{"text":"Entrada similar ","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":250,"url":"https:\/\/redeemerhospice.com\/es\/contact-redeemer-hospice\/","url_meta":{"origin":18,"position":3},"title":"Contacto","author":"Diego Garcia","date":"noviembre 11, 2025","format":false,"excerpt":"Contact Redeemer Hospice If you need to contact Redeemer Hospice for questions, support, or guidance, our compassionate care team is here to help you. Whether you're seeking information about hospice services, care planning, or how to support a loved one, you can reach us using the form or contact details\u2026","rel":"","context":"Entrada similar ","block_context":{"text":"Entrada similar ","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":228,"url":"https:\/\/redeemerhospice.com\/es\/hospice-services\/","url_meta":{"origin":18,"position":4},"title":"services","author":"Diego Garcia","date":"noviembre 11, 2025","format":false,"excerpt":"Comprehensive hospice services Our full range of hospice services is designed to provide comfort, dignity, and support for patients and families during life's most challenging moments. Call for Information Refer a Patient Core hospice services These essential services are included in all our hospice care plans, covered by Medicare. Medical\u2026","rel":"","context":"Entrada similar ","block_context":{"text":"Entrada similar ","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":294,"url":"https:\/\/redeemerhospice.com\/es\/privacy-policy\/","url_meta":{"origin":18,"position":5},"title":"Pol\u00edtica de privacidad","author":"Diego Garcia","date":"noviembre 11, 2025","format":false,"excerpt":"Privacy Policy Your privacy and the protection of your personal health information is our highest priority. Learn how we safeguard your information in compliance with HIPAA and other applicable laws. Last updated: December 2024 HIPAA Compliant We follow strict HIPAA guidelines to protect your protected health information (PHI). Transparent Clear\u2026","rel":"","context":"Entrada similar ","block_context":{"text":"Entrada similar ","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/redeemerhospice.com\/es\/wp-json\/wp\/v2\/pages\/18","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/redeemerhospice.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/redeemerhospice.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/redeemerhospice.com\/es\/wp-json\/wp\/v2\/users\/233832948"}],"replies":[{"embeddable":true,"href":"https:\/\/redeemerhospice.com\/es\/wp-json\/wp\/v2\/comments?post=18"}],"version-history":[{"count":100,"href":"https:\/\/redeemerhospice.com\/es\/wp-json\/wp\/v2\/pages\/18\/revisions"}],"predecessor-version":[{"id":762,"href":"https:\/\/redeemerhospice.com\/es\/wp-json\/wp\/v2\/pages\/18\/revisions\/762"}],"wp:attachment":[{"href":"https:\/\/redeemerhospice.com\/es\/wp-json\/wp\/v2\/media?parent=18"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}