:root {
  --bg: transparent;
  --surface: rgba(255, 255, 255, .06);
  --text: rgb(86, 87, 95);
  --muted: rgba(243, 246, 251, .72);
  --line: rgb(35 54 43);
  /*rgba(243, 246, 251, 0.425);*/
  --radius: 18px;
  --wrap: 1100px;
  --main: rgb(35 54 43);
  /*--mainTrans: rgb(35 54 43);*/
}

/*@font-face {
  font-family: 'Moneta-Regular';
  src: url('Moneta-Regular.otf');
}*/
/*
@font-face {
  font-family: "nNightask";
  src: url("./nNightask.ttf") format("opentype");
  font-style: normal;
  font-display: swap;
}
  */
@font-face {
  font-family: "Moneta-Regular";
  src: url("./Moneta-Regular.ttf") format("opentype");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Moneta-Light";
  src: url("./Moneta-Light.ttf") format("opentype");
  font-style: normal;
  font-display: swap;
}

* {
  font-family: Moneta-Light;
}

h2 small,
h3 small {
  font-weight: 100;
}

p {
  font-size: 18px;
}

.img {
  width: 100%;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.55;
}

h2 {
  font-size: 40px;
}

/*h3 {
  font-size: 20px;
}*/

.two-col h3 {
  font-size: 30px;
}

.two-col h3 spam {
  font-size: 20px;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.wrap {
  width: min(var(--wrap), calc(100% - 40px));
  margin: 0 auto;
}

.topbar {
  position: fixed;
  inset: 0px 0px auto 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  border: 1px solid var(--line);
  background: rgb(35 54 43 / 45%);
  /*background: rgba(8, 10, 14, .55);*/
  backdrop-filter: blur(10px);
  border-radius: 0;
  z-index: 30;
  border: none;
}

.brand {
  text-align: center;
}

.brand__name {
  display: block;
  letter-spacing: .22em;
  font-size: 12px;
  text-transform: uppercase;
}

.brand__tag {
  display: block;
  font-size: 12px;
  color: var(--muted);
}

.icon-btn {
  border: 1px solid rgb(255 255 255);
  background: transparent;
  color: rgb(255 255 255);
  border-radius: 999px;
  padding: 8px 12px;
  cursor: pointer;
}

.btn {
  border-radius: 0px;
  padding: 10px 14px;
  border: 2px solid var(--line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 40px;
  background-color: #b9b9b926;
  transition: .5s;
}

/*a.btn:hover {
  background-color: var(--line);
  color: white;
}*/

.btn--primary {
  background: var(--line);
  color: #0b0f14;
  border-color: transparent;
}

.btn--ghost {
  background: transparent;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 120px 0 60px;
  /*background:
  linear-gradient(0deg, rgb(255 255 255) 0%, rgb(11 15 20 / 0%) 22%)*/
  /*linear-gradient(0deg, rgb(11 15 20) 0%, rgb(11 15 20 / 60%) 100%, rgb(87 199 133 / 0%) 150%)*/
}

.hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover !important;
  background-position: center;
  filter: saturate(1.05);
}

.hero__overlay {
  position: relative;
  width: min(900px, calc(100% - 40px));
  text-align: -webkit-center;
}

.kicker {
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 10px;
}

.hero__title {
  font-size: clamp(34px, 5vw, 64px);
  margin: 0 0 14px;
  text-shadow: 4px 3px 6px #00000063;
  color: white;
  /*text-shadow: 4px 3px 6px #000000;*/
  border-bottom: solid;
}

.hero__overlay_v1 {
  position: relative;
  width: min(300px, calc(100% - 40px));
  /*width: min(900px, calc(100% - 40px));*/
  text-align: -webkit-center;
  right: 30%;
}

.hero__overlay_v1 .hero__title {
  font-size: 26px;
}

.hero__text {
  color: var(--muted);
  max-width: 52ch;
  margin: 0 0 18px;
  /*text-shadow: 4px 3px 6px #000000;*/
}

.hero__textv2 {
  color: white;
  font-size: 24px;
}

.hero__textv2 a {
  text-decoration: revert-layer;
}

.hero__cta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.note {
  color: var(--muted);
  margin-top: 16px;
  font-size: 13px;
}

.scrollhint {
  position: absolute;
  bottom: 24px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid white;
  border-radius: 999px;
  background: rgb(8 10 14 / 8%);
  backdrop-filter: blur(3px);
  z-index: 2;
  color: white;
}

.section {
  padding: 72px 0;
  /*border-top: 1px solid var(--line);*/
}

.section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.link {
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  padding-bottom: 2px;
}

.two-col {
  display: grid;
  grid-template-columns: .9fr .9fr;
  gap: 15px;
}

@media (max-width: 860px) {
  .two-col {
    grid-template-columns: 1fr;
  }

  /*.topbar {
    inset: 12px 12px auto 12px;
  }*/
}

.promo {
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: var(--radius);
  padding: 18px;
}

.promo ul {
  margin: 10px 0 14px;
  padding-left: 18px;
  color: var(--muted);
}

.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.grid.cards>a {
  display: contents;
}

@media (max-width: 1050px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .grid {
    grid-template-columns: 1fr;
  }
}

.card {
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: var(--radius);
  overflow: hidden;
}


.btn-absolute-card {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

#cardsGrids {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#cardsGrids .card {
  width: 31.3%;
  margin: 5px;
  position: relative;
}

.card__img {
  height: 190px;
  background-size: cover;
  background-position: center;
}

.card__body {
  padding: 14px;
}

.card__title {
  margin: 0 0 6px;
}

.card__text {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 14px;
}

.image-break {
  height: 55vh;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .8)),
    url("https://images.unsplash.com/photo-1500375592092-40eb2168fd21?auto=format&fit=crop&w=1600&q=80");
  background-size: cover;
  background-position: center;
  /*border-top: 1px solid var(--line);*/
  border-bottom: 1px solid var(--line);
}

