/*!*************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[3]!./src/app/(DashboardLayout)/layouts/header/header.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************/
/* styles/globals.css o un módulo de CSS */


/* styles/globals.css o un módulo de CSS */
.custom-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px; /* 10% de la altura de la ventana */
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 40px;
  color: white;
  font-family: 'Arial Black', sans-serif;
  font-size: 1.8vh;
  background-image: url('/images/bannerCompleto.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1000;
}



/* Texto por encima de todo */
.header-text {
  position: relative;
  z-index: 3;
  letter-spacing: 1.5px;
  font-size: 1.5rem;
  left: -40px;    /* mueve el texto 20px hacia la izquierda */
}

@font-face {
  font-family: 'Telematic';
  src: url('/fonts/Conthrax-SemiBold.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.custom-header {
  font-family: 'Telematic', sans-serif;
}

.header-text {
  font-family: 'Telematic', sans-serif;
} 

.dropdown-menu-user {
  background-color: #f0f0f0 !important; /* Fondo gris claro */
  min-width: 220px; /* Ancho mínimo para que se vea bien */
  padding: 0.5rem 0;
  border-radius: 8px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  
}





.bg-primary {
  background-color: #ccc !important; /* O el gris que prefieras */
}
