@charset "UTF-8";
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../../css/fonts/NeueHaasDisplay-Light.woff2") format("woff2"), url("../../css/fonts/NeueHaasDisplay-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../../css/fonts/NeueHaasDisplay-Bold.woff2") format("woff2"), url("../../css/fonts/NeueHaasDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../../css/fonts/NeueHaasDisplay-Roman.woff2") format("woff2"), url("../../css/fonts/NeueHaasDisplay-Roman.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../../css/fonts/NeueHaasDisplay-Mediu.woff2") format("woff2"), url("../../css/fonts/NeueHaasDisplay-Mediu.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#article-home body {
  margin: 0;
  background-color: black;
  height: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}
#article-home h1 {
  font-family: "Neue Haas Grotesk Display Pro";
  font-weight: 300;
  font-size: 64px;
  line-height: 94%;
  color: white;
  margin: 0;
}
#article-home h2 {
  font-family: "Neue Haas Grotesk Display Pro";
  font-weight: 300;
  font-size: 40px;
  line-height: 94%;
  color: white;
  margin: 5px;
}
#article-home h2.destacado {
  font-size: 64px;
}
#article-home h3 {
  font-family: "Neue Haas Grotesk Display Pro";
  font-weight: 300;
  font-size: 40px;
  line-height: 94%;
  color: white;
  margin: 5px;
}
#article-home p, #article-home span, #article-home ul {
  font-family: "Neue Haas Grotesk Display Pro";
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
  color: white;
}
#article-home p.destacado {
  font-size: 24px;
}
#article-home i {
  font-family: "Neue Haas Grotesk Display Pro";
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
  color: white;
  font-style: italic;
}
#article-home ul.checklist {
  list-style-type: "✓  ";
}
#article-home .small {
  font-size: 16px;
}
#article-home .fondo-parallax {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background: url(../../images/home/Geoda-Imagen2.jpg) no-repeat center top/cover;
  will-change: background-position;
}
#article-home .fondo-parallax.grow-in {
  opacity: 1;
  transform: scale(1);
  animation: growin 1s cubic-bezier(0.3, 1.1, 0.58, 1) both;
}
@keyframes growin {
  0% {
    opacity: 0;
    transform: scale(1.08);
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#article-home .button-white {
  background-color: white;
  color: black;
  stroke: black;
  width: 214;
  padding: 12px;
}
#article-home .button-white:hover {
  background-color: black;
  color: white;
  stroke: white;
}
#article-home .button-outline {
  border: 1px solid #FFFFFF4D;
  background-color: transparent;
  color: white;
  stroke: white;
  padding: 12px;
}
#article-home .button-outline:hover {
  background-color: white;
  color: black;
  stroke: black;
}
#article-home .button-white, #article-home .button-outline, #article-home .btn-tarifas {
  font-family: Neue Haas Grotesk Display Pro;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 1px;
  text-align: center;
  transition: all 0.5s ease-out;
  text-decoration: none;
  display: inline-block;
}
#article-home .cont-cent {
  display: flex;
  width: 60%;
  margin: auto;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#article-home .cont-left {
  display: flex;
  width: 40%;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#article-home #presentacion {
  height: 70vw;
}
#article-home #preparacion {
  height: 60vh;
}
#article-home #galerias, #article-home #geoda {
  height: 100vh;
  display: flex;
  justify-content: flex-end;
  padding: 0 200px;
  position: relative;
}
#article-home .separador {
  position: absolute;
  right: 45%;
  top: 0;
  height: 300vh;
}
#article-home #experiencia {
  height: 100vh;
  display: flex;
  justify-content: flex-start;
  padding: 0 200px;
}
#article-home #corazon {
  height: 130vh;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, black 100%);
}
#article-home #reservas {
  max-width: 1041px;
  margin: auto;
  text-align: center;
  padding: 175px 20px;
}
#article-home .end-parallax {
  background-color: black;
  margin-top: -1px;
}
#article-home .reservas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
#article-home .reservas-grid > div {
  background: #FFFFFF0D;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 24px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
#article-home .reservas-grid > div::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  z-index: 2;
  transform: translateX(0);
  transition: transform 0.8s cubic-bezier(0.4, 1.2, 0.5, 1);
  pointer-events: none;
}
#article-home .reservas-grid.reveal > div::before {
  transform: translateX(100%);
}
#article-home .reservas-grid.reveal > div:nth-child(2)::before {
  transition-delay: 0.18s;
}
#article-home .reservas-grid.reveal > div:nth-child(3)::before {
  transition-delay: 0.36s;
}
#article-home .tarifas-contenido {
  padding: 24px 24px 36px 24px;
}
#article-home .btn-tarifas {
  color: black;
  stroke: black;
  background: white;
  border-radius: 0 0 24px 24px;
  padding: 12px 0;
  width: 100%;
}
#article-home .btn-tarifas:hover {
  background: #803300;
}
#article-home .btn-tarifas-adultos {
  background: #803300;
}
#article-home .btn-tarifas-adultos:hover {
  background: white;
}
#article-home .precio {
  padding: 22px 0;
  border-bottom: 1px solid #FFFFFF4D;
  display: flex;
  gap: 8px;
  margin-bottom: 45px;
}
#article-home .cant {
  font-size: 32px;
}
#article-home .pers {
  color: #FFFFFF4D;
  font-family: Neue Haas Grotesk Display Pro;
  font-weight: 300;
  font-size: 16px;
}
#article-home .animacion-txt {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s, transform 0.6s;
  position: relative;
  font-size: 2em;
  left: 0;
}
#article-home .animacion-txt.s {
  opacity: 1;
  transform: translateY(0);
}
#article-home .fade-in-up {
  opacity: 0;
  transform: translateY(120px);
  transition: opacity 0.8s cubic-bezier(0.35, 0.89, 0.48, 0.99), transform 0.8s cubic-bezier(0.35, 0.89, 0.48, 0.99);
  will-change: opacity, transform;
}
#article-home .fade-in-up.visible {
  opacity: 1;
  transform: translateY(0);
}
#article-home .reservas-grid p {
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #article-home #galerias, #article-home #geoda, #article-home #experiencia {
    padding: 0 50px;
  }
  #article-home #presentacion {
    height: 100vh;
  }
  #article-home #galerias .cont-left, #article-home #experiencia .cont-left {
    width: 50%;
  }
  #article-home #geoda .cont-left {
    width: 60%;
  }
  #article-home .separador {
    right: 40%;
  }
}
@media screen and (max-width: 1023px) {
  #article-home .fondo-parallax {
    display: none;
  }
  #article-home #main {
    background: url(../../images/home/Geoda-Imagen2.jpg) no-repeat center top/cover;
  }
  #article-home .reservas-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 767px) {
  #article-home .separador {
    display: none;
  }
  #article-home h1, #article-home h2.destacado {
    font-size: 52px;
  }
  #article-home p {
    font-size: 18px;
  }
  #article-home p.destacado {
    font-size: 22px;
  }
  #article-home #presentacion, #article-home #preparacion {
    height: 100vh;
  }
  #article-home #preparacion, #article-home .cont-left {
    width: 80%;
  }
  #article-home #galerias, #article-home #experiencia, #article-home #geoda {
    padding: 0;
    justify-content: center;
  }
  #article-home .cont-left {
    text-align: center;
  }
}
