{"id":2907,"date":"2026-02-09T16:49:18","date_gmt":"2026-02-09T19:49:18","guid":{"rendered":"https:\/\/futbol360.online\/futbol-360\/?page_id=2907"},"modified":"2026-03-05T11:55:03","modified_gmt":"2026-03-05T14:55:03","slug":"academy","status":"publish","type":"page","link":"https:\/\/futbol360.online\/futbol-360\/academy\/","title":{"rendered":"Academy"},"content":{"rendered":"\n<div style=\"text-align: center; margin: 40px 0;\">\n    <a href=\"https:\/\/futbol360.online\/futbol-360\/staff-metro\/\" \n       style=\"display: inline-block; \n              padding: 12px 35px; \n              background-color: #f0f4f8; \n              color: #64748b; \n              text-decoration: none; \n              border-radius: 30px; \n              font-family: 'Segoe UI', sans-serif; \n              font-weight: 500; \n              font-size: 14px; \n              letter-spacing: 1px; \n              border: 1px solid #d1d5db;\n              transition: all 0.3s ease;\n              box-shadow: 0 2px 4px rgba(0,0,0,0.05);\"\n       onmouseover=\"this.style.backgroundColor='#e2e8f0'; this.style.color='#475569';\"\n       onmouseout=\"this.style.backgroundColor='#f0f4f8'; this.style.color='#64748b';\">\n       STAFF\n    <\/a>\n<\/div>\n\n\n\n<div class=\"team-buttons-container\">\n    <a href=\"https:\/\/futbol360.online\/futbol-360\/infantiles-metro\/\" class=\"team-button infantiles\">\n        Infantiles\n    <\/a>\n\n    <a href=\"https:\/\/futbol360.online\/futbol-360\/juveniles-metro\/\" class=\"team-button juveniles\">\n        Juveniles\n    <\/a>\n\n    <a href=\"https:\/\/futbol360.online\/futbol-360\/femeninos-metro\/\" class=\"team-button femeninos\">\n        Femeninos\n    <\/a>\n<\/div>\n\n<style>\n\/* Estilos generales *\/\nbody {\n    background-color: #ffffff;\n    font-family: 'Inter', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n    margin: 0;\n    padding: 0;\n}\n\n\/* Contenedor *\/\n.team-buttons-container {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 35px;\n    justify-content: center;\n    margin-top: 50px;\n    padding: 20px;\n}\n\n\/* Bot\u00f3n base *\/\n.team-button {\n    display: inline-block;\n    padding: 16px 40px;\n    font-weight: 700;\n    font-size: 20px;\n    text-decoration: none;\n    border-radius: 15px;\n    color: #ffffff;\n    text-shadow: 1px 1px 3px rgba(0,0,0,0.4);\n    cursor: pointer;\n    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;\n    box-shadow:\n        0 8px 0 rgba(0,0,0,0.2),\n        0 12px 20px rgba(0,0,0,0.35),\n        inset 0 -4px 6px rgba(0,0,0,0.2),\n        inset 0 4px 6px rgba(255,255,255,0.1);\n}\n\n\/* ========= COLORES ========= *\/\n\n\/* Infantiles \u2013 Azul *\/\n.team-button.infantiles {\n    background: linear-gradient(45deg, #2563EB, #1E40AF);\n}\n.team-button.infantiles:hover {\n    background: linear-gradient(45deg, #1D4ED8, #1E3A8A);\n}\n\n\/* Juveniles \u2013 Verde *\/\n.team-button.juveniles {\n    background: linear-gradient(45deg, #16A34A, #15803D);\n}\n.team-button.juveniles:hover {\n    background: linear-gradient(45deg, #15803D, #166534);\n}\n\n\/* Femeninos \u2013 Rosa *\/\n.team-button.femeninos {\n    background: linear-gradient(45deg, #EC4899, #BE185D);\n}\n.team-button.femeninos:hover {\n    background: linear-gradient(45deg, #DB2777, #9D174D);\n}\n\n\/* Hover general *\/\n.team-button:hover {\n    transform: translateY(-6px);\n    box-shadow:\n        0 12px 0 rgba(0,0,0,0.3),\n        0 20px 30px rgba(0,0,0,0.5);\n}\n\n\/* Active *\/\n.team-button:active {\n    transform: translateY(0);\n    box-shadow:\n        0 4px 0 rgba(0,0,0,0.15),\n        0 6px 10px rgba(0,0,0,0.2);\n}\n\n\/* Responsive *\/\n@media (max-width: 600px) {\n    .team-buttons-container {\n        flex-direction: column;\n        gap: 20px;\n    }\n\n    .team-button {\n        width: 80%;\n        max-width: 300px;\n        text-align: center;\n        font-size: 18px;\n    }\n}\n<\/style>\n\n\n\n<style>\n  \/* Contenedor para centrar el bot\u00f3n *\/\n  .container-btn-sp {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    padding: 20px 0;\n    width: 100%;\n  }\n\n  \/* Dise\u00f1o del bot\u00f3n mejorado *\/\n  .btn-premium-sp {\n    display: inline-block;\n    padding: 15px 35px;\n    background: linear-gradient(135deg, #f0f4f8 0%, #d9e2ec 100%); \/* Degradado suave *\/\n    color: #334e68; \/* Gris azulado elegante *\/\n    text-decoration: none;\n    font-weight: 600;\n    font-size: 16px;\n    font-family: 'Helvetica Neue', Arial, sans-serif;\n    border-radius: 50px; \/* Bordes redondeados modernos *\/\n    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); \/* Sombra muy suave *\/\n    transition: all 0.3s ease;\n    border: 1px solid rgba(0, 0, 0, 0.05);\n    cursor: pointer;\n    text-align: center;\n  }\n\n  \/* Efecto al pasar el mouse *\/\n  .btn-premium-sp:hover {\n    background: linear-gradient(135deg, #d9e2ec 0%, #bcccdc 100%);\n    transform: translateY(-3px); \/* Peque\u00f1o salto *\/\n    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);\n    color: #243b53;\n  }\n\n  \/* Efecto al hacer clic *\/\n  .btn-premium-sp:active {\n    transform: translateY(-1px);\n  }\n<\/style>\n\n<div class=\"container-btn-sp\">\n  <a href=\"https:\/\/futbol360.online\/futbol-360\/espacios-de-entrenamientos\/\" class=\"btn-premium-sp\">\n    Explorar Espacios de Entrenamiento\n  <\/a>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>STAFF Infantiles Juveniles Femeninos Explorar Espacios de Entrenamiento<\/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-2907","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/futbol360.online\/futbol-360\/wp-json\/wp\/v2\/pages\/2907","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=2907"}],"version-history":[{"count":29,"href":"https:\/\/futbol360.online\/futbol-360\/wp-json\/wp\/v2\/pages\/2907\/revisions"}],"predecessor-version":[{"id":3404,"href":"https:\/\/futbol360.online\/futbol-360\/wp-json\/wp\/v2\/pages\/2907\/revisions\/3404"}],"wp:attachment":[{"href":"https:\/\/futbol360.online\/futbol-360\/wp-json\/wp\/v2\/media?parent=2907"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}