:root {
  --top: 142px;
}

.menu-top-bar {
  height: 45px;
  width: calc(100vw + 30%);
  max-width: 100vw;
  overflow-x: auto;
  color: white;
  box-shadow: 0 4px 6px #e3e3e3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  position: relative;
  /*  z-index: ;*/
  gap: 3rem;
  background-color: #f0f0f0;
  /*  padding-left: 180px;*/
  /*  overflow-y: visible;*/
}
.bg-opacity {
  width: 100vw;
  height: 100vh;
  background-color: black;
  opacity: 0.5;
  top: 160px;
  z-index: 1;
  display: none;
}

.dropdown-toggle {
  background-color: transparent !important;
  color: black !important;
  border: none !important;
  font-size: 0.9rem !important;
}
.dropdown:first-child {
  margin-left: 0.5rem;
}
.dropdown {
  outline: none !important;
}

.dropdown:hover {
  border-bottom: solid 3px pink;
}

/*.btn-group:first-child{
  margin-left: 94.5rem;
}*/

.dropdown:last-child {
  margin-right: 1rem;
}

.dropdown-toggle::after {
  content: unset !important;
}

.btn-categoria {
  width: 9rem !important;
  background-color: transparent !important;
  color: black !important;
}

.dropdown-menu {
  /* top: 142px !important; */
  top: var(--top) !important;
  width: 100vw;
  /*  left: var(--left) !important;*/
  left: 0;
  position: fixed;
  z-index: 2;
  transform: translate3d(0, 5px, 0px) !important;
  /* sombra que preencha toda a tela para baixo do elemento */
  /*  box-shadow: 0 140 0 1000px rgba(0, 0, 0, 0.5);*/
}

.dropdown-menu.show {
  display: flex !important;
  justify-content: flex-start;
  gap: 2rem;
  height: 5rem !important;
}

.dropdown-item {
  width: unset !important;
  margin-top: 0.5rem;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  padding-left: 7px !important;
  padding-right: 7px !important;
  font-size: 0.8rem !important;
  height: 1.5rem !important;
}

.dropdown-item:first-child {
  margin-left: 10px;
}

.btn-group {
  height: 45px;
}
