body {
  background-color: #f7f7f7;
  font-family: 'Red Hat Text', sans-serif;
  color: #014441;
  font-size: 15px;
  line-height: 22px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #edc791;
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 34px;
  line-height: 44px;
  font-weight: 400;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 3px;
}

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.section.hero {
  position: relative;
  display: flex;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.section.ubicacion {
  background-color: #f7f7f7;
}

.section.sentidos {
  background-color: #014441;
}

.section.slider-edificio {
  position: relative;
}

.section.amenities {
  background-color: #f7f7f7;
}

.section.faq {
  background-color: #014441;
  color: #014441;
}

.section.contact {
  background-color: #f7f7f7;
}

.section.footer {
  background-color: #014441;
}

.section.gracias {
  display: flex;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background-color: #014441;
}

.hero-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.4);
}

.hero-brand {
  position: relative;
  z-index: 4;
  display: flex;
  width: 280px;
  height: 300px;
  justify-content: center;
  align-items: center;
  background-color: #014441;
}

.image {
  width: 126px;
}

.container {
  z-index: 4;
  overflow: hidden;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.container.hero {
  display: flex;
  margin-top: 60px;
  flex-direction: column;
  align-items: center;
  color: #fff;
}

.container.ubicacion-map-wrapper {
  display: flex;
  padding-bottom: 80px;
  flex-direction: column;
  align-items: center;
  border-radius: 4px;
}

.container.header {
  display: flex;
  padding-top: 60px;
  padding-bottom: 40px;
  flex-direction: column;
  align-items: center;
}

.container.header-60 {
  display: flex;
  width: 60%;
  padding-top: 60px;
  padding-bottom: 40px;
  flex-direction: column;
  align-items: center;
  color: #edc791;
}

.container.sentidos-grid {
  display: -ms-grid;
  display: grid;
  padding-bottom: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container.cta {
  display: flex;
  padding-top: 20px;
  padding-bottom: 80px;
  justify-content: center;
  align-items: center;
}

.container.slider-edificio {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 40px;
  display: flex;
  padding: 20px 40px;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(1, 68, 65, 0.8);
}

.container.faq {
  padding-bottom: 80px;
}

.container.contact {
  display: flex;
  padding-top: 80px;
  padding-bottom: 60px;
}

.container.footer-legal {
  display: flex;
  max-width: none;
  padding-top: 5px;
  padding-bottom: 5px;
  justify-content: center;
  background-color: #02332f;
  color: #edc791;
  font-weight: 300;
}

.container.footer-grid {
  display: -ms-grid;
  display: grid;
  padding-top: 60px;
  padding-bottom: 40px;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #edc791;
}

.container.amenities {
  padding-bottom: 0px;
}

.container.desarrolla {
  display: -ms-grid;
  display: grid;
  width: 70%;
  padding-bottom: 60px;
  justify-items: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container.plantas {
  display: -ms-grid;
  display: grid;
  padding-bottom: 80px;
  grid-auto-columns: 1fr;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container.gracias {
  display: flex;
  width: 100%;
  padding: 20px 40px;
  justify-content: space-between;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #edc791;
  color: #edc791;
}

.hero-title-sb {
  padding-left: 10px;
  font-weight: 600;
}

.hero-title-wrapper {
  display: flex;
}

.hero-ph {
  margin-top: 10px;
  color: #edc791;
  font-size: 20px;
  line-height: 28px;
}

.button-gold {
  padding: 12px 60px;
  border-radius: 4px;
  background-color: #edc791;
  transition: color 200ms ease, background-color 200ms ease;
  color: #014441;
  font-weight: 600;
  letter-spacing: 1px;
}

.button-gold:hover {
  background-color: #014441;
  color: #edc791;
}

.button-gold.hero {
  margin-top: 60px;
}

.button-gold.ubicion {
  margin-top: 40px;
  background-color: #014441;
  color: #edc791;
}

.button-gold.ubicion:hover {
  background-color: #edc791;
  color: #014441;
}

.button-gold.sentidos:hover {
  background-color: #f7f7f7;
  color: #014441;
}

.button-gold.contact {
  margin-top: 60px;
  background-color: #014441;
  color: #edc791;
}

.button-gold.contact:hover {
  background-color: #edc791;
  color: #014441;
}

.header-subtitle {
  margin-top: 10px;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 4px;
}

.header-divider {
  width: 180px;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 40px;
  background-color: #014441;
}

.header-divider.gold {
  background-color: #edc791;
}

.ubicacion-subtitle {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 4px;
}

.ubicacion-map {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sentidos-wrapper {
  position: relative;
  overflow: hidden;
  height: 490px;
  border-radius: 4px;
}

.sentidos-wrapper.portada {
  background-image: url('../images/sentidos-fachada.jpg');
  background-position: 50% 60%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sentidos-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-2 {
  width: 200px;
}

.sentidos-image-wrapper {
  height: 55%;
}

.sentidos-info-wrapper {
  position: relative;
  display: flex;
  height: 45%;
  padding: 40px 20px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #02332f;
  color: #edc791;
}

.sentido-imagen {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 50%;
     object-position: 0% 50%;
}

.sentidos-art {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 80%;
}

.sentidos-ph {
  color: #f7f7f7;
  text-align: center;
}

.sentidos-ico-wrapper {
  position: absolute;
  left: auto;
  top: -30px;
  right: auto;
  bottom: auto;
  display: flex;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background-color: #edc791;
  box-shadow: 2px 2px 6px 3px rgba(0, 0, 0, 0.3);
}

.slider {
  height: 700px;
}

.slider-left-arrow {
  display: none;
}

.slider-right-arrow {
  display: none;
}

.slider-nav {
  display: none;
}

.edificio-wrapper.left {
  width: 30%;
  color: #edc791;
}

.edificio-wrapper.right {
  width: 70%;
  padding-top: 10px;
  flex: 1;
  color: #fff;
}

.edificio-title {
  width: 80%;
  margin-top: 10px;
  text-align: left;
}

.slide-edificio {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-edificio.one {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/edificio-slide-a.jpg');
  background-position: 0px 0px, 50% 100%;
}

.slide-edificio.two {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/edificio-slide-b.jpg');
  background-position: 0px 0px, 50% 100%;
}

.slide-edificio.three {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/edificio-slide-c.jpg');
}

.tabs-menu {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 40px;
  z-index: 5;
  display: flex;
  justify-content: center;
}

.amenities-tab-container {
  width: 100%;
  height: 650px;
  border-radius: 4px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.amenities-tab-container.pool {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/amenities-pool.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.amenities-tab-container.coworking {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/amenities-coworking.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.amenities-tab-container.playroom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/amenities-playroom.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.amenities-tab-container.skybar {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/amenities-skybar.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.amenities-tab-container.spa {
  background-image: linear-gradient(180deg, null, null), url('../images/amenities-jardin.jpg');
}

.amenities-tab-container.spa {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/amenities-spa.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.amenities-tab-container.gym {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/amenities-gymyspa.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.tab-link-amenities {
  display: flex;
  width: 85px;
  height: 75px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background-color: #edc791;
}

.tab-link-amenities:hover {
  box-shadow: 2px 2px 6px 3px rgba(0, 0, 0, 0.2);
}

.tab-link-amenities.w--current {
  background-color: #014441;
}

.tab-link-amenities.skybar {
  background-image: url('../images/ico-skybar-gr.svg');
  background-position: 50% 50%;
  background-size: auto 30px;
  background-repeat: no-repeat;
}

.tab-link-amenities.skybar.w--current {
  background-image: url('../images/ico-skybar-gold.svg');
  background-position: 50% 50%;
  background-size: auto 30px;
  background-repeat: no-repeat;
}

.tab-link-amenities.pool {
  background-image: url('../images/ico-pool-gr.svg');
  background-position: 50% 50%;
  background-size: auto 30px;
  background-repeat: no-repeat;
}

.tab-link-amenities.pool.w--current {
  background-image: url('../images/ico-pool-gold.svg');
  background-position: 50% 50%;
  background-size: auto 30px;
  background-repeat: no-repeat;
}

.tab-link-amenities.gym {
  background-image: url('../images/ico-gym-gr.svg');
  background-position: 50% 50%;
  background-size: auto 30px;
  background-repeat: no-repeat;
}

.tab-link-amenities.gym.w--current {
  background-image: url('../images/ico-gym-gold.svg');
  background-position: 50% 50%;
  background-size: auto 30px;
  background-repeat: no-repeat;
}

.tab-link-amenities.play {
  background-image: url('../images/ico-play-green.svg');
  background-position: 50% 50%;
  background-size: auto 30px;
  background-repeat: no-repeat;
}

.tab-link-amenities.play.w--current {
  background-image: url('../images/ico-play-gold.svg');
  background-position: 50% 50%;
  background-size: auto 30px;
  background-repeat: no-repeat;
}

.tab-link-amenities.cowork {
  background-image: url('../images/ico-cow-gr.svg');
  background-position: 50% 50%;
  background-size: auto 30px;
  background-repeat: no-repeat;
}

.tab-link-amenities.cowork.w--current {
  background-image: url('../images/ico-cow-gold.svg');
  background-position: 50% 50%;
  background-size: auto 30px;
  background-repeat: no-repeat;
}

.tab-link-amenities.spa {
  background-image: url('../images/ico-spa-green.svg');
  background-position: 50% 50%;
  background-size: auto 30px;
  background-repeat: no-repeat;
}

.tab-link-amenities.spa.w--current {
  background-image: url('../images/ico-spa-gold.svg');
  background-position: 50% 50%;
  background-size: auto 30px;
  background-repeat: no-repeat;
}

.faq__accordion-trigger {
  display: flex;
  padding: 15px;
  justify-content: space-between;
  align-items: center;
  font-size: 17px;
  line-height: 24px;
}

.faq__accordion-content-txt {
  margin-bottom: 0px;
  padding: 15px;
  color: #fff;
}

.faq__accordion-item-content {
  overflow: hidden;
}

.faq__accordion-faq {
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
}

.faq__accordion-wrapper {
  padding-top: 20px;
}

.spec-trigger-wrapper {
  position: relative;
  display: flex;
  width: 16px;
  height: 16px;
  margin-left: 20px;
  justify-content: center;
  align-items: center;
}

.spec-trigger-hide-icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
}

.faq__accordion-item {
  margin-bottom: 30px;
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #edc791;
  border-radius: 4px;
  color: #edc791;
}

.spec-trigger-show-icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
}

.contact__wrapper.left {
  position: relative;
  width: 40%;
}

.contact__wrapper.right {
  display: flex;
  width: 60%;
  justify-content: flex-end;
  align-items: center;
}

.contact__left-image {
  width: 100%;
  height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 20% 50%;
     object-position: 20% 50%;
}

.contact__box-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: -80px;
  bottom: 45px;
  z-index: 9;
  display: flex;
  width: 170px;
  height: 230px;
  padding-right: 10px;
  padding-left: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: #edc791;
}

.contact__box-logo {
  width: 105px;
}

.contact-error-message {
  margin-top: 20px;
  background-color: #e95151;
  color: #f2f1f0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.contact__success-message {
  background-color: #3daf69;
  color: #f2f1f0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 1px;
}

.contact-form__form-wrapper {
  width: 80%;
}

.contact-form__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact__input {
  margin-top: 20px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #edc791;
  background-color: transparent;
  text-align: center;
}

.contact__input:focus {
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #f49b00;
}

.contact__input::-moz-placeholder {
  color: #014441;
}

.contact__input::-ms-input-placeholder {
  color: #014441;
}

.contact__input::placeholder {
  color: #014441;
}

.contact-form__wrap {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
}

.ontact-title {
  margin-bottom: 60px;
  font-size: 24px;
  line-height: 34px;
}

.footer__copyright-link {
  color: #edc791;
  text-decoration: none;
}

.footer__copyright-link:hover {
  color: #f7f7f7;
}

.footer-info-wrapper {
  display: flex;
  flex-direction: column;
}

.footer-logo {
  height: 160px;
}

.amenities-title {
  display: flex;
  margin-top: 0px;
  padding-top: 60px;
  justify-content: center;
  color: #fff;
}

.footer-title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 4px;
}

.footer-title.agencia {
  padding-bottom: 10px;
  font-weight: 600;
  letter-spacing: 0px;
}

.footer-title.comunicate {
  font-family: 'Montserrat Alternates', sans-serif;
  font-weight: 600;
}

.footer__link {
  display: flex;
  margin-top: 10px;
  color: #edc791;
  text-decoration: none;
}

.footer__phone-icon {
  margin-right: 10px;
  font-family: Eleganticons, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.footer_phone-txt {
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
}

.footer__company-txt {
  line-height: 22px;
}

.footer__mail-icon {
  margin-top: -2px;
  margin-right: 10px;
  font-family: Eleganticons, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.footer__mail-txt {
  font-weight: 300;
}

.whatsapp__wrapper {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 12;
  display: flex;
  margin-right: 40px;
  margin-bottom: 20px;
  align-items: flex-end;
}

.whtasapp__link {
  position: relative;
  display: block;
  width: 65px;
  height: 65px;
  cursor: pointer;
}

.whatsapp-img {
  position: absolute;
}

.whatsapp-img-hover {
  position: absolute;
}

.desarrolla-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.desarrolla-title {
  margin-bottom: 20px;
  font-family: 'Montserrat Alternates', sans-serif;
  font-weight: 600;
  letter-spacing: 3px;
}

.desarrolla-image {
  height: 70px;
}

.plantas-wrapper {
  overflow: hidden;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 2px 2px 6px 3px rgba(0, 0, 0, 0.2);
  color: #edc791;
}

.plantas-title-wrapper {
  display: flex;
  padding: 20px;
  justify-content: center;
  align-items: center;
  background-color: #014441;
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 2px;
}

.thanks__link-wrapper {
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}

.thanks__logo {
  height: 150px;
}

.thanks__wrapper {
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.thanks-title {
  font-size: 28px;
  line-height: 32px;
}

.thanks__txt {
  width: 70%;
  text-align: center;
}

.thanks__button {
  margin-top: 20px;
  padding: 9px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 4px;
  background-color: transparent;
  transition: border-color 200ms ease, background-color 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.thanks__button:hover {
  border-color: #fff;
  background-color: #fff;
  color: #014441;
}

@media screen and (max-width: 991px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container.header-60 {
    width: 75%;
  }

  .contact__left-image {
    -o-object-position: 25% 50%;
       object-position: 25% 50%;
  }

  .contact__box-wrapper {
    right: -10px;
  }

  .contact-form__form-wrapper {
    bottom: -22px;
  }

  .footer-title {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2px;
  }

  .whatsapp__wrapper {
    margin-right: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
    line-height: 52px;
  }

  h2 {
    font-size: 28px;
    line-height: 36px;
  }

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

  .container.header-60 {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .container.sentidos-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .container.slider-edificio {
    align-items: flex-start;
  }

  .container.contact {
    padding-top: 40px;
    padding-bottom: 20px;
    flex-direction: column;
  }

  .container.footer-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container.desarrolla {
    width: 90%;
  }

  .container.plantas {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .container.gracias {
    flex-direction: column;
  }

  .header-subtitle {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
  }

  .ubicacion-subtitle {
    font-size: 16px;
  }

  .edificio-wrapper.right {
    padding-left: 20px;
  }

  .edificio-title {
    font-size: 22px;
    line-height: 32px;
  }

  .contact__wrapper {
    width: 70%;
    margin-right: 0px;
  }

  .contact__wrapper.left {
    display: none;
    font-size: 14px;
    line-height: 20px;
  }

  .contact__wrapper.right {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    justify-content: center;
    align-items: flex-start;
  }

  .contact__left-image {
    height: 350px;
    -o-object-position: 50% 10%;
       object-position: 50% 10%;
  }

  .contact__box-wrapper {
    left: 20px;
    top: auto;
    right: auto;
    bottom: 20px;
  }

  .contact-form__form-wrapper {
    position: static;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 20px;
    flex-direction: column;
    align-items: center;
  }

  .footer-info-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
  }

  .footer-info-wrapper.logo {
    padding-bottom: 20px;
  }

  .footer__phone-icon {
    font-size: 24px;
  }

  .footer_phone-txt {
    font-size: 24px;
    line-height: 32px;
  }

  .footer__company-txt {
    text-align: center;
  }

  .whtasapp__link {
    width: 55px;
  }

  .desarrolla-title {
    font-weight: 500;
  }

  .thanks__logo {
    height: 120px;
    margin-bottom: 10px;
  }

  .thanks__wrapper {
    padding-top: 20px;
  }

  .thanks__button {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .hero-brand {
    width: 200px;
    height: 210px;
  }

  .image {
    width: 100px;
  }

  .container.hero {
    text-align: center;
  }

  .container.ubicacion-map-wrapper {
    padding-bottom: 60px;
  }

  .container.sentidos-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container.slider-edificio {
    position: static;
    bottom: 0px;
    padding: 40px 20px;
    flex-direction: column;
    background-color: #014441;
  }

  .container.footer-legal {
    text-align: center;
  }

  .container.amenities {
    padding-bottom: 40px;
  }

  .container.desarrolla {
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container.plantas {
    padding-bottom: 40px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero-title-wrapper {
    padding-top: 20px;
    flex-direction: column;
  }

  .ubicacion-subtitle {
    font-size: 15px;
    line-height: 22px;
    text-align: center;
  }

  .ubicacion-map {
    height: 450px;
  }

  .edificio-wrapper.left {
    width: 100%;
  }

  .edificio-wrapper.right {
    width: 100%;
    padding-left: 0px;
  }

  .edificio-title {
    width: 100%;
  }

  .slide-edificio.one {
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/edificio-slide-a.jpg');
    background-position: 0px 0px, 0% 50%;
  }

  .slide-edificio.two {
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/edificio-slide-b.jpg');
    background-position: 0px 0px, 10% 50%;
  }

  .slide-edificio.three {
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/edificio-slide-c.jpg');
    background-position: 0px 0px, 80% 50%;
  }

  .tabs-menu {
    bottom: 20px;
    flex-wrap: wrap;
    align-content: flex-start;
  }

  .amenities-tab-container.pool {
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/amenities-pool.jpg');
    background-position: 0px 0px, 60% 50%;
  }

  .amenities-tab-container.coworking {
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/amenities-coworking.jpg');
    background-position: 0px 0px, 20% 50%;
  }

  .amenities-tab-container.playroom {
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/amenities-playroom.jpg');
    background-position: 0px 0px, 70% 50%;
  }

  .amenities-tab-container.skybar {
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/amenities-skybar.jpg');
    background-position: 0px 0px, 80% 50%;
  }

  .amenities-tab-container.spa {
    background-image: linear-gradient(180deg, null, null), url('../images/amenities-spa.jpg');
    background-position: 0px 0px, 100% 50%;
  }

  .amenities-tab-container.gym {
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/amenities-gymyspa.jpg');
    background-position: 0px 0px, 20% 50%;
  }

  .tab-link-amenities {
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 5px;
  }

  .faq__accordion-wrapper {
    width: 100%;
    margin-top: 20px;
  }

  .contact__wrapper {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .contact__wrapper.left {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
  }

  .contact__wrapper.right {
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .contact__box-wrapper {
    left: 10px;
    top: auto;
    right: auto;
    bottom: 10px;
  }

  .contact-form__form-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .contact-form__wrap {
    width: 100%;
    padding: 10px;
  }

  .ontact-title {
    margin-bottom: 20px;
  }

  .footer-info-wrapper {
    margin-top: 10px;
  }

  .footer-info-wrapper.logo {
    align-items: center;
  }

  .footer-info-logo-link {
    margin-bottom: 20px;
  }

  .amenities-title {
    padding-top: 20px;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
  }

  .footer__phone-icon {
    font-size: 24px;
  }

  .whatsapp__wrapper {
    margin-right: 10px;
    padding-bottom: 20px;
  }

  .desarrolla-wrapper {
    padding-bottom: 40px;
  }

  .thanks__link-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .thanks__wrapper {
    text-align: center;
  }

  .thanks-title {
    margin-bottom: 20px;
  }

  .thanks__txt {
    width: auto;
  }

  .thanks__button {
    padding-right: 10px;
    padding-left: 10px;
  }
}

#w-node-_833f1c6a-da93-dc91-3663-5005da72ab26-94d5d022 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_54ee40fc-5491-c9db-c9c7-dc2973758852-94d5d022 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f80c0004-2572-05d5-8409-c40449f1cc7e-94d5d022 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-be41a199-a607-89df-8d27-168c64fe5ce9-94d5d022 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cb0bab12-ec4b-9a8f-7161-bd13d3b70342-94d5d022 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2a80d7ab-7da7-1aca-e0e3-bc3d366b6136-94d5d022 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0f756b2d-b3c0-b1ef-3ee4-537e8a5d9667-94d5d022 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5374a9db-0ca7-13a7-edec-d90fcd7fdaf9-94d5d022 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_453f2f34-c0ce-217f-a3bf-82ab87690d7b-94d5d022 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1a6bf299-2c0d-4804-1e8d-bf446cb89a94-94d5d022 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_859eddc4-b4a6-c2fd-ce1c-6f5286d2f670-94d5d022 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fcd98b97-0219-e883-55e7-8b69c98af799-94d5d022 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3cdd656b-bee6-f6b1-2f62-f09c69ea65aa-94d5d022 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f23697a3-4241-13c1-ca19-5dc1d89fafea-94d5d022 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ccedbcc0-655f-5204-3903-627ddac0cfc8-94d5d022 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_525c800d-7d5c-b49a-61df-c6f261b0be48-94d5d022 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_02c8f2df-b042-b4cd-71e3-13189b658648-94d5d022 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
}

@font-face {
  font-family: 'Eleganticons';
  src: url('../fonts/ElegantIcons.eot') format('embedded-opentype'), url('../fonts/ElegantIcons.woff') format('woff'), url('../fonts/ElegantIcons.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}