/*
 # ########*###########################
 Autor: José Luis Rodriguez
 Mail: jrodriguez@bincodex.com
 Web: https://bincodex.com
 Fecha: 2026-07-02 12:59:43
 Archivo: 03-header.css
 Codificación: UTF-8
 Editado en: Kate 25.04.3
 ####################################
 */


/* -------------------------------------
   ENCABEZADO (Header)
------------------------------------- */
.main-header {
    padding: 16px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    position: sticky;
    top: 0;
    z-index: 10;
}

.header_system .logo-app {
	width: 120px;
	height: 30px;
}

.header-titulo .sub-empresa {
    font-size: 0.75rem;
    text-transform: uppercase;
    color: var(--texto-mutado);
    font-weight: 600;
    letter-spacing: 0.5px;
}

.header-titulo h1 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 2px;
}

.header-usuario {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    user-select: none;
    cursor: pointer;
}

.usuario-info {
    text-align: right;
    display: flex;
    flex-direction: column;
}

.usuario-rol {
    font-size: 0.9rem;
    font-weight: 600;
}

.usuario-contexto {
    font-size: 0.75rem;
    color: var(--texto-mutated);
}

.usuario-avatar {
    width: 33px;
    height: 33px;
    background-color: #ecfdf5;
    color: #047857;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
