* {
    -webkit-tap-highlight-color: transparent;
	font-family: "Manrope", Sans-serif;
}

.text-bold{
	color:#CBDC00;
}
.copy a{
    color:#1D1D1B;
}
.copy a:hover{
    color:#CBDC00;
}
.elementor-element-d2c5feb img{
    transition: 0.3s ease;
}
/*SCROLL*/
*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

*::-webkit-scrollbar-track {
  background-color: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #1D1D1B;
  border-radius:3px !important;
  border: 1px solid #ffffff;
}



.main-header .elementor-nav-menu a{
	 border-radius: 30px;
}

.main-header .elementor-nav-menu a:hover {
    background: #d2e80b !important;
    color: #000 !important; 
    border-radius: 30px;
}

.header-white .elementor-nav-menu a{
		 border-radius: 30px;
}

.header-white .elementor-nav-menu a:hover , a.elementor-item-active{
    background: #d2e80b !important;
    color: #000 !important; 
    border-radius: 30px;
}


.custom-title{
	position:relative;
}

.custom-title:before{
	position:absolute;
	content:'';
	height:100%;
	width:5px;
	background-color:#CBDC00;
	left:-5%;
	border-radius:3px;
}


.values-container .elementor-icon-box-icon{
	margin-top:10px;
}

 .elementor-post{
    position: relative;
}

 .elementor-post-date{
    position: absolute;
    bottom: 0px;
    right: 0;
}

 .elementor-post__title{
    min-height: 50px;
}

 .elementor-post__excerpt{
    min-height: 60px;
}


.btn-pse.inactive{
	opacity:0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}


.select2-selection{
	border:none!important;
}

.select2{
	padding:7px;
	border-radius:12px;
}


.main-search .tab.active{
	background-color:#1D1D1B;
	color: #fff;
}


 .field select {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     border: none;
     background: transparent;
     font-size: 15px;
     color: #222;
     padding: 6px 4px;
     outline: none;
     cursor: pointer;
     width: 100%;
}



 .field::after {
     content: '';
     position: absolute;
     right: 12%;
     top: 50%;
     transform: translateY(-50%);
     width: 15px;
     height: 8px;
     background-image: url('/wp-content/uploads/2025/12/arrow-dow.svg');
     background-size: contain;
     background-repeat: no-repeat;
     pointer-events: none;
}


.select2-container--default 
.select2-results__option--selected {
    background-color: #1D1D1B !important;
    color: #fff !important;
}

.select2-container--default 
.select2-results__option--selected.select2-results__option--highlighted {
    background-color: #1D1D1B !important;
    color: #fff !important;
}

.select2-container--default 
.select2-results__option--highlighted {
    background-color: #2A2A28 !important;
    color: #fff !important;
}



/*Advanced filter*/

.range-thumb::-webkit-slider-thumb {
  appearance: none;
  width: 18px;
  height: 18px;
  background: white;
  border: 2px solid #1D1D1B; 
  border-radius: 9999px;
  cursor: pointer;
}

.range-thumb::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: white;
  border: 2px solid #f97316;
  border-radius: 9999px;
  cursor: pointer;
}


.range-price input, .range-area input{
	border:none!important;
	-webkit-appearance: none;
	 -moz-appearance: textfield;
  appearance: textfield;
}

.range-price input::-webkit-inner-spin-button,
.range-price input::-webkit-outer-spin-button,
.range-area input::-webkit-inner-spin-button,
.range-area input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


.range-slider {
  height: 4px;
}

.range-slider .noUi-base {
  background: #E5E7EB; 
  border-radius: 9999px;
}

.range-slider .noUi-connect {
  background: transparent;
}

.range-slider .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 9999px;
  background: #ffffff;
  border: 2px solid #1D1D1B;
  box-shadow: none;
  cursor: pointer;
  top: -7px;
}

.range-slider .noUi-handle::before,
.range-slider .noUi-handle::after {
  display: none;
}

.range-slider .noUi-handle:hover {
  transform: scale(1.05);
}

.cant-rooms button.active, .cant-bathrooms button.active, .features button.active{
	background-color:#CBDC00!important;
	color:#1D1D1B!important;
}

.slide-property-detail .swiper-button-prev::after,
.slide-property-detail .swiper-button-next::after {
  font-size: 16px;
	font-weight:bold;
}


  .slide-property-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border: 3px solid #CBDC00;
		border-radius:10px;
  }
  
  .slide-property-thumbs .swiper-slide {
    transition: all 0.3s;
    height: 80px;
  }
  
  .slide-property-thumbs .swiper-slide:hover {
    opacity: 0.8;
  }

  .slide-property-detail .swiper-slide a:hover img {
    transform: scale(1.02);
    transition: transform 0.3s;
  }


.dialog-close-button{
	background-color:#CBDC00;
	padding:10px;
	border-radius:50%;
}


@keyframes wishlistPulse {
    0% { transform: scale(1); opacity: 0.9; }
    50% { transform: scale(1.3); opacity: 1; }
    100% { transform: scale(1); opacity: 0.9; }
}

.wishlist-animate {
    animation: wishlistPulse 0.5s ease-in-out;
}


#map {
    width: 100%;
    height: 600px;
}

.gm-style .gm-style-iw-c {
    padding: 12px !important;
}

.gm-style .gm-style-iw-d {
    overflow: auto !important;
}

.gm-style-iw-c button.gm-ui-hover-effect {
    display: none !important;
}


.gm-style .gm-style-iw-c {
    padding: 0 !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
    overflow: visible !important;
}

