:root {
  --gap-number: 16px;
  --light-green-color: #778C2B;
  --dark-green-color: #516B4D;
  --orange-color: #d5803e;
  --light-yellow-color: #e8c382;
  --swiper-theme-color: #004949 !important;
  --text-color: #32343a;
  --bk-color: #f5f5f5;
  --wh-color: #ffffff;
  --dg-color: #939598;
  --bl-color: #001f1f;
  --bg-light: #fef9ed;
  --true-green: #132D2B;
  --green-page: #39b625;
  --black-page: #000;

  --font-size: 13px;
  --font-family: 'Century Gothic', sans-serif; 
  --border-radius: 15px;
  --box-shadow: 10px 10px 40px 1px rgba(0, 0, 0, 0.21);
  /* bootstrap vars */
  --bs-border-radius: 15px !important;
  --bs-border-color: #7a8989;
} 
/*heder*/
.fixed-top {
  height: auto;
  transition: all 0.3s ease;
}
.pt-20 {
  padding-top: 20px;
}

.navbar{
  padding: 20px 0px;
}
.custom-padding {
  padding-top: 3rem !important;
  padding-bottom: 0 !important; /* Anula el padding-bottom */
}
.navbar-brand img {
  width: 140px;
  height: auto;
  transition: all 0.3s ease;

}

/* Estilo para el botón de hamburguesa */
.burger-icon {
  display: none;
  flex-direction: column;
  cursor: pointer;
  width: 30px;
  height: 30px;
  justify-content: space-around;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
}

.burger-icon .bar {
  width: 100%;
  height: 4px;
  background-color: white;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.burger-icon .bar1 {
  transform-origin: top left;
}

.burger-icon .bar3 {
  transform-origin: bottom left;
}

.burger-icon.change .bar1 {
  transform: rotate(45deg) translate(5px, -5px);
}

.burger-icon.change .bar2 {
  opacity: 0;
}

.burger-icon.change .bar3 {
  transform: rotate(-45deg) translate(5px, 5px);
}

/* Menú en pantallas grandes */
.menu {
  display: flex;
  justify-content: center;
  width: 70%;
  padding-right: 50px !important;
}

.nav-list {
  display: flex;
  list-style-type: none;
}

.nav-link {
  color: white;
  text-decoration: none;
  font-size: 14px;
  background-color: transparent !important;
  margin-left: 10px;
}
.nav-link:hover{
  color: #FDA000;
}

.nav-link img {
  width: 20px;
  margin-left: 5px;
  margin-right: 4px;
}

@media (max-width: 1200px) and (min-width: 768px) {
  .menu {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-left: 20px;
  }
}

/* Menú colapsado en pantallas pequeñas */
@media (max-width: 768px) {
  .headermobile {
    display: flex;
    flex-direction: column;
  }
  .menu {
    display: none;
    width: 100%;
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 0.5s;
  }
  .logoheader {
    width: 95%;
    margin-right: 10px;
  }

  /* Mostrar el botón de hamburguesa solo en pantallas pequeñas */
  .burger-icon {
    display: flex;
    position: absolute;
    top: 1.5rem;
    right: 3rem;
  }

  .nav-list {
    flex-direction: column;
  }

  .nav-item {
    padding: 10px 0px;
  }

  /* El menú estará oculto por defecto en pantallas pequeñas */
  .menu.show {
    display: block;
    transform: translateX(0);
    opacity: 1;
  }
}


/*diplay none*/

.display-n{
  display: none;
}





/* Reduced Header Style when fixed */
.reduced-header.fixed-top {
  height: 40px;
}

.reduced-header.fixed-top .navbar-brand img {
  height: 28px;
}

.reduced-header.fixed-top .navbar {
  padding-top: 5px;
  padding-bottom: 5px;
}
.inversion{
  position: relative; 
  top: -70px;
}
@media (max-width: 770px) and (min-width: 300px)  {
  .reduced-header.fixed-top {
      height: 40px;
  }

  .reduced-header.fixed-top .navbar-brand img {
      height: 28px;
  }
}
/*End Heder */


/*form*/

.padding-col{
  padding: 0px !important;
}
.padding-select{
  padding-top: 9px;
  padding-bottom: 9px;
}

.swiper-pagination.swiper-pagination-hero {
  margin-top: -60px; /* Ajusta este valor según sea necesario */
}
@media (max-width: 767px) {
  .swiper-pagination.swiper-pagination-hero {
    margin-top: 0px; /* Ajusta este valor según sea necesario para móviles */
  }
  .inversion{
    padding-top: 80px !important;
  }
  
}

/* Cambiar el color de las bolitas a blanco */
.swiper-pagination-hero .swiper-pagination-bullet {
  background: white !important;
  padding-top: -40px !important;
}

/* Cambiar el color de las bolitas activas a blanco */
.swiper-pagination-hero .swiper-pagination-bullet-active {
  background: white;
}

/* Ajustar la posición de la paginación */
.swiper-pagination-hero {
  top: -60px !important;
}
.swiper-pagination-comunes .swiper-pagination-bullet {
  background-color: #778C2B !important;
  opacity: 0.5; /* Opacidad del 50% cuando están desactivados */
}

/* Cambiar la opacidad de los círculos activos */
.swiper-pagination-comunes .swiper-pagination-bullet-active {
  opacity: 1 !important; /* Opacidad completa cuando están activos */
}
.numbersp{
  color: #516B4D!important;
  font-size: 20px!important;
}
.textform{
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: white;
}
.datos{
  font-size: 13px;
  color: white;
}
.form-check{
  padding-top: 10px;
}
.form-box {
  background-color: #516B4D;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding-bottom: 60px; /* Incrementa este valor para hacer la caja más grande hacia abajo */
}
#contacto {
  margin-bottom: 20px; /* Incrementa este valor para añadir más espacio debajo de la caja */
}

.form-box h2, .form-box p, .form-box label {
  color: #ffffff;
}

.form-box .form-control, .form-box .form-select, .form-box .form-check-label {

  color: #595048;
  border-radius: 5px;
}


.form-box .btn {
  background-color: #ccc;
  color: #000000;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: not-allowed;
  font-size: 0.8rem;
}

.form-box .btn:enabled {
  background-color: #F2A007;
  color: #000000;
  cursor: pointer;
}

.form-box .btn:enabled:hover {
  background-color: #d9a404;
  color: #ffffff;
}
.form-check-label{
  color: white !important

}
.form-check-label a{
  color: rgb(19, 19, 19) !important
}
.form-check-label a:hover{
  transition: ease 0.5s;
  color: #FDA000 !important
}

.position-relative {
  position: relative;
}

.icon-validation {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: none;
}
.form-check-input {
  background-color: transparent;
  border: 1px solid #fff;
}
.form-check-input:checked[type="checkbox"] {
  background-color: var(--dark-green-color);
}
.icon-validation.visible {
  display: inline;
}
.btnsubmit {
  margin-top: 20px;

}
@media (min-width: 300px) and (max-width: 770px) {
  .row.mb-2 .col-12.col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row.mb-2 .col-12.col-md-6.mb-1 {
    margin-bottom: 1rem; /* Ajusta el margen inferior si es necesario */
  }
}



/*form*/
/*seccion navigation */
/*seccion navigation */
.swiper-button-next.custom-swiper-button,
.swiper-button-prev.custom-swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  cursor: pointer;
  z-index: 10; /* Ensure buttons are above other elements */
}

.swiper-button-next.custom-swiper-button {
  right: 0;
}

.swiper-button-prev.custom-swiper-button {
  left: 0;
}

.chevron-line {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative; /* Needed for proper positioning of child elements */
  left: 22px;
}

.chevron-img {
  width: 50px; /* Larger size */
  height: 62px; /* Larger size */
  position: relative;
  left: 10px; /* Move further to the left */
  z-index: 0; /* Ensure it appears behind the vertical line */
  top: 25px;
}
.chevron-img2 {
  width: 50px; /* Larger size */
  height: 62px; /* Larger size */
  position: relative;
  left: -38px; /* Move further to the left */
  z-index: 0; /* Ensure it appears behind the vertical line */
  top: 25px;
}
.vertical-line {
  width: 2px; /* Thicker line */
  height: 100px; /* Taller line */
  background-color: #fff; /* or any color you prefer */
  position: absolute;
  left: 13px; /* Adjust position to be over the chevron */
  top: 6px;
  bottom: 0;
  z-index: 1; /* Position in front of the chevron */
}

.vertical-line2{
  width: 2px; /* Thicker line */
  height: 100px; /* Taller line */
  background-color: #fff; /* or any color you prefer */
  position: absolute;
  left: -8px; /* Adjust position to be over the chevron */
  top: 6px;
  bottom: 0;
  z-index: 1; /* Position in front of the chevron */

}
@media (max-width: 450px) {
  .chevron-line {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative; /* Needed for proper positioning of child elements */
    left: 22px;
  }
  
  .chevron-img {
    width: 50px; /* Larger size */
    height: 62px; /* Larger size */
    position: relative;
    left: 10px; /* Move further to the left */
    z-index: 0; /* Ensure it appears behind the vertical line */
    top: 25px;
  }
  .chevron-img2 {
    width: 50px; /* Larger size */
    height: 62px; /* Larger size */
    position: relative;
    left: -38px; /* Move further to the left */
    z-index: 0; /* Ensure it appears behind the vertical line */
    top: 25px;
  }
  .vertical-line {
    width: 2px; /* Thicker line */
    height: 100px; /* Taller line */
    background-color: #fff; /* or any color you prefer */
    position: absolute;
    left: 13px; /* Adjust position to be over the chevron */
    top: 6px;
    bottom: 0;
    z-index: 1; /* Position in front of the chevron */
  }
  
  .vertical-line2{
    width: 2px; /* Thicker line */
    height: 100px; /* Taller line */
    background-color: #fff; /* or any color you prefer */
    position: absolute;
    left: -8px; /* Adjust position to be over the chevron */
    top: 6px;
    bottom: 0;
    z-index: 1; /* Position in front of the chevron */
  
  }
}


