{"id":2865,"date":"2023-02-01T23:00:00","date_gmt":"2023-02-01T23:00:00","guid":{"rendered":"https:\/\/tvemfoco.com\/?p=2865"},"modified":"2023-02-01T18:44:11","modified_gmt":"2023-02-01T18:44:11","slug":"jogadores-de-futebol","status":"publish","type":"post","link":"https:\/\/tvemfoco.com\/ro\/jogadores-de-futebol\/","title":{"rendered":"Juc\u0103tori de fotbal: \u00eent\u00e2lni\u021bi cei mai buni 10 din toate timpurile"},"content":{"rendered":"<!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 id=\"h-veja-de-uma-vez-por-todas-os-melhores-jogadores-de-futebol-da-historia\">Vede\u021bi odat\u0103 pentru totdeauna cei mai buni juc\u0103tori de fotbal din istorie<\/h2>\n<\/div><!--image--><div class=\"px-5 sm:px-0 sm:w-[800px] sm:ml-[50%] sm:-translate-x-2\/4 rounded-lg overflow-hidden mb-5 text-center\">\n<figure class=\"wp-block-image size-large is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/tvemfoco.com\/wp-content\/uploads\/2023\/01\/melhores-jogadores-reunidos-1024x683.jpg\" alt=\"Melhores jogadores de futebol.\" class=\"w-full object-cover object-center border mx-auto wp-image-2866\" width=\"800\" height=\"384\"\/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\">Cine va fi cel mai bun dintre toate? Sursa: Freepik.<\/figcaption><\/figure>\n<\/div><!--image--><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Dac\u0103 te-ai \u00eentrebat vreodat\u0103 cine sunt cei mai buni juc\u0103tori de fotbal din toate timpurile, e\u0219ti \u00een locul potrivit.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>TV em Foco a preg\u0103tit o list\u0103 cu cei mai buni 10 juc\u0103tori din istorie, justific\u00e2nd plasarea fiec\u0103rui juc\u0103tor.<\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-Z1WOzaq\">\n  <section class=\"cta mx-5 sm:mx-0 text-gray-600 body-font my-10 border-gray-200 border-b border-l border-r sm:border-0\">\n    <div class=\"h-1 bg-gray-200 rounded overflow-hidden\">\n      <div class=\"w-24 h-full\"><\/div>\n    <\/div>\n    <div class=\"container px-5 pt-6 pb-6 mx-auto flex flex-wrap\" data-anchor-target=\"lazyBlock\">    \n    \n              <a class=\"flex flex-wrap content-center w-full mb-4 md:hidden\" href=\"https:\/\/tvemfoco.com\/ro\/pele\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"Pel\u00e9: cariera legendarului Santos num\u0103rul 10\">\n          <div class=\"m-auto float-none\">\n            <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/tvemfoco.com\/wp-content\/uploads\/2023\/01\/pele-scaled.jpeg\" alt=\"\">\n          <\/div>\n        <\/a>\n            <h2 class=\"w-full sm:text-3xl text-2xl text-gray-900 font-medium title-font mb-2 text-center md:text-left md:w-2\/5\">\n        <a href=\"https:\/\/tvemfoco.com\/ro\/pele\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"Pel\u00e9: cariera legendarului Santos num\u0103rul 10\">\n            Pel\u00e9: cariera legendarului Santos num\u0103rul 10        <\/a>\n      <\/h2>\n      <div class=\"w-full md:w-3\/5 md:pl-6\">\n        <p class=\"text-center md:text-left leading-relaxed text-base\">\n            Juc\u0103tor legendar, Pel\u00e9 ne-a p\u0103r\u0103sit \u00een 2022, dar mo\u0219tenirea sa \u00een fotbal va r\u0103m\u00e2ne cu noi pentru totdeauna. Vezi povestea minunat\u0103 a acestui juc\u0103tor \u0219i multe altele.        <\/p>\n        <div class=\"flex mt-6 w-full flex-1 justify-center ml-auto md:mt-4 md:justify-start\" style=\"font-weight: bold;\">\n          <a class=\"inline-flex items-center\" href=\"https:\/\/tvemfoco.com\/ro\/pele\/\"  data-analytics-label=\"ctaButton\" data-action=\"analytics#trackCTA\" >\n            Continu\u0103 s\u0103 cite\u0219ti            <svg fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"w-4 h-4 ml-2\" viewbox=\"0 0 24 24\">\n              <path d=\"M5 12h14M12 5l7 7-7 7\"><\/path>\n            <\/svg>\n          <\/a>\n        <\/div>\n      <\/div>  \n          \n    <\/div>\n      <script type=\"module\"> function waitFor(conditionFunction) { const poll = resolve => { if(conditionFunction()) resolve(); else setTimeout(_ => poll(resolve), 400); }; return new Promise(poll); } import { Application, Controller } from \"\/wp-content\/themes\/twentytwentyone\/assets\/js\/stimulus.min.js\"; let Stimulus = Application.start(); Stimulus.register(\"anchor\", class extends Controller { static get targets() { return [ \"lazyBlock\", \"lazyBlockAnchor\" ]; } initialize() { this.active = false; this.passed = false; this.closed = false; this.anchorViews = 0; this.boundOnShowAnchor = this.onShowAnchor.bind(this); window.anchorReady = window.anchorReady || false; waitFor(_ => (window.scrollY > this.getHeightBlock() && !this.active)) .then(_ => { !window.anchorReady? this.visible() : ''; window.anchorReady = true; }); if (document.getElementById('landing')) { setTimeout(() => { !window.anchorReady ? this.visible() : ''; window.anchorReady = true; }, 1 * 30000); }; } connect() { this.onShowAnchor(); document.addEventListener(\"scroll\", this.boundOnShowAnchor); } disconnect() { document.removeEventListener(\"scroll\", this.boundOnShowAnchor); } visible() { if (document.getElementById('av-offerwall__wrapper')) { setTimeout(() => this.visible(), 20000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 100) { setTimeout(() => this.visible(), 1000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10) { this.getAnchorElement().style.marginBottom = '60px'; } if (document.querySelector('[data-anchor-shown=\"true\"]') && document.querySelector('[data-anchor-shown=\"true\"]').style.bottom === '0px') { setTimeout(() => this.visible(), 1000); return; } if (!window.km2AnchorReady) { this.active = true; \/*this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-down');*\/ \/*this.getAnchorElement().classList.add('animate-show-up');*\/ \/*setTimeout(() => {*\/ \/*this.getAnchorElement().style.animation = \"\";*\/ this.getAnchorElement().classList.add('animate-show-up'); this.getAnchorElement().classList.remove('hidden'); this.setAnchorViews(this.anchorViews+1); setTimeout(() => this.closeAnchor(), 20000); waitFor(_ => (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10 && this.getAnchorElement().style.marginBottom !== '60px')) .then(_ => { this.closeAnchor(); }); this.active = false; \/*}, 10);*\/ } } invisible() { this.active = true; this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-up'); this.getAnchorElement().classList.add('animate-show-down'); setTimeout(() => { this.getAnchorElement().style.animation = \"\"; setTimeout(() => { this.getAnchorElement().classList.add('hidden'); this.active = false; }, 800); }, 10); } onShowAnchor() { let anchorReady = false;  \/*if (!this.active && !anchorReady) { if (this.getAnchorViews() <= 3) { if (window.scrollY > this.getHeightBlock()) { if (!this.passed && !this.closed) { this.visible(); this.passed = true; } } else { if (this.passed) { this.invisible(); this.passed = false; } } } else { if (!this.getAnchorElement().classList.contains('close')) { this.getAnchorElement().classList.add('close'); if (window.scrollY < this.getHeightBlock()) { this.invisible(); } } } }*\/ } closeAnchor() { if (this.closed) return; this.invisible(); this.getAnchorElement().classList.add('close'); this.closed = true; } getAnchorElement() { return this.lazyBlockAnchorTargets[0]; } getAnchorViews() { this.anchorViews = parseInt(sessionStorage.getItem(\"anchorViews\")) >= 1 ? parseInt(sessionStorage.getItem(\"anchorViews\")) : 0; return this.anchorViews; } setAnchorViews(views) { sessionStorage.setItem(\"anchorViews\", views); } getHeightBlock() { return this.lazyBlockTarget.offsetTop + this.lazyBlockTarget.offsetHeight - 110; } }) <\/script>  <div data-anchor-target=\"lazyBlockAnchor\" class=\"fixed w-full sm:w-96 px-3 py-2 bottom-0 left-0 hidden\" style=\"z-index: 999999;\" name=\"lazyBlockAnchor\">\n    <div class=\"grid justify-items-stretch\">        \n              <div class=\"relative justify-self-end top-4 -right-2\">\n          <button data-no-translation class=\"bg-white text-md font-medium text-center rounded-full h-7 w-7 border-2\" data-analytics-label=\"anchorCloseAnchor\" data-action=\"anchor#closeAnchor\" style=\"z-index: 999999;\">\n            X\n          <\/button>\n        <\/div>\n        <div class=\"justify-self-auto flex flex-col h-32 bg-white border-solid border-2 shadow-md rounded-md\">\n          <div class=\"flex my-0 h-full\">\n            <div class=\"w-2\/5 p-1 ml-2 mt-2 w-full\">\n              <a href=\"https:\/\/tvemfoco.com\/ro\/pele\/\"  data-analytics-label=\"anchorImage\" data-action=\"analytics#trackCTA\">          \n                <img decoding=\"async\" loading=\"lazy\" alt=\"card\" class=\"w-full object-cover h-24 object-center rounded justify-self-auto border-2 border-gray-100\" src=\"https:\/\/tvemfoco.com\/wp-content\/uploads\/2023\/01\/pele-scaled.jpeg\">          \n              <\/a>\n            <\/div>\n            <div class=\"w-3\/5 my-2\">\n              <p class=\"px-4 text-center text-xs h-1\/2\">\n                Pel\u00e9: cariera legendarului Santos num\u0103rul 10              <\/p>\n              <a href=\"https:\/\/tvemfoco.com\/ro\/pele\/\"  data-analytics-label=\"anchorButton\" data-action=\"analytics#trackCTA\" >\n                <button class=\"flex w-5\/6 m-auto mt-2 border-0 py-1 px-3 focus:outline-none rounded\">                \n                  <p class=\"text-center w-full\" style=\"font-size: 0.67rem;\">\n                    Continu\u0103 s\u0103 cite\u0219ti                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Vei r\u0103m\u00e2ne pe acela\u0219i site web              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n  <\/section>\n\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Cu alte cuvinte, fotbali\u0219tii au fost evalua\u021bi dup\u0103 cele mai importante criterii din lumea fotbalului.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>A\u0219a c\u0103 veni\u021bi \u0219i verifica\u021bi clasamentul nostru \u0219i dac\u0103 lua\u021bi \u00een considerare \u0219i ace\u0219ti juc\u0103tori \u00een ordinea noastr\u0103.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 id=\"h-quais-sao-os-criterios-de-avaliacao-para-identificar-o-melhor-jogador\">Care sunt criteriile de evaluare pentru a identifica cel mai bun juc\u0103tor?<\/h2>\n<\/div><!--image--><div class=\"px-5 sm:px-0 sm:w-[800px] sm:ml-[50%] sm:-translate-x-2\/4 rounded-lg overflow-hidden mb-5 text-center\">\n<figure class=\"wp-block-image size-large is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/tvemfoco.com\/wp-content\/uploads\/2023\/01\/jogadores-comemorando-1024x536.jpg\" alt=\"Ta\u00e7a da competi\u00e7\u00e3o.\" class=\"w-full object-cover object-center border mx-auto wp-image-2867\" width=\"800\" height=\"384\"\/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\">Deci, \u00een\u021belege\u021bi criteriile pentru a le defini pe cele mai bune. Sursa: Freepik.<\/figcaption><\/figure>\n<\/div><!--image--><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Pentru a defini care juc\u0103tor este mai bun dec\u00e2t cel\u0103lalt, trebuie folosite mai multe criterii \u0219i, deoarece fotbalul nu este o \u0219tiin\u021b\u0103 exact\u0103, rezultatele variaz\u0103.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>\u00cen primul r\u00e2nd, cum s\u0103 analiz\u0103m un atacant \u0219i un portar dac\u0103 cei doi \u00eendeplinesc func\u021bii complet diferite?<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Criteriile noastre folosite vor fi impactul acelui atlet asupra pozi\u021biei sale \u0219i contribu\u021biile acelui juc\u0103tor la echipa sau \u021bara sa.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Multe p\u0103reri pot ajunge s\u0103 difere \u0219i s\u0103 genereze multe controverse, TV em Foco \u00ee\u0219i propune s\u0103 analizeze criterii obiective precum titlurile, golurile \u0219i importan\u021ba juc\u0103torului \u00een lumea fotbalului.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Cu alte cuvinte, acesta este clasamentul TV \u00een focus, pe baza informa\u021biilor oficiale de la juc\u0103tori.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Deci, s\u0103 \u00eencepem.<\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-Z51zzv\">\n  <section class=\"cta mx-5 sm:mx-0 text-gray-600 body-font my-10 border-gray-200 border-b border-l border-r sm:border-0\">\n    <div class=\"h-1 bg-gray-200 rounded overflow-hidden\">\n      <div class=\"w-24 h-full\"><\/div>\n    <\/div>\n    <div class=\"container px-5 pt-6 pb-6 mx-auto flex flex-wrap\" data-anchor-target=\"lazyBlock\">    \n    \n              <a class=\"flex flex-wrap content-center w-full mb-4 md:hidden\" href=\"https:\/\/tvemfoco.com\/ro\/flamengo\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"Flamengo: tot ce trebuie s\u0103 \u0219tii\">\n          <div class=\"m-auto float-none\">\n            <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/tvemfoco.com\/wp-content\/uploads\/2023\/01\/bandeira-do-flamengo-scaled.jpeg\" alt=\"flamengo\">\n          <\/div>\n        <\/a>\n            <h2 class=\"w-full sm:text-3xl text-2xl text-gray-900 font-medium title-font mb-2 text-center md:text-left md:w-2\/5\">\n        <a href=\"https:\/\/tvemfoco.com\/ro\/flamengo\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"Flamengo: tot ce trebuie s\u0103 \u0219tii\">\n            Flamengo: tot ce trebuie s\u0103 \u0219tii        <\/a>\n      <\/h2>\n      <div class=\"w-full md:w-3\/5 md:pl-6\">\n        <p class=\"text-center md:text-left leading-relaxed text-base\">\n            Cu o echip\u0103 plin\u0103 de vedete, Meng\u00e3o va concura anul acesta \u00een competi\u021bii majore, inclusiv Libertadores, Cupa Mondial\u0103 a Cluburilor \u0219i Sul Americana. Afla\u021bi aici.        <\/p>\n        <div class=\"flex mt-6 w-full flex-1 justify-center ml-auto md:mt-4 md:justify-start\" style=\"font-weight: bold;\">\n          <a class=\"inline-flex items-center\" href=\"https:\/\/tvemfoco.com\/ro\/flamengo\/\"  data-analytics-label=\"ctaButton\" data-action=\"analytics#trackCTA\" >\n            Continu\u0103 s\u0103 cite\u0219ti            <svg fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"w-4 h-4 ml-2\" viewbox=\"0 0 24 24\">\n              <path d=\"M5 12h14M12 5l7 7-7 7\"><\/path>\n            <\/svg>\n          <\/a>\n        <\/div>\n      <\/div>  \n          \n    <\/div>\n      <script type=\"module\"> function waitFor(conditionFunction) { const poll = resolve => { if(conditionFunction()) resolve(); else setTimeout(_ => poll(resolve), 400); }; return new Promise(poll); } import { Application, Controller } from \"\/wp-content\/themes\/twentytwentyone\/assets\/js\/stimulus.min.js\"; let Stimulus = Application.start(); Stimulus.register(\"anchor\", class extends Controller { static get targets() { return [ \"lazyBlock\", \"lazyBlockAnchor\" ]; } initialize() { this.active = false; this.passed = false; this.closed = false; this.anchorViews = 0; this.boundOnShowAnchor = this.onShowAnchor.bind(this); window.anchorReady = window.anchorReady || false; waitFor(_ => (window.scrollY > this.getHeightBlock() && !this.active)) .then(_ => { !window.anchorReady? this.visible() : ''; window.anchorReady = true; }); if (document.getElementById('landing')) { setTimeout(() => { !window.anchorReady ? this.visible() : ''; window.anchorReady = true; }, 1 * 30000); }; } connect() { this.onShowAnchor(); document.addEventListener(\"scroll\", this.boundOnShowAnchor); } disconnect() { document.removeEventListener(\"scroll\", this.boundOnShowAnchor); } visible() { if (document.getElementById('av-offerwall__wrapper')) { setTimeout(() => this.visible(), 20000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 100) { setTimeout(() => this.visible(), 1000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10) { this.getAnchorElement().style.marginBottom = '60px'; } if (document.querySelector('[data-anchor-shown=\"true\"]') && document.querySelector('[data-anchor-shown=\"true\"]').style.bottom === '0px') { setTimeout(() => this.visible(), 1000); return; } if (!window.km2AnchorReady) { this.active = true; \/*this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-down');*\/ \/*this.getAnchorElement().classList.add('animate-show-up');*\/ \/*setTimeout(() => {*\/ \/*this.getAnchorElement().style.animation = \"\";*\/ this.getAnchorElement().classList.add('animate-show-up'); this.getAnchorElement().classList.remove('hidden'); this.setAnchorViews(this.anchorViews+1); setTimeout(() => this.closeAnchor(), 20000); waitFor(_ => (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10 && this.getAnchorElement().style.marginBottom !== '60px')) .then(_ => { this.closeAnchor(); }); this.active = false; \/*}, 10);*\/ } } invisible() { this.active = true; this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-up'); this.getAnchorElement().classList.add('animate-show-down'); setTimeout(() => { this.getAnchorElement().style.animation = \"\"; setTimeout(() => { this.getAnchorElement().classList.add('hidden'); this.active = false; }, 800); }, 10); } onShowAnchor() { let anchorReady = false;  \/*if (!this.active && !anchorReady) { if (this.getAnchorViews() <= 3) { if (window.scrollY > this.getHeightBlock()) { if (!this.passed && !this.closed) { this.visible(); this.passed = true; } } else { if (this.passed) { this.invisible(); this.passed = false; } } } else { if (!this.getAnchorElement().classList.contains('close')) { this.getAnchorElement().classList.add('close'); if (window.scrollY < this.getHeightBlock()) { this.invisible(); } } } }*\/ } closeAnchor() { if (this.closed) return; this.invisible(); this.getAnchorElement().classList.add('close'); this.closed = true; } getAnchorElement() { return this.lazyBlockAnchorTargets[0]; } getAnchorViews() { this.anchorViews = parseInt(sessionStorage.getItem(\"anchorViews\")) >= 1 ? parseInt(sessionStorage.getItem(\"anchorViews\")) : 0; return this.anchorViews; } setAnchorViews(views) { sessionStorage.setItem(\"anchorViews\", views); } getHeightBlock() { return this.lazyBlockTarget.offsetTop + this.lazyBlockTarget.offsetHeight - 110; } }) <\/script>  <div data-anchor-target=\"lazyBlockAnchor\" class=\"fixed w-full sm:w-96 px-3 py-2 bottom-0 left-0 hidden\" style=\"z-index: 999999;\" name=\"lazyBlockAnchor\">\n    <div class=\"grid justify-items-stretch\">        \n              <div class=\"relative justify-self-end top-4 -right-2\">\n          <button data-no-translation class=\"bg-white text-md font-medium text-center rounded-full h-7 w-7 border-2\" data-analytics-label=\"anchorCloseAnchor\" data-action=\"anchor#closeAnchor\" style=\"z-index: 999999;\">\n            X\n          <\/button>\n        <\/div>\n        <div class=\"justify-self-auto flex flex-col h-32 bg-white border-solid border-2 shadow-md rounded-md\">\n          <div class=\"flex my-0 h-full\">\n            <div class=\"w-2\/5 p-1 ml-2 mt-2 w-full\">\n              <a href=\"https:\/\/tvemfoco.com\/ro\/flamengo\/\"  data-analytics-label=\"anchorImage\" data-action=\"analytics#trackCTA\">          \n                <img decoding=\"async\" loading=\"lazy\" alt=\"card\" class=\"w-full object-cover h-24 object-center rounded justify-self-auto border-2 border-gray-100\" src=\"https:\/\/tvemfoco.com\/wp-content\/uploads\/2023\/01\/bandeira-do-flamengo-scaled.jpeg\">          \n              <\/a>\n            <\/div>\n            <div class=\"w-3\/5 my-2\">\n              <p class=\"px-4 text-center text-xs h-1\/2\">\n                Flamengo: tot ce trebuie s\u0103 \u0219tii              <\/p>\n              <a href=\"https:\/\/tvemfoco.com\/ro\/flamengo\/\"  data-analytics-label=\"anchorButton\" data-action=\"analytics#trackCTA\" >\n                <button class=\"flex w-5\/6 m-auto mt-2 border-0 py-1 px-3 focus:outline-none rounded\">                \n                  <p class=\"text-center w-full\" style=\"font-size: 0.67rem;\">\n                    Continu\u0103 s\u0103 cite\u0219ti                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Vei r\u0103m\u00e2ne pe acela\u0219i site web              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n  <\/section>\n\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 id=\"h-quais-sao-os-10-melhores-jogadores-de-futebol\">Care sunt cei mai buni 10 juc\u0103tori de fotbal?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Atunci consulta\u021bi clasamentul nostru al celor mai buni 10 juc\u0103tori de fotbal din toate timpurile.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 id=\"h-1\u00ba-pele\">1 Pele<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Nu exist\u0103 alt\u0103 modalitate de a \u00eencepe aceast\u0103 list\u0103 dac\u0103 nu cu regele fotbalului, juc\u0103torul care a f\u0103cut pe toat\u0103 lumea s\u0103 iubeasc\u0103 acest sport.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Sincer, Pel\u00e9 nu ar trebui s\u0103 fie pe aceast\u0103 list\u0103, juc\u0103torul este un nivel mai sus, al\u021bi juc\u0103tori nu ar trebui s\u0103 fie compara\u021bi cu Pel\u00e9.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Juc\u0103torul a marcat 1281 de goluri \u00een carier\u0103, \u00eens\u0103 doar 846 sunt considerate \u201eoficiale\u201d, \u00eentruc\u00e2t la momentul \u00een care juca vedeta nu exista un organ central care s\u0103 supravegheze fotbalul.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Mai mult, Pel\u00e9 este singurul juc\u0103tor care a c\u00e2\u0219tigat de trei ori Cupa Mondial\u0103 incredibil, f\u0103r\u0103 a \u021bine cont de importan\u021ba pe care a avut-o acest juc\u0103tor \u00een popularizarea sportului.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Acestea sunt doar c\u00e2teva dintre motivele pentru care regele fotbalului ocup\u0103 primul loc \u00een clasamentul nostru.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 id=\"h-2-lionel-messi\">Al doilea Lionel Messi<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Messi este cel mai bun juc\u0103tor de fotbal din ultima vreme, el a c\u00e2\u0219tigat de \u0219apte ori premiul FIFA pentru cel mai bun juc\u0103tor din lume.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Mai mult, juc\u0103torul \u0219i-a condus cu curaj echipa pentru a c\u00e2\u0219tiga Cupa Mondial\u0103 din 2022 \u0219i a pus cap\u0103t umbrei lui Maradona \u00een cariera sa.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Messi a fost mereu \u00een spatele cona\u021bionalului s\u0103u pentru c\u0103 nu a c\u00e2\u0219tigat cel mai important titlu din fotbal, dar acum, raftul lui este complet<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 id=\"h-3-diego-maradona\">al 3-lea Diego Maradona<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Maradona este unul dintre cei mai buni fotbali\u0219ti, f\u0103r\u0103 \u00eendoial\u0103, iar Cupa Mondial\u0103 din 1986, pe care juc\u0103torul a c\u00e2\u0219tigat practic singur, este cea mai mare realizare a sa.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>\u00centr-o perioad\u0103 \u00een care marcatorii erau nemilo\u0219i, Diego Maradona a distrus f\u0103r\u0103 team\u0103 ap\u0103rarea adversarilor, un maestru al mut\u0103rilor minunate.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Nu ocup\u0103 pozi\u021bia \u00een fa\u021ba lui Messi din cauza pierderii rapide de performan\u021b\u0103 din cauza implic\u0103rii sale cu droguri.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Dac\u0103 ar fi avut un v\u00e2rf mai durabil, cine \u0219tie, s-ar fi putut plasa al\u0103turi de Pel\u00e9.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 id=\"h-4-zinedine-zidane\">al 4-lea Zinedine Zidane<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Aceast\u0103 pozi\u021bie \u00een clasament este foarte contestat\u0103, dar ca campion al Cupei Mondiale \u0219i de patru ori cel mai bun juc\u0103tor din lume, francezul a ajuns pe locul patru.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Juc\u0103torul a fost organizator de mijloc, de\u0219i nu a marcat multe goluri, capacitatea sa de a orchestra jocul a impresionat pe toat\u0103 lumea.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Zidane a controlat mijlocul terenului \u00eentr-un mod extraordinar, organiz\u00e2ndu-\u0219i echipa \u0219i oferind mai multe pase decisive.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Prima \u0219i singura sa victorie la Cupa Mondial\u0103 a fost \u00een 1988, unde a marcat dou\u0103 goluri cu capul.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 id=\"h-5-cristiano-ronaldo\">Al 5-lea Cristiano Ronaldo<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Portughezul va avea \u0219i el locul lui pe lista noastr\u0103, Cristiano Ronaldo a c\u00e2\u0219tigat deja de cinci ori premiul pentru cel mai bun juc\u0103tor din lume, mereu \u00eentr-o disput\u0103 cu Messi.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Singura lui descoperire \u00een carier\u0103 fiind c\u00e2\u0219tigarea Cupei Mondiale, juc\u0103torul nu a reu\u0219it niciodat\u0103 s\u0103-\u0219i conduc\u0103 echipa s\u0103 c\u00e2\u0219tige acel titlu.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Dar datorit\u0103 eficien\u021bei juc\u0103torului \u00een atac, acesta a marcat \u00een jur de 821 de goluri, fiind juc\u0103torul care s-a apropiat cel mai mult de Regele Pel\u00e9 la acest criteriu.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 id=\"h-6-johan-cruyff\">al 6-lea Johan Cruyff<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Acest juc\u0103tor a fost un sportiv genial, considerat \u00eenaintea timpului s\u0103u, a participat activ la una dintre primele strategii care au explorat diferite zone ale terenului, liniile de offside \u0219i alte tactici din fotbalul modern.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Pe l\u00e2ng\u0103 faptul c\u0103 este un juc\u0103tor spectaculos, \u0219i-a folosit tot geniul ca antrenor, conduc\u00e2nd echipa Barcelonei s\u0103 c\u00e2\u0219tige prima Liga Campionilor.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Cu toate acestea, nu a reu\u0219it niciodat\u0103 s\u0103 c\u00e2\u0219tige o Cup\u0103 Mondial\u0103, cel mai aproape a fost \u00eentr-o semifinal\u0103 \u00een 1974.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 id=\"h-7-beckenbauer\">al 7-lea Beckenbauer<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Unul dintre primii fotbali\u0219ti defensivi care a devenit o referin\u021b\u0103 \u00een lumea fotbalului.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>A reinventat modul de a juca fotbal \u00een zona defensiv\u0103 a terenului, a purtat mingea \u0219i a ajutat echipa s\u0103 creeze jocul din terenul defensiv.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>A c\u00e2\u0219tigat Cupa Mondial\u0103 din 1974 \u0219i a ridicat trofeul \u00een calitate de c\u0103pitan.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 id=\"h-8-garrincha\">a 8-a Garrincha<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Pel\u00e9 are trei Cupe Mondiale, dar f\u0103r\u0103 Garrincha ar putea avea doar una. Garrincha este c\u00e2\u0219tig\u0103torul a dou\u0103 Cupe Mondiale.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>\u201eBucuria oamenilor\u201d, a\u0219a cum era cunoscut, descria pu\u021bin juc\u0103torului, el a fost autorul unor driblinguri minunate pe care le-a aplicat asupra adversarilor s\u0103i.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Mul\u021bi vorbesc despre Pel\u00e9 \u0219i uit\u0103 c\u0103 Garrincha a fost unul dintre cei mai buni ai timpului s\u0103u, la Cupa Mondial\u0103 din 1962, c\u00e2nd regele a fost accidentat, Man\u00e9 Garrincha a fost principalul juc\u0103tor al echipei Braziliei.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 id=\"h-9-di-stefano\">9\u00b0 D\u00ed Stefano<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Considerat cel mai bun juc\u0103tor al lui Real Madrid, D\u00ed Stefano a dominat fotbalul \u00een anii 1950 \u00een Spania.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Juc\u0103torul are un total de 307 goluri \u00een doar 396 de jocuri \u0219i a marcat \u00een 5 finale ale Ligii Campionilor.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 id=\"h-10-ferenc-puskas\">10\u00b0 Ferenc Puskas<\/h3>\n<\/div><!--image--><div class=\"px-5 sm:px-0 sm:w-[800px] sm:ml-[50%] sm:-translate-x-2\/4 rounded-lg overflow-hidden mb-5 text-center\">\n<figure class=\"wp-block-image size-large is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/tvemfoco.com\/wp-content\/uploads\/2023\/01\/jogador-dominando-a-bola-1024x683.jpg\" alt=\"\" class=\"w-full object-cover object-center border mx-auto wp-image-2868\" width=\"800\" height=\"384\"\/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\">Juc\u0103tori care au l\u0103sat o mo\u0219tenire \u00een fotbal. Sursa: Freepik.<\/figcaption><\/figure>\n<\/div><!--image--><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Juc\u0103torul a devenit celebru pentru golurile sale frumoase, at\u00e2t de mult \u00eenc\u00e2t premiul pentru cel mai frumos gol al anului poart\u0103 numele Puskas \u00een onoarea lui.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Puskas a fost unul dintre cei mai buni juc\u0103tori ai timpului s\u0103u, juc\u0103torul a fost mortal \u00een atac, a avut un total de 512 goluri \u00een 528 de meciuri.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Cu toate acestea, nu au reu\u0219it s\u0103 c\u00e2\u0219tige Cupa Mondial\u0103, au ajuns chiar \u00een final\u0103 \u00een 1954, dar au pierdut \u00een fa\u021ba Germaniei, dar cel pu\u021bin juc\u0103torul a c\u00e2\u0219tigat premiul pentru cel mai bun juc\u0103tor din acea competi\u021bie.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>\u021ai-a pl\u0103cut con\u021binutul nostru? \u00ce\u021bi place s\u0103-i vezi pe cei mai buni juc\u0103tori din lume \u00een ac\u021biune? Vezi articolul nostru de mai jos \u0219i afl\u0103 unde po\u021bi urm\u0103ri live Liga Campionilor.<\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-yHzYf\">\n  <section class=\"cta mx-5 sm:mx-0 text-gray-600 body-font my-10 border-gray-200 border-b border-l border-r sm:border-0\">\n    <div class=\"h-1 bg-gray-200 rounded overflow-hidden\">\n      <div class=\"w-24 h-full\"><\/div>\n    <\/div>\n    <div class=\"container px-5 pt-6 pb-6 mx-auto flex flex-wrap\" data-anchor-target=\"lazyBlock\">    \n    \n              <a class=\"flex flex-wrap content-center w-full mb-4 md:hidden\" href=\"https:\/\/tvemfoco.com\/ro\/assistir-jogos-da-champions-league-ao-vivo\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"Cum s\u0103 urm\u0103re\u0219ti live meciurile din Liga Campionilor?\">\n          <div class=\"m-auto float-none\">\n            <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/tvemfoco.com\/wp-content\/uploads\/2023\/01\/televisao-transmitindo-a-champions-scaled.jpeg\" alt=\"Como assistir a champions League\">\n          <\/div>\n        <\/a>\n            <h2 class=\"w-full sm:text-3xl text-2xl text-gray-900 font-medium title-font mb-2 text-center md:text-left md:w-2\/5\">\n        <a href=\"https:\/\/tvemfoco.com\/ro\/assistir-jogos-da-champions-league-ao-vivo\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"Cum s\u0103 urm\u0103re\u0219ti live meciurile din Liga Campionilor?\">\n            Cum s\u0103 urm\u0103re\u0219ti live meciurile din Liga Campionilor?        <\/a>\n      <\/h2>\n      <div class=\"w-full md:w-3\/5 md:pl-6\">\n        <p class=\"text-center md:text-left leading-relaxed text-base\">\n            Toat\u0103 lumea vrea s\u0103 vad\u0103 cele mai mari vedete din lumea fotbalului \u00eenfrunt\u00e2ndu-se, de aceea TV em Foco a reunit cele mai bune op\u021biuni \u00een acest articol.        <\/p>\n        <div class=\"flex mt-6 w-full flex-1 justify-center ml-auto md:mt-4 md:justify-start\" style=\"font-weight: bold;\">\n          <a class=\"inline-flex items-center\" href=\"https:\/\/tvemfoco.com\/ro\/assistir-jogos-da-champions-league-ao-vivo\/\"  data-analytics-label=\"ctaButton\" data-action=\"analytics#trackCTA\" >\n            Continu\u0103 s\u0103 cite\u0219ti            <svg fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"w-4 h-4 ml-2\" viewbox=\"0 0 24 24\">\n              <path d=\"M5 12h14M12 5l7 7-7 7\"><\/path>\n            <\/svg>\n          <\/a>\n        <\/div>\n      <\/div>  \n          \n    <\/div>\n      <script type=\"module\"> function waitFor(conditionFunction) { const poll = resolve => { if(conditionFunction()) resolve(); else setTimeout(_ => poll(resolve), 400); }; return new Promise(poll); } import { Application, Controller } from \"\/wp-content\/themes\/twentytwentyone\/assets\/js\/stimulus.min.js\"; let Stimulus = Application.start(); Stimulus.register(\"anchor\", class extends Controller { static get targets() { return [ \"lazyBlock\", \"lazyBlockAnchor\" ]; } initialize() { this.active = false; this.passed = false; this.closed = false; this.anchorViews = 0; this.boundOnShowAnchor = this.onShowAnchor.bind(this); window.anchorReady = window.anchorReady || false; waitFor(_ => (window.scrollY > this.getHeightBlock() && !this.active)) .then(_ => { !window.anchorReady? this.visible() : ''; window.anchorReady = true; }); if (document.getElementById('landing')) { setTimeout(() => { !window.anchorReady ? this.visible() : ''; window.anchorReady = true; }, 1 * 30000); }; } connect() { this.onShowAnchor(); document.addEventListener(\"scroll\", this.boundOnShowAnchor); } disconnect() { document.removeEventListener(\"scroll\", this.boundOnShowAnchor); } visible() { if (document.getElementById('av-offerwall__wrapper')) { setTimeout(() => this.visible(), 20000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 100) { setTimeout(() => this.visible(), 1000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10) { this.getAnchorElement().style.marginBottom = '60px'; } if (document.querySelector('[data-anchor-shown=\"true\"]') && document.querySelector('[data-anchor-shown=\"true\"]').style.bottom === '0px') { setTimeout(() => this.visible(), 1000); return; } if (!window.km2AnchorReady) { this.active = true; \/*this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-down');*\/ \/*this.getAnchorElement().classList.add('animate-show-up');*\/ \/*setTimeout(() => {*\/ \/*this.getAnchorElement().style.animation = \"\";*\/ this.getAnchorElement().classList.add('animate-show-up'); this.getAnchorElement().classList.remove('hidden'); this.setAnchorViews(this.anchorViews+1); setTimeout(() => this.closeAnchor(), 20000); waitFor(_ => (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10 && this.getAnchorElement().style.marginBottom !== '60px')) .then(_ => { this.closeAnchor(); }); this.active = false; \/*}, 10);*\/ } } invisible() { this.active = true; this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-up'); this.getAnchorElement().classList.add('animate-show-down'); setTimeout(() => { this.getAnchorElement().style.animation = \"\"; setTimeout(() => { this.getAnchorElement().classList.add('hidden'); this.active = false; }, 800); }, 10); } onShowAnchor() { let anchorReady = false;  \/*if (!this.active && !anchorReady) { if (this.getAnchorViews() <= 3) { if (window.scrollY > this.getHeightBlock()) { if (!this.passed && !this.closed) { this.visible(); this.passed = true; } } else { if (this.passed) { this.invisible(); this.passed = false; } } } else { if (!this.getAnchorElement().classList.contains('close')) { this.getAnchorElement().classList.add('close'); if (window.scrollY < this.getHeightBlock()) { this.invisible(); } } } }*\/ } closeAnchor() { if (this.closed) return; this.invisible(); this.getAnchorElement().classList.add('close'); this.closed = true; } getAnchorElement() { return this.lazyBlockAnchorTargets[0]; } getAnchorViews() { this.anchorViews = parseInt(sessionStorage.getItem(\"anchorViews\")) >= 1 ? parseInt(sessionStorage.getItem(\"anchorViews\")) : 0; return this.anchorViews; } setAnchorViews(views) { sessionStorage.setItem(\"anchorViews\", views); } getHeightBlock() { return this.lazyBlockTarget.offsetTop + this.lazyBlockTarget.offsetHeight - 110; } }) <\/script>  <div data-anchor-target=\"lazyBlockAnchor\" class=\"fixed w-full sm:w-96 px-3 py-2 bottom-0 left-0 hidden\" style=\"z-index: 999999;\" name=\"lazyBlockAnchor\">\n    <div class=\"grid justify-items-stretch\">        \n              <div class=\"relative justify-self-end top-4 -right-2\">\n          <button data-no-translation class=\"bg-white text-md font-medium text-center rounded-full h-7 w-7 border-2\" data-analytics-label=\"anchorCloseAnchor\" data-action=\"anchor#closeAnchor\" style=\"z-index: 999999;\">\n            X\n          <\/button>\n        <\/div>\n        <div class=\"justify-self-auto flex flex-col h-32 bg-white border-solid border-2 shadow-md rounded-md\">\n          <div class=\"flex my-0 h-full\">\n            <div class=\"w-2\/5 p-1 ml-2 mt-2 w-full\">\n              <a href=\"https:\/\/tvemfoco.com\/ro\/assistir-jogos-da-champions-league-ao-vivo\/\"  data-analytics-label=\"anchorImage\" data-action=\"analytics#trackCTA\">          \n                <img decoding=\"async\" loading=\"lazy\" alt=\"card\" class=\"w-full object-cover h-24 object-center rounded justify-self-auto border-2 border-gray-100\" src=\"https:\/\/tvemfoco.com\/wp-content\/uploads\/2023\/01\/televisao-transmitindo-a-champions-scaled.jpeg\">          \n              <\/a>\n            <\/div>\n            <div class=\"w-3\/5 my-2\">\n              <p class=\"px-4 text-center text-xs h-1\/2\">\n                Cum s\u0103 urm\u0103re\u0219ti live meciurile din Liga Campionilor?              <\/p>\n              <a href=\"https:\/\/tvemfoco.com\/ro\/assistir-jogos-da-champions-league-ao-vivo\/\"  data-analytics-label=\"anchorButton\" data-action=\"analytics#trackCTA\" >\n                <button class=\"flex w-5\/6 m-auto mt-2 border-0 py-1 px-3 focus:outline-none rounded\">                \n                  <p class=\"text-center w-full\" style=\"font-size: 0.67rem;\">\n                    Continu\u0103 s\u0103 cite\u0219ti                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Vei r\u0103m\u00e2ne pe acela\u0219i site web              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n  <\/section>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Multe vedete ale fotbalului apar \u00een fiecare an, dar te-ai g\u00e2ndit vreodat\u0103 cine a fost cel mai bun din istorie? Consulta\u021bi articolul nostru \u0219i \u00een\u021belege\u021bi pu\u021bin despre dimensiunea fiec\u0103rui juc\u0103tor \u0219i locul lor \u00een top 10.<\/p>","protected":false},"author":7,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[649],"tags":[746,750,751,651],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v18.7 (Yoast SEO v19.1) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Jogadores de futebol: conhe\u00e7a os 10 melhores de todos os tempos - TV em Foco<\/title>\n<meta name=\"description\" content=\"Voc\u00ea j\u00e1 se perguntou quem s\u00e3o os melhores jogadores de futebol de todos os tempos? O TV em Foco preparou uma lista com os top 10. Confira!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/tvemfoco.com\/ro\/jogadores-de-futebol\/\" \/>\n<meta property=\"og:locale\" content=\"ro_RO\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Jogadores de futebol: conhe\u00e7a os 10 melhores de todos os tempos\" \/>\n<meta property=\"og:description\" content=\"Voc\u00ea j\u00e1 se perguntou quem s\u00e3o os melhores jogadores de futebol de todos os tempos? O TV em Foco preparou uma lista com os top 10. Confira!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/tvemfoco.com\/ro\/jogadores-de-futebol\/\" \/>\n<meta property=\"og:site_name\" content=\"TV em Foco\" \/>\n<meta property=\"article:published_time\" content=\"2023-02-01T23:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-02-01T18:44:11+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/tvemfoco.com\/wp-content\/uploads\/2023\/01\/melhores-jogadores-reunidos-1024x683.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Junior de Aguiar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/tvemfoco.com\/#website\",\"url\":\"https:\/\/tvemfoco.com\/\",\"name\":\"TV em Foco\",\"description\":\"A TV em Foco \u00e9 um site online que oferece not\u00edcias atualizadas sobre diversos assuntos\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/tvemfoco.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"ro-RO\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"ro-RO\",\"@id\":\"https:\/\/tvemfoco.com\/jogadores-de-futebol\/#primaryimage\",\"url\":\"https:\/\/tvemfoco.com\/wp-content\/uploads\/2023\/01\/melhores-jogadores-reunidos-1024x683.jpg\",\"contentUrl\":\"https:\/\/tvemfoco.com\/wp-content\/uploads\/2023\/01\/melhores-jogadores-reunidos-1024x683.jpg\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/tvemfoco.com\/jogadores-de-futebol\/#webpage\",\"url\":\"https:\/\/tvemfoco.com\/jogadores-de-futebol\/\",\"name\":\"Jogadores de futebol: conhe\u00e7a os 10 melhores de todos os tempos - TV em Foco\",\"isPartOf\":{\"@id\":\"https:\/\/tvemfoco.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/tvemfoco.com\/jogadores-de-futebol\/#primaryimage\"},\"datePublished\":\"2023-02-01T23:00:00+00:00\",\"dateModified\":\"2023-02-01T18:44:11+00:00\",\"author\":{\"@id\":\"https:\/\/tvemfoco.com\/#\/schema\/person\/4db46d9289502d723ad2b6690485d1d8\"},\"description\":\"Voc\u00ea j\u00e1 se perguntou quem s\u00e3o os melhores jogadores de futebol de todos os tempos? O TV em Foco preparou uma lista com os top 10. Confira!\",\"breadcrumb\":{\"@id\":\"https:\/\/tvemfoco.com\/jogadores-de-futebol\/#breadcrumb\"},\"inLanguage\":\"ro-RO\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/tvemfoco.com\/jogadores-de-futebol\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/tvemfoco.com\/jogadores-de-futebol\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/tvemfoco.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Jogadores de futebol: conhe\u00e7a os 10 melhores de todos os tempos\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/tvemfoco.com\/#\/schema\/person\/4db46d9289502d723ad2b6690485d1d8\",\"name\":\"Junior de Aguiar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ro-RO\",\"@id\":\"https:\/\/tvemfoco.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/cf0b04c3551002c04040ec298a9879f5?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/cf0b04c3551002c04040ec298a9879f5?s=96&d=mm&r=g\",\"caption\":\"Junior de Aguiar\"},\"description\":\"Estudante de Direito fascinado por aprender coisas novas. Descobriu seu interesse na \u00e1rea da produ\u00e7\u00e3o de conte\u00fado e busca ampliar suas experi\u00eancias nesse universo digital. Desde sempre, apaixonado por futebol e todo o mundo dos esportes. Esse sou eu. Prazer, Junior!\",\"url\":\"https:\/\/tvemfoco.com\/ro\/author\/junior-aguiar\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Jogadores de futebol: conhe\u00e7a os 10 melhores de todos os tempos - TV em Foco","description":"Voc\u00ea j\u00e1 se perguntou quem s\u00e3o os melhores jogadores de futebol de todos os tempos? O TV em Foco preparou uma lista com os top 10. Confira!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/tvemfoco.com\/ro\/jogadores-de-futebol\/","og_locale":"ro_RO","og_type":"article","og_title":"Jogadores de futebol: conhe\u00e7a os 10 melhores de todos os tempos","og_description":"Voc\u00ea j\u00e1 se perguntou quem s\u00e3o os melhores jogadores de futebol de todos os tempos? O TV em Foco preparou uma lista com os top 10. Confira!","og_url":"https:\/\/tvemfoco.com\/ro\/jogadores-de-futebol\/","og_site_name":"TV em Foco","article_published_time":"2023-02-01T23:00:00+00:00","article_modified_time":"2023-02-01T18:44:11+00:00","og_image":[{"url":"https:\/\/tvemfoco.com\/wp-content\/uploads\/2023\/01\/melhores-jogadores-reunidos-1024x683.jpg"}],"twitter_card":"summary_large_image","twitter_misc":{"Written by":"Junior de Aguiar","Est. reading time":"7 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/tvemfoco.com\/#website","url":"https:\/\/tvemfoco.com\/","name":"TV em Foco","description":"A TV em Foco \u00e9 um site online que oferece not\u00edcias atualizadas sobre diversos assuntos","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/tvemfoco.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"ro-RO"},{"@type":"ImageObject","inLanguage":"ro-RO","@id":"https:\/\/tvemfoco.com\/jogadores-de-futebol\/#primaryimage","url":"https:\/\/tvemfoco.com\/wp-content\/uploads\/2023\/01\/melhores-jogadores-reunidos-1024x683.jpg","contentUrl":"https:\/\/tvemfoco.com\/wp-content\/uploads\/2023\/01\/melhores-jogadores-reunidos-1024x683.jpg"},{"@type":"WebPage","@id":"https:\/\/tvemfoco.com\/jogadores-de-futebol\/#webpage","url":"https:\/\/tvemfoco.com\/jogadores-de-futebol\/","name":"Jogadores de futebol: conhe\u00e7a os 10 melhores de todos os tempos - TV em Foco","isPartOf":{"@id":"https:\/\/tvemfoco.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/tvemfoco.com\/jogadores-de-futebol\/#primaryimage"},"datePublished":"2023-02-01T23:00:00+00:00","dateModified":"2023-02-01T18:44:11+00:00","author":{"@id":"https:\/\/tvemfoco.com\/#\/schema\/person\/4db46d9289502d723ad2b6690485d1d8"},"description":"Voc\u00ea j\u00e1 se perguntou quem s\u00e3o os melhores jogadores de futebol de todos os tempos? O TV em Foco preparou uma lista com os top 10. Confira!","breadcrumb":{"@id":"https:\/\/tvemfoco.com\/jogadores-de-futebol\/#breadcrumb"},"inLanguage":"ro-RO","potentialAction":[{"@type":"ReadAction","target":["https:\/\/tvemfoco.com\/jogadores-de-futebol\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/tvemfoco.com\/jogadores-de-futebol\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/tvemfoco.com\/"},{"@type":"ListItem","position":2,"name":"Jogadores de futebol: conhe\u00e7a os 10 melhores de todos os tempos"}]},{"@type":"Person","@id":"https:\/\/tvemfoco.com\/#\/schema\/person\/4db46d9289502d723ad2b6690485d1d8","name":"Junior de Aguiar","image":{"@type":"ImageObject","inLanguage":"ro-RO","@id":"https:\/\/tvemfoco.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/cf0b04c3551002c04040ec298a9879f5?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/cf0b04c3551002c04040ec298a9879f5?s=96&d=mm&r=g","caption":"Junior de Aguiar"},"description":"Estudante de Direito fascinado por aprender coisas novas. Descobriu seu interesse na \u00e1rea da produ\u00e7\u00e3o de conte\u00fado e busca ampliar suas experi\u00eancias nesse universo digital. Desde sempre, apaixonado por futebol e todo o mundo dos esportes. Esse sou eu. Prazer, Junior!","url":"https:\/\/tvemfoco.com\/ro\/author\/junior-aguiar\/"}]}},"_links":{"self":[{"href":"https:\/\/tvemfoco.com\/ro\/wp-json\/wp\/v2\/posts\/2865"}],"collection":[{"href":"https:\/\/tvemfoco.com\/ro\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tvemfoco.com\/ro\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tvemfoco.com\/ro\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/tvemfoco.com\/ro\/wp-json\/wp\/v2\/comments?post=2865"}],"version-history":[{"count":0,"href":"https:\/\/tvemfoco.com\/ro\/wp-json\/wp\/v2\/posts\/2865\/revisions"}],"wp:attachment":[{"href":"https:\/\/tvemfoco.com\/ro\/wp-json\/wp\/v2\/media?parent=2865"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tvemfoco.com\/ro\/wp-json\/wp\/v2\/categories?post=2865"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tvemfoco.com\/ro\/wp-json\/wp\/v2\/tags?post=2865"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}