/* Atlantic Rainforest treatment: confined to the fixed header bar. */
header[data-astro-cid-sckkx6r4] {
  background-color: #123d2d;
  background-image:
    linear-gradient(rgba(7, 38, 27, 0.72), rgba(7, 38, 27, 0.78)),
    url('/images/atlantic-rainforest-header.webp');
  background-position: center 48%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 0;
  box-shadow: 0 2px 14px rgba(5, 25, 18, 0.24);
}

header[data-astro-cid-sckkx6r4] nav > a > div {
  background: #1b4332;
  border: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.32);
}

header[data-astro-cid-sckkx6r4] nav > a > span,
header[data-astro-cid-sckkx6r4] nav > ul > li > a {
  color: rgba(255, 255, 255, 0.94);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}

header[data-astro-cid-sckkx6r4] nav > ul > li > a:hover {
  color: #fff;
}

header[data-astro-cid-sckkx6r4] #menu-toggle > span {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

header[data-astro-cid-sckkx6r4] .flag-btn:focus-visible {
  outline-color: #fff;
}
