{"id":27928,"date":"2025-12-15T12:26:28","date_gmt":"2025-12-15T15:26:28","guid":{"rendered":"https:\/\/www.informeafa.ar\/2025\/?page_id=27928"},"modified":"2026-01-19T13:01:30","modified_gmt":"2026-01-19T16:01:30","slug":"informe-2025","status":"publish","type":"page","link":"https:\/\/www.informeafa.ar\/2025\/","title":{"rendered":"INFORME 2025"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"27928\" class=\"elementor elementor-27928\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9f4d67e e-con-full e-flex e-con e-parent\" data-id=\"9f4d67e\" data-element_type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-74fe5bb elementor-widget elementor-widget-html\" data-id=\"74fe5bb\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n\n\/* ==========================================================\n   INFORME CLUBES AFA 2025 - HERO MOSAICO FINAL + BOT\u00d3N + MEN\u00da RESPONSIVE\n========================================================== *\/\n\nbody {\n  margin: 0;\n  font-family: 'Inter', sans-serif;\n  background: linear-gradient(180deg, #020617 0%, #0a1730 100%);\n  color: #fff;\n  overflow-x: hidden;\n}\n\n\/* === HERO GRID === *\/\n.hero-mosaic {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  grid-auto-rows: minmax(300px, auto);\n  gap: 18px;\n  width: 100%;\n  max-width: 1600px;\n  margin: 0 auto;\n  padding: 20px;\n  box-sizing: border-box;\n  position: relative;\n  z-index: 1;\n  overflow: visible !important;\n}\n\n\/* === BLOQUES === *\/\n.hero-block {\n  position: relative;\n  color: #fff;\n  overflow: hidden;\n  cursor: pointer;\n  border-radius: 0;\n  background: #0a1730;\n  transition: opacity 0.8s ease, transform 0.8s ease;\n  opacity: 0;\n  transform: translateY(40px) scale(0.97);\n}\n.hero-block.visible {\n  opacity: 1;\n  transform: translateY(0) scale(1);\n}\n\n\/* === BACKGROUND === *\/\n.hero-bg,\n.hero-video {\n  position: absolute;\n  inset: 0;\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n\n  \/* \ud83d\udd39 Estas son las l\u00edneas nuevas: *\/\n  background-size: cover;         \/* La imagen se ajusta sin deformarse *\/\n  background-position: center;    \/* Centrada visualmente *\/\n  background-repeat: no-repeat;   \/* Evita que se repita *\/\n  background-attachment: scroll;  \/* Opcional: puedes poner 'fixed' para parallax *\/\n\n  transform: scale(1.1);\n  transition: transform 0.8s ease;\n}\n.hero-block:hover .hero-bg,\n.hero-block:hover .hero-video {\n  transform: scale(1.05);\n}\n\n\n\/* === OVERLAY === *\/\n.hero-overlay {\n  position: absolute;\n  inset: 0;\n  background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0.25));\n  z-index: 1;\n}\n.hero-block:hover .hero-overlay {\n  background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0.4));\n}\n\n\/* === CONTENIDO === *\/\n.hero-content {\n  position: absolute;\n  bottom: 30px;\n  left: 30px;\n  z-index: 2;\n  display: flex;\n  flex-direction: column;\n  align-items: flex-start;\n}\n.hero-content span {\n  display: block;\n  font-size: 0.9rem;\n  color: #60a5fa;\n  text-transform: uppercase;\n  margin-bottom: 8px;\n}\n.hero-content h3 {\n  font-family: 'Space Grotesk', sans-serif;\n  font-size: 1.8rem;\n  font-weight: 700;\n  margin: 0 0 15px;\n}\n.hero-content a {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  gap: 8px;\n  font-size: 0.9rem;\n  font-weight: 500;\n  color: #fff;\n  text-decoration: none;\n  border: 1px solid rgba(255,255,255,0.4);\n  border-radius: 40px;\n  padding: 8px 20px;\n  transition: all 0.3s ease;\n}\n.hero-content a:hover {\n  border-color: #3b82f6;\n  color: #93c5fd;\n  transform: translateY(-2px);\n}\n\n\/* === BLOQUES PERSONALIZADOS === *\/\n#presidente { grid-column: 1 \/ -1; min-height: 790px; }\n#clubes, #evolucion, #gobernanza, #redes-sociales, #sponsors, #jugadores { grid-column: span 2; }\n#selecciones { grid-column: 1 \/ -1; }\n\n#jugadores { grid-column: 1 \/ -1; }\n\n\n\/* ==========================================================\n   BOT\u00d3N EXPLORA FIJO Y CENTRADO + ANIMACI\u00d3N\n========================================================== *\/\n\n\n\/* ==========================================================\n   MEN\u00da EXPLORA - RESPONSIVE + ANIMACI\u00d3N\n========================================================== *\/\n\n\n\/* ==========================================================\n   RESPONSIVE AJUSTES\n========================================================== *\/\n@media (max-width: 1024px) {\n  .hero-mosaic {\n    grid-template-columns: repeat(2, 1fr);\n    gap: 16px;\n  }\n  #presidente, #selecciones { grid-column: 1 \/ -1; }\n  .hero-content h3 { font-size: 1.6rem; }\n}\n\n@media (max-width: 768px) {\n  .hero-mosaic {\n    grid-template-columns: 1fr;\n    gap: 16px;\n    padding: 12px;\n  }\n\n  .hero-content {\n    position: absolute;\n    inset: 0;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: center;\n    text-align: center;\n    padding: 0 20px;\n  }\n\n  .hero-content h3 {\n    font-size: 1.4rem;\n    line-height: 1.3;\n  }\n\n  .hero-content span {\n    font-size: 0.8rem;\n    margin-bottom: 6px;\n  }\n\n  .hero-content a {\n    font-size: 0.8rem;\n    padding: 7px 18px;\n    border-radius: 30px;\n    margin-top: 10px;\n  }\n\n  .explora-btn {\n    padding: 8px 20px;\n    font-size: 0.85rem;\n    margin: 30px auto 40px;\n  }\n\n  .explora-menu {\n    top: 180px;\n    width: 80%;\n    padding: 18px 20px;\n  }\n\n  .explora-menu h4 {\n    font-size: 1.3rem;\n  }\n\n  .explora-menu h5 {\n    font-size: 0.9rem;\n    margin-bottom: 12px;\n  }\n\n  .explora-menu ul li a {\n    font-size: 0.8rem;\n    padding: 4px 0;\n  }\n}\n\n#transferencias {\n  grid-column: span 2;\n}\n\n\n<\/style>\n\n\n<!-- MEN\u00da EXPLORA -->\n\n<!-- MOSAICO HERO -->\n<div class=\"hero-mosaic\">\n\n  <div class=\"hero-block\" id=\"presidente\">\n    <div class=\"hero-bg\" style=\"background-image:url('https:\/\/www.informeafa.ar\/2025\/wp-content\/uploads\/2025\/12\/Presidente_Tapia_2025.jpg')\"><\/div>\n    <div class=\"hero-overlay\"><\/div>\n    <div class=\"hero-content\">\n      <span>01. Palabras del Presidente<\/span>\n      <h3>Un mensaje de liderazgo y visi\u00f3n<\/h3>\n      <a href=\"https:\/\/www.informeafa.ar\/2025\/presidente\">Leer mensaje \u2192<\/a>\n    <\/div>\n  <\/div>\n\n  <div class=\"hero-block\" id=\"clubes\">\n    <div class=\"hero-bg\" style=\"background-image:url('https:\/\/www.informeafa.ar\/2025\/wp-content\/uploads\/2025\/12\/Estadio_Unico_Ciudad_de_La_Plata.jpg')\"><\/div>\n    <div class=\"hero-overlay\"><\/div>\n    <div class=\"hero-content\">\n      <span>02. Clubes<\/span>\n      <h3>El coraz\u00f3n del f\u00fatbol argentino<\/h3>\n      <a href=\"https:\/\/www.informeafa.ar\/2025\/reporte-por-clubes\">Explorar \u2192<\/a>\n    <\/div>\n  <\/div>\n\n  <div class=\"hero-block\" id=\"evolucion\">\n   <video class=\"hero-video\" autoplay muted loop playsinline preload=\"auto\">\n      <source src=\"https:\/\/www.informeafa.ar\/2025\/wp-content\/uploads\/2025\/12\/hayequipo_so4Zlxdo.mp4\" type=\"video\/webm\">\n    <\/video>\n    <div class=\"hero-overlay\"><\/div>\n    <div class=\"hero-content\">\n      <span>03. Evoluci\u00f3n<\/span>\n      <h3>Desde los clubes de barrio<\/h3>\n      <a href=\"https:\/\/www.informeafa.ar\/2025\/evolucion-clubes-2025\/\">M\u00e1s informaci\u00f3n \u2192<\/a>\n    <\/div>\n  <\/div>\n\n  <div class=\"hero-block\" id=\"gobernanza\">\n    <div class=\"hero-bg\" style=\"background-image:url('https:\/\/www.informeafa.ar\/2025\/wp-content\/uploads\/2022\/12\/Gobernanza_01-scaled.jpeg')\"><\/div>\n    <div class=\"hero-overlay\"><\/div>\n    <div class=\"hero-content\">\n      <span>04. Gobernanza<\/span>\n      <h3>Administraci\u00f3n y transparencia<\/h3>\n      <a href=\"https:\/\/www.informeafa.ar\/2025\/gobernanza-y-administracion\">M\u00e1s informaci\u00f3n \u2192<\/a>\n    <\/div>\n  <\/div>\n  \n    <div class=\"hero-block\" id=\"transferencias\">\n    <div class=\"hero-bg\" style=\"background-image:url('https:\/\/www.informeafa.ar\/2025\/wp-content\/uploads\/2025\/12\/transferencias-low-2048x1365-1.jpeg')\"><\/div>\n    <div class=\"hero-overlay\"><\/div>\n    <div class=\"hero-content\">\n      <span>05. Transferencias<\/span>\n      <h3>El movimiento del mercado argentino<\/h3>\n      <a href=\"https:\/\/www.informeafa.ar\/2025\/transferencias-2025\/\">M\u00e1s informaci\u00f3n \u2192<\/a>\n    <\/div>\n  <\/div>\n\n\n  <div class=\"hero-block\" id=\"redes-sociales\">\n    <video class=\"hero-video\" autoplay muted loop playsinline preload=\"auto\">\n      <source src=\"https:\/\/www.informeafa.ar\/2025\/wp-content\/uploads\/2025\/12\/Redes_Sociales.webm\" type=\"video\/webm\">\n    <\/video>\n    <div class=\"hero-overlay\"><\/div>\n    <div class=\"hero-content\">\n      <span>05. Redes Sociales<\/span>\n      <h3>El f\u00fatbol tambi\u00e9n se juega online<\/h3>\n      <a href=\"https:\/\/www.informeafa.ar\/2025\/redes-sociales-2025\">M\u00e1s informaci\u00f3n \u2192<\/a>\n    <\/div>\n  <\/div>\n\n  <div class=\"hero-block\" id=\"sponsors\">\n    <div class=\"hero-bg\" style=\"background-image:url('https:\/\/www.informeafa.ar\/2025\/wp-content\/uploads\/2022\/12\/sponsors.jpeg')\"><\/div>\n    <div class=\"hero-overlay\"><\/div>\n    <div class=\"hero-content\">\n      <span>06. Sponsors<\/span>\n      <h3>Aliados que impulsan nuestro f\u00fatbol<\/h3>\n      <a href=\"https:\/\/www.informeafa.ar\/2025\/sponsors-2025\/\">M\u00e1s informaci\u00f3n \u2192<\/a>\n    <\/div>\n  <\/div>\n\n  <div class=\"hero-block\" id=\"jugadores\">\n     <video class=\"hero-video\" autoplay muted loop playsinline preload=\"auto\">\n      <source src=\"https:\/\/www.informeafa.ar\/2025\/wp-content\/uploads\/2025\/12\/festejo_jugadores.webm\" type=\"video\/webm\">\n    <\/video>\n    <div class=\"hero-overlay\"><\/div>\n    <div class=\"hero-content\">\n      <span>07. Jugadores\/as<\/span>\n      <h3>Protagonistas de cada historia<\/h3>\n      <a href=\"https:\/\/www.informeafa.ar\/2025\/jugadores-y-jugadoras-2025\/\">M\u00e1s informaci\u00f3n \u2192<\/a>\n    <\/div>\n  <\/div>\n\n  <div class=\"hero-block\" id=\"selecciones\">\n   <video class=\"hero-video\" autoplay muted loop playsinline preload=\"auto\">\n    <source src=\"https:\/\/www.informeafa.ar\/2025\/wp-content\/uploads\/2025\/12\/argentina_himno.webm\" type=\"video\/webm\">\n    <\/video>\n    <div class=\"hero-overlay\"><\/div>\n    <div class=\"hero-content\">\n      <span>08. Selecciones<\/span>\n      <h3>El orgullo de representar al pa\u00eds<\/h3>\n      <a href=\"https:\/\/www.informeafa.ar\/2025\/selecciones-2025\/\">M\u00e1s informaci\u00f3n \u2192<\/a>\n    <\/div>\n  <\/div>\n\n<\/div>\n\n<!-- FONT AWESOME -->\n<script src=\"https:\/\/kit.fontawesome.com\/a2e0e6b52a.js\" crossorigin=\"anonymous\"><\/script>\n\n<script>\n\/* === REVEAL === *\/\nconst observer = new IntersectionObserver(entries => {\n  entries.forEach((entry, i) => {\n    if (entry.isIntersecting) {\n      entry.target.classList.add('visible');\n      entry.target.style.transitionDelay = (i * 0.1) + 's';\n      observer.unobserve(entry.target);\n    }\n  });\n}, { threshold: 0.2 });\ndocument.querySelectorAll('.hero-block').forEach(b => observer.observe(b));\n\n\/* === EXPLORA MENU === *\/\nconst btn = document.getElementById('exploraBtn');\nconst menu = document.getElementById('exploraMenu');\nbtn.addEventListener('click', () => {\n  btn.classList.toggle('active');\n  menu.classList.toggle('active');\n});\ndocument.addEventListener('click', (e) => {\n  if (!btn.contains(e.target) && !menu.contains(e.target)) {\n    btn.classList.remove('active');\n    menu.classList.remove('active');\n  }\n});\n<\/script>\n\t\t\t\t<\/div>\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>01. Palabras del Presidente Un mensaje de liderazgo y visi\u00f3n Leer mensaje \u2192 02. Clubes El coraz\u00f3n del f\u00fatbol argentino Explorar \u2192 03. Evoluci\u00f3n&#8230;<\/p>\n","protected":false},"author":14,"featured_media":0,"parent":0,"menu_order":18,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"folder":[],"class_list":["post-27928","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.informeafa.ar\/2025\/wp-json\/wp\/v2\/pages\/27928","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.informeafa.ar\/2025\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.informeafa.ar\/2025\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.informeafa.ar\/2025\/wp-json\/wp\/v2\/users\/14"}],"replies":[{"embeddable":true,"href":"https:\/\/www.informeafa.ar\/2025\/wp-json\/wp\/v2\/comments?post=27928"}],"version-history":[{"count":281,"href":"https:\/\/www.informeafa.ar\/2025\/wp-json\/wp\/v2\/pages\/27928\/revisions"}],"predecessor-version":[{"id":29981,"href":"https:\/\/www.informeafa.ar\/2025\/wp-json\/wp\/v2\/pages\/27928\/revisions\/29981"}],"wp:attachment":[{"href":"https:\/\/www.informeafa.ar\/2025\/wp-json\/wp\/v2\/media?parent=27928"}],"wp:term":[{"taxonomy":"folder","embeddable":true,"href":"https:\/\/www.informeafa.ar\/2025\/wp-json\/wp\/v2\/folder?post=27928"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}