.l-hero__img {
  position: absolute;
  top: 0%;
  z-index: -100;
  width: 100%;
}

.l-hero__p {
  padding: 1rem;
  font-size: 1.2rem;
}

.l-message {
  min-height: 196px;
  padding: 0px 20px 0;
  max-width: 810px;
  margin: 0 auto;
  font-family: var(--HLight);
  font-weight: 300;
}

.l-message ul {
  padding-left: 1rem;
  margin: 1rem 0;
}

.l-message__container {
  min-height: 196px;
}

.l-message__title {
  font-family: var(--HLight);
  font-size: 1.5rem;
  color: #6d6d6d;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
  font-weight: 300;
  font-style: italic;
  margin-top: 4rem;
}

.l-message__lists {
  display: flex;
  /* max-width: 1021px; */
  width: 80%;
  margin: 60px auto;
  margin: 0 auto;
  justify-content: center;
  /* text-align: center; */
  margin-top: 40px;
  margin-bottom: 40px;
}

.l-message__lists--grid {
  display: grid;
}

.l-message__lists ul {
  margin-left: 30px;
  margin-right: 30px;
  width: 100%;
  justify-content: center;
}

.l-message__lists li {
  font-family: var(--HLight);
  margin-bottom: 20px;
  font-weight: 300;
  font-style: italic;
  font-size: 1rem;
  color: #6d6d6d;
  position: relative;
  list-style: none;
}

.l-message__lists li:last-child {
  margin-bottom: 0px;
}

.l-message__lists li::after {
  content: "";
  background-image: url(../img/arrow.png);
  position: absolute;
  width: 17px;
  height: 16px;
  left: -19px;
  margin-right: 0px;
  top: 0;
}

.l-disfrute {
  background-color: var(--morado3);
  max-width: 1600px;
  margin: 0 auto;
}

.l-disfrute__container {
  padding: 3rem 1rem;
}

.l-disfrute__title {
  font-family: var(--HLight);
  font-size: 1.5rem;
  color: var(--blanco2);
  text-align: center;
  font-weight: 300;
  font-style: italic;
  margin: 1.5rem;
}

.l-disfrute__list-1 {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--blanco2);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 1rem;
  padding-right: 1rem;
}

.l-disfrute__list-2 {
  display: grid;
  grid-gap: 20px;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, 200px);
}

.l-habitaciones__container {
  display: flex;
  justify-content: center;
  padding: 3rem 0;
  flex-wrap: wrap;
}

.l-habitaciones-tipo-botones {
  display: flex;
  justify-content: center;
  padding: 2rem 0 0 0;
  flex-wrap: wrap;
}

.l-habitaciones-tipo-botones .c-habitaciones__cta {
  background-color: var(--morado3);
  color: var(--blanco2);
  transition: 0.4s all ease-in-out;
  padding: 20px;
  font-size: var(--fs14);
  font-family: var(--Hbold);
  font-weight: bold;
}

.l-habitaciones-tipo-botones .c-habitaciones__cta.activo {
  background: var(--vino);
}

.l-habitaciones__title {
  justify-self: center;
  font-family: var(--HLight);
  align-self: center;
  font-size: 3.75rem;
  color: var(--morado2);
  font-style: italic;
  font-weight: 300;
  margin: 0.5rem;
  max-width: 372px;
  width: 100%;
}

@media (max-width: 1024px) {
}

@media (max-width: 684px) {
  .l-message__lists {
    padding: 0 2rem;
  }
  .l-message__lists ul {
    margin: 0 0 1rem;
  }
  .l-message__lists {
    display: block;
  }
}

@media (max-width: 1024px) {
  /*.l-hero__container {min-height: 367px;}*/
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .l-nav__menu-item,
  .l-nav__menu-item:last-child {
    margin-right: 1rem;
  }
}

@media (max-width: 30em) {
  .l-hero__container {
    min-height: auto;
  }
  .l-habitaciones {
    padding: 1rem;
  }
  .l-disfrute__list-2 {
    grid-template-columns: repeat(auto-fit, 132px);
  }
  .l-message__lists ul:last-child {
    margin-top: 1rem;
  }
  .l-habitaciones__title {
    display: block;
    max-width: initial;
    font-size: 2.6rem;
    text-align: center;
  }
}