@media (max-width: 600px) and (min-width: 300px) {
  .swiper-button-prev.custom-swiper-button,
  .swiper-button-next.custom-swiper-button {
    display: flex;
  }

  .swiper-button-next.custom-swiper-button {
    right: 10px;
  }

  .swiper-button-prev.custom-swiper-button {
    left: 10px;
  }
}


/* End Navigation */
/*zonas Mobile */




/*zonas End Mobile  */
/*apto mobile */
@media (max-width: 770px) and (min-width: 300px)  {
  
  .textc{
    font-size: 13px !important; /* Set font size to 16px */
    font-weight: normal !important; /* Remove bold font weight */
  }
}


/* Ajustes de texto para pantallas móviles */
/* Ajustes de texto para pantallas de 300px a 600px */
@media (max-width: 770px) and (min-width: 300px)  {
  .textprincipal {
      font-size: 24px!important;  /* Ajusta el tamaño según tus necesidades */
  }

  .lead {
      font-size: 16px !important; /* Ajusta el tamaño según tus necesidades */
  }
}
/* Ajustes de botones para pantallas de 300px a 700px */
@media (max-width: 770px) and (min-width: 300px) {
  #apartamento-tab {
      display: flex;
      flex-wrap: nowrap;
      overflow-x: auto; /* Permitir desplazamiento horizontal si es necesario */
  }

  #apartamento-tab .nav-item {
      flex: 0 0 auto;
      margin-right: 5px; /* Espaciado entre los botones */
  }

  #apartamento-tab .nav-link {
      font-size: 16px; /* Reducir el tamaño de fuente */
      padding: 0.5rem 1.5rem; /* Reducir el padding */
      white-space: nowrap; /* Evitar que el texto se desborde en múltiples líneas */
  }

  #apartamento-tab .nav-link i {
      font-size: 16px; /* Ajustar el tamaño del ícono */
  }
}
@media (max-width: 770px) and (min-width: 300px) {
  #apartamentoVar-tab {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  
  }
  #apartamentoVar-tab .nav-item {
    flex: 1 0 auto;
    white-space: nowrap;
  }
  #apartamentoVar-tab .nav-link {
    font-size: 18px; /* Reduce font size */
    padding: 0.5rem 0.75rem !important;
  }
}
@media (max-width: 765px) and (min-width: 300px)  {
  .hero-image {
    padding: 1rem 0; /* Reduce padding for smaller screens */
    position: relative;
    z-index: 1;
  }
  .specifications-bar {
  
    margin-top: -1px; /* Adjust the margin to move it up */
  }
  .spec-text{
    font-size: 9px !important;
  }
  .large-number{
  font-size: 12px !important;
}
.image-container img {
  width: 100%; /* Ensure image fits container */
  height: auto;
}
.swiper-pagination-tipoa2{
  bottom: 70px !important;
}

.image-container {
  padding-bottom: 70px !important;
}
}
#apartamentoVar-tab .nav-link {
  font-size: 16px; /* Reducir el tamaño de fuente */
  padding: 10px 43px;
  white-space: nowrap; /* Evitar que el texto se desborde en múltiples líneas */

}
/*apto mobile */
/*zona de interes */
.zonas-interes {
  font-family: 'Century Gothic', sans-serif; /* Aplica la fuente Century Gothic */
  font-size: 18px; /* Tamaño de fuente de 18px */
  font-weight: normal; /* Peso regular */
}

.zonas-interes ul {
  padding: 0; /* Elimina el padding del ul */
  list-style: none; /* Elimina los bullets */
}

.zonas-interes li {
  display: flex;
  align-items: center;
  margin-bottom: 10px; /* Espacio entre los elementos de la lista */
}


/*End zona de interes */
/*barra de navegacacion*/
.custom-nav-link1-new {
  display: flex;  /* Ensure flexbox for alignment */
  align-items: center;  /* Center items vertically */
  padding: 10px;  /* Add some padding */
  text-align: center;  /* Align text to the left */
  color: white;  /* Set text color to white */
  transition: color 0.3s, filter 0.3s; /* Smooth transition for color changes */
}

.custom-nav-link1-new img.ico-new {
  margin-right: 10px;  /* Space between image and title */
  transition: filter 0.3s;  /* Smooth transition for image color change */
}
.btn-custom-p{
  padding-bottom: 1em;
}
.custom-nav-link1-new .title-new {
  color: white;  /* Ensure text color is white */
}

.custom-nav-link1-new:hover .title-new,
.custom-nav-link1-new:focus .title-new,
.custom-nav-link1-new:active .title-new {
  color: #F2A007;  /* Change text color to orange on hover, focus, and active */
}

.custom-nav-link1-new:hover img.ico-new,
.custom-nav-link1-new:focus img.ico-new,
.custom-nav-link1-new:active img.ico-new {
  filter: brightness(0) saturate(100%) invert(52%) sepia(93%) saturate(746%) hue-rotate(358deg) brightness(103%) contrast(102%);  /* Change image color to orange */
}

.swiper-wrapper-new {
  display: flex;  /* Ensure flexbox for alignment */
  align-items: center;  /* Center items vertically */
  justify-content: space-around;  /* Space between items */
}
/* Media query for screens with max width of 1024px */
@media (max-width: 1024px) {
  .swiper-wrapper-new {
    justify-content: center; /* Center all items */
    flex-direction: column; /* Stack items vertically */
  }
  
  .custom-nav-link1-new {
    justify-content: center; /* Center items horizontally */
    text-align: center; /* Center text */
  }
  
  .custom-nav-link1-new img.ico-new {
    margin-right: 0; /* Remove margin on the right */
    margin-bottom: 5px; /* Add margin below the icon */
  }
}

/* Media query for screens with max width of 768px (tablets) */
@media (max-width: 768px) {
  .swiper-wrapper-new {
    justify-content: center;
    flex-direction: column;
  }
  
  .custom-nav-link1-new {
    justify-content: center;
    text-align: center;
  }
  
  .custom-nav-link1-new img.ico-new {
    margin-right: 0;
    margin-bottom: 5px;
  }
}



/*End Barra de navegacion*/
/*areasComunies*/
.espacios-color {
  color: #516B4D;
  font-weight: bold;
  font-family: 'Century Gothic', Arial, sans-serif;
}

.textareas{
  font-size: 20px;
 

  
}
.textoscomunes{
  text-align: center;
}
/*End zonascomunes */
/* Ajusta el tamaño de la imagen en pantallas de más de 1300 píxeles */
@media (min-width: 1300px) {
  .full-screen-image {
    max-width: 70%; /* Ajusta el porcentaje según sea necesario */
    height: auto;
    margin: 0 auto; /* Centra la imagen */
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tags-list {
    margin-left: 20px; /* Ajusta este valor según sea necesario */
  }
}
/*zonas*/


.image-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between; /* Ajusta el espacio entre la imagen y la línea */
 
  margin-right: 10px; /* Espacio entre las imágenes */
}

.linea-vertical {
  margin-left: 10px; /* Ajusta el valor para el espacio entre la imagen y la línea */
  height: 57%; /* Asegúrate de que la línea ocupe toda la altura del slide */
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  height: 100%;
}
.btn-no-background {
  background-color: transparent !important;
  border: 1px solid #516B4D !important; /* Borde negro */
  color: #516B4D !important; /* Color del texto negro */
  padding: 10px 20px; /* Ajusta el padding según sea necesario */
  text-decoration: underline !important;
}
.btn-no-background:hover {
  color: #F28705!important;
}
.swiper-wrapper {
  display: flex;
  align-items: stretch; /* Asegúrate de que los elementos hijos ocupen toda la altura */
}

.btndescubre {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .swiper-slide {
      flex-direction: column;
  }

 
}
@media (max-width: 330px) {
  #apartamento-tab .nav-item .nav-link {
    font-size: 14px; /* Ajusta ligeramente el tamaño del texto */
    padding: 0.35rem 0.75rem; /* Reduce ligeramente el relleno */
  }
  
  #apartamento-tab .nav-item .nav-link i {
    font-size: 12px; /* Ajusta ligeramente el tamaño del ícono */
  }

  #apartamento-tab .nav-item {
    margin-right: 10px; /* Ajusta ligeramente el espacio entre los botones */
  }
}



/*End zonas*/

/*conoce-apartamentos*/

.aptoletter2 {
  color: #000;
  font-weight: bold;
  font-size: 24px !important;
  font-family: 'Century Gothic', sans-serif; 
}
/*conoce-apartamentos*/
.py-5{
  padding-top: 3rem !important;
    padding-bottom: 0 !important;
}
.textprincipal{
  color: #516B4D;
  font-weight: bold;
  font-family: 'Century Gothic', sans-serif;
  font-size: 32px;
 }
 
