/* 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;
}




/* Barra de menu */

.bg-body-tertiary{
    background-color: #06497a!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: #06497a !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: grey;

}

/* Dropdown items hover effect */
.dropdown-item {
    transition: background-color 0.3s ease;
}
.dropdown-item:hover {
    background-color: #1a1a1a !important;
    color: #ffd700 !important;
}


.discipline:nth-child(1) { background-color: #06497a; }
.discipline:nth-child(2) { background-color: #06497a; }
.discipline:nth-child(3) { background-color: #06497a; }
.discipline:nth-child(4) { background-color: #06497a; }
.discipline {
    border-bottom: solid 4px gray;
}

h1 {
    color: #06497a;
}

h2 {
    background-color: #06497a;
    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;
    }
}
