@font-face {
  font-family: Notoserifdisplay Variablefont Wdth Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

ul {
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
}

li {
  background-image: url('../images/dot.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 3px 3px;
  margin-bottom: 40px;
  padding-left: 12px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  list-style-type: none;
}

.navbar {
  z-index: 989;
  color: #fff;
  background-color: #e1d5c000;
  width: 100%;
  position: sticky;
  top: 0%;
  left: 0%;
  right: 0%;
}

.container_navbar {
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.logoht {
  vertical-align: text-top;
  height: 20px;
  margin-top: 0;
}

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

.nav_link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}

.nav_link:hover {
  color: #b68845;
}

.nav_link.w--current {
  color: #efa758;
}

.nav_link.lang {
  color: #000;
  letter-spacing: 2px;
  border-left: 1.5px solid #0000002e;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.body {
  background-color: #f7f5ef;
}

.hero_1 {
  background-image: url('../images/A-sense-of-wholeness.jpg');
  background-position: 50% 28%;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.hero_1._750h {
  background-position: 50% 45%;
  height: 750px;
  margin-bottom: -70px;
  position: relative;
  top: -150px;
}

.heading_2 {
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 300;
}

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

.paragraph {
  margin-bottom: 40px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
}

.paragraph.center {
  text-align: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.book-button-offer {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 230px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 15px;
  display: flex;
}

.book-button-offer:hover {
  background-color: #fafafa;
}

.book-button-offer.book {
  background-color: #ffffff80;
  width: 150px;
  margin-bottom: 0;
  margin-right: 15px;
  font-size: 14px;
  line-height: 12px;
}

.book-button-offer.book:hover {
  background-color: #ffffff80;
}

.book-button-offer.esp {
  width: 270px;
}

.text-block-copy {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 26px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.noto-font {
  letter-spacing: 1px;
  text-transform: lowercase;
  font-family: Notoserifdisplay Variablefont Wdth Wght, Times New Roman, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

.divtagline {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.splide__slide {
  flex: none;
  width: 33.5%;
}

.projects_content-wrapper {
  width: 100%;
  overflow: hidden;
}

.projects_image-wrapper {
  width: 100%;
  height: 640px;
  position: relative;
  overflow: hidden;
}

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

.projects_image.left {
  object-position: 0% 50%;
}

.projects_image.right {
  object-position: 100% 50%;
}

.splide__list {
  align-items: flex-start;
  display: flex;
}

.splide__track {
  width: 100%;
}

.splide {
  width: 100%;
  position: relative;
}

.splide.slider {
  z-index: 9;
  cursor: grab;
}

.splide_embed {
  z-index: -2;
}

.my-slider-progress {
  background-color: #000;
  max-width: 1600px;
  height: 1px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.my-slider-progress-bar {
  background-color: #c07a60;
  width: 30vw;
  height: 7px;
}

.nichos {
  margin-top: 0;
  margin-bottom: 150px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  overflow: hidden;
}

.usps {
  margin-left: auto;
  margin-right: auto;
}

.heading {
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 29px;
  font-weight: 300;
  line-height: 34px;
}

.noto {
  text-align: center;
  letter-spacing: 2px;
  text-transform: lowercase;
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: Notoserifdisplay Variablefont Wdth Wght, Times New Roman, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

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

.list {
  margin-top: 60px;
}

.div-images {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 100px;
  display: flex;
}

.footer {
  background-color: #e1d5c080;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-info {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text {
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
}

.all_caps {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-awards {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-top: 70px;
  display: flex;
}

.terms-and-conditions-div {
  text-align: left;
  letter-spacing: .5px;
  margin: 40px;
  padding-left: 20px;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 300;
  line-height: 24px;
  transition: height .6s;
  overflow: hidden;
}

.t-c-section {
  text-align: center;
  justify-content: space-between;
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 80px;
}

.t-c-arrow {
  margin-left: 20px;
  margin-right: 0;
  font-size: 11px;
  transform: rotate(90deg);
}

.terms-and-conditions-button {
  text-align: left;
  letter-spacing: 1px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 10px;
  font-family: Notoserifdisplay Variablefont Wdth Wght, Times New Roman, sans-serif;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  position: relative;
}

.list-item {
  margin-bottom: 18px;
  font-size: 14px;
}

.text-block {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.footer-image {
  background-image: url('../images/ATELIER-Playa-Mujeres-Don-Fernando-Bar.jpg');
  background-position: 50% 96%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.img_sm {
  margin-bottom: 15px;
  display: flex;
}

.image {
  height: 20px;
  margin-right: 10px;
}

.image.fb {
  width: 10px;
  margin-right: 20px;
}

.div-rrss {
  margin-top: 60px;
}

.section {
  width: 90%;
  max-width: 1600px;
  margin: 150px auto;
}

.logoatpm {
  width: 115px;
}

.list-benefits {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-hero {
  margin-bottom: 150px;
}

.div_usps {
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.div_img {
  width: 33.33%;
}

.div_video {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 67svh;
  margin-bottom: -80px;
  display: flex;
  position: relative;
  top: -150px;
  overflow: hidden;
}

.degradado {
  z-index: 1;
  background-image: linear-gradient(#ffffff57, #fff0 14%);
  position: absolute;
  inset: 0%;
}

.div {
  color: #000;
  background-color: #99979780;
  height: .5px;
  margin: 10px auto;
}

.nav-shadow {
  position: absolute;
  inset: 0%;
  box-shadow: 0 1px 10px #0003;
}

.code-embed {
  z-index: -1;
}

.link {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .navbar {
    position: relative;
  }

  .nav-menu {
    background-color: #072f4b;
  }

  .nav_link {
    text-align: right;
  }

  .nav_link.lang {
    border-left-style: none;
  }

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

  .hero_1._750h {
    margin-bottom: -100px;
    top: -180px;
  }

  .projects_image-wrapper {
    height: 550px;
  }

  .div-info {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .terms-and-conditions-div {
    margin-left: 0;
    margin-right: 0;
  }

  .list-item {
    background-position: 0 30%;
  }

  .icon {
    color: #000;
  }

  .hero {
    margin-bottom: -111px;
    top: -182px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    position: relative;
  }

  .container_navbar {
    padding-left: 10px;
  }

  .nav_link {
    border-left: 1px #0000;
  }

  .projects_image-wrapper {
    height: 450px;
  }

  .div-images {
    flex-flow: column;
  }

  .div-awards {
    margin-top: 40px;
  }

  .terms-and-conditions-div {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .t-c-section {
    padding: 20px 0;
  }

  .terms-and-conditions-button {
    letter-spacing: .5px;
    width: 350px;
    margin-left: auto;
    padding-left: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .div-rrss {
    margin-top: 20px;
  }

  .list-benefits {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .div_img {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .container_navbar {
    height: 40px;
  }

  .brand {
    margin-top: 10px;
  }

  .nav_link {
    background-color: #0003;
  }

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

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

  .hero_1._750h {
    height: 450px;
    margin-top: 30px;
    margin-bottom: -165px;
    top: -195px;
  }

  .divtagline {
    margin-top: 20px;
  }

  .projects_image-wrapper {
    height: 300px;
  }

  .nichos {
    margin-top: 20px;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .heading {
    margin-top: 20px;
    font-size: 28px;
  }

  .noto {
    font-size: 29px;
  }

  .div-block {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 40px;
  }

  .list {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-awards {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
  }

  .terms-and-conditions-div {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .t-c-section {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .terms-and-conditions-button {
    width: auto;
    margin-left: 20px;
    padding-left: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .list-item {
    background-position: 0 17%;
    line-height: 20px;
  }

  .footer-image {
    height: 500px;
  }

  .logoatpm {
    width: 110px;
  }

  .div_img {
    width: 90%;
  }

  .hero {
    margin-bottom: -124px;
    top: -169px;
  }
}


@font-face {
  font-family: 'Notoserifdisplay Variablefont Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}