:root {
  --light-grey: #f5f5f5;
  --grey-1: #333;
  --accent: #5588e7;
  --grey-2: #646464;
  --white: #fff;
  --black: black;
  --white-2: white;
}

.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;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.header {
  z-index: 9;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: sticky;
  top: 0;
}

.header.esp {
  margin-top: 69px;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.section.top {
  background-color: #fff;
}

.section.grey {
  background-color: var(--light-grey);
}

.section.no-bottom {
  padding-bottom: 0;
}

.section.grey-grad {
  background-image: linear-gradient(0deg, var(--light-grey), white);
  padding-top: 0;
}

.section.prices {
  background-image: linear-gradient(180deg, #fff, var(--light-grey));
}

.g-80 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  width: 80%;
  margin-bottom: 70px;
  position: relative;
}

.g-80.left {
  grid-template-columns: .6fr 1fr;
}

.g-80.right {
  grid-template-columns: 1fr .6fr;
}

.g-80.no-margin {
  margin-bottom: 11px;
}

.column {
  position: relative;
}

.column.down {
  padding-top: 41px;
}

.column.down.right {
  text-align: right;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5vw;
  font-weight: 600;
  line-height: 5vw;
  position: relative;
}

.h1.times {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-weight: 400;
}

.h1.h1-times {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 5vw;
  font-weight: 400;
}

.h1.small {
  margin-bottom: 27px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 3.4vw;
  font-weight: 400;
  line-height: 3.5vw;
}

.body {
  font-family: Open Sans, sans-serif;
}

.menu-open {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.link-open {
  color: var(--grey-1);
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  font-weight: 600;
  text-decoration: none;
  transition: color .4s;
  display: flex;
  position: relative;
}

.link-open:hover, .link-open.w--current {
  color: var(--accent);
}

.link-open.in-header {
  color: var(--grey-2);
  justify-content: flex-start;
  align-items: center;
  height: 30px;
  margin-right: 30px;
  padding-left: 0;
  font-size: 13px;
  font-weight: 400;
  display: flex;
  bottom: -2px;
}

.link-open.in-header:hover {
  color: var(--accent);
}

.link-open.in-header.w--current {
  color: var(--grey-2);
}

.houses {
  height: auto;
  margin-top: 25px;
  margin-bottom: 29px;
  position: relative;
}

.link-round {
  background-color: #b86a6a;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-right: 19px;
  position: relative;
  overflow: hidden;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-cover.hide {
  display: none;
}

.image-cover.down {
  object-position: 50% 100%;
}

.text-main {
  line-height: 23px;
  position: relative;
}

.text-main.caption {
  color: var(--grey-2);
  margin-top: 19px;
  font-size: 13px;
  line-height: 17px;
}

.logo {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 9px;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}

.logo.times {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 22px;
  font-weight: 400;
}

.menu-wrapper {
  margin-left: 28px;
}

.section-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vw;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.section-image.top {
  height: 60vw;
  margin-top: -50px;
}

.section-image.top.araucarias {
  background-image: url('../images/Arauc_Abend-frontal.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 90vh;
  max-height: 1200px;
}

.section-image.top.azahares {
  background-image: url('../images/Az_Outside_BG9A7758.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 90vh;
  max-height: 1200px;
}

.section-image.hide {
  display: none;
}

.only-bold {
  font-weight: 700;
}

.h3 {
  color: #a0a0a0;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
  position: relative;
}

.h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 600;
  line-height: 40px;
  position: relative;
}

.h2.white {
  color: #fff;
}

.h2.times {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 42px;
  font-weight: 400;
}

.image-1 {
  height: 47vw;
  margin-top: 8vw;
  position: relative;
}

.hightlight {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 22px;
  line-height: 25px;
  position: relative;
}

.indent-1 {
  z-index: 1;
  background-color: #fff;
  width: 45vw;
  padding-bottom: 50px;
  padding-right: 50px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.indent-grey {
  z-index: 1;
  background-color: var(--light-grey);
  width: 34vw;
  padding: 25px 0 25px 50px;
  position: absolute;
  left: -20vw;
}

.indent-grey._2 {
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  padding-right: 50px;
  display: flex;
  left: auto;
  right: -13.6vw;
}

.image-simple {
  height: 47vw;
  position: relative;
  top: 2px;
}

.image-simple.contain {
  width: 100%;
  height: auto;
}

.indent-wrapper {
  height: 97px;
  margin-bottom: 30px;
}

.link-text {
  color: #000;
  margin-top: 21px;
  font-weight: 600;
  text-decoration: none;
  transition: color .4s;
  display: block;
  position: relative;
}

.link-text:hover {
  color: var(--accent);
}

.slider {
  background-color: #fff;
  width: 100%;
  height: 55vw;
  margin-bottom: 24px;
  font-size: 7px;
}

.arrow {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.slide-image-wrapper {
  width: 100%;
  height: 84%;
  position: relative;
}

.image-caption {
  color: #7e7e7e;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 14px;
  font-size: 12px;
  display: flex;
  position: relative;
}

.h2-times {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 41px;
  font-weight: 400;
}

.g-80-activities {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 80%;
  margin-bottom: 70px;
  position: relative;
}

.activity-icon {
  opacity: .63;
  height: 70px;
  margin-bottom: 17px;
}

.events-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 87vw;
  display: flex;
  position: relative;
}

.text-link {
  color: #000;
  font-weight: 600;
  text-decoration: none;
  transition: color .4s;
}

.text-link:hover {
  color: var(--accent);
}

.footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.block-80 {
  width: 80%;
  margin-bottom: 80px;
}

.block-80._60 {
  width: 60%;
}

.block-80._60.center, .block-80.center {
  text-align: center;
}

.block-80.short {
  padding-right: 15%;
}

.block-80.footer {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 0;
}

.block-80.header-pic {
  margin-bottom: 0;
  padding-right: 20%;
}

.text-block {
  color: var(--grey-2);
}

.white-grad {
  background-image: linear-gradient(#fff0, #fff 61%);
  width: 100%;
  height: 61vw;
  position: absolute;
  inset: auto 0% 0%;
}

.block-60-events {
  text-align: center;
  width: 60%;
  position: absolute;
  inset: auto auto 17.3vw;
}

.sociam-media-wrapper {
  margin-top: 31px;
  margin-bottom: 31px;
  display: flex;
}

.sm-link {
  opacity: .5;
  width: 25px;
  height: 25px;
  margin-right: 20px;
  transition: opacity .4s;
}

.sm-link:hover {
  opacity: .8;
}

.map {
  width: 100%;
  height: auto;
  margin-top: 48px;
  display: none;
}

.slide-nav {
  position: relative;
  top: -4vw;
}

.dd {
  z-index: 1;
  position: relative;
}

.dd-content {
  background-color: #fff;
  flex-flow: column;
  width: 158px;
  padding: 17px 25px 17px 24px;
  display: none;
  position: absolute;
  top: 46px;
  box-shadow: 0 2px 12px #0000001f;
}

.dd-content.in-header {
  width: 175px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  top: 40px;
  left: auto;
}

.grey-cover {
  background-color: #0000007d;
  position: absolute;
  inset: 0%;
}

.grey-cover.italic {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.lead {
  color: var(--grey-1);
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 29px;
  position: relative;
}

.image-contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: static;
  inset: 0%;
}

.small-icon {
  opacity: .65;
  width: 36px;
  margin-right: 20px;
  position: relative;
}

.info {
  color: var(--grey-2);
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.info-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.white {
  color: var(--white);
}

.indent-3 {
  background-color: var(--white);
  width: 150%;
  padding: 32px;
  position: absolute;
  top: 23%;
  left: -55%;
}

.center-image {
  width: 80%;
  margin-bottom: 40px;
}

.g-images {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.google-maps {
  flex-flow: column;
  height: 30vw;
  margin-top: 58px;
  display: flex;
  position: relative;
}

.html-embed {
  position: absolute;
  inset: 0%;
}

.link-block {
  color: #000;
  text-decoration: none;
}

.menu-phone, .menu-content {
  display: none;
}

.over-pic {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 7vw;
  font-weight: 600;
  line-height: 7vw;
  position: relative;
}

.over-pic.white {
  color: #fff;
}

.over-pic.italic {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-weight: 400;
}

.block-60-center {
  text-align: center;
  width: 60%;
  position: static;
  inset: auto auto 17.3vw;
}

.house-link {
  justify-content: center;
  align-items: flex-end;
  width: 16vw;
  height: 6vw;
  margin-right: 37px;
  display: flex;
  position: relative;
}

.house-link.az {
  width: 14vw;
}

.stamp {
  object-fit: contain;
  width: 100%;
  position: absolute;
}

.stamp.blue {
  opacity: 0;
}

.stamp-blue {
  object-fit: contain;
  position: absolute;
}

.slider-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.buttons-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  display: grid;
}

.image-2 {
  opacity: .6;
  width: 22vw;
  margin-top: 22px;
}

.image-2.az {
  width: 17vw;
}

.logo-link {
  color: #353535;
  text-decoration: none;
  transition: color .3s;
}

.logo-link:hover {
  color: var(--accent);
}

.annex {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
}

.language-wrapper {
  z-index: 20;
  background-color: var(--white);
  justify-content: flex-end;
  align-items: center;
  margin-right: 20px;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
}

.language-wrapper.in-page {
  right: 47px;
}

.lang {
  color: #b4b4b4;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 50px;
  padding-top: 6px;
  padding-left: 10px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.lang:hover {
  color: #383838;
  font-weight: 700;
}

.lang.w--current {
  color: var(--grey-1);
  font-weight: 700;
}

.footer-link {
  color: var(--black);
  font-weight: 600;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: var(--accent);
  text-decoration: underline;
}

.background-video {
  width: 100%;
  height: 50vw;
}

.background-video-inside {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-intro {
  height: 25vw;
  margin-top: 20px;
  position: relative;
}

.g-prices {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  min-width: 900px;
  position: relative;
}

.g-prices.arauc {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.g-prices.azah {
  grid-template-columns: 1fr 1fr;
  min-width: 100%;
}

.g-prices.azah.different {
  grid-template-columns: 1fr 1fr;
}

.table-item {
  border-bottom: 1px solid #ebebeb;
  padding: 13px 26px 13px 0;
  font-weight: 600;
}

.table-item.light {
  color: #797979;
  text-align: right;
  justify-content: flex-end;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.table-item.right {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.table-item.left {
  min-width: 230px;
}

.prices-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: auto;
  display: flex;
  overflow: auto;
}

.text-block-2 {
  text-align: center;
  font-weight: 400;
}

.lang-copy {
  color: #b4b4b4;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 50px;
  padding-top: 6px;
  padding-left: 10px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.lang-copy:hover {
  color: #383838;
  font-weight: 700;
}

.lang-copy.w--current {
  color: var(--grey-1);
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .g-80 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 85%;
  }

  .g-80.right {
    grid-template-columns: 1fr 1fr;
  }

  .link-open.in-header.vertical {
    margin-bottom: 25px;
  }

  .menu-wrapper {
    display: none;
  }

  .indent-grey {
    width: 49vw;
    padding-left: 40px;
  }

  .indent-grey._2 {
    padding-right: 40px;
  }

  .image-simple {
    height: 39vw;
  }

  .slider {
    height: 60vw;
  }

  .g-80-activities {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    width: 85%;
  }

  .events-wrapper {
    height: 94vw;
  }

  .block-80 {
    width: 85%;
  }

  .white-grad {
    height: 80vw;
  }

  .block-60-events {
    width: 80%;
  }

  .dd-content.in-header {
    padding-top: 8px;
    padding-bottom: 18px;
    display: none;
  }

  .info-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .indent-3 {
    width: 120%;
    left: -30%;
  }

  .center-image {
    width: 85%;
  }

  .google-maps {
    height: 40vw;
  }

  .menu-phone {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    height: 49px;
    display: flex;
    position: absolute;
    top: 0;
    right: 20px;
  }

  .menu-phone.close {
    z-index: 10;
  }

  .menu-icon {
    opacity: .48;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 31px;
    height: 45px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    transition: opacity .3s;
    display: flex;
  }

  .menu-icon:hover {
    opacity: 1;
  }

  .menu-content {
    background-color: #fff;
    width: 50vw;
    height: 100vh;
    padding: 37px 60px 60px;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: -7px 2px 12px #0003;
  }

  .block-60-center {
    width: 80%;
  }

  .house-link {
    width: 20vw;
  }

  .image-2 {
    width: 32vw;
  }

  .div-block {
    background-color: #a02929;
  }

  .annex {
    width: 85%;
  }

  .language-wrapper {
    display: none;
  }

  .language-wrapper.in-menu {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 27px;
    display: flex;
    position: relative;
  }

  .lang, .lang.in-menu {
    padding-left: 0;
    padding-right: 10px;
  }

  .prices-wrapper {
    overflow: auto;
  }

  .lang-copy, .lang-copy.in-menu {
    padding-left: 0;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .g-80 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .g-80.left, .g-80.right {
    grid-template-columns: 1fr;
  }

  .column.down {
    padding-top: 0;
  }

  .column.down.right {
    text-align: left;
  }

  .h1 {
    margin-bottom: 21px;
    font-size: 8vw;
    line-height: 9vw;
  }

  .h1.times, .h1.h1-times {
    font-size: 9vw;
  }

  .h1.small {
    margin-bottom: 9px;
    font-size: 6vw;
  }

  .menu-open {
    margin-top: 37px;
  }

  .link-open.in-header {
    font-size: 14px;
    line-height: 31px;
  }

  .link-open.in-header.vertical {
    margin-bottom: 15px;
  }

  .houses {
    display: none;
  }

  .section-image {
    height: 70vw;
  }

  .indent-1 {
    width: auto;
    padding-bottom: 0;
    padding-right: 0;
    position: static;
  }

  .indent-grey {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: static;
  }

  .indent-grey._2 {
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
  }

  .indent-wrapper {
    height: auto;
    margin-bottom: 20px;
  }

  .slider {
    height: 92vw;
    margin-bottom: 62px;
  }

  .g-80-activities {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    width: 90%;
  }

  .activity-icon {
    margin-top: 13px;
    margin-bottom: 25px;
  }

  .events-wrapper {
    height: 120vw;
  }

  .block-80._60 {
    width: 85%;
  }

  .block-80.short {
    padding-right: 0%;
  }

  .white-grad {
    height: 103vw;
  }

  .block-60-events {
    width: 85%;
  }

  .dd.vertical {
    height: auto;
  }

  .dd-content.in-header {
    top: 35px;
  }

  .indent-3 {
    width: 100%;
    padding: 0;
    position: static;
  }

  .google-maps {
    height: 60vw;
  }

  .menu-content {
    background-color: #fff;
    width: 80vw;
  }

  .block-60-center {
    width: 85%;
  }

  .house-link {
    width: 34vw;
  }

  .house-link.az {
    width: 27vw;
  }

  .image-2 {
    width: 60vw;
    margin-bottom: 17px;
    display: none;
  }

  .language-wrapper.in-phone {
    display: flex;
    position: static;
  }

  .div-block-2 {
    width: 500px;
    height: 100px;
    display: flex;
    position: relative;
  }

  .image-intro {
    height: 34vw;
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .g-80 {
    width: 90%;
  }

  .menu-open {
    grid-template-columns: 1fr 1fr;
  }

  .logo {
    font-size: 13px;
  }

  .logo.times {
    font-size: 18px;
  }

  .slider {
    height: 107vw;
  }

  .g-80-activities {
    grid-template-columns: 1fr;
  }

  .events-wrapper {
    height: 280vw;
  }

  .block-80._60.center {
    width: 90%;
  }

  .block-80.header-pic {
    padding-right: 0%;
  }

  .white-grad {
    height: 240vw;
  }

  .block-60-events {
    width: 90%;
  }

  .small-icon {
    width: 28px;
  }

  .info-wrapper {
    grid-template-columns: 1fr;
  }

  .center-image {
    width: 90%;
  }

  .google-maps {
    height: 120vw;
  }

  .menu-content {
    width: 90vw;
  }

  .block-60-center {
    width: 90%;
  }

  .buttons-block {
    grid-template-columns: 1fr;
  }

  .annex {
    width: 90%;
  }

  .image-icon {
    width: 100%;
  }
}