.media {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  background-size: cover;
  min-height: 280px;
}

/*
.media--dining {
  background-image: url("https://images.unsplash.com/photo-1529692236671-f1f6cf9683ba?auto=format&fit=crop&w=1600&q=80");
  
}

.media--experiences {
  background-image: url("https://images.unsplash.com/photo-1526772662000-3f88f10405ff?auto=format&fit=crop&w=1600&q=80");
  background-size: cover;
}

.media--wellness {
  background-image: url("../assets/wallnes.png");
  background-size: cover;
  min-height: 400px;
}
*/
.background-img {
  /*background-image: url(../assets/wallnes1.png);*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.media--events {
  background-image: url("https://images.unsplash.com/photo-1523438097201-512ae7d59c0b?auto=format&fit=crop&w=1600&q=80");
  background-size: cover;
}

.hscroll {
  display: flex;
  gap: 14px;
  overflow: auto;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
}

.hscroll::-webkit-scrollbar {
  height: 8px;
}

.hscroll>.offer {
  min-width: 320px;
  scroll-snap-align: start;
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: var(--radius);
  overflow: hidden;
}

.offer__img {
  height: 160px;
  background-size: cover;
  background-position: center;
}

.offer__body {
  padding: 14px;
}

.muted {
  color: var(--muted);
}

.accordion {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 12px 14px;
  margin-bottom: 10px;
}

.accordion summary {
  cursor: pointer;
}

.book {
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: var(--radius);
  padding: 18px;
}

.form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  gap: 10px;
  margin-top: 12px;
}

.form input {
  width: 100%;
  padding: 12px 12px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, .25);
  color: var(--text);
}

@media (max-width: 860px) {
  .form {
    grid-template-columns: 1fr;
  }
}

.footer {
  padding: 40px 0 60px;
  background: var(--main);
  color: white;
  /*border-top: 1px solid var(--line);*/
}

.footer__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

@media (max-width: 700px) {
  .footer__grid {
    grid-template-columns: 1fr;
  }
}

