/* Personalización para Derco */
/* colores: #e21626 - Rojo */

html {
    font-family: "ITC Avant Garde Pro", Verdana, Geneva, Tahoma, sans-serif;
}

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


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

.t-matchs-group th:nth-child(3),
.t-matchs-group td:nth-child(3) {
    display: none;
}



/* Barra de menu */

.bg-body-tertiary {
    background-color: #124f9e !important;
}

.navbar-nav {
    color: white;
    font-family: "ITC Avant Garde Pro", Verdana, Geneva, Tahoma, sans-serif;
}

.nav-link {
    color: white;
    transition: all 0.3s ease-in-out;
    padding: 0.5rem 1rem;
    border-radius: 4px;
}

.nav-link:hover {
    background-color: white !important;
    color: #124f9e !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: white;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler {
    border: 1px solid white;
    transition: transform 0.2s ease;
}

.navbar-toggler:active {
    transform: scale(0.95);
}

/* Disciplinas */
.t-base thead th {
    background-color: #ffe108;

}

/* Dropdown items hover effect */
.dropdown-item {
    transition: background-color 0.3s ease;
}

.dropdown-item:hover {
    background-color: #1a1a1a !important;
    color: #ffe108 !important;
}


.discipline:nth-child(1) {
    background-color: #124f9e;
}

.discipline:nth-child(2) {
    background-color: #124f9e;
}

.discipline:nth-child(3) {
    background-color: #124f9e;
}

.discipline:nth-child(4) {
    background-color: #124f9e;
}

.discipline {
    border-bottom: solid 4px #ffe108;
}

h1 {
    color: #124f9e;
}

h2 {
    background-color: #124f9e;
    color: white;
}






/* especiales  */
/* Comentar en caso se deban mostrar las tablas de goleadores y fair play */
#nav-tabla-goleadores-tab,
#nav-fair-play-tab {
    display: none;
}


@media (max-width: 575px) {
    html {
        font-size: 12px;
    }

    .t-matchs-knockout th:nth-child(3),
    .t-matchs-knockout td:nth-child(3) {
        display: none;
    }
}