.blanco {
  color: #fff; }

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

ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul li {
    margin: 0; }

.negro {
  color: #000; }

.bg-negro {
  background: #000; }

.blanco {
  color: #fff; }

.bg-blanco {
  background: #fff; }

.gris {
  color: #E6E6E6; }

.bg-gris {
  background: #E6E6E6; }

.acent {
  color: #E2A251; }

.bg-acent {
  background: #E2A251; }

body {
  color: #59595A;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 150%; }

.bold {
  font-weight: 700; }

.f12 {
  font-size: 12px; }

.f13 {
  font-size: 13px; }

.f14 {
  font-size: 14px; }

.sticky {
  position: sticky;
  top: 80px; }

@media (min-width: 1400px) {
  .container {
    max-width: 1520px; } }
.navbar {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  padding: 20px 0;
  opacity: 0;
  transform: translateY(-120px); }
  .navbar-nav a {
    color: #fff; }
    .navbar-nav a:hover {
      color: #E2A251; }
  .navbar.fijo {
    background: rgba(0, 0, 0, 0.5); }

.slide_h {
  width: 100%;
  height: 1100px; }
  @media (min-width: 1024px){
  .slide_h {
    height: 100vh; }

}
  .slide_h--bg {
    object-fit: cover;
    height: 100%;
    width: 100%; }
  .slide_h--caption {
    position: absolute;
    bottom: 0;
    z-index: 2;
    color: #fff;
    left: 0;
    right: 0;
    margin-bottom: 5%; }

h1, h2 {
  font-size: 30px;
  font-weight: 700; }
  @media (min-width: 1024px) {
    h1, h2 {
      font-size: 50px; } }

h3, h4, h5, h6 {
  font-weight: 700; }

.boton {
  background: #E2A251;
  color: #fff;
  padding: 10px 20px;
  border: 1px solid #E2A251;
  transition: all 0.3s ease; }
  .boton:hover {
    background: #000; }

.video {
  background: url(../images/bg-video.png) no-repeat center/cover;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center; }
  .video .play {
    width: 100px;
    height: 100px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(6px);
    box-shadow: 0 25px 30px black; }
  .video .truco {
    position: absolute;
    bottom: 0;
    width: 100%; }

.residencial .border-l {
  border-left: 5px solid #E2A251; }

.car-depa {
  border-radius: 5px;
  overflow: hidden;
  max-width: 100%;
  background: #fff;
  box-shadow: 0 2px 12px #E2A25122;
  font-family: sans-serif;
  height: 100%; }
  .car-depa .row {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }

.car-depa__img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block; }

.car-depa__body {
  padding: 20px; }

.car-depa__title {
  margin: 0 0 8px 0;
  color: #000;
  font-size: 20px;
  font-weight: 700; }

.car-depa__size {
  color: #222;
  font-size: 16px;
  margin-bottom: 6px; }

.car-depa__price {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px; }

.car-depa__cta {
  display: block;
  background: #E2A251;
  color: #fff;
  padding: 10px 24px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  transition: background 0.2s; }

.car-depa__cta:hover {
  background: #c2872c; }

.marquee {
  width: 100%;
  height: 300px;
  overflow: hidden; }
@media(min-width: 1024px) {
  .marquee {
    height: 345px; } }
.marquee__content {
  display: flex;
  align-items: center;
  list-style: none;
  animation: scrolling 30s linear infinite; }

@keyframes scrolling {
  0% {
    transform: translateX(0vw); }
  100% {
    transform: translateX(-195vw); } }
.marquee__content:hover {
  animation-play-state: paused; }

.marquee__item {
  flex-shrink: 0;
  margin: 0 0 0 30px; }

.marquee__servicio {
  position: relative; }
  .marquee__servicio--titulo {
    position: absolute;
    z-index: 2;
    bottom: 15px;
    left: 0;
    right: 0;
    color: #fff;
    width: 100%;
    text-align: center; }
  .marquee__servicio--degradado {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: black;
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 50%); }
  .marquee__servicio--foto {
    width: 100%;
    height: 345px; }
@media(min-width: 1024px) {
  .marquee__servicio--foto {
    width: 100%;
    height: 345px; } }
    .marquee__servicio--foto img {
      object-fit: cover;
      width: 100%;
      height: 100%; }

.amenidades {
  background: #FFF;
  background: linear-gradient(180deg, white 0%, white 65%, #1E1E1E 65%, #1E1E1E 100%); }

.input {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #E2A251 !important;
  width: 100%;
  padding: 10px; }

.animar_txt {
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0 0%);
  transform: translateY(10px); }

.anim {
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0 0%);
  transform: translateY(10px); }

.anim_img {
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0 0%);
  transform: translateY(80px); }

.ancla {
  position: absolute;
  top: -90px;
  left: 0;
  width: 1px;
  height: 1px; }

/*# sourceMappingURL=estilos.css.map */
