.header__search .search__box, .header__search .search__wrap .search__right, .header__search .search__wrap {
  display: flex;
}

.section__titlepage {
  margin: 40px 0;
}
.section__titlepage span {
  font-size: 4rem;
  font-family: "Caros-Bold", Arial, Helvetica, sans-serif;
  color: #000;
  border-bottom: 5px solid #88a6b5;
}
@media (max-width: 1200px) {
  .section__titlepage {
    margin-bottom: 3rem;
  }
  .section__titlepage span {
    font-size: 3rem;
    border-bottom: 3px solid #88a6b5;
  }
}
@media (max-width: 768px) {
  .section__titlepage {
    margin-bottom: 2.6rem;
  }
  .section__titlepage span {
    font-size: 2.4rem;
    border-bottom: 3px solid #88a6b5;
  }
}

/*Mixin Responsive*/
.header__search .search__box, .header__search .search__wrap .search__right, .header__search .search__wrap {
  display: flex;
}

.section__titlepage {
  margin: 40px 0;
}
.section__titlepage span {
  font-size: 4rem;
  font-family: "Caros-Bold", Arial, Helvetica, sans-serif;
  color: #000;
  border-bottom: 5px solid #88a6b5;
}
@media (max-width: 1200px) {
  .section__titlepage {
    margin-bottom: 3rem;
  }
  .section__titlepage span {
    font-size: 3rem;
    border-bottom: 3px solid #88a6b5;
  }
}
@media (max-width: 768px) {
  .section__titlepage {
    margin-bottom: 2.6rem;
  }
  .section__titlepage span {
    font-size: 2.4rem;
    border-bottom: 3px solid #88a6b5;
  }
}

.header__search {
  background-color: #022d4d;
  height: 65px;
}
.header__search .container-master {
  height: 100%;
}
.header__search .search__wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header__search .search__wrap .search__right {
  padding: 1rem 0 0.4rem;
  flex-wrap: wrap;
}
.header__search .search__wrap .search__right--item {
  display: none !important;
  margin-right: 1.2rem;
  background-color: #cfaa40;
  color: #fff;
  padding: 0.75rem 1.4rem;
  display: block;
  border-radius: 2px;
  margin-bottom: 1rem;
}
.header__search .search__wrap .search__right--item:first-child {
  margin-right: 0;
  background-color: #fff;
  color: #022d4d;
  border-radius: 2px 0 0 2px;
}
.header__search .search__wrap .search__right--item:last-child {
  border-radius: 0 2px 2px 0;
}
.header__search .search__box {
  margin-top: -3px;
  align-items: center;
  border-radius: 2px;
}
.header__search .search__box .search__hub {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  padding: 7px 0;
  background-color: #99B5C2;
}
.header__search .search__box .search__hub p {
  padding: 0px 7px 0 20px;
  color: #fff;
}
.header__search .search__box .search__hub i {
  font-size: 13px;
  padding-right: 15px;
  color: #fff;
}
.header__search .search__box .search__hub:hover .drop__hub {
  display: block;
}
.header__search .search__box .drop__hub {
  padding: 8px 15px;
  display: none;
  top: 26px;
  left: 120px;
  background-color: #fff;
  position: absolute;
}
.header__search .search__box .drop__hub a {
  font-family: "Caros", Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-align: center;
  color: #022D4D;
  display: block;
}
.header__search .search__box .search {
  background-color: #fff;
}
.header__search .search__box .search .search__icon {
  padding: 0 0 0 20px;
  font-size: 17px;
}
.header__search .search__box .search .search__icon i {
  color: #022d4d;
}
.header__search .search__box .search input {
  border: 0;
  outline: none;
  font-size: 20px;
  color: #022d4d;
  padding: 10.5px;
  width: 36rem;
}
.header__search .search__box .search__icon {
  padding: 0 0 0 24px;
  font-size: 17px;
}
.header__search .search__box .search__icon i {
  color: #022d4d;
}
.header__search .search__box button {
  border: 0;
  outline: none;
  color: #fff;
  background-color: #cfaa40;
  padding: 10.5px 40px;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
  font-size: 20px;
}
.header__search .search__box button:hover {
  background-color: #b78c13;
}

@media (max-width: 1024px) {
  .header__search .search__wrap .search__hub {
    padding: 9.5px 0;
  }
  .header__search .search__wrap .search__hub p {
    font-size: 12px;
  }
  .header__search .search__wrap .search input {
    padding: 11.5px;
    font-size: 12px;
  }
  .header__search .search__wrap button {
    padding: 11.5px 40px;
    font-size: 12px;
  }
  .header__search .search__wrap .search__right .search__right--item {
    font-size: 12px;
  }
}/*# sourceMappingURL=headersearch.css.map */