@charset "utf-8";
/* 
Plantilla:  Header
Autor:      OncemediaMX / Miguel Solorio
Website:    oncemedia.com.mx
Fecha:      headerAbril 2021
------------------------------------------------------------*/

#header {
  background: rgba(25, 46, 94, 0.1);
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
}

#header .header-normal {
  background: rgba(25, 46, 94, 0.1);
}

#header.header-scrolled, #header.header-inner-pages {
  background: rgba(25, 46, 94, 0.9);
}

#header .logo {
  font-size: var(--font_size_l);
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: var(--color_body);
}

#header .logo img {
  max-height: 40px;
}