.populares-header-search-mobile {
  display: none;
}
.populares-searchInput-mobile {
  display: none;
}
.populares-header-barraTopo {
  width: 100%;
  padding: 16px 20px;
  background: transparent
    linear-gradient(90deg, #189cd9 0%, #1f71b8 55%, #29265b 100%) 0% 0%
    no-repeat padding-box;
  box-shadow: 0px 5px 10px #0000000d;
}
.populares-header-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  align-items: center;
}
/* .populares-header-search {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  & img {
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  & input {
    background-color: transparent;
    border: none;
    outline: none;
    font-family: "Ubuntu-regular", sans-serif;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.14px;
    color: #ffffff;
  }
} */
.populares-header-search {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.populares-header-search img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.populares-header-search input {
  background-color: transparent;
  border: none;
  outline: none;
  font-family: "Ubuntu-regular", sans-serif;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.14px;
  color: #ffffff;
}
.populares-header-search > input::placeholder {
  font-family: "Ubuntu-regular", sans-serif;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.14px;
  color: #ffffff;
}
.populares-header-title {
  margin: 0 auto;
  max-width: 120px;
}
.populares-header-otherlinks {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4rem;
}
/* .otherlinks-portais {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  & img {
    width: 20px;
    height: 20px;
  }
  & a {
    font-family: "Ubuntu-bold", sans-serif;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.14px;
    color: #ffffff;
  }
} */
.otherlinks-portais {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

.otherlinks-portais img {
  width: 20px;
  height: 20px;
}

.otherlinks-portais a {
  font-family: "Ubuntu-bold", sans-serif;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.14px;
  color: #ffffff;
}
/* .otherlinks-comercial {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  & img {
    width: 20px;
    height: 20px;
  }
  & .otherlinks-comercial-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    & span:first-child {
      font-family: "Ubuntu-regular", sans-serif;
      font-size: 10px;
      line-height: 11px;
      letter-spacing: -0.1px;
      color: #ffffff;
    }
    & span:nth-child(2) {
      font-family: "Ubuntu-bold", sans-serif;
      font-size: 16px;
      line-height: 18px;
      letter-spacing: -0.16px;
      color: #ffffff;
    }
  }
} */
.otherlinks-comercial {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

.otherlinks-comercial img {
  width: 20px;
  height: 20px;
}

.otherlinks-comercial .otherlinks-comercial-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.otherlinks-comercial .otherlinks-comercial-content span:first-child {
  font-family: "Ubuntu-regular", sans-serif;
  font-size: 10px;
  line-height: 11px;
  letter-spacing: -0.1px;
  color: #ffffff;
}

.otherlinks-comercial .otherlinks-comercial-content span:nth-child(2) {
  font-family: "Ubuntu-bold", sans-serif;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.16px;
  color: #ffffff;
}
.populares-header-login {
  width: 100%;
  padding: 16px 20px;
  background-color: #ffffff;
}
.populares-header-login-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  max-width: 1280px;
  margin: 0 auto;
}
.populares-header-login-btns .mw-anuncie-btn {
  max-width: 108px;
  padding: 10px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #ffe12e 0% 0% no-repeat padding-box;
  border-radius: 10px;
  color: #1364ae;
  font-family: "NimbusSans-Bold";
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

/* .populares-header-login-menu {
  display: flex;
  flex-direction: row;
  gap: 20px;
  & #svg-populares {
    width: 128px;
  }
} */
.populares-header-login-menu {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.populares-header-login-menu #svg-populares {
  width: 128px;
}
.populares-header-login-btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}
/* .mw-login-btn {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  & span {
    font-family: "NimbusSans-Bold";
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #1364ae;
  }
} */
.mw-login-btn {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.mw-login-btn span {
  font-family: "NimbusSans-Bold";
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #1364ae;
}
.menu-mobile {
  display: none;
}
@media (max-width: 768px) {
  .populares-header-search {
    display: none;
  }
  .populares-header-search-mobile {
    display: flex;
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  .populares-searchInput-mobile {
    animation: showSearchMobile 0.6s ease-in 1 forwards;
    transform: translateY(-30px) rotateX(88deg);
    display: flex;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    background-color: #f9f9f9;
    padding: 10px 20px;
    font-family: "NimbusSans-regular", sans-serif;
    width: 100%;
    margin-top: 15px;
  }
  @keyframes showSearchMobile {
    to {
      opacity: 1;
      height: auto;
      transform: translateY(0px) rotateX(0deg);
    }
  }
  .populares-header-search input {
    display: none;
  }
  .populares-header-otherlinks {
    display: none;
  }
  .menu-mobile {
    display: flex;
  }
  .populares-header-login-btns {
    gap: 15px;
  }
  .mw-login-btn span {
    display: none;
  }
}
@media (max-width: 768px) {
  .populares-header-login-btns .mw-anuncie-btn {
    padding: 10px;
  }
}
