/* latin-ext */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/PT_Sans_Narrow_latin_ext_normal.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/PT_Sans_Narrow_latin_normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: bold;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/PT_Sans_Narrow_latin_ext_bold.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */ 
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: bold;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/PT_Sans_Narrow_latin_bold.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* -------------------------------------------------------------------------- */
/* general
/* -------------------------------------------------------------------------- */

table {
    display: table-cell;
    border-radius: 10px;
    overflow: hidden;
}
table > thead > tr {
    background-color: #ff5959;
    color: #fff;
}
table tr {
    position: relative;
}
table tr.activo {
    background-color: #8fff8f;
}
table tr:after {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    transition: all .2s ease-in-out;
}
table tr:hover:after {
    background-color: #0000001c;
}
table td {
    padding: 4px 10px;
}

ul.fa-lista {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fa-etiqueta {
    height: 19px;
    width: 150px;
    text-align: right;
    display: inline-block;
    margin-right: 6px;
    vertical-align: top;
    line-height: 1;
    font-weight: bold;
}
.fa-etiqueta:after {
    content: ':';
}
.fa-valor {
    display: inline-block;
    line-height: 1;
    vertical-align: top;    
}
.fa-valor li {
    line-height: 1.15;
    vertical-align: top;
}

.fa-imagen {
    margin-right: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.fa-seleccionado .fa-imagen {
    box-shadow: 0px 0px 14px 12px #f6ffb8a3;
}

/* -------------------------------------------------------------------------- */
/* Arbitro
/* -------------------------------------------------------------------------- */

.fa-datos-arbitro {
    display: table;
    margin: auto;
    background-color: #00000057;
    padding: 25px;
    border-radius: 15px;    
}
.fa-datos-arbitro > * {
    display: inline-block;
    vertical-align: top;
}

.fa-datos-arbitro .fa-dorsal {
    height: 40px;
    width: 40px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../img/camiseta-arbitro.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
    padding-left: 10px;
    padding-top: 10px;
}
.fa-datos-arbitro .fa-dorsal .fa-numero {
    font-weight: bold;
    color: #000;
    background-color: #fff;
    font-size: 12px;
    width: 20px;
    display: block;
    text-align: center;
}

/* -------------------------------------------------------------------------- */
/* Jugador
/* -------------------------------------------------------------------------- */

.fa-datos-jugador {
    display: table;
    margin: auto;
    background-color: #00000057;
    padding: 25px;
    border-radius: 15px;    
}
.fa-datos-jugador > * {
    display: inline-block;
    vertical-align: top;
}

.fa-dorsales > li {
    margin-bottom: 2px;    
}
.fa-datos-jugador .fa-dorsal {
    font-weight: bold;
    height: 40px;
    width: 40px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../img/casco-numero.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
    padding-left: 8px;
    padding-top: 6px;
    color: #000;
    font-size: 12px;
}

.fa-equipos > li {
    margin-bottom: 20px;
}
.fa-jugadores > li {
    width: 12%;
    text-align: center;
    display: inline-block;
}
.fa-jugadores > li a > * {
    display: block;
}
.fa-jugadores > li .fa-imagen {
    width: 50px;
    height: 73px;
    margin: auto;
    transition: all .3s ease-in-out;
}
.fa-jugadores > li:hover .fa-imagen {
    transform: scale(1.15);
}
.fa-jugadores > li .fa-imagen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 2px solid #515151;
    border-radius: 8px;
    background-color: #fff;
}
.fa-jugadores > li .fa-imagen {
    position: relative;
}
.fa-jugadores > li.fa-fallecido .fa-imagen:after {
    content: '';
    position: absolute;
    background-image: url(../img/lazo-negro.webp);
    background-repeat: no-repeat;
    background-size: 15px;
    width: 15px;
    height: 15px;
    left: 2px;
    top: 4px;
}

.fa-jugadores .fa-nombre {
    white-space: nowrap;
}

.fa-relaciones img {
    height: 35px;
    margin-right: 5px;
    margin-bottom: 3px;
    border-radius: 4px;
    background-color: #fff;
}
.fa-universidades img {
    height: 35px;
    margin-right: 5px;
    margin-bottom: 3px;
    border-radius: 4px;
    background-color: #fff;
}

/* -------------------------------------------------------------------------- */
/* Cumpleaños
/* -------------------------------------------------------------------------- */

.fa-fecha-cumpleanyos,
.fa-anyo-fallecidos {
    text-align: center;
}
.fa-fecha-cumpleanyos .fa-flecha-izquierda,
.fa-anyo-fallecidos .fa-flecha-izquierda {
    background-image: url(../img/prev-arrow-light.png);
}
.fa-fecha-cumpleanyos .fa-flecha-izquierda:hover,
.fa-anyo-fallecidos .fa-flecha-izquierda:hover {
    background-image: url(../img/prev-arrow.png);
}
.fa-fecha-cumpleanyos .fa-flecha-derecha,
.fa-anyo-fallecidos .fa-flecha-derecha {
    background-image: url(../img/next-arrow-light.png);
}
.fa-fecha-cumpleanyos .fa-flecha-derecha:hover,
.fa-anyo-fallecidos .fa-flecha-derecha:hover {
    background-image: url(../img/next-arrow.png);
}
.fa-fecha-cumpleanyos .fa-flecha,
.fa-anyo-fallecidos .fa-flecha {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    opacity: 0.7;
    transition: all .2s ease-in-out;
    font-weight: bold;
    font-size: 150%;
    cursor: pointer;
}

.fa-fecha-cumpleanyos input[name="fecha"],
.fa-anyo-fallecidos select[name="anyo"] {
    /*background: #ff6d00;
    color: #fff;*/
    font-weight: bold;
    padding: 6px 7px;
    width: 140px;
}

a.fa-link-fallecido {
    text-decoration: none !important;
    color: #fff;
}

.fa-faqs > li {
    margin-bottom: 20px;
}
.fa-faqs > li h3 {
    margin: 0;
}

.fa-datos-jugador > .fa-imagen {
    position: relative;
}
.fa-datos-jugador.fa-fallecido .fa-imagen:after {
    content: '';
    position: absolute;
    background-image: url(../img/lazo-negro.webp);
    background-repeat: no-repeat;
    background-size: 30px;
    width: 30px;
    height: 30px;
    left: 1px;
    top: 3px;
}
.fa-datos-jugador > .fa-imagen > img {
    height: 180px;
    width: 120px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #000;
    object-fit: cover;
}

.fa-centrado {
    display: table;
}

/* -------------------------------------------------------------------------- */
/* Buscador
/* -------------------------------------------------------------------------- */

.fa-contenedor-buscador {
    display: table;
    margin: auto;
    background-color: #00000057;
    padding: 25px;
    border-radius: 15px;
}

.fa-buscador {
    display: table;
    margin: auto;
    position: relative;
}		
.fa-buscador .fa-campo-buscar {
    border-radius: 8px;
    overflow: hidden;
    height: 40px;
    display: -webkit-box;
    white-space: nowrap;
}
.fa-buscador .fa-campo-buscar > * {
    display: inline-block;
}
.fa-buscador .fa-campo-buscar > input {
    height: 100%;
    width: 80%;
    border: 0;
    padding: 0px 9px;
    border-radius: 0;
}
.fa-buscador .fa-campo-buscar > .fa-boton-buscar {
    height: 100%;
    padding: 0;
    width: 20%;
    border-radius: 0;
    position: relative;
}
.fa-buscador .fa-campo-buscar > input:focus-visible {
    outline: none;
}
.f-buscador .fa-boton {
    background-color: #ff6d00;
    height: 100%;
    border: none;
    /*color: #fff;*/
    border-radius: 0;
    /*position: relative;
    overflow: hidden;*/
}
.fa-buscador .fa-boton:not(:disabled):hover {
    background-color: #dc5e01;
}
.fa-buscador .fa-boton:disabled:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #ffffff87;
}
.fa-buscador .fa-campo-contenedor {
    background: #fff;
    color: #000;
    border-radius: 5px;
    box-shadow: 10px 10px 10px -2px #00000078;
    padding: 0 6px;
    position: absolute;
    min-width: 100%;
    max-height: 0;
    transition: all .3s ease-in-out;
    overflow: hidden;
}
.fa-buscador .fa-campo-contenedor.visible {
    padding: 6px 6px;
    max-height: 500px;
}
.fa-buscador .fa-campo-contenedor > ul > li {
    padding: 2px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;    
}
.fa-buscador .fa-campo-contenedor > ul > li:hover {
    background: #7f7ffc;
    color: #fff;
}

