.path-buscar .view-filters {
  display: none;
}

.site-search {
  display: flex;
  width: 100%;
}
.site-search button {
  all: initial;
}
.site-search button:hover {
  cursor: pointer;
}

.path-buscar .region-content > .views-exposed-form {
  /* padding: 3vh 5vw 1vh; */
  color: #3f3f3f;
  font-size: 16px;
  max-width: none;
  padding: 20px 10%;
  background-color: #f2f2f2;
  margin-bottom: 10px;
}
.path-buscar .region-content > .views-exposed-form .container {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .path-buscar .region-content > .views-exposed-form .container .buscar-title {
    margin-left: 5px;
  }
}
@media (max-width: 768px) {
  .path-buscar .region-content > .views-exposed-form {
    padding: 20px 9%;
  }
  .path-buscar .region-content > .views-exposed-form .busca-data {
    flex-wrap: wrap;
  }
}
.path-buscar .region-content > .views-exposed-form .form-item-keys {
  display: flex;
  align-items: center;
  margin: 0;
}
@media (max-width: 768px) {
  .path-buscar .region-content > .views-exposed-form .form-item-keys {
    margin-left: 15px;
    width: 81%;
  }
  .path-buscar .region-content > .views-exposed-form .form-item-keys .form-text {
    width: 100%;
  }
}
.path-buscar .region-content > .views-exposed-form .form-item-keys label {
  margin-right: 5px;
}
.path-buscar .region-content > .views-exposed-form fieldset {
  border: none;
  padding: 0;
  margin: 0 12px;
}
.path-buscar .region-content > .views-exposed-form fieldset label {
  font-weight: bold;
  color: grey;
}
.path-buscar .region-content > .views-exposed-form fieldset .form-type-date:nth-child(1) { /*Primeira div de input de data */ }
.path-buscar .region-content > .views-exposed-form fieldset .form-type-date:nth-child(1) label {
  margin: 0 5px;
}
.path-buscar .region-content > .views-exposed-form fieldset .form-type-date:nth-child(2) { /*Segunda div de input de data */ }
.path-buscar .region-content > .views-exposed-form fieldset .form-type-date:nth-child(2) label {
  margin: 0 10px;
}
@media (min-width: 740px) {
  .path-buscar .region-content > .views-exposed-form fieldset .form-type-date:nth-child(2) label {
    margin: 0 5px;
  }
}
@media (max-width: 768px) {
  .path-buscar .region-content > .views-exposed-form fieldset {
    order: 3;
    margin: 0;
  }
  .path-buscar .region-content > .views-exposed-form fieldset .form-type-date {
    margin: 0;
  }
  .path-buscar .region-content > .views-exposed-form fieldset .form-type-date .form-date {
    width: 30vw;
  }
}
.path-buscar .region-content > .views-exposed-form .form-actions {
  align-content: center;
  display: grid;
}
.path-buscar .region-content > .views-exposed-form .form-actions .form-submit {
  float: left;
  width: 25px;
  height: 25px;
}
@media (max-width: 786px) {
  .path-buscar .region-content > .views-exposed-form .form-actions {
    height: auto;
    margin-top: 6%;
  }
}
.path-buscar .region-content > .views-exposed-form .form--inline {
  background-color: var(--primary-color-gradient);
}
.path-buscar .region-content > .views-exposed-form .form-text,
.path-buscar .region-content > .views-exposed-form .form-date {
  background-color: white;
  font-weight: lighter;
  height: 40px;
  padding: 5px 7px;
  width: 410px;
  border: 1px solid gray;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .path-buscar .region-content > .views-exposed-form .form-text,
  .path-buscar .region-content > .views-exposed-form .form-date {
    padding: 0px 5px;
  }
}

.view-busca {
  margin: 0 10%;
  padding: 0;
}
