body {
    font-family: "Roboto", sans-serif !important;
    font-weight: 300 !important;
    font-size: 0.9rem !important;
}

#divMenu {
    height: 100vh !important;
    overflow-y: auto !important;
    background-color: #B28D5D !important;
    color: #ffffff !important;
}

#divContent {
    height: 100vh !important;
    overflow-y: hidden;
}

.menuPrincipal li {
    background-color: transparent !important;
    border-left: none !important;
    border-right: none !important;
    text-align: left !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    cursor: pointer;
    border-bottom-color: #CDB696 !important;
}

.menuPrincipal li:hover {
    background-color: transparent !important;
    border-left: none !important;
    border-right: none !important;
    text-align: left !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    cursor: pointer;
    border-top-color: #ffffff !important;
}

.tituloPrincipal {
    font-family: "Cinzel", sans-serif !important;
    font-weight: 500 !important;
    color: #ffffff !important;
}

.stickyBar {
    background-color: #777777 !important;
}

.btn {
    font-family: "Roboto", sans-serif !important;
    font-weight: 300 !important;
}

.btn-primary-theme {
    background-color: #967056 !important;
    color: #ffffff !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: 400 !important;
}

.contenidoPagina {
    border: 1px solid #d3d6d8;
    overflow-y: auto !important;
}

.linkSecondary {
    color: #41464b !important;
    text-decoration: none;
}

.linkSecondary:hover {
    color: #41464b !important;
    text-decoration: underline;
}

.colorSecondary {
    color: #41464b !important;
}

.ddlPrimary {
    --bs-dropdown-link-active-bg: #967056 !important;
}

.option-select:hover {
    background-color: #000 !important;
}

.card-header-theme {
    background-color: #e2e3e5 !important;
    border-bottom-color: #555555 !important;
}

.lnkEmpresas {
    cursor: pointer;
}

.numeroOpcion {
    background-color: #ffffff;
    color: #333;
    border-radius: 2px;
}

.form-check-input {
    border: 1px solid #888888;
}

.table-dark-light tr th {
    background-color: #747474 !important;
    color: #ffffff !important;
    font-weight: normal !important;
}

.h1StickyBar {
    color: #ffffff !important;
}