.vdm-search {
  width: 100%;
  font-family: "Arial", sans-serif;
  color: #396152;
  line-height: 1.4;
}

.vdm-search *,
.vdm-search *::before,
.vdm-search *::after {
  box-sizing: border-box;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
}

.vdm-search div,
.vdm-search form,
.vdm-search h1,
.vdm-search h2,
.vdm-search h3,
.vdm-search h4,
.vdm-search h5,
.vdm-search h6,
.vdm-search p {
  margin: 0;
  padding: 0;
}


.vdm-search input,
.vdm-search select,
.vdm-search button,
.vdm-search textarea {
  font: inherit;
  font-weight: 400;
  color: #396152;
  background: #fff;
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 0;
}

.vdm-search input[type="hidden"] {
  display: none !important;
  width: 0;
  height: 0;
  padding: 0;
  border: 0;
}

.vdm-search .line-search {
  width: 100%;
}

.vdm-search .search-motorhome {
  background-color: #396152;
  color: #396152;
  padding: 16px 14px;
  margin: 0 auto;
  position: relative;
  border-radius: 12px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  align-items: stretch;
  justify-content: center;
}

.vdm-search .search-motorhome .search-title {
  display: none !important;
}

.vdm-search .text-center,
.vdm-search .center {
  text-align: center;
}

.vdm-search .search-motorhome .fields-row,
.vdm-search .search-motorhome .button-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  align-items: stretch;
}

.vdm-search .search-motorhome .fields-row {
  flex: 1 1 auto;
}

.vdm-search .search-motorhome .group-fields {
  position: relative;
  flex: 1 1 30%;
  min-width: 140px;
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
}

.vdm-search .search-motorhome .button-row .group-fields {
  flex: 0 0 auto;
  min-width: 160px;
  width: auto;
}

.vdm-search .search-motorhome .field-icon {
  position: relative;
  width: 100%;
}

.vdm-search .search-motorhome .field-icon .field-input,
.vdm-search .search-motorhome select.field-input,
.vdm-search .search-motorhome input.field-input {
  height: 60px;
  min-height: 60px;
  padding: 0.9rem 1rem;
  border: 2px solid #e1e1e1;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 400;
  background: #fff;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.vdm-search .search-motorhome .field-icon .field-input {
  padding-right: 2.4rem;
}

.vdm-search .search-motorhome .field-input:focus {
  border-color: #396152;
  outline: none;
}

.vdm-search .search-motorhome .form-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  pointer-events: none;
  color: #396152;
  background: none;
}

.vdm-search .select-wrapper {
  position: relative;
}

.vdm-search .select-wrapper:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #396152;
  line-height: 1;
  font-size: 16px;
  pointer-events: none;
}

.vdm-search .select-wrapper.country-select:after {
  content: "\f0ac";
  font-size: 18px;
}

.vdm-search .select-wrapper.city:after {
  content: "\f3c5";
  font-size: 18px;
}

.vdm-search select option[value=""] {
  color: #bfbfbf;
  font-weight: 500;
}

.vdm-search select option {
  color: #396152;
  font-weight: 400;
}

.vdm-search select:required:invalid {
  color: #bfbfbf;
  font-weight: 500;
}

.vdm-search .btn {
  height: 100%;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: none;
  padding: 0.85rem 1.2rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.5rem;
  transition: all .15s ease-in-out;
  background-color: #396152;
  color: #fff;
  text-decoration: none;
  box-shadow: none;
}

.vdm-search .btn-block {
  width: 100%;
}

.vdm-search .btn-highlight {
  background-color: #77DE1F;
  color: #396152;
  font-weight: 500;
  padding-left: 2.6rem;
  position: relative;
}

.vdm-search .btn-highlight:hover {
  color: #fff !important;
  background-color: #65bc1a;
}

.vdm-search .btn-highlight:hover::before {
  filter: brightness(0) invert(1);
}

.vdm-search .btn-highlight:before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url("../images/icon-search.png") center center no-repeat;
  background-size: 18px 18px;
}

.vdm-search .btn:hover {
  opacity: .9;
}

.vdm-search .btn--search:after {
  content: none;
}

.vdm-search .d-none {
  display: none !important;
}

.vdm-search .form-loader {
  display: none;
  border-radius: 5px;
  position: absolute;
  inset: 0;
  color: #fff;
  font-weight: 600;
  background-color: #396152;
  z-index: 10;
  align-items: center;
  justify-content: center;
}

.vdm-search input::placeholder,
.vdm-search select::placeholder,
.vdm-search textarea::placeholder {
  color: #bfbfbf !important;
  opacity: 1 !important;
  font-weight: 400 !important;
}

/* Responsive tweaks: maior -> menor */
@media screen and (max-width: 1024px) {
  .vdm-search .search-motorhome {
    flex-direction: column;
  }

  .vdm-search .search-motorhome .fields-row {
    flex-wrap: wrap;
  }

  .vdm-search .search-motorhome .button-row {
    justify-content: center;
  }
}

@media screen and (max-width: 600px) {
  .vdm-search .search-motorhome {
    border-radius: 16px;
  }

  .vdm-search .search-motorhome .fields-row {
    flex-direction: column;
    gap: 10px;
  }

  .vdm-search .search-motorhome .group-fields {
    flex: 1 1 100%;
    min-width: 0;
  }

  .vdm-search .search-motorhome .btn-highlight {
    max-width: none;
  }
}

.fas, .far, .fab, .fal {
    font-family: "Font Awesome 5 Free";
}