header {
  background-color: rgba(185, 159, 140, 0.6352941176);
  border-bottom: 1px solid #eee;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: space-around;
}
header > div {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  header > div {
    justify-content: space-between;
    max-width: 1200px;
  }
}
header > div a img {
  width: 20%;
  height: auto;
}
@media (min-width: 768px) {
  header > div a img {
    width: 25%;
  }
}
header > div .pleosc {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1001;
  display: flex;
  gap: 1.2rem;
  padding-left: 1.2rem;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  width: 80%;
  background-color: #f1d9c8;
  transform: translateX(-100%);
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  header > div .pleosc {
    position: relative;
    gap: 10vw;
    flex-direction: row;
    transform: translateX(0);
    height: -moz-fit-content;
    height: fit-content;
    background-color: transparent;
    gap: 2vh;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
}
header > div .pleosc a {
  font-size: 1.8vh;
  transition: all 0.3s ease;
  white-space: nowrap;
  text-decoration: none;
  color: black;
  font-family: Mulish, sans-serif;
}
header > div .pleosc a:hover {
  color: #ff5100;
}
header > div .pleosc-active {
  transform: translateX(0);
}
header > div .lang-switcher {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5vw;
}
header > div .lang-switcher .options {
  position: absolute;
  top: 150%;
  left: 0;
  right: 0;
}
header > div .lang-switcher .options > *:hover {
  background-color: rgba(185, 159, 140, 0.1921568627);
}
header .lang-switcher {
  position: fixed;
  top: 2rem;
  right: 0;
  z-index: 1000;
  font-size: 0.9rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  border-radius: 4px 0 0 4px;
}
@media (max-width: 768px) {
  header .lang-switcher {
    top: 7.5vh;
    right: none;
    left: 50%;
    font-size: 0.8rem;
  }
}
header .lang-switcher .custom-select {
  position: relative;
  cursor: pointer;
  color: #000000;
}
header .lang-switcher .custom-select .selected {
  background: rgba(0, 0, 0, 0.1);
  padding: 4px 8px;
  border-radius: 2px;
}
header .lang-switcher .custom-select .options {
  display: none;
  position: absolute;
  right: 0;
  color: #000000;
  border-radius: 2px;
  list-style: none;
  padding: 0;
}
header .lang-switcher .custom-select .options li {
  padding: 4px 8px;
  white-space: nowrap;
  cursor: pointer;
  border-bottom: 1px solid black;
}
header .lang-switcher .custom-select .options li:hover {
  background: rgba(255, 255, 255, 0.1490196078);
}
header .hamburger {
  width: 1.75rem;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}
@media screen and (min-width: 768px), screen and (orientation: landscape) {
  header .hamburger {
    display: none;
  }
}
header .hamburger span {
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  width: 100%;
  height: 2px;
  background: white;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
header .hamburger span::before, header .hamburger span::after {
  content: "";
  position: absolute;
  right: 0;
  width: 75%;
  height: 2px;
  background: white;
  border-radius: 2px;
  transition: all 0.3s ease;
}
header .hamburger span::before {
  top: -7px;
}
header .hamburger span::after {
  top: 7px;
}
header .hamburger.active span {
  background: transparent;
}
header .hamburger.active span::before {
  transform: rotate(45deg);
  top: 0;
  width: 100%;
}
header .hamburger.active span::after {
  transform: rotate(-45deg);
  top: 0;
  width: 100%;
}

.laterale {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
  z-index: 1000;
}
.laterale > * {
  width: -moz-fit-content;
  width: fit-content;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff3300;
  border-radius: 4px 0 0 4px;
  white-space: nowrap;
  padding: 0 0.5rem;
  transition: all 0.3s ease-in-out;
  transform: translateX(82.5%);
}
@media (max-width: 767px) {
  .laterale > * {
    transform: translateX(0);
  }
}
.laterale > *:hover {
  transform: translateX(0);
}
@media (max-width: 767px) {
  .laterale > * {
    right: 0;
    width: 2rem;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .laterale > * span {
    display: none;
  }
}
.laterale > * a {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 2px;
  color: black;
  font-weight: 600;
  text-decoration: none;
}
.laterale > * a span {
  margin-left: 1rem;
}/*# sourceMappingURL=header.css.map */