/*
* frlo style by SamEsteban
* vers 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;500;600&display=swap");
body {
  background-color: #ffffff;
  font-family: "Work Sans", sans-serif;
  color: #333333;
}

input,
button {
  font-family: "Work Sans", sans-serif;
}

.wrap, #galeria .slider-galeria-container .slider-controller {
  width: 80%;
  margin: 0 auto;
}

a {
  text-decoration: none;
  outline: none;
}
a:focus {
  outline: none;
}

.title {
  font-size: 24px;
  font-weight: 300;
  line-height: 140%;
}

.title-2 {
  font-size: 21px;
  font-weight: 300;
  line-height: 140%;
}

.text, #proyecto .amenities .col .amenities-list li p {
  font-size: 18px;
  font-weight: 300;
}

.text-2 {
  font-size: 16px;
  font-weight: 300;
}

.paragraph {
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
}

.hl-accent {
  color: #ea7d5c !important;
}

.photo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.photo .veil {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.photo .cover {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}

.video-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.video-bg video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../icons/icomoon.eot?5uai94");
  src: url("../icons/icomoon.eot?5uai94#iefix") format("embedded-opentype"), url("../icons/icomoon.ttf?5uai94") format("truetype"), url("../icons/icomoon.woff?5uai94") format("woff"), url("../icons/icomoon.svg?5uai94#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-triangle_right:before {
  content: "\e900";
}

.icon-triangle_left:before {
  content: "\e901";
}

.icon-triangle_up:before {
  content: "\e902";
}

.icon-triangle_down:before {
  content: "\e903";
}

.icon-arrow-left:before, #galeria .slider-galeria-container .slider-controller .slider-arrows button.slick-prev:before, #ambiente .slider-ambiente-container .slick-arrow.slick-prev:before {
  content: "\e904";
}

.icon-arrow-up:before {
  content: "\e905";
}

.icon-arrow-right:before, #galeria .slider-galeria-container .slider-controller .slider-arrows button.slick-next:before, #ambiente .slider-ambiente-container .slick-arrow.slick-next:before {
  content: "\e906";
}

.icon-arrow-down:before {
  content: "\e907";
}

.icon-airplane:before {
  content: "\e908";
}

.icon-building:before {
  content: "\e909";
}

.icon-road:before {
  content: "\e90a";
}

.icon-whatsapp:before {
  content: "\e90b";
}

.icon-envelope-o:before {
  content: "\e90c";
}

.menu-screen {
  display: block;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 100%;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  pointer-events: none;
  padding: 40px;
  transition: all 500ms cubic-bezier(0.5, 0, 0, 1);
}
@media screen and (max-width: 550px) {
  .menu-screen {
    padding: 20px;
  }
}
.menu-screen .photo .veil {
  background-color: rgba(51, 51, 51, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.menu-screen .content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
.menu-screen .content .top-area {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.menu-screen .content .top-area .brand-area {
  width: 220px;
  line-height: 0;
}
@media screen and (max-width: 550px) {
  .menu-screen .content .top-area .brand-area {
    width: 170px;
  }
}
.menu-screen .content .top-area .brand-area img {
  width: 100%;
  height: auto;
}
.menu-screen .content .top-area .close-area #close-menu {
  display: block;
  width: 32px;
  position: relative;
  height: 30px;
}
.menu-screen .content .top-area .close-area #close-menu span {
  position: absolute;
  left: 0;
  width: 100%;
  border-radius: 10px;
  height: 3px;
  background-color: #ffffff;
  display: block;
  line-height: 0;
  content: "";
  transition: all 150ms cubic-bezier(0.5, 0, 0, 1);
}
.menu-screen .content .top-area .close-area #close-menu span:nth-child(1) {
  top: 48%;
  transform: rotate(45deg);
}
.menu-screen .content .top-area .close-area #close-menu span:nth-child(2) {
  top: 48%;
  transform: rotate(-45deg);
}
.menu-screen .content .top-area .close-area #close-menu:hover span {
  background-color: #ea7d5c;
}
.menu-screen .content .main-menu .menu-link {
  display: block;
  width: -moz-max-content;
  width: max-content;
  font-size: 26px;
  line-height: 100%;
  font-weight: 300;
  padding-left: 20px;
  border-left: 2px solid transparent;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #ffffff;
  transition: all 250ms cubic-bezier(0.5, 0, 0, 1);
}
@media screen and (max-width: 550px) {
  .menu-screen .content .main-menu .menu-link {
    font-size: 18px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
}
.menu-screen .content .main-menu .menu-link:last-child {
  margin-bottom: 0;
}
.menu-screen .content .main-menu .menu-link:hover, .menu-screen .content .main-menu .menu-link.selected {
  border-left-color: #ea7d5c;
}
.menu-screen .content .main-menu .menu-link.selected {
  font-weight: 500;
}
.menu-screen .content .bot-area {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
@media screen and (max-width: 550px) {
  .menu-screen .content .bot-area {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.menu-screen .content .bot-area .contact-info {
  padding-left: 10px;
}
.menu-screen .content .bot-area .contact-info .text-link {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  transition: all 150ms cubic-bezier(0.5, 0, 0, 1);
  margin-right: 20px;
  display: inline-block;
}
@media screen and (max-width: 550px) {
  .menu-screen .content .bot-area .contact-info .text-link {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .menu-screen .content .bot-area .contact-info .text-link:last-child {
    margin-bottom: 0;
  }
}
.menu-screen .content .bot-area .contact-info .text-link:hover {
  color: #ea7d5c;
}
.menu-screen .content .bot-area .contact-info .text-link:last-child {
  margin-right: 0;
}
@media screen and (max-width: 550px) {
  .menu-screen .content .bot-area .ma-area {
    margin-left: 10px;
    margin-bottom: 20px;
  }
}
.menu-screen .content .bot-area .ma-area span {
  display: block;
  font-weight: 300;
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #ffffff;
}
.menu-screen .content .bot-area .ma-area img {
  width: 80px;
  height: auto;
}
.menu-screen.active-menu {
  opacity: 1;
  right: 0;
  pointer-events: all;
}

header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: transparent;
  transition: all 350ms cubic-bezier(0.5, 0, 0, 1);
  z-index: 9999;
}
@media screen and (max-width: 550px) {
  header {
    padding: 20px;
  }
}
header .menu-area {
  flex: 1;
}
header .menu-area #hamburger {
  display: block;
  width: 32px;
  position: relative;
  height: 30px;
}
header .menu-area #hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  border-radius: 10px;
  height: 3px;
  background-color: #ffffff;
  display: block;
  line-height: 0;
  content: "";
  transition: all 150ms cubic-bezier(0.5, 0, 0, 1);
}
header .menu-area #hamburger span:nth-child(1) {
  top: 0;
}
header .menu-area #hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
}
header .menu-area #hamburger span:nth-child(3) {
  bottom: 0;
}
header .menu-area #hamburger:hover span:nth-child(2) {
  width: 100%;
}
header .brand-area {
  flex: 2;
  display: flex;
  justify-content: center;
}
header .brand-area .logo-box {
  display: block;
  width: 55px;
  line-height: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0, 1);
}
header .brand-area .logo-box .logo-site {
  width: 100%;
  height: auto;
}
header .cta-area {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
header .cta-area .cta-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .cta-area .cta-links .cta-link {
  font-size: 21px;
  color: #ffffff;
  margin-left: 10px;
  transition: color 0.3s ease;
}
header .cta-area .cta-links .cta-link:hover {
  color: #ea7d5c;
}
header.nav-down {
  padding: 10px 40px;
  background-color: #ffffff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 550px) {
  header.nav-down {
    padding: 10px 20px;
  }
}
header.nav-down .menu-area #hamburger span {
  background-color: #ea7d5c;
}
header.nav-down .brand-area .logo-box {
  width: 40px;
}
header.nav-down .cta-area .cta-links .cta-link {
  color: #ea7d5c;
}

.cotiza-btn-area {
  position: fixed;
  bottom: 20px;
  right: 40px;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
@media screen and (max-width: 550px) {
  .cotiza-btn-area {
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.cotiza-btn-area a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  background-color: #ea7d5c;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 25px;
  transition: all 250ms cubic-bezier(0.5, 0, 0, 1);
  border: 1px solid #ea7d5c;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.35);
}
.cotiza-btn-area a span {
  font-size: 18px;
}
.cotiza-btn-area a i {
  font-size: 24px;
}
.cotiza-btn-area a:hover {
  background-color: #ffffff;
  color: #ea7d5c;
}

#inicio {
  width: 100%;
  height: 100vh;
  min-height: 650px;
  position: relative;
  z-index: 4;
}
#inicio .inicio-content {
  position: relative;
  width: 100%;
  height: 100%;
}
#inicio .inicio-content .photo {
  z-index: 1;
}
#inicio .inicio-content .photo .veil {
  background-color: rgba(0, 0, 0, 0.25);
}
#inicio .inicio-content .content {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
#inicio .inicio-content .content h1,
#inicio .inicio-content .content h2 {
  font-weight: 300;
  color: #ffffff;
  font-size: 68px;
  text-align: center;
}
#inicio .inicio-content .content h1 b,
#inicio .inicio-content .content h2 b {
  font-weight: 600;
}
@media screen and (max-width: 890px) {
  #inicio .inicio-content .content h1,
  #inicio .inicio-content .content h2 {
    font-size: 45px;
  }
}
@media screen and (max-width: 550px) {
  #inicio .inicio-content .content h1,
  #inicio .inicio-content .content h2 {
    font-size: 28px;
  }
}
#inicio .inicio-content .scroll-instruction {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 1;
  transition: all 500ms cubic-bezier(0.5, 0, 0, 1);
}
#inicio .inicio-content .scroll-instruction svg {
  animation: pulse 2s ease-in-out 0s infinite normal forwards;
  width: 100%;
  height: auto;
}
#inicio .inicio-content .scroll-instruction.scroll-instruction-static {
  opacity: 0 !important;
}

#about {
  padding: 100px 0;
}
#about .content {
  width: 90%;
  max-width: 650px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 550px) {
  #about .content {
    flex-direction: column;
  }
}
#about .content > * {
  width: 47%;
}
@media screen and (max-width: 550px) {
  #about .content > * {
    width: 100%;
  }
}
#about .content .logo-area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 550px) {
  #about .content .logo-area {
    justify-content: flex-start;
  }
}
#about .content .logo-area .logo-full {
  max-width: 280px;
}
@media screen and (max-width: 325px) {
  #about .content .logo-area .logo-full {
    max-width: 240px;
  }
}
#about .content .text-area {
  margin-top: 105px;
  position: relative;
}
@media screen and (max-width: 550px) {
  #about .content .text-area {
    margin-top: 30px;
  }
}
#about .content .text-area p {
  margin: 0 0 30px;
}
#about .content .text-area p:last-child {
  margin-bottom: 0;
}
#about .content .text-area:after {
  width: 1px;
  height: calc(100% + 100px);
  top: 0;
  background-color: #ea7d5c;
  display: block;
  content: "";
  pointer-events: none;
  left: -6%;
  position: absolute;
}

#ubicacion {
  position: relative;
}
#ubicacion .container {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 550px) {
  #ubicacion .container {
    flex-direction: column;
  }
}
#ubicacion .photos-area {
  position: relative;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}
@media screen and (max-width: 550px) {
  #ubicacion .photos-area {
    width: 100%;
  }
}
#ubicacion .photos-area .left-area {
  position: relative;
  width: 45%;
  height: 100%;
  align-self: stretch;
}
#ubicacion .photos-area .left-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-size: 0;
}
#ubicacion .photos-area .right-area {
  position: relative;
  width: 55%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}
#ubicacion .photos-area .right-area .top-img {
  position: relative;
  width: 100%;
  height: 50%;
  font-size: 0;
}
#ubicacion .photos-area .right-area .top-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-size: 0;
  display: block;
}
#ubicacion .photos-area .right-area .bot-img {
  position: relative;
  width: 100%;
  height: 50%;
  font-size: 0;
}
#ubicacion .photos-area .right-area .bot-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-size: 0;
  display: block;
}
#ubicacion .content {
  position: relative;
  width: 40%;
  padding: 60px 40px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 550px) {
  #ubicacion .content {
    width: 100%;
    padding: 30px 20px;
    flex-direction: column;
    align-items: start;
  }
}
#ubicacion .content h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
  transform: rotate(-90deg);
}
@media screen and (max-width: 550px) {
  #ubicacion .content h2 {
    margin-bottom: 0;
    transform: rotate(0);
  }
}
#ubicacion .content .text-area {
  padding: 25px;
  position: relative;
}
@media screen and (max-width: 550px) {
  #ubicacion .content .text-area {
    padding: 25px 0 0 15px;
    width: 100%;
    border-left: 1px solid #ea7d5c;
  }
}
#ubicacion .content .text-area p {
  margin-bottom: 50px;
}
#ubicacion .content .text-area .near-area {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
#ubicacion .content .text-area .near-area .near-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#ubicacion .content .text-area .near-area .near-box .box-icon {
  width: 32px;
  color: #ea7d5c;
  font-size: 30px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#ubicacion .content .text-area .near-area .near-box .box-text span {
  color: #333333;
  display: block;
}
#ubicacion .content .text-area .near-area .near-box .box-text span.info {
  line-height: 100%;
  font-size: 14px;
}
#ubicacion .content .text-area .near-area .near-box .box-text span.data {
  font-size: 42px;
  line-height: 100%;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 550px) {
  #ubicacion .content .text-area .near-area .near-box .box-text span.data {
    font-size: 32px;
  }
}
#ubicacion .content .text-area .near-area .near-box:last-child {
  margin-bottom: 0;
}

#ambiente {
  position: relative;
  padding-bottom: 100px;
}
#ambiente .intro-area p {
  font-size: 21px;
}
#ambiente .slider-ambiente-container {
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 550px) {
  #ambiente .slider-ambiente-container {
    padding-top: 20px;
  }
}
#ambiente .slider-ambiente-container .slider-ambiente .slide {
  position: relative;
}
#ambiente .slider-ambiente-container .slider-ambiente .slide .slide-content {
  margin: 5px;
}
#ambiente .slider-ambiente-container .slider-ambiente .slide .slide-content .slide-image {
  position: relative;
  width: 100%;
  height: 280px;
}
@media screen and (max-width: 550px) {
  #ambiente .slider-ambiente-container .slider-ambiente .slide .slide-content .slide-image {
    height: 250px;
  }
}
#ambiente .slider-ambiente-container .slick-arrow {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#ambiente .slider-ambiente-container .slick-arrow:before {
  font-size: 36px;
  transition: all 150ms cubic-bezier(0.5, 0, 0, 1);
}
#ambiente .slider-ambiente-container .slick-arrow.slick-prev {
  left: -4%;
}
#ambiente .slider-ambiente-container .slick-arrow.slick-prev:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
@media screen and (max-width: 550px) {
  #ambiente .slider-ambiente-container .slick-arrow.slick-prev {
    display: none !important;
  }
}
#ambiente .slider-ambiente-container .slick-arrow.slick-next {
  right: -4%;
}
#ambiente .slider-ambiente-container .slick-arrow.slick-next:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
@media screen and (max-width: 550px) {
  #ambiente .slider-ambiente-container .slick-arrow.slick-next {
    display: none !important;
  }
}
#ambiente .slider-ambiente-container .slick-arrow:hover:before {
  color: #ea7d5c;
}
@media screen and (max-width: 550px) {
  #ambiente .slider-ambiente-container .slick-prev {
    display: none !important;
  }
}
@media screen and (max-width: 550px) {
  #ambiente .slider-ambiente-container .slick-next {
    display: none !important;
  }
}
#ambiente .slider-ambiente-container .slider-controller {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 550px) {
  #ambiente .slider-ambiente-container .slider-controller .slider-dots {
    padding-top: 5px;
  }
}
#ambiente .slider-ambiente-container .slider-controller .slider-dots .slick-dots {
  text-align: right;
  line-height: 0;
  padding-top: 10px;
}
#ambiente .slider-ambiente-container .slider-controller .slider-dots .slick-dots li {
  display: inline-block;
  line-height: 0;
  margin-left: 10px;
}
#ambiente .slider-ambiente-container .slider-controller .slider-dots .slick-dots li button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 150rem;
  border: 1px solid #ea7d5c;
  background-color: #ea7d5c;
  transition: all 150ms cubic-bezier(0.5, 0, 0, 1);
}
#ambiente .slider-ambiente-container .slider-controller .slider-dots .slick-dots li.slick-active button {
  background-color: transparent;
}
#ambiente .slider-ambiente-container .slider-controller .slider-dots .slick-dots li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 550px) {
  #ambiente .slider-ambiente-container .slider-controller .slider-dots .slick-dots li {
    margin-left: 5px;
  }
  #ambiente .slider-ambiente-container .slider-controller .slider-dots .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}

#proyecto .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 65px;
}
@media screen and (max-width: 550px) {
  #proyecto .content {
    flex-direction: column;
    padding-bottom: 0;
  }
}
#proyecto .content .col {
  flex: 1 1 0;
  padding: 25px;
}
@media screen and (max-width: 550px) {
  #proyecto .content .col {
    width: 100%;
    padding: 15px 0;
  }
}
#proyecto .content .col .title-area {
  text-transform: uppercase;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
#proyecto .content .col .title-area .title {
  line-height: 100%;
  margin-right: 15px;
}
#proyecto .content .col .title-area .border {
  display: inline-block;
  height: 1px;
  flex: 1;
  background-color: #ea7d5c;
  content: "";
}
#proyecto .content .col .info-box {
  margin-bottom: 50px;
}
#proyecto .content .col .info-box p {
  font-size: 21px;
  font-weight: 300;
}
#proyecto .content .col .info-box p .hl-accent {
  font-weight: 600;
}
#proyecto .content .col .info-box:last-child {
  margin-bottom: 0;
}
#proyecto .photo-block {
  width: 100%;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 550px) {
  #proyecto .photo-block {
    flex-direction: column;
  }
}
#proyecto .photo-block .img-box {
  position: relative;
  flex: 1 1 0;
  height: 240px;
}
#proyecto .amenities {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 65px;
  padding-top: 20px;
  position: relative;
}
@media screen and (max-width: 550px) {
  #proyecto .amenities {
    flex-direction: column;
    padding-left: 25px;
  }
}
#proyecto .amenities .col {
  width: 100%;
  max-width: 275px;
  margin: 0 50px;
}
@media screen and (max-width: 550px) {
  #proyecto .amenities .col {
    margin: 0 auto 50px;
  }
  #proyecto .amenities .col:last-child {
    margin-bottom: 0;
  }
}
#proyecto .amenities .col .title {
  text-transform: uppercase;
  margin-bottom: 20px;
}
#proyecto .amenities .col .amenities-list li {
  padding-left: 15px;
  margin-bottom: 20px;
  position: relative;
}
#proyecto .amenities .col .amenities-list li:last-child {
  margin-bottom: 0;
}
#proyecto .amenities .col .amenities-list li:before {
  height: 1px;
  width: 10px;
  top: 15px;
  background-color: #ea7d5c;
  display: block;
  content: "";
  pointer-events: none;
  left: 0;
  position: absolute;
}
#proyecto .amenities:before {
  width: 1px;
  height: calc(100% + 150px);
  top: 0;
  background-color: #ea7d5c;
  display: block;
  content: "";
  pointer-events: none;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
}
@media screen and (max-width: 550px) {
  #proyecto .amenities:before {
    right: auto;
    left: 25px;
  }
}

#galeria .slider-galeria-container {
  height: 600px;
  position: relative;
}
@media screen and (max-width: 890px) {
  #galeria .slider-galeria-container {
    height: 450px;
  }
}
@media screen and (max-width: 550px) {
  #galeria .slider-galeria-container {
    height: 250px;
  }
}
#galeria .slider-galeria-container .slider-galeria {
  height: 100%;
  position: relative;
  z-index: 1;
}
#galeria .slider-galeria-container .slider-galeria .slick-list {
  height: 100%;
}
#galeria .slider-galeria-container .slider-galeria .slick-list .slick-track {
  height: 100%;
}
#galeria .slider-galeria-container .slider-galeria .slide {
  width: 100%;
  height: 100%;
  position: relative;
}
#galeria .slider-galeria-container .slider-galeria .slide .slide-img {
  position: relative;
  width: 100%;
  height: 100%;
}
#galeria .slider-galeria-container .slider-controller {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 15px;
  z-index: 3;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#galeria .slider-galeria-container .slider-controller .slider-arrows button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  color: #ffffff;
}
#galeria .slider-galeria-container .slider-controller .slider-arrows button:before {
  font-size: 36px;
  transition: all 150ms cubic-bezier(0.5, 0, 0, 1);
}
#galeria .slider-galeria-container .slider-controller .slider-arrows button.slick-prev:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
#galeria .slider-galeria-container .slider-controller .slider-arrows button.slick-next:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
#galeria .slider-galeria-container .slider-controller .slider-arrows button:hover:before {
  color: #ea7d5c;
}
#galeria .slider-galeria-container .slider-controller .slider-dots .slick-dots {
  text-align: right;
  line-height: 0;
}
#galeria .slider-galeria-container .slider-controller .slider-dots .slick-dots li {
  display: inline-block;
  line-height: 0;
  margin-left: 10px;
}
#galeria .slider-galeria-container .slider-controller .slider-dots .slick-dots li button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 150rem;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  transition: all 150ms cubic-bezier(0.5, 0, 0, 1);
}
#galeria .slider-galeria-container .slider-controller .slider-dots .slick-dots li.slick-active button {
  background-color: transparent;
}
#galeria .slider-galeria-container .slider-controller .slider-dots .slick-dots li:first-child {
  margin-left: 0;
}

#masterplan {
  padding: 100px 0;
}
#masterplan iframe {
  width: 100%;
  height: 550px;
}

#tour {
  padding: 0 0 100px;
}
#tour iframe {
  width: 100%;
  height: 550px;
}

#financiamiento {
  position: relative;
}
#financiamiento .container {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 550px) {
  #financiamiento .container {
    flex-direction: column;
  }
}
#financiamiento .photos-area {
  position: relative;
  width: 55%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}
@media screen and (max-width: 550px) {
  #financiamiento .photos-area {
    width: 100%;
  }
}
#financiamiento .photos-area .left-area {
  position: relative;
  width: 100%;
  height: 100%;
  align-self: stretch;
}
#financiamiento .photos-area .left-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-size: 0;
}
#financiamiento .content {
  position: relative;
  width: 45%;
  padding: 60px 20px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 550px) {
  #financiamiento .content {
    width: 100%;
    padding: 30px 20px;
    flex-direction: column;
    align-items: start;
  }
}
#financiamiento .content h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
  transform: rotate(-90deg);
}
@media screen and (max-width: 550px) {
  #financiamiento .content h2 {
    margin-bottom: 0;
    transform: rotate(0);
  }
}
#financiamiento .content .text-area {
  padding: 25px;
  position: relative;
}
@media screen and (max-width: 550px) {
  #financiamiento .content .text-area {
    padding: 25px 0 0 15px;
    width: 100%;
    border-left: 1px solid #ea7d5c;
  }
}
#financiamiento .content .text-area p {
  margin-bottom: 50px;
}
#financiamiento .content .text-area .near-area {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
}
#financiamiento .content .text-area .near-area .near-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
#financiamiento .content .text-area .near-area .near-box .box-icon {
  width: 36px;
  color: #ea7d5c;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#financiamiento .content .text-area .near-area .near-box .box-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
#financiamiento .content .text-area .near-area .near-box .box-logo {
  width: 48px;
  color: #ea7d5c;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: -12px;
}
#financiamiento .content .text-area .near-area .near-box .box-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
#financiamiento .content .text-area .near-area .near-box .box-text {
  flex: 1;
}
#financiamiento .content .text-area .near-area .near-box .box-text span {
  color: #333333;
  display: block;
}
#financiamiento .content .text-area .near-area .near-box .box-text span.info {
  line-height: 100%;
  font-size: 24px;
}
#financiamiento .content .text-area .near-area .near-box:last-child {
  margin-bottom: 0;
}

#video {
  padding: 0 0 100px;
}
#video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

#contacto {
  position: relative;
  padding: 110px 0;
}
#contacto .photo {
  opacity: 0;
}
#contacto .photo .cover {
  -o-object-position: top center;
     object-position: top center;
}
#contacto .form-area {
  width: 90%;
  max-width: 720px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 60px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 550px) {
  #contacto .form-area {
    padding: 30px 20px;
  }
}
#contacto .form-area .form-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#contacto .form-area .form-box .title {
  text-transform: uppercase;
  margin-bottom: 1rem;
}
#contacto .form-area .form-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  background-color: #25d366;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 25px;
  transition: all 250ms cubic-bezier(0.5, 0, 0, 1);
  border: 1px solid #25d366;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.35);
  border-radius: 150rem;
}
#contacto .form-area .form-box a span {
  font-size: 24px;
}
#contacto .form-area .form-box a i {
  font-size: 32px;
}
#contacto .form-area .form-box a:hover {
  background-color: #ffffff;
  color: #25d366;
}
#contacto .form-area .form-box form {
  padding-top: 25px;
}
#contacto .form-area .form-box form .form-row {
  position: relative;
  margin-bottom: 25px;
}
#contacto .form-area .form-box form .form-row label {
  font-size: 14px;
  color: #ea7d5c;
  font-weight: 300;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%) scale(1);
  transition: all 150ms cubic-bezier(0.5, 0, 0, 1);
}
#contacto .form-area .form-box form .form-row label.move-up {
  top: -25%;
  left: 14px;
  transform: translateY(0) scale(0.8);
}
#contacto .form-area .form-box form .form-row label.error {
  top: 120%;
  font-size: 13px;
  color: #c53032;
  right: 20px;
  left: auto;
}
#contacto .form-area .form-box form .form-row input {
  padding: 10px 20px;
  font-size: 18px;
  border: none;
  border-bottom: 1px solid #ea7d5c;
  font-weight: 300;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
}
#contacto .form-area .form-box form .form-row input.error {
  border-bottom-color: #c53032;
}
#contacto .form-area .form-box form .form-row:last-child {
  margin-bottom: 0;
}
#contacto .form-area .form-box form .form-row.submit-area {
  display: flex;
  justify-content: flex-end;
}
#contacto .form-area .form-box form .form-row.submit-area button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  box-shadow: none;
  font-size: 16px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  text-transform: uppercase;
  line-height: 100%;
  transition: all 150ms cubic-bezier(0.5, 0, 0, 1);
}
#contacto .form-area .form-box form .form-row.submit-area button i {
  font-size: 21px;
  line-height: 0;
  transition: all 150ms cubic-bezier(0.5, 0, 0, 1);
}
#contacto .form-area .form-box form .form-row.submit-area button:hover {
  color: #ea7d5c;
}
#contacto .form-area .form-box form .form-row.submit-area button:hover i {
  transform: translateX(5px);
}
#contacto .form-area #response {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #ffffff;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  transition: all 250ms cubic-bezier(0.5, 0, 0, 1);
}
#contacto .form-area #response .box-icon {
  width: 70px;
}
#contacto .form-area #response .box-icon img {
  width: 100%;
  height: auto;
}
#contacto .form-area #response .message {
  font-size: 18px;
  font-weight: 300;
  color: #ea7d5c;
}
#contacto .form-area #response.loading {
  opacity: 1;
}

footer {
  padding: 0 40px;
  background-color: #ffffff;
  position: relative;
  z-index: 4;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 550px) {
  footer {
    padding: 0 20px;
  }
}
footer .top-footer {
  padding: 40px 0 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 550px) {
  footer .top-footer {
    flex-direction: column;
  }
}
footer .top-footer .info-area {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
@media screen and (max-width: 550px) {
  footer .top-footer .info-area {
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
  }
}
footer .top-footer .info-area .logo-area {
  width: 185px;
  line-height: 0;
  margin-right: 30px;
}
@media screen and (max-width: 550px) {
  footer .top-footer .info-area .logo-area {
    margin: 0 auto 30px;
  }
}
footer .top-footer .info-area .logo-area img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 550px) {
  footer .top-footer .info-area .contact-info {
    text-align: center;
  }
}
footer .top-footer .info-area .contact-info .text-link {
  font-size: 14px;
  font-weight: 300;
  color: #333333;
  transition: all 150ms cubic-bezier(0.5, 0, 0, 1);
  margin-bottom: 10px;
  display: block;
}
footer .top-footer .info-area .contact-info .text-link:hover {
  color: #ea7d5c;
}
footer .top-footer .info-area .contact-info .text-link:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 550px) {
  footer .top-footer .ma-area {
    margin: 0 auto;
  }
}
footer .top-footer .ma-area span {
  display: block;
  font-weight: 300;
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
footer .top-footer .ma-area img {
  width: 80px;
  height: auto;
}
footer .bot-footer {
  border-top: 1px solid #ea7d5c;
  padding: 20px 0;
}
footer .bot-footer .copyright {
  font-size: 11px;
  font-weight: 300;
  text-align: center;
}/*# sourceMappingURL=style.css.map */