.gm-style .gm-style-iw-d {
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
}

.gm-style .gm-style-iw-t::after {
    background: white;
}

.gm-style-iw-ch{
	padding-top:0px!important;
}



/* Google maps */

.gm-style-iw-c button.gm-ui-hover-effect {
    display: none !important;
}

.gm-style .gm-style-iw-c {
    padding: 0 !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
    overflow: visible !important;
}

.gm-style .gm-style-iw-d {
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
}

.gm-style .gm-style-iw-t::after {
    background: white;
}


.info-property-map {
    position: relative;
    width: 240px;
    margin: 0;
    padding: 0;
}

.info-property-image-container {
    position: relative;
}

.info-property-image {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
    display: block;
}

.info-property-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    color: #374151;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
    line-height: 1;
    padding: 0;
}

.info-property-close:hover, .info-property-close:focus {
    background: #1D1D1B;
    transform: scale(1.1);
}

.info-property-content {
    padding: 16px;
}

.info-property-price {
    margin: 0 0 8px 0;
    font-size: 18px;
    font-weight: 700;
    color: #1a202c;
    line-height: 1.2;
}

.info-property-sector {
    margin: 0 0 4px 0;
    color: #4b5563;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
	  text-transform:uppercase;
}

.info-property-code {
    margin: 0;
    color: #9ca3af;
    font-size: 12px;
    line-height: 1.4;
}

.wishlist-count.mobile.inactive{
	display:none;
}





.slide-properties {
    display: flex; 
    gap: 20px;
    overflow-x: hidden; 
    padding-bottom: 40px;
}
.card-product {
    flex-shrink: 0; /* Impide que las tarjetas se achiquen */
}

/* --- Contenedor Principal (para la tarjeta) --- */
.card-product {
    width: auto; /* Ancho fijo similar al diseño */
    font-family: sans-serif; /* Fuente básica para evitar conflictos */
    margin: 15px auto; /* Centrar y darle margen si está solo */
    box-sizing: border-box;
}

/* --- Sección de la Imagen Superior --- */
.card-image-container {
    position: relative;
    width: 100%;
    height: 250px;
    border-radius: 12px;
    overflow: hidden; 
    margin-bottom: 15px; /* Espacio de separación con los detalles inferiores */
}

.card-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    /* Gradiente sutil para mejorar la legibilidad del texto */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.overlay-code, .overlay-title {
    font-size: 0.875rem; /* 14px */
    font-weight: 500;
    background-color: #0000004D;
    padding: 8px;
    border-radius: 20px;
}

/* Corazón (Asume que es un caracter o icono grande) */
.overlay-heart {
    font-size: 1.5rem;
    color: #fff;
    background-color: #0000004D;
    padding: 10px;
    border-radius: 100px;
    cursor: pointer;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}

/* --- Sección Inferior de Detalles --- */
.card-details-container {
    background-color: #fff;
    border-radius: 12px;
    padding: 15px;
    border: 1px solid #E5E7EB;
}

/* Fila de Precio e Íconos/Contador */
.price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.image-counter {
    display: flex;
    align-items: center;
    color: #333; /* Color de texto oscuro */
    font-size: 0.875rem;
    font-weight: 500;
}

.image-counter img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 5px;
}

.price {
    font-size: 18px; /* Tamaño de fuente grande */
    font-weight: bold;
    color: #CBDC00; /* Color amarillo brillante del diseño */
}

/* Título y Ubicación */
.card-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 0 0 5px 0; /* Limpieza de márgenes por defecto del h2 */
    line-height: 1.3;
}

.card-location {
    font-size: 14px;
    color: #777; /* Color de texto secundario */
    margin: 0 0 15px 0;
}

/* Características (Cama, Baño, M2) */
.card-features {
    display: flex;
    gap: 20px;
}

.feature-item {
    display: flex;
    align-items: center;
    color: #777;
    font-size: 14px;
}

.feature-icon {
    font-size: 1.2rem;
    margin-right: 5px;
    /* Asegurar que los iconos sean lo suficientemente grandes para los emojis/fuentes */
    line-height: 1; 
}


.slide-properties .swiper-pagination-bullet {
  margin-top:150px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #1D1D1B;
  font-weight: 600;
  opacity: 1;
  background: transparent!important;
}

.slide-properties .swiper-pagination-bullet-active {
  color: #CBDC00;
  text-decoration: underline;
}

.controls-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px; /* separación entre botones y bullets */
  margin-top: 20px;
}

.custom-prev,
.custom-next {
  width: 30px;
  height: 30px;
  background-color: #CBDC00;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 10; 
}


.custom-prev::after,
.custom-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid white; /* puedes cambiar a otro color si quieres */
  border-right: 2px solid white;
  transform: translate(-50%, -50%);
}

.custom-prev::after {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.custom-next::after {
  transform: translate(-50%, -50%) rotate(45deg);
}


.swiper-button-next, .swiper-button-prev{
/* 	background-color:red; */
	top:98%;
	height:30px;
	border:1px solid #CBDC00;
	border-radius:50%;
	width:29px;
	color:#CBDC00;
} 

.swiper-button-next:hover, .swiper-button-prev:hover{
	background-color:#CBDC00;
	color:#000;
}

.swiper-button-prev{
	left:38%
}

.swiper-button-next{
	left:60%;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 12px !important; 
}


@media (max-width: 768px) {
.swiper-button-next, .swiper-button-prev{
    display: none;
}
}


.advanced-filter input[type=date]{
	padding:0!important;
}