/* -------------------------------------------------------------------------- */
/* Entrenador
/* -------------------------------------------------------------------------- */

.fa-datos-entrenador {
    display: table;
    margin: auto;
    background-color: #00000057;
    padding: 25px;
    border-radius: 15px;    
}
.fa-datos-entrenador > * {
    display: inline-block;
    vertical-align: top;
}

/* -------------------------------------------------------------------------- */
/* Entrenadores
/* -------------------------------------------------------------------------- */

.fa-entrenadores > li {
    width: 12%;
    text-align: center;
    display: inline-block;
}
.fa-entrenadores > li a > * {
    display: block;
}
.fa-entrenadores > li .fa-imagen {
    width: 50px;
    height: 73px;
    margin: auto;
    transition: all .3s ease-in-out;
}
.fa-entrenadores > li:hover .fa-imagen {
    transform: scale(1.15);
}
.fa-entrenadores > li .fa-imagen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 2px solid #515151;
    border-radius: 8px;
    background-color: #fff;
}
.fa-entrenadores > li .fa-imagen {
    position: relative;
}
.fa-entrenadores > li.fa-fallecido .fa-imagen:after {
    content: '';
    position: absolute;
    background-image: url(../img/lazo-negro.webp);
    background-repeat: no-repeat;
    background-size: 15px;
    width: 15px;
    height: 15px;
    left: 2px;
    top: 4px;
}

