/*datos estrellas*/
.datos-estrella { padding:85px 0 0; }
.zona-video { color: white; height: 800px; position: relative;}
.datos-estrella h2 { font-size: 20px; font-family: "montserratLight",Arial,sans-serif,helvetica; color:#ffffff; text-transform: uppercase; margin-bottom:5px; text-align: center; /**/}
.datos-estrella h1 { font-size: 70px; color:#ffffff; margin-bottom:0 ; text-align: center;}
.datos-estrella .equipo { text-align:center; width:100%; margin-bottom: 30px;}
.datos-estrella .equipo li { font-size: 1.25em; font-family: "montserratLight",Arial,sans-serif,helvetica; line-height:55px; text-transform: uppercase; display: inline-block;}
.datos-estrella .equipo li:first-child { padding-right:30px; border-right:solid 1px #ffffff; margin-right:30px; }
.datos-estrella .equipo li img { width:55px; height:55px; float:left; margin-right:10px;}
.datos-estrella span {font-size: 30px; font-family: "montserratLight",Arial,sans-serif,helvetica; text-align:center; margin-bottom:50px; display:block;}

/*Estadisticas*/
.estadisticas { height:52px; /**/ text-align: center; color:#646363; font-size: 20px;  }
.estadisticas li { display:inline-block;}
.estadisticas li span { float:left; padding:0 15px; margin-right:15px; font-size: 20px; font-family: "montserratLight",Arial,sans-serif,helvetica; border-right:1px solid #000000; line-height:52px;}
.estadisticas li span:last-child { border:0; padding:0; margin:0; font-family: "montserratBold",Arial,sans-serif,helvetica; font-size: 52px; color:#000000;}
.estadisticas figure { height:51px; float:left;}

/*Index estrellas*/
.contenedor-estrellas .jugador { width:50%; height:149px; float:left; background:#eeeeee; margin:0 0 10px; color:#ffffff; padding:10px 0; border-left:solid 5px #ffffff; border-right:solid 5px #ffffff; position: relative;}
.contenedor-estrellas .jugador:nth-child(2n+1) {}
.contenedor-estrellas .jugador ul { margin:0;}
.contenedor-estrellas .jugador li { font-size: 30px; color:#cccccc;}
.contenedor-estrellas .escudo { width:50px; position:absolute; margin:0;background:#ffffff; border-radius:50px; height:50px; left:110px; bottom:5px; }
.contenedor-estrellas .escudo img { width: 65%; margin: 8px auto 0; display: block; }
.contenedor-estrellas .jugador .foto-jugador { width:129px; height:129px; border-radius:100px; overflow:hidden; border:solid 3px #ffffff; line-height: 96px; float:left; margin:0 10px;}
.contenedor-estrellas .jugador .foto-jugador img { width:100%;} 
.contenedor-estrellas h2 { font-size: 45px; margin-bottom: 0;}
.contenedor-estrellas span { width:100%; height:50px; display:block; clear:both; text-align: center; margin:10px auto; line-height:50px; color:#ffffff; font-size: 25px; font-family: "montserratBold",Arial,sans-serif,helvetica;}
.contenedor-estrellas span:nth-child(1) { background:#0a3e70; }
.contenedor-estrellas span:nth-child(6) { background:#e6b538; }
.contenedor-estrellas span:nth-child(11) { background:#95ac2e; }
.contenedor-estrellas span:nth-child(16) { background:#52939f; }
.contenedor-estrellas span:nth-child(21) { background:#9c1417; }
.contenedor-estrellas span:nth-child(26) { background:#676463; }

/*mediaq*/
@media (max-width: 767px) {
  /*index estrellas*/
  .contenedor-estrellas .jugador { width:100%; }
  .contenedor-estrellas h2 { font-size: 25px; }
  .contenedor-estrellas .jugador li { font-size: 25px; }
  /*fin de index estrellas*/

  .estrella { width:100%; margin-top:100px;}
  .estatica .zona-video .aside-tools { margin-top:25px; }
  .estatica .zona-video .aside-tools .social-tools .share-counter { color:#000000; }
  .zona-video { height:auto; padding:0;}
  .zona-video video[poster] { width:100%; }
  .zona-video .videoContainer { background-size: 100%!important;}
  .zona-video video { display:none; }
  .videoMask { display:none; }
  .zona-video img { width: 128px; height: auto; margin: 0 auto; display: block; float: none;}
  .datos-estrella h2 { text-align: center; font-weight: bold; padding:0;}
  .datos-estrella h1 { text-align: center; padding:0; font-size: 55px; margin-bottom:50px;}
  .datos-estrella .equipo { /*padding:0 0 50px;*/ text-align: center; width:90%; margin:0 auto 30px;}
  .datos-estrella .equipo li { width:50%; line-height:32px; float:left; color:#ffffff;}
  .datos-estrella .equipo li img { width:128px; height:auto; margin:0 auto 10px; display:block; float:none;}
  .datos-estrella .equipo li:first-child { margin:0; border:0; padding:0;}
  .datos-estrella .equipo li:first-child img { margin:5px auto 15px; }
  .datos-estrella span { /*margin-bottom:150px;*/ }

  .estadisticas { width:90%; margin:50px auto 0; height:auto; text-align: center;}
  .estadisticas li { display:block; clear:both;}
  .estadisticas li span { border:0; padding:0; }
  .estadisticas li span:last-child { font-size: 35px; }

  .imagen-fondo { position:absolute; top:0; z-index:-1; background:#000000;}
  .imagen-fondo img { width:100%; opacity:0.7;}

}