
/** Bacckground color */
.bg-drycf{
    background-color: #D59F0F!important;
}
.bg-drycf-blue{
    background-color: #002B7A!important;
}
.bg-drycf-acua{
    background-color: #2B487E!important;
}
.bg-unam{
    background-color: #FEDA77!important;
}
/** Text color **/
.text-yellow {
    color: #f6cc22;
}
.btn-xxs,
.btn-group-xxs>.btn {
    margin-bottom: 0;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 0.5rem;

}


.modal {
    --bs-modal-zindex: 1050;
    --bs-modal-width: 750px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;

    --bs-modal-bg: #fff;
    --bs-modal-border-color: rgba(0, 0, 0, 0.2);
    --bs-modal-border-width: 1px;
    --bs-modal-border-radius: 0.75rem;
    --bs-modal-box-shadow: 0 0.3125rem 0.625rem 0 rgba(0, 0, 0, 0.12);
    --bs-modal-inner-border-radius: calc(0.75rem - 1px);
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: #dee2e6;
    --bs-modal-header-border-width: 1px;
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;

    --bs-modal-footer-border-color: #dee2e6;
    --bs-modal-footer-border-width: 1px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
/*  icon fa menú */
.icon-sm i {
    top: 0px;
    font-size: .65rem;
}

/* bg aside */
.navbar-vertical.bg-white .navbar-nav > .nav-item .nav-link.active {
    background-color: #ffffff;
    box-shadow: none;
}
