/* Barra superior */
.barsup {
    background-color: #FF8800;
}
/* end*/ 
/* START Página Bienvenida */
.titbienvenida {
    color: #54b3aa;
}

.borderimgbienvenida {
    border-top: solid 3px #FF8800;
}

.btn-bienvenida {
    background-color: #FF8800;
    color: #000000;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
}

.btn-bienvenida:hover {
    background-color: #FF8800;
    color: #FFF;
}
/* END Página Bienvenida */

/* START Página Categorías */
.btn-buscar {
    background-color: #3b4052;
    color: #FFFFFF;
}

.btn-buscar:hover {
    background-color: #baa644;
}

.titlistcat {
    color: #2b2b2b;
}

.titcat {
    color: #2b2b2b;
    font-weight: bold;
}

.catcourse {
    transition: all 0.3s;
    background-color: #f7f7f7;    
}
.catcourse:hover {
    /* transform: scale(1.15); */
    background-color: #ff880012;
}

.text-title {
    color: #2b2b2b;
}

.text-miga {
    color: #FF8800;
}

a.miga {
    color: #333333 !important;
}

a:hover.miga {
    text-decoration: underline !important;
}

table.dataTable td {
    padding: .2rem .5rem !important;
    vertical-align: middle;
}

.active > .page-link, .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #313533 !important;
    border-color: #313533 !important;
  }

.page-link {
    color: #ff8800 !important;
  }

.nav-link {
    color:#313533;
}

.nav-link:hover {
    color:#FF8800;
}

.btn-masinfo {
    background-color: #2b2b2b;
    color: #FFF;
}

.btn-masinfo:hover {
    background-color: #2b2b2b;
    color: #FF8800;
}

.fondotitcat {
    background-color: #2b2b2b;
    color: #FFF;
}

.btn-send-form {
    background-color: #FF8800;
    color: #000000;
}

.btn-send-form:hover {
    background-color: #FF8800;
    color: #FFF;
}