body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #e7e7e2;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: 0px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #e7e7e2;
  font-size: 35px;
  line-height: 45px;
  font-weight: 500;
  letter-spacing: 0px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #e7e7e2;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  letter-spacing: 0px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #e7e7e2;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #181818;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

p {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #e7e7e2;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 1px;
}

a {
  font-family: Roboto, sans-serif;
  color: #e7e7e2;
  letter-spacing: 1px;
  text-decoration: underline;
}

.body {
  height: 100%;
  background-color: #e9e9e3;
  color: transparent;
}

.body.white {
  background-color: #e7e7e2;
  color: #181818;
}

.body.search {
  height: auto;
  background-color: #e7e7e2;
}

.main-navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.menu-icon-container {
  position: relative;
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 60px;
  padding: 0px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.menu-icon-container._3 {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 5555;
  display: none;
  width: 60px;
  margin-top: 20px;
  margin-right: 20px;
  padding-right: 10px;
  padding-left: 10px;
  cursor: pointer;
}

.book-now {
  position: relative;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4fb3f6;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
}

.container-text {
  position: static;
  bottom: 0px;
  width: auto;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
}

.container-text.grid {
  position: relative;
}

.container-text.center {
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-text.center.popup {
  position: relative;
  margin-top: 30px;
  padding-top: 0px;
}

.container-text.events-template {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-text.small {
  position: relative;
  margin-right: 100px;
  margin-left: 100px;
}

.container-text.small.center {
  text-align: center;
}

.menu-line-1 {
  width: 60%;
  height: 4px;
  margin-top: 3px;
  margin-bottom: 3px;
  border-radius: 100px;
  background-color: #cfcfcd;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.directory {
  display: block;
  margin-bottom: 30px;
}

.background-hero {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 24, 24, 0.2)), to(rgba(24, 24, 24, 0.2)));
  background-image: linear-gradient(180deg, rgba(24, 24, 24, 0.2), rgba(24, 24, 24, 0.2));
}

.background-about {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -2;
  background-color: #212121;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#f1f1f1));
  background-image: linear-gradient(180deg, #f1f1f1, #f1f1f1);
}

.background-stay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -3;
  background-color: transparent;
}

.white {
  position: relative;
  font-family: Roboto, sans-serif;
  color: #e7e7e2;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 1px;
}

.white.center {
  height: auto;
}

.white.small {
  font-size: 12px;
}

.white.bold {
  font-weight: 400;
}

.background-dance {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -4;
  background-color: #212121;
}

.background-art {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -5;
  background-color: #ffe3b9;
}

.background-eat {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -6;
  background-color: transparent;
}

.background-sustainability {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -7;
  background-color: #212121;
}

.footer {
  position: relative;
  z-index: 20;
  height: auto;
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #fff;
  box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.1);
}

.background-intro {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 24, 24, 0.3)), to(rgba(24, 24, 24, 0.3))), url('../images/SM_BeachClub_web_04.jpg');
  background-image: linear-gradient(180deg, rgba(24, 24, 24, 0.3), rgba(24, 24, 24, 0.3)), url('../images/SM_BeachClub_web_04.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  color: #f1f1f1;
}

