/*header*/
.h {
  /* width: 70%; */
  height: 212px;
  margin: auto;
    /* margin-top: auto; */
  border-radius: 12px;
  /* margin-top: 17.7px; */
margin-bottom: 0;
max-width: 1200px;
padding: 1rem;
position: relative;
}

.h img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
    object-position: center;
    opacity: 80%;
}


.search {
  position: absolute;
  display: flex;
  flex-direction: column;


   /* background: white; */
  /* width: 100%; */
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search h3{
  color: rgba(0, 0, 0, 0.89);
  /* font-family: sans-serif; */
  font-size: 32px;
  /* font-style: italic; */
}

.search a{
  /* border: none; */
  color: white;
  background: #000000eb;
    text-decoration: none;
  padding: 15px;
  border-radius: 50px;
  /* margin-top: 14px; */
  font-size: 15px;
}
.searchbox {

  background: #eaeaea;
  width: 65%;
  height: 180px;
  border-radius: 15px;
}


.typeSelected {
  display: flex;
  /*! justify-content: space-between; */
  /* padding: 15px 0; */
}

.search__type {
  flex: 1;
  display: flex;
  justify-content: center;
  padding:15px ;
  cursor: pointer;
}

.search__type__selected {
  border-bottom: 2px solid #15b99a;
  color: #15b99a;
}


.search__filters {
  /*! height: max-content; */
  display: flex;
  align-items: center;
  /* justify-content: ; */
  margin-top: 15.6px;
  margin-left: 5px;
  padding: 25px;
  gap: 5px;
}


.filtersHome {
  padding: 11.3px;
  font-size: 18px;
  color: #3c3c3c;
  border: 1px solid #343434;
  border-radius: 5px;
  cursor: pointer;
  flex: 1;
}
.search__action {
  padding: 12.8px;
  border: none;
  background: #15b99a;
  font-size: 18pz;
  font-size: 18px;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

.fas.fa-bars.menu{
  display: none;
}

@media (max-width: 700px) {
  .links{
   display: none;
  }
  .fas.fa-bars.menu {
    font-size: 40px;
    cursor: pointer;
    display: block;
  }
 }