/* 
Azul: #1e2c50
Verde: #76bc21
*/

.bg-body-tertiary{
    background-color: #1e2c50!important;
}

.nav-link, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .navbar-nav .dropdown-item, .navbar-nav a:hover, a:focus{
    color: white;
    font-size: 0.8rem;
    text-transform: uppercase;
}
.navbar-nav .dropdown-item:hover {
    background-color: #76bc21!important;;
}

h1 {
    color: #1e2c50;
}
h1 span{
    color: #76bc21;
    display: block;
}

.discipline { background-color: #1e2c50; border-bottom: solid 4px #76bc21;}





.discipline:hover {
    background-color: #76bc21;
    border-bottom: solid 4px #1e2c50;
    transform: scale(1.025);
}

h2 {

    background-color: #76bc21;

}

.t-base thead th {
    background-color: #1e2c50;

}



@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;
    }
}