.navbar-container {
  width: 100%;
  min-height: 64px;
  box-shadow: 0 1px 2px -1px gray;
  z-index: 99;
}
@media (max-width: 992px) {
  .navbar-container {
    display: none !important;
  }
}
.navbar-container.first {
  position: absolute;
  left: 0;
  bottom: 0;
}
.navbar-logo {
  width: 278px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 3rem;
}
@media (max-width: 1300px) {
  .navbar-logo {
    width: 20%;
  }
}
.navbar-logo > img {
  width: 216px;
  max-width: 85%;
}
.navbar-menu {
  height: 100%;
  min-width: 60%;
}
@media (max-width: 1300px) {
  .navbar-menu {
    width: 100%;
  }
}
.navbar-menu-list {
  height: 100%;
  width: 100%;
  margin-right: 4%;
}
@media (max-width: 1200px) {
  .navbar-menu-list {
    margin-right: 2%;
  }
}
.navbar-menu-list ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.navbar-menu-list li {
  list-style: none;
}
.navbar-menu-item {
  cursor: pointer;
  position: relative;
  transition: color 0.3s ease;
  padding: 0 10px;
  font-size: 1.067rem;
  display: block;
  clear: both;
}
.navbar-menu-item a {
  color: inherit;
  font-size: 1.067rem;
  text-decoration: none;
}
.navbar-menu-item a:hover {
  color: inherit;
  font-size: 1.067rem;
  text-decoration: none;
}
@media (max-width: 1300px) {
  .navbar-menu-item {
    font-size: 0.925rem;
  }
}
@media (max-width: 1100px) {
  .navbar-menu-item {
    font-size: 0.85rem;
  }
}
.navbar-menu-item:not(.active) {
  padding-bottom: 4px;
}
@media (max-width: 1300px) {
  .navbar-menu-item:not(.active) {
    padding-bottom: unset;
  }
}
.navbar-menu-item + .navbar-menu-item {
  margin-left: 1.5rem;
}
.navbar-menu-item:hover:after {
  width: 100%;
}
.navbar-menu-item.active {
  font-size: 1.25rem;
}
@media (max-width: 1300px) {
  .navbar-menu-item.active {
    font-size: 1rem;
  }
}
@media (max-width: 1100px) {
  .navbar-menu-item.active {
    font-size: 0.9rem;
  }
}
.navbar-menu-item.active:after {
  width: 100%;
}
.navbar-menu-item:after {
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -0.6rem;
  transition: all 0.3s ease;
}
.navbar-menu-btn {
  width: 227px;
  height: 64px;
  letter-spacing: 0;
  color: inherit !important;
  text-decoration: none !important;
}
.navbar-menu-btn:hover {
  color: inherit !important;
  text-decoration: none !important;
}
@media (max-width: 1300px) {
  .navbar-menu-btn {
    font-size: 0.925rem;
    width: 20%;
  }
}

.navbar-mb {
  height: 61px;
  width: 100vw;
  position: fixed;
  display: none;
  z-index: 99;
  margin: 0;
  padding: 16px 36px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .navbar-mb {
    display: flex !important;
  }
}
.navbar-mb-logo {
  width: 140px;
  height: 30px;
  background-image: url("./../../img/logo_allowme.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.navbar-mb .dropdown-mb {
  height: auto;
  padding: 12px 0px;
  display: none;
}
.navbar-mb .dropdown-mb.active {
  display: block;
}
.navbar-mb .dropdown-mb .item {
  font-size: 15px;
  display: block;
  padding: 5px 0px;
}
.navbar-mb-icon {
  cursor: pointer;
  width: 30px;
  height: 20px;
}
.navbar-mb-icon > img {
  width: 100%;
  height: 100%;
}
.navbar-mb-container {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: -100vh;
  left: 0;
  transition: all 0.32s ease;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.navbar-mb-container:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  pointer-events: none;
}
.navbar-mb-container:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.68;
  background-image: url("./../../img/ponts-mobile.png");
  pointer-events: none;
}
.navbar-mb-container.active {
  top: 0;
}
.navbar-mb-container-close {
  position: absolute;
  right: 25px;
  top: 10px;
  font-size: 1.7rem;
  font-weight: 300;
  cursor: pointer;
}
.navbar-mb-container-close:hover {
  opacity: 0.7;
}
.navbar-mb-container-wrapper {
  width: 90%;
  margin: 0 auto;
  z-index: 1;
  height: 80vh;
}
.navbar-mb-container-wrapper > nav {
  width: 100%;
  margin: 0 auto;
  margin-top: 3rem;
  height: 50%;
  overflow: auto;
  margin-bottom: 1rem;
}
.navbar-mb-container-search {
  padding: 20px;
  width: 100%;
  background: #f4f4f4;
  line-height: 1.12;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar-mb-container-search > input {
  width: 90%;
  border: 0;
  outline: 0;
  padding: 0;
  color: #393939;
  background: transparent;
}
.navbar-mb-container-search > input::placeholder {
  color: #393939;
  font-size: 1rem;
}
.navbar-mb-container-search > input > i {
  font-size: 1.25rem;
  color: #393939;
  cursor: pointer;
  transition: opacity 0.32s ease;
}
.navbar-mb-container-search > input > i:hover {
  opacity: 0.7;
}
.navbar-mb-container-btn {
  width: 100%;
  background: #fff;
  color: #566872;
  height: 65px;
  border: none;
  margin-bottom: 20px;
}
.navbar-mb-container-btn:hover {
  color: #fff;
}
.navbar-mb-container-btn:before {
  background: #566872;
}
.navbar-mb-container-logo {
  margin-top: 20px;
  width: 180px;
  height: 40px;
  z-index: 1;
}
.navbar-mb-container-menu {
  list-style: none;
  color: #566872;
  width: 100%;
  margin: 0;
  padding: 0;
}
.navbar-mb-container-menu > li {
  padding: 1.5rem 1rem 1rem;
  cursor: pointer;
  transition: opacity 0.32s ease;
  position: relative;
}
.navbar-mb-container-menu > li > i {
  position: absolute;
  top: 2.3rem;
  right: 5%;
  transform: translateY(-50%);
}
.navbar-mb-container-menu > li > i.active {
  transform: rotate(180deg);
  top: 2rem;
}
.navbar-mb-container-menu > li #iconteudo {
  right: auto !important;
  left: 92px;
}
.navbar-mb-container-menu > li:hover {
  opacity: 0.7;
}
.navbar-mb-container-menu > li > ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar-mb-container-menu > li > ul > li {
  padding: 1rem 0 0;
  font-weight: 300 !important;
}
.navbar-mb-container-menu > li + li {
  border-top: 1px solid #566872;
}

