{"id":1636,"date":"2026-04-21T18:26:37","date_gmt":"2026-04-21T16:26:37","guid":{"rendered":"https:\/\/www.upo.es\/investiga\/proyectofactibles\/?page_id=1636"},"modified":"2026-04-23T21:59:14","modified_gmt":"2026-04-23T19:59:14","slug":"inicio-1","status":"publish","type":"page","link":"https:\/\/www.upo.es\/investiga\/proyectofactibles\/","title":{"rendered":"INICIO_A"},"content":{"rendered":"\n<style>\n.factibles-landing,\n.factibles-landing * { margin: 0; padding: 0; box-sizing: border-box; }\n\n.factibles-landing {\n    --fy: #F2B530;\n    --fg: #A0C840;\n    --sg: #fcfcfc;\n    --tg: #777;\n    --ttg: #3a3a3a;\n    position: relative;\n    width: 100vw;\n    max-width: 100vw !important;\n    min-height: 100dvh;\n    margin-left: calc(50% - 50vw);\n    margin-right: calc(50% - 50vw);\n    background: #fff;\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n    display: flex;\n    flex-direction: column;\n    overflow: hidden;\n}\n\n.factibles-landing .main { flex: 1 1 auto; display: flex; align-items: stretch; overflow: hidden; min-height: 0; }\n\n\/* LEFT *\/\n.factibles-landing .left-box {\n    flex: 0 0 auto;\n    width: clamp(320px, 48vw, 780px);\n    padding: clamp(1.2rem, 3vw, 3rem) clamp(2.5rem, 5vw, 6rem) clamp(1.2rem, 3vw, 3rem) clamp(1.5rem, 4vw, 4.5rem);\n    display: flex; flex-direction: column; justify-content: center; z-index: 5;\n}\n.factibles-landing .mobile-logo-band { display: contents; }\n.factibles-landing .left-box img.main-logo { height: clamp(120px, 14vw, 240px); width: auto; display: block; margin: 0 auto clamp(1rem, 1.8vw, 1.8rem); }\n.factibles-landing .left-box h1 { font-size: clamp(16px, 1.6vw, 24px); font-weight: 300; letter-spacing: clamp(2px, 0.35vw, 4px); text-transform: uppercase; color: var(--ttg); margin-bottom: 8px; line-height: 1.35; }\n.factibles-landing .hline { width: 50px; height: 3px; background: var(--fy); border-radius: 2px; margin: 0 0 clamp(0.8rem, 1.5vw, 1.8rem); }\n.factibles-landing .left-box p { font-size: clamp(14px, 1.2vw, 16px); font-weight: 400; color: var(--tg); line-height: 1.75; margin-bottom: 10px; text-align: justify; }\n.factibles-landing .left-box p:last-child { margin-bottom: 0; }\n.factibles-landing .factibles-highlight { color: var(--fg); font-weight: 600; }\n.factibles-landing .with-green-dot { position: relative; padding-left: 18px; }\n.factibles-landing .with-green-dot::before { content: ''; position: absolute; left: 0; top: 0.82em; width: 8px; height: 8px; border-radius: 50%; background: var(--fg); transform: translateY(-50%); }\n\n\/* MOBILE MENU *\/\n.factibles-landing .mobile-menu-wrap { display: none; }\n.factibles-landing .mobile-menu-toggle { border: 0; background: var(--fy); color: #2f2f2f; border-radius: 6px; width: 50px; height: 50px; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 8px 20px rgba(0,0,0,0.08); transition: transform 0.22s ease, box-shadow 0.22s ease; }\n.factibles-landing .mobile-menu-toggle:hover { transform: translateY(-1px); box-shadow: 0 12px 26px rgba(0,0,0,0.11); }\n.factibles-landing .burger-lines { display: flex; flex-direction: column; gap: 5px; }\n.factibles-landing .burger-lines span { display: block; width: 22px; height: 2px; border-radius: 999px; background: #2f2f2f; transition: transform 0.22s ease, opacity 0.22s ease; }\n.factibles-landing .mobile-menu-wrap.open .burger-lines span:nth-child(1) { transform: translateY(7px) rotate(45deg); }\n.factibles-landing .mobile-menu-wrap.open .burger-lines span:nth-child(2) { opacity: 0; }\n.factibles-landing .mobile-menu-wrap.open .burger-lines span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }\n.factibles-landing .mobile-menu-panel { display: none; }\n\n\/* RIGHT HONEYCOMB *\/\n.factibles-landing .right-box { flex: 1 1 0; position: relative; overflow: hidden; min-width: 0; }\n.factibles-landing .hc-wrap { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }\n.factibles-landing .hc-inner { position: relative; width: 750px; height: 840px; transform-origin: left center; }\n\n.factibles-landing .hx { position: absolute; width: 228px; height: 263px; clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); transform: translate(-14px, -16px); }\n\n\/* Gray hexagons with edge-fade classes *\/\n.factibles-landing .g { background: #D8D8D8; }\n.factibles-landing .g-edge { background: #E8E8E8; opacity: 0.6; }\n.factibles-landing .g-mid { background: #E0E0E0; }\n\n\/* Subtle gray breathing wave *\/\n@keyframes factiblesGrayWave {\n    0%   { opacity: var(--go, 1); }\n    50%  { opacity: calc(var(--go, 1) * 0.82); }\n    100% { opacity: var(--go, 1); }\n}\n.factibles-landing .g-breathe { animation: factiblesGrayWave 6s ease-in-out var(--gd, 0s) infinite; }\n\n\/* BUTTON HEXAGONS *\/\n.factibles-landing .hx-btn { cursor: pointer; text-decoration: none; display: block; }\n.factibles-landing .hx-btn:hover { z-index: 30; }\n.factibles-landing .hx-btn:hover .hx-bi { transform: scale(1.06); filter: drop-shadow(0 8px 20px rgba(0,0,0,0.18)) brightness(1.04); }\n\n\/* Breathing: applied to .hx-bi inside, not the link itself \u2014 avoids animation\/transition conflicts *\/\n@keyframes factiblesBreathe {\n    0%   { transform: scale(1); filter: drop-shadow(0 0 4px var(--bc)) brightness(1); }\n    50%  { transform: scale(1.02); filter: drop-shadow(0 0 12px var(--bc)) brightness(1.03); }\n    100% { transform: scale(1); filter: drop-shadow(0 0 4px var(--bc)) brightness(1); }\n}\n\n.factibles-landing .btn-red .hx-bi { --bc: rgba(232,83,33,0.3); animation: factiblesBreathe 6s ease-in-out infinite; transition: transform 1s ease, filter 1s ease; }\n.factibles-landing .btn-gold .hx-bi { --bc: rgba(242,181,48,0.3); animation: factiblesBreathe 6s ease-in-out 3s infinite; transition: transform 1s ease, filter 1s ease; }\n.factibles-landing .hx-btn:hover .hx-bi { animation-play-state: paused; }\n\n\/* Expanding hexagonal ring pulse *\/\n@keyframes factiblesRingPulse {\n    0%   { transform: scale(0.92); opacity: 0.35; }\n    85%  { opacity: 0; }\n    100% { transform: scale(1.25); opacity: 0; }\n}\n.factibles-landing .hex-ring {\n    position: absolute;\n    inset: -8px;\n    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);\n    z-index: 0;\n    pointer-events: none;\n    animation: factiblesRingPulse 6s ease-out infinite;\n}\n.factibles-landing .btn-red .hex-ring { border: 2px solid rgba(232,83,33,0.3); background: transparent; }\n.factibles-landing .btn-gold .hex-ring { border: 2px solid rgba(242,181,48,0.3); background: transparent; animation-delay: 3s; }\n.factibles-landing .hx-btn:hover .hex-ring { animation-play-state: paused; opacity: 0; transition: opacity 0.5s ease; }\n\n\/* Shimmer *\/\n@keyframes factiblesShimmer {\n    0%   { background-position: -250% center; opacity: 0; }\n    15%  { opacity: 0.7; }\n    85%  { opacity: 0.7; }\n    100% { background-position: 350% center; opacity: 0; }\n}\n.factibles-landing .shimmer-layer { position: absolute; inset: 0; z-index: 3; pointer-events: none; clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%); background: linear-gradient(108deg, transparent 35%, rgba(255,255,255,0.12) 50%, transparent 65%); background-size: 250% 100%; animation: factiblesShimmer 7s ease-in-out infinite; }\n.factibles-landing .btn-gold .shimmer-layer { animation-delay: 3.5s; }\n\n.factibles-landing .hx-bi { width: 100%; height: 100%; clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 24px; position: relative; overflow: hidden; }\n.factibles-landing .hx-bi::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 30% 25%, rgba(255,255,255,0.15) 0%, transparent 50%); pointer-events: none; }\n\n.factibles-landing .hx-bt { font-size: 16px; font-weight: 500; letter-spacing: 3px; text-transform: uppercase; color: #fff; line-height: 1.3; position: relative; z-index: 1; margin-bottom: 4px; transition: letter-spacing 0.4s ease; }\n.factibles-landing .hx-btn:hover .hx-bt { letter-spacing: 5px; }\n.factibles-landing .hx-bs { font-size: 11px; font-weight: 400; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.85); position: relative; z-index: 1; }\n.factibles-landing .hx-ba { position: relative; z-index: 1; opacity: 0; transform: translateY(6px); transition: opacity 0.4s ease 0.1s, transform 0.4s ease 0.1s; margin-top: 10px; }\n.factibles-landing .hx-btn:hover .hx-ba { opacity: 0.9; transform: translateY(0); }\n\n.factibles-landing .mobile-honeycomb { display: none; }\n\n\/* FOOTER *\/\n.factibles-landing .landing-footer { flex: 0 0 auto; width: 100%; background: rgba(240,240,240,0.95); padding: clamp(1rem, 2vh, 1.8rem) clamp(1.5rem, 5vw, 5rem); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem; z-index: 15; border-top: 1px solid #e0e0e0; }\n.factibles-landing .footer-left { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2rem); }\n.factibles-landing .footer-center { font-size: clamp(8px, 0.9vw, 11px); font-weight: 300; letter-spacing: 2px; text-transform: uppercase; color: #999; text-align: center; line-height: 1.5; white-space: nowrap; }\n.factibles-landing .footer-right { display: flex; align-items: center; justify-content: flex-end; }\n.factibles-landing .landing-footer img { height: clamp(30px, 4.5vh, 54px); width: auto; opacity: 0.55; filter: grayscale(100%); display: block; }\n.factibles-landing .landing-footer .us-logo { height: clamp(48px, 7vh, 88px); }\n.factibles-landing .landing-footer .gov-logo { height: clamp(36px, 5.5vh, 64px); }\n\n\/* TABLET *\/\n@media (max-width: 1100px) {\n    .factibles-landing .left-box { width: 50%; padding: clamp(1.5rem, 3vw, 3rem) clamp(1.5rem, 3vw, 3rem) clamp(1.5rem, 3vw, 3rem) clamp(2rem, 4vw, 4rem); }\n    .factibles-landing .right-box { width: 50%; flex: 0 0 50%; }\n}\n\n\/* MOBILE *\/\n@media (max-width: 767px) {\n    .factibles-landing { overflow: auto; }\n    .factibles-landing .main { flex: 1 1 auto; flex-direction: column; align-items: center; overflow: visible; }\n    .factibles-landing .left-box { width: 100%; padding: 0 1.4rem 0.8rem; align-items: center; text-align: center; }\n    .factibles-landing .mobile-logo-band { display: block; position: relative; width: calc(100% + 2.8rem); margin: 0 -1.4rem 1rem; padding: 1rem 1.4rem; background: var(--sg); border-bottom: 1px solid #efefef; }\n    .factibles-landing .left-box img.main-logo { height: clamp(128px, 45vw, 224px); margin: 0 auto; }\n    .factibles-landing .left-box h1 { font-size: clamp(11px, 3.5vw, 16px); letter-spacing: 2.5px; text-align: center; margin-bottom: 10px; }\n    .factibles-landing .hline { margin: 0 auto 1rem; }\n    .factibles-landing .left-box p { font-size: clamp(12px, 3.5vw, 14px); text-align: justify; }\n    .factibles-landing .right-box { display: none; }\n    .factibles-landing .mobile-menu-wrap { display: block; position: absolute; top: 14px; right: 14px; z-index: 40; }\n    .factibles-landing .mobile-menu-panel { width: min(290px, calc(100vw - 28px)); background: rgba(255,255,255,0.98); border: 1px solid rgba(0,0,0,0.05); border-radius: 12px; box-shadow: 0 16px 34px rgba(0,0,0,0.10); position: absolute; top: 58px; right: 0; }\n    .factibles-landing .mobile-menu-panel a { display: block; padding: 1rem; text-decoration: none; color: #333; font-size: 12px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; border-bottom: 1px solid #f2f2f2; transition: background 0.2s ease, padding-left 0.2s ease; }\n    .factibles-landing .mobile-menu-panel a:last-child { border-bottom: 0; }\n    .factibles-landing .mobile-menu-panel a:hover { background: #fbf8ee; padding-left: 1.15rem; }\n    .factibles-landing .mobile-menu-wrap.open .mobile-menu-panel { display: block; }\n\n    .factibles-landing .mobile-honeycomb { display: block; position: relative; width: clamp(270px, calc(100vw - 28px), 380px); aspect-ratio: 332 \/ 562; margin: 1.2rem auto 40px; }\n    .factibles-landing .mobile-honeycomb .mhx { position: absolute; left: var(--x); top: var(--y); width: 44.58%; height: 30.43%; clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); }\n    .factibles-landing .mobile-honeycomb .mg { background: #D8D8D8; }\n    .factibles-landing .mobile-honeycomb .mhx-btn { cursor: pointer; text-decoration: none; display: block; transition: transform 0.4s ease, filter 0.4s ease; }\n    .factibles-landing .mobile-honeycomb .mhx-btn:active { transform: scale(0.95); filter: brightness(1.1); }\n    @keyframes factiblesMobileBreathe {\n        0%   { transform: scale(1); filter: drop-shadow(0 0 4px var(--mc)); }\n        50%  { transform: scale(1.03); filter: drop-shadow(0 0 12px var(--mc)); }\n        100% { transform: scale(1); filter: drop-shadow(0 0 4px var(--mc)); }\n    }\n    .factibles-landing .mobile-honeycomb .m-btn-red { --mc: rgba(232,83,33,0.4); animation: factiblesMobileBreathe 4s ease-in-out infinite; }\n    .factibles-landing .mobile-honeycomb .m-btn-gold { --mc: rgba(242,181,48,0.4); animation: factiblesMobileBreathe 4s ease-in-out 2s infinite; }\n    .factibles-landing .mobile-honeycomb .mbi { width: 100%; height: 100%; clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 4.8%; position: relative; }\n    .factibles-landing .mobile-honeycomb .mbi::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 30% 25%, rgba(255,255,255,0.15) 0%, transparent 50%); pointer-events: none; }\n    .factibles-landing .mobile-honeycomb .mbt { font-size: clamp(12px, 4vw, 15px); font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: #fff; line-height: 1.3; position: relative; z-index: 1; margin-bottom: 3px; }\n    .factibles-landing .mobile-honeycomb .mbs { font-size: clamp(9px, 2.5vw, 10px); font-weight: 400; letter-spacing: 1px; text-transform: uppercase; color: rgba(255,255,255,0.85); position: relative; z-index: 1; }\n\n    .factibles-landing .landing-footer { grid-template-columns: 1fr 1fr 1fr; grid-template-areas: \"logo1 logo2 logo3\" \"text text text\"; column-gap: 0.5rem; row-gap: 0.9rem; padding: 1rem 0.75rem max(1rem, env(safe-area-inset-bottom)); }\n    .factibles-landing .footer-left, .factibles-landing .footer-right { display: contents; }\n    .factibles-landing .footer-left img:first-child { grid-area: logo1; justify-self: center; width: 100%; max-width: 120px; height: auto; }\n    .factibles-landing .footer-left img.us-logo { grid-area: logo2; justify-self: center; width: 100%; max-width: 120px; height: auto; }\n    .factibles-landing .footer-right img.gov-logo { grid-area: logo3; justify-self: center; width: 100%; max-width: 120px; height: auto; }\n    .factibles-landing .footer-center { grid-area: text; font-size: 9px; letter-spacing: 1.5px; white-space: normal; text-align: center; width: 100%; padding: 0 12px; }\n    .factibles-landing .landing-footer img { opacity: 0.55; filter: grayscale(100%); }\n}\n\n@media (max-width: 400px) {\n    .factibles-landing .left-box { padding: 0 1rem 0.5rem; }\n    .factibles-landing .mobile-logo-band { width: calc(100% + 2rem); margin: 0 -1rem 1rem; padding: 1rem; }\n    .factibles-landing .left-box img.main-logo { height: clamp(112px, 44vw, 180px); }\n}\n<\/style>\n\n<div class=\"factibles-landing\" id=\"factiblesLanding\">\n    <div class=\"main\">\n        <div class=\"left-box\">\n            <div class=\"mobile-logo-band\">\n                <div class=\"mobile-menu-wrap\" id=\"factiblesMobileMenuWrap\">\n                    <button class=\"mobile-menu-toggle\" id=\"factiblesMobileMenuToggle\" aria-label=\"Abrir men\u00fa\" aria-expanded=\"false\">\n                        <span class=\"burger-lines\"><span><\/span><span><\/span><span><\/span><\/span>\n                    <\/button>\n                    <div class=\"mobile-menu-panel\" id=\"factiblesMobileMenuPanel\">\n                        <a href=\"https:\/\/www.upo.es\/investiga\/proyectofactibles\/inicio\">Web Factibles<\/a>\n                        <a href=\"https:\/\/www.upo.es\/investiga\/proyectofactibles\/bases-de-seguimiento\/\">Bases de seguimiento<\/a>\n                    <\/div>\n                <\/div>\n                <img decoding=\"async\" class=\"main-logo\" src=\"https:\/\/www.upo.es\/investiga\/proyectofactibles\/wp-content\/uploads\/2026\/04\/13f5d582-d709-4b3b-b4c9-c993b79b24be.png\" alt=\"FACTIBLES\">\n            <\/div>\n            <div class=\"text-content\">\n                <h1>Arte, Participaci\u00f3n y Espacio P\u00fablico<\/h1>\n                <div class=\"hline\"><\/div>\n                <p><span class=\"factibles-highlight\">FACTIBLES<\/span> se concibe como un espacio de investigaci\u00f3n, intercambio y aprendizaje interdisciplinar en torno a distintos proyectos de investigaci\u00f3n e iniciativas que comparten el inter\u00e9s en las relaciones entre creatividad, cultura y sociedad, desde las oportunidades y retos de la retroalimentaci\u00f3n entre pr\u00e1cticas art\u00edsticas participativas y espacio p\u00fablico.<\/p>\n                <p class=\"with-green-dot\">Pr\u00e1cticas art\u00edsticas participativas para la apropiaci\u00f3n del espacio p\u00fablico y el desarrollo de la calidad de vida urbana (FACTIBLES) (PID2020-118221RB-I00) (2021-2025)<\/p>\n                <p class=\"with-green-dot\">Ayuda Puente UPO Pr\u00e1cticas art\u00edsticas participativas para el espacio p\u00fablico. Bases de seguimiento y evaluaci\u00f3n (2026)<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- MOBILE HONEYCOMB -->\n        <div class=\"mobile-honeycomb\">\n            <div class=\"mhx mg\" style=\"--x:5.12%;--y:0%;\"><\/div>\n            <div class=\"mhx mg\" style=\"--x:50.90%;--y:0%;\"><\/div>\n            <a href=\"https:\/\/www.upo.es\/investiga\/proyectofactibles\/inicio\/\" class=\"mhx mhx-btn m-btn-red\" style=\"--x:28.01%;--y:24.02%;\">\n                <div class=\"mbi\" style=\"background:#E85321;\"><span class=\"mbt\">Web<br>Factibles<\/span><span class=\"mbs\">entrar<\/span><\/div>\n            <\/a>\n            <div class=\"mhx mg\" style=\"--x:5.12%;--y:48.04%;\"><\/div>\n            <a href=\"https:\/\/www.upo.es\/investiga\/proyectofactibles\/bases-de-seguimiento\/\" class=\"mhx mhx-btn m-btn-gold\" style=\"--x:50.90%;--y:48.04%;\">\n                <div class=\"mbi\" style=\"background:#F2B530;\"><span class=\"mbt\">Bases<\/span><span class=\"mbs\">seguimiento<\/span><\/div>\n            <\/a>\n            <div class=\"mhx mg\" style=\"--x:28.01%;--y:72.06%;\"><\/div>\n        <\/div>\n\n        <!-- DESKTOP HONEYCOMB -->\n        <div class=\"right-box\">\n            <div class=\"hc-wrap\">\n                <div class=\"hc-inner\" id=\"factiblesHcInner\">\n                    <!-- Fila 1: edge hexagons (lighter) -->\n                    <div class=\"hx g-edge g-breathe\" style=\"left:314px;top:-112px;--go:0.6;--gd:0s;\"><\/div>\n                    <div class=\"hx g-edge g-breathe\" style=\"left:549px;top:-112px;--go:0.6;--gd:1.5s;\"><\/div>\n\n                    <!-- Fila 2: mid + core + edge -->\n                    <div class=\"hx g-mid g-breathe\" style=\"left:196px;top:92px;--go:0.9;--gd:0.8s;\"><\/div>\n                    <div class=\"hx g g-breathe\" style=\"left:431px;top:92px;--go:1;--gd:2s;\"><\/div>\n                    <div class=\"hx g-edge g-breathe\" style=\"left:666px;top:92px;--go:0.6;--gd:3s;\"><\/div>\n\n                    <!-- Fila 3: edge + RED + GOLD + core + edge -->\n                    <div class=\"hx g-edge g-breathe\" style=\"left:-157px;top:296px;--go:0.5;--gd:1s;\"><\/div>\n\n                    <a href=\"https:\/\/www.upo.es\/investiga\/proyectofactibles\/inicio\/\" class=\"hx hx-btn btn-red\" style=\"left:78px;top:296px;position:absolute;\">\n                        <div class=\"hex-ring\"><\/div>\n                        <div class=\"hx-bi\" style=\"background:#E85321;\">\n                            <div class=\"shimmer-layer\"><\/div>\n                            <span class=\"hx-bt\">Proyecto<br>Factibles<\/span>\n                            <span class=\"hx-bs\">entrar<\/span>\n                            <svg class=\"hx-ba\" width=\"18\" height=\"18\" viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\"><path d=\"M4 8h8M9 5l3 3-3 3\"\/><\/svg>\n                        <\/div>\n                    <\/a>\n\n                    <a href=\"https:\/\/www.upo.es\/investiga\/proyectofactibles\/bases-de-seguimiento\/\" class=\"hx hx-btn btn-gold\" style=\"left:314px;top:296px;position:absolute;\">\n                        <div class=\"hex-ring\"><\/div>\n                        <div class=\"hx-bi\" style=\"background:#F2B530;\">\n                            <div class=\"shimmer-layer\"><\/div>\n                            <span class=\"hx-bt\">Ayuda Bases<br>Seguimiento<\/span>\n                            <span class=\"hx-bs\">entrar<\/span>\n                            <svg class=\"hx-ba\" width=\"18\" height=\"18\" viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\"><path d=\"M4 8h8M9 5l3 3-3 3\"\/><\/svg>\n                        <\/div>\n                    <\/a>\n\n                    <div class=\"hx g g-breathe\" style=\"left:549px;top:296px;--go:1;--gd:2.5s;\"><\/div>\n                    <div class=\"hx g-edge g-breathe\" style=\"left:784px;top:296px;--go:0.35;--gd:4s;\"><\/div>\n\n                    <!-- Fila 4 -->\n                    <div class=\"hx g-mid g-breathe\" style=\"left:-39px;top:500px;--go:0.7;--gd:1.8s;\"><\/div>\n                    <div class=\"hx g g-breathe\" style=\"left:431px;top:500px;--go:1;--gd:3.2s;\"><\/div>\n                    <div class=\"hx g-edge g-breathe\" style=\"left:666px;top:500px;--go:0.6;--gd:0.5s;\"><\/div>\n\n                    <!-- Fila 5: edge -->\n                    <div class=\"hx g-edge g-breathe\" style=\"left:314px;top:703px;--go:0.5;--gd:2.2s;\"><\/div>\n                    <div class=\"hx g-edge g-breathe\" style=\"left:549px;top:703px;--go:0.5;--gd:3.8s;\"><\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"landing-footer\">\n        <div class=\"footer-left\">\n            <img decoding=\"async\" src=\"https:\/\/www.upo.es\/investiga\/proyectofactibles\/wp-content\/uploads\/2026\/04\/Marca-Horizontal4-negro-scaled.png\" alt=\"Universidad Pablo de Olavide\">\n            <img decoding=\"async\" class=\"us-logo\" src=\"https:\/\/www.upo.es\/investiga\/proyectofactibles\/wp-content\/uploads\/2026\/04\/Universidad.png\" alt=\"Universidad de Sevilla\">\n        <\/div>\n        <div class=\"footer-center\">Grupo de Investigaci\u00f3n FACTIBLES<br>Arte, Participaci\u00f3n y Espacio P\u00fablico \u00b7 2026<\/div>\n        <div class=\"footer-right\">\n            <img decoding=\"async\" class=\"gov-logo\" src=\"https:\/\/www.upo.es\/investiga\/proyectofactibles\/wp-content\/uploads\/2026\/04\/gobiernos.png\" alt=\"Ministerio de Ciencia, Innovaci\u00f3n y Universidades\">\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\n(function() {\n    var w = document.getElementById('factiblesLanding');\n    if (!w) return;\n    function sc() {\n        var b = w.querySelector('.right-box'), i = document.getElementById('factiblesHcInner');\n        if (!b || !i) return;\n        var s = Math.min(b.clientHeight \/ 840, b.clientWidth \/ 750) * 1.12;\n        i.style.transform = 'translateX(50px) scale(' + s + ')';\n        i.style.transformOrigin = '296px center';\n    }\n    sc(); window.addEventListener('resize', sc);\n    var mw = document.getElementById('factiblesMobileMenuWrap'), mt = document.getElementById('factiblesMobileMenuToggle');\n    if (mw && mt) {\n        mt.addEventListener('click', function() { var o = mw.classList.toggle('open'); mt.setAttribute('aria-expanded', o); });\n        document.addEventListener('click', function(e) { if (!mw.contains(e.target)) { mw.classList.remove('open'); mt.setAttribute('aria-expanded', 'false'); } });\n    }\n})();\n<\/script>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Web Factibles Bases de seguimiento Arte, Participaci\u00f3n y Espacio P\u00fablico FACTIBLES se concibe como un espacio de investigaci\u00f3n, intercambio y aprendizaje interdisciplinar en torno a distintos proyectos de investigaci\u00f3n e iniciativas que comparten el inter\u00e9s en las relaciones entre creatividad, cultura y sociedad, desde las oportunidades y retos de la retroalimentaci\u00f3n entre pr\u00e1cticas art\u00edsticas participativas [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1636","page","type-page","status-publish","hentry"],"blocksy_meta":{"disable_header":"yes","disable_footer":"yes","disable_share_box":"yes","disable_featured_image":"yes","content_style_source":"custom","content_style":"wide","vertical_spacing_source":"custom","content_area_spacing":"none","styles_descriptor":{"styles":{"desktop":"[data-prefix=\"single_page\"] [class*=\"ct-container\"] > article[class*=\"post\"] {--has-boxed:var(--false);--has-wide:var(--true);}","tablet":"","mobile":""},"google_fonts":[],"version":6}},"_links":{"self":[{"href":"https:\/\/www.upo.es\/investiga\/proyectofactibles\/wp-json\/wp\/v2\/pages\/1636","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.upo.es\/investiga\/proyectofactibles\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.upo.es\/investiga\/proyectofactibles\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.upo.es\/investiga\/proyectofactibles\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.upo.es\/investiga\/proyectofactibles\/wp-json\/wp\/v2\/comments?post=1636"}],"version-history":[{"count":13,"href":"https:\/\/www.upo.es\/investiga\/proyectofactibles\/wp-json\/wp\/v2\/pages\/1636\/revisions"}],"predecessor-version":[{"id":1688,"href":"https:\/\/www.upo.es\/investiga\/proyectofactibles\/wp-json\/wp\/v2\/pages\/1636\/revisions\/1688"}],"wp:attachment":[{"href":"https:\/\/www.upo.es\/investiga\/proyectofactibles\/wp-json\/wp\/v2\/media?parent=1636"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}