@font-face {
  font-family: 'Bison';
  src: url('fuentes/bison-bold-webfont.woff2') format('woff2'),
       url('fuentes/bison-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;700&display=swap');

h1, h2, h3, h4, h5, h6 {
  font-family: 'Bison', sans-serif;
}
main {
    background-color: #EEE;
}
.jugador {
    background: #FFF;
    border-radius: 9px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    /*height: 100%;*/
}
.jugador-imagen {
    padding: 20px 40px 20px 20px;
    background: url(/images/borde-jugadores.png);
    background-size: 100% 100%;
    margin: 0 -10px 0 5px;
}
.jugador-imagen img{
    width: 100%;
    object-fit: cover;
}

.gallery_wrapper .gallery_item {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.gallery_wrapper .gallery_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery_wrapper .gallery_title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,.7);
    color: #FFF;
    padding: 2px 5px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.videoWrapper iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.links-usuarios {
    list-style: disclosure-closed;
    margin-left: 1rem;
}