/*-----INICIO HEADER------*/
.header__frontpage {
  padding-top: 1rem !important;
  height: 0rem !important;
}
.header__logo img {
  width: 100%;
}
.header__nav {
  padding: calc(0.8rem + var(--header-height)) 0;
}
.header__menu {
  margin-top: 1rem;
}
.header__menu input + label {
  display: none;
}
.header__menu input ~ nav {
  display: block;
  position: initial;
  width: auto;
  overflow: auto;
}
.header__menu nav#menu ul > li > a {
  font: 600 1.5rem / normal var(--font-primary);
  width: auto;
  padding: 0.3rem 1.5rem 0.4rem;
  border-radius: 0;
  transition: 0.5s ease;
  text-transform: unset;
}
.header__menu nav#menu ul > li > a:hover {
  color: var(--color-alternative-color);
  background: none;
  border-bottom: 2px solid var(--color-alternative-color);
}
.header__menu nav#menu ul {
  flex-direction: initial;
  justify-content: flex-end;
  padding: 0;
}
.header__menu nav#menu ul > li {
  opacity: inherit;
  list-style: none;
  margin: 0;
}
.header__menu nav#menu ul > li > a[aria-current="page"] {
  color: var(--background);
  border-radius: 0.6rem 0.6rem 0 0;
}
.header__banner .slider_instance .stx-main-container {
  height: inherit !important;
}
.header__nav {
  z-index: 2;
  display: flex;
  padding: 0 2rem;
  flex-direction: row !important;
  justify-content: space-between !important;

  .header__content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: unset;
    padding: 1rem 1.5rem 0;
    border-radius: 1rem;
  }
}

.header__menu {
  position: static;
  align-self: baseline;
  display: grid !important;
  width: min-content !important;
  column-gap: 1.5rem;
  grid-template-areas:
    "location phone flags"
    "menu menu menu";
  place-items: end !important;
  
  .gtranslate_wrapper{
      display: flex;
      gap: 1rem;
      align-items: center;
      justify-content: end;
    position: static !important;
    grid-area: flags;
    width: 10rem;
}
  #block-7 {
    grid-area: location;
    width: max-content;
  }
  #block-8 {
    grid-area: phone;
    width: max-content;
  }
  nav {
    grid-area: menu;
    margin: 1rem 0 0 !important;
    width:max-content !important;
  }
}
/*-----FIN HEADER------*/
.frontpage_slider-wrapper {
    border-radius: 2rem;
    width:95% !important;
}
.room_carousel-viewport {
  width: 90% !important;
}
