.hamburger {
  position: relative;
  background-color: transparent;
  padding: 1.25rem 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
  transition: transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
  z-index: 1002;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hamburger.is-active {
  background-color: rgb(255, 255, 255, 0.2);
  padding: 1rem 0.4rem;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}

._layer {
  background-color: var(--jvm-background-secondary);
  margin-bottom: 2px;
  border-radius: 2px;
  width: 28px;
  height: 2px;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
  transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
}

.is-active .-top {
  background-color: var(--jvm-background-tertiary);
}

.is-active .-bottom {
  background-color: var(--jvm-background-tertiary);
}

.hamburger:hover .-top {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.hamburger:hover .-bottom {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.hamburger.is-active .-top {
  -webkit-transform: translateY(200%) rotate(45deg) !important;
  -ms-transform: translateY(200%) rotate(45deg) !important;
  transform: translateY(200%) rotate(45deg) !important;
}

.hamburger.is-active .-mid {
  opacity: 0;
}

.hamburger.is-active .-bottom {
  -webkit-transform: translateY(-200%) rotate(135deg) !important;
  -ms-transform: translateY(-200%) rotate(135deg) !important;
  transform: translateY(-200%) rotate(135deg) !important;
}

.menuBalanti .menuppal.is_active {
  transform: translate3d(0px, 0px, 0px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.menuBalanti .menuppal .contentMenu {
  width: 100%;
  max-width: 840px;
  padding: 0 0 0 11.563rem;
  display: flex;
  flex-direction: column;
}

.menuBalanti .menuppal .contentMenu .logoMenu img {
  width: 57px;
  margin-bottom: 2rem;
}

.menuBalanti .menuppal .contentMenu .listMenu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.menuBalanti .menuppal .contentMenu .whatsappInfo a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 5.938rem;
}

.menuBalanti .menuppal .contentMenu .whatsappInfo img {
  width: 30px;
}

.menuBalanti .menuppal .contentMenu .whatsappInfo p {
  font-family: 'fonts-500';
  color: var(--jvm-color-text-secondary);
  font-size: 0.688rem;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  text-transform: uppercase;
}

.menuBalanti .menuppal {
  background-color: #323e48;
  backdrop-filter: blur(10px);
  bottom: 0;
  height: 100%;
  left: 0;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  transform: translate3d(0px, -100%, 0px);
  transition: transform 0.35s cubic-bezier(0.05, 1.04, 0.72, 0.98) 0s;
  width: 100%;
  z-index: 1001;
}

.menuBalanti .menuppal ul {
  /* margin: 4.5rem 0 0 0; */
  padding: 0;
  width: 100%;
}

.menuBalanti .menuppal ul li {
  width: 100%;
  max-width: 300px;
  list-style: none;
  text-align: left;
  text-transform: none;
  position: relative;
  margin: 2rem 0;
}

.menuBalanti .menuppal ul li:first-child {
  margin-top: 0;
  margin-bottom: 2rem;
}

.menuBalanti .menuppal ul li:last-child {
  margin-bottom: 0;
}

.menuBalanti .menuppal ul li a:last-child {
  margin-bottom: 0;
}

.menuBalanti .menuppal ul li a {
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: -0.5px;
  color: rgb(36, 19, 74);
}

.menuBalanti .menuppal ul li a:hover {
  text-decoration: none;
}

.menuBalanti .menuppal ul li a {
  font-family: 'fonts-200';
  font-size: 1.3rem;
  line-height: 42px;
  letter-spacing: 2px;
  color: var(--jvm-color-text-secondary);
}

.menuBalanti .dropdown-toggle::after {
  border-top: none;
  border-right: none;
  display: none;
}

.menuBalanti .textLinkMegaMenu p.commercesMinip {
  font-size: 0.625em;
  color: rgb(142, 142, 142);
  margin-top: 0;
  margin-bottom: 1rem;
}

.menuBalanti .textLinkMegaMenu .textLink {
  margin-top: 1rem;
}

.menuBalanti .textLinkMegaMenu .textLink span a {

  font-size: 1rem;
  color: rgb(0, 0, 0);
}

.menuBalanti .textLinkMegaMenu .textLink span a.linkOne {
  border-top: 1px solid rgb(230, 230, 230);
  display: block;
  padding: 0.65rem 0;
}

.menuBalanti .textLinkMegaMenu .textLink span a.linkTwo {
  border-top: 1px solid rgb(230, 230, 230);
  border-bottom: 1px solid rgb(230, 230, 230);
  display: block;
  padding: 0.65rem 0;
}

.menuBalanti .dropdown-menu[data-bs-popper] {
  border: none;
  box-shadow: none !important;
  margin-top: 0;
}

.menuBalanti .dropdown-menu.shadow.show {
  border: none;
  border-radius: 0;
}

/* .menuBalanti .hamburger.is-active {
  position: fixed;
} */

.menuBalanti .boxMenuInfo {
  border-radius: 6px;
  padding: 1rem;
  margin: 6rem 0 1rem;
  background: var(--jvm-background-green) url(./images/general/bgBoxmenu.png) no-repeat center;
  background-size: 100%;
}

.menuBalanti .boxMenuInfo h2 {
  font-weight: 400;
  font-size: 1.25rem;
  letter-spacing: -0.25px;
  color: rgb(29, 61, 96);
}

.menuBalanti .boxMenuInfo p {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 18px;
  color: rgb(29, 61, 96);
  margin-bottom: 0;
}

.menuBalanti .textInfoMenu {
  margin: 1rem 0;
}

.menuBalanti .textInfoMenu h2 {
  font-family: 'fonts-500';
  font-size: 1.25rem;
  letter-spacing: -0.25px;
  color: var(--jvm-background-secondary);
}

.menuBalanti .textInfoMenu p {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 18px;
  color: var(--jvm-background-secondary);
  text-align: center;
  margin-bottom: 0;
}

.menuBalanti .btn div:hover {
  display: block;
  text-align: left;
  background-color: green;
}

.menuBalanti .btn:hover {
  display: block;
  width: 100%;
  height: auto;
}

.menuBalanti div.submenu-content {
  display: none;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 11rem;
  z-index: 9;
  margin: 0;
  padding-left: 2rem;
}

.menuBalanti div.submenu-content::after {
  content: "";
  width: 0.5px;
  height: 42px;
  background-color: var(--jvm-background-tertiary);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.menuBalanti div.submenu-content a {
  text-decoration: none;
  display: block;
  text-align: left;
}

.menuBalanti .submenu .submenu-content a {
  margin-bottom: 2rem;
}

.menuBalanti .submenu:hover .submenu-content {
  display: block;
  animation: fadeIn 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media screen and (min-width: 500px) {

  .menuBalanti .btn div {
    display: none;
  }

  .menuBalanti nav ul {
    list-style-type: none;
    /* elimino estilo de lista*/
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  .menuBalanti .submenu-content {
    display: none;
    position: absolute;
  }

  .menuBalanti .submenu-content a {
    display: block;
    text-align: left;
  }

  .menuBalanti .submenu:hover .submenu-content {
    display: block;
  }
}

@media screen and (max-width: 768px) {

  .menuBalanti .menuppal .contentMenu {
    max-width: 95%;
    padding: 1.25rem 2rem;
  }

  .menuBalanti .menuppal ul li a {
    font-size: 1.25rem;
    line-height: 22px;
  }

  .menuBalanti .menuppal ul {
    margin-bottom: 0;
  }

  .menuBalanti .menuppal ul {
    max-height: 220px;
  }

  .menuBalanti .menuppal .contentMenu .logoMenu img {
    width: 40px;
  }

  .menuBalanti .menuppal .contentMenu .whatsappInfo a {
    margin-top: 2rem;
  }

  .menuBalanti .menuppal ul li {
    max-width: fit-content;
    margin: 1rem 0;
  }

  div.submenu-content {
    position: relative;
    left: 0;
  }

  .submenu .submenu-content a {
    margin: 1rem;
  }

  .menuBalanti .menuppal ul li:first-child {
    margin-bottom: 1rem;
  }

  .menuBalanti div.submenu-content {
    position: relative;
    top: 0;
    left: 0;
    padding-left: 0;
  }

  .menuBalanti .submenu .submenu-content a {
    margin-bottom: 1rem;
  }

  .menuBalanti div.submenu-content::after {
    height: 100%;
  }

}