.elementor-5442 .elementor-element.elementor-element-2a439a6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:140px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5442 .elementor-element.elementor-element-315f7a0{text-align:center;font-family:"Montserrat", Sans-serif;font-size:20px;font-weight:400;font-style:normal;color:var( --e-global-color-text );}.elementor-5442 .elementor-element.elementor-element-e845c62{--grid-columns:3;}.elementor-5442 .elementor-element.elementor-element-e845c62 > .elementor-widget-container{margin:0px 0px 1px 0px;padding:0px 0px 0px 0px;}.elementor-5442 .elementor-element.elementor-element-e845c62 .elementor-loop-container{grid-auto-rows:1fr;}.elementor-5442 .elementor-element.elementor-element-e845c62 .e-loop-item > .elementor-section, .elementor-5442 .elementor-element.elementor-element-e845c62 .e-loop-item > .elementor-section > .elementor-container, .elementor-5442 .elementor-element.elementor-element-e845c62 .e-loop-item > .e-con, .elementor-5442 .elementor-element.elementor-element-e845c62 .e-loop-item .elementor-section-wrap  > .e-con{height:100%;}@media(max-width:1024px){.elementor-5442 .elementor-element.elementor-element-e845c62{--grid-columns:2;}}@media(max-width:767px){.elementor-5442 .elementor-element.elementor-element-e845c62{--grid-columns:1;}}/* Start custom CSS for shortcode, class: .elementor-element-5e704be *//* Contenedor general */
.propietats-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 30px 0 50px 0;
  padding: 15px 20px;
}

/* Campos y selects */
.propietats-filter select,
.propietats-filter input[type="text"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #c8c0b8;
  border-radius: 8px;
  background-color: #fff;
  color: #6b635d;
  font-size: 15px;
  font-family: inherit;
  padding: 10px 14px;
  width: 180px;
  transition: all 0.2s ease;
}

.propietats-filter select:focus,
.propietats-filter input:focus {
  border-color: #b8a89a;
  outline: none;
  box-shadow: 0 0 0 2px rgba(200, 180, 150, 0.2);
}

/* Botón de envío */
.propietats-filter button {
  background-color: transparent;
  border: 1px solid #b8a89a;
  border-radius: 8px;
  color: #6b635d;
  font-size: 15px;
  padding: 10px 18px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.propietats-filter button:hover {
  background-color: #b8a89a;
  color: #fff;
}

/* Placeholder */
.propietats-filter input::placeholder {
  color: #a59b91;
  opacity: 1;
}

/* Select con icono de flecha */
.propietats-filter select {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 8L13 1' stroke='%23B8A89A' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
  padding-right: 30px;
}

/* Responsive */
@media (max-width: 768px) {
  .propietats-filter {
    flex-direction: column;
    align-items: stretch;
  }

  .propietats-filter select,
  .propietats-filter input,
  .propietats-filter button {
    width: 100%;
  }
}/* End custom CSS */