{"id":12545,"date":"2025-11-06T16:48:46","date_gmt":"2025-11-06T16:48:46","guid":{"rendered":"https:\/\/www.tiritaito.com\/blog\/?page_id=12545"},"modified":"2026-01-30T13:06:57","modified_gmt":"2026-01-30T13:06:57","slug":"que-hacemos-app","status":"publish","type":"page","link":"https:\/\/www.tiritaito.com\/blog\/que-hacemos-app\/","title":{"rendered":"Que hacemos APP"},"content":{"rendered":"<p><div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-1 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-padding-right:0px;--awb-padding-bottom:0px;--awb-padding-left:0px;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap\" style=\"max-width:1248px;margin-left: calc(-4% \/ 2 );margin-right: calc(-4% \/ 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-0 fusion_builder_column_1_1 1_1 fusion-flex-column\" style=\"--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:0px;--awb-spacing-right-large:1.92%;--awb-margin-bottom-large:20px;--awb-spacing-left-large:1.92%;--awb-width-medium:100%;--awb-order-medium:0;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column\"><style>\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700&display=swap');\n  \n  * { box-sizing: border-box; margin: 0; padding: 0; }\n  \n  .seminarios-page {\n    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n    background: #ffffff;\n    color: #1a1a1a;\n    line-height: 1.6;\n  }\n  \n  \/* T\u00edtulo Principal *\/\n  .hero-title {\n    text-align: center;\n    padding: 48px 24px 32px;\n  }\n  .hero-title .badge {\n    display: inline-block;\n    padding: 6px 16px;\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    background: rgba(200, 40, 40, 0.1);\n    color: #c82828;\n    border-radius: 50px;\n    border: 1px solid rgba(200, 40, 40, 0.2);\n    margin-bottom: 24px;\n  }\n  .hero-title h1 {\n    font-size: clamp(2rem, 5vw, 3.5rem);\n    font-weight: 700;\n    line-height: 1.1;\n    color: #1a1a1a;\n  }\n  .hero-title h1 span { color: #c82828; }\n  \n  \/* Carrusel *\/\n  .carousel-container {\n    position: relative;\n    height: 50vh;\n    min-height: 350px;\n    max-height: 500px;\n    margin: 0 24px 24px;\n    border-radius: 16px;\n    overflow: hidden;\n    background: #f5f5f5;\n  }\n  .carousel-slide {\n    position: absolute;\n    inset: 0;\n    opacity: 0;\n    transform: scale(1.05);\n    transition: all 0.6s ease-out;\n  }\n  .carousel-slide.active {\n    opacity: 1;\n    transform: scale(1);\n  }\n  .carousel-slide img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n  .carousel-overlay {\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0.2) 50%, transparent);\n  }\n  .carousel-content {\n    position: absolute;\n    bottom: 80px;\n    left: 0;\n    right: 0;\n    padding: 0 32px;\n  }\n  .carousel-content p {\n    font-size: 13px;\n    color: rgba(255,255,255,0.7);\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    margin-bottom: 8px;\n  }\n  .carousel-content h2 {\n    font-size: clamp(1.5rem, 4vw, 3rem);\n    font-weight: 700;\n    color: white;\n  }\n  .carousel-indicators {\n    position: absolute;\n    bottom: 24px;\n    left: 32px;\n    right: 32px;\n    display: flex;\n    gap: 8px;\n  }\n  .carousel-indicator {\n    flex: 1;\n    height: 4px;\n    border-radius: 4px;\n    background: rgba(255,255,255,0.2);\n    cursor: pointer;\n    overflow: hidden;\n  }\n  .carousel-indicator .fill {\n    height: 100%;\n    width: 0;\n    background: white;\n    transition: width 0.3s ease-out;\n  }\n  .carousel-indicator.active .fill {\n    width: 100%;\n    transition: width 5s linear;\n  }\n  \n  \/* Card con enlace *\/\n  .link-card {\n    max-width: 900px;\n    margin: 0 auto 48px;\n    padding: 0 24px;\n  }\n  .link-card a {\n    display: block;\n    text-decoration: none;\n    border-radius: 16px;\n    overflow: hidden;\n    border: 1px solid #e5e5e5;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.08);\n    transition: all 0.3s;\n  }\n  .link-card a:hover {\n    box-shadow: 0 8px 30px rgba(0,0,0,0.15);\n    border-color: rgba(200,40,40,0.3);\n  }\n  .link-card-image {\n    position: relative;\n    height: 280px;\n  }\n  .link-card-image img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    transition: transform 0.5s;\n  }\n  .link-card a:hover .link-card-image img {\n    transform: scale(1.05);\n  }\n  .link-card-image::after {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(to top, rgba(0,0,0,0.6), transparent 60%);\n  }\n  .link-card-content {\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    right: 0;\n    padding: 24px;\n    z-index: 1;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n  }\n  .link-card-content p {\n    font-size: 13px;\n    color: rgba(255,255,255,0.7);\n    margin-bottom: 4px;\n  }\n  .link-card-content h3 {\n    font-size: 1.25rem;\n    font-weight: 600;\n    color: white;\n    transition: color 0.3s;\n  }\n  .link-card a:hover .link-card-content h3 { color: #c82828; }\n  .link-icon {\n    width: 48px;\n    height: 48px;\n    border-radius: 50%;\n    background: rgba(200,40,40,0.1);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    transition: background 0.3s;\n  }\n  .link-card a:hover .link-icon { background: #c82828; }\n  .link-icon svg { \n    width: 20px; \n    height: 20px; \n    color: #c82828;\n    transition: color 0.3s;\n  }\n  .link-card a:hover .link-icon svg { color: white; }\n  \n  \/* Fechas *\/\n  .fechas-section {\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 0 24px 64px;\n  }\n  .section-header {\n    text-align: center;\n    margin-bottom: 32px;\n  }\n  .section-header h2 {\n    font-size: 1.75rem;\n    font-weight: 700;\n    color: #1a1a1a;\n    margin-bottom: 8px;\n  }\n  .section-header p {\n    color: #666;\n  }\n  .fechas-grid {\n    display: grid;\n    gap: 16px;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  }\n  .fecha-card {\n    background: white;\n    border: 1px solid #e5e5e5;\n    border-radius: 12px;\n    padding: 20px;\n    transition: all 0.3s;\n  }\n  .fecha-card:hover {\n    box-shadow: 0 8px 20px rgba(0,0,0,0.1);\n    transform: translateY(-4px);\n  }\n  .fecha-card.highlight {\n    background: rgba(200,40,40,0.05);\n    border-color: rgba(200,40,40,0.3);\n  }\n  .fecha-header {\n    display: flex;\n    justify-content: space-between;\n    align-items: flex-start;\n    margin-bottom: 12px;\n  }\n  .fecha-icon {\n    width: 40px;\n    height: 40px;\n    border-radius: 50%;\n    background: #f5f5f5;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n  .fecha-card.highlight .fecha-icon {\n    background: rgba(200,40,40,0.2);\n  }\n  .fecha-icon svg {\n    width: 20px;\n    height: 20px;\n    color: #666;\n  }\n  .fecha-card.highlight .fecha-icon svg { color: #c82828; }\n  .fecha-type {\n    padding: 4px 12px;\n    font-size: 11px;\n    font-weight: 600;\n    border-radius: 50px;\n    background: #f5f5f5;\n    color: #666;\n  }\n  .fecha-card.highlight .fecha-type {\n    background: #c82828;\n    color: white;\n  }\n  .fecha-card h3 {\n    font-size: 1.1rem;\n    font-weight: 700;\n    color: #1a1a1a;\n    margin-bottom: 4px;\n  }\n  .fecha-card p { color: #666; font-size: 14px; }\n  .precio-box {\n    margin-top: 32px;\n    padding: 16px;\n    background: rgba(0,0,0,0.02);\n    border-radius: 12px;\n    border: 1px solid #e5e5e5;\n    text-align: center;\n    color: #666;\n  }\n  .precio-box span {\n    font-size: 1.5rem;\n    font-weight: 700;\n    color: #1a1a1a;\n    margin-left: 8px;\n  }\n  \n  \/* Papa Francisco *\/\n  .papa-section {\n    background: linear-gradient(to bottom, #f5f5f5, #ffffff);\n    padding: 80px 24px;\n  }\n  .papa-quote {\n    max-width: 800px;\n    margin: 0 auto;\n    text-align: center;\n    position: relative;\n  }\n  .quote-mark {\n    font-size: 4rem;\n    color: rgba(200,40,40,0.2);\n    font-family: serif;\n    line-height: 1;\n  }\n  .papa-quote blockquote {\n    font-size: clamp(1.1rem, 2.5vw, 1.75rem);\n    font-weight: 300;\n    font-style: italic;\n    line-height: 1.6;\n    color: #1a1a1a;\n    margin: 16px 0 32px;\n  }\n  .papa-footer {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 12px;\n  }\n  .papa-footer .line {\n    width: 48px;\n    height: 1px;\n    background: rgba(200,40,40,0.5);\n  }\n  .papa-footer span {\n    color: #c82828;\n    font-weight: 600;\n    letter-spacing: 0.05em;\n  }\n  \n  \/* Ubicaci\u00f3n *\/\n  .ubicacion-section {\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 64px 24px;\n  }\n  .ubicacion-grid {\n    display: grid;\n    gap: 24px;\n    grid-template-columns: 1fr;\n  }\n  @media (min-width: 768px) {\n    .ubicacion-grid { grid-template-columns: 1fr 1fr; }\n  }\n  .ubicacion-card {\n    background: white;\n    border: 1px solid #e5e5e5;\n    border-radius: 16px;\n    padding: 24px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n  .ubicacion-info {\n    display: flex;\n    gap: 16px;\n    margin-bottom: 24px;\n  }\n  .ubicacion-icon {\n    width: 48px;\n    height: 48px;\n    border-radius: 50%;\n    background: rgba(200,40,40,0.1);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n  }\n  .ubicacion-icon svg {\n    width: 24px;\n    height: 24px;\n    color: #c82828;\n  }\n  .ubicacion-info h3 {\n    font-weight: 700;\n    color: #1a1a1a;\n    margin-bottom: 4px;\n  }\n  .ubicacion-info p {\n    color: #666;\n    font-size: 14px;\n  }\n  .ubicacion-btn {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    gap: 8px;\n    width: 100%;\n    padding: 14px 24px;\n    background: #c82828;\n    color: white;\n    font-weight: 600;\n    border-radius: 12px;\n    text-decoration: none;\n    transition: background 0.3s;\n  }\n  .ubicacion-btn:hover { background: #a82020; }\n  .ubicacion-btn svg {\n    width: 20px;\n    height: 20px;\n  }\n  .map-container {\n    border-radius: 16px;\n    overflow: hidden;\n    border: 1px solid #e5e5e5;\n    min-height: 250px;\n  }\n  .map-container iframe {\n    width: 100%;\n    height: 100%;\n    min-height: 250px;\n    filter: grayscale(100%);\n    transition: filter 0.5s;\n  }\n  .map-container:hover iframe { filter: grayscale(0%); }\n  \n  \/* Divider *\/\n  .divider {\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 0 24px;\n  }\n  .divider-line {\n    height: 1px;\n    background: #e5e5e5;\n  }\n  \n  \/* Grupo Jueves *\/\n  .jueves-section {\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 64px 24px;\n  }\n  .jueves-grid {\n    display: grid;\n    gap: 32px;\n    grid-template-columns: 1fr;\n    align-items: center;\n  }\n  @media (min-width: 768px) {\n    .jueves-grid { grid-template-columns: 1fr 1fr; }\n  }\n  .jueves-image {\n    position: relative;\n  }\n  .jueves-image img {\n    width: 100%;\n    aspect-ratio: 4\/3;\n    object-fit: cover;\n    border-radius: 16px;\n    border: 1px solid #e5e5e5;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.1);\n  }\n  .jueves-image::after {\n    content: '';\n    position: absolute;\n    bottom: -16px;\n    right: -16px;\n    width: 128px;\n    height: 128px;\n    background: rgba(200,40,40,0.1);\n    border-radius: 50%;\n    filter: blur(40px);\n    z-index: -1;\n  }\n  .jueves-content .badge {\n    display: inline-block;\n    padding: 6px 16px;\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    background: rgba(200,40,40,0.1);\n    color: #c82828;\n    border-radius: 50px;\n    border: 1px solid rgba(200,40,40,0.2);\n    margin-bottom: 16px;\n  }\n  .jueves-content h2 {\n    font-size: 1.75rem;\n    font-weight: 700;\n    color: #1a1a1a;\n    margin-bottom: 16px;\n    line-height: 1.2;\n  }\n  .jueves-content > p {\n    color: #666;\n    margin-bottom: 24px;\n    line-height: 1.7;\n  }\n  .jueves-info-box {\n    background: rgba(0,0,0,0.02);\n    border: 1px solid #e5e5e5;\n    border-radius: 12px;\n    padding: 20px;\n  }\n  .info-row {\n    display: flex;\n    align-items: center;\n    gap: 16px;\n    padding: 8px 0;\n  }\n  .info-row:not(:last-child) {\n    border-bottom: 1px solid #e5e5e5;\n    padding-bottom: 16px;\n    margin-bottom: 8px;\n  }\n  .info-row-icon {\n    width: 40px;\n    height: 40px;\n    border-radius: 50%;\n    background: white;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n  }\n  .info-row-icon svg {\n    width: 20px;\n    height: 20px;\n    color: #c82828;\n  }\n  .info-row-text small {\n    font-size: 11px;\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n    color: #999;\n  }\n  .info-row-text p {\n    font-size: 14px;\n    font-weight: 500;\n    color: #1a1a1a;\n    margin-top: 2px;\n  }\n  \n  \/* Footer *\/\n  .page-footer {\n    background: #f5f5f5;\n    border-top: 1px solid #e5e5e5;\n    padding: 32px 24px;\n    text-align: center;\n  }\n  .page-footer p {\n    color: #666;\n    font-size: 14px;\n  }\n<\/style>\n\n<div class=\"seminarios-page\">\n  <!-- 1. T\u00edtulo Principal -->\n  <div class=\"hero-title\">\n    <span class=\"badge\">Lo m\u00e1s importante<\/span>\n    <h1>Seminarios de Vida<br><span>en el Esp\u00edritu<\/span><\/h1>\n  <\/div>\n  \n  <!-- 2. Carrusel -->\n  <div class=\"carousel-container\" id=\"heroCarousel\">\n    <div class=\"carousel-slide active\">\n      <img decoding=\"async\" src=\"https:\/\/www.tiritaito.com\/blog\/wp-content\/uploads\/2025\/12\/IMAGE-2025-12-03-15-52-44_resultado.webp\" alt=\"Centro de Retiros\">\n      <div class=\"carousel-overlay\"><\/div>\n      <div class=\"carousel-content\">\n        <p>Un lugar de paz y encuentro espiritual<\/p>\n        <h2>Centro de Retiros<\/h2>\n      <\/div>\n    <\/div>\n    <div class=\"carousel-slide\">\n      <img decoding=\"async\" src=\"https:\/\/www.tiritaito.com\/blog\/wp-content\/uploads\/2025\/12\/IMAGE-2025-12-03-15-52-42_resultado.webp\" alt=\"Oraci\u00f3n y Alabanza\">\n      <div class=\"carousel-overlay\"><\/div>\n      <div class=\"carousel-content\">\n        <p>Experimenta la presencia del Esp\u00edritu Santo<\/p>\n        <h2>Oraci\u00f3n y Alabanza<\/h2>\n      <\/div>\n    <\/div>\n    <div class=\"carousel-slide\">\n      <img decoding=\"async\" src=\"https:\/\/www.tiritaito.com\/blog\/wp-content\/uploads\/2025\/12\/IMAGE-2025-12-03-15-52-47_resultado.webp\" alt=\"La Palabra de Dios\">\n      <div class=\"carousel-overlay\"><\/div>\n      <div class=\"carousel-content\">\n        <p>Reflexi\u00f3n y crecimiento en comunidad<\/p>\n        <h2>La Palabra de Dios<\/h2>\n      <\/div>\n    <\/div>\n    <div class=\"carousel-slide\">\n      <img decoding=\"async\" src=\"https:\/\/www.tiritaito.com\/blog\/wp-content\/uploads\/2025\/12\/IMAGE-2025-12-03-15-52-49_resultado.webp\" alt=\"La Palabra de Dios\">\n      <div class=\"carousel-overlay\"><\/div>\n      <div class=\"carousel-content\">\n        <p>Reflexi\u00f3n y crecimiento en comunidad<\/p>\n        <h2>La Palabra de Dios<\/h2>\n      <\/div>\n    <\/div>\n    <div class=\"carousel-slide\">\n      <img decoding=\"async\" src=\"https:\/\/www.tiritaito.com\/blog\/wp-content\/uploads\/2025\/12\/IMAGE-2025-12-03-15-52-51_resultado.webp\" alt=\"La Palabra de Dios\">\n      <div class=\"carousel-overlay\"><\/div>\n      <div class=\"carousel-content\">\n        <p>Reflexi\u00f3n y crecimiento en comunidad<\/p>\n        <h2>La Palabra de Dios<\/h2>\n      <\/div>\n    <\/div>\n\n    <div class=\"carousel-indicators\">\n      <div class=\"carousel-indicator active\" onclick=\"goToSlide(0)\"><div class=\"fill\"><\/div><\/div>\n      <div class=\"carousel-indicator\" onclick=\"goToSlide(1)\"><div class=\"fill\"><\/div><\/div>\n      <div class=\"carousel-indicator\" onclick=\"goToSlide(2)\"><div class=\"fill\"><\/div><\/div>\n    <\/div>\n  <\/div>\n  \n  <!-- 3. Card con enlace -->\n  <div class=\"link-card\">\n    <a href=\"https:\/\/www.tiritaito.com\/blog\/seminarios-de-vida-en-el-espiritu\/\" target=\"_blank\">\n      <div class=\"link-card-image\">\n        <img decoding=\"async\" src=\"https:\/\/www.tiritaito.com\/blog\/wp-content\/uploads\/2025\/11\/Captura-de-Pantalla-2025-11-24-a-las-11.00.35_resultado.webp\" alt=\"Seminarios\">\n        <div class=\"link-card-content\">\n          <div>\n            <p>Descubre m\u00e1s sobre<\/p>\n            <h3>Seminarios de Vida en el Esp\u00edritu<\/h3>\n          <\/div>\n          <div class=\"link-icon\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14\"\/><\/svg>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/a>\n  <\/div>\n  \n  <!-- 4. Fechas -->\n  <div class=\"fechas-section\">\n    <div class=\"section-header\">\n      <h2>Pr\u00f3ximas Fechas<\/h2>\n      <p>Calendario de seminarios 2026<\/p>\n    <\/div>\n    <div class=\"fechas-grid\">\n      <div class=\"fecha-card\">\n        <div class=\"fecha-header\">\n          <div class=\"fecha-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z\"\/><\/svg><\/div>\n          <span class=\"fecha-type\">General<\/span>\n        <\/div>\n        <h3>Enero<\/h3>\n        <p>D\u00edas 23, 24 y 25<\/p>\n      <\/div>\n      <div class=\"fecha-card highlight\">\n        <div class=\"fecha-header\">\n          <div class=\"fecha-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z\"\/><\/svg><\/div>\n          <span class=\"fecha-type\">J\u00f3venes<\/span>\n        <\/div>\n        <h3>Febrero<\/h3>\n        <p>D\u00edas 6, 7 y 8<\/p>\n      <\/div>\n      <div class=\"fecha-card\">\n        <div class=\"fecha-header\">\n          <div class=\"fecha-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z\"\/><\/svg><\/div>\n          <span class=\"fecha-type\">General<\/span>\n        <\/div>\n        <h3>Febrero<\/h3>\n        <p>D\u00edas 20, 21 y 22<\/p>\n      <\/div>\n      <div class=\"fecha-card highlight\">\n        <div class=\"fecha-header\">\n          <div class=\"fecha-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z\"\/><\/svg><\/div>\n          <span class=\"fecha-type\">Matrimonios<\/span>\n        <\/div>\n        <h3>Marzo<\/h3>\n        <p>D\u00edas 6, 7 y 8<\/p>\n      <\/div>\n      <div class=\"fecha-card\">\n        <div class=\"fecha-header\">\n          <div class=\"fecha-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z\"\/><\/svg><\/div>\n          <span class=\"fecha-type\">General<\/span>\n        <\/div>\n        <h3>Marzo<\/h3>\n        <p>D\u00edas 20, 21 y 22<\/p>\n      <\/div>\n      <div class=\"fecha-card\">\n        <div class=\"fecha-header\">\n          <div class=\"fecha-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z\"\/><\/svg><\/div>\n          <span class=\"fecha-type\">General<\/span>\n        <\/div>\n        <h3>Abril<\/h3>\n        <p>D\u00edas 17, 18 y 19<\/p>\n      <\/div>\n    <\/div>\n    <div class=\"precio-box\">\n      Precio por seminario:<span>150\u20ac<\/span>\n    <\/div>\n  <\/div>\n  \n  <!-- 5. Papa Francisco -->\n  <div class=\"papa-section\">\n    <div class=\"papa-quote\">\n      <div class=\"quote-mark\">\"<\/div>\n      <blockquote>\n        Organicen Seminarios de Vida en el Esp\u00edritu en sus parroquias, \n        seminarios, escuelas, en los barrios para compartir el bautismo \n        en el Esp\u00edritu\n      <\/blockquote>\n      <div class=\"papa-footer\">\n        <div class=\"line\"><\/div>\n        <span>Papa Francisco<\/span>\n        <div class=\"line\"><\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n  \n  <!-- 6. Ubicaci\u00f3n -->\n  <div class=\"ubicacion-section\">\n    <div class=\"section-header\">\n      <h2>Ubicaci\u00f3n<\/h2>\n      <p>D\u00f3nde nos encontramos<\/p>\n    <\/div>\n    <div class=\"ubicacion-grid\">\n      <div class=\"ubicacion-card\">\n        <div class=\"ubicacion-info\">\n          <div class=\"ubicacion-icon\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z\"\/><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 11a3 3 0 11-6 0 3 3 0 016 0z\"\/><\/svg>\n          <\/div>\n          <div>\n            <h3>Centro Pastoral San Francisco de As\u00eds<\/h3>\n            <p>Trillo, Guadalajara<br>Castilla-La Mancha, Espa\u00f1a<\/p>\n          <\/div>\n        <\/div>\n        <a href=\"https:\/\/www.google.com\/maps\/search\/?api=1&query=40.7017,-2.5917\" target=\"_blank\" class=\"ubicacion-btn\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 19l9 2-9-18-9 18 9-2zm0 0v-8\"\/><\/svg>\n          C\u00f3mo llegar\n        <\/a>\n      <\/div>\n      <div class=\"map-container\">\n        <iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d12234.5!2d-2.5917!3d40.7017!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zNDDCsDQyJzA2LjEiTiAywrAzNSczMC4xIlc!5e0!3m2!1ses!2ses!4v1234567890\" allowfullscreen=\"\" loading=\"lazy\" title=\"Mapa\"><\/iframe>\n      <\/div>\n    <\/div>\n  <\/div>\n  \n  <!-- Divider -->\n  <div class=\"divider\"><div class=\"divider-line\"><\/div><\/div>\n  \n  <!-- 7. Grupo de los Jueves -->\n  <div class=\"jueves-section\">\n    <div class=\"jueves-grid\">\n      <div class=\"jueves-image\">\n        <img decoding=\"async\" src=\"https:\/\/www.tiritaito.com\/blog\/wp-content\/uploads\/2025\/10\/IMAGE-2025-10-22-10-34-51_resultado.webp\" alt=\"Grupo de los Jueves\">\n      <\/div>\n      <div class=\"jueves-content\">\n        <span class=\"badge\">Cada semana<\/span>\n        <h2>Grupo de Oraci\u00f3n<br>de los Jueves<\/h2>\n        <p>\u00danete a nuestra comunidad cada jueves para un tiempo de oraci\u00f3n, alabanza y reflexi\u00f3n de la Palabra. Un espacio \u00edntimo donde compartimos nuestra fe y crecemos juntos en el Esp\u00edritu.<\/p>\n        <div class=\"jueves-info-box\">\n          <div class=\"info-row\">\n            <div class=\"info-row-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z\"\/><\/svg><\/div>\n            <div class=\"info-row-text\"><small>Horario<\/small><p>Todos los jueves, 19:30h<\/p><\/div>\n          <\/div>\n          <div class=\"info-row\">\n            <div class=\"info-row-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z\"\/><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 11a3 3 0 11-6 0 3 3 0 016 0z\"\/><\/svg><\/div>\n            <div class=\"info-row-text\"><small>Lugar<\/small><p>Parroquia San Francisco<\/p><\/div>\n          <\/div>\n          <div class=\"info-row\">\n            <div class=\"info-row-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 4.354a4 4 0 110 5.292M15 21H3v-1a6 6 0 0112 0v1zm0 0h6v-1a6 6 0 00-9-5.197M13 7a4 4 0 11-8 0 4 4 0 018 0z\"\/><\/svg><\/div>\n            <div class=\"info-row-text\"><small>Participaci\u00f3n<\/small><p>Abierto a todos<\/p><\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n  \n  <!-- Footer -->\n  <div class=\"page-footer\">\n    <p>\u00bfTienes preguntas? Cont\u00e1ctanos para m\u00e1s informaci\u00f3n.<\/p>\n  <\/div>\n<\/div>\n\n<script>\nlet currentSlide = 0;\nconst slides = document.querySelectorAll('.carousel-slide');\nconst indicators = document.querySelectorAll('.carousel-indicator');\n\nfunction goToSlide(index) {\n  slides[currentSlide].classList.remove('active');\n  indicators[currentSlide].classList.remove('active');\n  currentSlide = index;\n  slides[currentSlide].classList.add('active');\n  indicators[currentSlide].classList.add('active');\n}\n\nsetInterval(() => {\n  goToSlide((currentSlide + 1) % slides.length);\n}, 5000);\n<\/script>\n<\/div><\/div><\/div><\/div><div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-2 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-margin-top:90px;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap\" style=\"max-width:1248px;margin-left: calc(-4% \/ 2 );margin-right: calc(-4% \/ 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-1 fusion_builder_column_1_1 1_1 fusion-flex-column\" style=\"--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:0px;--awb-spacing-right-large:1.92%;--awb-margin-bottom-large:20px;--awb-spacing-left-large:1.92%;--awb-width-medium:100%;--awb-order-medium:0;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column\"><style>\n:root {\n  --nav-bg: #ffffff;\n  --nav-border: #e5e7eb;\n  --nav-shadow: 0 -2px 20px rgba(0, 0, 0, 0.08);\n  --nav-active: #b23a3a; \/* rojo m\u00e1s clarito *\/\n  --nav-inactive: #6b7280;\n  --nav-hover: #1f2937;\n}\n\n\/* ============================= *\/\n\/* CONTENEDOR MEN\u00da *\/\n\/* ============================= *\/\n\n.bottom-nav {\n  position: fixed;\n  bottom: 8px;\n  left: 8px;\n  right: 8px;\n  z-index: 9999;\n  background: var(--nav-bg);\n  border: 1px solid var(--nav-border);\n  box-shadow: var(--nav-shadow);\n  animation: slideUpBounce 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;\n  opacity: 0;\n  transform: translateY(100%);\n  overflow: hidden;\n  margin: 0 auto;\n  border-radius: 35px;\n  transition:\n    width 1.2s cubic-bezier(0.22, 1, 0.36, 1),\n    border-radius 0.8s ease;\n}\n\n\/* ============================= *\/\n\/* EFECTO P\u00cdLDORA *\/\n\/* ============================= *\/\n\n.bottom-nav.pill-start {\n  width: 72px;\n  border-radius: 999px;\n}\n\n.bottom-nav.pill-open {\n  width: calc(100% - 16px);\n  border-radius: 35px;\n}\n\n.bottom-nav.pill-start .bottom-nav-container {\n  opacity: 0;\n  transform: scale(0.95);\n}\n\n.bottom-nav.pill-open .bottom-nav-container {\n  opacity: 1;\n  transform: scale(1);\n  transition:\n    opacity 0.6s ease 0.6s,\n    transform 0.6s ease 0.6s;\n}\n\n\/* ============================= *\/\n\/* ANIMACI\u00d3N ENTRADA *\/\n\/* ============================= *\/\n\n@keyframes slideUpBounce {\n  0% { opacity: 0; transform: translateY(100%); }\n  60% { opacity: 1; transform: translateY(-6px); }\n  100% { opacity: 1; transform: translateY(0); }\n}\n\n\/* ============================= *\/\n\/* CONTENIDO *\/\n\/* ============================= *\/\n\n.bottom-nav-container {\n  display: flex;\n  align-items: center;\n  justify-content: space-around;\n  height: 64px;\n  max-width: 600px;\n  margin: 0 auto;\n  padding: 0 8px;\n}\n\n\/* ============================= *\/\n\/* ITEMS *\/\n\/* ============================= *\/\n\n.nav-item {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center;\n  gap: 4px;\n  padding: 8px 10px;\n  text-decoration: none;\n  transition: all 0.3s ease;\n  min-width: 60px;\n  color: var(--nav-inactive);\n  font-weight: 400;\n}\n\n.nav-item:hover {\n  color: var(--nav-hover);\n}\n\n\/* ============================= *\/\n\/* ESTADO ACTIVO *\/\n\/* ============================= *\/\n\n.nav-item.active {\n  color: var(--nav-active);\n}\n\n.nav-item svg {\n  width: 20px;\n  height: 20px;\n  transition: all 0.3s ease;\n}\n\n.nav-item.active svg {\n  width: 24px;\n  height: 24px;\n  color: var(--nav-active);\n}\n\n.nav-item span {\n  font-size: 11px;\n  white-space: nowrap;\n  transition: all 0.3s ease;\n}\n\n.nav-item.active span {\n  font-size: 13px;\n  font-weight: 600;\n}\n<\/style>\n\n<nav class=\"bottom-nav\">\n  <div class=\"bottom-nav-container\">\n\n    <a href=\"https:\/\/www.tiritaito.com\/blog\/inicio-app\/\" class=\"nav-item\">\n      <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n        <path d=\"M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8\"\/>\n        <path d=\"M3 10a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"\/>\n      <\/svg>\n      <span>Inicio<\/span>\n    <\/a>\n\n    <a href=\"https:\/\/www.tiritaito.com\/blog\/que-hacemos-app\/\" class=\"nav-item\">\n      <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n        <circle cx=\"12\" cy=\"12\" r=\"10\"\/>\n        <path d=\"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3\"\/>\n        <path d=\"M12 17h.01\"\/>\n      <\/svg>\n      <span>\u00bfQu\u00e9 hacemos?<\/span>\n    <\/a>\n\n    <a href=\"https:\/\/www.tiritaito.com\/blog\/novedades-app\/\" class=\"nav-item\">\n      <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n        <path d=\"M6 8a6 6 0 0 1 12 0c0 7 3 9 3 9H3s3-2 3-9\"\/>\n        <path d=\"M10.3 21a1.94 1.94 0 0 0 3.4 0\"\/>\n      <\/svg>\n      <span>Novedades<\/span>\n    <\/a>\n<a href=\"https:\/\/www.tiritaito.com\/blog\/biblioteca-app\/\" class=\"nav-item\">\n      <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n        <path d=\"m16 6 4 14\"\/>\n        <path d=\"M12 6v14\"\/>\n        <path d=\"M8 8v12\"\/>\n        <path d=\"M4 4v16\"\/>\n      <\/svg>\n      <span>Biblioteca<\/span>\n    <\/a>\n\n    <a href=\"https:\/\/www.tiritaito.com\/blog\/buscar-app\/\" class=\"nav-item\">\n      <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n        <circle cx=\"11\" cy=\"11\" r=\"8\"\/>\n        <path d=\"m21 21-4.3-4.3\"\/>\n      <\/svg>\n      <span>Buscar<\/span>\n    <\/a>\n\n  <\/div>\n<\/nav>\n\n<script>\ndocument.addEventListener('DOMContentLoaded', function() {\n\n  var currentPath = window.location.pathname;\n  var nav = document.querySelector('.bottom-nav');\n  var navItems = document.querySelectorAll('.nav-item');\n\n  \/* MARCAR ACTIVO *\/\n  navItems.forEach(function(item) {\n    var href = new URL(item.getAttribute('href')).pathname;\n    if (currentPath === href || currentPath.startsWith(href)) {\n      item.classList.add('active');\n    }\n  });\n\n  \/* EFECTO P\u00cdLDORA *\/\n  var PAGINAS_PILDORA = [\n    '\/blog\/inicio-app\/',\n  ];\n\n  if (PAGINAS_PILDORA.includes(currentPath)) {\n    nav.classList.add('pill-start');\n\n    setTimeout(function () {\n      nav.classList.remove('pill-start');\n      nav.classList.add('pill-open');\n    }, 400);\n  }\n\n});\n<\/script><\/div><\/div><\/div><\/div><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"100-width.php","meta":{"footnotes":""},"class_list":["post-12545","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.tiritaito.com\/blog\/wp-json\/wp\/v2\/pages\/12545","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.tiritaito.com\/blog\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.tiritaito.com\/blog\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.tiritaito.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.tiritaito.com\/blog\/wp-json\/wp\/v2\/comments?post=12545"}],"version-history":[{"count":13,"href":"https:\/\/www.tiritaito.com\/blog\/wp-json\/wp\/v2\/pages\/12545\/revisions"}],"predecessor-version":[{"id":15232,"href":"https:\/\/www.tiritaito.com\/blog\/wp-json\/wp\/v2\/pages\/12545\/revisions\/15232"}],"wp:attachment":[{"href":"https:\/\/www.tiritaito.com\/blog\/wp-json\/wp\/v2\/media?parent=12545"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}