/* 
Verde  claro falabella: #43a834
Verde  Oscuro falabella: #007934
Verde clarito falabella: #c2d500
Rojo:   #b81818 
*/

.bg-body-tertiary{
    background-color: rgb(0,161,222)!important;
}

.nav-link, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .navbar-nav .dropdown-item{
    color: white;
}
.navbar-nav .dropdown-item:hover {
    background-color: rgb(0,163,75)!important;;
}
.navbar-nav a:hover, a:focus{
    color: white;
}
h1 {
    color: rgb(0,163,75);
}
h1 span{
    color: rgb(0,161,222);
    display: block;
}

.discipline:nth-child(1) {
    background-color: #43a834;
    border-bottom: solid 4px #c2d500;
}
.discipline:nth-child(1) { background-color: rgb(0,161,222); border-bottom: solid 4px rgb(242,169,0) ;}
.discipline:nth-child(2) { background-color: rgb(0,161,222); border-bottom: solid 4px rgb(242,169,0) ;}
.discipline:nth-child(3) { background-color: rgb(0,161,222); border-bottom: solid 4px rgb(242,169,0) ;}
.discipline:nth-child(4) { background-color: rgb(0,161,222); border-bottom: solid 4px rgb(242,169,0) ;}
.discipline:nth-child(5) { background-color: rgb(0,161,222); border-bottom: solid 4px rgb(242,169,0) ;}
.discipline:nth-child(6) { background-color: rgb(0,161,222); border-bottom: solid 4px rgb(242,169,0) ;}
.discipline:nth-child(7) { background-color: rgb(0,161,222); border-bottom: solid 4px rgb(242,169,0) ;}
.discipline:nth-child(8) { background-color: rgb(0,161,222); border-bottom: solid 4px rgb(242,169,0) ;}
.discipline:nth-child(9) { background-color: rgb(0,161,222); border-bottom: solid 4px rgb(242,169,0) ;}



.discipline:hover {
    background-color: rgb(0,163,75);
    transform: scale(1.05);
}

h2 {

    background-color: rgb(0,161,222);

}

.t-base thead th {
    background-color: rgb(0,163,75);

}



@media (max-width: 767px) {
    .t-base thead th:nth-child(3), .t-base tbody td:nth-child(3) {
        display: none;
    }
}