/* Selecciona la imagen que está dentro del link del header */
header img {
  height: 45px !important; /* Ajusta este valor a tu gusto */
  width: auto !important;
  max-height: none !important;
}
/* Si quieres que se vea aún más grande, usa transform */
header img:hover {
  transform: scale(1.1);
  transition: 0.3s;
}
.w-12 {
    width: 5rem!important;
}
