.elementor-1057 .elementor-element.elementor-element-eb16063{--display:flex;}.elementor-1057 .elementor-element.elementor-element-3690d6d{width:auto;max-width:auto;}.elementor-1057 .elementor-element.elementor-element-3690d6d.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:1;}.elementor-1057 .elementor-element.elementor-element-3690d6d > .elementor-widget-container{border-style:none;}.elementor-1057 .elementor-element.elementor-element-700b2eb{--display:flex;}.elementor-1057 .elementor-element.elementor-element-6d93130.elementor-element{--flex-grow:1;--flex-shrink:1;}@media(min-width:768px){.elementor-1057 .elementor-element.elementor-element-eb16063{--content-width:1392px;}}/* Start custom CSS for shortcode, class: .elementor-element-3690d6d *//* Contenedor principal del Search & Filter */
.searchandfilter {
    max-width: 800px;
    margin: 60px auto;
    padding: 40px 20px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    border: none !important;
}

/* Lista de campos */
.searchandfilter ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: end;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Cada campo individual */
.searchandfilter li {
    flex: 1;
    min-width: 200px;
    margin: 0;
}

/* OCULTAR TODOS LOS LABELS */
.searchandfilter label {
    display: none !important;
}

/* Selects */
.searchandfilter select {
    width: 100% !important;
    padding: 18px 20px !important;
    border: 2px solid #e8e8e8 !important;
    border-radius: 12px !important;
    font-size: 1.1rem !important;
    background: #ffffff !important;
    color: #333 !important;
    transition: all 0.3s ease !important;
    appearance: none !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e") !important;
    background-position: right 16px center !important;
    background-repeat: no-repeat !important;
    background-size: 16px !important;
    cursor: pointer !important;
}

/* Hover en selects con TU COLOR ROSADO */
.searchandfilter select:hover {
    border-color: #E60F65 !important;
    box-shadow: 0 0 0 3px rgba(230, 15, 101, 0.1) !important;
}

/* Focus en selects con TU COLOR ROSADO */
.searchandfilter select:focus {
    outline: none !important;
    border-color: #E60F65 !important;
    box-shadow: 0 0 0 4px rgba(230, 15, 101, 0.15) !important;
}

/* Botón de búsqueda con TU COLOR ROSADO */
.searchandfilter input[type="submit"] {
    background: linear-gradient(135deg, #E60F65, #ff4569) !important;
    color: white !important;
    border: none !important;
    padding: 18px 35px !important;
    border-radius: 12px !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    min-width: 140px !important;
    box-shadow: 0 4px 15px rgba(230, 15, 101, 0.3) !important;
}

/* Hover en botón con TU COLOR ROSADO */
.searchandfilter input[type="submit"]:hover {
    background: linear-gradient(135deg, #d10e5a, #E60F65) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(230, 15, 101, 0.4) !important;
}

/* Responsive */
@media (max-width: 768px) {
    .searchandfilter ul {
        flex-direction: column;
    }
    
    .searchandfilter li {
        min-width: 100%;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-700b2eb *//* ========= VIVENTA — Card ERE con bordes curvos + overlay + info ========= */
:root{ --brand:#FF2A7B; }

/* 1) Bordes MÁS CURVOS y sombra */
.ere-property .property-item{
  border-radius:28px;
  overflow:hidden;
  border:1px solid rgba(0,0,0,.06);
  box-shadow:0 12px 34px rgba(0,0,0,.10);
  transition:transform .25s ease, box-shadow .25s ease;
}
.ere-property .property-item:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 48px rgba(0,0,0,.16);
}
.ere-property .property-image img{
  width:100%!important;
  height:300px;              /* sube/baja a gusto */
  object-fit:cover;
}
@media (min-width:1024px){
  .ere-property .property-image img{ height:360px; }
}

/* 2) Capa oscura sobre la imagen al hover (desktop) y base en móvil */
.ere-property .property-image{ position:relative; overflow:hidden; }
.ere-property .property-image::after{
  content:"";
  position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(0,0,0,.82) 100%);
  opacity:0; transition:.25s;
}
.ere-property .property-item:hover .property-image::after{ opacity:1; }

/* 3) Reubicar PRECIO y ÁREA como chips sobre la imagen (desktop) */
.ere__loop-property-price{
  position:absolute; left:16px; top:14px; z-index:2;
  background:rgba(0,0,0,.68); color:#fff!important;
  padding:6px 12px; border-radius:999px;
  font-weight:800; letter-spacing:.2px;
}
.ere__loop-property-price::before{
  content:"Desde "; font-weight:600; opacity:.9; margin-right:2px;
}

/* Mostrar solo el área de las metas como chip derecho */
.property-item .property-meta{ position:static; }
.property-item .property-meta > li{ display:none; }               /* ocultar todas… */
.property-item .property-meta > li[class*="area"],
.property-item .property-meta > li[class*="size"]{                 /* …menos Área/Size */
  display:block;
  position:absolute; right:16px; top:14px; z-index:2;
  margin:0; padding:6px 12px; border-radius:999px;
  background:rgba(0,0,0,.68); color:#fff; font-weight:700;
}
.property-item .property-meta > li[class*="area"] i,
.property-item .property-meta > li[class*="size"] i{
  display:none; /* quita icono si lo pone */
}

/* 4) Contenido inferior (desktop): Título + Ciudad. Quitar fecha/acciones */
.ere-property .property-item .property-item-content{
  padding:14px 18px 20px;
}
.ere-property .property-title{ margin:0 0 6px; }
.ere-property .property-title a{
  color:#111; font-weight:800; line-height:1.2; font-size:1.06rem;
}
.ere-property .property-title a:hover{ color:var(--brand); }
.ere__loop-property-address{
  color:#6b7280; font-weight:700; font-size:.95rem;
}
.property-action, .property-date{ display:none !important; }

/* 5) MÓVIL: banda inferior tipo “hero” con título + precio */
@media (max-width: 767px){
  /* La capa oscura está SIEMPRE para leer el texto */
  .ere-property .property-image::after{ opacity:1; }

  /* Subimos el contenido encima de la imagen */
  .ere-property .property-item .property-item-content{
    position:absolute; left:0; right:0; bottom:0; z-index:2;
    background:transparent; color:#fff;
    padding:14px 16px 16px;
  }
  .ere-property .property-title a{ color:#fff; }
  .ere__loop-property-address{ display:none; } /* móvil: ocultamos ciudad aquí */

  /* Precio dentro de la banda, sin chip */
  .ere__loop-property-price{
    position:static; display:block; background:transparent;
    padding:0; margin-top:8px; color:#fff!important;
    text-shadow:0 1px 2px rgba(0,0,0,.4);
  }

  /* Chip del área arriba a la derecha */
  .property-item .property-meta > li[class*="area"],
  .property-item .property-meta > li[class*="size"]{
    top:12px; right:12px;
  }
}

/* 6) Paginación marca (por si aplica) */
.ere__pagination .page-numbers.current,
.ere__pagination .page-numbers:hover{
  background:var(--brand)!important;
  border-color:var(--brand)!important;
  color:#fff!important;
  border-radius:999px;
}/* End custom CSS */