/* -------------------------------------------------------------------------- */
/* Estadio
/* -------------------------------------------------------------------------- */

.fa-datos-estadio {
    display: table;
    margin: auto;
    background-color: #00000057;
    padding: 25px;
    border-radius: 15px;    
}
.fa-datos-estadio .fa-imagen {
    max-width: 300px;
}
.fa-datos-estadio .fa-imagen > img {
    width: 100%;
}
.fa-datos-estadio > * {
    display: inline-block;
    vertical-align: top;
}

/* -------------------------------------------------------------------------- */
/* MVP
/* -------------------------------------------------------------------------- */

.fa-jugadores-mvp > li {
    width: 19%;
}
.fa-jugadores-mvp .fa-anyo {
    font-size: 80%;
    font-weight: bold;
}

/* -------------------------------------------------------------------------- */
/* Super bowl MVP
/* -------------------------------------------------------------------------- */

.fa-jugadores-super-bowl-mvp > li {
    width: 19%;
}
.fa-jugadores-super-bowl-mvp .fa-anyo {
    font-size: 80%;
    font-weight: bold;
}

/* -------------------------------------------------------------------------- */
/* salones fama
/* -------------------------------------------------------------------------- */

.fa-entrenadores-salones-fama h3 {
    text-align: center;
    border-bottom: 1px solid #999999;
}

.fa-jugadores-salones-fama h3 {
    text-align: center;
    border-bottom: 1px solid #999999;
}

/* -------------------------------------------------------------------------- */
/* Universidad
/* -------------------------------------------------------------------------- */

.fa-datos-universidad {
    display: table;
    margin: auto;
    background-color: #00000057;
    padding: 25px;
    border-radius: 15px;    
}
.fa-datos-universidad > * {
    display: inline-block;
    vertical-align: top;
}

/* -------------------------------------------------------------------------- */
/* Posiciones
/* -------------------------------------------------------------------------- */

.fa-tipos-posiciones {
    display: table;
}
.fa-tipos-posiciones > li {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}
.fa-tipos-posiciones > li > h3 {
    margin: 15px 0 5px 0;
}

.fa-datos-posicion {
    margin: auto;
    display: table;
    background-color: #00000057;
    padding: 25px;
    border-radius: 15px;    
}

/* -------------------------------------------------------------------------- */
/* Partidos
/* -------------------------------------------------------------------------- */

.fa-proximos-partidos {
    font-size: 0;
}
.fa-proximos-partidos img {
    width: 60px;
    border-radius: 5px;
}
.fa-proximos-partidos li {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;    
    margin-right: 10px;    
    border-radius: 10px;
    overflow: hidden;    
    transition: all .2s ease-in-out;
}
.fa-proximos-partidos li:hover {
    transform: scale(1.05);
}
.fa-proximos-partidos li .fa-inicio {
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    line-height: 1;
    font-size: 12px;
}
.fa-proximos-partidos li .fa-inicio .fa-textos {
    background-color: #00000052;
    padding: 2px 6px;
    border-radius: 4px;
    line-height: 1.2;
}
.fa-proximos-partidos li .fa-inicio .fa-fecha {
    font-size: 100%;
}
.fa-proximos-partidos li .fa-inicio .fa-hora {
    font-size: 90%;
}

.fa-proximos-partidos li .fa-inicio .fa-textos > * {
    display: block;
}
.fa-proximos-partidos .fa-equipo {
    display: inline-block;
    width: 170px;
    position: relative;
    padding: 10px;
}
.fa-proximos-partidos .fa-inicio img {
    width: 34px;
    margin: auto;
    margin-top: 3px;
}
.fa-proximos-partidos .fa-equipo > a > * {
    display: table;
    margin: auto;
}
.fa-proximos-partidos .fa-equipo .fa-nombre {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 11px;
    background-color: #00000052;
    padding: 0px 6px;
    border-radius: 4px;
}

/* -------------------------------------------------------------------------- */
/* video fondo
/* -------------------------------------------------------------------------- */

.fa-video-fondo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    max-width: 100vw !important;
    box-sizing: border-box;
    object-fit: cover;
    transition: opacity 0.3s;
    z-index: -1;
}

.fa-video-fondo.movil {
    display: none;
}

@media screen and (max-width: 1023px) {
    .fa-video-fondo.movil {
        display: block;
    }
    .fq-video-fondo.desktop {
        display: none;
    }
}
