@font-face {
  font-family: Title;
  src: url('../fonts/Romie-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Title;
  src: url('../fonts/Romie-Regular-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Title;
  src: url('../fonts/Romie-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --lectura: Geist, sans-serif;
  --negro: #0a0b09;
  --mono: "Geist Mono", sans-serif;
  --crema: #f1ebe3;
  --brand-01: #1a4a2e;
  --blanco: #e5e5e5;
  --titles: Title, Arial, sans-serif;
  --gris-de-texto: #95918c;
  --brand-03: #3d2010;
  --brand-02: #1b4f72;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h4 {
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 400;
  line-height: 100%;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

p {
  font-family: var(--lectura);
  margin-bottom: 10px;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: none;
}

.container-large {
  width: 100%;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

.video-overlay {
  z-index: 2;
  background-color: #0006;
  background-image: radial-gradient(circle, #17141100 20%, #000000ba);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video-overlay.light {
  opacity: .7;
  background-image: linear-gradient(#00000096 50%, #000);
}

.sticky-cta {
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.button {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  color: #efe5d7;
  background-color: #171411;
  border-radius: .4rem;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 1.5rem;
  display: flex;
}

.track-cta {
  width: 100%;
  height: 300vh;
  position: relative;
}

.cta-video_background {
  background-color: #171411;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_cta {
  color: #efe5d7;
  padding-left: 1rem;
  padding-right: 1rem;
}

.cta_content {
  z-index: 4;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 4em;
  padding-bottom: 4em;
  display: grid;
  position: relative;
}

.background-video {
  z-index: 2;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
}

.background-video.absolute {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.hero-subtitle-text {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.video-placeholder {
  z-index: 1;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  padding: 1rem;
  position: absolute;
  inset: 0%;
}

.hero-background {
  z-index: 1;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.heading-style-h1 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.hero_bottom {
  color: #efe5d7;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 3rem;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image.is-radius {
  border-radius: .5rem;
}

.hero_content-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section_hero {
  color: #efe5d7;
  align-items: flex-end;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.hero_content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-component {
  z-index: 3;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.text-size-regular {
  font-size: 1rem;
}

.hero-subtitle {
  max-width: 64ch;
}

.hero-icon {
  width: 2rem;
  height: 2rem;
  margin-bottom: -1rem;
}

.roll-text-wrapper {
  z-index: 3;
  letter-spacing: .1em;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 30px;
  line-height: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.roll-text-wrapper:where(.w-variant-c21dfdd0-b7df-fbae-eeef-f198ef9bdf40), .roll-text-wrapper.navbar-fixed-4 {
  border-bottom: 1px solid var(--negro);
}

.button-text-2 {
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.button-2 {
  z-index: 2;
  color: #0e0e0e;
  text-align: center;
  background-color: #fff;
  border: 2px solid #000;
  width: 170px;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 18px;
  position: relative;
}

.hover-back-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #191919;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #000;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding: .6em 1.5em;
  font-size: .8rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hover-back-button.w--current {
  justify-content: center;
  align-items: center;
}

.buttons {
  background-color: #fff;
  border-top: 2px solid #000;
  padding: 60px 40px;
}

.play-wrapper {
  z-index: 3;
  color: #fff0;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999em;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 12em;
  height: 12em;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  box-shadow: 0 10px 4em #0003;
}

.play-wrapper:hover {
  transform: scale(1.15);
}

.button-shadow {
  background-color: #0e0e0e;
  width: 170px;
  height: 40px;
  margin-top: 4px;
  margin-left: 4px;
  position: absolute;
  inset: 0%;
}

.roll-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px solid var(--negro);
  width: auto;
  height: 50px;
  font-family: var(--mono);
  color: var(--negro);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s cubic-bezier(.52, .347, .565, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.roll-button:where(.w-variant-ba62d9a1-5780-fd6f-e45e-77826cdcb5a7) {
  border-color: var(--crema);
  color: var(--crema);
  background-color: #0000002e;
}

.roll-button:where(.w-variant-725d2b51-a206-929e-f816-8ced39a2ec4f) {
  border-color: var(--crema);
  color: var(--crema);
}

.roll-button:where(.w-variant-c21dfdd0-b7df-fbae-eeef-f198ef9bdf40) {
  border-style: none;
  padding-left: 0;
  padding-right: 0;
}

.roll-button:hover {
  background-color: #ffffff12;
}

.roll-button:hover:where(.w-variant-ba62d9a1-5780-fd6f-e45e-77826cdcb5a7) {
  border-color: var(--brand-01);
  background-color: var(--brand-01);
}

.roll-button:hover:where(.w-variant-725d2b51-a206-929e-f816-8ced39a2ec4f) {
  border-color: var(--blanco);
  color: var(--blanco);
}

.roll-button.abs {
  z-index: 2;
  border-color: var(--crema);
  color: var(--crema);
  background-color: #00000096;
  position: absolute;
}

.roll-button.blanco-2 {
  border-color: var(--crema);
  color: var(--crema);
  background-color: #0000002e;
}

.roll-button.blanco-2:hover {
  border-color: var(--brand-01);
  background-color: var(--brand-01);
}

.roll-button.blanco-8 {
  border-color: var(--crema);
  color: var(--crema);
  background-color: #0000002e;
}

.roll-button.blanco-8:hover {
  border-color: var(--brand-01);
  background-color: var(--brand-01);
}

.roll-button.navbar-fixed-2 {
  border-style: none;
  padding-left: 0;
  padding-right: 0;
}

.roll-button.blanco-14 {
  border-color: var(--crema);
  color: var(--crema);
  background-color: #0000002e;
}

.roll-button.blanco-14:hover {
  border-color: var(--brand-01);
  background-color: var(--brand-01);
}

.roll-button.blanco-20 {
  border-color: var(--crema);
  color: var(--crema);
  background-color: #0000002e;
}

.roll-button.blanco-20:hover {
  border-color: var(--brand-01);
  background-color: var(--brand-01);
}

.roll-button.blanco-26 {
  border-color: var(--crema);
  color: var(--crema);
  background-color: #0000002e;
}

.roll-button.blanco-26:hover {
  border-color: var(--brand-01);
  background-color: var(--brand-01);
}

.roll-button.blanco-total-2 {
  border-color: var(--crema);
  color: var(--crema);
}

.roll-button.blanco-total-2:hover {
  border-color: var(--blanco);
  color: var(--blanco);
}

.shrink-button {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.button-text-underline {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
}

.underline-button {
  color: #222;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.button-text-hover-back {
  font-size: 14px;
  font-weight: 500;
}

.button-background {
  z-index: 0;
  background-color: #191919;
  height: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.button-text-line {
  background-color: #222;
  width: 100%;
  height: 1px;
  margin-top: 2px;
}

.hover-play-button {
  width: 11vw;
}

.arrow-icon {
  z-index: 5;
  flex: none;
  width: 14px;
  height: 14px;
  font-size: 14rem;
  position: relative;
}

.lottie-animation-4 {
  width: 80%;
}

.rotating-play-button {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-text-wrapper {
  z-index: 5;
  position: relative;
}

.grid {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-around;
  place-items: center;
  display: flex;
}

.grain-overlay {
  z-index: 999999;
  opacity: .03;
  pointer-events: none;
  background-image: url('../images/grain.gif');
  background-position: 0 0;
  background-size: auto;
  position: fixed;
  inset: 0%;
}

.body {
  background-color: var(--crema);
  font-family: var(--titles);
  color: var(--gris-de-texto);
  font-weight: 400;
}

.image-cover {
  object-fit: cover;
  width: 110%;
  height: 100%;
  overflow: hidden;
}

.max-width-62 {
  width: 100%;
  max-width: 62ch;
}

.text-link-wrap {
  width: 100%;
  overflow: hidden;
}

.image-ratio-square {
  aspect-ratio: 1;
}

.image-ratio-square.max-width-20 {
  max-width: 20rem;
}

.horizontal-screen {
  background-color: var(--crema);
  flex: none;
  width: 100vw;
  height: 100%;
  position: static;
}

.horizontal-screen._03 {
  color: #f0eeea;
  background-color: #192a07;
  width: 60vw;
  display: flex;
}

.horizontal-screen._02 {
  display: flex;
}

.horizontal-screen._04 {
  width: auto;
  min-width: 25vw;
  padding-right: 20vw;
  display: none;
}

.container-space-between {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5.5rem;
  padding-right: 5.5rem;
  display: flex;
  position: relative;
}

.empty-space {
  height: 0;
}

.heading-style-h0 {
  font-size: clamp(8rem, 12vw, 12rem);
  line-height: 1;
}

.heading-style-h4 {
  letter-spacing: -.03em;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.col {
  display: flex;
}

.col.v-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.text-link {
  text-transform: uppercase;
  line-height: 1.3;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.horizontal-wrap {
  width: 100%;
  height: 100%;
  display: flex;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.track-flex {
  margin-right: -100vw;
  display: flex;
  position: relative;
}

.section {
  position: relative;
}

.section.horizontal-scroll {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 100vh;
  display: block;
  position: relative;
}

.h-flex {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.track-2 {
  flex: none;
  display: flex;
  position: relative;
}

.max-width-50 {
  width: 100%;
  max-width: 50ch;
}

.horizontal-half {
  width: 50%;
}

.horizontal-half._02-02 {
  border-left: 1px solid #b1a89d;
  border-radius: 1px;
  width: 40%;
  padding: 3.5rem 3.5rem 3.5rem 5.5rem;
}

.horizontal-half._02-01 {
  width: 60%;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.horizontal-half._03 {
  width: 100%;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.horizontal-half._04 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-left: 1px solid #b1a89d;
  border-radius: 1px;
  flex-flow: column;
  width: 100%;
  padding: 3.5rem 3.5rem 3.5rem 5.5rem;
  display: flex;
}

.text-link-underline {
  background-color: #222;
  width: 100%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.text-link-underline.background-color-alternate {
  background-color: #fff;
}

.horizontal-height {
  flex-flow: row;
  align-items: stretch;
  width: 100%;
  height: 400vw;
  display: block;
}

.horizontal-sticky-wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.horizontal-sticky {
  position: absolute;
  inset: 0%;
}

.scroll_component {
  height: 400vh;
  overflow: clip;
}

.scroll_wrap {
  flex: 1;
  min-height: 0;
  display: flex;
  container-type: inline-size;
}

.scroll_track {
  padding-right: 4em;
  display: flex;
}

.scroll_list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  margin-right: -100cqw;
  display: flex;
}

.slide {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  height: 70vh;
  padding-left: 3%;
  padding-right: 3%;
  overflow: hidden;
}

.slider-image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.previous {
  z-index: 2;
  justify-content: flex-start;
  align-items: flex-start;
  width: 12%;
  height: 100%;
  padding-left: 1.5%;
  transition: all .4s cubic-bezier(.39, .575, .565, 1);
  display: flex;
  position: absolute;
  inset: auto auto 0% 5vh;
  transform: none;
}

.previous.r {
  inset: 0% 0% 0% auto;
  transform: none;
}

.slider {
  background-color: #0000;
  height: 100%;
}

.slider-image-container {
  z-index: -1;
  transform-origin: 50% 100%;
  width: 85%;
  height: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.slider-image-container.disable-selection {
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.left-arrow {
  padding-top: 0;
  padding-right: 0;
  transition: all .4s cubic-bezier(.68, -.55, .265, 1.55);
  display: block;
  transform: rotate(180deg);
}

.title-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5em;
  padding-right: 5em;
}

.title-container:where(.w-variant-d1de8a46-7127-930f-4bff-052a6bd10e09) {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.title-container.hig {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.title-container.calendar {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.slider-content-wrapper {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.mask {
  max-width: 60vw;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.slider-wrapper {
  flex: 1;
}

.big-title-container {
  flex-flow: column;
  display: flex;
}

.big-title-container._40ch {
  max-width: 47ch;
}

.right-arrow {
  padding-top: 6px;
  padding-left: 16px;
  display: block;
}

.small-section-title {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 70%;
  font-weight: 700;
  line-height: 120%;
}

.anime {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}

.anime.sp {
  padding-top: 0;
  padding-bottom: 0;
}

.anime.menos-padding {
  padding-top: 3px;
  padding-bottom: 3px;
  transition: all .4s cubic-bezier(.39, .575, .565, 1);
}

.h2 {
  color: var(--negro);
  text-align: center;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: 500;
  line-height: 115%;
}

.h2:where(.w-variant-d1de8a46-7127-930f-4bff-052a6bd10e09) {
  color: var(--crema);
}

.h2.title-slider-horiz {
  text-align: left;
  font-size: 3.25em;
}

.h2.expirences {
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 6em;
}

.h2.calendar-6 {
  color: var(--crema);
}

.h2.l {
  text-align: left;
  line-height: 110%;
}

.h2.calendar-11 {
  color: var(--crema);
}

.slide-nav-2 {
  display: none;
}

.progress {
  z-index: 9997;
  background-color: var(--brand-01);
  perspective-origin: 0%;
  transform-origin: 0%;
  width: 100%;
  height: 3px;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
  transform: translate(0, 110%);
}

.about-sticky-copy {
  z-index: 0;
  background-color: #f5f2f8;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 300vh;
  margin-top: -100vh;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px 4px #0003;
}

.about-sticky-copy.solo-el-primero {
  z-index: 2;
  background-color: var(--crema);
  min-height: 200vh;
  box-shadow: none;
  font-style: normal;
  text-decoration: none;
}

.about-sticky-copy.segundo {
  z-index: 1;
  background-color: #0000;
  background-image: url('../images/villa-la-angostura-arauco-loft.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 300vh;
}

.img-social-link:where(.w-variant-b7f7007b-26d9-8175-7a75-31bd22bc2f9a) {
  filter: brightness(0%);
}

.footer_wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  min-height: 95vh;
  display: flex;
}

.container-enlaces-footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  display: flex;
}

.container-enlaces-footer.inv {
  opacity: .4;
  filter: invert();
}

.scroll_wrap-2 {
  position: relative;
  overflow: hidden;
}

.scroll_wrap-2.footer {
  z-index: 0;
}

.footer-verde {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  flex-flow: column;
  width: auto;
  max-width: 1400px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10em;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
  position: relative;
}

.scroll_trigger {
  pointer-events: none;
  border: 10px red;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  inset: auto 0% 0%;
}

.is-magnetic {
  display: inline-block;
}

.big-txt-sticky-center {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: .1vh;
}

.footer-link {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.footer-link.none {
  display: none;
}

.btn-container {
  border: 2px solid #0000;
  width: auto;
  height: auto;
}

.btn-container:where(.w-variant-c21dfdd0-b7df-fbae-eeef-f198ef9bdf40), .btn-container.navbar-fixed {
  border-style: none;
}

._100 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.separator {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20vh;
  display: flex;
  position: relative;
}

.separator._40 {
  height: 40vh;
}

.sticky-about {
  position: sticky;
  top: 25vh;
}

.sticky-about.responsiive-home {
  width: 100%;
  top: 10vh;
  overflow: hidden;
}

.about-sticky {
  z-index: 0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.about-sticky.about {
  justify-content: center;
  align-items: flex-start;
  min-height: 200vh;
}

.div-block-30 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.primer-texto-sticky {
  margin-top: 0;
  padding-top: 10vh;
  padding-bottom: 0;
  position: relative;
}

.flex-nosotros {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  max-width: none;
  min-height: 110vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bajada {
  font-size: 1.4em;
  line-height: 140%;
}

.bajada.upper {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.4em;
  line-height: 180%;
}

.bajada.ch {
  max-width: 70ch;
  margin-left: auto;
  margin-right: auto;
}

.bajada.ch.center {
  text-align: center;
  max-width: 50ch;
}

.bajada.center {
  text-align: center;
}

.uppercase {
  font-family: var(--mono);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 10px;
}

.uppercase.left {
  text-align: left;
}

.track-flex-copy {
  flex-flow: column;
  margin-right: -100vw;
  display: flex;
}

.grid-2-cols {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.grid-2-cols._2 {
  grid-template-columns: 1fr .75fr;
}

.grid-2-cols.final {
  grid-template-columns: 50vw .75fr;
}

.col-container {
  width: 100%;
  height: 100%;
}

.col-container.last {
  display: flex;
}

.pantalla-slide-horizontal {
  background-color: var(--crema);
  flex: none;
  width: 100vw;
  height: 100%;
  position: relative;
}

.pantalla-slide-horizontal._01 {
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  padding-left: 0;
  display: flex;
}

.pantalla-slide-horizontal.final {
  width: 140vw;
  height: 100%;
}

.flex-de-socrll-hori {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 4em 2em 2em;
  display: flex;
  position: relative;
}

.flex-de-socrll-hori._2 {
  justify-content: space-between;
  align-items: stretch;
  padding-right: 2em;
}

.flex-de-socrll-hori._3slide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 50% 50%;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding-right: 2em;
  display: grid;
}

.flex-de-socrll-hori.solo-la-1 {
  width: auto;
  padding-top: 4em;
  padding-bottom: 4em;
  padding-left: 6em;
}

.container-img-100 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.container-img-100._50 {
  aspect-ratio: 3 / 2;
  width: 60%;
  height: auto;
}

.container-img-100._30 {
  aspect-ratio: 3 / 2;
  width: 45%;
  height: auto;
}

.container-img-100.con-btn {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 1.8em 1.8em 1.8em 0;
  display: flex;
  position: relative;
}

.container-img-100._100vh {
  perspective-origin: 0 100%;
  transform-origin: 0 100%;
  height: 100vh;
}

.icon-btn-img {
  width: 16px;
  height: 16px;
}

.container-txt-de-slider1 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 63ch;
  display: flex;
}

.amern {
  opacity: .43;
  mix-blend-mode: normal;
}

.amern.footer {
  opacity: .7;
}

.col-container-copy {
  width: 100%;
}

.txt-abajo-scroll-2 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 50ch;
  display: flex;
}

.txt-abajo-scroll-2._2 {
  max-width: 64ch;
}

.arriba-scroll-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.arriba-scroll-2.de-3-slide {
  padding-bottom: 2em;
}

.container-abajo-txt-s2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: right;
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.aclaracion {
  color: var(--negro);
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 18px;
}

.flex-vertical {
  flex-flow: column;
  display: flex;
}

.flex-vertical.high-section {
  grid-column-gap: 0vh;
  grid-row-gap: 0vh;
}

.h2-upper {
  color: var(--negro);
  text-align: center;
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6em;
  font-weight: 500;
  line-height: 95%;
}

.div-block-51 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-width: 90ch;
  display: grid;
}

.tapador-de-horiz {
  z-index: 2;
  object-fit: fill;
  width: auto;
  max-width: none;
  height: 100vh;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.bg-100-container {
  width: 100%;
  height: 100%;
}

.container-listh-high {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

.whipe {
  z-index: 1;
  background-color: var(--crema);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.features_content_wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.spaces_line {
  background-color: #222;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.icon_link_abs {
  color: #f8fafc;
  width: 1em;
  height: 1em;
  position: absolute;
  inset: 0%;
}

.spaces_item_txt {
  font-size: 1.5rem;
  line-height: 1.2;
}

.section_content_flex {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.img_wrapper {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.img_wrapper.spaces_small_img {
  max-height: 65svh;
}

.btn_whipe {
  z-index: 1;
  background-color: #222;
  width: 100%;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.button-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #222;
  background-color: #efefef00;
  border: 1px solid #000;
  border-radius: 100rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_img_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.btn_txt {
  z-index: 2;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.div_hide {
  position: relative;
  overflow: hidden;
}

.icon_link {
  width: 1em;
  height: 1em;
  position: relative;
}

.spaces_list_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  position: relative;
}

.whipe-2 {
  z-index: 1;
  background-color: #f8fafc;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.spaces_list_wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.button_flex_wrap {
  align-items: center;
  display: flex;
}

.btn_arrow_parent {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn_txt_abs {
  z-index: 2;
  color: #f8fafc;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
  position: absolute;
  inset: 0%;
}

.image-cover-big {
  object-fit: cover;
  width: 105%;
  max-width: none;
  height: 100%;
}

.image-cover-big.r, .image-cover-big._2 {
  object-position: 100% 50%;
}

.is-main {
  z-index: 3;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.is-main.backgorund_image {
  cursor: pointer;
  border-top: 2px #2e2a27;
  border-bottom: 2px #2e2a27;
  justify-content: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.is-main.border-null {
  cursor: pointer;
  border-top: 2px #2e2a27;
  border-bottom: 2px #2e2a27;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.is-main.image_fill {
  cursor: pointer;
  border-top: 2px solid #2e2a27;
  border-bottom: 2px solid #2e2a27;
  justify-content: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.is-main-2 {
  z-index: 3;
  letter-spacing: -.07em;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 4rem;
  font-weight: 600;
  display: flex;
  position: relative;
}

.is-main-2.border-null {
  letter-spacing: .05em;
  text-transform: uppercase;
  cursor: pointer;
  border-top: 2px #2e2a27;
  border-bottom: 2px #2e2a27;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 4em;
  font-weight: 400;
  line-height: 100%;
  transition: all .2s;
  display: flex;
}

.text-block {
  padding-left: 1em;
}

.h3-high {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-style-allcaps {
  height: 100%;
}

.flex-section {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 70rem;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem;
  display: flex;
  position: sticky;
  top: 0;
}

.flex-section.events {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  height: auto;
}

.card-de-experience {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  width: 22rem;
  color: var(--gris-de-texto);
  flex-flow: column;
  grid-template-rows: minmax(60vh, 1fr) auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  text-decoration: none;
  display: grid;
}

.container-img-xp {
  border-radius: 10px;
  width: 100%;
  height: 60vh;
  position: relative;
  overflow: hidden;
}

.tag-xp {
  background-color: var(--crema);
  border-radius: 5px;
  align-items: center;
  padding: .35em .75em;
  display: flex;
  position: absolute;
  inset: 10px auto auto 10px;
}

.upper-tag {
  font-family: var(--mono);
  color: var(--brand-03);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
}

.container-txt-card {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  padding-left: .5em;
  padding-right: 1em;
  display: flex;
}

.title-xp {
  color: var(--negro);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 2.7em;
  font-weight: 400;
  line-height: 1.2;
}

.title-xp:where(.w-variant-afdc67c1-ebd1-e277-c273-edf9d1479da9) {
  font-size: 2.1em;
  line-height: 100%;
}

.container-title {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 5em;
  display: flex;
}

.div-block-54 {
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4em;
  display: flex;
}

.div-block-55 {
  min-height: 5em;
}

.separator-dsp-scroll-horinzontal {
  width: 100%;
  height: 100vh;
}

.oscurecedor {
  z-index: 0;
  background-color: #00000047;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.container-aside-last {
  z-index: 4;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
  position: relative;
}

.div-block-57 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 60vw;
  display: flex;
}

.mucho-mucho-copy {
  z-index: 9;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: relative;
}

.uppercase-sin-anime {
  font-family: var(--mono);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 10px;
}

.grid-de-adress {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 50% 50%;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.map {
  width: 100%;
  height: 100%;
}

.how-to {
  color: var(--negro);
  letter-spacing: -.01em;
  font-size: 2em;
  font-weight: 400;
  line-height: 140%;
}

.container-ubicacion {
  z-index: 1;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--crema);
  border-radius: 0 0 10px 10px;
  flex-flow: column;
  max-width: 37ch;
  padding: .7em;
  display: flex;
  position: absolute;
  inset: 1em auto auto 2em;
}

.paragraph {
  font-size: 12px;
  line-height: 18px;
}

.container-grid-map {
  width: 100%;
  height: 100%;
  position: relative;
}

.container-grid-ubicacion {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1366px;
  height: 100%;
  padding-left: 4em;
  padding-right: 4em;
  display: grid;
}

._1 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 4em;
  padding-left: 6em;
  padding-right: 2em;
  display: flex;
}

.div-block-59 {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.div-block-60 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 4em;
  display: flex;
}

.div-block-61 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 4em;
  padding-left: 4em;
  display: flex;
}

.container-social:where(.w-variant-b7f7007b-26d9-8175-7a75-31bd22bc2f9a) {
  opacity: .7;
}

.container-links {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  display: flex;
}

.adress-link {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.icon-adress {
  min-width: 49px;
}

.div-block-62 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-63 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-63:where(.w-variant-5edcd648-f2df-0055-dca8-ae3e222163fd) {
  display: none;
}

.text-block-2 {
  font-size: 1.5em;
  line-height: 120%;
}

.link-adress {
  font-family: var(--lectura);
  color: var(--gris-de-texto);
  font-size: 12px;
  text-decoration: none;
}

.link-adress:where(.w-variant-5edcd648-f2df-0055-dca8-ae3e222163fd) {
  color: var(--crema);
}

.link-adress:hover, .link-adress:hover:where(.w-variant-5edcd648-f2df-0055-dca8-ae3e222163fd) {
  color: var(--negro);
}

.bajada-copy {
  font-size: 1.4em;
  line-height: 140%;
}

.div-block-64 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.sticky-d-ubicacion {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: .1vh;
}

.category-grid-item {
  color: #000;
  width: 100%;
  margin-top: -2px;
  text-decoration: none;
  display: block;
  position: relative;
}

.category-grid-item-2 {
  color: #000;
  margin-top: -2px;
  text-decoration: none;
  display: block;
  position: relative;
}

.category-title {
  letter-spacing: -.005em;
  font-size: 4.1em;
  font-weight: 600;
  line-height: 1em;
}

.hover-img-mask {
  z-index: -3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.category-info {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: .7em;
  margin-right: 3em;
  font-size: .9em;
  font-weight: 500;
}

.category-info.end {
  margin-right: 0;
}

.section-services {
  padding-top: 30vh;
  padding-bottom: 30vh;
  overflow: hidden;
}

.section-sub-title {
  color: #ef5b09;
  letter-spacing: .4em;
  text-transform: uppercase;
  margin-bottom: 1.1em;
  font-size: .8em;
  font-weight: 500;
}

.category-title-wrapper {
  flex: 1;
}

.section-title {
  color: #ef5b09;
  margin-top: 0;
  margin-bottom: 1.5em;
  font-size: 2.2em;
  font-weight: 300;
  line-height: 1.2em;
}

.center-w2 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.category-item-inner {
  z-index: 1;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3em;
  padding-bottom: 3.2em;
  display: flex;
  position: relative;
}

.hover-img {
  object-fit: cover;
  width: 760px;
  height: 500px;
}

.grid-de-footer {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

.f1 {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.f2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: solid none none;
  border-width: 2px;
  border-color: var(--blanco);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2em;
  display: grid;
}

.footer-links {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.footer-txt-link {
  font-family: var(--lectura);
  color: var(--blanco);
  font-weight: 400;
  text-decoration: none;
}

.column-footer-links {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.column-footer-1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.txt-footer-adress {
  color: var(--crema);
  font-size: 1.4em;
  line-height: 140%;
}

.txt-footer-adress.more {
  font-size: 1.5em;
}

.footer-section {
  background-color: var(--brand-01);
}

.redes-section {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--crema);
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

._4-img-social {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.img-social-container {
  width: 100%;
  height: 100%;
  min-height: 40vh;
  overflow: hidden;
}

.div-block-65 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.follow {
  opacity: .1;
  color: var(--negro);
  text-transform: uppercase;
  font-size: 3.7em;
  font-weight: 400;
  line-height: 100%;
  display: inline-flex;
}

.follow.link {
  opacity: .5;
  text-decoration: none;
  transition: all .4s cubic-bezier(.39, .575, .565, 1);
}

.follow.link:hover {
  opacity: .8;
}

.footer-social-link {
  width: auto;
  max-width: 1400px;
  height: auto;
  padding-top: 14em;
  padding-left: 5em;
  padding-right: 5em;
  position: relative;
}

.hero-txt-container {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.img-footer-container {
  width: 100%;
  transform: translate(0, 2.5rem);
}

.img-footer-container:where(.w-variant-925a4cd7-2437-3400-b06c-76307dfc0446) {
  transform: none;
}

.img-hero-bottom {
  width: 100%;
}

.container-hero-txt {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 80%;
  padding-left: 8em;
  display: flex;
}

.h1 {
  color: var(--blanco);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 400;
  line-height: 140%;
}

.container-btns-hero {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row;
  align-items: flex-start;
  display: flex;
}

.div-block-66 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.page-loader_text-style {
  display: none;
}

.div-block-7 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.page-loader_trigger {
  z-index: 50;
  width: 0;
  height: 0;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.logo-de-intro {
  width: auto;
  max-width: 14vw;
  margin-left: auto;
  margin-right: auto;
}

.page-loader_text {
  color: #0000;
  line-height: 1;
}

.page-loader_component {
  z-index: 9999;
  background-color: var(--brand-01);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.page-loader_noise {
  z-index: 0;
  opacity: .05;
  background-image: url('../images/grain.gif');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.page-loader_text-wrapper {
  z-index: 10;
  height: auto;
  font-family: var(--lectura);
  align-self: center;
  align-items: flex-end;
  font-size: 5vw;
  font-weight: 300;
  line-height: 100%;
  display: flex;
  position: relative;
}

.page-loader_text-fill {
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 0%;
  display: flex;
  position: relative;
}

.page-loader_percent {
  color: #0000;
  line-height: 1;
}

.menu-full-sized {
  z-index: 10;
  background-color: var(--brand-01);
  width: 100%;
  max-width: none;
  color: var(--crema);
  justify-content: center;
  align-items: center;
  padding-bottom: 3%;
  padding-left: 4em;
  padding-right: 4em;
  display: none;
  position: fixed;
  inset: 0%;
}

.p {
  color: #b1b2b3;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 140%;
}

.box-2 {
  z-index: 9;
  cursor: pointer;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.box-2.fixed {
  background-color: var(--crema);
  width: 64px;
  height: 64px;
  position: relative;
  top: 0;
  right: 0;
}

.container-footer-items {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.icon-svg {
  color: #262626;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.menu-inner-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.container-item-footer-vetical {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.container-item-footer-vetical._1 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: center;
  align-items: stretch;
  max-width: 33vw;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.hambur {
  z-index: 9;
  background-color: var(--crema);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.container-title-footer {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 3px #b1b2b3;
  flex-flow: column;
  justify-content: flex-end;
  padding-bottom: 0;
  display: flex;
}

.cerrar-icon {
  display: none;
}

.c-1200 {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.brand-image {
  min-height: 30px;
}

.hambur-menu {
  max-width: 60%;
  position: relative;
}

.top-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #262626;
  letter-spacing: .05em;
  background-color: #f5f5f5;
  border-radius: 5px;
  align-items: center;
  padding: 10px 15px;
  font-family: Geist Mono, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.menu-top-enlaces {
  z-index: 9;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  padding-top: 20px;
  display: flex;
  position: absolute;
  inset: .5% 90px auto auto;
}

.menu-left {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  height: 100%;
  padding-left: 3%;
  padding-right: 3%;
  display: grid;
}

.wsp-btn {
  z-index: 9;
  width: 64px;
  position: fixed;
  inset: auto 1vw 1.5% auto;
}

.brand-nav {
  z-index: 9;
  background-color: var(--crema);
  justify-content: flex-end;
  align-items: center;
  padding: 15px 15px 15px 20px;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.item-2 {
  position: relative;
}

.menu-hambur-fiexd {
  z-index: 9;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.container-btn-navbar {
  background-color: var(--crema);
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container-leng {
  opacity: 1;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.container-links-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.container-leng-menu-fixed {
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.txt-menu-big {
  font-family: var(--titles);
  margin-bottom: 0;
  font-size: 1.2em;
  line-height: 150%;
}

.logo-menu-big {
  width: 16vw;
}

.sep {
  background-color: var(--crema);
  width: 100%;
  height: 1px;
}

.footer-uppercase {
  font-family: var(--lectura);
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 105%;
}

.bg-behind-button {
  background-color: #222;
  padding: 10px 28px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.bg-behind-button.invert {
  color: var(--crema);
  text-transform: capitalize;
  background-color: #0000;
  padding: 3% 0 0;
  font-size: 4em;
  font-weight: 300;
  line-height: 100%;
  transition: all .6s cubic-bezier(.39, .575, .565, 1);
}

.bg-behind-button.invert:hover {
  color: #ffe6e2;
}

.bg-behind-button.invert.w--current {
  color: var(--negro);
  font-style: italic;
}

.primary-button-text-2.absolute {
  color: var(--negro);
  font-style: italic;
  position: absolute;
}

.container-links-de-menu-top {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wrapper-2 {
  z-index: 1;
  padding-top: 0%;
  padding-bottom: 3%;
  padding-left: 10px;
  position: relative;
  overflow: hidden;
}

.is-magnetic-3 {
  display: inline-block;
}

.container-menu-links {
  z-index: 1;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.firma {
  max-width: 20vw;
}

.hover_title {
  font-family: var(--titles);
  text-transform: uppercase;
  font-size: 3em;
  line-height: 1;
}

.cursor_item {
  width: 100%;
  height: 100%;
}

.container {
  width: 100%;
  max-width: 90em;
  margin-left: auto;
  margin-right: auto;
}

.page-padding {
  padding: 2em 5%;
}

.page-padding.is-hover {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  padding-left: 0%;
  display: flex;
}

.cursor_img {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.cursor_img.responsive {
  display: none;
}

.cursor_wrap {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.hover_item {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  cursor: pointer;
  border-bottom: 1px solid #0000001a;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1em 4em;
  transition: all .2s cubic-bezier(.39, .575, .565, 1), padding .2s, color .2s;
  display: flex;
}

.hover_item:hover {
  color: var(--negro);
  padding-left: 3em;
  padding-right: 3em;
}

.cursor_list {
  width: 100%;
  height: 100%;
  transition: transform .4s cubic-bezier(.645, .045, .355, 1);
  position: absolute;
  inset: 0%;
}

.hover_number {
  background-color: var(--crema);
  font-family: var(--titles);
  color: var(--gris-de-texto);
  font-size: 1.2em;
  font-weight: 400;
  line-height: 120%;
}

.cursor_wrapper {
  z-index: 1000;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  transition: transform .3s cubic-bezier(.645, .045, .355, 1), opacity .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: fixed;
  inset: 0%;
  transform: scale(.5);
}

.cursor_move {
  width: 30vw;
  max-width: 90%;
}

.project-css {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.aclaracion-txt-hover {
  opacity: .7;
  max-width: 50ch;
}

.logo-cnter {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-arauco-responsive {
  display: none;
}

.t {
  color: var(--blanco);
  text-transform: uppercase;
}

.dropdown-2 {
  opacity: 1;
  font-family: var(--mono);
  color: var(--blanco);
}

.icon-2 {
  color: var(--blanco);
}

.dl {
  background-color: var(--crema);
  text-transform: uppercase;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  transition: all .4s cubic-bezier(.39, .575, .565, 1);
}

.dl:hover {
  background-color: var(--brand-01);
  color: var(--blanco);
}

.dropdown-toggle-2 {
  border: 1px solid var(--blanco);
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.dropdown-toggle-2.w--open {
  border: 1px solid var(--blanco);
  border-radius: 5px;
}

.dropdown-list.w--open {
  background-color: #0000;
  margin-top: 7px;
}

.img-respondive {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: none;
}

.img-respondive.responsive {
  display: none;
}

.utility-page-wrap {
  background-color: var(--negro);
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  color: var(--blanco);
  justify-content: center;
  align-items: center;
  font-family: Geist, sans-serif;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.fooer-credits {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 0% 6em 3% 5em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.credit-left {
  background-color: var(--brand-01);
  flex-direction: row;
  align-items: center;
  padding: 5px;
  display: flex;
}

.credit-txt {
  float: left;
  color: var(--crema);
  text-transform: uppercase;
  background-color: #0000;
  margin-bottom: 0;
  font-family: Geist Mono, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 100%;
}

.credit-right-2 {
  background-color: var(--brand-01);
  font-family: var(--mono);
  color: var(--crema);
  letter-spacing: 1px;
  padding: 5px;
  font-size: 10px;
  font-weight: 700;
  display: flex;
}

.um-credit-2 {
  float: right;
  text-align: right;
  text-transform: uppercase;
  flex: 1;
  font-weight: 800;
}

.cuadrado-2 {
  color: var(--gris-de-texto);
  font-weight: 700;
}

.um-link-2 {
  color: var(--gris-de-texto);
  font-weight: 900;
  text-decoration: none;
  transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

.um-link-2:hover {
  border-bottom: 3px solid var(--negro);
  color: var(--negro);
  text-decoration: none;
}

.container-btns {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .slider-image {
    object-position: 50% 50%;
  }

  .h2.title-slider-horiz {
    font-size: 3.75em;
  }

  .h2.expirences {
    font-size: 9em;
  }

  .h2.l {
    font-size: 5em;
  }

  .about-sticky-copy.solo-el-primero, .about-sticky-copy.segundo {
    min-height: 250vh;
  }

  .h2-upper {
    font-size: 8.5em;
  }

  .container-listh-high {
    padding-top: 7em;
  }

  .title-xp {
    font-size: 3.5em;
  }

  .title-xp:where(.w-variant-afdc67c1-ebd1-e277-c273-edf9d1479da9) {
    font-size: 2.8em;
  }

  .container-title {
    min-height: 7em;
  }

  .follow {
    font-size: 4.1em;
  }

  .p {
    line-height: 140%;
  }

  .c-1200 {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-left {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    justify-content: center;
  }

  .hover_title {
    font-size: 4em;
  }

  .container {
    max-width: none;
    padding-left: 5em;
    padding-right: 5em;
  }

  .hover_item {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .aclaracion-txt-hover {
    max-width: 75ch;
  }

  .fooer-credits {
    z-index: 9;
    padding-top: 0%;
    padding-bottom: 3%;
  }

  .credit-txt, .um-credit-2 {
    color: #fff;
  }
}

@media screen and (min-width: 1920px) {
  .scroll_list {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .slider-image {
    object-position: 50% 50%;
  }

  .previous {
    width: 22%;
  }

  .h2 {
    font-size: 5em;
  }

  .h2:where(.w-variant-d1de8a46-7127-930f-4bff-052a6bd10e09) {
    font-size: 6em;
  }

  .h2.title-slider-horiz {
    font-size: 5em;
  }

  .h2.calendar-6, .h2.l, .h2.calendar-11 {
    font-size: 6em;
  }

  .footer-verde {
    max-width: none;
    padding-left: 10em;
    padding-right: 10em;
  }

  .bajada.ch {
    font-size: 1.5em;
  }

  .h2-upper {
    font-size: 9em;
  }

  .card-de-experience {
    width: 25rem;
  }

  .title-xp {
    font-size: 3.5em;
  }

  .title-xp:where(.w-variant-afdc67c1-ebd1-e277-c273-edf9d1479da9) {
    font-size: 3.2em;
  }

  .container-title {
    min-height: 13em;
  }

  .container-grid-ubicacion {
    max-width: none;
    padding-left: 10em;
    padding-right: 10em;
  }

  .follow {
    font-size: 5.7em;
  }

  .footer-social-link {
    max-width: none;
  }

  .h1 {
    font-size: 3em;
    line-height: 130%;
  }

  .brand-image {
    min-height: 40px;
  }

  .menu-left {
    grid-column-gap: 8em;
    grid-row-gap: 8em;
  }

  .brand-nav.w--current {
    padding: 30px 40px 30px 60px;
  }

  .bg-behind-button.invert {
    font-size: 5em;
  }

  .hover_title {
    font-size: 5.5em;
  }

  .page-padding.is-hover {
    padding-top: 8em;
  }
}

@media screen and (max-width: 991px) {
  .play-wrapper:active {
    transform: scale(.9);
  }

  .container-space-between {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .scroll_list {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .slide {
    height: 55vh;
  }

  .slider-image {
    object-position: 50% 50%;
  }

  .previous {
    justify-content: flex-start;
    align-items: flex-start;
    width: 15%;
    height: 100%;
    padding-top: 15%;
    inset: 0% auto auto 0%;
  }

  .left-arrow, .right-arrow {
    display: block;
  }

  .about-sticky-copy {
    min-height: 200vh;
  }

  .about-sticky-copy.solo-el-primero {
    min-height: auto;
  }

  .about-sticky-copy.segundo {
    min-height: 200vh;
    box-shadow: none;
  }

  .footer-verde {
    padding-left: 4em;
    padding-right: 4em;
  }

  .separator, .separator._40 {
    height: 15vh;
  }

  .about-sticky.about {
    min-height: auto;
  }

  .div-block-30 {
    justify-content: center;
    align-items: center;
  }

  .flex-nosotros {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    max-width: none;
    min-height: auto;
    padding-left: 6%;
    padding-right: 6%;
  }

  .bajada.upper {
    line-height: 140%;
  }

  .flex-de-socrll-hori {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container-img-100._50 {
    width: 80%;
  }

  .container-img-100._30 {
    width: 60%;
  }

  .div-block-51 {
    min-width: 80ch;
  }

  .container-listh-high {
    padding-bottom: 0;
  }

  .is-main, .is-main-2 {
    font-size: 3rem;
  }

  .flex-section.events {
    max-width: none;
    top: 10vh;
  }

  .card-de-experience {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: minmax(55vh, 1fr) auto;
    height: auto;
  }

  .container-img-xp {
    height: 100%;
  }

  .title-xp {
    font-size: 2.8em;
  }

  .container-title {
    min-height: 6em;
  }

  .container-title:where(.w-variant-afdc67c1-ebd1-e277-c273-edf9d1479da9) {
    min-height: 7em;
  }

  .grid-de-adress {
    grid-template-rows: minmax(40vh, 1fr) 60vh;
  }

  .container-ubicacion {
    max-width: 60ch;
    left: 4em;
  }

  ._1, .div-block-60 {
    padding-left: 0;
  }

  .sticky-d-ubicacion {
    height: auto;
    position: relative;
  }

  .category-grid-item, .category-grid-item-2 {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding-bottom: 4em;
  }

  .hover-img-mask {
    z-index: 0;
    height: auto;
    display: block;
    position: relative;
    inset: auto;
  }

  .category-info {
    margin-bottom: 1em;
  }

  .category-info.end {
    margin-top: 1.4em;
  }

  .center-w2 {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .category-item-inner {
    border-top-width: 0;
    border-bottom-width: 0;
    flex-direction: column;
  }

  .img-social-container {
    min-height: 15vh;
  }

  .div-block-65 {
    flex-flow: column;
    align-items: stretch;
  }

  .follow {
    text-align: center;
    display: block;
  }

  .hero-txt-container {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .img-footer-container {
    width: 96%;
    transform: translate(0, .1rem);
  }

  .container-hero-txt {
    padding-left: 2em;
  }

  .h1 {
    line-height: 110%;
  }

  .container-btns-hero {
    flex-flow: column;
  }

  .logo-de-intro {
    max-width: 20vw;
  }

  .page-loader_text-wrapper {
    font-size: 10vw;
  }

  .menu-full-sized {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-footer-items {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr;
    grid-auto-columns: 1fr;
  }

  .container-item-footer-vetical {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    width: 100%;
  }

  .container-item-footer-vetical._1 {
    align-items: flex-start;
    max-width: none;
  }

  .c-1200 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu-top-enlaces {
    display: none;
  }

  .menu-left {
    flex-direction: column;
    align-items: stretch;
  }

  .wsp-btn {
    bottom: 1.5%;
  }

  .menu-hambur-fiexd {
    justify-content: flex-end;
    align-items: stretch;
  }

  .container-btn-navbar, .container-leng {
    min-height: 64px;
  }

  .logo-menu-big {
    width: 26vw;
  }

  .primary-button-text-2.absolute {
    display: none;
  }

  .container-links-de-menu-top {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .container-menu-links {
    justify-content: space-between;
    align-items: stretch;
  }

  .firma {
    max-width: 80%;
  }

  .hover_title {
    color: var(--negro);
  }

  .cursor_item {
    position: relative;
  }

  .page-padding.is-hover {
    padding-left: 0%;
    padding-right: 0%;
    position: relative;
  }

  .cursor_img {
    display: block;
    position: relative;
  }

  .cursor_wrap {
    height: 100%;
    padding-top: 0%;
  }

  .hover_item {
    border-bottom-color: #0000000d;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 2em;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hover_item:hover {
    padding-left: 0%;
    padding-right: 0%;
  }

  .cursor_list {
    position: relative;
  }

  .hover_number {
    font-size: 1.4em;
  }

  .hover_component {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    pointer-events: none;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 2em 10%;
    display: grid;
  }

  .cursor_wrapper {
    height: 30vh;
    transition-property: none;
    position: relative;
    transform: none;
  }

  .cursor_move {
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .aclaracion-txt-hover {
    max-width: none;
  }

  .fooer-credits {
    flex-direction: column;
    margin-top: 0;
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .credit-left {
    justify-content: center;
    align-items: center;
  }

  .credit-txt {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .um-credit-2 {
    float: none;
    text-align: center;
  }

  .container-btns {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sticky-cta {
    height: 100%;
    position: relative;
  }

  .track-cta {
    height: 100vh;
  }

  .cta-video_background {
    border-radius: 10px;
  }

  .background-video.absolute {
    border-radius: 0;
  }

  .heading-style-h1 {
    font-size: 22vw;
  }

  .hero-icon {
    margin-bottom: 0;
  }

  .image-cover {
    min-height: auto;
  }

  .container-space-between {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .track-flex {
    flex-flow: column;
    margin-right: 0;
  }

  .section.horizontal-scroll {
    padding-bottom: 0;
  }

  .track-2 {
    flex-flow: column;
  }

  .horizontal-height, .horizontal-sticky-wrapper {
    height: auto;
  }

  .horizontal-sticky {
    position: relative;
  }

  .scroll_component {
    height: auto;
  }

  .scroll_track {
    padding-right: 0;
  }

  .scroll_list {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-right: 0;
    display: grid;
  }

  .slide {
    height: 250px;
  }

  .left-arrow {
    filter: brightness(0%);
  }

  .title-container {
    padding-left: 0;
    padding-right: 0;
  }

  .right-arrow {
    filter: brightness(0%);
  }

  .h2, .h2.title-slider-horiz {
    font-size: 2.5em;
  }

  .h2.expirences {
    font-size: 3em;
  }

  .progress {
    display: block;
  }

  .about-sticky-copy {
    height: 100vh;
    min-height: auto;
    margin-top: 0;
  }

  .about-sticky-copy.solo-el-primero, .about-sticky-copy.segundo {
    height: auto;
    min-height: auto;
  }

  .footer_wrap {
    min-height: 100vh;
  }

  .big-txt-sticky-center {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    position: relative;
    top: 0;
  }

  .btn-container {
    border-width: 1px;
  }

  .sticky-about.responsiive-home {
    position: relative;
    top: 0;
  }

  .about-sticky.about {
    min-height: auto;
  }

  .primer-texto-sticky {
    padding-top: 6em;
    padding-bottom: 0;
  }

  .flex-nosotros {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
  }

  .bajada.ch {
    font-size: 1.2em;
  }

  .grid-2-cols {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-cols.final {
    flex-flow: column;
    grid-template-columns: 50vw;
    display: flex;
  }

  .pantalla-slide-horizontal {
    width: auto;
    max-width: 100vw;
    height: auto;
  }

  .pantalla-slide-horizontal._01 {
    width: auto;
  }

  .pantalla-slide-horizontal.final {
    width: auto;
    height: auto;
  }

  .flex-de-socrll-hori {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .flex-de-socrll-hori._3slide {
    height: auto;
  }

  .col-container-copy {
    width: auto;
  }

  .h2-upper {
    font-size: 3em;
  }

  .div-block-51 {
    min-width: auto;
  }

  .section_img_grid {
    flex-direction: column;
    display: flex;
  }

  .image-cover-big {
    min-height: 40vh;
  }

  .is-main, .is-main-2 {
    font-size: 2.5rem;
    line-height: 1;
  }

  .h3-high {
    font-size: 1.5rem;
  }

  .text-style-allcaps {
    padding-left: 2em;
    padding-right: 2em;
  }

  .flex-section.events {
    max-width: none;
    position: relative;
  }

  .card-de-experience {
    width: auto;
    display: flex;
  }

  .container-img-xp {
    height: 40vh;
  }

  .title-xp {
    font-size: 1.5rem;
  }

  .container-title {
    min-height: auto;
  }

  .div-block-54 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .separator-dsp-scroll-horinzontal {
    display: none;
  }

  .mucho-mucho-copy {
    min-height: auto;
  }

  .container-ubicacion {
    left: 2em;
  }

  .container-grid-ubicacion {
    padding-left: 2em;
    padding-right: 2em;
  }

  .sticky-d-ubicacion {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    position: relative;
    top: 0;
  }

  .category-title {
    font-size: 3.4em;
  }

  ._4-img-social {
    max-height: 30vh;
  }

  .img-social-container {
    min-height: auto;
  }

  .div-block-65 {
    flex-flow: column;
  }

  .follow {
    font-size: 2em;
  }

  .container-hero-txt {
    max-width: 90%;
    padding-left: 0;
  }

  .div-block-7 {
    flex-flow: column;
  }

  .logo-de-intro {
    max-width: 30vw;
  }

  .page-loader_text-fill {
    font-size: 4em;
  }

  .menu-full-sized {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .box-2 {
    padding: 5px;
  }

  .menu-inner-wrapper {
    width: 100%;
    margin-top: 63px;
  }

  .menu-left {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    align-items: stretch;
  }

  .wsp-btn {
    width: 48px;
    bottom: 10px;
    right: 8px;
  }

  .brand-nav {
    padding: 10px;
  }

  .brand-nav.w--current {
    padding: 10px 5px 10px 10px;
  }

  .menu-hambur-fiexd {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .container-btn-navbar {
    display: none;
  }

  .bg-behind-button.invert {
    font-size: 3em;
  }

  .container-links-de-menu-top {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .hover_title {
    font-size: 2.1em;
  }

  .fooer-credits {
    z-index: 0;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding: 0% 1.5% 3%;
  }

  .credit-left {
    margin-bottom: 25px;
    display: block;
    transform: translate(0, 15px);
  }

  .credit-txt {
    margin-bottom: 0%;
  }

  .um-credit-2 {
    margin-top: 4%;
    margin-bottom: 4%;
  }
}

@media screen and (max-width: 479px) {
  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .video-overlay {
    background-color: #0000008c;
  }

  .cta-video_background {
    border-radius: 0;
  }

  .section_cta {
    padding-left: 0;
    padding-right: 0;
  }

  .scroll_component {
    overflow: visible;
  }

  .scroll_track {
    padding-bottom: 4em;
  }

  .scroll_list {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .slide {
    height: 300px;
    margin-left: 0;
    margin-right: 10px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .slider-image {
    height: 100%;
  }

  .previous {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-left: 0;
    padding-top: 0%;
    padding-left: 0%;
    padding-right: 3%;
    display: flex;
    inset: 0% auto 0% -7%;
  }

  .previous.r {
    justify-content: center;
    align-items: center;
    padding-top: 0%;
    padding-left: 0%;
    padding-right: 0%;
    inset: 0% -7% 0% auto;
  }

  .slider-image-container.disable-selection {
    border-radius: 0;
    margin-left: 0;
  }

  .left-arrow {
    width: 45px;
  }

  .slider-content-wrapper {
    height: 100%;
  }

  .mask {
    max-width: none;
  }

  .right-arrow {
    width: 45px;
    padding-top: 0;
    padding-left: 0;
  }

  .h2.expirences {
    font-size: 3em;
  }

  .about-sticky-copy {
    height: auto;
  }

  .container-enlaces-footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    width: 100%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .footer-verde {
    padding: 6em 2em 12em;
  }

  .main {
    overflow: hidden;
  }

  .sticky-about {
    position: relative;
    top: 0;
  }

  .about-sticky {
    min-height: 250vh;
  }

  .about-sticky.about {
    width: auto;
  }

  .primer-texto-sticky {
    padding-top: 6em;
    padding-bottom: 2em;
  }

  .flex-nosotros {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    min-height: auto;
  }

  .bajada.upper {
    letter-spacing: 1px;
    font-size: 1.2em;
  }

  .grid-2-cols {
    flex-flow: column;
    display: flex;
  }

  .flex-de-socrll-hori._2 {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    height: auto;
  }

  .flex-de-socrll-hori.solo-la-1 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    height: auto;
    padding-left: 2em;
    padding-right: 2rem;
  }

  .container-img-100._50 {
    width: 100%;
  }

  .container-img-100.con-btn {
    height: 45vh;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .container-img-100._100vh {
    height: 40vh;
  }

  .flex-vertical.high-section {
    padding-top: 6em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .h2-upper {
    font-size: 3.5em;
  }

  .tapador-de-horiz {
    display: none;
  }

  .container-listh-high {
    padding-top: 2em;
  }

  .button-3 {
    padding: .25rem .5rem;
  }

  .btn_txt {
    font-size: .75rem;
  }

  .icon_link {
    width: .75rem;
    height: auto;
  }

  .btn_txt_abs {
    font-size: .75rem;
    inset: auto 0% 0%;
  }

  .image-cover-big {
    width: 100%;
  }

  .flex-section.events {
    height: 100%;
    padding-top: 0;
  }

  .card-de-experience {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .container-img-xp {
    height: 25vh;
  }

  .container-txt-card {
    padding-left: 0;
    padding-right: 0;
  }

  .title-xp {
    font-size: 1.8rem;
  }

  .div-block-54 {
    padding-bottom: 0;
  }

  .grid-de-adress {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    grid-template-rows: minmax(40vh, 1fr) 75vh;
  }

  .how-to {
    font-size: 1.8em;
  }

  .container-ubicacion {
    max-width: 65%;
  }

  .container-grid-ubicacion {
    grid-template-columns: 1fr;
  }

  .div-block-61 {
    align-items: stretch;
    padding-bottom: 0;
    padding-left: 0;
  }

  .center-w2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-de-footer {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .f1 {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    grid-template-columns: 1fr;
  }

  .f2 {
    justify-content: center;
    align-items: center;
    padding-top: 4em;
    display: flex;
  }

  .footer-links {
    display: none;
  }

  .follow {
    font-size: 2.5em;
  }

  .footer-social-link {
    padding-top: 4em;
  }

  .hero-txt-container {
    padding-bottom: 2em;
  }

  .img-footer-container {
    display: none;
  }

  .logo-de-intro {
    max-width: 50vw;
  }

  .page-loader_text, .page-loader_percent {
    font-size: 12vmin;
  }

  .menu-full-sized {
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding-top: 3vh;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .box-2.fixed {
    z-index: 9999999;
  }

  .container-footer-items {
    display: flex;
  }

  .container-item-footer-vetical {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .container-title-footer {
    padding-bottom: 0;
  }

  .c-1200 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .brand-image {
    width: 200px;
    min-height: auto;
  }

  .menu-left {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    display: flex;
  }

  .wsp-btn {
    width: 64px;
    bottom: 10px;
    right: 10px;
  }

  .item-2 {
    display: none;
  }

  .item-2._2 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
    display: flex;
  }

  .menu-hambur-fiexd {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .bg-behind-button.invert {
    letter-spacing: -.005em;
    font-size: 3.8em;
  }

  .container-links-de-menu-top {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    padding-left: 0%;
    display: flex;
  }

  .container-menu-links {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    padding-bottom: 0;
  }

  .hover_title {
    margin-bottom: 0;
    font-size: 1.9em;
  }

  .container {
    max-width: none;
  }

  .cursor_img.responsive {
    display: inline;
  }

  .hover_item {
    padding: 1em 0% 2em;
  }

  .cursor_list {
    position: relative;
  }

  .hover_number {
    font-size: 1.2em;
    line-height: 140%;
  }

  .hover_component {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .cursor_wrapper {
    height: 25vh;
    display: none;
    position: relative;
  }

  .logo-arauco-responsive {
    max-width: 40%;
    display: inline-flex;
  }

  .image-2 {
    display: none;
  }

  .resp-solo {
    background-color: var(--crema);
    padding: 10px;
  }

  .img-respondive {
    display: block;
  }

  .img-respondive.responsive {
    display: inline;
  }

  .fooer-credits {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    margin-bottom: 0;
    padding: 0% 3% 20px;
  }

  .credit-left {
    margin-bottom: 0;
  }

  .credit-txt {
    margin-bottom: 0%;
  }

  .credit-right-2 {
    margin-top: 3%;
  }

  .img-iso-logo-footer {
    display: none;
  }
}

#w-node-_9c37f772-e017-c8b3-bcd4-2c9fae06c6a5-82cabcab {
  place-self: center end;
}

#w-node-_9c37f772-e017-c8b3-bcd4-2c9fae06c6c1-82cabcab {
  place-self: center start;
}

#w-node-c79cad71-6b21-b737-d386-e38525379fb3-25379f9c, #w-node-c79cad71-6b21-b737-d386-e38525379fbc-25379f9c, #w-node-c79cad71-6b21-b737-d386-e38525379fc2-25379f9c {
  justify-self: start;
}

#w-node-c79cad71-6b21-b737-d386-e38525379fd1-25379f9c {
  place-self: center;
}

#w-node-c79cad71-6b21-b737-d386-e38525379fd6-25379f9c {
  justify-self: end;
}

#w-node-d2801ac1-4cb6-9694-bc83-0eb7726ca18e-726ca189 {
  align-self: stretch;
}

#w-node-d2801ac1-4cb6-9694-bc83-0eb7726ca19d-726ca189 {
  place-self: start center;
}

#w-node-_20ff0da6-4515-bc2e-59a7-75759cd6a02c-9cd6a027 {
  justify-self: end;
}

#w-node-_1a0bde86-8fdd-2637-cd3f-ce58dce77951-dce7794f {
  align-self: auto;
}

#w-node-_1a0bde86-8fdd-2637-cd3f-ce58dce77968-dce7794f {
  justify-self: start;
}

#w-node-_2255409c-c3f8-22a8-2cc8-167ab5e031c2-b5e031c0 {
  align-self: auto;
}

#w-node-bbf853b1-4a50-1978-5263-2049332a6460-332a645e {
  align-self: stretch;
}

#w-node-_99ebf656-d546-168f-41f0-31450170ad22-4874e211, #w-node-_99ebf656-d546-168f-41f0-31450170ad23-4874e211, #w-node-_99ebf656-d546-168f-41f0-31450170ad25-4874e211 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4e8f066-8f69-534d-069f-d3ad6a21e205-4874e211 {
  align-self: stretch;
}

#w-node-de51c8f1-08ca-eb2b-39c5-0aaaa96d2c1c-4874e211, #w-node-e8aa0aed-613c-1831-a53c-4de32f276240-4874e211 {
  align-self: auto;
}

#w-node-e4e8f066-8f69-534d-069f-d3ad6a21e227-4874e211 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: auto;
}

#w-node-_5b891a1b-658b-a1fa-641c-a84d35b4f36c-4874e211 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c37f772-e017-c8b3-bcd4-2c9fae06c6a5-3fad9599 {
  place-self: center end;
}

#w-node-_9c37f772-e017-c8b3-bcd4-2c9fae06c6c1-3fad9599 {
  place-self: center start;
}

#w-node-_26f92675-b956-a2a3-d2d2-13fdc9fab850-3fad9599 {
  justify-self: end;
}

#w-node-f28747a4-f0dd-eed7-d10b-e90c90054a11-3fad9599 {
  align-self: stretch;
}

#w-node-f9951f7a-8f38-f670-aad9-8265c42be2b8-3fad9599 {
  place-self: start center;
}

#w-node-_5b7aaa0c-ab26-3eb3-90fd-c028660441d0-3fad9599, #w-node-e4ffde24-7c1c-a692-420c-f6a99558595f-3fad9599, #w-node-_2d4d9332-1b13-b8c4-249d-ef2524efe495-3fad9599 {
  justify-self: start;
}

#w-node-_5d6ddcf7-6e1d-97db-1818-64baf0b47298-3fad9599 {
  place-self: center;
}

#w-node-_317688f5-e090-59c2-84d7-7fa49cb65351-3fad9599 {
  justify-self: end;
}

#w-node-_9c37f772-e017-c8b3-bcd4-2c9fae06c6a5-1bec6761 {
  place-self: center end;
}

#w-node-_9c37f772-e017-c8b3-bcd4-2c9fae06c6c1-1bec6761 {
  place-self: center start;
}

#w-node-_9c37f772-e017-c8b3-bcd4-2c9fae06c6a5-20f29175 {
  place-self: center end;
}

#w-node-_9c37f772-e017-c8b3-bcd4-2c9fae06c6c1-20f29175 {
  place-self: center start;
}

@media screen and (max-width: 991px) {
  #w-node-_6795c786-a50f-5c6f-96f8-0d259882b606-9882b605 {
    place-self: end start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9c37f772-e017-c8b3-bcd4-2c9fae06c6c1-82cabcab, #w-node-_9c37f772-e017-c8b3-bcd4-2c9fae06c6c1-3fad9599, #w-node-_9c37f772-e017-c8b3-bcd4-2c9fae06c6c1-1bec6761, #w-node-_9c37f772-e017-c8b3-bcd4-2c9fae06c6c1-20f29175 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }
}


@font-face {
  font-family: 'Title';
  src: url('../fonts/Romie-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Title';
  src: url('../fonts/Romie-Regular-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Title';
  src: url('../fonts/Romie-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}