
@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fa-brands-400.woff2") format("woff2");
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../fonts/fa-solid-900.woff2") format("woff2");
}

.sidebar .icono {
    width:13px
}

.nav-item .subproceso{
    font-size:8px !important;
}

.text-justify {
    text-align:justify
}

.nav-hover-gris:hover {
    background-color: #eaeaea;
}

.boton_activo {
    background-color: #59303A !important;
    color: #ffffff !important;
}

.boton_activo:hover {
    background-color: #C59E73 !important;
    color:#000000 !important;
}

.form-control::selection {
    border-color: #59303A !important;
}

.footer-login {
    position: absolute !important;
    bottom: 0px !important;
    overflow: auto !important;
    /*margin-right: auto !important;
    margin-left: auto !important;*/
    max-height: 300px !important;
    left: 30% !important;
    z-index: -1;
    opacity:0.2 !important;
}

footer {
    top:95% !important;
}

.bg-guinda {
    --bs-bg-opacity: 1;
    background-color: rgba(89,48,58) !important;
}

.btn-primary{
    background-color: #C59E73 !important;
    color: #000000 !important;
    border-color: #59303A !important;
}

.btn-primary:hover {
    background-color: #59303A !important;
    color: #ffffff !important;
    border-color: #C59E73 !important;
}