{"id":4075,"date":"2026-05-16T16:25:01","date_gmt":"2026-05-16T19:25:01","guid":{"rendered":"https:\/\/futbol360.online\/futbol-360\/?page_id=4075"},"modified":"2026-05-16T16:25:02","modified_gmt":"2026-05-16T19:25:02","slug":"estadistica-central-espanol-fecha-2","status":"publish","type":"page","link":"https:\/\/futbol360.online\/futbol-360\/estadistica-central-espanol-fecha-2\/","title":{"rendered":"Estadistica &#8211; central espa\u00f1ol &#8211; fecha 2"},"content":{"rendered":"\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;600;700;900&#038;display=swap\" rel=\"stylesheet\">\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n\n<div class=\"partido-dashboard-modern\">\n  <header class=\"dashboard-header\" id=\"header-dinamico\"><\/header>\n\n  <div class=\"main-grid\">\n    <button class=\"menu-card\" data-section=\"planificador\" style=\"--accent: #2c3e50;\"><i class=\"fa-solid fa-clipboard-list\"><\/i><span>An\u00e1lisis Rival<\/span><\/button>\n    <button class=\"menu-card\" data-section=\"arquero\" style=\"--accent: #0073aa;\"><i class=\"fa-solid fa-hands-holding-child\"><\/i><span>An\u00e1lisis Arquero<\/span><\/button>\n    <button class=\"menu-card\" data-section=\"secuencias\" style=\"--accent: #a93226;\"><i class=\"fa-solid fa-film\"><\/i><span>Secuencias Video<\/span><\/button>\n    <button class=\"menu-card\" data-section=\"estadisticas\" style=\"--accent: #16a085;\"><i class=\"fa-solid fa-chart-line\"><\/i><span>Estad\u00edsticas<\/span><\/button>\n    <button class=\"menu-card\" data-section=\"jugadores\" style=\"--accent: #9b59b6;\"><i class=\"fa-solid fa-users\"><\/i><span>An\u00e1lisis Jugadores<\/span><\/button>\n    <button class=\"menu-card\" data-section=\"observaciones\" style=\"--accent: #f39c12;\"><i class=\"fa-solid fa-hotel\"><\/i><span>Concentraci\u00f3n<\/span><\/button>\n  <\/div>\n\n  <div id=\"dynamic-content\" class=\"content-wrapper\" style=\"display:none;\"><\/div>\n<\/div>\n\n<style>\n:root { \n    --bg-soft: #f4f7f6; \n    --text-dark: #2d3436; \n    --white: #ffffff; \n    --danubio-black: #000000;\n}\n\n.partido-dashboard-modern { \n    font-family: 'Inter', sans-serif; \n    max-width: 1000px; \n    margin: 20px auto; \n    background: var(--bg-soft); \n    padding: 30px; \n    border-radius: 20px; \n    color: var(--text-dark); \n    box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n}\n\n.dashboard-header { text-align: center; margin-bottom: 40px; }\n.dashboard-header h2 { font-size: 28px; margin: 10px 0; font-weight: 900; text-transform: uppercase; }\n.badge { background: var(--danubio-black); color: white; display: inline-block; padding: 5px 15px; border-radius: 50px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }\n.vs { color: #e74c3c; font-style: italic; margin: 0 10px; }\n\n.main-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 15px; }\n\n.menu-card { \n    background: var(--white); \n    border: none; \n    padding: 20px; \n    border-radius: 15px; \n    cursor: pointer; \n    display: flex; \n    flex-direction: column; \n    align-items: center; \n    gap: 10px; \n    box-shadow: 0 4px 6px rgba(0,0,0,0.05); \n    border-bottom: 4px solid var(--accent); \n    transition: all 0.3s ease;\n    color: var(--accent); \n    font-weight: 700;\n}\n\n.menu-card i { font-size: 26px; transition: all 0.3s ease; }\n\n.menu-card:hover { \n    transform: translateY(-5px); \n    background: var(--accent); \n    color: white !important; \n}\n\n.menu-card:hover i { color: white !important; }\n\n.content-wrapper { \n    margin-top: 30px; \n    background: var(--white); \n    padding: 25px; \n    border-radius: 15px; \n    box-shadow: 0 2px 15px rgba(0,0,0,0.08); \n}\n\n.input-persist { \n    width: 100%; \n    padding: 10px; \n    margin-top: 5px; \n    border: 1px solid #ddd; \n    border-radius: 8px; \n    font-size: 13px; \n    box-sizing: border-box;\n}\n\n.video-container { \n    margin-top: 10px; \n    background: #000; \n    border-radius: 8px; \n    overflow: hidden; \n    aspect-ratio: 16\/9; \n    display: flex; \n    align-items: center; \n    justify-content: center; \n    color: white; \n}\n\n.jugadores-grid { \n    display: grid; \n    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); \n    gap: 15px; \n    margin-bottom: 30px;\n}\n\n.jugador-card { \n    background: #fdfdfd; \n    padding: 15px; \n    border-radius: 12px; \n    text-align: center; \n    border: 1px solid #eee; \n    transition: 0.3s;\n}\n\n.jugador-card:hover { border-color: #ccc; background: #fff; }\n\n.cronograma-item { \n    display: grid; \n    grid-template-columns: 40px 120px 1fr; \n    gap: 15px; \n    align-items: center; \n    padding: 12px; \n    background: #fdfdfd; \n    border: 1px solid #eee; \n    border-radius: 100px; \n    margin-bottom: 8px; \n}\n\n\/* Mejora para el selector de tiempo *\/\n.time-box { \n    font-weight: 700; \n    color: #2c3e50; \n    border: 1px solid #eee; \n    background: #fff; \n    border-radius: 20px; \n    text-align: center; \n    padding: 5px; \n    outline: none; \n    font-family: 'Inter', sans-serif;\n    cursor: pointer;\n}\n\n.actividad-box { border: none; background: transparent; width: 100%; outline: none; font-weight: 500; }\n.sub-btn-modern { width: 100%; text-align: left; padding: 12px; margin-bottom: 5px; border: 1px solid #eee; background: #fff; border-radius: 8px; cursor: pointer; font-weight: 600; display: flex; justify-content: space-between; text-decoration: none; color: inherit; }\n<\/style>\n\n<script>\nconst partidoID = \"clausura_danubio_f1\"; \nconst nombreLiga = \"Primera Divisi\u00f3n Uruguay - Clausura\";\nconst equipoLocal = \"Danubio FC\";\nconst equipoRival = \"Rival a Confirmar\";\nconst infoPartido = \"Fecha 1 | Jardines del Hip\u00f3dromo\";\n\ndocument.getElementById('header-dinamico').innerHTML = `\n    <div class=\"badge\">${nombreLiga}<\/div>\n    <h2>${equipoLocal} <span class=\"vs\">vs<\/span> ${equipoRival}<\/h2>\n    <p><i class=\"fa-solid fa-location-dot\"><\/i> ${infoPartido}<\/p>\n`;\n\nconst storage = {\n    save: (key, val) => localStorage.setItem('scouting_' + partidoID + '_' + key, val),\n    get: (key) => localStorage.getItem('scouting_' + partidoID + '_' + key) || ''\n};\n\nfunction renderMedia(url) {\n    if (!url) return '<p style=\"font-size:12px; opacity:0.5;\">Sin video configurado<\/p>';\n    if (url.includes('youtube.com') || url.includes('youtu.be')) {\n        const id = url.split('v=')[1] || url.split('\/').pop();\n        return `<iframe loading=\"lazy\" width=\"100%\" height=\"100%\" src=\"https:\/\/www.youtube.com\/embed\/${id}\" frameborder=\"0\" allowfullscreen><\/iframe>`;\n    }\n    return `<video width=\"100%\" height=\"100%\" controls><source src=\"${url}\" type=\"video\/mp4\"><\/video>`;\n}\n\nfunction updateVideo(id, url) {\n    storage.save(id, url);\n    const prev = document.getElementById('preview-' + id);\n    if(prev) prev.innerHTML = renderMedia(url);\n}\n\nfunction videoSection(id, label) {\n    const savedUrl = storage.get(id);\n    return `\n        <div style=\"margin-bottom:25px;\">\n            <label style=\"font-size:14px; font-weight:700; color:#444;\">${label}:<\/label>\n            <input type=\"text\" class=\"input-persist\" placeholder=\"Pegar URL de video...\" oninput=\"updateVideo('${id}', this.value)\" value=\"${savedUrl}\">\n            <div id=\"preview-${id}\" class=\"video-container\">${renderMedia(savedUrl)}<\/div>\n        <\/div>`;\n}\n\nconst itinerarioDefault = [\n    { label: 'Desayuno', icon: 'fa-coffee' },\n    { label: 'Movilidad \/ Activaci\u00f3n', icon: 'fa-dumbbell' },\n    { label: 'Almuerzo', icon: 'fa-utensils' },\n    { label: 'Charla T\u00e9cnica', icon: 'fa-chalkboard-user' },\n    { label: 'Salida al Estadio', icon: 'fa-bus' },\n    { label: 'Cena Post-Partido', icon: 'fa-bowl-food' }\n];\n\ndocument.querySelectorAll('.menu-card').forEach(card => {\n    card.addEventListener('click', () => {\n        const key = card.dataset.section;\n        const container = document.getElementById('dynamic-content');\n        const color = card.style.getPropertyValue('--accent');\n        \n        container.innerHTML = `<h3 style=\"color:${color}; border-left:5px solid ${color}; padding-left:15px; margin-bottom:25px; text-transform:uppercase; font-weight:800;\">${card.innerText}<\/h3>`;\n\n        if (key === 'secuencias') {\n            container.innerHTML += videoSection('vid_ofensiva', 'An\u00e1lisis Fase Ofensiva') + videoSection('vid_defensiva', 'An\u00e1lisis Fase Defensiva') + videoSection('vid_transiciones', 'Transiciones y Bal\u00f3n Parado');\n        } \n        else if (key === 'arquero') {\n            container.innerHTML += videoSection('vid_arquero', 'Perfil del Portero Rival') + \n            `<div style=\"background:#f8f9fa; padding:15px; border-radius:10px;\">\n                <strong>Comportamiento en Penales:<\/strong> \n                <input type=\"text\" class=\"input-persist\" oninput=\"storage.save('penales', this.value)\" value=\"${storage.get('penales')}\">\n            <\/div>`;\n        }\n        else if (key === 'jugadores') {\n            const posiciones = [\n                { nombre: 'Arqueros', cantidad: 2, color: '#e67e22', icon: 'fa-hands' },\n                { nombre: 'Defensas', cantidad: 7, color: '#2980b9', icon: 'fa-shield-halved' },\n                { nombre: 'Mediocampistas', cantidad: 7, color: '#27ae60', icon: 'fa-mound' },\n                { nombre: 'Delanteros', cantidad: 4, color: '#c0392b', icon: 'fa-bolt' }\n            ];\n\n            let globalIndex = 1;\n            posiciones.forEach(pos => {\n                let posHtml = `\n                    <h4 style=\"color:${pos.color}; margin: 30px 0 15px 0; border-bottom: 2px solid ${pos.color}; text-transform: uppercase; font-size: 13px; font-weight:900; letter-spacing:1px;\">\n                        <i class=\"fa-solid ${pos.icon}\"><\/i> ${pos.nombre}\n                    <\/h4>\n                    <div class=\"jugadores-grid\">`;\n                \n                for(let i=1; i<=pos.cantidad; i++) {\n                    const idx = globalIndex;\n                    const nombreGuardado = storage.get('j_n_'+idx);\n                    const linkTM = nombreGuardado ? `https:\/\/www.transfermarkt.es\/schnellsuche\/ergebnis\/schnellsuche?query=${encodeURIComponent(nombreGuardado)}` : 'https:\/\/www.transfermarkt.es';\n                    \n                    posHtml += `\n                        <div class=\"jugador-card\" style=\"border-top: 4px solid ${pos.color};\">\n                            <span style=\"font-size: 10px; font-weight: 900; color: ${pos.color}; display:block; margin-bottom:5px;\">N\u00b0 ${idx}<\/span>\n                            <input type=\"text\" class=\"input-persist\" placeholder=\"Nombre...\" \n                                oninput=\"storage.save('j_n_${idx}', this.value); document.getElementById('tm_${idx}').href = 'https:\/\/www.transfermarkt.es\/schnellsuche\/ergebnis\/schnellsuche?query=' + encodeURIComponent(this.value)\" \n                                value=\"${nombreGuardado}\">\n                            <a id=\"tm_${idx}\" href=\"${linkTM}\" target=\"_blank\" style=\"font-size:11px; color:#1d72b8; text-decoration:none; font-weight:bold; display:block; margin-top:10px;\">\n                                <i class=\"fa-solid fa-magnifying-glass\"><\/i> TRANSFERMARKT\n                            <\/a>\n                        <\/div>`;\n                    globalIndex++;\n                }\n                posHtml += `<\/div>`;\n                container.innerHTML += posHtml;\n            });\n        }\n        else if (key === 'observaciones') {\n            itinerarioDefault.forEach((item, i) => {\n                container.innerHTML += `\n                <div class=\"cronograma-item\">\n                    <i class=\"fa-solid ${item.icon}\" style=\"color:#777;\"><\/i>\n                    <!-- Cambiado type=\"text\" por type=\"time\" para activar el contador\/reloj -->\n                    <input type=\"time\" class=\"time-box\" oninput=\"storage.save('h_time_${i}', this.value)\" value=\"${storage.get('h_time_'+i)}\">\n                    <input type=\"text\" class=\"actividad-box\" oninput=\"storage.save('h_act_${i}', this.value)\" value=\"${storage.get('h_act_'+i) || item.label}\">\n                <\/div>`;\n            });\n        }\n        else if (key === 'estadisticas') {\n            container.innerHTML += `\n                <div style=\"display:flex; flex-direction:column; gap:12px;\">\n                    <a href=\"https:\/\/www.auf.org.uy\" target=\"_blank\" class=\"sub-btn-modern\">Asociaci\u00f3n Uruguaya de F\u00fatbol <i class=\"fa-solid fa-external-link\"><\/i><\/a>\n                    <a href=\"https:\/\/platform.wyscout.com\" target=\"_blank\" class=\"sub-btn-modern\">Wyscout <i class=\"fa-solid fa-video\"><\/i><\/a>\n                    <a href=\"https:\/\/www.transfermarkt.es\/central-espanol\/startseite\/verein\/10960\" target=\"_blank\" class=\"sub-btn-modern\">Base de Datos Central Espa\u00f1ol <i class=\"fa-solid fa-database\"><\/i><\/a>\n                <\/div>`;\n        }\n        else if (key === 'planificador') {\n            container.innerHTML += `\n            <div style=\"background:#f8f9fa; padding:20px; border-radius:12px; border:1px solid #eee;\">\n                <p><strong>Esquema T\u00e1ctico Rival:<\/strong> <input type=\"text\" class=\"input-persist\" placeholder=\"Ej: 1-4-3-3\" oninput=\"storage.save('sistema', this.value)\" value=\"${storage.get('sistema')}\"><\/p>\n                <p><strong>Puntos Fuertes:<\/strong> <textarea class=\"input-persist\" style=\"height:80px;\" oninput=\"storage.save('fuertes', this.value)\">${storage.get('fuertes')}<\/textarea><\/p>\n                <p><strong>Debilidades:<\/strong> <textarea class=\"input-persist\" style=\"height:80px;\" oninput=\"storage.save('debiles', this.value)\">${storage.get('debiles')}<\/textarea><\/p>\n            <\/div>`;\n        }\n\n        container.style.display = 'block';\n        container.scrollIntoView({behavior:\"smooth\"});\n    });\n});\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>An\u00e1lisis Rival An\u00e1lisis Arquero Secuencias Video Estad\u00edsticas An\u00e1lisis Jugadores Concentraci\u00f3n<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-4075","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/futbol360.online\/futbol-360\/wp-json\/wp\/v2\/pages\/4075","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/futbol360.online\/futbol-360\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/futbol360.online\/futbol-360\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/futbol360.online\/futbol-360\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/futbol360.online\/futbol-360\/wp-json\/wp\/v2\/comments?post=4075"}],"version-history":[{"count":1,"href":"https:\/\/futbol360.online\/futbol-360\/wp-json\/wp\/v2\/pages\/4075\/revisions"}],"predecessor-version":[{"id":4076,"href":"https:\/\/futbol360.online\/futbol-360\/wp-json\/wp\/v2\/pages\/4075\/revisions\/4076"}],"wp:attachment":[{"href":"https:\/\/futbol360.online\/futbol-360\/wp-json\/wp\/v2\/media?parent=4075"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}