#demo-bar {
  width: 100%;
  background: #C9A84C;
  color: #111111;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease;
  overflow: hidden;
}
#demo-bar a {
  color: #111111;
  font-weight: 700;
  text-decoration: underline;
}
#demo-bar a:hover {
  opacity: 0.8;
}
#demo-bar.oculto {
  height: 0;
  padding: 0;
  opacity: 0;
}

#navbar {
  padding: 1.2rem 0;
  transition: all 0.3s ease;
  background: #111111;
}
#navbar .navbar-brand {
  font-family: "Playfair Display", serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 1px;
}
#navbar .navbar-brand i {
  color: #C9A84C;
  margin-right: 0.3rem;
  font-size: 1.4rem;
}
#navbar .navbar-brand span {
  color: #C9A84C;
}
#navbar .nav-link {
  font-family: "DM Sans", sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  padding: 0.5rem 1rem;
  border-radius: 5px;
  transition: all 0.3s ease;
}
#navbar .nav-link:hover {
  color: #C9A84C;
}
#navbar .btn-nav {
  background: #C9A84C;
  color: #111111 !important;
  font-weight: 500;
}
#navbar .btn-nav:hover {
  background: #B8973B;
  color: #111111 !important;
}
#navbar .navbar-toggler {
  border-color: #C9A84C;
}
#navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(201, 168, 76, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
#navbar.scrolled {
  background: #111111;
  padding: 0.9rem 0;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

#hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
#hero .hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
#hero .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}
#hero .container {
  position: relative;
  z-index: 2;
}
#hero .hero-contenido {
  padding: 2rem 0;
}
#hero .hero-subtitulo {
  font-family: "DM Sans", sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  color: #C9A84C;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
#hero .hero-titulo {
  font-family: "Playfair Display", serif;
  font-size: 4rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
#hero .hero-titulo span {
  color: #C9A84C;
}
@media (max-width: 768px) {
  #hero .hero-titulo {
    font-size: 2.5rem;
  }
}
#hero .hero-descripcion {
  font-family: "DM Sans", sans-serif;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.8);
  max-width: 500px;
  line-height: 1.8;
  margin: 0 auto 2.5rem auto;
}
@media (min-width: 1200px) {
  #hero .hero-descripcion {
    margin: 0 0 2.5rem 0;
  }
}
#hero .hero-botones {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
#hero .btn-primario {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 0.95rem;
  padding: 0.9rem 2.5rem;
  background: #C9A84C;
  color: #111111;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
}
#hero .btn-primario:hover {
  background: #B8973B;
}
#hero .btn-secundario {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 0.95rem;
  padding: 0.9rem 2.5rem;
  background: transparent;
  color: #FFFFFF;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
}
#hero .btn-secundario:hover {
  border-color: #C9A84C;
  color: #C9A84C;
}

#servicios {
  background-image: #F5F5F5;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}
#servicios::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.5);
}
#servicios .container {
  position: relative;
  z-index: 1;
}
#servicios .seccion-subtitulo {
  font-family: "DM Sans", sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  color: #C9A84C;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
#servicios .seccion-titulo {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #111111;
  margin-bottom: 1rem;
}
#servicios .seccion-titulo span {
  color: #C9A84C;
}
#servicios .seccion-descripcion {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  color: #111111;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.8;
}
#servicios .servicio-card {
  background: #FAFAFA;
  border-radius: 10px;
  padding: 2rem 1.5rem;
  height: 100%;
  border: 0.5px solid #e8e8e8;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}
#servicios .servicio-card:hover {
  border-bottom: 3px solid #C9A84C;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}
#servicios .servicio-card .servicio-icono {
  width: 55px;
  height: 55px;
  background: #F0EAD6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  transition: all 0.3s ease;
}
#servicios .servicio-card .servicio-icono i {
  font-size: 1.4rem;
  color: #C9A84C;
}
#servicios .servicio-card:hover .servicio-icono {
  background: #C9A84C;
}
#servicios .servicio-card:hover .servicio-icono i {
  color: #111111;
}
#servicios .servicio-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #111111;
  margin-bottom: 0.8rem;
}
#servicios .servicio-card p {
  font-family: "DM Sans", sans-serif;
  font-size: 0.9rem;
  color: #1A1A1A;
  line-height: 1.8;
  margin: 0;
}

#propiedades {
  background-image: #FAFAFA;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}
#propiedades::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(250, 250, 250, 0.75);
}
#propiedades .container {
  position: relative;
  z-index: 1;
}
#propiedades .seccion-subtitulo {
  font-family: "DM Sans", sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  color: #C9A84C;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
#propiedades .seccion-titulo {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #111111;
  margin-bottom: 1rem;
}
#propiedades .seccion-titulo span {
  color: #C9A84C;
}
#propiedades .seccion-descripcion {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  color: #111111;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.8;
}
#propiedades .propiedad-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 0.5px solid #e8e8e8;
  transition: all 0.3s ease;
  height: 100%;
}
#propiedades .propiedad-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}
#propiedades .propiedad-img {
  position: relative;
  overflow: hidden;
  height: 220px;
}
#propiedades .propiedad-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
#propiedades .propiedad-img:hover img {
  transform: scale(1.05);
}
#propiedades .propiedad-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.3rem 0.9rem;
  border-radius: 20px;
}
#propiedades .propiedad-badge.venta {
  background: #111111;
  color: #fff;
}
#propiedades .propiedad-badge.alquiler {
  background: #C9A84C;
  color: #111111;
}
#propiedades .propiedad-body {
  padding: 1.5rem;
}
#propiedades .propiedad-precio {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #111111;
  margin-bottom: 0.5rem;
}
#propiedades .propiedad-ubicacion {
  font-family: "DM Sans", sans-serif;
  font-size: 0.9rem;
  color: #1A1A1A;
  margin-bottom: 1rem;
}
#propiedades .propiedad-ubicacion i {
  color: #C9A84C;
  margin-right: 0.3rem;
}
#propiedades .propiedad-specs {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 0.5px solid #e8e8e8;
}
#propiedades .propiedad-specs span {
  font-family: "DM Sans", sans-serif;
  font-size: 0.85rem;
  color: #9CA3AF;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
