.navbar-help {
  background: #F05A27;
  position: relative;
}
.navbar-help:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/icon-facil123-before-b6888854.svg");
  opacity: 0.8;
}

.navbar-help .navbar-top {
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.navbar-help .navbar-top .brand-container {
  display: inline;
  margin-right: 20px;
}
.navbar-help .navbar-top .brand-container a {
  display: inline-block;
}
.navbar-help .navbar-top .brand-container a figure {
  width: 135px;
  top: 0px;
  position: relative;
  margin-bottom: 0;
}
.navbar-help .navbar-top .brand-container a figure img {
  width: 100%;
}
.navbar-help .navbar-top .brand-container a figure.brand-help {
  position: relative;
}
.navbar-help .navbar-top .brand-container a figure.brand-help:before {
  position: absolute;
  content: "Ajuda";
  top: 6px;
  right: -40px;
  color: #fff;
  font-size: 13px;
}

.navbar-help .navbar-top .navbar-right {
  display: flex;
  justify-content: flex-end;
}
.navbar-help .navbar-top .navbar-right a {
  text-align: right;
  color: #fff;
}

.navbar-help .input-search {
  padding: 80px 0 100px 0;
  position: relative;
}
.navbar-help .input-search h1 {
  color: #fff;
  font-size: 38px;
  font-weight: 400;
}

.input-search .input-group {
  border: #fff;
  border-radius: 4px;
}
.input-search .input-group .form-control {
  border: none;
  box-shadow: none;
  padding: 0.6rem 1rem;
  background: #fff;
  transition: all 0.2s;
  min-height: 62px;
}
.input-search .input-group .form-control::placeholder {
  color: #AFAFAF;
  opacity: 0.7;
  transition: all 0.2s;
}
.input-search .input-group .form-control:hover::placeholder {
  color: #AFAFAF;
  opacity: 1;
  transition: all 0.2s;
}
.input-search .input-group .form-control:focus {
  background: #fff;
  transition: all 0.2s;
}
.input-search .input-group .btn {
  border: 0;
}
.input-search .input-group .btn.btn-subnav {
  background: #fff;
}
.input-search .input-group .btn.btn-subnav img {
  filter: invert(41%) sepia(84%) saturate(546%) hue-rotate(343deg) brightness(104%) contrast(92%);
}
.input-search .input-group .btn.btn-subnav:hover {
  background: #f48660;
}
