#topbar,
#masthead {
  font-family: Neue Haas Grotesk Text Pro, sans-serif;
}
#header2 {
  position: sticky;
  background-color: #fff;
  top: 64px;
  transition: top 0.3s;
  z-index: 10;
}
#header2 ul,
#header2 li {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
  margin: 0;
  padding: 0;
}
#header2 li {
  margin-right: 15px;
}
#header2 a {
  text-decoration: none;
  color: var(--primary-color);
  font-family: Neue Haas Grotesk Text Pro, sans-serif;
  letter-spacing: 0.3px;
}
#header2 a:hover {
  color: var(--secondary-color);
}
#header2 strong {
  display: inline-block;
  font-weight: 500;
  line-height: 23px;
  height: 25px;
  border: 1px solid var(--primary-color);
  padding: 0 15px;
  border-radius: 6px;
  letter-spacing: -1.1px;
}
#header2 a:has(strong):hover strong {
  border: 1px solid var(--secondary-color);
}
#nova_auta:checked ~ #header2 {
  top: 119px;
}
