/* escondendo elementos da home */
#app .header img.logo-head-home,
#app .header img.arrow-link-home {
  display: none;
}

#app .header {
  margin-top: -2px;
}

.header .main-menu li a:after {
  content: "";
  width: 0px;
  height: 3px;
  background-color: #0069b4;
  margin: auto;
  display: block;
  border-radius: 20px;
}

.header .main-menu li a:hover::after {
  width: 20px;
  transition: width 0.3s linaer;
}

.header .sub-menu li a:hover::after {
  width: 0px;
}

#app
  > header
  > div:nth-child(1)
  > div
  > div
  > div.header-nav
  > nav
  > ul
  > li:nth-child(3) {
  font-family: "Superclarendon";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 36px;
  color: #0069b4;
  display: block;
  padding: 27px 22px 30px 22px;
  text-decoration: none;
  position: relative;
}

.header .borda-input {
  width: 80%;
  border: 1px solid #0069b4;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 15px;
  border-radius: 13px;
  border: double 2px transparent;
  border-radius: 20px;
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, #0069b4, #ED6B47);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.header .borda-input input.search-mobile {
  width: 90%;
  border: none;
  color:#0069b4;
}

#app > header > div.mobile-container.container.hide-desktop > div > img:nth-child(3) {
  width: 25px;
}