@font-face {
  font-family: Touch;
  src: url('../fonts/touch.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura Light;
  src: url('../fonts/FuturaLTProLight.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Relicta;
  src: url('../fonts/Relicta-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --gris\<deleted\|variable-7a38b9c3-f541-f4ea-d9c6-92505094ecab\>: #444;
  --grisbueno: #4c4c4c;
  --arena2: #b8a472;
  --blanc0: white;
  --arena1: #846530;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-image: url('../images/Fondo-Horizontal.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.div-block {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 141px;
  padding-bottom: 100px;
  display: flex;
}

.text-block {
  color: var(--gris\<deleted\|variable-7a38b9c3-f541-f4ea-d9c6-92505094ecab\>);
  letter-spacing: 5px;
  font-family: Touch, Arial, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.mayuslight {
  color: var(--grisbueno);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Futura Light, Arial, sans-serif;
  font-size: 16px;
  line-height: 33px;
}

.titulos {
  color: var(--grisbueno);
  text-align: center;
  letter-spacing: 14px;
  font-family: Relicta, Palatino Linotype, sans-serif;
  font-size: 35px;
  line-height: 50px;
}

.titulos.blanco {
  color: #fff;
  text-align: left;
  letter-spacing: 4px;
  -webkit-text-stroke-color: #4c4c4c;
  font-size: 30px;
}

.titulos.blanco:hover {
  letter-spacing: 2px;
  text-decoration: none;
}

.titulos.blanco:active {
  text-decoration: none;
}

.titulos.nombres {
  letter-spacing: 13px;
  font-family: Relicta, Palatino Linotype, sans-serif;
  display: block;
}

.titulos.nombres.celular {
  display: none;
}

.titulos.horas {
  letter-spacing: 0;
  font-size: 39px;
}

.titulos.der {
  text-align: right;
}

.image {
  width: 50%;
  padding-top: 82px;
  padding-bottom: 16px;
}

.image-2 {
  width: 90%;
}

.image-2.divisor {
  padding-top: 41px;
}

.section {
  padding-top: 200px;
  padding-bottom: 200px;
}

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

.card_component {
  background-image: url('../images/Tarjeta.png');
  background-position: 0 0;
  background-size: cover;
  border: 1px #1d1b1d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 389px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card_component:hover {
  opacity: 1;
}

.card_front-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.card_image-front {
  width: 11rem;
}

.card_title {
  color: #fbf9fc;
  text-align: center;
  flex-direction: column;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 400;
}

.card_scroll {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #8e8062;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 270px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0, 101%);
}

.text-style-link {
  text-decoration: underline;
}

.div-block-3 {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.titulo2 {
  color: var(--grisbueno);
  text-align: center;
  text-transform: uppercase;
  font-family: Relicta, Palatino Linotype, sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
}

.titulo2.chic {
  font-family: Relicta, Palatino Linotype, sans-serif;
  font-size: 19px;
  line-height: 20px;
}

.link {
  color: var(--grisbueno);
  text-align: center;
  font-family: Futura Light, Arial, sans-serif;
  font-size: 16px;
  text-decoration: underline;
}

.link:hover {
  color: #b8a472;
}

.link.link2 {
  color: #fff;
  font-size: 14px;
}

.image-3 {
  width: auto;
  height: 130px;
}

.paragraph {
  color: #fff;
  margin-bottom: 0;
  font-family: Futura Light, Arial, sans-serif;
  line-height: 18px;
}

.paragraph.gris {
  color: var(--grisbueno);
  text-align: center;
  margin-bottom: 0;
  font-size: 15px;
  font-style: normal;
  line-height: 25px;
}

.paragraph.gris.der {
  text-align: right;
}

.paragraph.gris.chico {
  line-height: 19px;
}

.div-block-5 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mapa {
  width: 70%;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 0;
}

.mapa.cel {
  display: none;
}

.js-clock {
  justify-content: center;
  align-items: center;
  display: flex;
}

.box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.box.days {
  margin: 0;
  padding: 0;
}

.clock-number {
  font-size: 6rem;
  font-weight: 600;
  line-height: 70px;
}

.clock-label {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
}

.div-block-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: right;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 710px;
  height: 351px;
  padding: 0;
  display: flex;
}

.section-3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-4 {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

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

.section-5 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  display: flex;
  box-shadow: inset 0 2px 5px #00000052;
}

.titulo3 {
  color: var(--grisbueno);
  letter-spacing: 2px;
  font-family: Touch, Arial, sans-serif;
  font-size: 20px;
}

.link2 {
  color: var(--grisbueno);
  text-decoration: none;
}

.link2:hover {
  text-decoration: underline;
}

.tabs {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  display: flex;
}

.tabs-menu {
  background-color: var(--grisbueno);
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 50%;
  height: 100%;
  padding-bottom: 35px;
  display: flex;
  box-shadow: inset 0 2px 5px #0003;
}

.tabs-content {
  width: 50%;
  box-shadow: inset 0 2px 5px #0003;
}

.recs_panel {
  background-color: #fff;
  height: 600px;
  padding: 60px;
  box-shadow: inset 0 2px 5px #0003;
}

.recomendaciones {
  background-color: #c8c8c800;
}

.recomendaciones.w--current {
  background-color: #4c4c4c00;
  font-size: 14px;
}

.hoteles {
  background-color: #4c4c4c00;
}

.hoteles.w--current {
  background-color: #cf2c2c00;
}

.restaurantes, .restaurantes.w--current {
  background-color: #0f0f0f00;
}

.hotel_panel {
  background-color: #fff;
  height: 600px;
  padding: 0 30px 0 31px;
  box-shadow: inset 0 2px 5px #0003;
}

.rest_panel {
  background-color: #fff;
  height: 600px;
  padding-left: 135px;
  padding-right: 30px;
  box-shadow: inset 0 2px 5px #0003;
}

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

.div-block-9 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  height: 600px;
  display: flex;
}

.liink {
  color: var(--grisbueno);
}

.liink:hover {
  color: var(--arena2);
}

.navbar {
  background-color: #fff;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  height: auto;
  line-height: 0;
  display: flex;
}

.nav {
  color: var(--grisbueno);
  letter-spacing: 3px;
  font-family: Relicta, Palatino Linotype, sans-serif;
  font-size: 14px;
  line-height: 0;
}

.nav:hover {
  color: var(--arena2);
}

.image-4 {
  backface-visibility: hidden;
  vertical-align: baseline;
  width: 25px;
  position: relative;
  inset: 58% 0% 0%;
  transform: rotate(90deg);
}

.card-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: none;
}

.heading-2 {
  text-align: center;
}

.section-6 {
  perspective: 1000px;
  background-color: #fff;
  align-items: center;
  height: 100vh;
  display: flex;
  position: static;
}

.card-front {
  background-color: #fff;
  border-radius: 20px;
  width: 700px;
  height: 500px;
}

.card-front.margin {
  backface-visibility: hidden;
  text-align: center;
  background-color: #0000;
  background-image: url('../images/fund.png');
  background-position: 0 0;
  background-size: contain;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 820px;
  height: 406px;
  padding: 0 53px 0 0;
  display: flex;
  position: absolute;
}

.heading {
  color: #fff;
  text-align: center;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
}

.paragraph-2.white {
  color: #333;
  text-align: center;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 28px;
}

.card-back {
  background-color: #333;
  border-radius: 20px;
  width: 700px;
  height: 500px;
}

.card-back.margin {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--blanc0);
  backface-visibility: hidden;
  width: 820px;
  height: 406px;
  transform-style: preserve-3d;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 60px;
  display: flex;
  position: absolute;
  inset: auto;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
  box-shadow: 0 7px 194px 10px #0003;
}

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

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

.section-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

@media screen and (max-width: 991px) {
  .div-block {
    padding-top: 166px;
  }

  .titulos.blanco {
    font-size: 26px;
    line-height: 30px;
  }

  .card_component:hover {
    opacity: 1;
  }

  .titulo2 {
    text-align: center;
  }

  .paragraph.gris {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph.gris.der {
    text-align: right;
  }

  .paragraph.gris.rec {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: column;
  }

  .paragraph.gris.chico {
    line-height: 19px;
  }

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

  .mapa {
    width: 90%;
  }

  .tabs {
    flex-flow: column;
    height: auto;
  }

  .tabs-menu {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 190px;
    padding-bottom: 0;
  }

  .tabs-content {
    width: 100%;
  }

  .recs_panel {
    height: 270px;
    padding: 54px 130px;
  }

  .hotel_panel {
    height: 400px;
  }

  .rest_panel {
    height: 300px;
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .div-block-9 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    place-items: center stretch;
    height: 300px;
    display: grid;
    position: static;
    overflow: scroll;
  }

  .div-block-9.hotel {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-content: center;
    height: 400px;
  }

  .liink {
    color: var(--grisbueno);
  }

  .liink:hover {
    color: var(--arena2);
  }

  .navbar {
    background-color: #ffffffa3;
  }

  .nav-menu {
    text-align: center;
    background-color: #fff;
  }

  .nav {
    text-align: center;
    background-color: #ffffffa3;
    border-bottom: 1px solid #d1d1d1;
  }

  .menu-button, .menu-button.w--open {
    background-color: #0000;
  }

  .icon {
    color: var(--grisbueno);
  }

  .card-front.margin {
    width: 720px;
    height: 357px;
  }

  .card-back.margin {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    width: 720px;
    height: 357px;
  }
}

@media screen and (max-width: 767px) {
  .titulos {
    font-size: 45px;
  }

  .titulos.nombres {
    display: none;
  }

  .titulos.nombres.celular {
    line-height: 69px;
    display: block;
  }

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

  .div-block-2 {
    width: 80%;
  }

  .card_component {
    flex-flow: column;
    width: 18rem;
    height: 26rem;
    padding: 2rem;
  }

  .card_front-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .card_image-front {
    width: 5rem;
  }

  .card_title {
    text-align: left;
    width: auto;
    font-size: 1.25rem;
  }

  .card_scroll {
    width: 18rem;
    height: 26rem;
  }

  .titulo2 {
    font-size: 21px;
  }

  .paragraph.gris {
    font-size: 13px;
    line-height: 20px;
  }

  .mapa {
    display: none;
  }

  .mapa.cel {
    display: block;
  }

  .js-clock {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .box {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .box.days {
    width: auto;
    height: auto;
    padding: 0;
  }

  .div-block-6 {
    background-image: url('../images/Alto.png');
    width: 550px;
    height: 399px;
  }

  .recs_panel {
    padding-top: 50px;
  }

  .hotel_panel {
    padding: 0;
  }

  .div-block-9 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    align-content: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .card-front.margin {
    background-image: url('../images/Alto.png');
    width: 570px;
    height: 413px;
    padding-right: 25px;
  }

  .card-back.margin {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    width: 570px;
    height: 413px;
  }
}

@media screen and (max-width: 479px) {
  .mayuslight {
    font-size: 14px;
    line-height: 25px;
  }

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

  .titulos.nombres {
    letter-spacing: 0;
    font-size: 39px;
  }

  .titulos.nombres.celular {
    line-height: 49px;
  }

  .titulos.horas {
    font-size: 33px;
  }

  .titulos.der {
    letter-spacing: 0;
  }

  .image {
    width: 90%;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .card_component {
    width: 18rem;
    height: 26rem;
  }

  .card_image-front {
    width: 4rem;
  }

  .card_scroll {
    width: 18rem;
    height: 26rem;
  }

  .section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .titulo2 {
    font-size: 21px;
    line-height: 28px;
  }

  .titulo2.der {
    text-align: center;
  }

  .titulo2.chic {
    font-size: 15px;
    line-height: 20px;
  }

  .link {
    color: var(--grisbueno);
    font-size: 13px;
  }

  .image-3 {
    height: 130px;
  }

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

  .paragraph.gris.centro {
    text-align: center;
    font-size: 16px;
  }

  .mapa {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .mapa.cel {
    width: 90%;
  }

  .js-clock {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
  }

  .box {
    width: auto;
    height: auto;
    margin: auto;
    padding: 0;
  }

  .box.days {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .div-block-6 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    background-image: url('../images/larguisimo.png');
    width: 340px;
    height: 432px;
    padding-left: 111px;
    padding-right: 24px;
  }

  .section-4 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .titulo3 {
    font-size: 16px;
  }

  .recs_panel {
    height: 300px;
    padding: 40px;
  }

  .hotel_panel {
    height: 570px;
  }

  .rest_panel {
    height: 330px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-9 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-content: center;
    align-items: start;
    height: 330px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-9.hotel {
    height: 570px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar {
    background-color: #fff;
    position: absolute;
  }

  .nav-menu {
    background-color: #c8c8c800;
  }

  .nav {
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #4c4c4c26;
  }

  .menu-button {
    background-color: #0000;
  }

  .menu-button.w--open {
    color: var(--grisbueno);
    background-color: #0000;
  }

  .card-front.margin {
    background-image: url('../images/larguisimo.png');
    width: 326px;
  }

  .card-back.margin {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 326px;
    padding: 30px;
    display: grid;
  }
}


@font-face {
  font-family: 'Touch';
  src: url('../fonts/touch.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Light';
  src: url('../fonts/FuturaLTProLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Relicta';
  src: url('../fonts/Relicta-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}