.little-arrow-down {
  position: absolute;
  transform: rotate(90deg) scaleY(2.5) scaleX(1.2);
  font-size: 0.5rem;
  top: 0.45rem;
  right: -0.5rem;
}

#select-lang {
  display: block;
}
#select-lang:hover .options div {
  color: black;
}
#select-lang .options {
  position: absolute;
  width: 60px;
  left: 0;
  z-index: 10;
  padding: 5px 15px;
  position: absolute;
}
#select-lang .options:hover div {
  color: black;
}
#select-lang.disabled .options {
  display: none;
}

.search-on {
  display: initial !important;
  cursor: initial;
}
.search-off {
  display: none !important;
}

#search-trigger {
  color: #566872;
  font-size: 1rem;
}
#search-trigger a {
  padding: 0;
}
#search-trigger:hover {
  color: #dbe120;
}

#search-li:hover {
  cursor: pointer;
  color: #fff;
}

#search-close,
#search-button {
  color: #000;
  font-size: 32px;
}
#search-close:hover,
#search-button:hover {
  cursor: pointer;
  color: #fff;
}

.search-box {
  position: fixed;
  display: flex;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #dbe120;
}
.search-box-content {
  margin: 0 auto;
  display: flex;
  width: 75vw;
  margin-top: 25%;
}
.search-box-content input {
  border-bottom: 5px solid #ffffff;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  box-shadow: none !important;
  background-color: transparent;
  height: 110px;
  width: 90%;
  color: #393939;
  font-size: 2.4rem;
  padding: 0 15px;
}
.search-box-content input::placeholder {
  font-size: 40px;
  color: #566872;
  font-weight: bold;
}
.search-box-close {
  position: absolute;
  top: 50px;
  right: 100px;
  color: #666666;
}
.search-box-close:hover {
  color: #fff;
  cursor: pointer;
}
.search-box-close i {
  font-size: 3rem;
}
.search-box-sub {
  height: 110px;
  width: 10%;
  border-bottom: 5px solid #ffffff;
  font-size: 40px;
}
.search-box-sub-icon {
  font-size: 40px;
  color: #566872;
}

.arrow-language {
  font-size: 0.6rem;
  right: unset;
  left: 13%;
}

.m-options {
  display: none;
  width: 2rem;
  margin-top: 0.5rem;
}

.options {
  border: 0.5px solid #ccc;
}

.dropdown-publicacao {
  position: absolute;
  display: none;
  padding-top: 6px;
  left: -10px;
}
.dropdown-publicacao.superior {
  bottom: 20px;
  padding-bottom: 28px;
}
.dropdown-publicacao > div {
  width: 149px;
  height: auto;
  padding-top: 36px;
  padding: 0px 5px;
  padding-bottom: 1px;
}
.dropdown-publicacao > div .item {
  color: #566872 !important;
}
.dropdown-publicacao > div .item > a {
  display: block;
  padding: 5px 16px;
  margin-bottom: 7px;
}
.dropdown-publicacao > div .item > a:hover {
  background-color: white;
  color: #566872 !important;
  cursor: pointer;
}
.dropdown-publicacao > div .item:first-child {
  margin-top: 17px;
}
.dropdown-publicacao.active {
  display: block !important;
}

.navbar-mb-container-btn {
  display: flex;
  background-color: #fff;
  text-align: center;
}

.intelligence-tempest {
  position: absolute;
  right: 20px;
  bottom: 18px;
  z-index: 2;
}
@media (max-device-width: 335px) {
  .intelligence-tempest {
    bottom: 10px;
  }
}
.intelligence-tempest > img {
  max-height: 100%;
}
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .intelligence-tempest {
    bottom: 60px;
    right: 30px;
  }
}

/*# sourceMappingURL=navbar.css.map */
