/*header*/
.header {
  position: absolute;
  width: 100%;
  padding: 1.5rem 2rem 0 2rem;
  top: 0;
  z-index: 1000;
}
.navbar {
  position: relative;
  padding: 0 0 1.5rem 0;
  justify-content: center;
  border-bottom: 3px solid var(--green-color);
}
.menu-lang {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.5rem;
}
/**/
/*resposive*/
/**/
@media (max-width: 1750px) {}
@media (max-width: 1400px) {
  .menu-lang {
    font-size: 0.65rem;
  }
}
@media (max-width: 1199px) {}
@media (max-width: 767px) {
  .menu-lang {
    font-size: 0.8rem;
  }
}