.yera-form-home-page {
  min-height: 100px;
}

.yera-form-home-page form[id^='home-search-form'] {
  background: #fff;
  padding: 1rem;
}

@media (min-width: 768px) {
  .yera-form-home-page form[id^='home-search-form'] {
    padding: 1.2rem 1.2rem;
  }
}

@media (min-width: 940px) {
  .yera-form-home-page form[id^='home-search-form'] {
    max-width: 58.75rem;
    margin: 0 auto;
  }
}

.yera-form-home-page #edit-home-search {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}

@media (min-width: 1024px) {
  .yera-form-home-page #edit-home-search {
    flex-direction: row;
  }
}

@media (min-width: 1024px) and (max-width: 1440px) and (orientation: portrait),
(min-width: 1024px) and (max-width: 1440px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
(min-width: 1024px) and (max-width: 1440px) and (orientation: landscape) and (min-resolution: 192dpi) {
  .yera-form-home-page #edit-home-search {
    flex-direction: column !important;
  }
}

.yera-form-home-page form[id^='home-search-form'] details {
  padding: 0;
  margin-top: 0;
}

/** Button Tipo Producto **/

.yera-form-home-page form[id^='home-search-form'] .form-item-home-search-tipo-producto {
  width: 100%;
}

@media (min-width: 1024px) {
  .yera-form-home-page form[id^='home-search-form'] .form-item-home-search-tipo-producto {
    max-width: 16.66667%;
  }
}

@media (min-width: 1024px) and (max-width: 1440px) and (orientation: portrait),
(min-width: 1024px) and (max-width: 1440px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
(min-width: 1024px) and (max-width: 1440px) and (orientation: landscape) and (min-resolution: 192dpi) {
  .yera-form-home-page form[id^='home-search-form'] .form-item-home-search-tipo-producto {
    max-width: unset !important;
  }
}

.yera-form-home-page form[id^='home-search-form'] .form-item-home-search-tipo-producto select {
  height: 52px;
  padding-left: 16px;
  margin-top: .25rem;
}

/** Input Search **/

.yera-form-home-page form[id^='home-search-form'] .form-item-home-search-ubicacion {
  width: 100%;
}

@media (min-width: 1024px) {
  .yera-form-home-page form[id^='home-search-form'] .form-item-home-search-ubicacion {
    max-width: 58%;
  }
}

@media (min-width: 1024px) and (max-width: 1440px) and (orientation: portrait),
(min-width: 1024px) and (max-width: 1440px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
(min-width: 1024px) and (max-width: 1440px) and (orientation: landscape) and (min-resolution: 192dpi) {
  .yera-form-home-page form[id^='home-search-form'] .form-item-home-search-ubicacion {
    max-width: unset !important;
  }
}

.yera-form-home-page form[id^='home-search-form'] .form-item-home-search-ubicacion input {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  appearance: none;
  background-image: url(/sites/default/files/img/placeholder.png);
  background-position: right 15px center;
  background-repeat: no-repeat;
  color: #67676f;
  font-family: "Diglo Aero", sans-serif;
  height: 52px;
  padding: 0 16px;
  padding-right: 48px;
  width: 100%;
  border-radius: 0.25rem;
}

/** Action Button **/

.yera-form-home-page form[id^='home-search-form'] #edit-home-search-encontrar {
  font-family: "Diglo Aero", sans-serif;
  height: 52px;
  width: 100%;
  font-size: 16px;
  margin-top: .25rem;
}

@media (min-width: 1024px) {
  .yera-form-home-page form[id^='home-search-form'] #edit-home-search-encontrar {
    max-width: 18.66667%
  }
}

@media (min-width: 1024px) and (max-width: 1440px) and (orientation: portrait),
(min-width: 1024px) and (max-width: 1440px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
(min-width: 1024px) and (max-width: 1440px) and (orientation: landscape) and (min-resolution: 192dpi) {
  .yera-form-home-page form[id^='home-search-form'] #edit-home-search-encontrar {
    max-width: unset !important;
  }
}