/*
 Template: Divi
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

/* Wrapper container */
.filtros-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: flex-end;
  margin: 2rem 0 1rem 0;
  padding: 0;
}

/* Individual group: label + select */
.filtros-group {
  display: flex;
  flex-direction: column;
  min-width: 200px;
  flex: 1;
}

/* Label */
.filtro-label {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #333;
}

/* Select dropdowns */
.filtro-select {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  transition: border-color 0.2s;
}

.filtro-select:focus {
  outline: none;
  border-color: #415A77;
}

/* Submit button */
.filtro-btn {
  background-color: #415A77;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.filtro-btn:hover {
  background-color: #2e445d;
  transform: translateY(-2px);
}

/* Responsive stacking for mobile */
@media (max-width: 768px) {
  .filtros-container {
    flex-direction: column;
    align-items: stretch;
  }

  .filtros-group {
    width: 100%;
  }

  .filtro-btn {
    width: 100%;
    margin-top: 1rem;
  }
}

/* PROPERTY SPECS */
.specs1 {
    font-family: 'Arimo', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    line-height: 140%;
}

.specs1 sup {
    bottom: 0.5em !important;
    position: relative;
}