#propiedades .propiedad-specs span i {
  color: #C9A84C;
}
#propiedades .propiedad-btn {
  display: block;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.7rem;
  background: transparent;
  color: #111111;
  border: 1.5px solid #111111;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
}
#propiedades .propiedad-btn:hover {
  background: #111111;
  color: #fff;
}

#nosotros {
  background: #111111;
}
#nosotros .seccion-subtitulo {
  font-family: "DM Sans", sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  color: #C9A84C;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}
#nosotros .seccion-titulo {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
#nosotros .seccion-titulo span {
  color: #C9A84C;
}
#nosotros .nosotros-texto {
  font-family: "DM Sans", sans-serif;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.9;
  margin-bottom: 1rem;
}
#nosotros .btn-nosotros {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  font-family: "DM Sans", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  padding: 0.9rem 2.5rem;
  background: #C9A84C;
  color: #111111;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: 1rem;
}
#nosotros .btn-nosotros:hover {
  background: #B8973B;
}
#nosotros .numero-card {
  background: rgba(255, 255, 255, 0.05);
  border: 0.5px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 2rem 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
}
#nosotros .numero-card:hover {
  background: rgba(201, 168, 76, 0.1);
  border-color: #C9A84C;
}
#nosotros .numero-card .numero {
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  font-weight: 700;
  color: #C9A84C;
  margin-bottom: 0.5rem;
  line-height: 1;
}
#nosotros .numero-card .numero-label {
  font-family: "DM Sans", sans-serif;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  line-height: 1.4;
}

#contacto {
  background: #FAFAFA;
}
#contacto .contacto-wrapper {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#contacto .contacto-linea {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#contacto .contacto-linea span {
  flex: 1;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
#contacto .contacto-linea .seccion-subtitulo {
  font-family: "DM Sans", sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  color: #C9A84C;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0;
}
#contacto .contacto-titulo {
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  font-weight: 700;
  color: #111111;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0;
}
#contacto .contacto-titulo span {
  color: #C9A84C;
}
#contacto .contacto-chips {
  display: flex;
  justify-content: center;
}
#contacto .chip {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.5rem;
  background: #fff;
  border-radius: 50px;
  font-family: "DM Sans", sans-serif;
  font-size: 0.9rem;
  color: #111111;
  text-decoration: none;
  border: 0.5px solid #e8e8e8;
  transition: all 0.3s ease;
}
#contacto .chip i {
  color: #25D366;
  font-size: 1.1rem;
}
#contacto .chip:hover {
  border-color: #25D366;
  color: #25D366;
}
#contacto .contacto-form-minimo {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#contacto .form-input {
  width: 100%;
  background: #fff;
  border: 0.5px solid #e8e8e8;
  border-radius: 5px;
  padding: 0.9rem 1.2rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.95rem;
  color: #111111;
  transition: all 0.3s ease;
  outline: none;
}
#contacto .form-input::-moz-placeholder {
  color: #9CA3AF;
}
#contacto .form-input::placeholder {
  color: #9CA3AF;
}
#contacto .form-input:focus {
  border-color: #C9A84C;
}
#contacto textarea.form-input {
  resize: none;
}
#contacto .btn-enviar {
  padding: 1rem;
  background: #111111;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
#contacto .btn-enviar:hover {
  background: #C9A84C;
  color: #111111;
  gap: 1.2rem;
}

footer {
  background: #111111;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
footer .footer-marca {
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
}
footer .footer-marca i {
  color: #C9A84C;
  font-size: 1.2rem;
  margin-right: 0.3rem;
}
footer .footer-marca span {
  color: #C9A84C;
}
footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}
footer .footer-links a {
  font-family: "DM Sans", sans-serif;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: all 0.3s ease;
}
footer .footer-links a:hover {
  color: #C9A84C;
}
footer .footer-redes {
  display: flex;
  justify-content: flex-end;
  gap: 0.8rem;
}
@media (max-width: 768px) {
  footer .footer-redes {
    justify-content: center;
  }
}
footer .footer-redes a {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: all 0.3s ease;
}
footer .footer-redes a:hover {
  background: #C9A84C;
  color: #111111;
}
footer .footer-redes a i {
  font-size: 0.85rem;
}
footer .footer-bottom {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
footer .footer-bottom p {
  font-family: "DM Sans", sans-serif;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
  margin: 0;
}
footer .footer-credit {
  margin-top: 0.3rem;
}
footer .footer-credit a {
  color: #C9A84C;
  text-decoration: none;
  transition: all 0.3s ease;
}
footer .footer-credit a:hover {
  color: #B8973B;
}

@keyframes pulse-whatsapp {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
.whatsapp-flotante {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25d366;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 35px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  animation: pulse-whatsapp 2s infinite;
}
.whatsapp-flotante:hover {
  background-color: #128c7e;
  transform: scale(1.1);
  animation: none;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.4);
  color: #fff;
}
@media (max-width: 768px) {
  .whatsapp-flotante {
    width: 50px;
    height: 50px;
    font-size: 30px;
    bottom: 15px;
    right: 15px;
  }
}/*# sourceMappingURL=main.css.map */