{"id":2162,"date":"2023-02-17T10:42:00","date_gmt":"2023-02-17T10:42:00","guid":{"rendered":"https:\/\/minutovip.com\/?p=2162"},"modified":"2024-11-12T00:28:36","modified_gmt":"2024-11-12T00:28:36","slug":"curiosidades-sobre-o-neymar","status":"publish","type":"post","link":"https:\/\/minutovip.com\/pl\/curiosidades-sobre-o-neymar\/","title":{"rendered":"Ciekawostki o Neymarze: dowiedz si\u0119, czego wi\u0119kszo\u015b\u0107 ludzi nie wie o jego \u017cyciu"},"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-conheca-melhor-o-neymar-e-descubra-9-curiosidades-sobre-ele\">Poznaj lepiej Neymara i odkryj 9 ciekawostek na jego temat<\/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 loading=\"lazy\" src=\"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/05\/curiosidades-sobre-neymar-1024x613.jpg\" alt=\"Curiosidades sobre o Neymar.\" class=\"w-full object-cover object-center border mx-auto wp-image-3569\" width=\"800\" height=\"384\"\/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\" >Poznaj wi\u0119c lepiej t\u0119 gwiazd\u0119! \u0179r\u00f3d\u0142o: Lucas Figueiredo\/CBF<\/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>Neymar to jeden z najs\u0142ynniejszych wsp\u00f3\u0142czesnych graczy, przyjd\u017a i sprawd\u017a kilka ciekawostek na temat gwiazdy.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Gracz odnosi\u0142 sukcesy ju\u017c w dzieci\u0144stwie, a poniewa\u017c s\u0142aw\u0119 zdoby\u0142 bardzo wcze\u015bnie, jego \u017cycie by\u0142o przez d\u0142ugi czas uwa\u017cnie monitorowane.<\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-Z1LRjhX\">\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:\/\/minutovip.com\/pl\/cristiano-ronaldo-al-nassr\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"Al-Nassr og\u0142asza zatrudnienie CR7\">\n          <div class=\"m-auto float-none\">\n            <img loading=\"lazy\" src=\"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/01\/camiseta-do-cr7-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:\/\/minutovip.com\/pl\/cristiano-ronaldo-al-nassr\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"Al-Nassr og\u0142asza zatrudnienie CR7\">\n            Al-Nassr og\u0142asza zatrudnienie CR7        <\/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            Zobacz, jakie by\u0142y powody, kt\u00f3re sk\u0142oni\u0142y Cristiano Ronaldo do zaakceptowania podpisania kontraktu z Al-Nassrem i zaprzestania rywalizacji w Europie.        <\/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:\/\/minutovip.com\/pl\/cristiano-ronaldo-al-nassr\/\"  data-analytics-label=\"ctaButton\" data-action=\"analytics#trackCTA\" >\n            Czytaj dalej            <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:\/\/minutovip.com\/pl\/cristiano-ronaldo-al-nassr\/\"  data-analytics-label=\"anchorImage\" data-action=\"analytics#trackCTA\">          \n                <img loading=\"lazy\" alt=\"card\" class=\"w-full object-cover h-24 object-center rounded justify-self-auto border-2 border-gray-100\" src=\"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/01\/camiseta-do-cr7-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                Al-Nassr og\u0142asza zatrudnienie CR7              <\/p>\n              <a href=\"https:\/\/minutovip.com\/pl\/cristiano-ronaldo-al-nassr\/\"  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                    Czytaj dalej                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Pozostaniesz na tej samej stronie internetowej              <\/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>Dlatego wiele szczeg\u00f3\u0142\u00f3w z Twojego \u017cycia nie jest ju\u017c dla nikogo tajemnic\u0105, ale Minuto Vip przyni\u00f3s\u0142 informacje, o kt\u00f3rych nigdy nie s\u0142ysza\u0142e\u015b.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Przyjd\u017a wi\u0119c sprawdzi\u0107 te ciekawostki i pozna\u0107 lepiej tego niesamowitego zawodnika, jakim jest Neymar Jr.<\/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-quem-e-neymar\">Kim jest Neymar?<\/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 loading=\"lazy\" src=\"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/05\/curiosidades-do-jogador-neymar-1024x682.jpeg\" alt=\"\" class=\"w-full object-cover object-center border mx-auto wp-image-3571\" width=\"800\" height=\"384\"\/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\" >Zrozum, kim jest Neymar. \u0179r\u00f3d\u0142o: Charles Platiau \u2013 09.12.2020 \/ Reuters<\/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>Neymar dos Santos Junior, lub po prostu Neymar, jak go nazywaj\u0105, jest jednym z najwybitniejszych wsp\u00f3\u0142czesnych pi\u0142karzy.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Dzi\u015b zawodnik gra w PSG wraz z innymi \u015bwietnymi graczami, takimi jak Mbappe, Messi, Verratti i inni.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Co wi\u0119cej, w ostatnim czasie jest g\u0142\u00f3wnym zawodnikiem brazylijskiej dru\u017cyny, b\u0119d\u0105c numerem 10 w tej dru\u017cynie.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Neymar zawsze przyci\u0105ga\u0142 uwag\u0119 medi\u00f3w ze wzgl\u0119du na swoj\u0105 osobowo\u015b\u0107, dlatego zawsze trafia\u0142 na ok\u0142adki wiadomo\u015bci i gazet.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Czy to z powodu jakich\u015b wypowiedzi, czy postawy na boisku, jest dzi\u015b jednym z najbardziej kontrowersyjnych sportowc\u00f3w, wyr\u00f3\u017cniaj\u0105cym si\u0119 brakiem szacunku.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Z tego te\u017c powodu tematy z nim zwi\u0105zane stale zyskuj\u0105 na popularno\u015bci i zawieraj\u0105 mn\u00f3stwo informacji o gwie\u017adzie.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Dzisiaj Minuto Vip przedstawi\u0142 Ci najwa\u017cniejsze fakty na temat Neymara, o kt\u00f3rych nigdy nie s\u0142ysza\u0142e\u015b.<\/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-as-curiosidades-sobre-o-neymar\">Jakie s\u0105 interesuj\u0105ce fakty na temat Neymara?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Skoro ju\u017c ju\u017c wiecie, kim jest ten zawodnik i dlaczego przyci\u0105ga tak wiele uwagi, przejd\u017amy do sedna.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Teraz poznaj najwa\u017cniejsze fakty na temat Neymara, aby lepiej pozna\u0107 zawodnika:<\/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-pele-e-neymar-sao-os-maiores-artilheiros-da-selecao-brasileira\">1. Pel\u00e9 i Neymar to najlepsi strzelcy brazylijskiej dru\u017cyny<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Pomimo ca\u0142ej krytyki, \u017ce zawodnik nie radzi sobie dobrze w reprezentacji, liczby nie m\u00f3wi\u0105 tego.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Mimo \u017ce Brazylia ma kilka idol\u00f3w, takich jak Ronaldo Fen\u00f4meno, Rom\u00e1rio i wielu innych, jedynym, kt\u00f3remu uda\u0142o si\u0119 dor\u00f3wna\u0107 Pel\u00e9 pod wzgl\u0119dem liczby bramek dla dru\u017cyny narodowej, by\u0142 Neymar.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Zawodnik w ostatnim meczu Pucharu \u015awiata z Chorwacj\u0105 w \u017c\u00f3\u0142tej koszulce strzeli\u0142 niesamowit\u0105 liczb\u0119 77 bramek.<\/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-o-santos-criou-uma-categoria-de-base-para-neymar-poder-jogar\">2\u00b0 Santos stworzy\u0142 kategori\u0119 podstawow\u0105, aby Neymar m\u00f3g\u0142 gra\u0107<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Neymar gra\u0142 w m\u0142odzie\u017cowej dru\u017cynie Santosa ju\u017c w bardzo m\u0142odym wieku, wi\u0119c gdy zawodnik mia\u0142 13 lat, klub nadal nie mia\u0142 kategorii dla tego wieku.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Aby ma\u0142y sportowiec nie przestawa\u0142 gra\u0107 w dru\u017cynie w kategoriach m\u0142odzie\u017cowych, Santos stworzy\u0142 dru\u017cyn\u0119 w tym wieku, aby gwiazda mog\u0142a startowa\u0107 w dru\u017cynie do lat 13.<\/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-neymar-foi-pai-aos-19-anos\">3. Neymar zosta\u0142 ojcem w wieku 19 lat<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Nie jest nowo\u015bci\u0105, \u017ce Neymar jest ojcem, gdy\u017c zawodnik na bie\u017c\u0105co publikuje tre\u015bci zwi\u0105zane z jego synem, takie jak zdj\u0119cia i filmy z ch\u0142opcem.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Jednak niewielu wie, \u017ce zosta\u0142 ojcem w wieku 19 lat, kiedy zawodnik by\u0142 ju\u017c w\u015bciek\u0142y w Brazylii.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Kiedy opublikowano t\u0119 wiadomo\u015b\u0107, gazety i programy informacyjne w ca\u0142ej Brazylii nada\u0142y t\u0119 wiadomo\u015b\u0107.<\/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-o-atleta-teve-um-relacionamento-serio-com-a-atriz-bruna-marquezine\">4\u00b0 Sportowiec mia\u0142 powa\u017cny zwi\u0105zek z aktork\u0105 Brun\u0105 Marquezine&nbsp;<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Neymar mia\u0142 powa\u017cny zwi\u0105zek ze s\u0142ynn\u0105 aktork\u0105 Brun\u0105 Marquezine, pe\u0142en kilku wzlot\u00f3w i upadk\u00f3w.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Ich zwi\u0105zek naznaczony by\u0142 zako\u0144czeniami i powrotami pary, poniewa\u017c oboje byli bardzo zaj\u0119ci swoimi zawodami, a ze wzgl\u0119du na doznan\u0105 ekspozycj\u0119 napotkali pewne problemy.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Para rozpocz\u0119\u0142a sw\u00f3j zwi\u0105zek w po\u0142owie 2013 roku, a zako\u0144czy\u0142a go w 2018 roku.<\/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-foi-a-contratacao-mais-cara-da-historia-do-futebol\">5\u00b0 By\u0142 to najdro\u017cszy transfer w historii futbolu<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Do dzi\u015b Neymar jest najwi\u0119kszym transferem w \u015bwiatowym futbolu, co pokazuje, jak wa\u017cne jest to zawodnik dla futbolu.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>W szczytowym okresie kariery zawodnika, gdy gra\u0142 w Barcelonie, kupi\u0142 go francuski klub PSG.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Kwota zap\u0142acona w\u00f3wczas za usuni\u0119cie zawodnika z katalo\u0144skiego klubu wynios\u0142a oko\u0142o 222 mln euro.<\/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-neymar-nao-quis-jogar-nas-categorias-de-base-do-real-madrid\">6\u00b0 Neymar nie chcia\u0142 gra\u0107 w m\u0142odzie\u017cowych dru\u017cynach Realu Madryt<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Neymar w wieku 13 lat zosta\u0142 przyj\u0119ty na przes\u0142uchania do m\u0142odzie\u017cowych dru\u017cyn Realu Madryt, uwa\u017canych za najlepsz\u0105 dru\u017cyn\u0119 na \u015bwiecie.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Zawodnik zda\u0142 egzamin z marginesem, aby do\u0142\u0105czy\u0107 do zespo\u0142u, zosta\u0142 nawet zapisany do rywalizacji w zawodach, jednak zrezygnowa\u0142 z tego pomys\u0142u i wr\u00f3ci\u0142 do Santosu.<\/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-o-jogador-e-o-brasileiro-com-o-maior-numero-de-seguidores-nas-redes-sociais\">7\u00b0 Zawodnikiem jest Brazylijczyk z najwi\u0119ksz\u0105 liczb\u0105 obserwuj\u0105cych w mediach spo\u0142eczno\u015bciowych<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Neymar to jeden z najbardziej wp\u0142ywowych zawodnik\u00f3w na \u015bwiecie i Brazylijczyk z najwi\u0119ksz\u0105 liczb\u0105 obserwuj\u0105cych w mediach spo\u0142eczno\u015bciowych.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Gracz ma 200 milion\u00f3w obserwuj\u0105cych na samym Instagramie, poza innymi portalami spo\u0142eczno\u015bciowymi.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Liczby w pewnym stopniu odzwierciedlaj\u0105 wag\u0119 zawodnika, co czyni go jednym z najwi\u0119kszych ch\u0142opc\u00f3w z plakat\u00f3w futbolu.<\/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-neymar-e-cristao\">8\u00b0 Neymar jest chrze\u015bcijaninem<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Dzi\u015b nie jest to temat a\u017c tak nag\u0142o\u015bniony, ale Neymar jest chrze\u015bcijaninem i na pocz\u0105tku swojej kariery rozegra\u0142 kilka mecz\u00f3w z transparentem na g\u0142owie z napisem \u201e100% jezus\u201d.<\/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-e-viciado-no-jogo-de-computador-counter-strike\">9\u00b0 Jeste\u015b uzale\u017cniony od gry komputerowej Counter Strike<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>As w pi\u0142ce no\u017cnej i as w grach komputerowych, Neymar jest \u015bwietnym graczem w Counter Strike, strzelank\u0119 FPS, to kolejna ciekawostka, o kt\u00f3rej wielu o nim nie wiedzia\u0142o.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Opr\u00f3cz tego, \u017ce naprawd\u0119 cieszy si\u0119 gr\u0105, sportowiec jest wielkim fanem rywalizacji w grze, wspiera dru\u017cyn\u0119 F\u00faria i obserwuje kilku profesjonalnych graczy na swoim Instagramie.<\/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-qual-a-relevancia-do-neymar-para-o-futebol-mundial\">Jak istotny jest Neymar dla \u015bwiatowego futbolu?<\/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 loading=\"lazy\" src=\"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/05\/curiosidades-neymar-1024x576.jpeg\" alt=\"\" class=\"w-full object-cover object-center border mx-auto wp-image-3572\" width=\"800\" height=\"384\"\/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\" >Zrozum jego znaczenie. \u0179r\u00f3d\u0142o: Kolekcja CBF.<\/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>Neymar jest dzi\u015b jednym z najbardziej idolizowanych graczy \u015bwiatowego futbolu, g\u0142\u00f3wnie ze wzgl\u0119du na swoj\u0105 osobowo\u015b\u0107.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Jego spos\u00f3b gry w pi\u0142k\u0119 no\u017cn\u0105, pe\u0142en \u015bmia\u0142o\u015bci i rado\u015bci, jest znakiem rozpoznawczym brazylijskiego futbolu.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Zawodnik, kt\u00f3ry zaczyna drybling i tworzy wspania\u0142e akcje, sportowiec wychodz\u0105cy z zakr\u0119tu, kt\u00f3ry dobrze si\u0119 bawi z pi\u0142k\u0105 u st\u00f3p.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Wraz z profesjonalizacj\u0105 dru\u017cyn pi\u0142karskich i wyrafinowaniem stosowanej taktyki, drybling ma coraz mniej miejsca i coraz mniej zawodnik\u00f3w wykorzystuje go efektywnie.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Jednak Neymar robi to po mistrzowsku, drybling jest tym, co czyni ten sport tak pi\u0119knym, gdy jeden zawodnik przewy\u017csza drugiego kreatywno\u015bci\u0105 i oczarowuje obserwuj\u0105cych.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>I to w\u0142a\u015bnie Neymar wnosi do \u015bwiata futbolu, to tak\u017ce przynios\u0142o Brazylii tytu\u0142 pi\u0119ciokrotnego mistrza.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Neymar jest synonimem rado\u015bci i przypomina nam, \u017ce pi\u0142ka no\u017cna to znacznie wi\u0119cej ni\u017c tylko sport. Wraz ze swoim partnerem Messi sprawia, \u017ce fani PSG prze\u017cyj\u0105 niezapomniane chwile w tym sezonie. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Wi\u0119cej szczeg\u00f3\u0142\u00f3w na temat mistrza \u015bwiata i najlepszego na \u015bwiecie mo\u017cna znale\u017a\u0107 w poni\u017cszym artykule.<\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-2iowvy\">\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:\/\/minutovip.com\/pl\/messi-the-best\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"Dowiedz si\u0119 wszystkiego o najlepszym na \u015bwiecie Messim!\">\n          <div class=\"m-auto float-none\">\n            <img loading=\"lazy\" src=\"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/03\/premio-the-best-messi.png\" 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:\/\/minutovip.com\/pl\/messi-the-best\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"Dowiedz si\u0119 wszystkiego o najlepszym na \u015bwiecie Messim!\">\n            Dowiedz si\u0119 wszystkiego o najlepszym na \u015bwiecie Messim!        <\/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            Messi zdobywa nagrod\u0119 FIFA The Best\n        <\/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:\/\/minutovip.com\/pl\/messi-the-best\/\"  data-analytics-label=\"ctaButton\" data-action=\"analytics#trackCTA\" >\n            Czytaj dalej            <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:\/\/minutovip.com\/pl\/messi-the-best\/\"  data-analytics-label=\"anchorImage\" data-action=\"analytics#trackCTA\">          \n                <img loading=\"lazy\" alt=\"card\" class=\"w-full object-cover h-24 object-center rounded justify-self-auto border-2 border-gray-100\" src=\"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/03\/premio-the-best-messi.png\">          \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                Dowiedz si\u0119 wszystkiego o najlepszym na \u015bwiecie Messim!              <\/p>\n              <a href=\"https:\/\/minutovip.com\/pl\/messi-the-best\/\"  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                    Czytaj dalej                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Pozostaniesz na tej samej stronie internetowej              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n  <\/section>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p> Zawodnik PSG to jeden z najbardziej kontrowersyjnych sportowc\u00f3w wszechczas\u00f3w, dlatego koniecznie zapoznaj si\u0119 z najwa\u017cniejszymi faktami na jego temat i uzyskaj informacje, o kt\u00f3rych nawet by\u015b si\u0119 nie spodziewa\u0142.<\/p>","protected":false},"author":6,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[172],"tags":[214,29,215],"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>Curiosidades sobre o Neymar<\/title>\n<meta name=\"description\" content=\"Neymar Junior \u00e9 um dos grandes jogadores de futebol da \u00faltima d\u00e9cada venha conhecer 9 curiosidades sobre o craque.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/minutovip.com\/pl\/curiosidades-sobre-o-neymar\/\" \/>\n<meta property=\"og:locale\" content=\"pl_PL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Curiosidades sobre o Neymar: conhe\u00e7a o que a maioria das pessoas n\u00e3o sabem sobre a sua vida\" \/>\n<meta property=\"og:description\" content=\"Neymar Junior \u00e9 um dos grandes jogadores de futebol da \u00faltima d\u00e9cada venha conhecer 9 curiosidades sobre o craque.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/minutovip.com\/pl\/curiosidades-sobre-o-neymar\/\" \/>\n<meta property=\"og:site_name\" content=\"Minuto VIP\" \/>\n<meta property=\"article:published_time\" content=\"2023-02-17T10:42:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-12T00:28:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/05\/curiosidades-sobre-neymar-1024x613.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 Aguiar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minut\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/minutovip.com\/#website\",\"url\":\"https:\/\/minutovip.com\/\",\"name\":\"Minuto VIP\",\"description\":\"O Minuto vip \u00e9 um site online que oferece not\u00edcias atualizadas do mundo do Futebol\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/minutovip.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"pl-PL\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"pl-PL\",\"@id\":\"https:\/\/minutovip.com\/curiosidades-sobre-o-neymar\/#primaryimage\",\"url\":\"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/05\/curiosidades-sobre-neymar.jpg\",\"contentUrl\":\"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/05\/curiosidades-sobre-neymar.jpg\",\"width\":1170,\"height\":700},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/minutovip.com\/curiosidades-sobre-o-neymar\/#webpage\",\"url\":\"https:\/\/minutovip.com\/curiosidades-sobre-o-neymar\/\",\"name\":\"Curiosidades sobre o Neymar\",\"isPartOf\":{\"@id\":\"https:\/\/minutovip.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/minutovip.com\/curiosidades-sobre-o-neymar\/#primaryimage\"},\"datePublished\":\"2023-02-17T10:42:00+00:00\",\"dateModified\":\"2024-11-12T00:28:36+00:00\",\"author\":{\"@id\":\"https:\/\/minutovip.com\/#\/schema\/person\/fd80821d664852977a5a5fa2bbb061c1\"},\"description\":\"Neymar Junior \u00e9 um dos grandes jogadores de futebol da \u00faltima d\u00e9cada venha conhecer 9 curiosidades sobre o craque.\",\"breadcrumb\":{\"@id\":\"https:\/\/minutovip.com\/curiosidades-sobre-o-neymar\/#breadcrumb\"},\"inLanguage\":\"pl-PL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/minutovip.com\/curiosidades-sobre-o-neymar\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/minutovip.com\/curiosidades-sobre-o-neymar\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/minutovip.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Curiosidades sobre o Neymar: conhe\u00e7a o que a maioria das pessoas n\u00e3o sabem sobre a sua vida\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/minutovip.com\/#\/schema\/person\/fd80821d664852977a5a5fa2bbb061c1\",\"name\":\"Junior Aguiar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pl-PL\",\"@id\":\"https:\/\/minutovip.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 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:\/\/minutovip.com\/pl\/author\/junioraguiar\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Curiosidades sobre o Neymar","description":"Neymar Junior \u00e9 um dos grandes jogadores de futebol da \u00faltima d\u00e9cada venha conhecer 9 curiosidades sobre o craque.","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:\/\/minutovip.com\/pl\/curiosidades-sobre-o-neymar\/","og_locale":"pl_PL","og_type":"article","og_title":"Curiosidades sobre o Neymar: conhe\u00e7a o que a maioria das pessoas n\u00e3o sabem sobre a sua vida","og_description":"Neymar Junior \u00e9 um dos grandes jogadores de futebol da \u00faltima d\u00e9cada venha conhecer 9 curiosidades sobre o craque.","og_url":"https:\/\/minutovip.com\/pl\/curiosidades-sobre-o-neymar\/","og_site_name":"Minuto VIP","article_published_time":"2023-02-17T10:42:00+00:00","article_modified_time":"2024-11-12T00:28:36+00:00","og_image":[{"url":"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/05\/curiosidades-sobre-neymar-1024x613.jpg"}],"twitter_card":"summary_large_image","twitter_misc":{"Written by":"Junior Aguiar","Est. reading time":"7 minut"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/minutovip.com\/#website","url":"https:\/\/minutovip.com\/","name":"Minuto VIP","description":"O Minuto vip \u00e9 um site online que oferece not\u00edcias atualizadas do mundo do Futebol","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/minutovip.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"pl-PL"},{"@type":"ImageObject","inLanguage":"pl-PL","@id":"https:\/\/minutovip.com\/curiosidades-sobre-o-neymar\/#primaryimage","url":"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/05\/curiosidades-sobre-neymar.jpg","contentUrl":"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/05\/curiosidades-sobre-neymar.jpg","width":1170,"height":700},{"@type":"WebPage","@id":"https:\/\/minutovip.com\/curiosidades-sobre-o-neymar\/#webpage","url":"https:\/\/minutovip.com\/curiosidades-sobre-o-neymar\/","name":"Curiosidades sobre o Neymar","isPartOf":{"@id":"https:\/\/minutovip.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/minutovip.com\/curiosidades-sobre-o-neymar\/#primaryimage"},"datePublished":"2023-02-17T10:42:00+00:00","dateModified":"2024-11-12T00:28:36+00:00","author":{"@id":"https:\/\/minutovip.com\/#\/schema\/person\/fd80821d664852977a5a5fa2bbb061c1"},"description":"Neymar Junior \u00e9 um dos grandes jogadores de futebol da \u00faltima d\u00e9cada venha conhecer 9 curiosidades sobre o craque.","breadcrumb":{"@id":"https:\/\/minutovip.com\/curiosidades-sobre-o-neymar\/#breadcrumb"},"inLanguage":"pl-PL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/minutovip.com\/curiosidades-sobre-o-neymar\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/minutovip.com\/curiosidades-sobre-o-neymar\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/minutovip.com\/"},{"@type":"ListItem","position":2,"name":"Curiosidades sobre o Neymar: conhe\u00e7a o que a maioria das pessoas n\u00e3o sabem sobre a sua vida"}]},{"@type":"Person","@id":"https:\/\/minutovip.com\/#\/schema\/person\/fd80821d664852977a5a5fa2bbb061c1","name":"Junior Aguiar","image":{"@type":"ImageObject","inLanguage":"pl-PL","@id":"https:\/\/minutovip.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 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:\/\/minutovip.com\/pl\/author\/junioraguiar\/"}]}},"_links":{"self":[{"href":"https:\/\/minutovip.com\/pl\/wp-json\/wp\/v2\/posts\/2162"}],"collection":[{"href":"https:\/\/minutovip.com\/pl\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/minutovip.com\/pl\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/minutovip.com\/pl\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/minutovip.com\/pl\/wp-json\/wp\/v2\/comments?post=2162"}],"version-history":[{"count":0,"href":"https:\/\/minutovip.com\/pl\/wp-json\/wp\/v2\/posts\/2162\/revisions"}],"wp:attachment":[{"href":"https:\/\/minutovip.com\/pl\/wp-json\/wp\/v2\/media?parent=2162"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/minutovip.com\/pl\/wp-json\/wp\/v2\/categories?post=2162"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/minutovip.com\/pl\/wp-json\/wp\/v2\/tags?post=2162"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}