﻿.capa_desarrollador{display:none;}.pestanas-partido,.pestanas-mejores-jugadores{position:relative;display:flex;justify-content:space-between;align-content:center;align-items:center;flex-wrap:wrap;width:100%;padding:0;margin:0;margin-bottom:10px;background-color:#000;color:#fff;list-style-type:none;}.pestanas-partido li,.pestanas-mejores-jugadores li{position:relative;display:inline-block;width:16.6666666667%;padding:10px 20px;text-align:center;font-size:18px;cursor:pointer;transition:linear .3s all;white-space:nowrap;}.pestanas-partido li:after,.pestanas-mejores-jugadores li:after{position:absolute;bottom:0;left:0;width:100%;height:4px;background-color:#fff;content:" ";transition:linear .3s all;transform:scale(0,0);}.pestanas-partido li:hover:after,.pestanas-mejores-jugadores li:hover:after{transform:scale(.2,1);}.pestanas-partido li.activo:after,.pestanas-mejores-jugadores li.activo:after{transform:scale(1,1);}.pestanas-mejores-jugadores{background-color:#555;}@media only screen and (min-width:576px) and (max-width:991px){.pestanas-partido li,.pestanas-mejores-jugadores li{width:33.3333333333%;}}@media only screen and (min-width:400px) and (max-width:575px){.pestanas-partido li,.pestanas-mejores-jugadores li{width:50%;}}@media only screen and (min-width:0) and (max-width:399px){.pestanas-partido li,.pestanas-mejores-jugadores li{width:100%;}}.contenedor-pestanas-partido{position:relative;display:inline-block;width:100%;}.contenedor-pestanas-partido .contenido-pestana-partido,.contenedor-pestanas-partido .contenido-pestana-mejores-jugadores{display:none;}.contenedor-pestanas-partido .contenido-pestana-partido.activo,.contenedor-pestanas-partido .contenido-pestana-mejores-jugadores.activo{display:flex;}