:root {
  --attha-cancun-sand: #fffcf4;
  --attha-cancun-gold: #979276;
  --atthacancun-green: #5f8a79;
  --attha-cancun-light-blue: #f7f7f7;
  --attha-cancun-light-green: #3f99c0;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 5px;
}

label {
  margin-bottom: 5px;
  font-weight: 500;
  display: block;
}

strong {
  font-weight: 500;
}

.contact-info-bar {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-end;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
  display: flex;
}

.sm-link-bar {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.sm-icon {
  width: 15px;
  height: 15px;
}

.sm-link {
  color: #000;
}

.contact-info-container {
  z-index: 1000;
  background-color: var(--attha-cancun-sand);
  height: 35px;
  position: fixed;
  inset: 0% 0% auto;
}

.info-button {
  background-color: var(--attha-cancun-gold);
  border-radius: 20px;
  height: 25px;
  padding-top: 6px;
  padding-bottom: 5px;
  transition: all .4s;
}

.info-button.roundbutton {
  border-radius: 20px;
  flex: none;
  height: 25px;
  padding: 5px 30px;
  font-size: 10px;
  line-height: 15px;
}

.info-button.roundbutton.righ {
  background-color: var(--attha-cancun-sand);
  color: #000;
  margin-left: auto;
  position: absolute;
  inset: auto 30px 25px auto;
}

.info-button.roundbutton.bottom {
  background-color: var(--attha-cancun-sand);
  color: #000;
  position: absolute;
  inset: auto auto 25px;
}

.info-button.roundbutton.contactb {
  border: .5px solid var(--attha-cancun-sand);
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 12px;
}

.info-button.roundbutton.contactb.brokers {
  margin-top: 0;
  margin-bottom: 0;
}

.info-button.roundbutton.stroke {
  border-top-style: solid;
  border-top-width: 1.5px;
  border-top-color: var(--attha-cancun-gold);
  border-right-style: solid;
  border-right-width: 1.5px;
  border-right-color: var(--attha-cancun-gold);
  border-bottom-style: solid;
  border-bottom-width: 1.5px;
  border-bottom-color: var(--attha-cancun-gold);
  border-left-style: solid;
  border-left-width: 1.5px;
  border-left-color: var(--attha-cancun-gold);
  background-color: #0000;
  padding-top: 4px;
}

.info-button.roundbutton.stroke:hover {
  background-color: var(--attha-cancun-gold);
}

.info-button.roundbutton.stroke.cookieb {
  color: #333;
  padding-left: 10px;
  padding-right: 10px;
}

.info-button.roundbutton.stroke.cookieb:hover {
  color: #fff;
}

.info-button.roundbutton.boletin-button {
  border: .5px solid var(--attha-cancun-sand);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
}

.body {
  background-color: var(--attha-cancun-sand);
  background-image: linear-gradient(#fffcf480, #fffcf480), url('../images/minimalist-warmwall.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  font-family: Gotham, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
}

.navbar {
  z-index: 1000;
  border-bottom: .25px solid var(--attha-cancun-sand);
  background-color: #0000;
  width: 100%;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 35px 0% auto;
}

.nav-menu {
  letter-spacing: 4px;
  text-transform: uppercase;
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  width: 85%;
  font-size: 8px;
  line-height: 12px;
  display: flex;
}

.nav-link {
  color: #fff;
  text-align: center;
  flex: 1;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}

.nav-link.w--current {
  color: #fff;
}

.navbar-contanier {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-section {
  z-index: 1;
  border-bottom-left-radius: 15vw;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 85vh;
  margin-top: 35px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.fullpagesection {
  border-bottom-left-radius: 0;
  height: 350px;
}

.hero-content {
  z-index: 2;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.h1 {
  z-index: 2;
  color: var(--attha-cancun-gold);
  text-align: center;
  -webkit-text-stroke-color: var(--attha-cancun-gold);
  text-shadow: 0 4px 4px #0003;
  margin-top: -75px;
  margin-bottom: 5px;
  font-family: Bonky Serif, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 52px;
  position: absolute;
}

.h1.sections-left {
  z-index: 5;
  background-color: var(--attha-cancun-sand);
  text-align: left;
  background-image: linear-gradient(#fffcf480, #fffcf480), url('../images/minimalist-warmwall.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-bottom-right-radius: 30px;
  margin-top: 65px;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-right: 40px;
  position: absolute;
}

.h1.sections-left.hero {
  color: #fff;
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  border-bottom-right-radius: 0;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  font-size: 48px;
  line-height: 48px;
  position: relative;
}

.h1.garantias {
  color: var(--attha-cancun-gold);
  text-align: left;
  text-shadow: 0 4px 4px #0003;
  background-image: linear-gradient(#fffcf480, #fffcf480), url('../images/minimalist-warmwall.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-top: -80px;
  margin-left: -15px;
  padding: 10px 15px 5px;
  font-size: 40px;
  line-height: 40px;
}

.h1.pm {
  color: var(--attha-cancun-sand);
  margin-top: -100px;
  font-size: 48px;
  line-height: 50px;
}

.h1.contacth1 {
  color: var(--attha-cancun-sand);
}

.hero-statement {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  display: flex;
}

.hero-main-text {
  width: 60%;
  font-size: 14px;
  line-height: 18px;
}

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

.text-link:hover {
  font-weight: 500;
}

.text-link.white {
  color: #fff;
}

.text-link.black {
  color: #333;
}

.hero-bg-video {
  z-index: 1;
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.main-block {
  z-index: 2;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  position: relative;
}

.main-block.proyectom {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.main-block.proyectom.garantias {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.main-block.proyectom.loquenosdistingue {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 400px;
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.main-block.proyectom.full-page {
  margin-top: 0;
  padding-top: 20px;
}

.main-block.cad-box {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  align-items: stretch;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.main-block.contacto {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: stretch;
  padding-top: 100px;
}

.main-block.footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}

.main-block.credlogos {
  overflow: scroll;
}

.main-block.credibility-footer-banner {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}

.section {
  width: 100%;
}

.section.credibility-banner {
  border-bottom: .5px solid var(--attha-cancun-sand);
  background-image: url('../images/Attha_Shape_WavyLines.svg'), linear-gradient(#5f8a79, #425f54);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.img-section {
  height: 50vh;
}

.section.img-section.master {
  background-image: url('../images/Attha_Shape_Texture2_1.png'), linear-gradient(#0000 50%, #0009), url('../images/ATTHA_CAM-008_TOP_Web-copy.jpg');
  background-position: 50% 100%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: contain, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.section.img-section.birdeye {
  filter: drop-shadow(0 20px 10px #0000004d);
  background-image: url('../images/Attha-Hero-Map_Web.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 90%;
  height: 85vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.section.img-section.map {
  background-image: url('../images/Attha_Shape_Texture2_1.png'), linear-gradient(#0000 50%, #0009);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  background-attachment: scroll, scroll;
}

.section.proyectom {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.section.cadbanner {
  border-bottom: .5px solid var(--attha-cancun-sand);
  background-color: var(--attha-cancun-gold);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.map-section {
  height: auto;
  min-height: 50vh;
  position: relative;
}

.mask-left {
  background-color: #fff;
  border-top-right-radius: 10vw;
  width: 40%;
  height: 150px;
}

.mask-right {
  background-color: #fff;
  border-top-left-radius: 10vw;
  width: 40%;
  height: 150px;
}

._5-icon-block {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-end;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  position: relative;
  overflow: clip;
}

.h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  line-height: 22px;
}

.proyectom-topic {
  text-align: center;
}

.v-divider {
  background-color: var(--attha-cancun-sand);
  flex: none;
  width: 1.5px;
  height: 70px;
}

.v-divider.horiz {
  background-color: var(--attha-cancun-gold);
}

.v-divider.amenit {
  background-color: var(--attha-cancun-gold);
  height: 25px;
  margin-bottom: 9px;
  display: none;
}

.v-divider.features {
  background-color: var(--attha-cancun-gold);
  height: 25px;
  margin-bottom: 9px;
}

.proyectom-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.proyectom-mainimg {
  z-index: 1;
  filter: brightness(80%);
  object-fit: cover;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 40px;
  width: 85%;
  height: 35vh;
  margin-left: 15%;
  display: block;
  position: relative;
  box-shadow: 4px 4px 8px #0003;
}

.proyectom-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.proyectom-garantia-div {
  background-color: var(--attha-cancun-gold);
  color: #fff;
  border-bottom-left-radius: 40px;
  flex-flow: column;
  align-items: flex-start;
  width: 60%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 60px 40px 40px;
  display: flex;
  position: relative;
  box-shadow: 4px 4px 8px #0003;
}

.h2 {
  z-index: 2;
  text-align: left;
  margin-top: 5px;
  font-family: Bonky Serif, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.h2.left {
  text-align: left;
  margin-top: 0;
  position: absolute;
}

.h2.left.hero {
  position: relative;
}

.h2.garantias {
  margin-top: -60px;
}

.h2.brochure {
  color: #fff;
  margin-bottom: 5px;
}

.h2.mid-header {
  color: var(--attha-cancun-gold);
  text-align: center;
  width: 90%;
  margin-top: -50px;
  margin-left: auto;
  margin-right: auto;
  font-family: Bonky Serif, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
}

.h2.vistageneral {
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 10vh;
}

.brochure-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.proyectom-brochure-div {
  background-color: var(--attha-cancun-gold);
  color: #fff;
  border-top-right-radius: 40px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 40px 40px 60px;
  display: flex;
  position: relative;
  box-shadow: 4px 4px 8px #0003;
}

.brochure-logo-attha {
  width: 80px;
  height: 80px;
}

.cad-logo-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 20%;
  display: flex;
}

.cad-url {
  text-align: center;
  letter-spacing: 4px;
  font-size: 10px;
  line-height: 16px;
}

.cad-text-box {
  color: #fff;
  flex-flow: column;
  justify-content: space-between;
  width: 60%;
  display: flex;
}

.box-footer-text {
  text-align: right;
}

.cad-list-box {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  width: 20%;
  display: flex;
}

.contact-box {
  background-color: #bebebe;
  width: 60%;
  padding: 40px;
}

.contact-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  background-color: #f7f7f74d;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  flex-flow: column;
  align-items: stretch;
  width: 70%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 25px 40px;
  display: flex;
  position: relative;
  box-shadow: 0 30px 20px #0000004d;
}

.contact-div.fullpagecontact {
  color: #333;
}

.contact-div.brokers {
  z-index: 20;
  border: .5px solid var(--attha-cancun-sand);
  background-color: #979276e6;
  justify-content: flex-start;
  align-items: stretch;
  width: 550px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  top: 300px;
  left: 0;
  right: 0;
  box-shadow: 0 10px 100px #0009;
}

.text-field {
  border-radius: 20px;
  height: 25px;
  margin-bottom: 15px;
  line-height: 16px;
}

.text-field.boletin-div {
  margin-bottom: 0;
}

.contact-forms {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.checkbox {
  border-radius: 10px;
}

.form {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.form.brokers {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.form-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  min-width: 45%;
  display: flex;
}

.form-column.singleformcolumn {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  min-width: 100%;
}

.contact-logo-box {
  justify-content: center;
  align-items: center;
  width: 150px;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.footer-brand-descrip {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 40%;
  font-size: 12px;
  display: flex;
}

.footer-brand-logo {
  width: 60px;
  height: 60px;
}

.footer-sitemap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  justify-content: flex-end;
  width: auto;
  display: flex;
}

.footer-lang-div {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 12px;
  display: flex;
}

.footer-list {
  color: #fff;
  padding-left: 0;
  font-size: 11px;
  line-height: 12px;
  list-style-type: none;
}

.footer-sitemap-topic {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 500;
}

.copyright {
  background-color: var(--attha-cancun-gold);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 25px;
  padding-top: 9px;
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
}

.brochure-logo-button-div {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

.logo-credibility {
  filter: sepia();
  max-width: 130px;
  height: 70px;
}

.logo-credibility.footerbanner {
  max-width: 100px;
  height: 40px;
}

.contact-info-links, .contact-info-buttons {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navlogo {
  background-image: url('../images/Isologotipo_AtthaCancunH_B.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 130px;
  height: 60px;
  padding-bottom: 0;
}

.about-us-main-logo {
  width: 180px;
  height: 180px;
}

.contact-section {
  border-top: 4px solid var(--attha-cancun-gold);
  background-image: linear-gradient(#0000004d, #0000), linear-gradient(#b2ac8d80, #b2ac8d80), url('../images/ATTHA_CAM-001_PRINCIPAL_Web.jpg');
  background-position: 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.contact-section.boletin {
  background-image: linear-gradient(#0006, #0000), linear-gradient(#0000, #0000), url('../images/ATTHA_CAM-004_AEREA_Fix_Web.jpg');
  background-position: 0 0, 0 0, 50% 100%;
}

.cont-info-link {
  color: #000;
}

.large-section-text {
  flex-flow: column;
  flex: none;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.large-section-text.cookies {
  width: 100%;
  margin-top: 150px;
}

.large-section-content {
  z-index: 2;
  background-color: var(--attha-cancun-sand);
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  flex-flow: column;
  align-items: flex-start;
  width: 85%;
  height: 35vh;
  margin-left: 15%;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 4px 8px #0003;
}

.large-section-content.ubi {
  background-image: linear-gradient(#fffcf4b3, #fffcf4b3), url('../images/WhatsApp-Images-2024-05-30-at-10.47.52-PM-copy.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.large-section-content.fullpagesection {
  height: 100%;
}

.large-section-top-link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  padding-left: 15%;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  display: flex;
}

.large-section-top-link.climate {
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
}

._3-icon-block {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-end;
  margin-top: 20px;
  margin-right: auto;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  position: relative;
}

._3-icon-block.bottomsection {
  margin-top: 80px;
}

.large-section-feature-num {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-num {
  z-index: 2;
  color: var(--attha-cancun-gold);
  text-align: left;
  letter-spacing: -1px;
  -webkit-text-stroke-color: var(--attha-cancun-gold);
  text-shadow: 0 4px 4px #0003;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bonky Serif, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
}

.feature-num.sections-left {
  background-color: var(--attha-cancun-sand);
  text-align: left;
  background-image: linear-gradient(#fffcf480, #fffcf480), url('../images/minimalist-warmwall.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-bottom-right-radius: 30px;
  margin-top: 100px;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-right: 40px;
  position: absolute;
}

.feature-num.sections-left.hero {
  color: #fff;
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  border-bottom-right-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  font-size: 48px;
  line-height: 48px;
  position: relative;
}

.feature-num.garantias {
  color: var(--attha-cancun-sand);
  text-shadow: 0 2px 4px #0006;
  margin-top: -58px;
  font-size: 40px;
  line-height: 40px;
}

.feature-num.pm {
  margin-top: -100px;
  font-size: 48px;
  line-height: 50px;
}

.feature-text {
  text-align: center;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
}

.feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.large-section-content-div {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  justify-content: space-between;
  display: flex;
}

.large-section-img {
  object-fit: cover;
  object-position: 0% 50%;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 28%;
}

.large-section-img.bottomimg {
  margin-bottom: 80px;
}

.large-section-bottom {
  padding: 40px;
}

.large-section-middle {
  background-color: #97927633;
  padding: 40px;
}

.open-close-button {
  z-index: 10;
  border: 1.5px solid var(--attha-cancun-gold);
  filter: brightness(200%);
  background-image: url('../images/Attha-Cancun_FingerPrint.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 75%;
  border-radius: 35px;
  width: 65px;
  height: 65px;
  transition: all .4s;
  position: absolute;
  inset: auto 30px 30px auto;
}

.open-close-button:hover {
  box-shadow: 0 0 30px 0 var(--attha-cancun-sand);
  color: #fff;
}

.large-section-top {
  padding: 40px;
}

.large-section-top.amenity {
  background-image: linear-gradient(180deg, #fffcf400 15%, var(--attha-cancun-sand) 27%), url('../images/WhatsApp-Image-2024-10-07-at-3.48.02-p.m.-3.jpeg');
  background-position: 0 0, 50% -30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
}

.large-sections-container {
  position: relative;
}

.proyectom-mainimg-test {
  z-index: 4;
  filter: brightness(90%);
  object-fit: cover;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 40px;
  width: 100%;
  height: 35vh;
  display: block;
  position: absolute;
  box-shadow: 4px 4px 8px #0003;
}

.prototipos-tabs {
  width: 100%;
}

.prot-tab {
  border: 1px solid var(--attha-cancun-gold);
  color: #333;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 20px;
  height: 25px;
  padding: 5px 20px;
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  transition: all .4s;
}

.prot-tab.w--current {
  background-color: var(--attha-cancun-gold);
  color: #fff;
}

.prot-tab.roundbutton {
  border-radius: 20px;
  flex: none;
  height: 25px;
  padding: 5px 30px;
  font-size: 10px;
  line-height: 15px;
}

.prot-tab.roundbutton.righ {
  background-color: var(--attha-cancun-sand);
  color: #000;
  margin-left: auto;
  position: absolute;
  inset: auto 30px 25px auto;
}

.prot-tab.roundbutton.bottom {
  background-color: var(--attha-cancun-sand);
  color: #000;
  position: absolute;
  inset: auto auto 25px;
}

.prot-tab.roundbutton.contactb {
  border: .5px solid var(--attha-cancun-sand);
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 12px;
}

.prot-tab.roundbutton.stroke {
  border-top-style: solid;
  border-top-width: 1.5px;
  border-top-color: var(--attha-cancun-gold);
  border-right-style: solid;
  border-right-width: 1.5px;
  border-right-color: var(--attha-cancun-gold);
  border-bottom-style: solid;
  border-bottom-width: 1.5px;
  border-bottom-color: var(--attha-cancun-gold);
  border-left-style: solid;
  border-left-width: 1.5px;
  border-left-color: var(--attha-cancun-gold);
  background-color: #0000;
  padding-top: 4px;
}

.prot-tab.roundbutton.stroke:hover {
  background-color: var(--attha-cancun-gold);
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  height: 30px;
  margin-bottom: 90px;
  margin-right: 50px;
  display: flex;
}

.proto-blocks {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.prot-slider {
  background-color: #0000;
  height: 100%;
  position: relative;
}

.prot-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "Area-2"
                       "Area";
  width: 50%;
  display: flex;
}

.prot-grid-single {
  width: 100%;
  height: 66%;
}

.prot-gird-double {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 33%;
  display: flex;
}

.grid-50 {
  flex: 1;
}

.grid-specs {
  justify-content: flex-start;
  margin-top: 10px;
  padding-right: 40px;
  display: flex;
}

.prot-slider-div {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.prot-small-print {
  margin-top: 5px;
  font-size: 8px;
  line-height: 12px;
}

.prot-small-print.galeria {
  margin-top: 40px;
  margin-right: 90px;
}

.prot-img {
  object-fit: cover;
  height: 100%;
}

.prot-specs-list {
  margin-right: 10px;
  padding-left: 20px;
  font-size: 12px;
  line-height: 16px;
}

.prot-corner-logo {
  background-image: url('../images/Isotipo_Attha_N.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: 40px 40px auto auto;
}

.slide-div {
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.prot-slide-img {
  object-fit: cover;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  min-height: 55vh;
}

.prot-info-button {
  background-color: var(--attha-cancun-gold);
  border-radius: 20px;
  height: 25px;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  transition: all .4s;
}

.prot-info-button.roundbutton {
  border-radius: 20px;
  flex: none;
  height: 25px;
  padding: 5px 30px;
  font-size: 10px;
  line-height: 15px;
}

.prot-info-button.roundbutton.righ {
  background-color: var(--attha-cancun-sand);
  color: #000;
  margin-left: auto;
  position: absolute;
  inset: auto 30px 25px auto;
}

.prot-info-button.roundbutton.bottom {
  background-color: var(--attha-cancun-sand);
  color: #000;
  position: absolute;
  inset: auto auto 25px;
}

.prot-info-button.roundbutton.contactb {
  border: .5px solid var(--attha-cancun-sand);
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 12px;
}

.prot-info-button.roundbutton.stroke {
  border-top-style: solid;
  border-top-width: 1.5px;
  border-top-color: var(--attha-cancun-gold);
  border-right-style: solid;
  border-right-width: 1.5px;
  border-right-color: var(--attha-cancun-gold);
  border-bottom-style: solid;
  border-bottom-width: 1.5px;
  border-bottom-color: var(--attha-cancun-gold);
  border-left-style: solid;
  border-left-width: 1.5px;
  border-left-color: var(--attha-cancun-gold);
  background-color: #0000;
  padding-top: 4px;
}

.prot-info-button.roundbutton.stroke:hover {
  background-color: var(--attha-cancun-gold);
}

.prot-info-button.galeria {
  margin-right: auto;
}

.slide-nav {
  background-color: var(--attha-cancun-gold);
  border-radius: 20px;
  width: 100px;
  height: 25px;
  padding-top: 0;
  font-size: 12px;
  line-height: 14px;
  display: inline-flex;
  inset: auto 0% -40px;
}

.left-arrow {
  background-color: var(--attha-cancun-gold);
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  width: 30px;
  height: 25px;
  margin-left: 0%;
  margin-right: auto;
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  inset: auto 0% -30px;
}

.right-arrow {
  background-color: var(--attha-cancun-gold);
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 30px;
  height: 25px;
  margin-left: 31px;
  margin-right: auto;
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  inset: auto 0% -30px;
}

.slide {
  object-fit: cover;
}

.amenity-div {
  width: 100%;
  margin-top: 220px;
  margin-bottom: 50px;
}

.amenity-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  place-content: flex-start space-between;
  align-items: stretch;
  margin-top: 40px;
  display: flex;
}

.amenity-icon {
  width: 50px;
  height: 50px;
}

.amenity-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  display: flex;
}

.amenity-text {
  z-index: 2;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bonky Serif, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.amenity-text.sections-left {
  background-color: var(--attha-cancun-sand);
  text-align: left;
  background-image: linear-gradient(#fffcf480, #fffcf480), url('../images/minimalist-warmwall.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-bottom-right-radius: 30px;
  margin-top: 100px;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-right: 40px;
  position: absolute;
}

.amenity-text.sections-left.hero {
  color: #fff;
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  border-bottom-right-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  font-size: 48px;
  line-height: 48px;
  position: relative;
}

.amenity-text.garantias {
  color: var(--attha-cancun-sand);
  text-shadow: 0 2px 4px #0006;
  margin-top: -58px;
  font-size: 40px;
  line-height: 40px;
}

.amenity-text.pm {
  margin-top: -100px;
  font-size: 48px;
  line-height: 50px;
}

.amenity-bottom-banner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-right: 90px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  display: flex;
}

.galeria-tabs {
  width: 100%;
}

.galeria-slider-div {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.loquenos-img {
  background-color: var(--attha-cancun-gold);
  color: #fff;
  border-bottom-right-radius: 40px;
  flex-flow: column;
  flex: 1;
  align-items: flex-start;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: clip;
  box-shadow: 4px 4px 8px #0003;
}

.loquenos-div {
  background-color: var(--attha-cancun-gold);
  color: #fff;
  border-top-left-radius: 40px;
  flex-flow: column;
  align-items: flex-start;
  width: 60%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 60px 40px 20px;
  display: flex;
  position: relative;
  box-shadow: 4px 4px 8px #0003;
}

.loquenos-slide {
  object-fit: cover;
  height: 100%;
}

.hero-img {
  z-index: 1;
  filter: brightness(60%);
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-img.ubicacion {
  object-position: 50% 65%;
}

.hero-img.contacto {
  object-position: 50% 90%;
}

.code-embed-div {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 90%;
  max-width: 1200px;
  height: 100%;
  min-height: 50vh;
  margin: 20px auto;
  display: flex;
  position: relative;
}

.texture-overlay-div {
  z-index: 2;
  background-image: url('../images/Attha_Shape_Texture2_1.png'), linear-gradient(#0000 60%, #000c);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.code-embed {
  background-color: var(--attha-cancun-gold);
  object-fit: cover;
  object-position: 0% 10%;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 100%;
  height: 100%;
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: 4px 4px 8px #0003;
}

.prot-slide-img-copy {
  justify-content: center;
  align-items: stretch;
}

.email-field-div {
  width: 100%;
}

.cookiesdiv {
  z-index: 99;
  background-color: var(--attha-cancun-sand);
  color: #333;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.cookiescontainer {
  z-index: 99;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cookies-logo {
  background-image: url('../images/Isotipo_Attha_N.svg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  width: 30px;
  height: 28px;
}

.cookiestext {
  color: #333;
  text-align: justify;
  margin-bottom: 0;
  font-size: 10px;
  line-height: 12px;
}

.cookieslink {
  color: #333;
  font-weight: 500;
  text-decoration: underline;
}

.aceptcookies-button {
  color: #fff;
  letter-spacing: .5px;
  background-color: #0000;
  border: .5px solid #b9a296;
  border-radius: 25em;
  flex: none;
  width: 180px;
  height: 30px;
  margin: 20px auto;
  padding: 5px 10px;
  font-size: 10px;
  line-height: 18px;
  transition: all .6s;
  position: relative;
  inset: 0% 0% 0% auto;
}

.aceptcookies-button:hover {
  background-color: #b9a296;
}

.hero-mesage {
  text-align: right;
  display: inline-flex;
}

.hero-paragraph {
  text-align: center;
  font-family: Bonky Serif, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.contact-tnc {
  margin-top: 40px;
}

.contact-tnc.brokers {
  margin-top: 0;
}

.popup-closebutton {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
  line-height: 12px;
  display: inline-flex;
}

.cookies-bar-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: none;
  display: flex;
}

.white-link {
  color: #fff;
}

.black-link {
  color: #333;
}

.playpause {
  width: 40px;
}

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

.left-arrow-2, .right-arrow-2 {
  width: 50px;
  font-size: 20px;
  line-height: 20px;
}

.whatsapp-button {
  z-index: 50;
  filter: drop-shadow(0 10px 5px #00000080);
  background-image: url('../images/whatsapp_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  position: fixed;
  inset: auto 50px 50px auto;
}

.map-text {
  z-index: 2;
  color: #fff;
  text-align: right;
  font-size: 8px;
  font-weight: 300;
  position: absolute;
  inset: auto 20px 20px auto;
}

.heromap {
  object-fit: cover;
  object-position: 50% 50%;
  width: auto;
  min-width: 100%;
  height: 100%;
}

.slide-loque {
  object-fit: cover;
  height: 380px;
}

.success-message {
  background-color: #0000;
}

.error-message {
  color: red;
  background-color: #0000;
}

@media screen and (max-width: 991px) {
  .contact-info-bar {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    font-size: 9px;
    line-height: 10px;
  }

  .contact-info-container {
    background-color: #fffcf4;
  }

  .info-button {
    line-height: 15px;
  }

  .info-button.roundbutton {
    padding-left: 20px;
    padding-right: 20px;
  }

  .info-button.roundbutton.contactb {
    margin-left: auto;
    margin-right: auto;
  }

  .info-button.roundbutton.stroke.cookieb {
    height: 22px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 9px;
  }

  .info-button.roundbutton.boletin-button {
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu {
    border-left: .5px solid var(--attha-cancun-sand);
    background-color: #979276e6;
    border-bottom-left-radius: 150px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: auto;
    height: auto;
    padding-top: 20px;
    padding-bottom: 40px;
    transition: all 40ms;
    position: absolute;
    inset: 60px 0% auto auto;
  }

  .nav-link {
    color: #fff;
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: flex-end;
    height: 60px;
    margin-right: 30px;
    transition: all .4s;
    display: flex;
  }

  .nav-link:hover {
    letter-spacing: 5px;
  }

  .navbar-contanier {
    align-items: flex-start;
  }

  .h1 {
    margin-top: -60px;
    font-size: 32px;
    line-height: 36px;
  }

  .h1.sections-left {
    padding-right: 30px;
    font-size: 30px;
    line-height: 32px;
  }

  .h1.garantias {
    font-size: 34px;
    line-height: 36px;
  }

  .h1.pm {
    margin-top: -95px;
  }

  .hero-main-text {
    width: 90%;
  }

  .main-block.cad-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .main-block.contacto {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: wrap-reverse;
    align-items: center;
    padding-top: 60px;
  }

  .main-block.footer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .main-block.credlogos {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main-block.credibility-footer-banner {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .section.img-section.birdeye {
    height: 50vh;
    margin-top: 0;
  }

  ._5-icon-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .h3 {
    font-size: 20px;
    line-height: 20px;
  }

  .v-divider {
    flex: none;
  }

  .v-divider.amenit, .v-divider.features {
    margin-bottom: 3px;
  }

  .proyectom-garantia-div {
    padding-left: 30px;
    padding-right: 30px;
  }

  .h2.vistageneral {
    font-size: 25px;
    line-height: 30px;
    top: 100px;
  }

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

  .proyectom-brochure-div {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cad-logo-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cad-text-box {
    width: 100%;
  }

  .cad-list-box {
    width: auto;
  }

  .form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .contact-logo-box {
    width: 140px;
  }

  .footer-brand-descrip {
    max-width: 100%;
  }

  .footer-sitemap {
    justify-content: space-between;
    align-items: flex-start;
  }

  .logo-credibility {
    max-width: 100px;
    height: 50px;
  }

  .contact-info-links {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .contact-info-buttons {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .navlogo {
    width: 120px;
  }

  .about-us-main-logo {
    width: 120px;
    height: 120px;
  }

  .menu-button {
    color: var(--attha-cancun-gold);
  }

  .menu-button.w--open {
    background-color: var(--attha-cancun-gold);
    color: #fff;
  }

  .large-section-text {
    width: 100%;
  }

  .large-section-top-link {
    justify-content: flex-end;
    padding-left: 0%;
    font-size: 10px;
    line-height: 12px;
  }

  ._3-icon-block {
    width: 100%;
  }

  ._3-icon-block.bottomsection {
    margin-top: 20px;
  }

  .feature-num {
    font-size: 24px;
    line-height: 24px;
  }

  .feature-num.sections-left {
    padding-right: 30px;
    font-size: 30px;
    line-height: 32px;
  }

  .feature-num.pm {
    margin-top: -95px;
  }

  .feature-text {
    font-size: 10px;
    line-height: 10px;
  }

  .large-section-content-div {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .large-section-img {
    object-position: 50% 15%;
    width: 100%;
    height: 25vh;
  }

  .large-section-img.bottomimg {
    width: auto;
    margin-bottom: 0;
    margin-right: 90px;
  }

  .large-section-top.amenity {
    background-position: 0 0, 50% -10%;
  }

  .prototipos-tabs {
    margin-bottom: 50px;
  }

  .prot-tab {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 8px;
    line-height: 15px;
  }

  .prot-tab.roundbutton.contactb {
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-menu {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 60px;
  }

  .proto-blocks {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .prot-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
  }

  .prot-grid-single {
    height: 40vh;
  }

  .prot-gird-double {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    height: 20%;
  }

  .prot-slider-div {
    width: 100%;
  }

  .prot-specs-list {
    font-size: 10px;
    line-height: 12px;
  }

  .prot-slide-img {
    min-height: 40vh;
  }

  .prot-info-button {
    line-height: 15px;
  }

  .prot-info-button.roundbutton.contactb {
    margin-left: auto;
    margin-right: auto;
  }

  .left-arrow {
    width: 25px;
  }

  .right-arrow {
    width: 25px;
    margin-left: 26px;
  }

  .amenity-icon {
    width: 40px;
    height: 40px;
  }

  .amenity-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .amenity-text {
    font-size: 12px;
    line-height: 14px;
  }

  .amenity-text.sections-left {
    padding-right: 30px;
    font-size: 30px;
    line-height: 32px;
  }

  .amenity-text.pm {
    margin-top: -95px;
  }

  .amenity-bottom-banner {
    justify-content: flex-end;
    padding-left: 0%;
    font-size: 10px;
    line-height: 12px;
  }

  .loquenos-div {
    padding-left: 30px;
    padding-right: 30px;
  }

  .cookiesdiv {
    height: 60px;
  }

  .cookiescontainer {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 90%;
  }

  .cookiestext {
    font-size: 9px;
    line-height: 10px;
  }

  .cookies-bar-div {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .left-arrow-2, .right-arrow-2 {
    width: 40px;
  }

  .heromap {
    min-height: 100%;
  }

  .slide-loque {
    height: 450px;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 12px;
  }

  .contact-info-bar {
    grid-column-gap: 15px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .contact-info-container {
    height: 60px;
  }

  .info-button.topbar {
    height: 22px;
    padding-top: 4px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 8px;
  }

  .navbar {
    top: 60px;
  }

  .hero-section {
    border-bottom-left-radius: 30vw;
    margin-top: 60px;
  }

  .h1 {
    font-size: 36px;
  }

  .h1.sections-left {
    margin-top: 85px;
    font-size: 34px;
    line-height: 34px;
  }

  .h1.sections-left.hero {
    font-size: 24px;
    line-height: 26px;
  }

  .h1.garantias {
    margin-top: -70px;
  }

  .h1.pm {
    margin-top: -90px;
    font-size: 40px;
    line-height: 40px;
  }

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

  .hero-main-text {
    width: 80%;
    font-size: 12px;
  }

  .main-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .main-block.proyectom.garantias {
    flex-flow: column;
    align-items: stretch;
  }

  .main-block.proyectom.loquenosdistingue {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 20px;
  }

  .main-block.cad-box {
    grid-row-gap: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .main-block.contacto {
    flex-flow: column-reverse;
    align-items: center;
  }

  .main-block.footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .main-block.about {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .main-block.credibility-footer-banner {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .section.img-section.birdeye {
    height: 90vh;
  }

  ._5-icon-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .h3 {
    font-size: 13px;
    line-height: 13px;
  }

  .proyectom-icon {
    width: 50px;
    height: 50px;
  }

  .proyectom-garantia-div {
    border-top-right-radius: 40px;
    border-bottom-left-radius: 0;
    width: 100%;
    margin-bottom: 0;
    padding-top: 50px;
  }

  .h2 {
    margin-top: 0;
    font-size: 24px;
    line-height: 26px;
  }

  .h2.mid-header {
    font-size: 20px;
    line-height: 22px;
  }

  .brochure-div {
    flex-flow: row;
  }

  .proyectom-brochure-div {
    border-top-right-radius: 0;
    border-bottom-left-radius: 40px;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .brochure-logo-attha {
    width: 60px;
    height: 60px;
  }

  .cad-logo-box {
    width: 35%;
  }

  .box-footer-text {
    text-align: center;
  }

  .contact-div {
    border-radius: 20px;
    width: 100%;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-div.brokers {
    border-radius: 0 40px;
    width: 500px;
  }

  .contact-logo-box {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-brand-descrip {
    width: 100%;
    margin-bottom: 40px;
  }

  .footer-brand-logo {
    width: 50px;
    height: 50px;
  }

  .footer-sitemap {
    width: 100%;
  }

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

  .footer-sitemap-topic {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 14px;
  }

  .copyright {
    padding-top: 6px;
    font-size: 9px;
    line-height: 18px;
  }

  .text-block {
    font-size: 9px;
    line-height: 16px;
  }

  .logo-credibility.footerbanner {
    max-width: 70px;
    height: 35px;
  }

  .contact-info-links {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-content: center;
  }

  .contact-info-buttons {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .navlogo {
    width: 100px;
  }

  .about-us-main-logo {
    width: 100px;
    height: 150px;
  }

  ._3-icon-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .large-section-feature-num {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    align-items: center;
  }

  .feature-num {
    font-size: 20px;
    line-height: 20px;
  }

  .feature-num.sections-left {
    font-size: 34px;
    line-height: 34px;
  }

  .feature-num.sections-left.hero {
    font-size: 24px;
    line-height: 26px;
  }

  .feature-num.pm {
    margin-top: -90px;
    font-size: 40px;
    line-height: 40px;
  }

  .feature-icon {
    width: 50px;
    height: 50px;
  }

  .large-section-img.bottomimg {
    margin-right: 50px;
  }

  .open-close-button {
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
  }

  .large-section-top.amenity {
    background-image: linear-gradient(180deg, #fffcf400 11%, var(--attha-cancun-sand) 22%), url('../images/WhatsApp-Image-2024-10-07-at-3.48.02-p.m.-3.jpeg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    background-attachment: scroll, scroll;
  }

  .prot-tab.topbar {
    height: 22px;
    padding-top: 4px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 8px;
  }

  .tabs-menu {
    margin-bottom: 90px;
  }

  .proto-blocks, .prot-grid, .prot-gird-double {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .prot-small-print.galeria {
    margin-top: 20px;
    margin-bottom: 0;
    margin-right: 50px;
  }

  .prot-info-button.topbar {
    height: 22px;
    padding-top: 4px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 8px;
  }

  .amenity-block {
    width: 45%;
  }

  .amenity-text.sections-left {
    font-size: 34px;
    line-height: 34px;
  }

  .amenity-text.sections-left.hero {
    font-size: 24px;
    line-height: 26px;
  }

  .amenity-text.pm {
    margin-top: -90px;
    font-size: 40px;
    line-height: 40px;
  }

  .amenity-bottom-banner {
    margin-right: 50px;
  }

  .loquenos-img {
    border-top-right-radius: 0;
    margin-top: 0;
  }

  .loquenos-div {
    border-top-right-radius: 40px;
    border-bottom-left-radius: 0;
    width: 100%;
    margin-bottom: 0;
  }

  .loquenos-slide {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .code-embed {
    object-position: 30% 50%;
  }

  .cookiestext {
    font-size: 8px;
    line-height: 10px;
  }

  .aceptcookies-button {
    letter-spacing: 0;
    width: 160px;
    height: 25px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 9px;
  }

  .hero-paragraph {
    font-size: 16px;
    line-height: 18px;
  }

  .left-arrow-2, .right-arrow-2 {
    width: 30px;
  }

  .heromap {
    object-position: 30% 50%;
  }

  .slide-loque {
    height: 320px;
  }
}

@media screen and (max-width: 479px) {
  li {
    margin-bottom: 5px;
  }

  .contact-info-bar {
    grid-column-gap: 5px;
    text-align: center;
    justify-content: center;
  }

  .contact-info-container {
    height: 60px;
  }

  .info-button {
    height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .info-button.roundbutton {
    text-align: center;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 8px;
    line-height: 10px;
  }

  .info-button.roundbutton.righ {
    font-size: 10px;
    line-height: 15px;
    right: auto;
  }

  .info-button.roundbutton.bottom {
    font-size: 10px;
    line-height: 15px;
  }

  .info-button.roundbutton.contactb {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 10px 30px;
    font-size: 14px;
  }

  .info-button.roundbutton.stroke.cookieb {
    padding-top: 5px;
  }

  .info-button.roundbutton.boletin-button {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 10px 30px;
    font-size: 14px;
  }

  .info-button.topbar {
    margin-left: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar {
    height: 45px;
    top: 60px;
  }

  .navbar-contanier {
    justify-content: space-between;
    align-items: center;
    height: 45px;
  }

  .hero-section {
    border-bottom-left-radius: 50vw;
    height: 80vh;
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-content {
    padding-top: 0;
  }

  .h1 {
    text-align: left;
    margin-top: -65px;
  }

  .h1.sections-left {
    width: auto;
    margin-top: 130px;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-right: 20px;
    font-size: 34px;
    line-height: 34px;
  }

  .h1.sections-left.hero {
    width: 100%;
    margin-left: 0;
    font-size: 26px;
    line-height: 26px;
  }

  .h1.sections-left.cookies {
    margin-top: 60px;
  }

  .h1.garantias {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    line-height: 32px;
  }

  .h1.pm {
    text-align: center;
    width: 80%;
    margin-top: -110px;
    font-size: 42px;
    line-height: 38px;
  }

  .hero-statement {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    font-size: 10px;
    line-height: 12px;
  }

  .hero-main-text {
    width: 100%;
  }

  .main-block {
    flex-flow: wrap;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main-block.proyectom.garantias {
    margin-bottom: 20px;
  }

  .main-block.cad-box {
    grid-row-gap: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-block.contacto {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .main-block.footer {
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
  }

  .main-block.about {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .main-block.credlogos {
    grid-column-gap: 70px;
    grid-row-gap: 20px;
    justify-content: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-block.credibility-footer-banner {
    grid-column-gap: 50px;
    grid-row-gap: 20px;
  }

  .section.credibility-banner {
    overflow: hidden;
  }

  .section.img-section.birdeye {
    background-image: url('../images/Attha-Hero-Map-Vert_Web.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 70vh;
    margin-top: 20px;
  }

  ._5-icon-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .h3 {
    margin-top: 15px;
    margin-bottom: 0;
    padding-top: 5px;
    font-size: 18px;
    line-height: 18px;
  }

  .v-divider.horiz {
    width: 180px;
    height: 1px;
  }

  .v-divider.features {
    width: 40px;
    height: 1.5px;
  }

  .proyectom-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 0;
  }

  .proyectom-garantia-div {
    align-items: center;
    padding-bottom: 60px;
    font-size: 12px;
  }

  .h2 {
    font-size: 24px;
    line-height: 26px;
  }

  .h2.mid-header {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 20px;
  }

  .h2.vistageneral {
    font-size: 20px;
    line-height: 22px;
    top: 40px;
  }

  .proyectom-brochure-div {
    margin-bottom: 0;
  }

  .cad-logo-box {
    width: 60%;
  }

  .cad-text-box {
    font-size: 12px;
    line-height: 18px;
  }

  .contact-div {
    font-size: 12px;
    line-height: 16px;
  }

  .contact-div.brokers {
    width: 90%;
  }

  .form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .form.brokers {
    flex-flow: column;
  }

  .form-column {
    align-items: stretch;
    min-width: 100%;
  }

  .form-column.singleformcolumn {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .contact-logo-box {
    width: 90px;
  }

  .footer-brand-descrip {
    font-size: 11px;
    line-height: 16px;
  }

  .footer-brand-logo {
    width: 40px;
    height: 40px;
  }

  .footer-sitemap {
    grid-column-gap: 40px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .footer-list {
    font-size: 9px;
  }

  .footer-sitemap-topic {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 12px;
  }

  .copyright {
    height: 30px;
    font-size: 7.5px;
    line-height: 10px;
  }

  .brochure-logo-button-div {
    justify-content: center;
  }

  .logo-credibility {
    max-width: 80px;
  }

  .logo-credibility.footerbanner {
    max-width: 80px;
    height: 40px;
  }

  .contact-buttom-text {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-info-links {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-end;
  }

  .contact-info-buttons {
    justify-content: flex-end;
    align-items: center;
  }

  .navlogo {
    width: 90px;
    height: 45px;
  }

  .about-us-main-logo {
    margin-top: 50px;
  }

  .menu-button {
    height: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .large-section-text {
    font-size: 12px;
    line-height: 16px;
  }

  .large-section-text.cookies {
    margin-top: 160px;
  }

  .large-section-content {
    width: 95%;
    margin-left: 10%;
  }

  .large-section-top-link {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-bottom: 130px;
    font-size: 8px;
    line-height: 10px;
  }

  .large-section-top-link.climate {
    width: 100%;
  }

  ._3-icon-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .large-section-feature-num {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .feature-num {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    line-height: 24px;
  }

  .feature-num.sections-left {
    width: auto;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-right: 20px;
    font-size: 34px;
    line-height: 34px;
  }

  .feature-num.sections-left.hero {
    width: 100%;
    margin-left: 0;
    font-size: 26px;
    line-height: 26px;
  }

  .feature-num.garantias {
    text-align: center;
    font-size: 34px;
    line-height: 34px;
  }

  .feature-num.pm {
    text-align: center;
    width: 80%;
    margin-top: -110px;
    font-size: 42px;
    line-height: 38px;
  }

  .feature-text {
    margin-top: 0;
    margin-bottom: 0;
  }

  .feature-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }

  .large-section-img.bottomimg {
    margin-bottom: 70px;
    margin-right: 0;
  }

  .large-section-bottom, .large-section-middle {
    padding: 20px;
  }

  .large-section-top {
    padding: 30px 20px;
  }

  .large-section-top.amenity {
    background-image: linear-gradient(180deg, #fffcf400 8%, var(--attha-cancun-sand) 16%), url('../images/WhatsApp-Image-2024-10-07-at-3.48.02-p.m.-3.jpeg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    background-attachment: scroll, scroll;
  }

  .prototipos-tabs {
    margin-top: 40px;
  }

  .prot-tab {
    height: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .prot-tab.roundbutton {
    text-align: center;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .prot-tab.roundbutton.righ {
    right: auto;
  }

  .prot-tab.roundbutton.contactb {
    margin-top: 40px;
    margin-bottom: 0;
    padding: 10px 30px;
    font-size: 14px;
  }

  .prot-tab.topbar {
    margin-left: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabs-menu {
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: stretch;
    height: auto;
    margin-bottom: 110px;
    margin-right: 0;
  }

  .proto-blocks {
    flex-flow: column;
  }

  .prot-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .prot-grid-single {
    height: 50vh;
  }

  .prot-slider-div {
    width: 100%;
  }

  .prot-small-print.galeria {
    margin-top: 20px;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .prot-specs-list {
    width: 50%;
    margin-right: 0;
    padding-left: 10px;
    font-size: 8px;
    line-height: 10px;
  }

  .prot-corner-logo {
    top: 30px;
    right: 30px;
  }

  .prot-slide-img {
    min-height: 40vh;
  }

  .prot-info-button.roundbutton {
    text-align: center;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .prot-info-button.roundbutton.righ {
    right: auto;
  }

  .prot-info-button.roundbutton.contactb {
    margin-top: 40px;
    margin-bottom: 0;
    padding: 10px 30px;
    font-size: 14px;
  }

  .prot-info-button.topbar {
    margin-left: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .left-arrow, .right-arrow {
    font-size: 10px;
    line-height: 10px;
  }

  .slide {
    height: 40vh;
  }

  .amenity-div {
    margin-top: 180px;
    margin-bottom: 20px;
  }

  .amenity-grid {
    grid-column-gap: 5px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    margin-top: 20px;
  }

  .amenity-icon {
    width: 35px;
    height: 35px;
  }

  .amenity-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 48%;
  }

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

  .amenity-text.sections-left {
    width: auto;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-right: 20px;
    font-size: 34px;
    line-height: 34px;
  }

  .amenity-text.sections-left.hero {
    width: 100%;
    margin-left: 0;
    font-size: 26px;
    line-height: 26px;
  }

  .amenity-text.garantias {
    text-align: center;
    font-size: 34px;
    line-height: 34px;
  }

  .amenity-text.pm {
    text-align: center;
    width: 80%;
    margin-top: -110px;
    font-size: 42px;
    line-height: 38px;
  }

  .amenity-bottom-banner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    font-size: 8px;
    line-height: 10px;
  }

  .galeria-tabs {
    margin-top: 40px;
  }

  .galeria-slider-div {
    width: 100%;
  }

  .loquenos-img {
    margin-bottom: 0;
  }

  .loquenos-div {
    align-items: center;
    font-size: 12px;
  }

  .loquenos-slide {
    min-height: 40vh;
  }

  .loquenos-text {
    margin-top: 20px;
  }

  .code-embed {
    object-position: 30% 50%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .cookiesdiv {
    z-index: 101;
    height: 120px;
    padding-bottom: 5px;
  }

  .cookiescontainer {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 110px;
  }

  .cookiestext {
    margin-bottom: 2px;
    font-size: 7px;
    line-height: 10px;
  }

  .aceptcookies-button {
    height: 21px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 14px;
  }

  .cookies-bar-div {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
  }

  .left-arrow-2, .right-arrow-2 {
    width: 30px;
  }

  .whatsapp-button {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 20px;
  }

  .map-text {
    width: 70%;
    font-size: 7px;
    line-height: 8px;
    bottom: 10px;
    right: 10px;
  }

  .slide-loque {
    height: 40vh;
  }
}


@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black-Regular.ttf') format('truetype');
  font-weight: 900;
  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: 'Brand';
  src: url('../fonts/Brand.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bosque';
  src: url('../fonts/BOSQUE.ttf') format('truetype');
  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/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  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-XLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}