“Cada um de nós terá que se olhar no espelho e admitir que devemos dar mais em campo. A abordagem não foi correta, faltou energia real, precisamos consertar muita coisa antes do próximo jogo. Não estou preocupado com o fato de eles não serem promovidos quando a Liga dos Campeões começar,“, disse o goleiro Jan Oblak, que certamente não teve culpa pela derrota. Ele marcou três gols (foi derrotado duas vezes por Hugo Duro no primeiro tempo e por Javi Guerra no segundo, após uma ação excepcional e um chute de 17 metros), mas cinco também defenderam chutes.
Foi a primeira derrota do Atlético na nova temporada do Campeonato Espanhol, um péssimo jogo antes do jogo da primeira rodada da Liga dos Campeões, na terça-feira, contra a Lazio, e do confronto de domingo contra o Real Madrid.
O Valencia venceu o Atlético pela primeira vez desde 2014.
O Barcelona eliminou o Betis por 5 a 0, Félix e Lewandowski marcaram no primeiro tempo e Torres, Raphinha e Cancelo marcaram no segundo tempo. Foi o primeiro gol com a camisa do Barcelona de João Félix e João Cancelo, enquanto Ferran Torres marcou a primeira cobrança de falta do Barcelona desde maio de 2021.
“Mesmo que nosso show ainda não tenha sido perfeito, tivemos muitos momentos ótimos,“O técnico Xavi ficou satisfeito.
5ª RODADA
RAYO VALECANO – ALAVÉS 2:0 (1:0)
Palazón 43./11-m, Frutos 82.
BILBAO ATLÉTICO – CADIZ 3.0 (0:0)
Guruzeta 66., Villalibre 68., Williams 90.
VALÊNCIA – ATLETICO MADRID 3:0 (2:0)
Duro 5º, 34º, Guerra 54º.
CELTA DE VIGO – MAIORCA 0:1 (0:0)
Muriqi 85.
BARCELONA – BÉTIS 5:0 (2:0)
Félix 25º, Lewandowski 32º, Torres 62º, Raphinha 66º, Cancelo 81º.
Getafe – OSASUNÁ 3:2 (1:1)
Mitrović 36º, Carmona 51º, Maksimović 86º; Munoz 45, Budimir 57.
VILLARREAL – ALMERIA 2:1 (1:1)
Moreno 45º, Sorloth 94º; Akime 44.
SEVILHA – LAS PALMAS 1:0 (0:0)
Lukebakio 71.
REAL MADRID – REAL SOCIEDADE 2:1 (0:1)
Valverde 46º, Joselu 60º; Barrenetxea 5.
Segunda-feira às 21h:
GRANADA – GIRONA
// Production steps of ECMA-262, Edition 6, 22.1.2.1 Array.from||(Array.from=function(){var r;try{r=Symbol.iterator?Symbol.iterator:"Symbol(Symbol.iterator)"}catch //IE11 polyfill if (!String.prototype.includes) { String.prototype.includes = function() { 'use strict'; return String.prototype.indexOf.apply(this, arguments) !== -1; }; }
// Cookie helper var cookieHelper = { getCookie: function(name) { var value = "; " + document.cookie; var parts = value.split("; " + name + "="); if (parts.length == 2) return parts.pop().split(";").shift(); },
setCookie: function(name, value, days) { var d = new Date; d.setTime(d.getTime() + 24*60*60*1000*days); document.cookie = name + "=" + value + ";domain=.rtvslo.si;path=/;expires=" + d.toGMTString() + ";secure;"; },
deleteCookie: function(name) { cookieHelper.setCookie(name, '', -1); },
cookieExist: function(cookieName) { if (document.cookie.split(';').filter(function(item) { return item.includes(cookieName + '=') }).length) { //console.log('Cookie founded!'); return true; } return false; } }; // END: Cookie helper
// iProm
(function(a,g,b,c){ a[c]=a[c]||function(){
"undefined"===typeof a.ipromNS?(a[c].q=a[c].q||[]).push(arguments):a.ipromNS.execute(arguments)};
var k=function(){ var b=g.getElementsByTagName("script")[0];return function h(f){ var e=f.shift();a[c]("setConfig",{ server:e});
var d=document.createElement("script");0
// Dark mode, Comments & Login if (( document.cookie.indexOf('darkModeEnabled=true') != -1 ) || ( document.cookie.indexOf('darkModeEnabled') == -1 && window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches )) { document.body.classList.add('dark-mode'); }
if (document.cookie.indexOf('showComments=true') != -1) document.body.classList.add('show-comments-enabled'); if (document.cookie.indexOf('APISESSION_USER_ID') != -1) { document.body.classList.add('user-logged-in'); } else { document.body.classList.add('user-logged-out'); }
// Mobile check var mobile = false; var mobile_xs = false;
var checkIfMobile = function checkIfMobile() { var w = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;
w < 992 ? (mobile = true) : (mobile = false); // 992px = lg breakpoint w < 576 ? (mobile_xs = true) : (mobile_xs = false); // 576px = sm breakpoint }; checkIfMobile(); window.addEventListener("resize", checkIfMobile); // iOS standalone var isIos = function isIos() { var userAgent = window.navigator.userAgent.toLowerCase(); return /iphone|ipad|ipod/.test(userAgent); }; // Detects if device is on iOS var isInStandaloneMode = function isInStandaloneMode() { return "standalone" in window.navigator && window.navigator.standalone; }; // Detects if device is in iOS standalone mode var showIosNative = false; if (window.location.href.indexOf("show-ios-native") !== -1) document.cookie = "showIosNative=true"; if (document.cookie && document.cookie.indexOf("showIosNative=true") != -1) showIosNative = true; if ((isIos() && isInStandaloneMode() && mobile) || showIosNative) document.body.classList.add("ios-standalone"); // Facebook if(document.cookie && document.cookie.indexOf("cc_social=yes") > -1){ (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src="https://connect.facebook.net/sl_SI/sdk.js#xfbml=1&autoLogAppEvents=1&version=v3.1&appId=142347525793254"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); }
//EBU Pilot window.getEbuConsent = function() { var ebuConsent = false; if(document.cookie && document.cookie.indexOf("cc_social=yes") >-1){ ebuConsent = true; } return ebuConsent; }