body {
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
}

header {
  background: #fff;
  position: relative;
  padding: 26px 0;
}
header .navbar {
  background-color: transparent !important;
}
header .navbar .navbar-brand {
  margin-right: 60px;
}
header .navbar .navbar-toggler:focus {
  box-sizing: border-box;
  box-shadow: none;
}
header ul li {
  display: inline-block;
  list-style-type: none;
  margin-right: 10px;
}
header ul li a {
  font-size: 18px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  color: #1e1e1e;
  text-decoration: none;
  padding: 0 16px;
  border-right: 1px solid;
}
header .logo_menu {
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .logo_menu ul {
  margin-left: 60px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
}
header .btn_store {
  color: #363636;
  font-size: 18px;
  border: 1px solid;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 8px 16px;
  border-radius: 100px;
}

@media (max-width: 990px) {
  header {
    padding: 0;
  }
  header ul li a {
    padding: 8px 0;
    border-right: 0;
    display: block;
  }
}/*# sourceMappingURL=header.css.map */