:root {
  --black: #151f27;
  --dark-goldenrod: #aa854f;
}

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

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

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

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

.main-home {
  max-width: none;
  object-fit: fill;
  overflow: hidden;
}

.cover {
  max-height: 100vh;
  max-width: 100vw;
}

.nosotros {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
  margin-right: 0;
}

.propiedades {
  background-color: var(--black);
}

.footer {
  background-color: var(--black);
  overflow: hidden;
}

.heading {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 200px;
  margin-bottom: 100px;
  font-family: Canela, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.text-span, .text-span-2 {
  color: var(--dark-goldenrod);
}

.div-block-2 {
  height: 500px;
  background-image: url('../images/img-2.png');
  background-position: 0 0;
  background-size: auto;
  padding-bottom: 0;
}

.container {
  margin-top: -136px;
}

.heading-2 {
  color: var(--black);
  text-align: center;
  margin-top: 150px;
  margin-bottom: 100px;
  font-family: Canela, sans-serif;
}

.text-span-3 {
  color: var(--dark-goldenrod);
}

.heading-3 {
  color: var(--black);
  letter-spacing: 1px;
  font-family: Canela, sans-serif;
  font-size: 30px;
}

.paragraph {
  width: 470px;
  color: var(--black);
  text-align: left;
  letter-spacing: 0;
  text-indent: 2px;
  margin-top: 30px;
  font-family: Clashgrotesk, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.div-block-3 {
  text-align: left;
  margin-left: 50px;
  padding-top: 180px;
}

.container-2 {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.slider {
  height: 900px;
  background-image: url('../images/Img-1.webp');
  background-position: 0 0;
  background-size: auto;
}

.slide-nav {
  background-image: url('../images/Img-1-1.webp');
  background-position: 0 0;
  background-size: auto;
}

.slide {
  background-image: url('../images/Img-1-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.slide-2 {
  background-image: url('../images/Img-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  cursor: auto;
  grid-template-areas: ". Area"
                       "Area-2 Area-3";
  margin-left: 90px;
  margin-right: 90px;
}

.heading-4 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 0;
  font-family: Clashgrotesk, sans-serif;
  font-weight: 400;
  display: inline-block;
}

.bold-text {
  font-weight: 400;
}

.image {
  position: relative;
  top: 100px;
}

.link {
  color: var(--dark-goldenrod);
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Clashgrotesk, sans-serif;
  display: flex;
}

.link-2 {
  color: var(--dark-goldenrod);
  text-align: center;
  margin-top: 50px;
  font-family: Clashgrotesk, sans-serif;
  display: block;
}

.div-block-4 {
  cursor: auto;
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.heading-5 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 100px;
  font-family: Canela, sans-serif;
  font-size: 30px;
}

.text-span-4 {
  color: var(--dark-goldenrod);
}

.lottie-animation {
  width: 100px;
  text-align: center;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.heading-6 {
  float: left;
  clear: left;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 50px;
  font-family: Canela, sans-serif;
  font-size: 20px;
  line-height: 30px;
  display: inline-block;
}

.image-2 {
  float: left;
  clear: left;
}

.list {
  color: #fff;
  margin-left: 60px;
  padding-left: 0;
  font-family: Clashgrotesk, sans-serif;
  display: inline-block;
}

.columns {
  margin-top: 60px;
}

.list-item {
  margin-bottom: 20px;
}

.list-item-2 {
  margin-bottom: 20px;
  text-decoration: none;
}

.container-3 {
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 70px;
  margin-right: 0;
  display: block;
}

.link-3 {
  color: #fff;
  text-decoration: none;
}

.link-3:hover {
  color: var(--dark-goldenrod);
}

.link-4 {
  color: #fff;
  text-decoration: none;
}

.link-4:hover {
  color: var(--dark-goldenrod);
}

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

.link-5 {
  color: #fff;
  text-decoration: none;
}

.link-5:hover {
  color: var(--dark-goldenrod);
}

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

.div-block-5 {
  margin-top: 50px;
  margin-bottom: 40px;
  display: inline-block;
}

.bold-text-2 {
  color: #fff;
  font-family: Clashgrotesk, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.link-6 {
  margin-left: 0;
  padding-right: 50px;
  text-decoration: none;
}

.image-3 {
  margin-top: 0;
  margin-left: auto;
  margin-right: 100px;
  padding-top: 0;
  display: block;
}

.div-block-6 {
  float: right;
  clear: right;
  text-align: right;
  margin-top: 50px;
  margin-left: auto;
  margin-right: 100px;
  display: inline;
}

.slide-3 {
  background-image: url('../images/Img-1.webp');
  background-position: 0 0;
  background-size: auto;
}

.slide-4, .slide-5, .slide-6, .slide-7, .slide-8, .slide-9 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-10 {
  mix-blend-mode: normal;
  background-image: url('../images/cover-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

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

.slider-2 {
  width: auto;
  height: 100%;
}

.mask {
  height: 100vh;
}

.slide-nav-2 {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-color: transparent;
  font-family: Canela, sans-serif;
  display: block;
  bottom: 40px;
}

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

.brand {
  background-image: url('../images/menu-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.brand.w--current {
  width: 180px;
  background-color: var(--dark-goldenrod);
  background-image: none;
  margin-top: 40px;
}

.nav-link, .nav-link-2 {
  color: #fff;
  font-family: Clashgrotesk, sans-serif;
  font-weight: 400;
}

.nav-link-3 {
  color: #fff;
  font-family: Clashgrotesk, sans-serif;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-4 {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 40px;
  margin-right: 40px;
}

.bold-text-3, .bold-text-4, .bold-text-5 {
  font-weight: 400;
}

.nav-menu {
  margin-top: 20px;
}

.heading-7 {
  color: #fff;
  text-align: left;
  font-family: Canela, sans-serif;
}

.div-block-7 {
  display: block;
}

.heading-8 {
  color: #fff;
  font-family: Canela, sans-serif;
  font-size: 60px;
  line-height: 70px;
  display: inline-block;
}

.paragraph-2 {
  color: #fff;
  margin-top: 112px;
  font-family: Clashgrotesk, sans-serif;
  font-size: 20px;
  display: block;
}

.div-block-8 {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 200px;
  margin-left: 70px;
  margin-right: 70px;
  display: flex;
}

.main-propiedades {
  overflow: hidden;
}

.container-5 {
  height: 450px;
  max-width: 100%;
  background-image: url('../images/interna-cover.webp');
  background-position: 50%;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.heading-9 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-family: Canela, sans-serif;
  font-size: 40px;
}

.text-block-3 {
  text-align: center;
  margin-top: 20px;
  font-family: Clashgrotesk, sans-serif;
}

.bold-text-6 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.div-block-10 {
  width: 100%;
  max-width: 1300px;
  margin-top: 200px;
  margin-left: auto;
  margin-right: auto;
}

.section {
  flex-direction: column;
  align-items: center;
  margin-top: 150px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

.grid-2 {
  width: auto;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto auto;
  justify-items: center;
  display: block;
}

.lottie-animation-2 {
  width: 100px;
  margin: 120px auto;
}

.main-interna {
  overflow: hidden;
}

.utskin-tulum {
  height: 600px;
  max-width: 100%;
  background-image: url('../images/Utskin.webp');
  background-position: 50%;
  background-size: cover;
  margin-left: 0;
  margin-right: 0;
}

.paragraph-3 {
  width: 530px;
  color: var(--black);
  margin-top: 20px;
  font-family: Clashgrotesk Variable, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.columns-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 170px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-12 {
  margin-top: 40px;
  font-weight: 400;
}

.heading-10 {
  color: #fff;
  font-family: Canela, sans-serif;
  font-size: 30px;
}

.div-block-13 {
  display: inline-block;
}

.button {
  width: 150px;
  background-color: var(--dark-goldenrod);
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Clashgrotesk, sans-serif;
  display: flex;
}

.div-block-14 {
  width: 600px;
  height: 600px;
  background-image: url('../images/Group-8.png');
  background-position: 50%;
  background-size: cover;
}

.paragraph-4 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-family: Clashgrotesk Variable, sans-serif;
  font-weight: 400;
}

.bold-text-7 {
  font-weight: 400;
}

.div-block-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.heading-11 {
  color: #fff;
  font-family: Canela, sans-serif;
  font-size: 32px;
}

.quick-stack-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-16 {
  width: 500px;
}

.div-block-17 {
  width: 50px;
}

.grid-3 {
  grid-template-rows: auto auto auto auto;
  grid-auto-flow: row;
}

.heading-12 {
  color: #fff;
  text-align: center;
  font-family: Canela, sans-serif;
  font-size: 30px;
}

.div-block-18 {
  margin: 100px 150px;
  display: block;
  position: absolute;
}

.paragraph-5 {
  text-align: center;
  font-family: Clashgrotesk Variable, sans-serif;
  display: flex;
}

.bold-text-8 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.button-2 {
  background-color: var(--dark-goldenrod);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Clashgrotesk Variable, sans-serif;
  display: block;
}

.grid-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: "Area"
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 70px;
  margin-right: 70px;
  display: grid;
}

.div-block-19 {
  flex-direction: column;
  margin: auto;
  display: block;
  position: absolute;
  left: auto;
}

.heading-13 {
  color: #fff;
  text-align: center;
  font-family: Canela, sans-serif;
  font-size: 40px;
}

.bold-text-9 {
  color: #fff;
  font-family: Clashgrotesk Variable, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.text-block-4 {
  text-align: center;
  margin-top: 20px;
  font-size: 15px;
}

.button-3 {
  width: 150px;
  background-color: var(--dark-goldenrod);
  text-align: center;
  text-transform: uppercase;
  margin-top: 50px;
}

.image-4 {
  width: 620px;
  max-width: 100%;
  background-image: url('../images/Group-8.png');
  background-position: 0 0;
  background-size: auto;
  display: block;
  position: static;
}

.div-block-20 {
  width: auto;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.div-block-21 {
  width: 270px;
  height: 1px;
  background-color: var(--dark-goldenrod);
  -webkit-text-stroke-width: 5px;
  -webkit-text-stroke-color: transparent;
  margin-top: -40px;
  position: static;
  top: auto;
}

.div-block-22 {
  width: 250px;
  height: 1px;
  background-color: var(--dark-goldenrod);
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 30px;
  display: inline-block;
}

.div-block-23 {
  width: 250px;
  height: 1px;
  background-color: var(--dark-goldenrod);
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 30px;
  padding-top: 0;
  display: inline-block;
}

.bold-text-10 {
  font-weight: 400;
}

.image-5 {
  cursor: auto;
}

.nav-menu-2 {
  float: right;
  clear: right;
  font-family: Clashgrotesk Variable, sans-serif;
  position: relative;
  right: auto;
}

.bold-text-11, .bold-text-12 {
  font-weight: 400;
}

.navbar-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-7 {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.brand-2 {
  background-image: url('../images/menu-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.image-6 {
  width: 160px;
  margin-left: 40px;
  padding-top: 20px;
}

.brand-3 {
  margin-top: 20px;
}

.brand-3.w--current {
  margin-right: 50px;
}

.navbar-3 {
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-menu-3 {
  margin-right: 0;
  font-family: Clashgrotesk Variable, sans-serif;
}

.container-8 {
  margin-left: 0;
  margin-right: 0;
}

.nav-link-4, .nav-link-5, .nav-link-6 {
  color: #fff;
  padding-right: 30px;
}

.slider33-tec {
  z-index: 1;
  height: 800px;
  top: -100px;
}

.slide-12 {
  background-image: url('../images/5fba48a2-8c8b-4788-bf55-0b1b4999eead.webp');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-right: 0;
}

.heading-14 {
  color: var(--black);
  letter-spacing: 1px;
  margin-top: 0;
  font-family: Canela, sans-serif;
  font-size: 30px;
}

.container-9 {
  max-width: 100%;
  margin-bottom: 120px;
  overflow: auto;
}

.column {
  padding-left: 70px;
}

.image-7 {
  margin-right: 0;
}

.column-2 {
  padding-right: 40px;
}

.bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17 {
  font-weight: 400;
}

.div-block-24 {
  margin-top: 110px;
  margin-left: 70px;
  margin-right: 70px;
}

.grid-5 {
  grid-template-columns: 1fr .25fr;
  grid-auto-flow: row;
}

.bold-text-18 {
  color: var(--black);
  font-family: Clashgrotesk, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-block-25, .columns-3 {
  margin-top: 80px;
}

.text-block-5 {
  margin-top: 10px;
  display: block;
}

.text-block-6 {
  margin-top: 10px;
}

.bold-text-19 {
  color: var(--black);
  padding-left: 0;
  font-family: Clashgrotesk, sans-serif;
  font-weight: 400;
}

.text-block-7-co {
  color: var(--black);
  margin-left: 30px;
  font-family: Clashgrotesk Variable, sans-serif;
  font-size: 14px;
  display: inline-block;
}

.amene {
  align-items: center;
  margin-bottom: 30px;
  font-family: Clashgrotesk Variable, sans-serif;
  display: flex;
}

.image-555 {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.image-9 {
  margin-left: 8px;
  margin-right: 6px;
}

.image-10 {
  margin-left: 0;
  padding-right: 0;
}

.button-4 {
  float: left;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 170px;
  padding-left: 0;
  padding-right: 0;
  font-family: Canela, sans-serif;
}

.button-4:hover {
  outline-offset: 0px;
  outline: 3px solid rgba(0, 0, 0, 0);
}

.bold-text-20 {
  border-bottom: 2px solid var(--dark-goldenrod);
  color: var(--dark-goldenrod);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--dark-goldenrod);
  font-family: Clashgrotesk Variable, sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-decoration: none;
}

.bold-text-20:hover {
  border-bottom-color: var(--black);
  color: var(--black);
}

.div-block-27 {
  width: 1px;
  height: 200px;
  float: right;
  background-color: var(--dark-goldenrod);
  padding-left: 0;
  display: inline-block;
  position: relative;
  left: -100px;
}

.slide-13 {
  background-image: url('../images/Villa6-3-1.webp');
  background-position: 50%;
  background-size: cover;
}

.slider-4 {
  height: 800px;
  max-width: 100%;
  margin-top: 140px;
}

.lottie-animation-3 {
  width: 100px;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
}

.link-block {
  float: left;
}

.slide-14 {
  background-image: url('../images/f3b67a39-4fbf-4d89-b882-0afb667cb722.webp');
  background-position: 50%;
  background-size: cover;
}

.heading-15 {
  color: #fff;
  font-family: Canela, sans-serif;
  font-size: 70px;
}

.div-block-28 {
  margin-top: 300px;
  margin-left: 70px;
  margin-right: 70px;
  position: relative;
}

.text-block-8 {
  margin-top: 30px;
  font-family: Clashgrotesk Variable, sans-serif;
}

.bold-text-21 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.button-5 {
  width: 165px;
  background-color: var(--dark-goldenrod);
  text-align: center;
  border-radius: 3px;
  margin-top: 70px;
  padding-top: 12px;
  padding-bottom: 10px;
  transition: background-color .8s;
}

.button-5:hover {
  background-color: var(--black);
}

.bold-text-22 {
  text-align: center;
  text-transform: uppercase;
  font-family: Clashgrotesk Variable, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.container-10 {
  margin-left: 0;
  margin-right: 0;
  font-family: Clashgrotesk, sans-serif;
}

.column-3 {
  margin-top: 50px;
  padding-left: 0;
}

.link-block-2 {
  float: none;
  clear: right;
  margin-left: 0;
  padding-left: 0;
}

.link-block-3 {
  float: right;
  margin-top: 50px;
  margin-right: 180px;
  display: inline;
}

.navbar-4 {
  max-height: 100vh;
  max-width: 100vw;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.link-block-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.link-block-4.w--current {
  float: left;
  clear: none;
  background-image: none;
  margin-top: 20px;
  margin-left: 0;
  position: relative;
  left: -60px;
}

.nav-menu-4 {
  color: var(--black);
}

.navbar1_container {
  width: 100%;
  height: 100%;
  max-width: 1300px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Clashgrotesk Variable, sans-serif;
  display: flex;
}

.dropdown-chevron {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: rgba(0, 0, 0, 0);
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .5rem;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar1_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.button-6 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-6.is-small {
  padding: .5rem 1.25rem;
}

.button-6.is-secondary {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.navbar1_component {
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 1px rgba(0, 0, 0, 0);
  align-items: center;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar1_logo-link {
  padding-left: 0;
}

.navbar1_link {
  color: #fcfcfc;
  padding: 0 1rem;
}

.navbar1_link:hover, .navbar1_link.w--current {
  color: var(--dark-goldenrod);
}

.navbar1_logo {
  margin-top: 20px;
  margin-left: 70px;
  padding-bottom: 20px;
  padding-left: 0;
}

.div-block-29 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-30 {
  width: 100%;
  max-width: 1300px;
  border: 1px solid var(--black);
  -webkit-text-stroke-color: var(--black);
  margin-left: auto;
  margin-right: auto;
}

.div-block-31, .div-block-32, .div-block-33 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.column-4 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-34, .div-block-35, .div-block-36, .div-block-37, .div-block-38 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-39 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 116px;
  margin-right: auto;
  display: inline;
}

.container-11 {
  max-width: 1300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-12 {
  max-width: 1300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 70px;
  margin-right: 70px;
  display: flex;
}

.columns-4 {
  margin-left: 70px;
  margin-right: 70px;
}

.text-block-9 {
  float: left;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Clashgrotesk Variable, sans-serif;
  display: inline-block;
}

.div-block-40 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.bold-text-23 {
  text-align: center;
  font-weight: 400;
  display: inline-block;
}

.div-block-41 {
  width: 250px;
  height: 1px;
  float: left;
  background-color: var(--dark-goldenrod);
  margin-top: 10px;
  margin-left: 40px;
  margin-right: 40px;
  padding-right: 0;
}

.div-block-42 {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 65px 116px;
  padding: 0;
  display: block;
  position: absolute;
}

.heading-16 {
  color: #fff;
  text-align: center;
  font-family: Canela, sans-serif;
  font-size: 35px;
  font-weight: 400;
  display: inline;
}

.bold-text-24 {
  margin-top: 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  display: inline-block;
}

.paragraph-6 {
  color: #fff;
  text-align: center;
  font-family: Clashgrotesk Variable, sans-serif;
  display: inline-block;
}

.button-7 {
  width: 160px;
  height: 55px;
  background-color: var(--dark-goldenrod);
  text-align: center;
  text-transform: uppercase;
  margin-top: 70px;
  padding-top: 18px;
  font-family: Clashgrotesk Variable, sans-serif;
  font-size: 18px;
}

.div-block-43 {
  position: relative;
}

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

.propiedades-bacalar {
  width: 550px;
  height: 550px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-45 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Canela, sans-serif;
  font-size: 35px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-17 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  display: block;
}

.paragraph-7 {
  text-align: center;
  margin-top: 25px;
  font-family: Clashgrotesk Variable, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.bold-text-25 {
  font-weight: 400;
}

.button-8 {
  width: 140px;
  height: 40px;
  border-bottom: 1px none var(--dark-goldenrod);
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
  outline: 1px solid #fff;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 17px;
  font-family: Clashgrotesk Variable, sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: background-color .2s;
  display: block;
}

.button-8:hover {
  background-color: var(--black);
  color: var(--dark-goldenrod);
  border-radius: 3px;
}

.text-span-5, .text-span-6 {
  font-weight: 600;
}

.column-6 {
  padding-right: 0;
}

.button-9 {
  display: none;
}

.column-10 {
  padding-left: 0;
  padding-right: 0;
}

.toh-interna-copy {
  height: 600px;
  max-width: 100%;
  background-image: url('../images/cover-2-1.webp');
  background-position: 50%;
  background-size: cover;
  margin-left: 0;
  margin-right: 0;
}

.toh-carrusel {
  z-index: 1;
  height: 900px;
  top: -100px;
}

.slide-15 {
  background-image: url('../images/WhatsApp-Image-2023-09-15-at-17.45.11.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-16 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.toh-cover {
  height: 600px;
  max-width: 100%;
  background-image: url('../images/cover-2-1.webp');
  background-position: 50%;
  background-size: cover;
  margin-left: 0;
  margin-right: 0;
}

.slide-17 {
  background-image: url('../images/WhatsApp-Image-2023-09-15-at-17.45.11.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-18 {
  background-image: url('../images/Toh_2-2.png');
  background-size: cover;
}

.slide-19 {
  background-image: url('../images/WhatsApp-Image-2023-09-15-at-17.45.10.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-20 {
  background-image: url('../images/WhatsApp-Image-2023-09-15-at-17.45.09.jpeg');
  background-position: 50%;
  background-size: cover;
}

.telchac-almares {
  height: 600px;
  max-width: 100%;
  background-image: url('../images/telchac-cover.webp');
  background-position: 50%;
  background-size: cover;
  margin-left: 0;
  margin-right: 0;
}

.slide-21 {
  background-image: url('../images/2c6c2d9c-f7ff-479a-a284-d175702bdbed.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-22 {
  background-image: url('../images/8559f443-3ab5-4ed0-8837-ff4b0073e32e-1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-23 {
  background-image: url('../images/1381b124-3788-4898-8346-348827607811.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-24 {
  background-image: url('../images/049e2d7a-b0ad-4ade-8621-ecb70a0a904c.webp');
  background-position: 0 0;
  background-size: cover;
}

.slide-25 {
  background-image: url('../images/2e6020a2-6e29-4612-a7f3-67ce20a627bb.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-26 {
  background-image: url('../images/d48fb15e-4e44-430b-b035-2f97da13827f.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-27 {
  background-image: url('../images/d8b3151f-99d5-43bd-8888-79386a74d7c0.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-1 {
  background-image: url('../images/ba52c330-d952-4eb8-92d3-feb256b15abb.webp');
  background-position: 0 0;
  background-size: cover;
}

.div-block-29-copy, .div-block-46 {
  margin-bottom: 30px;
}

.class-amenidades {
  margin-bottom: 30px;
  padding-left: 5px;
  padding-right: 5px;
}

.class-ame, .ameni-class {
  margin-bottom: 30px;
}

.text-block-10 {
  color: var(--black);
  margin-left: 30px;
  font-family: Clashgrotesk, sans-serif;
  display: inline-block;
}

.div-block-47, .div-block-48 {
  margin-bottom: 30px;
}

.text-block-11 {
  color: var(--black);
  margin-left: 30px;
  padding-left: 0;
  font-family: Clashgrotesk, sans-serif;
  display: inline-block;
}

.slide-28 {
  background-image: url('../images/slide-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-29 {
  background-image: url('../images/slide-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-30 {
  background-image: url('../images/slide-4.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-31 {
  background-image: url('../images/slide-5.jpg');
  background-position: 0 0;
  background-size: cover;
}

.toh-slider {
  height: 900px;
}

.slider-5 {
  height: 800px;
}

.slide-32 {
  background-image: url('../images/WhatsApp-Image-2023-09-19-at-17.57.07.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-33 {
  background-image: url('../images/WhatsApp-Image-2023-09-15-at-17.45.08.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-34 {
  background-image: url('../images/WhatsApp-Image-2023-09-15-at-17.45.11.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-35 {
  background-image: url('../images/WhatsApp-Image-2023-09-15-at-17.45.10.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-36 {
  background-image: url('../images/WhatsApp-Image-2023-09-15-at-17.45.09.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-37 {
  background-image: url('../images/Toh_2-2.png');
  background-position: 50%;
  background-size: cover;
}

.slider-6 {
  height: 800px;
}

.slide-38 {
  background-image: url('../images/0ee9c1d3-80c3-4287-8539-25feb86c587d.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-39 {
  background-image: url('../images/carrusel-aca-1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-40 {
  background-image: url('../images/carrusel-aca-2.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-nav-5 {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .33), rgba(0, 0, 0, 0));
}

.slide-41 {
  background-image: url('../images/carrusel-aca-3.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-42 {
  background-image: url('../images/carrusel-aca-4.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-43 {
  background-image: url('../images/carrusel-aca-5.webp');
  background-position: 50%;
  background-size: cover;
}

.slider-7 {
  height: 800px;
}

.aca-cover-final {
  height: 600px;
  max-width: 100%;
  background-image: url('../images/acapulco.webp');
  background-position: 50%;
  background-size: cover;
  margin-left: 0;
  margin-right: 0;
}

.la-playa-cancun {
  height: 600px;
  max-width: 100%;
  background-image: url('../images/cancun.webp');
  background-position: 50%;
  background-size: cover;
  margin-left: 0;
  margin-right: 0;
}

.slide-44 {
  background-image: url('../images/Photo_1080295452_DJI_28_jpg_8080972_0_20211222124414_photo_original.jpg.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-45 {
  background-image: url('../images/PHOTO-2021-09-08-20-23-11.JPG');
  background-position: 50%;
  background-size: cover;
}

.slide-46 {
  background-image: url('../images/PHOTO-2021-09-08-20-23-10.JPG');
  background-position: 50%;
  background-size: cover;
}

.slide-47 {
  background-image: url('../images/1698235013__DAT0877-Editar.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-48 {
  background-image: url('../images/PHOTO-2021-09-08-20-23-11-2.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-49 {
  background-image: url('../images/Photo_1080295474_DJI_50_jpg_8320505_0_20211222125746_photo_original.jpg.jpg');
  background-position: 50%;
  background-size: cover;
}

.text-block-12 {
  color: var(--black);
  margin-left: 35px;
  font-family: Clashgrotesk, sans-serif;
  display: inline-block;
}

.text-block-13 {
  margin-left: 35px;
  font-family: Clashgrotesk, sans-serif;
  display: inline-block;
}

.div-block-49 {
  margin-bottom: 30px;
}

.text-block-14 {
  margin-left: 30px;
  font-family: Clashgrotesk, sans-serif;
  display: inline-block;
}

.div-block-50 {
  margin-bottom: 30px;
}

.image-556 {
  margin-left: 0;
  padding-right: 2px;
}

.image-557, .image-558 {
  padding-right: 0;
}

.amene---cop {
  margin-bottom: 30px;
  font-family: Clashgrotesk Variable, sans-serif;
}

.text-block-15 {
  color: var(--black);
  font-family: Clashgrotesk, sans-serif;
  display: inline-block;
}

.image-559 {
  margin-right: 30px;
}

.div-block-52 {
  margin-bottom: 30px;
}

.text-block-16 {
  color: var(--black);
  font-family: Clashgrotesk, sans-serif;
  display: inline;
}

.image-560 {
  margin-left: 2px;
  margin-right: 35px;
}

.div-block-53 {
  margin-bottom: 30px;
}

.text-block-17 {
  color: var(--black);
  margin-left: 38px;
  font-family: Clashgrotesk, sans-serif;
  display: inline;
}

.image-561 {
  margin-left: 8px;
}

.div-block-54 {
  margin-bottom: 30px;
}

.text-block-18 {
  color: var(--black);
  margin-left: 33px;
  font-family: Clashgrotesk, sans-serif;
  display: inline-block;
}

.text-block-19 {
  color: var(--black);
  margin-right: 0;
  font-family: Clashgrotesk, sans-serif;
  display: inline-block;
}

.image-562 {
  margin-right: 30px;
}

.div-block-55 {
  margin-bottom: 19px;
  display: flex;
}

.slider-8 {
  height: 800px;
}

.slide-50 {
  background-image: url('../images/Villa5-2-1.webp');
  background-position: 0 0;
  background-size: cover;
}

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

.slide-52 {
  background-image: url('../images/Villa5-19-1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-53 {
  background-image: url('../images/Villa5-15-1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-54 {
  background-image: url('../images/VillaDuplex12-14.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-55 {
  background-image: url('../images/VillaDuplex12-9.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-56 {
  background-image: url('../images/VillaDuplex12-2-1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-57 {
  background-image: url('../images/utslin-carrusel-2.webp');
  background-position: 50%;
  background-size: cover;
}

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

.slide-59 {
  background-image: url('../images/Villa1-4.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-60 {
  background-image: url('../images/Villa1-7-1-1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-61 {
  background-image: url('../images/Villa3-6-1-1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-62 {
  background-image: url('../images/Villa2-2-1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-63 {
  background-image: url('../images/Villa2-10-1-1.webp');
  background-position: 50%;
  background-size: cover;
}

.text-block-20 {
  margin-left: 30px;
  display: inline-block;
}

.bold-text-26, .bold-text-27, .bold-text-28, .bold-text-29, .bold-text-30 {
  font-weight: 600;
}

.slide-64 {
  background-image: url('../images/Img-1-2.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-65 {
  background-image: url('../images/Img-1-3.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-66 {
  background-image: url('../images/Img-1-4.webp');
  background-position: 50%;
  background-size: cover;
}

.link-block-5 {
  cursor: pointer;
}

.div-block-56 {
  margin: 420px 0;
}

.div-block-57 {
  margin-top: 420px;
  margin-bottom: 420px;
}

.div-block-68 {
  width: 23px;
}

.div-block-69 {
  width: 23px;
  display: inline-block;
}

.div-block-70 {
  width: 23px;
}

.text-block-21 {
  margin-left: 25px;
  display: inline-block;
}

.div-block-71, .div-block-73 {
  display: inline-block;
}

.bold-text-31 {
  line-height: 80px;
}

.div-block-74 {
  width: 180px;
  margin-bottom: 40px;
}

.div-block-75 {
  width: 550px;
  margin-top: 40px;
  position: relative;
}

.div-block-76 {
  width: 500px;
  max-width: 100%;
  margin: 30px auto;
}

.slide-67 {
  background-image: url('../images/1698234476__DAT0894-HDR.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-68 {
  background-image: url('../images/1698234476__DAT0891-HDR-Editar.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-69 {
  background-image: url('../images/1698234477__DAT1010.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-2 {
  background-image: url('../images/1698234477__DAT1007-Editar.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-3 {
  background-image: url('../images/1698234478__DAT1008-Editar.jpeg');
  background-position: 50%;
  background-size: cover;
}

.image-577 {
  padding-left: 4px;
  padding-right: 5px;
}

.div-block-77 {
  margin-bottom: 30px;
}

.text-block-22, .text-block-23, .text-block-24 {
  margin-left: 35px;
  display: inline-block;
}

.madrid-espronceda {
  height: 600px;
  max-width: 100%;
  background-image: url('../images/madrid.webp');
  background-position: 50%;
  background-size: cover;
  margin-left: 0;
  margin-right: 0;
}

.slide-cancun {
  background-image: url('../images/PHOTO-2021-09-08-20-23-10-2.JPG');
  background-position: 50%;
  background-size: cover;
}

.slide-madrid {
  background-image: url('../images/1698234475__DAT0862-Editar.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slider-madrid-espronceda {
  height: 800px;
}

.slide-45-mad {
  background-image: url('../images/1698234475__DAT0844-Editar.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-46-mad {
  background-image: url('../images/1698234475__DAT0855-HDR-Editar.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-47-mad {
  background-image: url('../images/1698235013__DAT0877-Editar.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-48-mad {
  background-image: url('../images/1698234476__DAT0899-Editar.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-68-mad {
  background-image: url('../images/1698234476__DAT0891-HDR-Editar.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-49-mad {
  background-image: url('../images/1698234476__DAT0921-Editar.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-67-mad {
  background-image: url('../images/1698234476__DAT0894-HDR.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-69-mad {
  background-image: url('../images/1698234477__DAT1010.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-2-mad {
  background-image: url('../images/1698234477__DAT1007-Editar.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-3-mad {
  background-image: url('../images/1698234478__DAT1008-Editar.jpeg');
  background-position: 50%;
  background-size: cover;
}

.link-7 {
  color: #aa854f;
  margin-top: 50px;
  font-family: Clashgrotesk, sans-serif;
}

@media screen and (max-width: 991px) {
  .heading-2 {
    margin-top: 100px;
  }

  .paragraph {
    width: auto;
  }

  .menu-icon1_line-middle {
    width: 24px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .dropdown-chevron {
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .menu-icon1_line-bottom {
    width: 24px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon1 {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .menu-icon1_line-top {
    width: 24px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .container-12, .columns-4 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-41 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .div-block-28 {
    margin-top: 300px;
  }

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    letter-spacing: 0;
    margin-top: 100px;
    margin-bottom: 60px;
    line-height: 38px;
  }

  .heading-2 {
    letter-spacing: 0;
    margin-top: 100px;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 38px;
  }

  .heading-3 {
    letter-spacing: 0;
  }

  .paragraph {
    width: auto;
  }

  .div-block-3 {
    margin-top: 140px;
    margin-bottom: 100px;
    margin-left: 0;
    padding-top: 0;
  }

  .grid {
    width: auto;
    clear: left;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template: "Area Area-4"
                   "Area-2 Area-3"
                   / 0;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    align-self: center;
    margin-left: 15px;
    margin-right: 15px;
    display: block;
  }

  .link-2 {
    margin-top: 60px;
  }

  .heading-5 {
    letter-spacing: 0;
    margin-top: 60px;
    line-height: 38px;
  }

  .lottie-animation {
    margin-top: 60px;
  }

  .heading-6 {
    letter-spacing: 0;
  }

  .list {
    margin-left: 0;
  }

  .container-3 {
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 0;
  }

  .link-5 {
    padding-left: 60px;
  }

  .bold-text-2 {
    font-size: 9px;
  }

  .link-6 {
    padding-right: 30px;
    font-size: 11px;
  }

  .slide-10 {
    background-image: url('../images/movil-cover-1.webp');
  }

  .slide-11 {
    background-image: url('../images/movil-cover-2.webp');
  }

  .slide-nav-2 {
    bottom: 10px;
  }

  .heading-8 {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph-2 {
    margin-top: 20px;
    font-size: 15px;
  }

  .div-block-8 {
    margin-top: 300px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .container-5 {
    height: 350px;
    background-image: url('../images/movil-cover-1-1.webp');
  }

  .heading-9 {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-10 {
    margin-top: 150px;
  }

  .section {
    margin-top: 100px;
  }

  .utskin-tulum {
    height: auto;
    background-image: url('../images/movil-cover-3-1.webp');
    background-size: cover;
    margin-top: 70px;
  }

  .paragraph-3 {
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .columns-2 {
    margin-top: 120px;
    display: block;
  }

  .div-block-12 {
    margin-top: 0;
    margin-left: 15px;
    margin-right: 15px;
  }

  .image-5 {
    margin-bottom: 30px;
  }

  .slider33-tec {
    z-index: 1;
    height: 350px;
    top: 0;
  }

  .slide-12 {
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .heading-14 {
    letter-spacing: 0;
    line-height: 40px;
  }

  .column {
    flex: none;
    margin-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-7 {
    display: none;
  }

  .column-2 {
    padding-right: 0;
    display: none;
  }

  .div-block-24 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .div-block-25 {
    margin-top: 50px;
  }

  .text-block-7-co {
    margin-left: 30px;
  }

  .amene {
    margin-bottom: 30px;
  }

  .image-9 {
    margin-left: 0;
  }

  .button-4 {
    margin-top: 100px;
    display: none;
  }

  .div-block-27 {
    display: none;
  }

  .slider-4 {
    height: 350px;
  }

  .heading-15 {
    letter-spacing: 0;
    font-size: 45px;
    line-height: 55px;
  }

  .div-block-28 {
    margin-top: 300px;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 0;
    padding-bottom: 90px;
  }

  .button-5 {
    display: none;
  }

  .bold-text-22 {
    font-size: 20px;
  }

  .link-block-3 {
    float: left;
  }

  .menu-icon1_line-middle {
    background-color: var(--dark-goldenrod);
  }

  .navbar1_container, .navbar1_menu.is-page-height-tablet {
    background-color: var(--black);
  }

  .menu-icon1_line-bottom {
    background-color: var(--dark-goldenrod);
  }

  .navbar1_menu-button {
    background-color: var(--black);
  }

  .menu-icon1 {
    margin-right: 0;
  }

  .menu-icon1_line-top {
    background-color: var(--dark-goldenrod);
  }

  .navbar1_logo-link {
    background-color: var(--black);
    margin-left: 15px;
    margin-right: 0;
  }

  .navbar1_link {
    letter-spacing: 1px;
    margin-top: 45px;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    font-family: Canela, sans-serif;
    font-size: 30px;
    font-weight: 100;
  }

  .navbar1_logo {
    margin: 30px 0 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-29, .div-block-34, .div-block-35 {
    max-width: none;
  }

  .container-11 {
    flex-direction: column;
    align-items: center;
  }

  .container-12, .columns-4 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .bold-text-23 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-41 {
    display: none;
  }

  .quick-stack-3 {
    clear: none;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 10px;
  }

  .propiedades-bacalar {
    width: 100%;
    height: 100%;
  }

  .heading-17 {
    letter-spacing: 0;
    font-size: 30px;
  }

  .bold-text-25 {
    font-size: 16px;
  }

  .cell {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .column-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-6 {
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-7 {
    margin-bottom: 50px;
  }

  .button-9 {
    z-index: 999;
    background-color: var(--dark-goldenrod);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 25px;
    padding-bottom: 25px;
    font-family: Clashgrotesk Variable, sans-serif;
    font-size: 20px;
    transition: background-color .8s;
    display: block;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .button-9:hover {
    background-color: var(--black);
  }

  .mask-2 {
    overflow: hidden;
  }

  .column-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-11 {
    padding-left: 60px;
  }

  .image-12, .image-13 {
    margin-bottom: 30px;
  }

  .column-9 {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 30px;
    display: flex;
  }

  .column-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .icon {
    width: 40px;
  }

  .slide-nav-3 {
    color: rgba(51, 51, 51, 0);
    background-color: rgba(0, 0, 0, 0);
  }

  .toh-interna-copy {
    height: auto;
    background-image: url('../images/movil-cover-3-1.webp');
    background-size: cover;
    margin-top: 70px;
  }

  .toh-carrusel {
    z-index: 1;
    height: 200px;
    top: 0;
  }

  .toh-cover {
    height: auto;
    background-image: url('../images/cover-movil-2.webp');
    background-size: cover;
    margin-top: 70px;
  }

  .telchac-almares {
    height: auto;
    background-image: url('../images/tech-movil.webp');
    background-size: cover;
    margin-top: 70px;
  }

  .div-block-46 {
    margin-bottom: 20px;
  }

  .text-block-10, .text-block-11 {
    margin-left: 30px;
  }

  .slider-5, .slider-6, .slider-7 {
    height: 350px;
  }

  .aca-cover-final {
    height: auto;
    background-image: url('../images/acapulco-movil.webp');
    background-size: cover;
    margin-top: 70px;
  }

  .la-playa-cancun {
    height: auto;
    background-image: url('../images/esproncedamovil.webp');
    background-size: cover;
    margin-top: 70px;
  }

  .text-block-13 {
    margin-left: 30px;
  }

  .div-block-49 {
    margin-bottom: 20px;
  }

  .div-block-51 {
    margin-bottom: 30px;
  }

  .image-556 {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .image-557, .image-558 {
    padding-right: 0;
  }

  .text-block-15 {
    margin-left: 30px;
  }

  .text-block-16 {
    margin-left: 30px;
    display: inline-block;
  }

  .text-block-17 {
    margin-left: 30px;
  }

  .image-561 {
    margin-left: 0;
  }

  .text-block-18, .text-block-19 {
    margin-left: 30px;
  }

  .image-562 {
    margin-right: 0;
  }

  .slider-8 {
    height: 350px;
  }

  .slide-50 {
    background-position: 50%;
  }

  .slide-51 {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .text-block-20 {
    margin-left: 30px;
    font-family: Clashgrotesk, sans-serif;
    display: inline-block;
  }

  .slide-64 {
    background-image: url('../images/cover-3.webp');
    background-size: cover;
  }

  .slide-65 {
    background-image: url('../images/cover-4.webp');
  }

  .slide-66 {
    background-image: url('../images/cover-5.webp');
  }

  .column-11, .column-12, .column-13 {
    flex-direction: column;
    display: flex;
  }

  .div-block-56 {
    width: 20px;
    height: 20px;
    background-image: url('../images/arrow.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    margin: 166px 0 166px 50px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-57 {
    width: 20px;
    height: 20px;
    background-image: url('../images/arrow-izq.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: auto;
    margin: 166px 0 166px 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-58, .div-block-59, .div-block-60, .div-block-61, .div-block-62, .div-block-63, .div-block-64, .div-block-65, .div-block-66 {
    width: 23px;
  }

  .div-block-67 {
    width: 23px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-68 {
    width: 23px;
  }

  .div-block-69 {
    width: 23px;
    padding-bottom: 0;
    padding-right: 0;
    display: inline-block;
  }

  .div-block-70 {
    width: 23px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .text-block-21 {
    margin-left: 26px;
    display: inline-block;
  }

  .div-block-71 {
    width: 23px;
    padding-bottom: 0;
    padding-right: 0;
    display: inline-block;
  }

  .div-block-72 {
    width: 23px;
  }

  .div-block-73 {
    width: 23px;
    padding-bottom: 0;
    padding-right: 0;
    display: inline-block;
  }

  .image-563, .image-564, .image-565, .image-566, .image-567, .image-568, .image-569, .image-570, .image-571, .image-572, .image-573, .image-574 {
    display: none;
  }

  .bold-text-31 {
    letter-spacing: 0;
    line-height: 55px;
  }

  .bold-text-32 {
    letter-spacing: 0;
  }

  .bold-text-33 {
    letter-spacing: 0;
    line-height: 55px;
  }

  .bold-text-34, .bold-text-35, .bold-text-36 {
    letter-spacing: 0;
  }

  .image-575 {
    display: none;
  }

  .div-block-76 {
    margin-left: 0;
    margin-right: 0;
  }

  .image-576 {
    width: 500px;
    max-width: none;
    display: none;
  }

  .text-block-22, .text-block-23, .text-block-24 {
    margin-left: 30px;
  }

  .madrid-espronceda {
    height: auto;
    background-image: url('../images/esproncedamovil.webp');
    background-size: cover;
    margin-top: 70px;
  }

  .slider-madrid-espronceda {
    height: 350px;
  }
}

#w-node-c399120f-8e14-7350-a791-cd50a83ab63c-79e3249c, #w-node-a9ca5e6f-344b-d613-62ee-a01e2886e4ba-79e3249c, #w-node-_37e971d2-aeee-5ed8-2378-ad7fa676b16f-79e3249c, #w-node-_4ee6f612-d245-dc2d-4955-292b3474590e-79e3249c, #w-node-_67bd58a8-1106-8bc0-1c99-d132a3a96b22-79e3249c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6434eed1-a689-f704-37f5-337bcdfb3beb-5f61d3a5 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-a9ca5e6f-344b-d613-62ee-a01e2886e4ba-79e3249c {
    align-self: center;
    justify-self: center;
  }

  #w-node-_6434eed1-a689-f704-37f5-337bcdfb3beb-5f61d3a5 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Canela';
  src: url('../fonts/Canela-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk Variable';
  src: url('../fonts/ClashGrotesk-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}