:root {
  --white: white;
  --black: black;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container-general {
  width: 100%;
  max-width: 1920px;
  height: 100%;
}

.section-bajada {
  background-color: #cfb86d;
  width: 100%;
  height: 320px;
}

.container-bajada {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-image: url('../images/texture-monte-pilatus.svg');
  background-position: 50%;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-bajada-logo {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.div-bajada-heading {
  width: 630px;
}

.h2 {
  color: #f9f9f9;
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Old Standard tt, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.h2.bajada {
  font-weight: 400;
}

.section-slider {
  width: 100%;
  height: 750px;
}

.container-slider {
  position: relative;
}

.slide {
  background-image: url('../images/monte-slider-img1_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slider {
  height: 750px;
}

.slide-2 {
  background-image: url('../images/monte-slider-img2_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/monte-slider-img3_1.webp');
  background-position: 50%;
  background-size: cover;
}

.section-instagram {
  background-color: #f9f9f9;
  height: 100%;
}

.container-instagram {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 640px;
  margin-right: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.div-intagram-title {
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.heading2 {
  color: #303030;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Old Standard tt, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.heading2.yellow {
  color: #cfb86d;
  font-weight: 400;
}

.heading2.content {
  letter-spacing: -2px;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.quick-stack {
  height: 300px;
  padding-left: 0;
  padding-right: 0;
}

.ig-img-1 {
  background-image: url('../images/ig-img1.webp');
  background-position: 0 0;
  background-size: cover;
}

.ig-img-2 {
  background-image: url('../images/ig-img2.png');
  background-position: 0 0;
  background-size: cover;
}

.ig-img-3 {
  background-image: url('../images/ig-img3.webp');
  background-position: 0 0;
  background-size: cover;
}

.ig-img-4 {
  background-image: url('../images/ig-img4.webp');
  background-position: 0 0;
  background-size: cover;
}

.ig-img-5 {
  background-image: url('../images/ig-img5.png');
  background-position: 0 0;
  background-size: cover;
}

.section-footer {
  background-color: #303030;
  background-image: linear-gradient(#303030, #2b2b2b);
  height: 100%;
}

.container-footer {
  flex-flow: column;
  justify-content: space-between;
  height: 390px;
  padding: 60px;
  display: flex;
}

.div-footer-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.img-logo-footer {
  width: 200px;
}

.div-arrow-up {
  background-color: #b3b3b3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .8s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.div-arrow-up:hover {
  background-color: #e6e6e6;
}

.div-footer-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.div-footer-legals {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.p-legal {
  color: #929395;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.div-footer-nomade {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-iso-nomade {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.image {
  width: 18px;
  height: 18px;
}

.div-footer-info {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.div-info {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.h6 {
  color: #929395;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 9px;
  font-weight: 400;
}

.h6.yellow {
  color: #cfb86d;
  font-weight: 600;
}

.paragraph-footer {
  color: #b3b3b3;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  transition: all .8s cubic-bezier(.77, 0, .175, 1);
}

.paragraph-footer:hover {
  color: #f2f2f2;
}

.paragraph-footer.link {
  margin-bottom: 0;
  text-decoration: underline;
}

.links-footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.button {
  color: #cfb86d;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #cfb86d;
  border-radius: 1px;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
}

.button.black {
  color: #303030;
  border-color: #303030;
}

.button.white {
  color: #cfb86d;
  border-color: #cfb86d;
}

.button.modal {
  align-self: center;
  width: 100px;
}

.section-hero {
  background-color: #303030;
  background-image: url('../images/texture-hero-2.png'), url('../images/texture-hero-1.png'), linear-gradient(#303030, #181818);
  background-position: -10% 100%, 100% -10%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 650px, 525px, auto;
  width: 100%;
  height: 100dvh;
  position: relative;
}

.container-main {
  background-color: #f9f9f9;
  background-image: url('../images/texture-main_1.webp');
  background-position: 0 -100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 120%;
  position: static;
}

.container-first-content {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 110px 60px;
  display: flex;
}

.div-content-1 {
  height: 100%;
}

.div-content-header {
  grid-column-gap: 178px;
  grid-row-gap: 178px;
  flex-flow: column;
  justify-content: space-between;
  width: 400px;
  height: 100%;
  display: flex;
  position: static;
}

.paragraph {
  color: #5b5b5b;
  flex: 0 auto;
  order: 1;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.paragraph.paseo, .paragraph.first {
  order: 0;
}

.div-button-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  display: flex;
}

.div-content-2 {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.div-img-content-2 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  width: 385px;
  display: flex;
}

.div-content-3 {
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: static;
}

.image-2 {
  width: 385px;
  height: 496px;
}

.image-3 {
  width: 385px;
}

.div-block-2 {
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  display: block;
}

.div-block-3 {
  flex-flow: column;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  display: block;
}

.container-navbar {
  justify-content: space-between;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 20px;
  display: flex;
}

.div-navbar {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.link-navbar {
  color: #f9f9f9;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 9px;
  text-decoration: none;
  transition: all .8s cubic-bezier(.645, .045, .355, 1);
}

.link-navbar:hover {
  color: #cfb86d;
}

.container-text-hero {
  margin-top: 25px;
  position: relative;
  bottom: auto;
}

.div-container-imag {
  justify-content: center;
  align-items: center;
  width: 1500px;
  height: 500px;
  max-height: 500px;
  display: flex;
  overflow: hidden;
}

.img-hero {
  width: 1100px;
  height: 500px;
}

.div-paseo {
  z-index: 3;
  position: absolute;
  top: -6%;
  bottom: auto;
  left: 80px;
  right: auto;
}

.heading-1 {
  color: #f9f9f9;
  letter-spacing: -9px;
  text-transform: uppercase;
  font-family: Old Standard tt, sans-serif;
  font-size: 80px;
  font-weight: 400;
}

.div-de {
  z-index: 3;
  position: absolute;
  top: 235px;
  bottom: auto;
  left: auto;
  right: 160px;
}

.div-arte {
  z-index: 3;
  position: absolute;
  top: auto;
  bottom: -7%;
  left: 100px;
  right: auto;
}

.div-block-4 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  display: block;
  position: static;
}

.container-third-content {
  padding-left: 60px;
  padding-right: 60px;
}

.div-subheader {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.cell {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
}

.quick-stack-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  padding: 0;
}

.cell-2 {
  justify-content: flex-end;
  align-items: flex-start;
}

.container-second-content {
  padding-left: 60px;
  padding-right: 60px;
}

.img {
  position: static;
}

.quick-stack-3 {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  padding: 0;
}

.cell-3 {
  justify-content: center;
  align-items: center;
}

.c-subheader-paragraph {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.c-h6-c-subheader-paragraph {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.cell-4 {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  justify-content: flex-start;
  align-items: flex-start;
}

.cell-5 {
  justify-content: flex-end;
  align-items: flex-start;
}

.cell-6 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
}

.grid {
  grid-template: ". Area-2 ."
                 "Area-3 Area-2 Area"
                 "Area-3 . Area"
                 / 1fr 1fr 1fr;
}

.cell-7 {
  justify-content: flex-end;
  align-items: flex-end;
}

.container-first {
  padding-left: 60px;
  padding-right: 60px;
}

.quick-stack-4 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.container-content-main {
  padding: 60px;
}

.quick-stack-5 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.cell-8 {
  justify-content: center;
  align-items: center;
}

.cell-9 {
  justify-content: flex-end;
  align-items: center;
}

.cell-10 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: space-between;
}

.cell-11, .cell-12, .cell-13 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.cell-14 {
  justify-content: flex-end;
  align-items: flex-start;
}

.left-arrow {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-arrow {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, .4) 40%, rgba(0, 0, 0, 0));
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.slide-4 {
  background-image: url('../images/monte-pialtus-img-slider-1_1.webp');
  background-position: 50%;
  background-size: cover;
}

.div-block-5 {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 0%;
  right: 0%;
}

.slide-nav {
  margin-bottom: 20px;
}

.div-hero-buttom {
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 0%;
  right: 0%;
}

.slide-5 {
  background-image: url('../images/monte-slider-img5_1.webp');
  background-position: 0 0;
  background-size: cover;
}

.paragraph-2 {
  color: #d9d9d9;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.paragraph-2.hero {
  text-align: center;
  width: 390px;
  margin-left: 0;
}

.quick-stack-6 {
  width: 100%;
  padding: 0;
}

.cell-15 {
  justify-content: center;
  align-items: center;
}

.cell-16 {
  justify-content: flex-start;
  align-items: flex-end;
}

.cell-17 {
  justify-content: center;
  align-items: flex-start;
}

.link {
  text-decoration: none;
}

.splash {
  background-color: #313131;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.preloader {
  z-index: 1000;
  background-color: #303030;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body {
  overflow: visible;
}

.div-block-6, .div-block-7, .div-block-8, .div-block-9, .div-block-10, .div-block-11, .div-block-12, .div-block-13, .div-block-14 {
  overflow: hidden;
}

.div-block-15 {
  width: auto;
  height: auto;
}

.container-modal {
  z-index: 5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-bg {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: rgba(26, 26, 26, .3);
  width: 100%;
  height: 100%;
}

.modal-container {
  z-index: 2;
  background-color: #f9f9f9;
  background-image: url('../images/texture-hero-1.png'), url('../images/texture-hero-2.png');
  background-position: 590% -370%, -1240% 381%;
  background-repeat: no-repeat, no-repeat;
  background-size: 450px, 480px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  padding: 40px;
  display: flex;
  position: absolute;
}

.heading-modal {
  color: #303030;
  text-align: center;
  letter-spacing: -1px;
  font-family: Old Standard tt, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 33px;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.form {
  border-bottom: 2px solid #000;
  border-radius: 4px;
}

.form-block-2 {
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.text-form-prueba {
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: #bdbdbd;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  transition: all .6s cubic-bezier(.77, 0, .175, 1);
}

.text-form-prueba:active {
  border-bottom-color: #cfb86d;
}

.text-form-prueba:focus {
  color: #242424;
}

.text-form-prueba:focus-visible {
  color: #252525;
  border-top-style: none;
  border-bottom-color: #cfb86d;
  border-left-style: none;
  border-right-style: none;
}

.text-form-prueba[data-wf-focus-visible] {
  color: #252525;
  border-top-style: none;
  border-bottom-color: #cfb86d;
  border-left-style: none;
  border-right-style: none;
}

.form-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-self: auto;
  width: 100%;
  display: flex;
}

.close {
  z-index: 9999;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 10px;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.subheader {
  color: #cfb86d;
  letter-spacing: 3px;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
}

.div-block-17 {
  margin-bottom: 40px;
}

.text-block {
  color: #000;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

.contacto {
  color: #1b1b1b;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
}

.text-span, .text-span-2, .text-span-3 {
  font-weight: 600;
}

.link-2 {
  color: #1f1e1e;
}

.div-block-18 {
  z-index: 8;
  display: none;
  position: relative;
}

.link-block-2 {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .section-bajada {
    height: 290px;
  }

  .div-bajada-heading {
    width: 590px;
  }

  .h2.bajada {
    font-size: 34px;
    line-height: 36px;
  }

  .section-slider {
    height: auto;
  }

  .slider {
    height: 620px;
  }

  .container-instagram {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    height: 610px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading2 {
    font-size: 34px;
  }

  .heading2.content {
    font-size: 34px;
    line-height: 35px;
  }

  .quick-stack {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    height: 370px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-footer {
    height: 320px;
    padding: 30px;
  }

  .div-footer-bottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template: ". . ."
                   "Area Area Area"
                   / 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .div-footer-legals {
    flex-flow: row;
    order: 0;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
  }

  .div-footer-copyright {
    width: auto;
    display: flex;
  }

  .div-footer-nomade {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    display: flex;
  }

  .div-design, .div-iso-nomade {
    width: auto;
  }

  .div-footer-info {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .paragraph-footer {
    font-size: 13px;
  }

  .section-hero {
    background-position: -151% 100%, 148% -20%, 0 0;
    background-size: 590px, 525px, auto;
  }

  .paragraph.none {
    display: none;
  }

  .div-button-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }

  .container-navbar {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-container-imag {
    width: 100%;
    margin-top: 51px;
  }

  .div-paseo {
    left: 43px;
  }

  .div-de {
    top: 187px;
    right: 77px;
  }

  .div-arte {
    left: 49px;
  }

  .container-first, .container-content-main {
    padding-left: 30px;
    padding-right: 30px;
  }

  .quick-stack-5 {
    grid-column-gap: 30px;
    grid-row-gap: 60px;
    padding: 0;
  }

  .cell-8, .cell-9 {
    justify-content: flex-end;
    align-items: center;
  }

  .cell-10 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: space-between;
  }

  .cell-12 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .cell-13 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .cell-14 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-5, .div-hero-buttom {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-7 {
    order: -1;
  }

  .div-block-15 {
    width: 520px;
    height: 440px;
    margin-left: 80px;
    margin-right: 80px;
  }

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

  .container-modal {
    display: none;
  }

  .heading-modal {
    font-size: 33px;
  }
}

@media screen and (max-width: 767px) {
  .section-bajada {
    height: 230px;
  }

  .container-bajada {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .div-bajada-heading {
    width: 480px;
  }

  .h2.bajada {
    font-size: 28px;
    line-height: 30px;
  }

  .slider {
    height: 350px;
  }

  .container-instagram {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading2 {
    font-size: 28px;
  }

  .heading2.content {
    font-size: 28px;
    line-height: 29px;
  }

  .quick-stack {
    height: 310px;
  }

  .ig-img-5 {
    display: none;
  }

  .container-footer {
    height: 340px;
  }

  .div-footer-bottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template: ". . . ."
                   "Area Area Area Area"
                   / 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: grid;
  }

  .div-footer-legals {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-left: 89px;
    display: flex;
  }

  .p-legal {
    font-size: 11px;
  }

  .div-footer-copyright {
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .div-footer-nomade {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .div-design {
    width: auto;
  }

  .paragraph-footer {
    font-size: 12px;
  }

  .section-hero {
    background-image: url('../images/texture-hero-2.png'), url('../images/texture-hero-1.png'), linear-gradient(#303030, #181818);
    background-position: 0 120%, 130% -50%, 0 0;
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: 680px, 530px, auto;
    height: 550px;
  }

  .paragraph.paseo, .paragraph.first {
    font-size: 13px;
    line-height: 18px;
  }

  .div-navbar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .link-navbar {
    font-size: 8px;
  }

  .container-text-hero {
    margin-top: -24px;
  }

  .div-container-imag {
    height: 290px;
  }

  .div-paseo {
    top: -12%;
    left: 28px;
  }

  .heading-1 {
    font-size: 55px;
  }

  .div-de {
    top: 124px;
    right: 52px;
  }

  .div-arte {
    bottom: -13%;
    left: 29px;
  }

  .quick-stack-5 {
    grid-row-gap: 32px;
  }

  .cell-11 {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .cell-13 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-around;
  }

  .div-hero-buttom {
    bottom: 20px;
  }

  .paragraph-2.hero {
    width: 400px;
  }

  .quick-stack-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cell-16 {
    justify-content: center;
    align-items: center;
  }

  .div-block-7 {
    height: 300px;
  }

  .div-block-10, .div-block-12 {
    height: 320px;
  }

  .div-block-15 {
    object-fit: cover;
    width: auto;
    height: 100%;
  }

  .link-block, .container-modal {
    display: none;
  }

  .modal-container {
    width: 430px;
    padding: 30px;
  }

  .heading-modal {
    font-size: 31px;
  }

  .form-block-2 {
    margin-top: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .section-bajada {
    height: 200px;
  }

  .container-bajada {
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-bajada-logo {
    width: 170px;
  }

  .div-bajada-heading {
    width: auto;
  }

  .h2.bajada {
    font-size: 24px;
    line-height: 24px;
  }

  .slider {
    height: 340px;
  }

  .container-instagram {
    margin-top: 0;
    margin-bottom: 0;
    padding: 24px 14px 30px;
  }

  .div-seguinos {
    width: 110px;
  }

  .heading2 {
    font-size: 24px;
    line-height: 24px;
  }

  .heading2.content {
    font-size: 24px;
    line-height: 26px;
  }

  .div-ig-account {
    align-self: flex-end;
  }

  .div-instagram-arrow {
    align-self: flex-end;
    margin-right: 0;
  }

  .container-footer {
    height: auto;
    padding-left: 14px;
    padding-right: 14px;
  }

  .div-footer-logo {
    width: 170px;
  }

  .div-arrow-up {
    width: 30px;
    height: 30px;
  }

  .div-footer-bottom {
    flex-flow: column;
    margin-top: 30px;
    display: flex;
    position: static;
  }

  .div-footer-legals {
    flex-flow: column;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .div-footer-info {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
  }

  .div-footer-info.fix {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .button {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .section-hero {
    background-image: url('../images/texture-hero-2.png'), url('../images/texture-hero-1.png'), linear-gradient(#303030, #181818);
    background-position: 0 90%, 40% -30%, 0 0;
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: 580px, 430px, auto;
    height: 100svh;
  }

  .container-main {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .paragraph.paseo, .paragraph.first {
    line-height: 17px;
  }

  .div-button-content {
    flex-flow: column;
    width: 100%;
  }

  .container-navbar {
    padding-left: 13px;
    padding-right: 13px;
  }

  .div-logo-navbar {
    display: none;
  }

  .div-navbar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .container-text-hero {
    margin-top: auto;
    position: relative;
    top: 9%;
  }

  .div-container-imag {
    width: 100%;
    height: 360px;
    margin-top: -10px;
  }

  .div-paseo {
    left: 9px;
  }

  .heading-1 {
    font-size: 45px;
  }

  .div-de {
    top: 97px;
    right: 25px;
  }

  .div-arte {
    left: 14px;
  }

  .img {
    margin-bottom: auto;
    padding-bottom: 0;
    display: block;
    position: static;
  }

  .container-content-main {
    padding: 40px 14px;
  }

  .quick-stack-5 {
    grid-row-gap: 20px;
  }

  .cell-11, .cell-12, .cell-13 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .left-arrow {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-5 {
    justify-content: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .slide-nav {
    margin-bottom: 0;
  }

  .div-hero-buttom {
    padding-left: 13px;
    padding-right: 13px;
    bottom: 30px;
  }

  .paragraph-2.hero {
    width: auto;
    font-size: 13px;
    line-height: 18px;
  }

  .div-block-6 {
    object-fit: fill;
    object-position: 50% 100%;
    width: 100%;
    height: 350px;
    display: flex;
  }

  .img-hover {
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
  }

  .div-block-7 {
    width: 100%;
    height: 260px;
    display: flex;
  }

  .div-block-8 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    height: 400px;
    display: flex;
  }

  .div-block-9 {
    height: auto;
  }

  .div-block-10 {
    height: 350px;
  }

  .div-block-11 {
    height: 260px;
  }

  .div-block-12 {
    overflow: hidden;
  }

  .div-block-13 {
    height: auto;
  }

  .div-block-15 {
    width: auto;
    margin-left: 60px;
    margin-right: 60px;
  }

  .image-5 {
    display: none;
  }

  .div-block-16 {
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    display: block;
    position: static;
  }

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

  .cell9 {
    display: block;
  }

  .container-modal {
    display: none;
  }

  .modal-container {
    width: 290px;
  }

  .heading-modal {
    font-size: 30px;
    line-height: 30px;
  }
}

#w-node-d016a385-6781-ac16-77cc-5230e1de9512-156634c8 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr .75fr;
}

#w-node-_10eb897e-a9e5-cf7a-9e66-7211fa70379f-156634c8 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_99f03218-92a7-7b9d-82fb-31c70d6b03a8-156634c8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_10eb897e-a9e5-cf7a-9e66-7211fa70379f-156634c8 {
    grid-template-rows: 445px 437px auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_99f03218-92a7-7b9d-82fb-31c70d6b03a8-156634c8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d016a385-6781-ac16-77cc-5230e1de9512-156634c8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_10eb897e-a9e5-cf7a-9e66-7211fa70379f-156634c8 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_99f03218-92a7-7b9d-82fb-31c70d6b03a8-156634c8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-bb719de2-786f-f353-8120-073851dfa0f0-156634c8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_248e778a-5af5-12ad-7078-871e28c570d1-156634c8 {
    order: 9999;
    grid-area: 2 / 1 / -1 / 2;
    align-self: end;
  }

  #w-node-d51774b3-d1ce-104c-20bc-653e03c0134e-156634c8 {
    order: 1;
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_98e16769-77e0-9620-a905-af7c541114cb-156634c8 {
    order: 2;
    grid-area: 1 / 2 / 2 / 5;
    justify-self: end;
  }

  #w-node-dbc68111-1965-fe5a-2683-a744161f8948-156634c8 {
    order: 9999;
    grid-area: 2 / 2 / 3 / 5;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_10eb897e-a9e5-cf7a-9e66-7211fa70379f-156634c8 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_69a0695c-57ba-c6e5-6273-3770ad249d77-156634c8 {
    grid-row: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Gramatika';
  src: url('../fonts/Gramatika-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gramatika';
  src: url('../fonts/Gramatika-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Old Standard tt';
  src: url('../fonts/OldStandardTT-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Old Standard tt';
  src: url('../fonts/OldStandardTT-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}