/* Drawer */
.drawer {
  left: -100%;
  position: fixed;
  /* inset: 0; */
  z-index: 40;
  /* display: none; */
  /* left: 0%; */
  width: 100%;
  height: 100%;
  transition: .5s;
  color: white;
}

.drawer.is-open {
  /*display: block;*/
  left: 0%;
}

.drawer__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: min(360px, 88vw);
  height: 100%;
  background: rgba(8, 10, 14, .92);
  border-right: 1px solid var(--line);
  backdrop-filter: blur(10px);
  padding: 18px;
}

.drawer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}



.drawer__nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.nav-details :first-child {
  border-bottom: solid 1px #192828;
}

.drawer__nav a {
  color: var(--muted);
  padding: 10px;
  border: 1px solid transparent;
  /*border-radius: 12px;*/
}

.drawer__nav a:hover {
  border-bottom-color: var(--line);
  color: var(--text);
}

.drawer__footer {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
}

.nav-details {
  width: 100%;
  padding: 10px;
}

.nav-details summary {
  cursor: pointer;
  list-style: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: inherit;
}

.nav-details summary::-webkit-details-marker {
  display: none;
}

.nav-details summary::after {
  content: "▾";
  font-size: 14px;
  transition: transform .2s ease;
}

.nav-details[open] summary::after {
  transform: rotate(180deg);
}

.nav-details a {
  display: block;
  padding: 8px 0 8px 14px;
  text-decoration: none;
}


.drawer__backdrop {
  /*position: absolute;*/
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .35);
  border: 0;
}

.lang {
  display: flex;
  gap: 8px;
  margin-top: 6px;
}

.chip {
  border: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
  border-radius: 999px;
  padding: 8px 12px;
  cursor: pointer;
}

.chip--active {
  background: rgba(255, 255, 255, .12);
  color: var(--text);
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.heroVideo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.heroOverlay {
  position: relative;
  z-index: 1;
}

#intro {
  border-style: unset;
}

.logo_intro {
  width: 45px;
}

h2,
p {
  /*text-shadow: 3px 3px 4px black;*/
}

.btn.btn--ghost {
  /*backdrop-filter: blur(60px);*/
  background: rgba(255, 255, 255, .10);
}

/* Estado inicial */
.reveal {
  opacity: 0;
  transform: translateY(14px);
  /*transition: opacity 600ms ease, transform 600ms ease;*/
  transition: 0.9s;
  will-change: transform, opacity;
}

/* Cuando ya entró en pantalla */
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Accesibilidad: si el usuario prefiere menos animaciones */
/*
@media (prefers-reduced-motion: reduce) {
  .reveal {
    transition: none;
    transform: none;
    opacity: 1;
  }
}
*/
.backdrop-style {
  position: relative;
  max-width: 720px;
  width: min(92vw, 720px);
  padding: 28px 26px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .10);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: 0 18px 60px rgba(0, 0, 0, .28);
  color: rgba(255, 255, 255, .92);
}

.group_img {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: unset;
}

.group_img li {
  width: 25%;
  padding: 7%;
  text-align: center;
}

.group_img li img {
  /*width: 100%;*/
  height: 65px;
}

.container-def {
  max-width: 1097px;
  margin: auto;
  justify-content: space-evenly;
}

.hero::before {
  /* puedes sumarlo al overlay si quieres */
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 255, 255, .14) 1px, transparent 1px),
    radial-gradient(circle at 70% 40%, rgba(255, 255, 255, .10) 1px, transparent 1px),
    radial-gradient(circle at 40% 80%, rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(120deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .25));
  background-size: 280px 280px, 340px 340px, 420px 420px, cover;
}

#cardsGridsv2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#cardsGridsv2 .card {
  width: 32.3%;
  border-style: none;
}

.pefril_img_pr {
  width: 50px !important;
  border-radius: 100px;
  height: 50px !important;
}

.price_content {
  display: flex;
  justify-content: space-between;
  border-radius: 100px;
  padding: 5px;
  align-items: center;
  backdrop-filter: blur(4px);
  border-radius: unset;
  color: #2ca2b7;
}