section.conoce-apartamentos {
  background-color: #EFEBDE;
  
  .aptoletter{
    color:#8C837B;
  font-size: 14px;
  font-family: 'Century Gothic', sans-serif;
  }
  .image-container {
    background-color: white;
    padding: 8px; /* Adjust the padding to reduce height */
    border-radius: 8px;
    display: inline-block;
    position: relative;
    z-index: 2; /* Ensure this is above the green background */
    /* max-height: 500px; Set a maximum height */
    overflow: hidden; /* Ensure content does not overflow */
  }

.specifications-bar {
    display: flex;
    align-items: center;
    background-color: #778C2B; /* Color verde especificado */
    padding: 10px 15px; /* Ajusta el tamaño del rectángulo */
    border-radius: 8px;
    position: absolute;
    top: 1px; /* Ajusta este valor según sea necesario para posicionar la barra */
    right: 2px; /* Ajusta este valor según sea necesario para posicionar la barra */
    z-index: 1; /* Asegúrate de que esto esté detrás de la imagen */
}

.spec-item {
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.spec-icon {
    width: 24px; /* Aumenta el tamaño del icono si es necesario */
    height: 24px;
    margin-right: 8px;
}

.spec-text {
    color: white;
    font-size: 14px; /* Ajusta el tamaño del texto si es necesario */
}

.large-number {
    font-size: 24px; /* Tamaño más grande para los números */
    font-weight: bold;
}

.spec-separator {
    width: 1px;
    height: 24px; /* Aumenta la altura del separador */
    background-color: white;
    margin: 0 10px;
}



.hero-image {
    position: relative;
}

  .tags-list {
    position: absolute;
    z-index: 5;
    top: 9px;
    left: 32px;
    width: 78%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    li {
      color: var(--bk-color);
      padding: 10px 12px;
      font-size: 14px;
      font-family: "Century Gothic";
      background-color: #516B4D;
      border-radius: 4px;
    }
  }
  .tag {
    border-left: 10px solid var(--true-green);
    background-color: #516B4D;
    padding: 8px 16px;
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
    font-size: 1rem;
  }
  .cta-1,
  .cta-2 {
    background-repeat: no-repeat;
    background-size: cover;
   
    h2 {
      color: var(--bk-color);
    }
  }
  
  .link1 {
    background-color: rgba(119, 140, 43, 0.5) !important; /* Fondo con 50% de opacidad */
    color: white !important;
  }
  .link1:hover {
    background-color: #5d701f !important; /* Ajusta este color para el efecto hover si es necesario */
  }

  .nav-pills .nav-link {
    background-color: rgba(119, 140, 43, 0.5); /* Color de fondo con opacidad del 50% */
    border-radius: 5px; /* Bordes redondeados */
    color: #3b4a42; /* Color del texto */
    font-weight: bold; /* Texto en negrita */
    margin: 0 5px; /* Margen entre los botones */
    padding: 10px 42px; /* Espaciado interno */
}
.nav-pills .nav-link {
  font-family: 'Century Gothic', sans-serif;
  font-size: 18px;
  font-weight: normal;
}

  .nav-pills .nav-link.active {
    background-color: #516b4d; /* Color de fondo del botón activo */
    color: white; /* Color del texto del botón activo */
  }

  .nav-pills .nav-link i {
    display: none; /* Ocultar el icono de flecha */
  }
}
.conoce-apartamentos .nav-pills .nav-link {
  color: var(--dark-green-color);
  background-color: var(--light-green-color);
}
.lead{
  padding-top: 10px;
}
/* Define a class for the email color */
.email-link:hover {
  color: #F2A007;
}

.textEspacios{
  
  font-size: 14px;
}
.textEspacios .icon {
  margin-right: 10px; /* Ajusta el valor según el espacio que necesites */
  vertical-align: middle; /* Alinea verticalmente el icono con el texto */
}


@media (max-width: 991.98px) {
  .nav-pills .nav-item {
    flex: 1 0 100%; /* Asegura que los botones ocupen toda la fila en pantallas pequeñas */
  }
  .nav-pills .nav-link {
    width: 100%; /* Hace que los botones ocupen todo el ancho disponible */
    margin-bottom: 0.5rem; /* Añade espacio entre los botones en pantallas pequeñas */
  }
}

/*End conoce-apartamentos*/
/*aptolujo*/
.btn-transparent {
  background-color: transparent !important;
  border: 2px solid white !important; /* Añadir borde blanco */
  color: white !important; /* Ajustar el color del texto a blanco */
  text-decoration: none; /* Remover subrayado al texto */
  padding: 10px 20px; /* Ajustar el padding según sea necesario */
  border-radius: 5px; /* Añadir borde redondeado si es necesario */
}

.btn-transparent:hover,
.btn-transparent:focus {
  background-color: rgba(255, 255, 255, 0.2); /* Añadir fondo semitransparente al pasar el mouse */
  color: white; /* Mantener el color del texto al pasar el mouse */
  text-decoration: none; /* Mantener sin subrayado */
}

/* End aptolujo */
/* CSS code */
.appointment-section {
  background-image: url('../img/imagenfondo.jpg'); /* Ruta de la imagen de fondo */
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  padding: 20px 0;
}

.appointment-section::before {
  content: "";
  background-color: rgba(119, 140, 43, 0.8); /* Color verde claro con opacidad */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.appointment-section .container {
  position: relative;
  z-index: 2;
}

.appointment-section h3 {
  font-size: 29px !important; /* Texto más pequeño */
  font-weight: bold;
  margin-bottom: 5px;
}

.appointment-section p {
  font-size: 16px; /* Texto más pequeño */
  margin-bottom: 10px;
  text-align: center !important;
}

.btn-orange {
  background-color: transparent;
  color: white;
  border: 2px solid white;
  padding: 5px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 12px; /* Texto más pequeño */
}

.btn-orange:hover {
  background-color: #F28705;
}

.contact-info {
  display: flex;
  flex-direction: column;
}

.contact-item {
  display: flex;
  align-items: center;
  font-size: 12px; /* Texto más pequeño */
}

.contact-item .icon {
  width: 18px; /* Iconos más pequeños */
  height: 18px;
  margin-right: 5px;
}

/* Responsive styles */
@media (max-width: 768px) {
  .appointment-section .col-md-6 {
    text-align: center;
    margin-bottom: 20px;
  }

  .appointment-section h3 {
    font-size: 14px; /* Texto más pequeño en mobile */
  }

  .appointment-section p {
    font-size: 10px; /* Texto más pequeño en mobile */
  }

  .btn-orange {
    font-size: 10px; /* Texto más pequeño en mobile */
  }

  .contact-item {
    font-size: 10px; /* Texto más pequeño en mobile */
  }

  .contact-item .icon {
    width: 16px; /* Iconos más pequeños en mobile */
    height: 16px;
  }
}

.btnpuntos {
  background-color: transparent;
  border: 2px solid #516B4D;
  color: #516B4D;
  padding: 10px 20px;
  border-radius: 5px; /* Ajusta el valor según sea necesario */
  text-decoration: none;
  display: inline-block;
  font-size: 16px; /* Ajusta el tamaño de fuente según sea necesario */
}

.btnpuntos:hover {
  background-color: rgba(0, 0, 0, 0.1); /* Añadir un efecto de hover si lo deseas */
}


.nav-link {
  background-color: var(--dg-color);
  color: var(--wh-color);
}

.nav-link.active {
  background-color: var(--light-green-color) !important;
  color: var(--wh-color) !important;
}

.nav-link.dark-green-active.active {
  background-color: var(--dark-green-color) !important;
  color: var(--wh-color) !important;
}


/* FONTS */
@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/CenturyGothic.woff2') format('woff2'),
       url('../fonts/CenturyGothic.woff ')format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/CenturyGothic-Bold.woff2') format('woff2'),
       url('../fonts/CenturyGothic-Bold.woff ')format('woff');
  font-weight: normal;
  font-style: normal;
}



@font-face {
  font-family: 'Reina Neue';
  src: url('../fonts/ReinaNeue-Black.woff2') format('woff2'),
       url('../fonts/gotham-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


body {
  font-family: 'Century Gothic', Arial, sans-serif;
}




/* RESET */
html {
  box-sizing: border-box;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}




body,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

a,
img {
  -webkit-tap-highlight-color: transparent;
}

body,
html {
  height: 100%;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: var(--bg-light);
}

::-webkit-scrollbar-thumb {
  background-color: var(--orange-color);
  border-radius: 20px;
  border: 0px solid var(--bg-light);
}

[id] {
  scroll-margin-top: 100px;
}

/* STRUCTURE */
body {
  background: var(--bk-color);
  color: var(--text-color);
  font-family: var(--font-family);
  font-size: var(--font-size);
  scrollbar-color: var(--bk-color) var(--red-color);
}

.sticky-top {
  top: 20px; /* Ajusta este valor según la altura de tu header */
}



main {
  margin-top: 89px;
  
}
.text-white {
  color: #ffffff;
}
.fixed-bottom-nav {
 
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background-color: #403933;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  padding: 0;
}

.swiper-navigator {
  background-color: #403933;
}

.swiper-wrapper {
  display: flex;
  justify-content: space-around;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.custom-nav-link1-new {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  color: #000;
}
/*whatsapp Icon */

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  z-index: 1000;
}

.whatsapp-float img.whatsapp-icon {
  margin-top: 10px;
  width: 40px;
  height: 40px;
}

/*whatsapp Icon */
/* FORMS */
.form-check-inline {
  margin-right: 0.5rem;
}
div.error-message {
  color: yellow;
}
.btncolor{
  color: var(--green-btn);
}
.numbers{
  color: rgba(81, 107, 77, 1) !important;
  
}
.fuente{
  font-family: 'Century Gothic', Arial, sans-serif;
  
  color: rgba(81, 107, 77, 1);
}
.text-center{
  font-size: 24px !important;
  font-family: 'Century Gothic', Arial, sans-serif;
  color: rgba(81, 107, 77, 1);
}
.custom-center{
  text-align: center;
 
  color: rgba(81, 107, 77, 1)
  
}
@media (max-width: 768px) {
  .area-container .d-flex {
      display: flex;
      flex-direction: row; /* Asegura que los elementos se alineen en fila */
      justify-content: space-around; /* Espacio entre los elementos */
  }

  .area-container .area-box {
      flex: 0 0 45%; /* Ajustar el ancho de cada caja */
      text-align: center; /* Centrar el texto dentro de cada caja */
  }
}

.smaller-text {
  font-size: 1.5rem !important; /* Ajusta el tamaño según tus necesidades */
  line-height: 1.5 !important;  /* Ajusta la altura de línea si es necesario */
}
.form-box input.form-control,
.form-box select.form-select {
    background-color: rgba(239, 235, 222, 1) !important;
    border-color: #403933!important;
}


.zonad{
  font-family: 'Reina Neue', sans-serif !important;
  color: rgba(81, 107, 77, 1)!important;
 
}
.fuente {
  font-family: 'Reina Neue', sans-serif !important;
  /* Add any additional styling for the font if needed */
}

.zonad1 {
  font-family: 'Reina Neue', sans-serif !important;
  color: rgba(81, 107, 77, 1)!important;
  font-size: 38px;
}
.textlujo{
  font-family: 'Reina Neue', sans-serif !important;
  color: white;
  font-size: 15px;
}
.textlujofin{
  font-size: 14px;
}
.textp{
  font-size: 16px !important;
  color: rgba(81, 107, 77, 1)!important;
}


h1 {
  font-size: 2.2rem;
  line-height: 2.6rem;
}
h2 {
  
  font-size: 2rem;
  line-height: 2.4rem;
}
h3 {
  color: var(--true-green);
  font-size: 1.5rem;
  line-height: 2rem;
}
h4 {
  color: var(--true-green);
  font-size: 1.25rem;
  line-height: 1.5rem;
}
h5 {
  font-size: 1.15rem;
  line-height: 1.5rem;
}
h6 {
  font-size: 1rem;
  line-height: 1.5rem;
}
p {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  h2 {
    font-size: 1.7rem;
    line-height: 2rem;
  }
  h3 {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }
  h4 {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  h5 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  h6 {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  p {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
}

a {
  text-decoration: none;
}

hr {
  color: var(--light-green-color);
  border-width: 2px;
}



.subtitle {
  font-size: 16px;
  line-height: 1.5rem;
  color: white;
  text-align: end;
}
.icon-validation {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: none; /* Inicialmente oculto */
}
.image-box,
.image-box-mobile {
  position: relative;
  padding-right: 20px; /* Asegúrate de tener espacio para la línea */
}

.image-box::after,
.image-box-mobile::after {
  content: '';
  position: absolute;
  right: 10px; /* Ajusta según el padding-right */
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #000; /* Color de la línea */
}

.swiper-slide.image-box-mobile:last-child::after,
.image-box:last-child::after {
  display: none; /* No mostrar la línea en la última imagen */
}


.input-gray {
  padding-right: 40px; /* Añade espacio para el ícono */
}


@media screen and (max-width: 991px) {
  .subtitle {
    font-size: 1rem;
  }
}
.footer{
  background-color: #403933 !important;
  color: white!important;
}
/* GRADIENTS */
.bg-green {
  background-color: #516B4D;
}
/*ubicacion */

.ubicacion-estrategica{
  background-color: #E0D9C1;

}
.recuadros{
  padding-top: 1em !important;
}
@media (min-width: 500px) and (max-width: 800px) {
  .swiper-wrapper {
    margin-top: -100px; /* Ajusta el valor según sea necesario */
  }
}


/* HEADER */
/* header{
  border-bottom: 1px solid var(--dark-green-color);
} */

.postheader {
  background-color: #403933 !important;
 margin-top: -10px;
  font-size: 1rem;
  color: #ffffff;
}
/* HEADER */
/* HERO */
.tags-list2{
  position: absolute;
  z-index: 5;
  top: 18px;
  left: 32px;
  width: 78%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  li {
    padding: 5px 5px;
    font-size: 14px;
    font-family: "";
    background-color: #faf4f4;
    border-radius: 4px;
  }
}
.tags-list1 {
  position: absolute;
  z-index: 5;
  top: 55px;
  left: 32px;
  width: 78%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  li {
    padding: 5px 5px;
    font-size: 14px;
    font-family: 'Century Gothic', sans-serif;
    background-color: #faf4f4;
    border-radius: 4px;
  }
}
section.hero {
  background-color: #e5dfcb;
  padding-top: 40px;
 
  .tags-list {
    position: absolute;
    z-index: 5;
    top: 18px;
    left: 32px;
    width: 78%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    li {
      padding: 5px 5px;
      font-size: 14px;
      font-family: 'Century Gothic', sans-serif;
      background-color: #faf4f4;
      border-radius: 4px;
    }
  }
  .btn-share {
    position: absolute;
    z-index: 5;
    top: 58px;
    right: 37px;
    border: none;
    background-color: #F2A007;
    border: 1px solid var(--first-color);
    height: 40px;
    line-height: 35px;
    width: 40px;
    border-radius: 20px;
    text-align: center;
  }
  .image-container {
    background-color: #F4F1E5 !important;
    padding: 20px;
}

.image-box {
  text-align: center;
  padding: 10px;
  
}
.correo {
  color: black !important;
  font-weight: bold; /* Asegurar que el texto esté en negrita */
  text-decoration: none; /* Quitar el subrayado del enlace */
}

.correo:hover {
  text-decoration: underline; /* Opcional: añadir subrayado al pasar el ratón */
}

.image-box img {
  max-width: 40%;
  height: auto;
}
.luxury-nav-link{
color: white !important;
}
.imagezonas .row {
  flex-wrap: nowrap;
  overflow-x: auto;
}

.imagezonas .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.listag{
  top: 30px !important;

}
  .form-box {

   
  
    border-radius: var(--border-radius);
   
    form {
      
     
      a:link,
      a:visited {
        color: var(--wh-color);
        text-decoration: underline;
        font-family: 'Century Gothic', sans-serif;
      }
      
      
    }
  }
  .data {
    p {
      color: var(--true-green);
      font-family: 'Century Gothic', sans-serif;
      & span {
        color: var(--dark-green);
      }
    }
  }
}


section.sala-ventas {
  background-color: var(--dark-green-color);
  background-image: url("../img/sala-ventas.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% 10%;
  & h2 {
    color: var(--bl-color);
  }
  & h3 {
    font-family: 'Century Gothic', sans-serif;
    color: var(--wh-color);
  }
  & p {
    font-family: 'Century Gothic', sans-serif;
  }
}

@media screen and (max-width: 991px) {
  section.hero {
    .tags-list {
      top: 18px;
      left: 20px;
    }
    .btn-share {
      top: 105px;
      right: 20px;
    }
  }
}


/* HERO */
section.tku-hero {
  background-color: #516B4D;
  background-image: url("../img/imgprincipal.jpg");
  background-repeat: repeat;
  color: var(--wh-color);
}
.tku-hero {
  position: relative;
  background: url('../img/imgprincipal.jpg') no-repeat center center;
  background-size: cover;
  color: white;
  text-align: center;
}

.tku-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(81, 107, 77, 0.9); /* Fondo verde semitransparente */
  z-index: 1;
}

.tku-hero .container-md {
  position: relative;
  z-index: 2;
}
.btn-whatsapp{
  padding: 10px 70px;
  color: #000;
}
.btntku{
  background-color: #591902 !important;
  color: white!important;

}
.textpage{
  font-size: 20px !important; 
  color: white;
}
.textotku{
  font-size: 20px !important; 
  color: white;

}
/* Ajustes para dispositivos móviles */


.link-light {
  color: white;
  margin-right: 804px;
}

.link-light:hover {
  color: lightgray;
}

.btn-orange {
  background-color: #ff8c00;
  color: black;
}


.btn-orange:hover {
  background-color: #F28705;
  color: white;
}

 /* tku-page */
 .navigation-links {
  display: flex !important;
  justify-content: center !important; /* Centra todo el contenido de .navigation-links */
  align-items: center !important;
  width: 100% !important; /* Asegura que ocupe todo el ancho de su contenedor */
  padding-top: 2em; /* Añadir espacio arriba */
}

.find-us-text {
  margin-right: 10px !important; /* Espacio entre el texto y el primer botón */
  color: black !important; /* Color del texto */
  font-size: 20px;
  
}

.btn-same-size {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;  /* Increased width */
  height: 50px;  /* Decreased height */
  padding: 10px;  /* Adjusted padding */
  background-color: rgba(89, 25, 2, 1);  /* Set the background color */
  color: white;
  text-decoration: none;
  border-radius: 5px;  /* Optional: for rounded corners */
  font-size: 18px;  /* Adjusted font size */
  font-weight: bold;  /* Make the text bold */
}

.btn-icon {
  margin-right: 10px;  /* Space between icon and text */
  width: 24px;  /* Adjust the size of the icon */
  height: auto;  /* Maintain aspect ratio */
}

/* Optional: Hover effects */
.btn-same-size:hover {
  background-color: rgba(70, 20, 2, 1);  /* Darker shade on hover */
  color: white;
  text-decoration: none;
}



.btn-icon {
  width: 20px; /* Ancho del icono */
  height: 20px; /* Alto del icono */
  margin-right: 10px; /* Espacio entre el icono y el texto */
}

.subrayado{
  text-decoration: underline !important;
}

.btn-icon {
  width: 20px; /* Ancho del icono */
  height: 20px; /* Alto del icono */
  margin-right: 10px; /* Espacio entre el icono y el texto */
}


/* MAIN */
section.navigation {
  background-color: #403933;
  border-bottom-left-radius: 23px;
  border-bottom-right-radius: 20px;
  text-align: center;
  .swiper-slide {
    a {
      flex-flow: column;
      align-items: center;
      .ico {
        max-width: 32px;
      }
      .title {
        display: block;
        color: var(--wh-color);
        font-size:  20xp;
        font-family: 'Century Gothic', sans-serif;

      }
    }
  }
}


.separator-top {
 
  background-image: url("../img/sep-top.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}


.custom-heading {
  font-size: 1.5rem; /* Ajusta el tamaño según sea necesario */
}

.custom-heading span {
  color: #516B4D;
  font-weight: bold;
}


section.areas-comunes {
  background-color: #EFEBDE;
  .tags-list {
    position: absolute;
    z-index: 5;
    top: 20px;
    left: 32px;
    width: 78%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    border-radius: 5px;
    gap: 0.75rem;
    li {
      padding: 8px;
      font-size: 14px;
      font-family: 'Century Gothic', sans-serif;
      color: var(--bl-color);
      background-color: rgba(242, 160, 7, 1);
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      border-radius: 5px;
    }
  }
}

.separator-bottom {
  min-height: 75px;
  background-image: url("../img/sep-bottom.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}


section.recorre-apartamentos {
  background-color: var(--bg-light);
  iframe {
    height: 450px;
  }
}

@media screen and (max-width: 992px) {
  section.recorre-apartamentos {
    background-color: var(--bg-light);
    iframe {
      height: 400px;
    }
  }
}

@media screen and (max-width: 480px) {
  section.recorre-apartamentos {
    .nav-pills {
      justify-content: space-between;
    }
  }
}

.zona-estrategica {
  padding: 20px;
  background: #EFEBDE; /* Fondo blanco para la sección completa */
}
.textmedio {
 
  font-family: 'Reina Neue', sans-serif !important; /* Primero Century Gothic, luego alternativas */
}


.interest-points img {
  margin-right: 10px;
  width: 24px; /* Ajusta según el tamaño deseado de tus íconos */
}

.interest-points .row .col-4, .interest-points .row .col-6 {
  padding: 0; /* Reduce el espacio interno para evitar desbordamientos */
}
.interes-title { /* Aplica negrita al texto */
  font-size: 18px;    /* Tamaño de la fuente */
  margin-bottom: 15px; /* Espacio debajo del título */
}

.btn-primary {
  background-color: #ff8c00;
  color: black;
  border: none;
  padding: 10px 20px;
  display: block;
  width: 100%;
  font-weight: bold;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Añadir sombreado */
}

.imagen-zona img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.navigation-links {
  display: flex !important;
  justify-content: center !important; /* Centra todo el contenido de .navigation-links */
  align-items: center !important;
  width: 100% !important; /* Asegura que ocupe todo el ancho de su contenedor */
}

.find-us-text {
  margin-right: 10px !important; /* Espacio entre el texto y el primer botón */
  color: black !important; /* Color del texto */
}

.nav-btn {
  background-color: #8B0000 !important; /* Color de fondo rojo para todos los botones */
  padding-top: 2em; /* Añadir espacio arriba */
  color: white !important; /* Texto en blanco */
  padding: 30px 70px !important;
  text-decoration: none !important;
  font-weight: bold !important;
  border-radius: 5px !important;
  margin: 0 5px !important; /* Margen entre botones */
}
.btn-waze, .btn-maps {
  padding: 15px 30px; /* Aumenta el padding para hacer el botón más grande */
  font-size: 18px; /* Aumenta el tamaño de la fuente para mejorar la legibilidad */
  border-radius: 8px; /* Aumenta un poco el borde redondeado para estética */
  font-weight: bold; /* Asegura que el texto sea en negrita */
  text-transform: uppercase; /* Texto en mayúsculas para más impacto visual */
  display: inline-block; /* Asegura que el botón se maneje correctamente */
  transition: background-color 0.3s; /* Transición suave del color de fondo */
}

.btn-waze:hover, .btn-maps:hover {
  background-color: #A52A2A; /* Cambio de color al pasar el mouse */
  opacity: 0.9; /* Ligeramente más opaco al pasar el mouse para efecto interactivo */
}

.btn-waze {
  background-color: #591902!important; 
  padding: 10px 90px;/* Rojo específico para botón Waze */
}

.btn-maps {
  background-color: #591902!important; /* Rojo específico para botón Maps */
  padding: 10px 90px;
}

.nav-btn:hover {
  opacity: 0.8 !important; 
}



.titulo-central {
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px; 
  color: #516B4D;
  padding: 1em;
  font-family: 'Century Gothic', sans-serif;
  
}
.hora{
  margin-left: 15px;
}




.zona-estrategica ul li i {
  margin-right: 10px; /* Espacio entre ícono y texto */
}

.zona-estrategica .btn {
  background-color: #ff8c00; /* Color del botón */
  color: white;
  border: none;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
}

.imagen-zona img {
  width: 100%; /* Asegura que la imagen ocupe todo el espacio disponible */
  border-radius: 10px; /* Bordes redondeados */
  box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* Sombra ligera */
}
.textE{
  font-size: 20px;
 font-weight: bold;
}
.text-orange{
  color: #516B4D;
}
section.puntos-interes {
  background-color: var(--bg-light);
  .iframe {
    width: 100%;
    display: flex;
    &.location {
      opacity: 1;
      transform: translate(0);
    }
    .padding-global.mobile {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
      .html-embed-2 {
        width: 100%;
        height: 600px;
      }
    }
  }
}
@font-face {
  font-family: 'CenturyGothic';
  src: url('fonts/CenturyGothic.woff2') format('woff2'),
       url('fonts/CenturyGothic.woff') format('woff'); /* Ajusta las rutas según tus archivos */
  font-weight: normal;
  font-style: normal;
}

@media screen and (max-width: 991px) {
  section.puntos-interes {
    .iframe {
      .padding-global.mobile {
        .html-embed-2 {
          height: 400px;
        }
      }
    }
  }
}

section.ubicacion {
  background-color: #EFEBDE;
  .map {
    border-radius: var(--bs-border-radius);
  }
}

section.referidos {
  background-color: var(--bg-light);
  .row {
    .card {
      border-color: transparent;
      box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
    }
  }
}

@media screen and (max-width: 991px) {
  section.referidos {
    .row {
      .card {
        margin-top: -50px;
      }
    }
  }
}

section.otros-canales {
  background-color: var(--bg-light);
  .card {
    border-color: transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
    a:link,
    a:visited {
      color: var(--dark-green-color);
    }
  }
}

/* PREFOOTER */
.pre-footer {
  background-color: var(--dark-green-color);
  background-image: url("../img/pre-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  & h2 {
    color: var(--wh-color);
  }
  & h3 {
    font-family: 'Century Gothic', sans-serif;
    color: var(--wh-color);
  }
}

/* FOOTER */
footer {
  p {
    a {
      text-decoration: none;
      display: inline-flex;
      &:link {
        color: var(--wh-color);
      }
      &:hover {
        color: var(--light-green-color);
      }
      & img {
        margin-right: 5px;
      }
    }
  }
}

/* MODAL */
.modal {
  .modal-header {
    border-bottom: transparent;
    padding: 15px 20px 0px 0px;
    .btn-close {
      background: none;
      width: 2em;
      height: 2em;
      opacity: 1;
    }
  }
  .modal-body {
    a:link,
    a:visited {
      color: var(--dark-green-color);
    }
    a:hover,
    a:focus {
      color: var(--dg-color);
    }
  }
}
.modal-backdrop {
  background-color: var(--true-green);
}

/* ALERTS */
.alert-light {
  background-color: #5c7757;
  border-radius: 10px;
  border-color: var(--dark-green-color);
  font-family: 'Century Gothic', sans-serif;
  font-weight: 400;
  h3 {
    
    color: white;
    
  }
}
.alert-light-green {
  background-color: var(--light-green-color);
  h3 {
    color: var(--dark-green-color);
    text-align: center !important;
  }
}
.agenda {
  font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif !important;
  font-size: 24px;
}

.infotext1 {
  font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif!important;
  font-size: 20px;
}

/* Media query for mobile screens */
@media (max-width: 767px) {
  .text-center {
      margin-left: 0 !important; /* Ensure no margin on mobile */
  }
  .imagen-zona{
    padding-top: 2em;
  }
  .contact-info{
    padding-top: 2em;
  }
 
  .tags-list li {
    position: relative; /* Ensure left positioning works */
    left: 40px !important; /* Ajuste del margen izquierdo en móviles */
    margin-top: -2.5em; /* Ajuste para subir el elemento en móviles */
    font-size: 10px;
    background-color: white;
    padding: 0; /* Eliminar el padding en móviles */
    width: 95%; }

    .tags-listmobile{
      left: -24px !important; /* Ajuste del margen izquierdo en móviles */
      width: 50% !important;
      top: 4em !important;
    }


}




.form-box .row {
  margin-left: 0;
  margin-right: 0;
}

.form-box .row .col-12 {
  padding-left: 0;
  padding-right: 0;
}

.form-box .row .col-md-6 {
  width: 50%;
  padding-left: 0.25em; /* Reduced padding */
  padding-right: 0.25em; /* Reduced padding */
}

.form-box .row .col-md-6 input {
  margin-bottom: 0.5em; /* Reduced margin */
}


/* Media query for larger screens */
@media (min-width: 768px) {
  .py-2 {
      margin-left: 20px; /* Add margin on larger screens */
  }
}



/* BUTTONS */
.btn-orange {
  font-family: 'Century Gothic', sans-serif;
  font-size: 1.125rem;
  background-color: var(--orange-color);
  color: var(--black);
  border: 1px solid var(--orange-color);
  border-radius: 4px;
  padding: 8px 24px;
  text-align: center;
  line-height: initial;
  &:hover {
    color: var(--bl-color);
    background-color:#F28705;
    border-color: var(--true-green);
    img {
      filter: brightness(0) saturate(100%) invert(0%) sepia(4%) saturate(7498%)
        hue-rotate(119deg) brightness(85%) contrast(102%);
    }
  }
  &:active {
    opacity: 0.5;
  }
}
@media (max-width: 768px) {
  .alert .d-flex {
      flex-direction: column; /* Cambia la dirección del flex a columna */
      text-align: center; /* Centra el texto */
  }

  .alert .align-content-center {
      padding: 0.5em 0; /* Ajusta el padding en móviles */
  }

  .alert .py-2 {
      padding-top: 1em; /* Ajusta el padding superior */
      padding-bottom: 1em; /* Ajusta el padding inferior */
  }

 
  .fs-5 {
      font-size: 1rem; /* Ajusta el tamaño del texto para móviles */
  }

  
}

.btn-outline-dark-green {
  background-color: transparent;
  color: var(--dark-green-color);
  border: 1px solid var(--dark-green-color);
  border-radius: 8px;
  padding: 8px 24px;
  text-align: center;
  line-height: initial;
  img {
    margin-right: 10px;
  }
  &:hover {
    font-family: 'Century Gothic', sans-serif;
  }
}
.btn{
  background-color: #F2A007;
}
.nav-pills .nav-link {
  font-size: 1.25rem;
  font-family: 'Century Gothic', sans-serif;
  margin: 5px;
}



.recorre-apartamentos .nav-pills .nav-link {
  color: var(--dark-green-color);
  background-color: transparent;
  border: 1px solid var(--dark-green-color);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--wh-color);
  background-color: var(--dark-green-color);
}

.nav-pills {
  --bs-nav-apartamento-border-radius: 4px;
}

/* SWIPPER */
.swiper {
  width: 100%;
  height: 100%;
  padding: 0px;
}

.swiper-slide {
  text-align: center;
  display: flex;
  height: 95% !important;
  justify-content: center;
  /* margin-bottom: 20px; */
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-wraps-controls {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 20px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  color: #403933;
  width: 10px;
}

.swiper-button-next,
.swiper-button-prev {
  /* position: unset; */
  display: block;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0;
  right: auto;
  transform: scale(0.6);
  top: 23%;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0;
  left: auto;
  transform: scale(0.6);
  top: 23%;
}
.swippercomun{
  padding-top:1em;
}


.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 47px !important;
  width: auto;
  position: relative;
}
/* Puntos de paginación Swiper */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: rgba(119, 140, 43, 0.5); 
  height: 14px;
  width: 14px;
  opacity: 1;
}

/* Punto activo */
.swiper-pagination-bullet-active {
  background-color: #778C2B !important; /* Color activo */
  opacity: 1 !important; /* Asegura que el punto activo tenga opacidad completa */
}

.fs-small {
  font-size: 0.75rem; /* Ajusta este valor según lo que necesites */
}


/* tipologia */
.swiper-tipo2,
.swiper-tipo3,
.swiper-tipo4,
.swiper-tipo4a,
.swiper-tipo5,
.swiper-tipo6 {
  
 
  .swiper-slide {
    .hero-image {
    
    
      img {
        border-radius: var(--bs-border-radius);
      }
    }
  }
}
/* New Section Styles */
.apartamentos-de-lujo {
  background-color: #516B4D; /* Background color as seen in the image */
  color: #ffffff;
}

.luxury-title {
  color: #ffffff;
  margin-bottom: -2px;
}

.luxury-subtitle {
  color: #ffffff;
 padding: 1em;
}
.cta-1 {
  display: flex;
  justify-content: center; /* Centra horizontalmente */
  align-items: center; /* Centra verticalmente */
}

.img-banner {
  max-width: 100%; /* Asegura que la imagen no se salga de su contenedor */
  height: auto; /* Mantiene la proporción de la imagen */
}

/* Media Query para pantallas más grandes */
@media (min-width: 992px) {
  .cta-1 {
      justify-content: center; /* Asegura centrado horizontal en pantallas grandes */
  }
}

.luxury-nav-pills .luxury-nav-link {
  background-color: #778C2B;
  color: #fff;
  border-radius: 1px;
  margin: 0 10px;
  padding: 0.5rem 1rem;
  transition: background-color 0.3s;
}

.luxury-nav-pills .luxury-nav-link:hover,
.luxury-nav-pills .luxury-nav-link:focus,
.luxury-nav-pills .luxury-nav-link.active {
  background-color: #004949;
  color: #ffffff;
}

.luxury-swiper-container {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
}

.luxury-swiper-slide {
  background: transparent; /* Changed to transparent */
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.luxury-swiper-slide .row {
  width: 100%;
}

.luxury-swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.luxury-images .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.luxury-images .img-fluid {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.luxury-btn-orange {
  background-color: #F2A007;
  color: #000;
  border: none;
  padding:10px 50px;
  border-radius: 2px;
  text-decoration: underline;
  font-size: 16px;
  transition: background-color 0.3s;

}
.container3 {
  background-color: rgba(92,119,87,255);  /* Color de fondo verde */
  border-radius: 10px;        /* Esquinas redondeadas */
  padding: 1em 170px;             /* Espaciado interno */
  display: flex;              /* Flexbox para alinear elementos */
  align-items: center;        /* Centra los elementos verticalmente */
  box-shadow: 2px 2px 10px rgba(0,0,0,0.2);  /* Sombra para el contenedor */
  gap: 20px;                  /* Espacio entre los elementos */
}

.info-text {
  color: white;               /* Texto en blanco */
  font-size: 22px;            /* Tamaño de fuente */
  flex-grow: 1;               /* Permite que el texto ocupe el espacio restante */
}
.infotext1{
  color: white !important;
}
.cuotaI{
  background-color: #EFEBDE !important;
  color: #516B4D!important;

}
.colorleter{
  color: #000!important;
}

.custom-btn {
  margin-top: -10px; /* Adjust this value as needed */
  padding: 10px 20px; /* Example padding */
  background-color: #F2A007; /* Example background color */
  color: #000; /* Example text color */
  border: none; /* Remove border */
  border-radius: 5px; /* Optional rounded corners */
  text-decoration: none; /* Remove underline */
  font-weight: bold; /* Make text bold */
  display: inline-block; /* Keep button inline */
 
}

.custom-btn:hover {
  background-color: #d9a404;  /* Color amarillo más oscuro al pasar el mouse */
}


.luxury-btn-orange:hover {
  background-color: #F28705; /* Slightly darker on hover */
}

.luxury-btn-outline-secondary, .luxury-btn-outline-primary {
  margin: 0 5px;
}

.luxury-btn-outline-secondary {
  border: 2px solid #8fc8c9;
  color: #778C2B;
}

.luxury-btn-outline-primary {
  border: 2px solid #d5803e;
  color: #d5803e;
}

.luxury-btn-outline-secondary:hover {
  background-color: #778C2B;
  color: #ffffff;
}

.luxury-btn-outline-primary:hover {
  background-color: #d5803e;
  color: #ffffff;
}
.texarea{
  font-size: 16px !important;
}
.luxury-title {
  font-size: 30px;
}

/* Media Queries */
@media (max-width: 1200px) { /* Tablet and smaller desktops */
  .luxury-title {
    font-size:32px;
  }

  .luxury-subtitle {
    font-size: 1rem;
  }

  .luxury-nav-pills .luxury-nav-link {
    margin: 0 5px;
    padding: 0.5rem;
    font-size: 0.9rem;
  }

  .luxury-btn-orange, .luxury-btn-outline-secondary, .luxury-btn-outline-primary {
    padding: 0.4rem 1.5rem;
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) { /* Mobile devices */
  .luxury-title {
    font-size: 1.25rem;
  }

  .luxury-subtitle {
    font-size: 0.9rem;
  }

  .luxury-nav-pills {
    flex-direction: column;
  }

  .luxury-nav-pills .luxury-nav-link {
    margin: 5px 0;
    padding: 0.5rem;
    font-size: 0.85rem;
  }

  .luxury-swiper-slide img {
    border-radius: 5px;
  }

  .luxury-btn-orange, .luxury-btn-outline-secondary, .luxury-btn-outline-primary {
    padding: 0.3rem 1rem;
    font-size: 0.8rem;
  }
}

@media (max-width: 576px) { /* Smaller mobile devices */
  .luxury-title {
    font-size: 1rem;
  }

  .luxury-subtitle {
    font-size: 0.8rem;
  }

  .luxury-nav-pills .luxury-nav-link {
    margin: 5px 0;
    padding: 0.4rem;
    font-size: 0.75rem;
  }

  .luxury-swiper-container {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .luxury-btn-orange, .luxury-btn-outline-secondary, .luxury-btn-outline-primary {
    padding: 1rem ;
    font-size: 18px;
  }
  .logos-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.logos-container .logo {
    flex: 1 1 45%; /* Ajustar el ancho para que ocupen la mitad del contenedor con un pequeño margen */
    max-width: 45%;
    padding: 0.5em; /* Ajustar el padding para espacio entre las imágenes */
}
/* Centrar el texto en los divs */
.footer .col-12.col-lg-3.mb-3 {
  text-align: center;
}

.footer .col-12.col-lg-3.mb-3.text-center.text-lg-end {
  text-align: center;
}



/* Espaciado entre los íconos de redes sociales */
.footer a img {
  margin: 0.5rem;
}
}
/* bullets position */
.swiper-hero .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-tipo2 .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-tipo3 .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-tipo4 .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-tipo4a .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-tipo5 .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-tipo6 .swiper-pagination-bullets.swiper-pagination-horizontal {
 
  width: auto;
  position: relative;
  height: 0px;
}

/* hero */
/* hero */
.swiper-hero {
  padding: 0px;
  height: 82%;
  border-radius: var(--bs-border-radius);
  .swiper-slide {
    margin-bottom: 0px;
    .hero-image {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      min-height: 100%;
      border-radius: var(--bs-border-radius);
      
    }
  }
}
.large-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btnespacios{
  padding-top: 2em;
}

.large-image {
  width: 100%; /* Hace que la imagen ocupe todo el ancho del contenedor */
  height: auto; /* Mantiene la proporción de la imagen */
  max-width: 3000px; /* Ajusta este valor según sea necesario */
}


.swiper-hero .swiper-slide .row {
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 460px;
}

.area-container {
  background-color: #e0d9c1; /* Adjust the color to match your needs */
  padding: 15px;
  border-radius: 10px; /* Rounded corners */
}

.title {
  font-weight: bold;
  color: #6b705c; /* Darker text color */
  margin-bottom: 10px;
  text-align: left; /* Left align the title */
  
}
.area-container, .space-container {
    padding: 20px;
    background-color: #e0d9c1; /* Light gray background */
    border-radius: 10px; /* Rounded corners for the containers */
    margin-bottom: 20px;
}

.title {
    font-weight: bold;
    margin-bottom: 10px;
}

.area-box, .p-2 {
    padding: 10px;
    text-align: left; /* Left align content for readability */
}

/* Adjust column settings for a tighter layout */
.col-4 {
  padding: 5px; /* Continue with reduced padding inside each column */
}

/* Optional: Further tighten the layout by reducing gutter space */
.row.g-2 {
  margin-right: -2px; /* Adjust negative margin to bring columns closer */
  margin-left: -2px; /* Adjust negative margin to bring columns closer */
}


.area-container1 {
  padding: 10px; /* Reduced padding for a more compact look */
  background-color: #e0d9c1; /* Example background color */
  border-radius: 10px; /* Rounded corners for the container */
}

.title {
  font-size:  20px;
  font-family: 'Century Gothic', sans-serif;
  margin-bottom: 5px; /* Reduced margin below the title */
  font-weight: bold;
  color: black;
}

.locationtext{
  font-size: 16px;
}
.form-select {
  font-size: 12px; /* Ajusta el tamaño según sea necesario */
}

.area-box1 {
  flex: 1; /* Ensures equal distribution of space */
  padding: 8px; /* Reduced padding within each area box */
  text-align: center; /* Centers the text */
  color: rgba(81, 107, 77, 1);
  font-weight: 900 !important; /* Maximum thickness */
}
.form-control::placeholder {
  font-size: 11px; /* Ajusta el tamaño según sea necesario */
  color: #888; /* Ajusta el color si lo deseas */
}

.nav-link.custom-nav-link {
  background-color: #778C2B80;
  color: #fff;
  margin: 0 5px;
}

.nav-link.custom-nav-link.active {
  background-color: #778C2B;
  color: #fff;
}



.area-box1 h4 {
  font-size: 1rem; /* Smaller font size for the area measurements */
  margin-bottom: 2px; /* Reduced space between the number and description */
  color: #516b4d;
  font-weight: 900;
}



/* Adjust column padding for a tighter layout */

/* Optional: Additional responsive adjustments */
@media (max-width: 768px) {
  .col-4 {
      flex: 0 0 50%; /* Makes two items per row on smaller screens instead of three */
      max-width: 50%;
  }
}

@media (max-width: 576px) {
  .col-4 {
      flex: 0 0 100%; /* Stack items vertically on very small screens */
      max-width: 100%;
  }
}


@media (max-width: 991px) {
    .d-flex {
        flex-direction: column; /* Stack items vertically on smaller screens */
    }
}

/* Estilos para dispositivos móviles */
@media (max-width: 768px) {
  .area-container1 .area-wrapper {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
  }

  .area-container1 .area-box1 {
      flex: 1 0 30%; /* Ajustar el ancho de cada caja para que se distribuyan equitativamente */
      text-align: center; /* Centrar el texto dentro de cada caja */
      margin: 0.5em; /* Espacio entre los elementos */
  }
  .numeros{
    color: #516B4D;
    font-size: 14px !important;
  }
}

.form-box {
  margin-top: -30px !important; /* Ajusta el valor según sea necesario */
}





.area-box {
  flex: 1;
  text-align: center;
  padding: 10px;
  border-right: 2px solid #c9d6b8; /* Lighter border for separation */
}

.area-box:last-child {
  border-right: none;
}

.area-box h4 {
  font-weight: bold;
  color: #6b705c;
  font-size: 13px;
}

.area-box p {
  margin-top: -10px; /* Closer to the number */
  color: #6b705c;
  font-size: 14px;
}
@media (min-width: 900px) {
  .imagetipo2 {
      width: 1200px !important;
  }
}

/* Areas comunes */
/* Default styles for desktop */
.title-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  top: 10px;
  
}

@media (max-width: 670px) {
  .d-md-none {
    display: block !important;
    text-align: center;
    margin-bottom: 10px;
  }
}

.title-container .lead {
  margin-right: 15px;
}

@media (max-width: 767px) {
  /* Styles for mobile */
  .title-container {
    flex-direction: column; /* Stack elements vertically */
    align-items: center; /* Center align items */
    text-align: center; /* Center align text */
  }

  .title-container .lead {
    margin-right: 0; /* Remove margin for mobile */
    margin-bottom: 10px; /* Add bottom margin for spacing */
  }
}

.swiper-comunes {
  padding: 0px;
  height: 100%;
  border-radius: var(--bs-border-radius);
  .swiper-slide {
    margin-bottom: 20px;
    .hero-image {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      min-height: 100%;
      border-radius: var(--bs-border-radius);
      padding-top: -50px;
    }
  }
}
.swiper-button-next,
.swiper-button-prev {
  display: none;
}
.imagezonas{
  background-color: #EFEBDE;
}
.btndescubre{
  background-color: #EFEBDE;
}


.swiper-comunes .swiper-slide .row {
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 360px;
}
.apto{
  margin-top: -80px;
}
.swiper-menu {
  .swiper-slide {
    display: contents;
    margin-bottom: initial;
    a {
      margin-right: 2px !important;
    }
  }
}

@media screen and (max-width: 991px) {
  .swiper-hero {
    height: 80%;
    padding-top: 40px !important;
  }
}

@media screen and (max-width: 768px) {
  .swiper-hero {
    height: 75%;
    border-radius: initial !important;
    .hero-image {
      border-radius: initial !important;
      
    }
    
  }
  .form-box {
    border-radius: initial !important;
  }
}

@media screen and (max-width: 576px) {
  .swiper-hero {
    height: 73%;
    padding-top: 105px ;
  }
  
}

.swiper-pagination span {
  cursor: pointer;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}

/* Media Queries for Swiper Slides */
@media (min-width: 600px) and (max-width: 800px) {
  .apto {
      margin-top:-30px; /* Ajusta este valor según cuánto necesites bajar el contenido */
  }

  #contacto {
      margin-top: -10px; /* Ajusta este valor según cuánto necesites subir el contenido */
  }
  .inversion{
    margin-top: 28px; 
  }
  .swiper-pagination.swiper-pagination-hero {
    margin-top: 10px; /* Ajusta la paginación de Swiper para que quede más abajo en pantallas pequeñas */
}
.btn-share{
  margin-top: -81px;
  margin-right: 13px;
}
.tags-list1{
  margin-top: -36px;
}
}


@media (max-width: 767px) {
  /* For screens smaller than 768px, show 1 slide */
  .swiper-container .swiper-wrapper .swiper-slide {
    width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  /* For screens between 768px and 1199px, show 2 slides */
  .swiper-container .swiper-wrapper .swiper-slide {
    width: 50% !important;
  }
}

/* Media query para pantallas móviles */
@media (max-width: 410px) {
  .img-banner3 {
    width: 100%;
    height: auto;
  }

  .cta-1 {
    padding: 0; /* Remover padding en pantallas móviles */
  }

  .cta-1 .col-12 {
    padding: 0; /* Remover padding en pantallas móviles */
  }
  
}
@media (max-width: 306px) {
  .espacios .row .col-6 {
      flex: 0 0 50%;
      max-width: 50%;
  }
}

@media (min-width: 1200px) {
  /* For screens larger than 1200px, show 2 slides (default) */
  .swiper-container .swiper-wrapper .swiper-slide {
    width: 50% !important;
  }
}
/* Media Queries para Mobile */
@media (max-width: 700px) {
  .img-banner3 {
    width: 100%;
    height: auto;
  }


  .find-us-text {
      margin-bottom: 1rem;
      margin-right: 0;
  }

  .btn-custom {
      width: 100%;
      margin: 0.5rem 0;
     justify-content: center;
  }
  .btnpuntos {
    padding-top: 1em;
    padding-bottom: 1em;
}

  .btn-icon {
      display: inline-block;
      margin-right: 0.5rem;
  }
}
/* Media Queries para Mobile */
@media (max-width: 700px) {
  .img-banner3 {
    width: 100%;
    height: auto;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: block;
    width: 44px;
    height: 44px;
    background-size: contain;
  }
  .swiper-button-next {
    background-image: url('./img/chevron_right.svg');
    right: 10px;
  }
  .swiper-button-prev {
    background-image: url('./img/chevron_left.svg');
    left: 10px;
  }
  
  .swiper-slide {
    text-align: center;
  }
  .swiper-slide .title {
    text-align: center;
    display: block;
    width: 100%;
  }
  .swiper-slide img.ico {
    display: block;
    margin: 0 auto;
  }
  .swiper-slide {
    width: 100%;
  }
}
  .navbar-brand {
    margin-left: auto;
    margin-right: auto;
}

.subtitle {
    display: none;
}
@media (min-width: 900px) {
  .navbar-brand {
      right: 10rem;
      position: relative;
  }
}
@media (min-width: 1200px) {
  .navbar-brand {
      right: 4rem;
      position: relative;
  }
}

@media (max-width: 770px) and (min-width: 300px)  {
  #apartamentoVar-tab {
      text-align: center;
  }

  #apartamentoVar-tab .w-100 {
      text-align: center;
      margin-bottom: 10px;
  }

  #apartamentoVar-tab .nav-item {
      display: inline-block;
      margin: 5px;
  }

  #apartamentoVar-tab .nav-link {
      white-space: nowrap;
  }
}
@media (max-width: 770px) and (min-width: 300px)  {
  .container3 {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
  }
  
  .container3 .info-text {
      margin-bottom: 15px;
  }
  
  .container3 .btn {
      width: 100%;
  }
  .full-screen-image {
    padding-top: 36px !important;
    width: 100%;
    border-radius: 10px;
   
}
}



.mobile-image-2 {
  display: none; /* Hide the image by default */
}
.btn-custom {
  background-color: transparent;
  border: 2px solid #516B4D;
  color: #516B4D;
  padding: 10px 20px;
  border-radius: 5px; /* Ajusta el valor según sea necesario */
  text-decoration: none;
  display: inline-block;
  font-size: 16px; /* Ajusta el tamaño de fuente según sea necesario */
  text-align: center;
}

.btn-custom img {
  margin-right: 10px; /* Espacio entre el icono y el texto */
}

.btn-custom:hover {
  background-color: rgba(0, 0, 0, 0.1); /* Añadir un efecto de hover si lo deseas */
}


/* Estilos específicos para dispositivos móviles */
@media (max-width: 600px) and (min-width: 300px)  {
  .rectangle {
     
      transform: translateX(-19%); /* Adjust the position as needed */
      margin-top: 2.5em !important; /* Ajuste para subir el elemento en móviles */
     }

  }
  @media (min-width: 768px) and (max-width: 991px) {
    .rectangle {
     
      transform: translateX(2%); /* Adjust the position as needed */
      margin-top: 0,5em !important; /* Ajuste para subir el elemento en móviles */
     }
  }
  @media (max-width: 500px) {
    .nav-container {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  
    .title-container {
      text-align: center; /* Asegura que el título esté centrado */
      width: 100%; /* Ocupa todo el ancho */
    }
  
    #apartamentoVar-tab {
      flex-direction: row;
      justify-content: center;
      width: 100%;
    }
  
    #apartamentoVar-tab .nav-item {
      flex: 1;
      text-align: center;
    }
  
    #apartamentoVar-tab .nav-item .nav-link {
      width: 100%;
      padding: 10px;
      font-size: 14px;
    }
  }
  @media (max-width: 500px) {
    .nav-container {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  
    .title-container {
      text-align: center; /* Asegura que el título esté centrado */
      width: 100%; /* Ocupa todo el ancho */
      margin-bottom: 10px; /* Añade un margen inferior */
    }
  
    #apartamentoVar-tab {
      flex-direction: row;
      justify-content: center;
      width: 100%;
    }
  
    #apartamentoVar-tab .nav-item {
      flex: 1;
      text-align: center;
    }
  
    #apartamentoVar-tab .nav-item .nav-link {
      width: 100%;
      padding: 10px;
      font-size: 14px;
    }
  }
    
  

  .overlay-image{
    right: 2px !important;
  }
  
  .tags-list {
      margin: 0;
      padding: 0;
      list-style: none;
  }
  /* Hide the mobile image on tablets and larger screens */
@media (min-width: 768px) {
  .mobile-image {
    display: none !important;
  }

  .desktop-image {
    display: block !important;
  }
}

/* Show the mobile image on smaller screens */
@media (max-width: 767px) {
  .mobile-image {
    display: block !important;
  }

  .desktop-image {
    display: none !important;
  }
}

  .mobile-image {
      width: 100%; /* Ensure the image fits within the container */
      margin-top: 60px; /* Add some space between the text and the image */
      height: auto; /* Maintain aspect ratio */
  }

  .mobile-image-2 {
      width: 100%; /* Ensure the image fits within the container */
      height: auto; /* Maintain aspect ratio */
      margin-top: -70px; /* Add some space between the images */
  }


  .full-screen-image {
      padding-top: 0;
      width: 100%;
      border-radius: 10px;
     
  }
  .overlay-image img {
    position: relative;
    z-index: 4; /* Ensure it's above the slide image */
    width: 200px; /* Adjust the size as needed for mobile */
    cursor: move; /* Indicate that the image can be moved */
    margin-top: 0; /* Adjust this value to move the image up */
}

  .swiper-pagination-tipob {
      padding-top: 20px; /* Adjust the padding top as needed */
  }


/*prueba*/
.full-screen-image {
  
  top: 0;
  left: 0;
  z-index: 1; /* Ensure it's behind the overlay image */
}
.swiper-pagination-comunes{
 top: -16px !important;
}
/* CSS existente */
.full-screen-image {
  top: 0;
  left: 0;
  z-index: 1; /* Ensure it's behind the overlay image */
}
.rectangle{
  padding-top: 50px;

}
/*swipper*/





.overlay-image {
  position: absolute; /* Absolute positioning to move the image freely */
  top: 0px; /* Adjust the position as needed */
  right: 9px; /* Adjust the position as needed */
  z-index: 2; /* Ensure it's above the full screen image */
}

.overlay-image img {
  width: 326px; /* Adjust the size as needed */
  cursor: move; /* Indicate that the image can be moved */
}
/*prueba*/


@media (max-width: 770px) and (min-width: 300px)  {
  .responsive-image {
      width: 120%; /* Ajusta el valor según lo amplio que quieras que se vea en mobile */
      height: auto;
      margin-left: -10%; /* Centra la imagen si se hace más amplia */
  }
  .zoom-mobile {
    transform: scale(1.2); /* Ajusta el valor para hacer zoom */
    object-fit: cover; /* Mantiene el aspecto de la imagen */
    width: 78%;
    height: auto;
}
}

.image-container {
  background-color: white; /* Fondo blanco */
  padding: 10px; /* Espacio alrededor de la imagen */
  border-radius: 8px; /* Opcional: Esquinas redondeadas */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Opcional: Sombra para darle profundidad */
}
.nota-contacto {
  font-size: 10px;
  color: #ffffff !important;
  line-height: 1.1; 
  padding-top: 5px;
 
}
.contacto-label, .nota-contacto {
  color: white;
}
.form-check-input.custom-checkbox-adjust {
  margin-top: 3.15em; 
  margin-right: 0.5em; 
}

.contacto-label {
  font-size: 12px;
}


@media (max-width: 770px) and (min-width: 300px) {
  .appointment-section {
    background-color: #778C2B; /* Ensure the background color matches */
    padding: 20px;
    border-radius: 8px;
  }

  .appointment-section .row {
    flex-direction: column;
    text-align: center; /* Center all text for the section */
  }

  .appointment-section .col-12.col-md-6 {
    margin-bottom: 20px; /* Add space between the two sections */
  }

  .appointment-section h3, .appointment-section p {
    margin: 0;
  }

  .appointment-section p {
    margin-bottom: 20px; /* Space between the text and the button */
    text-align: left; /* Align text to the left */
  }

  .appointment-section .btn {
    margin: 0 auto 20px auto; /* Center the button and add space below */
    display: block;
    width: 80%; /* Adjust width if necessary */
  }

  .appointment-section .contact-info {
    text-align: left; /* Align contact info text to the left */
    padding: 0 10px;
  }

  .appointment-section .contact-item {
    justify-content: flex-start; /* Align items to the start */
    margin-bottom: 10px;
  }

  .appointment-section .contact-item .icon {
    margin-right: 10px;
  }

  .appointment-section .locationtext {
    font-size: 14px; /* Adjust font size if needed */
    color: white; /* Ensure text color matches */
  }

  .appointment-section .text-center {
    padding: 0;
  }

  .contact-info {
    display: flex;
    flex-direction: column;
    align-items: center; /* Center align items horizontally */
  }

  .contact-item {
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Align items to the start */
    width: 100%; /* Ensure full width */
    text-align: left; /* Ensure text is aligned left */
    margin-bottom: 10px;
  }

  .contact-item .icon {
    margin-right: 10px;
    width: 24px; /* Adjust the icon size as needed */
    height: 24px; /* Adjust the icon size as needed */
  }

  .contact-item .locationtext {
    flex: 1; /* Take up remaining space */
  }
}
