



/* 
celeste: #61c2ef
Amarillo: ffcd00
*/

/* Cabecera */

@font-face {
    font-family: "ITC Avant Garde Pro Bold";
    src: url("../fonts/ITCAvantGardePro-Bold.woff2") format('woff');
}

@font-face {
    font-family: "ITC Avant Garde Pro";
    src: url("../fonts/ITCAvantGardePro-Bk.woff2") format('woff');
}

@font-face {
    font-family: "ITC Avant Garde Pro Md";
    src: url("../fonts/ITCAvantGardePro-Md.woff2") format('woff');
}

@font-face {
    font-family: "ITC Avant Garde Pro Demi";
    src: url("../ITCAvantGardePro-Demi") format('woff');
}


body {
    font-family: "ITC Avant Garde Pro", Verdana, Geneva, Tahoma, sans-serif;
    color: #002239;
}


.navbar-brand {
    height: auto;
}
.navbar-brand img {
    max-width: 220px;
    margin: 20px 5px;
    max-height: 40px;
}
.navbar-nav .dropdown-item:hover {
    background-color: #ffcd00!important;;
}

h1 {
    color: #ffcd00;
}
h1 span{
    color: #333333;
    display: block;
}

.discipline { background-color: #61c2ef; border-bottom: solid 4px #ffcd00;
color: black;
text-transform: capitalize; }





.discipline:hover {
    background-color: #ffcd00;
    border-bottom: solid 4px #61c2ef;
    transform: scale(1.025);
}

h2 {

    background-color: #61c2ef;
    border-bottom: solid 2px #ffcd00;
    color: #333;

}

.t-base thead th {
    background-color: #ffcd00;
    color: #333;

}


@media (max-width: 767px) {
    .t-tabla-posiciones-sets td:nth-child(9), 
    .t-tabla-posiciones-sets td:nth-child(10),
    .t-tabla-posiciones-sets td:nth-child(11),
    .t-tabla-posiciones-sets th:nth-child(9),
    .t-tabla-posiciones-sets th:nth-child(10),
    .t-tabla-posiciones-sets th:nth-child(11){
        display: none;
    }
    
    
    .t-matchs-knockout td:nth-child(3),
    .t-matchs-knockout th:nth-child(3),
    .t-matchs-knockout td:nth-child(3),
    .t-matchs-knockout th:nth-child(3){
        display: none;
    }
    .t-matchs-group td:nth-child(2),
    .t-matchs-group th:nth-child(2) {
        display: none;
    }

    .t-matchs-group td:nth-child(3),
    .t-matchs-group th:nth-child(3) {
        display: table-cell !important;
    }

    .t-tabla-jugadores.cls-1204 th:nth-child(3),
    .t-tabla-jugadores.cls-1204 td:nth-child(3) {
        display: table-cell !important;
    }
}

@media (max-width: 350px) {
    .t-tabla-posiciones-sets td:nth-child(6), 
    .t-tabla-posiciones-sets td:nth-child(7),
    .t-tabla-posiciones-sets td:nth-child(8),
    .t-tabla-posiciones-sets th:nth-child(6),
    .t-tabla-posiciones-sets th:nth-child(7),
    .t-tabla-posiciones-sets th:nth-child(8){
        display: none;
    }
}