.menu-line-2 {
  width: 80%;
  height: 5px;
  margin-top: 3px;
  margin-bottom: 3px;
  border-radius: 100px;
  background-color: #cfcfcd;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.menu-line-3 {
  width: 70%;
  height: 4px;
  margin-top: 3px;
  margin-bottom: 3px;
  border-radius: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cfcfcd), to(#cfcfcd));
  background-image: linear-gradient(180deg, #cfcfcd, #cfcfcd);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.menu-container {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 555;
  display: none;
  width: 100%;
  height: 100%;
  padding: 30px 50px 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #e7e7e2;
}

.book-now {
  right: 10px;
  bottom: 10px;
  z-index: 100;
  margin-bottom: 9px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #212121;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
}

.menu-map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.menu-section-search {
  display: none;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.search-tab.menu {
  padding-top: 0px;
  padding-bottom: 0px;
}

.search-input {
  width: 300px;
  height: 40px;
  margin-bottom: 0px;
  padding-left: 20px;
  border-style: none;
  border-width: 1px 0px 2px 1px;
  border-color: #000 #000 #fff;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #ebebeb;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2px;
}

.search-input:hover {
  color: #181818;
}

.search-input:active {
  color: #181818;
}

.search-button {
  width: auto;
  height: auto;
  margin-right: 30px;
  border: 1px solid #000;
  background-color: #212121;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
  font-family: Roboto, sans-serif;
  letter-spacing: 1px;
}

.menu-box-section {
  margin-top: 30px;
  padding: 10px;
}

.menu-news-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 230px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.menu-news-container._1 {
  margin-top: 0px;
}

.menu-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.menu-text-link {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  color: #212121;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
}

.menu-text-link:hover {
  color: #0d355f;
  text-decoration: none;
}

.menu-text-link.small {
  font-family: Roboto, sans-serif;
  font-size: 10px;
  line-height: 10px;
  font-weight: 400;
  letter-spacing: 1px;
}

.menu-text-link.small:hover {
  text-decoration: none;
}

.menu-text-link.small.white {
  color: #e7e7e2;
}

.menu-text-link.title {
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: 0px;
}

.menu-text-link.title:hover {
  text-decoration: none;
}

.menu-text-link.new {
  color: #2b2a2a;
  font-weight: 500;
}

.menu-text-link.new:hover {
  color: #164f8b;
}

.button {
  position: static;
  display: block;
  overflow: visible;
  width: auto;
  margin: 10px;
  padding: 10px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border: 0px none #000;
  background-color: #2b2a2a;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
  font-family: Roboto, sans-serif;
  color: #e7e7e2;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
}

.button:hover {
  border: 0px none #e7e7e2;
  background-color: #181818;
  color: #e7e7e2;
}

.button.w--current {
  background-color: #333;
}

.button.white {
  background-color: #e7e7e2;
  color: #181818;
}

.button.white:hover {
  border-style: none;
  border-color: #181818;
  background-color: #f1f1f1;
  color: #2b2a2a;
}

.button.white.center {
  color: #2b2a2a;
}

.button.white.center:hover {
  color: #2b2a2a;
}

.button.white.top-space {
  margin-top: 30px;
}

.button.book-now {
  position: fixed;
  z-index: 100;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 15px 25px;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px;
  background-color: #e7e7e2;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
  font-family: Oswald, sans-serif;
  color: #181818;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.button.book-now:hover {
  background-color: #f1f1f1;
  color: #181818;
}

.button.center {
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

.button.blue {
  margin-right: 0px;
  background-color: #164f8b;
  color: #e9e9e3;
  letter-spacing: 1px;
}

.button.left {
  margin-right: 15px;
  margin-left: 0px;
}

.buttons-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.buttons-container.left {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.buttons-container.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.black {
  overflow: scroll;
  font-family: Roboto, sans-serif;
  color: #2b2a2a;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: default;
}

.black.center {
  overflow: hidden;
}

.black.other-events {
  width: 300px;
}

.black.small.r {
  font-size: 12px;
}

.black.search {
  margin-bottom: 30px;
  line-height: 18px;
}

.social-icons-corner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-column {
  height: 100%;
}

.background-video {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 150px;
  padding-left: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.background-video.mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 150px;
  padding-left: 150px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2b2a2a), to(#2b2a2a));
  background-image: linear-gradient(180deg, #2b2a2a, #2b2a2a);
}

.mouse {
  position: relative;
  left: 0px;
  top: 0%;
  right: 0px;
  bottom: 100px;
}

.text-field {
  height: 40px;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
}

.text-field {
  height: auto;
  margin-bottom: 0px;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
}

.text-field.center.red {
  color: #b40d0d;
}

.text-field.red {
  color: #b40d0d;
}

.copyright-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e7e7e2;
}

.copyright-div._2 {
  height: 70px;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #181818;
}

.mouse-link {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 60px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 35px;
  line-height: 45px;
  font-weight: 500;
}

.h2.white {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 10px;
  color: #e7e7e2;
  font-size: 35px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
}

.h2.white.center {
  color: #f1f1f1;
}

.h2.light {
  color: #e7e7e2;
}

.h2.dark {
  margin-top: 0px;
  font-size: 34px;
  text-align: center;
}

.h3 {
  font-size: 30px;
}

.casitas {
  background-image: url('../images/Papaya_Playa_Project_Casita.1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.footer-link {
  font-family: Roboto, sans-serif;
  color: #212121;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.footer-link:hover {
  text-decoration: line-through;
}

.footer-list {
  margin-top: 15px;
  margin-bottom: 15px;
}

.footer-link-list {
  padding: 20px;
  text-align: left;
}

.center {
  height: auto;
  text-align: center;
}

.center.white {
  color: #e7e7e2;
}

.center.small {
  font-size: 10px;
  line-height: 20px;
}

.h1.white {
  margin-top: 10px;
  margin-bottom: 10px;
}

.about-grid {
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.8fr 1fr;
  grid-template-columns: 0.8fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.footer-logos {
  position: static;
  right: 0px;
  bottom: -70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.ppp-black {
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.grid-section {
  padding-top: 50px;
  grid-column-gap: 16px;
  grid-row-gap: 69px;
}

.grid-section.events {
  position: relative;
  z-index: 1;
  height: auto;
  padding: 100px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2b2a2a), to(#2b2a2a));
  background-image: linear-gradient(180deg, #2b2a2a, #2b2a2a);
}

.grid-section.events.light {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e9e9e3), to(#e9e9e3));
  background-image: linear-gradient(180deg, #e9e9e3, #e9e9e3);
}

.event-grid {
  display: block;
  height: auto;
  margin-top: 0px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
  cursor: default;
}

.event-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.event-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.event-item.left {
  margin-bottom: 0px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.event-item.other-events {
  padding: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.events-list {
  cursor: pointer;
}

.events-list.full-calendar {
  cursor: default;
}

.events-list.other {
  position: static;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image {
  box-shadow: 1px 0 3px 0 rgba(24, 24, 24, 0.1);
}

.image.small {
  max-width: 50%;
}

.image.events {
  max-width: 100%;
}

.image.events:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.image.events.small {
  max-width: 100%;
  cursor: pointer;
}

.image.event {
  max-width: 60%;
  margin-right: 50px;
  margin-bottom: 50px;
}

.hero-quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e7e7e2;
  font-weight: 400;
  text-align: center;
}

.hero-quote.white {
  margin-top: 20px;
  font-weight: 400;
}

.section-directory {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(24, 24, 24, 0.7);
}

.h4.dark.sub {
  margin-bottom: 0px;
}

.grid-2 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 0.8fr;
  grid-template-columns: 1fr 0.8fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2.white {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #e7e7e2;
  box-shadow: none;
}

.grid-2.white.shadow {
  -ms-grid-columns: minmax(373px, 1.25fr) minmax(373px, 1.25fr);
  grid-template-columns: minmax(373px, 1.25fr) minmax(373px, 1.25fr);
  -ms-grid-rows: minmax(0px, 1fr);
  grid-template-rows: minmax(0px, 1fr);
  box-shadow: none;
}

.grid-2._50 {
  width: 100vw;
  height: auto;
  grid-auto-flow: row dense;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.text-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.text-container.social-links {
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #484848;
  color: #333;
}

.text-container.column {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: minmax(auto, 0.75fr) auto;
  grid-template-rows: minmax(auto, 0.75fr) auto;
}

.text-container.hashtag {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e7e7e2;
}

.text-container.casitas {
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/PPP-Casita-with-Pool-Tulum-2019.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/PPP-Casita-with-Pool-Tulum-2019.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.text-container.scroll-overflow {
  position: relative;
  overflow: scroll;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-container.cabanas {
  background-image: url('../images/PPP-Oceanfront-Cabaña_Tinoco-2019_HOME.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.text-container.new-casa-1 {
  height: 350px;
  background-image: url('../images/TIN_7099-small.jpg');
  background-position: 50% 90%;
  background-size: cover;
}

.text-container.new-casa-2 {
  background-image: url('../images/Casa-Palma01.jpg');
  background-position: 50% 60%;
  background-size: cover;
}

.text-container.new-casa-3 {
  background-image: url('../images/PPP_casa_feb_001.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.text-container.amenitiies {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f1f1f1;
}

.social-grid {
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.95fr 1fr;
  grid-template-columns: 0.95fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.social-grid.links {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.social-grid.links.auto {
  height: auto;
}

.social-links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-icon {
  margin-right: 10px;
  margin-left: 10px;
  cursor: pointer;
}

.other-accomodations {
  display: none;
}

.accomodation-grid {
  height: 400px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-vip-form {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: none;
  padding: 50px 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(51, 51, 51, 0.5);
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-area {
  margin-top: 10px;
  padding: 10px 15px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #e7e7e2;
  background-color: #f1f1f1;
  font-family: Roboto, sans-serif;
  color: #2b2a2a;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
}

.text-area.search {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: hsla(0, 0%, 94.5%, 0.9);
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
}

.progress-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2222;
  width: 100%;
  height: 7px;
  background-image: -webkit-gradient(linear, left top, right top, from(#164f8b), color-stop(100%, #16788b), to(#fff));
  background-image: linear-gradient(90deg, #164f8b, #16788b 100%, #fff);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.news-hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(24, 24, 24, 0.44);
}

.news-hover2 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(24, 24, 24, 0.9);
}

.news-hover2:hover {
  background-color: rgba(24, 24, 24, 0.9);
}

.news-hover3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(24, 24, 24, 0.9);
}

.casita-detail1 {
  font-size: 13px;
}

.casita-detail2 {
  font-size: 13px;
  line-height: 23px;
}

.casita-detail3 {
  font-size: 13px;
  line-height: 23px;
}

.slider-fullscreen {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.slide-nav {
  display: none;
}

.casa-detail1 {
  color: #2b2a2a;
  font-size: 14px;
  letter-spacing: 1px;
}

.casa-detail2 {
  color: #2b2a2a;
  font-size: 14px;
  letter-spacing: 1px;
}

.casa-detail3 {
  color: #2b2a2a;
  font-size: 14px;
  letter-spacing: 1px;
}

.casa-detail4 {
  color: #2b2a2a;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
}

.full-logo {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 21;
  margin-top: 10px;
  padding: 10px 20px;
}

.full-logo.menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-icon {
  position: static;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Asm;
  font-size: 20px;
}

.small-arrow {
  position: relative;
  right: 0px;
  bottom: 0px;
  width: 100px;
  height: 100px;
}

.small-arrow.right {
  left: 200px;
  width: 70px;
  height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.small-arrow.right {
  position: absolute;
  left: auto;
  right: 0px;
  bottom: -40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2b2a2a;
  font-family: Asm;
}

.small-arrow.left {
  position: absolute;
  left: 80%;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 40px;
  height: 60px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.casa-viento-1 {
  background-image: url('../images/Casa-Viento-16-9_01.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hover-project2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(24, 24, 24, 0.7)), color-stop(100%, transparent), color-stop(101%, transparent));
  background-image: linear-gradient(0deg, rgba(24, 24, 24, 0.7), transparent 100%, transparent 101%);
}

.hover-project {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 50px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(24, 24, 24, 0)), color-stop(0%, rgba(24, 24, 24, 0.7)), to(transparent));
  background-image: linear-gradient(0deg, rgba(24, 24, 24, 0), rgba(24, 24, 24, 0.7) 0%, transparent);
}

.hover-project3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(24, 24, 24, 0.9)), color-stop(0%, rgba(0, 0, 0, 0.7)), to(transparent));
  background-image: linear-gradient(0deg, rgba(24, 24, 24, 0.9), rgba(0, 0, 0, 0.7) 0%, transparent);
}

.hover-project4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
}

.instagram-feed {
  position: relative;
  display: none;
  overflow: scroll;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.event-cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 100px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #181818;
}

.all-events-grid {
  padding: 30px 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
  background-image: linear-gradient(180deg, #333, #333);
}

.events-hero-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.events-hero-text._1 {
  margin-left: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.event-her-link {
  margin-right: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #e7e7e2;
  font-weight: 300;
  text-decoration: none;
}

.event-her-link:hover {
  text-decoration: line-through;
}

.logos {
  padding: 10px;
}

.logos.les-bains {
  position: relative;
  left: 0px;
  top: 0%;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.les-bains-logo {
  margin-bottom: 0px;
}

.casa-arbol-3 {
  background-image: url('../images/Casa-Arbol-16-9_03.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.casa-viento-2 {
  background-image: url('../images/Casa-Viento-16-9_02.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.casa-viento-3 {
  background-image: url('../images/Casa-Viento-16-9_03.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.casa-viento-4 {
  background-image: url('../images/Casa-Viento-16-9_04.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.upcoming-events-link {
  padding: 10px;
}

.upcoming-events-link.w--current {
  padding: 0px;
}

.upcoming-events-link.small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-bed-reservation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 4;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(24, 24, 24, 0.7);
}

.footer-link-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-text-next {
  font-family: Roboto, sans-serif;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 2px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e7e7e2;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.new-suscribers {
  width: 50%;
  margin-top: 20px;
  margin-bottom: 0px;
  background-color: transparent;
}

.success-message {
  background-color: transparent;
}

.error-message {
  background-color: transparent;
}

.small {
  max-width: 80%;
}

.section-vip-reservation {
  position: fixed;
  z-index: 20;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 42, 42, 0.7)), to(rgba(43, 42, 42, 0.7)));
  background-image: linear-gradient(180deg, rgba(43, 42, 42, 0.7), rgba(43, 42, 42, 0.7));
}

.bottom-container-menu {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 50px;
  padding-left: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.casa-viento-5 {
  background-image: url('../images/Casa-Viento-16-9_05.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-prana {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 4;
  display: none;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 42, 42, 0.7)), to(rgba(43, 42, 42, 0.7)));
  background-image: linear-gradient(180deg, rgba(43, 42, 42, 0.7), rgba(43, 42, 42, 0.7));
}

.link-block {
  position: relative;
}

.link-block.w--current {
  z-index: 50;
}

.search-container {
  margin-top: 80px;
  margin-bottom: 50px;
}

.grid-newcasas {
  width: 100%;
  margin-top: 50px;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.directory-link {
  color: #2b2a2a;
  text-decoration: none;
  cursor: pointer;
}

.directory-link.blue {
  color: #164f8b;
  font-size: 16px;
}

.directory-link.search {
  letter-spacing: 1px;
  text-decoration: underline;
}

.search-tab {
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-result {
  margin-top: 40px;
  margin-bottom: 40px;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ppp-menu {
  margin-right: 30px;
}

.ppp-full {
  position: relative;
  z-index: 20;
}

.cabaret-reservation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(43, 42, 42, 0.8);
}

.rivage-reservation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(43, 42, 42, 0.8);
}

.image-3 {
  cursor: pointer;
}

.image-4 {
  cursor: pointer;
}

.papaya-full-black {
  cursor: pointer;
}

.lesbains-popup-section {
  height: 500px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 24, 24, 0.4)), to(rgba(24, 24, 24, 0.4))), url('../images/PPP_ene_0214.jpg');
  background-image: linear-gradient(180deg, rgba(24, 24, 24, 0.4), rgba(24, 24, 24, 0.4)), url('../images/PPP_ene_0214.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.promotion {
  padding: 50px;
}

.promotion.villas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 24, 24, 0.4)), to(rgba(24, 24, 24, 0.4))), url('../images/PPP_New-Casa_96_Tulum-2019.jpg');
  background-image: linear-gradient(180deg, rgba(24, 24, 24, 0.4), rgba(24, 24, 24, 0.4)), url('../images/PPP_New-Casa_96_Tulum-2019.jpg');
  background-position: 0px 0px, 50% 85%;
  background-size: auto, cover;
}

.news-hover4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(24, 24, 24, 0.9);
}

.news-hover5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(24, 24, 24, 0.9);
}

.text-block {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  margin-top: 20px;
  margin-right: 20px;
  padding: 10px;
  border-radius: 0px;
  background-color: #164f8b;
  box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, 0.1);
  font-family: Roboto, sans-serif;
  color: #e9e9e3;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
}

.text-block:hover {
  top: 0px;
  right: 0px;
  z-index: 1;
  font-size: 10px;
  font-weight: 700;
}

.arrow {
  margin-right: 10px;
  font-family: Roboto, sans-serif;
  color: #e7e7e2;
  font-weight: 300;
  text-align: left;
}

.date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 10px 10px 10px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-hover6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(24, 24, 24, 0.9);
}

.casa-viento-6 {
  background-image: url('../images/Casa-Viento-16-9_06.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.casa-arbol-2 {
  background-image: url('../images/Casa-Arbol-16-9_02.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.casa-arbol-4 {
  background-image: url('../images/Casa-Arbol-16-9_04.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.casa-arbol-1 {
  background-image: url('../images/Casa-Arbol-16-9_01.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.casa-arbol-5 {
  background-image: url('../images/Casa-Arbol-16-9_05.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.casa-arbol-6 {
  background-image: url('../images/Casa-Arbol-16-9_06.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.casa-arbol-7 {
  background-image: url('../images/Casa-Arbol-16-9_07.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.casa-palapa-2 {
  background-image: url('../images/1-TIN_7382.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.casa-palapa-1 {
  background-image: url('../images/Casa-Palapa-16-9_01.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.casa-palapa-3 {
  background-image: url('../images/Casa-Palapa-16-9_02.jpg');
  background-position: 50% 61%;
  background-size: cover;
}

.casa-palapa-4 {
  background-image: url('../images/Casa-Palapa-16-9_03.jpg');
  background-position: 50% 70%;
  background-size: cover;
}

.casa-palapa-5 {
  background-image: url('../images/Casa-Palapa-16-9_04.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.casa-palapa-6 {
  background-image: url('../images/Casa-Palapa-16-9_05.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.casa-palapa-8 {
  background-image: url('../images/Casa-Palapa-16-9_06.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.detail {
  margin-bottom: 10px;
  color: #2b2a2a;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
}

.detail.casa-palma {
  display: block;
  margin-bottom: 20px;
  cursor: pointer;
}

.detail.casa-arbol {
  cursor: pointer;
}

.detail.casa-viento {
  cursor: pointer;
}

.detail.loft-oceanview {
  cursor: pointer;
}

.jumbo-header {
  margin-top: 0px;
  color: #e7e7e2;
  line-height: 50px;
  text-align: center;
}

.jumbo-header.dark {
  color: #181818;
}

.jumbo-subheader {
  margin-top: 0px;
  color: #e7e7e2;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
}

.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-container.mobile {
  display: none;
}

.section-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-hero.casas {
  background-color: #181818;
  background-image: none;
}

.text {
  margin-bottom: 0px;
  color: #181818;
  line-height: 22px;
}

.light {
  color: #e9e9e3;
}

.light.time {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  font-size: 16px;
  line-height: 16px;
}

.newsletter-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2b2a2a;
}

.follow-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #181818;
}

.image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.image-container.casita-loft1 {
  background-image: url('../images/TIN_7138.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-container.casita-loft2 {
  background-image: url('../images/TIN_7145.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.title {
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.section-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f0;
}

.details-container {
  display: none;
  margin-bottom: 10px;
  padding: 0px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.details-container.casa-palapa {
  display: none;
  overflow: visible;
}

.details-container.casa-coco {
  display: none;
}

.details-container.casa-palma {
  display: none;
}

.details-container.casa-viento {
  display: none;
}

.details-container.casa-arbol {
  display: none;
}

.details-container.loft-oceanview {
  display: none;
}

.details-container.casa-arena {
  display: none;
}

.casa-slider {
  height: 80vh;
}

.section-events {
  padding: 100px;
}

.section-events.cultural {
  display: none;
}

.empty-state {
  background-color: transparent;
}

.dark {
  color: #181818;
  cursor: pointer;
}

.dark.center {
  text-align: center;
  text-decoration: none;
}

.dark.casa-palapa {
  cursor: pointer;
}

.dark.casa-coco {
  cursor: pointer;
}

.dark.beachfront {
  margin-bottom: 0px;
}

.starts {
  font-family: Oswald, sans-serif;
  color: #e7e7e2;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
}

.soundcloud {
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.bold {
  font-weight: 400;
}

.slider-casa {
  width: 100%;
  height: 100%;
}

.slide-nav-4 {
  display: none;
}

.casas-icon {
  font-size: 30px;
  cursor: pointer;
}

.casa-arena-1 {
  background-image: url('../images/Casa-Arena01.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.casa-arena-2 {
  background-image: url('../images/Casa-Arena02.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.casa-arena-3 {
  background-image: url('../images/Casa-Arena03.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.casa-arena-4 {
  background-image: url('../images/Casa-Arena04.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.casa-arena-5 {
  background-image: url('../images/Casa-Arena05.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.casa-coco-2 {
  background-image: url('../images/Casa-Cocos02_1Casa Cocos02.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.casa-coco-3 {
  background-image: url('../images/Casa-Cocos03.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.casa-coco-4 {
  background-image: url('../images/Casa-Cocos04.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.casa-coco-5 {
  background-image: url('../images/Casa-Cocos05.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.casa-coco-1 {
  background-image: url('../images/Casa-Cocos01.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.casa-palma-1 {
  background-image: url('../images/Casa-Palma01.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.casa-palma-3 {
  background-image: url('../images/Casa-Palma03.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.casa-palma-2 {
  background-image: url('../images/Casa-Palma02.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.casa-palma-4 {
  background-image: url('../images/Casa-Palma04.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.casa-palma-5 {
  background-image: url('../images/Casa-Palma05.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.casa-palapa-7 {
  background-image: url('../images/Casa-Palapa-16-9_07.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.casas {
  background-image: url('../images/Casa-Arbol-16-9_01.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

html.w-mod-js *[data-ix="about-icons"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="dont-show"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="news-feed-hover-1"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}

html.w-mod-js *[data-ix="news-feed-hover-2"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}

html.w-mod-js *[data-ix="news-feed-hover-3"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}

html.w-mod-js *[data-ix="news-feed-hover-4"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}

html.w-mod-js *[data-ix="news-feed-hover-5"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}

html.w-mod-js *[data-ix="news-feed-hover-6"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}

html.w-mod-js *[data-ix="projects-hover-1"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}

html.w-mod-js *[data-ix="projects-hover-2"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}

html.w-mod-js *[data-ix="projects-hover-3"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}

html.w-mod-js *[data-ix="projects-hover-4"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .body.search {
    margin-right: 40px;
    margin-left: 40px;
    background-color: #e7e7e2;
  }
  .container-text {
    margin-right: 50px;
    margin-left: 50px;
  }
  .container-text.events-template {
    margin-left: 0px;
  }
  .container-text.small {
    margin-right: 50px;
    margin-left: 50px;
  }
  .container-text.small.center {
    margin-right: 50px;
  }
  .menu-container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .menu-map {
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .search-tab {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .search-tab.menu {
    width: 100%;
  }
  .search-input {
    width: 300px;
  }
  .menu-box-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu-news-container._1 {
    margin-top: 0px;
  }
  .menu-text-link {
    font-size: 12px;
  }
  .menu-text-link.small {
    font-size: 10px;
    line-height: 10px;
  }
  .menu-text-link.small.white {
    color: #e7e7e2;
  }
  .menu-text-link.title {
    line-height: 25px;
  }
  .menu-text-link.title:hover {
    text-decoration: none;
  }
  .button {
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .buttons-container {
    padding-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .buttons-container.left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .black.other-events {
    width: 200px;
  }
  .background-video {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .background-video.casas {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .copyright-div {
    padding-right: 30px;
  }
  .copyright-div._2 {
    margin-top: 0px;
    background-color: #181818;
  }
  .mouse-link {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .h2 {
    line-height: 45px;
  }
  .h3 {
    position: static;
  }
  .footer-link-list {
    padding-right: 20px;
    padding-left: 20px;
  }
  .h1 {
    font-weight: 600;
  }
  .h1.white {
    font-size: 35px;
    line-height: 40px;
  }
  .about-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-logos {
    position: relative;
    bottom: -100px;
    height: auto;
    padding-top: 0px;
  }
  .grid-section.events {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 70px;
    padding-left: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .grid-section.events.light {
    padding-right: 70px;
    padding-left: 70px;
  }
  .event-grid {
    height: auto;
    padding: 10px;
  }
  .event-item {
    width: 50%;
    padding: 20px;
  }
  .event-item.left {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .event-item.other-events {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .image {
    position: static;
  }
  .image.small {
    max-width: 60%;
  }
  .image.events {
    position: static;
  }
  .image.event {
    max-width: 80%;
  }
  .hero-quote.white {
    margin-right: 0px;
    margin-left: 0px;
  }
  .grid-2 {
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .text-container {
    padding-right: 70px;
    padding-left: 70px;
  }
  .text-container.social-links {
    height: 100%;
  }
  .text-container.hashtag {
    height: 100%;
  }
  .text-container.amenitiies {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section-vip-form {
    padding-right: 70px;
    padding-left: 70px;
  }
  .form {
    margin-right: 10px;
    margin-left: 10px;
  }
  .news-hover3 {
    width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .full-logo.menu {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .instagram-feed {
    overflow: scroll;
  }
  .event-cover {
    padding-right: 70px;
    padding-bottom: 100px;
    padding-left: 70px;
  }
  .upcoming-events-link {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .upcoming-events-link.small {
    padding: 5px;
  }
  .new-suscribers {
    width: 80%;
  }
  .small {
    max-width: 100%;
  }
  .bottom-container-menu {
    height: auto;
  }
  .search-container {
    display: block;
  }
  .search-tab {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .lesbains-popup-section {
    height: 400px;
  }
  .text-block {
    margin-top: 5px;
    margin-right: 5px;
  }
  .jumbo-header {
    color: #e7e7e2;
  }
  .jumbo-subheader {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  h4 {
    color: #181818;
  }
  p {
    margin-top: 10px;
  }
  .container-text {
    margin: 0px 30px;
  }
  .container-text.grid {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .container-text.center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container-text.events-template {
    margin-right: 0px;
  }
  .background-hero {
    background-color: #333;
  }
  .white.center {
    height: auto;
  }
  .menu-container {
    z-index: 20;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .menu-map {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .search-tab {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .menu-box-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu-news-container {
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu-news-container._1 {
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.33%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .menu-text-link {
    font-size: 12px;
    line-height: 18px;
  }
  .menu-text-link.small {
    margin-left: 0px;
    font-size: 10px;
    line-height: 14px;
  }
  .menu-text-link.title {
    margin-bottom: 5px;
  }
  .button {
    margin: 10px auto;
  }
  .button.white {
    margin-top: 10px;
    background-color: #f1f1f1;
    color: #181818;
  }
  .button.center {
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  .buttons-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .buttons-container.left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .buttons-container.center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .black.small {
    font-size: 10px;
  }
  .footer-row {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .background-video {
    padding-right: 70px;
    padding-left: 70px;
  }
  .background-video.casas.mobile {
    display: none;
  }
  .background-video.mobile {
    display: none;
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-field {
    text-align: left;
  }
  .text-field.center {
    text-align: center;
  }
  .copyright-div {
    padding-right: 30px;
    padding-left: 30px;
  }
  .mouse-link {
    left: 0px;
    right: 0px;
    bottom: 60px;
  }
  .h2 {
    line-height: 45px;
  }
  .footer-link-list {
    padding-right: 10px;
    padding-left: 10px;
  }
  .h1.white {
    font-size: 30px;
    line-height: 35px;
  }
  .about-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-logos {
    position: relative;
    bottom: -100px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .ppp-black {
    margin-left: 20px;
  }
  .grid-section.events {
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .grid-section.events.light {
    padding-right: 50px;
    padding-left: 50px;
  }
  .event-grid {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .event-item {
    width: 100%;
    margin-bottom: 50px;
    padding: 10px;
  }
  .event-item.left {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .events-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image {
    width: 100%;
  }
  .image.small {
    max-width: 100%;
  }
  .image.event {
    max-width: 100%;
  }
  .hero-quote {
    margin-right: 0px;
    margin-left: 0px;
  }
  .hero-quote.white {
    margin-top: 10px;
  }
  .grid-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .grid-2._50 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-container {
    height: auto;
    padding: 100px 50px;
  }
  .text-container.social-links {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .text-container.hashtag {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .text-container.new-casa-1 {
    width: 100%;
    margin-bottom: 50px;
  }
  .text-container.new-casa-2 {
    width: 100%;
    height: 350px;
    margin-bottom: 50px;
  }
  .text-container.new-casa-3 {
    width: 400px;
    height: 350px;
    background-position: 50% 50%;
    background-size: cover;
  }
  .social-grid {
    height: auto;
  }
  .social-grid.links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form {
    margin-right: 0px;
    margin-left: 0px;
  }
  .news-hover3 {
    width: 100%;
  }
  .full-logo {
    z-index: 20;
  }
  .full-logo.menu {
    margin-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .instagram-feed {
    height: 550px;
  }
  .event-cover {
    padding-right: 50px;
    padding-bottom: 100px;
    padding-left: 50px;
    background-image: none;
  }
  .upcoming-events-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-bed-reservation {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .new-suscribers {
    width: 100%;
  }
  .small {
    max-width: 100%;
  }
  .bottom-container-menu {
    height: auto;
    padding-left: 30px;
  }
  .grid-newcasas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ppp-menu-logo {
    margin-bottom: 20px;
  }
  .text-block {
    margin-top: 0px;
    margin-right: 0px;
  }
  .jumbo-subheader {
    margin-bottom: 10px;
    text-align: center;
  }
  .hero-container {
    padding: 10px;
  }
  .hero-container.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .section-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 70px;
    padding-left: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-hero.casas {
    background-color: #181818;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/Casa-Arbol-16-9_03.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/Casa-Arbol-16-9_03.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .image-container {
    height: 600px;
  }
  .casa-slider {
    height: 70vh;
  }
  .top-space {
    margin-top: 100px;
  }
  .contact-form {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 20px;
    font-family: Oswald, sans-serif;
    font-size: 40px;
    line-height: 45px;
  }
  h3 {
    font-size: 20px;
    line-height: 30px;
  }
  p {
    margin-top: 10px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
  }
  .body.white {
    margin-top: 0px;
  }
  .body.search {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .main-navbar {
    z-index: 100;
    padding-right: 10px;
  }
  .menu-icon-container._3 {
    margin-right: 10px;
  }
  .container-text {
    height: auto;
    margin: 0px 20px;
  }
  .container-text.grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
    text-align: left;
  }
  .container-text.center {
    margin-right: 20px;
    margin-left: 20px;
  }
  .container-text.small {
    margin-right: 20px;
    margin-left: 20px;
  }
  .container-text.small.center {
    margin-right: 20px;
  }
  .directory {
    position: static;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .white {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
  }
  .white.center {
    margin-top: 10px;
    margin-left: 0px;
  }
  .menu-container {
    display: none;
    padding-right: 0px;
    padding-left: 0px;
  }
  .search-input {
    width: 150px;
  }
  .menu-news-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu-box {
    padding: 5px 10px;
  }
  .menu-text-link {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
  }
  .menu-text-link.small {
    margin-left: 0px;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 1px;
  }
  .menu-text-link.small.white {
    width: auto;
    margin-left: 0px;
    line-height: 18px;
    text-align: center;
  }
  .button {
    width: auto;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 20px;
    background-color: #2b2a2a;
    font-size: 12px;
    letter-spacing: 1px;
  }
  .button.white {
    margin-top: 10px;
    background-color: #f1f1f1;
    color: #181818;
    font-size: 12px;
    font-weight: 400;
  }
  .button.white.center:hover {
    color: #2b2a2a;
  }
  .button.book-now {
    position: fixed;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 99;
    width: 150px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    font-size: 18px;
    text-align: center;
  }
  .button.book-now:hover {
    background-color: #0d355f;
  }
  .button.center {
    margin-top: 10px;
  }
  .buttons-container {
    margin-top: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .buttons-container.left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .black {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 14px;
    letter-spacing: 1px;
  }
  .black.small {
    font-size: 10px;
  }
  .black.small.r {
    margin-left: 20px;
    letter-spacing: 0px;
  }
  .black.search {
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 18px;
  }
  .footer-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .background-video {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .background-video.casas.mobile {
    display: none;
  }
  .text-field {
    font-size: 12px;
    line-height: 18px;
  }
  .text-field.center {
    margin-top: 10px;
  }
  .copyright-div {
    height: auto;
    padding: 30px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .copyright-div._2 {
    padding-right: 70px;
    padding-bottom: 70px;
    padding-left: 70px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .mouse-link {
    left: 0px;
    right: 0px;
    bottom: 60px;
  }
  .h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .h2.white {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
  }
  .h2.white.center {
    font-size: 30px;
  }
  .h3 {
    font-size: 20px;
    line-height: 25px;
    text-align: left;
  }
  .footer-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-link-list {
    padding-left: 10px;
  }
  .center {
    margin-left: 0px;
    text-align: center;
  }
  .h1 {
    color: #212121;
    line-height: 45px;
    font-weight: 600;
  }
  .h1.white {
    color: #e7e7e2;
    font-size: 30px;
    line-height: 35px;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  }
  .h1.search {
    padding-right: 20px;
  }
  .about-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-logos {
    bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ppp-black {
    margin-left: 0px;
  }
  .grid-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .grid-section.events {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .grid-section.events.light {
    padding-right: 30px;
    padding-left: 30px;
  }
  .event-grid {
    width: 100%;
    padding: 10px 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: transparent;
  }
  .event-container {
    width: auto;
    height: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .event-item {
    width: 100%;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .event-item.left {
    width: auto;
    padding: 10px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .event-item.other-events {
    width: 100%;
    padding-left: 10px;
  }
  .events-list.full-calendar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .events-list.other {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .image {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .image.small {
    max-width: 100%;
  }
  .image.events {
    max-width: 100%;
  }
  .image.event {
    max-width: 80%;
  }
  .hero-quote {
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 14px;
  }
  .section-directory {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
  }
  .grid-2 {
    height: auto;
  }
  .grid-2.white {
    margin-top: 0px;
  }
  .grid-2.white.shadow {
    margin-top: 0px;
  }
  .text-container {
    height: auto;
    padding: 50px 30px;
  }
  .text-container.social-links {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #333;
    background-image: none;
  }
  .text-container.hashtag {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .text-container.casitas {
    height: 350px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .text-container.cabanas {
    height: 350px;
  }
  .text-container.new-casa-2 {
    height: 350px;
  }
  .text-container.new-casa-3 {
    width: auto;
  }
  .social-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .accomodation-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-vip-form {
    padding: 20px;
  }
  .form {
    margin-right: 0px;
    margin-left: 0px;
  }
  .text-area.search {
    height: auto;
    margin-bottom: 0px;
    border: 1px solid #e7e7e2;
    border-radius: 0px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
  .news-hover {
    padding-right: 20px;
    padding-left: 20px;
  }
  .news-hover2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .news-hover2:hover {
    background-color: rgba(43, 42, 42, 0.9);
  }
  .news-hover3 {
    padding-right: 22px;
    padding-left: 22px;
  }
  .slider-fullscreen {
    margin-bottom: 0px;
  }
  .full-logo.menu {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .small-arrow.right {
    z-index: 10;
  }
  .design-hotels {
    max-width: 100%;
    margin-top: 10px;
  }
  .instagram-feed {
    position: relative;
    overflow: scroll;
    height: 650px;
  }
  .event-cover {
    padding-right: 20px;
    padding-bottom: 100px;
    padding-left: 20px;
  }
  .all-events-grid {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .events-hero-text {
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 20px;
  }
  .event-her-link {
    font-size: 12px;
  }
  .les-bains-logo {
    max-width: 80%;
  }
  .upcoming-events-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-bed-reservation {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 5;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .footer-link-home {
    margin-right: 0px;
  }
  .new-suscribers {
    width: 100%;
    margin-top: 20px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .small {
    max-width: 100%;
  }
  .section-vip-reservation {
    display: none;
  }
  .bottom-container-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 10px;
    padding-bottom: 50px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .search-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .mask {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .grid-newcasas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .directory-link {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .directory-link.blue {
    color: #164f8b;
    font-size: 14px;
  }
  .directory-link.search {
    line-height: 18px;
    text-decoration: underline;
  }
  .search-tab {
    margin-bottom: 10px;
    padding-right: 0px;
  }
  .search-result._1 {
    margin-top: 0px;
  }
  .promotion.villas {
    padding-right: 35px;
    padding-left: 35px;
  }
  .jumbo-header {
    font-family: Oswald, sans-serif;
    font-size: 35px;
    line-height: 45px;
  }
  .jumbo-subheader {
    font-family: Oswald, sans-serif;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
  }
  .hero-container {
    padding: 10px;
  }
  .hero-container.mobile {
    padding-right: 30px;
    padding-left: 30px;
  }
  .section-hero {
    padding-right: 30px;
    padding-left: 30px;
  }
  .section-hero.casas {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(58, 45, 30, 0.5)), to(rgba(58, 45, 30, 0.5))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Casa-Arbol-16-9_01.jpg');
    background-image: linear-gradient(180deg, rgba(58, 45, 30, 0.5), rgba(58, 45, 30, 0.5)), linear-gradient(180deg, transparent, transparent), url('../images/Casa-Arbol-16-9_01.jpg');
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, cover;
  }
  .newsletter-section {
    padding-right: 30px;
    padding-left: 30px;
  }
  .follow-section {
    padding-right: 49px;
    padding-left: 49px;
  }
  .title {
    margin-top: 10px;
  }
  .section-text {
    padding-right: 30px;
    padding-left: 30px;
  }
  .casa-slider {
    height: 70vh;
  }
  .top-space {
    margin-top: 0px;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b072bd016509-1de17bdd {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-b072bd01650d-1de17bdd {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-b072bd016511-1de17bdd {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-b072bd016515-1de17bdd {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-b072bd016519-1de17bdd {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-b072bd01651d-1de17bdd {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}