
.propertyWrapper {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  display: block;
}

.propertyWrapper .image {
  overflow: hidden;
}

.propertyWrapper .image .zoom-img {
  transition: transform 0.3s ease;
}

.propertyWrapper .image .zoom-img:hover {
  transform: scale(1.1);
}

.properties-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}




.property-content-image {
  display: block;
  width: 100%;
  overflow: hidden;
}
.property-content-image .property-image {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 80%;
  background-position: center;
  background-size: cover;
  transition: transform 0.3s ease;
  overflow: hidden;
}

.property-content {
  padding: 30px;
}
.property-content p {
  margin: 0 0 5px 0;
}

.property-content .divider {
  display: block;
  border-top: 1px solid #dee2e6;
  margin: 10px auto;
}

.property-content .ul-icons {
  list-style: none;
  list-style-position: inside;
  display: flex;
  gap: 20px;
  margin: 0;
}
.property-content .ul-icons img {
  width: 30px;
  height: auto;
}

.property-content .ul-icons .m2 img {
  width: 22px;
}

.propertyWrapper:hover .property-content-image .property-image {
  transform: scale(1.1);
}


.pagination {
  text-align: center;
  margin-top: 20px;
}

.pagination .page-link {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: 0 4px;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  color: #fcb900;
  text-decoration: none;
  text-align: center;
  border-radius: 50%;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  align-content: center;
}

.pagination .page-link:hover,
.pagination .page-link.active {
  background-color: #1e1d1d;
  color: #fff;
  border-color: #1e1d1d;
}

.pagination .ellipsis {
  margin: 0 6px;
  color: #aaa;
  font-size: 18px;
}

.qodef-woo-product-image img {
        width: 100%;
  height: 100%;
  object-fit: cover;
        transition: transform 0.3s ease;
    }

.qodef-woo-product-inner:hover .qodef-woo-product-image img {
        transform: scale(1.2);
    }

.qodef-e.qodef-grid-item.qodef-item--full.product{
  flex: 0 0 calc(33.33% - 20px);
  margin: 10px;
  cursor:pointer;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

@media (max-width: 1024px) {
  .qodef-e.qodef-grid-item.qodef-item--full.product {
flex: 0 0 calc(50% - 20px);
  }

  .qodef-content-grid {
width: 100%;
  }
}

@media (max-width: 660px) {
  .qodef-e.qodef-grid-item.qodef-item--full.product {
flex: 0 0 calc(100% - 20px);
  }
}




.pagination .page-link.current {
  background-color: #1e1d1d;
  color: #fff;
  border-color: #1e1d1d;
}

.pagination-custom {
  font-size: 14px;
}

/* .pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination a,
.pagination span.current {
  display: inline-block;
  padding: 8px 12px;
  margin: 0 2px;
  border: 1px solid #ddd;
  text-decoration: none;
}

.pagination a:hover {
  background: #f5f5f5;
}

.pagination span.current {
  background: #0073aa;
  color: white;
  border-color: #0073aa;
} */

.text-truncate {
  display: -webkit-box;
  -webkit-line-clamp: 3;  /* Número de líneas */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* Opcional: define un ancho máximo */
  max-width: 100%;
  /* Opcional: asegura que el texto mantenga los saltos de línea */
  white-space: normal;
}
.text-truncate-3 {
  -webkit-line-clamp: 3;  /* Número de líneas */
}
.text-truncate-4 {
  -webkit-line-clamp: 4;  /* Número de líneas */
}
.text-truncate-5 {
  -webkit-line-clamp: 5;  /* Número de líneas */
}

/* TODO: reviar esto, se usa por que en la sitio actual se manejan las font con esta base */
html, body
{
  font-size: 21px;
}

.ui.form.ui-custom {
  font-size: 14px;
}
.ui.form.ui-custom * {
  font-size: 14px;
}
.ui.form.ui-custom .ui.dropdown * {
  font-size: 14px;
}
.ui.form.ui-custom .ui.dropdown .item {
  font-size: 14px;
  font-family: "Inconsolata", sans-serif;
  text-transform: uppercase;
}
.ui.form.ui-custom .ui.dropdown a {
  font-size: 14px;
  font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
  text-transform: uppercase;
}
.ui.form.ui-custom .ui.dropdown .default.text {
  font-size: 14px;
  font-family: "Inconsolata", sans-serif;
  text-transform: uppercase;
}
.ui.form.ui-custom .checkbox {
  font-size: 14px;
  font-family: "Inconsolata", sans-serif;
  text-transform: uppercase;
}

@media screen and (max-width: 1000px) {
  .properties-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 500px) {
  .properties-grid {
    grid-template-columns: 1fr
  }
}

#qodef-page-header:has(.header_custom_top) {
  height: calc(var(--current-height) + 70px) !important; /* Suma 40px al valor original */
}

#trp-floater-ls {
  right: 0 !important;
}

.header_custom_top_content {
  background-color:#D9B545;
  color:#fff;
  padding:8px 110px 8px 20px;
  text-align:right;
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:20px;
}

.header_custom_top_content a,
.header_custom_top_content a:hover {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

.header_custom_top_content a span {
  display:flex;
  align-items: center;
  gap:5px;
}

.header_custom_top_content a.btn {
  background-color:#fff;
  color:#204b71;
  padding: 2px 10px;
  border-radius:5px;
  display:inline-flex;
  align-items:center;
  gap:5px;
  text-decoration:none;
  font-weight:bold;
}

@media screen and (max-width: 800px) {
  .header_custom_top_content {
    display: block;
  }
  .header_custom_top_content a {
    display: block;
    width: 100%;
    text-align: center;
  }
  .header_custom_top_content a span {
    width: 100%;
    display: block;
  }

  .header_custom_top_content a.btn {
    background-color: transparent;
    color: #fff;
    padding: 2px 10px;
    display: block;
    width: 100%;
    align-items:center;
  }
}

#whatsapp-fab {
  position: fixed;
  left: 11px;
  bottom: 20px;
  z-index: 9999;
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  background: #25D366; /* color base de WhatsApp */
  color: white;
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  -webkit-tap-highlight-color: transparent;
}

/* Icono SVG */
#whatsapp-fab svg {
  width: 26px;
  height: 26px;
  fill: white;
}

/* Hover / active */
#whatsapp-fab:hover { transform: translateY(-4px); box-shadow: 0 10px 22px rgba(0,0,0,0.18); }
#whatsapp-fab:active { transform: translateY(-1px); }

/* Ajuste para safe-area en iPhone (notch / home indicator) */
@supports(padding: max(0px)) {
  #whatsapp-fab { bottom: calc(20px + env(safe-area-inset-bottom)); right: calc(20px + env(safe-area-inset-right)); }
}

/* Ocultar en pantallas muy pequeñas si quieres (opcional) */
@media (max-width: 360px) {
  #whatsapp-fab { right: 12px; bottom: 20px; width: 48px; height: 48px; }
}