.img_price {
  display: flex;
  align-items: center;
}

.img_price img {
  margin-right: 10px;
}

.price_content spam {
  margin-right: 10px;
}

.card__body._prices {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: unset;
}

.prices_title {
  padding: 4px 10px;
  backdrop-filter: blur(4px);
  text-align: center;
  background-color: #00000061;
}

.card-prices {
  height: 300px;
}

.smoke_style {
  position: absolute;
  height: 60%;
  width: 66%;
  bottom: 0px;
  opacity: 0.1;
}

.smoke_style img {
  width: 100%;
  height: 100%;
}

.grid_image h2 {
  text-align: center;
}

.grid_image .grid_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
}

.grid_image .grid_content article {
  width: 33.3%;
  padding: 10px;
  min-width: 200px;
  position: relative;
  /*display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: normal;*/
}

.btn-gridimage {
  position: absolute;
  bottom: 5%;
  width: 100%;
  text-align: center;
}

.grid_image .grid_content article img {
  width: 100%;
  /*height: 350px;*/
  object-fit: contain;
}

.two-col .grid-two-text-content {
  max-width: 450px;
  width: 100%;
  margin: auto;
  text-align: center;
}

.two-col p.p-grid {
  margin-top: 55px;
}


a.btn {
  margin-top: 55px;
  background: unset;
  padding: unset;
  padding-bottom: 10px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  letter-spacing: 3px;
  border: unset;
  cursor: pointer;
}

a.btn:hover {
  color: unset;
}

a.btn:before {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--main);
  bottom: 0px;
  transition: .5s;
  left: 0%;
  border-radius: 100%;
  /*width: 84px;*/
  border: unset;
}

a.btn:hover:before {
  left: 100%;
}


.two-col p.p-grid:before {
  background-color: #796c5c;
  content: " ";
  display: block;
  height: 1px;
  margin-bottom: 22px;
  margin-left: auto;
  margin-right: auto;
  width: 84px;
  border-radius: 100%;
}

.two-col ul,
.two-col li {
  padding: 0px 20px;
  margin: unset;
}

.grid-two .media-col {
  align-items: flex-end;
  display: flex;
  text-align: center;
  margin-left: -25px;
  pointer-events: none;
  position: relative;
  /* width: calc(100% + 50px); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  justify-content: start;
}

.with_imagetext {
    height: calc(100vh - 150px);
}
.no_imagetext {
  height: 100vh;
}

/*.grid-two.container-def {
  max-width: 1600px;
}*/

.direction_ltr * {
  direction: ltr;
}

.text-center {
  text-align: center;
}

.embla__slide.with_image {
  display: flex;
  flex-wrap: wrap;
}

.embla__slide .img_content {
  width: 20%;
  max-width: 200px;
  min-width: 150px;
  align-content: center;
  /*padding-top: 15px;*/
  margin: auto;
}

.imagetext {
  /* margin-top: 60px; */
  /*position: absolute;*/
  bottom: 0%;
  /* z-index: 1; */
  color: var(--line);
  background-color: white;
  text-align: center;
  backdrop-filter: blur(13px);
  margin: unset;
  padding: 14px;
}

/*
.imagetext {
  position: absolute;
  max-width: 470px;
  left: 8%;
  z-index: 1;
  background-color: #e9e9e90f;
  backdrop-filter: blur(14px);
  color: white;
  padding: 7px;
}
*/
.direction_main_rtl .imagetext {
    left: -25px;
}

.direction_main_ltr.no-image .grid-two-text-content {
    margin-left: auto;
    max-width: 450px;
    width: 100%;
}
.direction_main_rtl.no-image .grid-two-text-content {
    margin-right: auto;
    max-width: 450px;
    width: 100%;
}
.contact {
   list-style: none; 
   padding: unset;
   font-size: 25px;
}
.contact a {
  display: flex;  
  align-items: center;    
  width: 250px;
  justify-content: center
}
.contact li {
    margin: inherit;
}