:root {
  --white: white;
  --black: black;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

p {
  font-size: 16px;
  line-height: 22px;
}

a {
  color: #fff;
  text-decoration: none;
}

.heading {
  color: #fff;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
}

.heading.dark {
  color: #014d2e;
}

.heading.about {
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 42px;
}

.copywrite {
  text-align: left;
  margin-bottom: 0;
  font-size: 10px;
  line-height: 24px;
}

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

.section.imagebreak {
  color: #fff;
  background-image: linear-gradient(#0006, #0006), url('../images/STREET.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: auto;
  margin-bottom: -200px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: inset 0 20px 20px #0003;
}

.section.proyectos {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.h3 {
  color: #014d2e;
  letter-spacing: 4px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
}

.container-split {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: stretch;
  width: 85%;
  max-width: 1200px;
  margin-top: 60px;
  margin-bottom: 80px;
  display: flex;
  box-shadow: 0 2px 10px #0000001a;
}

.section-img40 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  background-image: none;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: auto;
  min-height: 500px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.contentfull {
  flex-flow: column;
  justify-content: center;
  width: 85%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.contentfull.right {
  text-align: right;
  border-top: 1px solid #c9dcd2;
  border-bottom: 1px solid #c9dcd2;
  justify-content: space-around;
  width: 60%;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
}

.contentfull.left {
  border-top: 1px solid #c9dcd2;
  border-bottom: 1px solid #c9dcd2;
  justify-content: space-around;
  width: 60%;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: 30px;
}

.container-full {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  padding-top: 15%;
  padding-bottom: 80px;
  display: flex;
}

.container-full.invconf {
  text-align: left;
  background-image: linear-gradient(90deg, #000000e6, #0000001a), url('../images/Screen-Shot_HD.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: flex-start;
  align-items: stretch;
}

.container-full.atthahomes {
  text-align: right;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 55vh;
  padding-top: 80px;
  position: relative;
}

.container-full.atthacancun {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}

.container-full.bannermultimarca {
  background-image: linear-gradient(90deg, #00190f, #014d2ecc 50%, #00190f), url('../images/Enscape_2024-05-13-09-24-58_EXT-ALBERCA-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: stretch;
  height: 50vh;
  min-height: 400px;
  max-height: 500px;
  padding-top: 0;
  padding-bottom: 0;
}

.body {
  background-color: #000;
  font-family: Montserrat, sans-serif;
}

.form-block {
  text-align: center;
  width: 80%;
  max-width: 640px;
  margin: 20px auto 80px;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
}

.brand {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100px;
  display: flex;
}

.navbar-logo {
  height: 35px;
}

.navcontainer {
  color: #fff;
  width: 90%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.lang-selector {
  color: #fff;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 0 2px 2px #0003;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 50px;
  height: auto;
  margin-left: 10px;
  font-size: 9px;
  line-height: 18px;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 2px 2px #0003;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 9px;
  font-weight: 400;
  line-height: 12px;
}

.nav-link.w--current {
  color: #c9dcd2;
  font-weight: 600;
}

.nav-divider {
  background-color: #c9dcd2;
  width: .5px;
  height: 15px;
}

.nav-divider.hrznt {
  width: 30px;
  height: .5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.footersection {
  color: #c9dcd2;
  background-image: linear-gradient(#014d2e00, #014d2e);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 200px;
  font-size: 10px;
  display: flex;
}

.text-field {
  text-align: center;
  border: 1px solid #c9dcd2;
  border-radius: 20px;
  height: 100%;
  margin-bottom: 0;
}

.text-field.largefield {
  padding-top: 25px;
}

.submit-button {
  color: #014d2e;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #c9dcd2;
  height: 100%;
  padding: 6px 60px;
  font-size: 12px;
  font-weight: 500;
  transition: all .4s;
}

.submit-button:hover {
  color: #fff;
}

.copywritediv {
  text-align: left;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slide._1 {
  background-image: linear-gradient(#0003, #0003), url('../images/DSC06650.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide._2 {
  background-image: linear-gradient(#0003, #0003), url('../images/Screen-Shot-2019-02-04-at-8.08.35-PM-copy.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide._3 {
  background-image: linear-gradient(#0003, #0003), url('../images/DSC06838.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide._4 {
  background-image: linear-gradient(#0003, #0003), url('../images/DSC06570.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide.a1 {
  background-image: linear-gradient(90deg, #000000e6, #0000 80%), url('../images/attha-cancun-vista-pabellon-alberca-interior_Web_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide.a2 {
  background-image: linear-gradient(90deg, #000000e6, #0000 80%), url('../images/attha-cancun-desarrollo-patio-interior-02_Comp_1.avif');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide.a3 {
  background-image: linear-gradient(90deg, #000000e6, #0000 80%), url('../images/attha-cancun-vista-balcon-interior_web_1.avif');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide._5 {
  background-image: linear-gradient(#0003, #0003), url('../images/Enscape_2024-05-13-09-24-58_PB-VISTA-OJO-DE-PEZ.jpg');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide._6 {
  background-image: linear-gradient(#0003, #0003), url('../images/Screen-Shot-2019-02-04-at-8.05.08-PM-copy-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide._7 {
  background-image: linear-gradient(#0003, #0003), url('../images/Screen-Shot-2019-02-04-at-8.05.49-PM.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide._8 {
  background-image: linear-gradient(#0003, #0003), url('../images/Screen-Shot-2019-02-04-at-8.09.17-PM.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide._9 {
  background-image: linear-gradient(#0003, #0003), url('../images/Enscape_2024-05-13-10-18-28_POOL-6.jpg');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide._10 {
  background-image: linear-gradient(#0003, #0003), url('../images/Enscape_2024-05-13-09-24-58_EXT-FRENTE.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide.ah1 {
  background-image: linear-gradient(270deg, #000000e6, #0000 80%), url('../images/Enscape_2024-05-13-10-18-28_POOL206-enhanced_WEB.jpg');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide.ah2 {
  background-image: linear-gradient(270deg, #000000e6, #0000 80%), url('../images/Enscape_2024-05-13-09-24-58_PB-VISTA-OJO-DE-PEZ.jpg');
  background-position: 0 0, 50% 45%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide.ah5 {
  background-image: linear-gradient(270deg, #000000e6, #0000 80%), url('../images/Enscape_2024-05-13-10-18-28_REC-PRINC-PB.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide.ah4 {
  background-image: linear-gradient(270deg, #000000e6, #0000 80%), url('../images/Enscape_2024-05-13-10-18-28_REC-PRINC-PA.jpg');
  background-position: 0 0, 50% 55%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide.ah3 {
  background-image: linear-gradient(270deg, #000000e6, #0000 80%), url('../images/Enscape_2024-05-13-10-18-28_REC-PRINC-PB-BAÑO-EXT-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide.a4 {
  background-image: linear-gradient(90deg, #000000e6, #0000 80%), url('../images/attha-cancun-vista-alberca-interior-02_Web_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide.a5 {
  background-image: linear-gradient(90deg, #000000e6, #0000 80%), url('../images/ATTHA_CAM-004_AEREA_Web_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide._11 {
  background-image: linear-gradient(#0003, #0003), url('../images/attha-cancun-desarrollo-residencial-fachada-principal-01_Comp_1.avif');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide._12 {
  background-image: linear-gradient(#0003, #0003), url('../images/attha-cancun-vista-pabellon-alberca-interior_Web_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide._13 {
  background-image: linear-gradient(#0003, #0003), url('../images/attha-cancun-desarrollo-patio-interior-02_Comp_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide._14 {
  background-image: linear-gradient(#0003, #0003), url('../images/attha-cancun-vista-balcon-interior_web_1.avif');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

.navbar {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(#000, #0000);
  border-bottom: .5px solid #fff;
  height: 100px;
  position: fixed;
  inset: 0% 0% auto;
}

.maintext {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  width: 85%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.maintext.a {
  z-index: 2;
  align-items: flex-start;
  max-width: 1200px;
  padding-right: 40%;
  position: relative;
}

.maintext.a.banner {
  align-self: center;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.maintext.b {
  z-index: 2;
  align-items: flex-end;
  max-width: 1200px;
  padding-top: 0;
  padding-left: 40%;
  position: relative;
}

.slide-nav {
  font-size: 10px;
}

.projecttag {
  color: #014d2e;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
}

.gotosite {
  color: #014d2e;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #c9dcd2;
  margin-top: 20px;
  padding: 6px 40px;
  font-size: 12px;
  font-weight: 500;
  transition: all .4s;
}

.gotosite:hover {
  color: #fff;
}

.proyectlogo {
  height: 200px;
}

.proyectlogo.acun {
  background-image: url('../images/AtthaCancun_Blanco_.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 200px;
  margin-bottom: 40px;
}

.proyectlogo.ahom {
  background-image: url('../images/AtthaHomes_Blanco_.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 120px;
  margin-bottom: 40px;
}

.herocontent {
  z-index: 5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 940px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.h1 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 2px 4px #0006;
  margin-top: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

.heroh3 {
  color: #fff;
  text-align: center;
  letter-spacing: 7px;
  text-transform: uppercase;
  text-shadow: 0 2px 6px #000;
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.textfield {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 640px;
  height: auto;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.textfield.message {
  height: auto;
}

.proyectlogobox {
  width: 100%;
  height: 150px;
}

.proyectlogobox.acenote {
  background-image: url('../images/AtthaCenote_Negro_.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 150px;
  margin-bottom: 40px;
}

.proyectlogobox.attha2 {
  background-image: url('../images/Attha2_Negro.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 40px;
}

.proyectlogobox.aholistik {
  background-image: url('../images/AtthaHolistika_Logo_F_Black.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
  margin-bottom: 40px;
}

.proyectlogobox.attha1 {
  background-image: url('../images/Attha1_Negro_1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 40px;
}

.contact-columns {
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 640px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.left-contact-column {
  text-align: right;
  width: 50%;
}

.contact-info-text {
  font-size: 14px;
  line-height: 16px;
}

.contact-info-subtext {
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

.vert-div {
  background-color: #fff;
  flex: none;
  width: 1px;
  height: auto;
  min-height: 100px;
  margin-left: 20px;
  margin-right: 20px;
}

.vert-div.contact {
  margin-left: 30px;
  margin-right: 30px;
}

.right-contact-column {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-left: 0;
  padding-right: 0;
}

.contact-h2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  width: 80%;
  max-width: 640px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.form-double-field {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.field-label {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
}

.hashtag-text {
  text-align: center;
  letter-spacing: .5px;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
  display: block;
}

.footer-logo-link {
  flex: none;
  width: 25px;
  height: 25px;
  margin: 10px 30px 5px;
}

.footer-links-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-heading {
  color: #fff;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  text-decoration: none;
  display: block;
}

.social-media-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-content {
  color: #c9dcd2;
  border-bottom: 1px solid #c9dcd2;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1200px;
  margin: 20px auto 10px;
  padding-bottom: 80px;
  font-size: 10px;
  line-height: 14px;
  display: flex;
  position: relative;
}

.footer-logo {
  max-width: 120px;
  display: block;
}

.footer-flex-container {
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.footer-link-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.footer-logo-left-column {
  flex: 0 auto;
  max-width: 50%;
}

.footer-link {
  color: #c9dcd2;
  letter-spacing: 0;
  margin-bottom: 3px;
  font-size: 11px;
  line-height: 12px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.footerlogodiv {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-description {
  font-size: 10px;
  line-height: 14px;
}

.backtotop {
  color: #014d2e;
  text-align: center;
  letter-spacing: 0;
  background-color: #c9dcd2;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  transition: all .4s;
  position: absolute;
  inset: auto 0% 0%;
}

.backtotop:hover {
  color: #fff;
  height: 70px;
}

.animline {
  background-color: #c9dcd2;
  width: 100%;
  height: 1px;
}

.projectslide {
  width: 100%;
}

.projectslide.aholistik-1 {
  background-image: linear-gradient(#0000 70%, #000c), url('../images/DSC06650.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.projectslide.acenote-1 {
  background-image: linear-gradient(#0000 70%, #000c), url('../images/Screen-Shot-2019-02-04-at-8.05.49-PM-copy.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.projectslide.attha2-3 {
  background-image: linear-gradient(#0000 70%, #000c), url('../images/Attha1_Detalle-43.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.projectslide.attha1-1 {
  background-image: linear-gradient(#0000 70%, #000c), url('../images/Attha1_Detalle-5.jpg');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.projectslide.attha1-2 {
  background-image: linear-gradient(#0000 70%, #000c), url('../images/Attha1_Detalle-52.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.projectslide.attha1-3 {
  background-image: linear-gradient(#0000 70%, #000c), url('../images/Attha1_Detalle-48.jpg');
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.projectslide.attha2-2 {
  background-image: linear-gradient(#0000 70%, #000c), url('../images/Attha1_Detalle-47.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.projectslide.attha2-1 {
  background-image: linear-gradient(#0000 70%, #000c), url('../images/Attha1_Detalle-58.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.projectslide.aholistik-2 {
  background-image: linear-gradient(#0000 70%, #000c), url('../images/DSC06838.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.projectslide.aholistik-3 {
  background-image: linear-gradient(#0000 70%, #000c), url('../images/DSC06553.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.projectslide.acenote-2 {
  background-image: linear-gradient(#0000 70%, #000c), url('../images/Screen-Shot-2019-02-04-at-8.08.12-PM-copy.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.projectslide.acenote-3 {
  background-image: linear-gradient(#0000 70%, #000c), url('../images/Screen-Shot-2019-02-04-at-8.05.08-PM-copy.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.projectslider {
  width: 100%;
  height: 100%;
  position: absolute;
}

.projectslidetext {
  z-index: 5;
  width: 90%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.headingnote {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
}

.acancunslider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.bannermultimarcas {
  object-fit: contain;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.ahomesslider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.location {
  color: #014d2e;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  transition: all .6s;
  display: block;
}

.location:hover {
  letter-spacing: 2px;
}

.abouttext {
  margin-bottom: 40px;
}

.line-div {
  background-color: #fff;
  width: 300px;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 25px;
}

.heroarrow {
  text-align: center;
  width: 50px;
  height: 25px;
  font-size: 40px;
  line-height: 40px;
  transition: all .4s;
  transform: rotate(180deg);
}

.heroarrow:hover {
  transform: translate(0, 10px)rotate(180deg);
}

.recaptcha {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.attha_stickynote {
  z-index: 10;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  background-image: url('../images/minimalist-warmwall_Compressed.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #979276;
  border-right-width: 2px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 280px;
  height: 90px;
  padding-right: 10px;
  display: flex;
  position: fixed;
  inset: auto 0% 100px auto;
  box-shadow: 8px 8px 8px #0003;
}

.atthac_sticky_logo {
  width: 55px;
  margin-left: 15px;
}

.atthac_sticky_h3 {
  color: #333;
  margin-bottom: 5px;
  font-family: Bonky Serif, Palatino Linotype, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.atthac_sticky_text {
  color: #333;
  font-family: Gotham, Arial, sans-serif;
  font-size: 10px;
  line-height: 12px;
}

.atthac_sticky_div {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.atthac_sticky_textcaps {
  color: #333;
  font-family: Gotham, Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

@media screen and (max-width: 991px) {
  .heading {
    text-align: left;
  }

  .heading.about {
    margin-top: 15%;
  }

  .container-split {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .container-full {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-full.bannermultimarca {
    height: 30vh;
    min-height: 300px;
  }

  .navcontainer {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nav-menu {
    text-align: right;
    background-color: #014d2ecc;
    border-bottom-left-radius: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: 180px;
    height: auto;
    margin-left: auto;
    padding-bottom: 20px;
  }

  .lang-selector {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: row;
    justify-content: space-between;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link {
    text-align: right;
    width: 170px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .nav-divider {
    width: 80px;
    height: .5px;
    margin-left: auto;
    margin-right: 0;
  }

  .nav-divider.hrznt {
    width: .5px;
    height: 20px;
  }

  .footersection {
    background-image: linear-gradient(#014d2e00, #014d2e);
  }

  .proyectlogo.acun {
    margin-top: 40px;
  }

  .proyectlogo.ahom {
    margin-top: 0;
  }

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

  .footer-logo-link {
    margin-left: 25px;
    margin-right: 25px;
  }

  .social-media-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer-content {
    width: 90%;
    font-size: 10px;
    line-height: 10px;
  }

  .footerlogodiv {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 18px;
  }

  .heading {
    font-size: 22px;
    line-height: 24px;
  }

  .heading.about {
    font-size: 32px;
    line-height: 36px;
  }

  .copywrite {
    font-size: 8px;
  }

  .section.proyectos {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h3 {
    letter-spacing: 2px;
    font-size: 20px;
    line-height: 22px;
  }

  .container-split {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .section-img40 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contentfull {
    border-bottom-style: none;
  }

  .contentfull.right {
    text-align: center;
    border-top-style: none;
    margin: 10px auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .contentfull.left {
    text-align: center;
    border-bottom-style: none;
    margin: 10px auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container-full {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-full.bannermultimarca {
    min-height: 200px;
  }

  .navbar-logo {
    height: 30px;
  }

  .submit-button {
    font-size: 12px;
  }

  .navbar {
    height: 70px;
  }

  .maintext.a {
    padding-right: 30%;
  }

  .maintext.b {
    padding-left: 30%;
  }

  .gotosite {
    letter-spacing: 1px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 10px;
    line-height: 14px;
  }

  .proyectlogo.acun {
    height: 120px;
    margin-bottom: 20px;
  }

  .proyectlogo.ahom {
    height: 80px;
    margin-bottom: 20px;
  }

  .h1 {
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 26px;
  }

  .heroh3 {
    letter-spacing: 2px;
    font-size: 10px;
    line-height: 14px;
  }

  .textfield {
    margin-bottom: 0;
  }

  .textfield.message {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .proyectlogobox.acenote, .proyectlogobox.attha2, .proyectlogobox.aholistik, .proyectlogobox.attha1 {
    background-position: 50%;
  }

  .contact-columns {
    margin-bottom: 40px;
  }

  .contact-info-text {
    font-size: 9px;
    line-height: 12px;
  }

  .contact-info-subtext {
    font-size: 9px;
  }

  .vert-div {
    width: 200px;
    height: 1px;
    min-height: auto;
    margin: 30px auto;
  }

  .vert-div.contact {
    width: 1px;
    height: 60px;
    margin: 0 30px;
  }

  .contact-h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 9px;
    line-height: 12px;
  }

  .form-double-field {
    flex-flow: column;
  }

  .field-label {
    font-size: 8px;
  }

  .hashtag-text {
    font-size: 7px;
  }

  .footer-image {
    object-fit: contain;
  }

  .footer-logo-link {
    width: 20px;
    height: 20px;
  }

  .footer-heading {
    letter-spacing: 3px;
    margin-bottom: 10px;
    font-size: 7px;
    line-height: 8px;
  }

  .social-media-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-content {
    flex-flow: column;
    margin-top: 10px;
    font-size: 8px;
    line-height: 8px;
  }

  .footer-logo {
    width: 70%;
  }

  .footer-logo-left-column {
    max-width: 100%;
  }

  .footer-link {
    margin-bottom: 0;
    font-size: 8px;
  }

  .footer-description {
    font-size: 10px;
    line-height: 12px;
  }

  .projectslide.aholistik-1 {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
  }

  .projectslide.acenote-1 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
  }

  .projectslide.attha2-3 {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
  }

  .projectslide.attha1-1, .projectslide.attha1-2, .projectslide.attha1-3 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
  }

  .projectslide.attha2-2, .projectslide.attha2-1, .projectslide.aholistik-2, .projectslide.aholistik-3 {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
  }

  .projectslide.acenote-2, .projectslide.acenote-3 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
  }

  .acancunslider, .ahomesslider {
    height: 100%;
  }

  .location {
    font-size: 14px;
  }

  .line-div {
    width: 200px;
  }
}

@media screen and (max-width: 479px) {
  .copywrite {
    text-align: center;
    font-size: 6px;
    line-height: 14px;
  }

  .section.proyectos {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-split {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .section-img40 {
    height: 400px;
    min-height: auto;
  }

  .contentfull.right {
    width: 85%;
  }

  .contentfull.left {
    width: 85%;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .container-full {
    min-height: 100vh;
  }

  .container-full.invconf {
    background-image: linear-gradient(90deg, #000000e6, #0000), url('../images/Screen-Shot_HD.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .container-full.atthahomes {
    min-height: 60vh;
    padding-top: 40px;
  }

  .container-full.atthacancun {
    background-image: linear-gradient(90deg, #000000e6, #0000), url('../images/ATTHA_Acceso_02_060224.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .container-full.bannermultimarca {
    min-height: 200px;
  }

  .text-field {
    font-size: 10px;
  }

  .submit-button {
    letter-spacing: 1px;
    font-size: 10px;
  }

  .copywritediv {
    flex-flow: column;
  }

  .maintext.a {
    text-align: left;
    padding-right: 15%;
  }

  .maintext.b {
    padding-left: 15%;
  }

  .gotosite {
    padding-left: 20px;
    padding-right: 20px;
  }

  .proyectlogo.acun {
    height: 100px;
  }

  .proyectlogo.ahom {
    height: 60px;
    margin-top: 20px;
  }

  .heroh3 {
    font-size: 11px;
    line-height: 14px;
  }

  .contact-columns {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .left-contact-column {
    text-align: center;
  }

  .contact-info-text {
    font-size: 9px;
  }

  .contact-info-subtext {
    font-size: 8px;
  }

  .vert-div {
    width: 100px;
    height: 1px;
    margin: 20px auto;
  }

  .vert-div.contact {
    width: 60px;
    height: 1px;
    margin: 10px auto 20px;
  }

  .right-contact-column {
    text-align: center;
  }

  .contact-h2 {
    margin-bottom: 10px;
  }

  .footer-logo-link {
    margin-left: 30px;
    margin-right: 30px;
  }

  .footer-heading {
    text-align: left;
  }

  .social-media-flex {
    justify-content: center;
  }

  .footer-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    font-size: 6px;
    line-height: 6px;
  }

  .footer-logo {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .footer-link-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer-logo-left-column {
    width: 100%;
  }

  .footer-link {
    margin-bottom: 5px;
    line-height: 10px;
  }

  .footerlogodiv {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-flow: column;
  }

  .attha_stickynote {
    width: 245px;
  }

  .atthac_sticky_logo {
    width: 45px;
  }
}


@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.ttc') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bonky Serif';
  src: url('../fonts/Bonky-Serif.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}