header {
  width: 100%;
  height: 140px;
  display: flex;
  background-color: var(--opa-branco);
  padding: 25px 0;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 999;
}

header .titulo-4 {
  color: var(--opa-vermelho);
}

header .menu-item {
  margin-right: 2%;
  position: relative;
  height: 140px;
  justify-content: center;
  align-items: center;
  display: flex;
}

header .menu-item a {
  white-space: nowrap;
  font-family: var(--font-family-gin-regular);
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  color: var(--opa-vermelho);
  transition: var(--transition-animation);
}

header .menu-item a:hover,
header .menu-item a:focus,
header .menu-item a:active {
  color: var(--opa-marrom-claro);
}

.logo {
  width: 138px;
  height: 80px;
  /* margin-right: 140px; */
}

.menu-principal {
  display: flex;
  background: var(--opa-branco);
}

header .right {
  display: flex;
  gap: 1rem;
}

header .right .menu-fone {
  width: 45%;
}
header .right .social-top {
  width: 40%;
  position: relative;
  top: 3px;
  margin-left: 1rem;
}
header .right .language-label {
  width: 15%;
  position: relative;
  top: 5px;
}

header .right .titulo-4 {
  color: var(--opa-marrom-claro);
}

.menu-fone {
  /* margin-right: 50px; */
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.menu-fone img {
  width: 19px;
  height: 8px;
  align-self: center;
  margin-right: 10px;
  margin-top: 3px;
}

.social-top ul {
  display: flex;
}

.social-top ul li a img {
  width: 24px;
  margin-right: 15px;
  transition: var(--transition-animation);
}

.social-top ul li a:focus img,
.social-top ul li a:active img,
.social-top ul li a:hover img {
  filter: brightness(0) saturate(100%) invert(68%) sepia(44%) saturate(426%)
    hue-rotate(359deg) brightness(86%) contrast(86%);
}

header select {
  background-position-x: 80%;
  background-position-y: 7px;
  background-size: 20%;
}

.arrow-menu {
  margin-left: 5px;
  margin-top: 4px;
  transition: var(--transition);
  left: 0rem !important;
  top: 0rem !important;
}

.menuDropdown {
  position: absolute;
  top: 140px;
  z-index: 9;
  background: var(--opa-bege-claro);
  width: 338px;
  left: 0;
  height: auto;
  overflow: hidden;
  transition: var(--transition);
  transform: translateY(-100%);
  z-index: -1;
}

.menuDropdown li hr {
  margin: 0 auto;
  color: var(--opa-bege);
  opacity: 0.3;
  width: 268px;
}

.btnNivel2 {
  width: auto;
  display: block;
  padding: 12px 0;
}

.menuDropdown li {
  padding-left: 40px;
  padding-right: 30px;
}

.menuDropdown li:first-child {
  padding-top: 40px;
  border-top: 2px solid var(--opa-marrom-claro);
}

.menuDropdownFull {
  padding: 34px 0 96px 390px;
  overflow: hidden;
  transition: var(--transition);
  transform: translateY(-100%);
  z-index: -1;
  display: flex;
  position: absolute;
  width: 100vw;
  background: var(--opa-bege);
  top: 140px;
  right: 0;
  left: 0;
  max-height: 485px;
}

.menuDropdownFull .card-cerveja .cerveja-item {
  height: 240px;
  width: auto !important;
  padding: 1rem 0 0;
}

.menuDropdownFull .card-cerveja a img {
  transition: var(--transition-animation);
}

.menuDropdownFull .card-cerveja a:hover img {
  transform: scale(1.1);
}

.menuDropdownFull .shadow {
  width: 140px !important;
  height: 25px;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 0 !important;
  position: relative;
}

.menuDropdownFull .shadow:after {
  content: "";
  position: absolute;
  background-image: url(/wp-content/themes/labbotheme/assets/img/shadow-menu.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 140px;
  height: 26px;
  bottom: 0;
  left: 0;
}

.menuDropdownFull .owl-dots {
  margin: 40px auto 44px !important;
  margin-left: -25% !important;
}

.menuDropdownFull .owl-dot {
  border: none !important;
  background: none !important;
}

.menuDropdownFull .owl-dot span {
  border: 2px solid var(--opa-marrom-claro) !important;
  background: transparent !important;
}

.menuDropdownFull .owl-dot.active span,
.menuDropdownFull .owl-dot:hover span {
  background: var(--opa-vermelho) !important;
  border: 2px solid var(--opa-vermelho) !important;
}

.menuDropdownFull .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 36px !important;
  margin-bottom: 100px !important;
}

.mainMenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background: var(--opa-branco);
  width: 100%;
  gap: 1rem;
  padding: 0 20px;
}

.mainMenu .logomarca {
  width: 10%;
}

.mainMenu .main-menu {
  width: 60%;
}

.mainMenu .right {
  width: 25%;
}

/* .mainMenu .right{
  width: 30%;
} */

header .menu-item:nth-child(2) {
  position: unset;
}

.subMenu-item:last-child {
  padding-bottom: 32px;
}

.subMenu-item:last-child hr {
  display: none;
}

.menu-item:hover a .titulo-4 {
  color: var(--opa-marrom-claro);
}

.menu-item:hover .arrow-menu {
  transform: rotate(180deg);
  filter: invert(58%) sepia(58%) saturate(334%) hue-rotate(360deg)
    brightness(98%) contrast(85%);
}

.menu-item:hover .menuDropdown {
  transform: translateY(0%);
}

.menu-item:hover .menuDropdownFull {
  transform: translateY(0%);
}

/* MENU MOBILE */
.menuMobile {
  display: none;
}

.menuMobile hr {
  opacity: 0.5;
}

.menu-principal-mobile {
  z-index: 999;
  position: absolute;
  left: 0%;
  top: 4rem;
  opacity: 0;
  -webkit-transition: 0.25s 0s ease-in-out;
  transition: 0.25s 0s ease-in-out;
  width: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.menu-principal-mobile .logo {
  margin-top: -11px;
  margin-left: -1px;
}
.menuMobile .menu {
  position: absolute;
  right: -100px;
  top: -100px;
  z-index: 100;
  width: 200px;
  height: 200px;
  background: var(--opa-branco);
  border-radius: 50% 50% 50% 50%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  box-shadow: 0 0 0 0 var(--opa-branco), 0 0 0 0 var(--opa-branco);
  cursor: pointer;
}

.menuMobile .hamburger {
  position: absolute;
  top: 135px;
  left: 50px;
  width: 30px;
  height: 3px;
  background: var(--opa-vermelho);
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.menuMobile .hamburger:after,
.menuMobile .hamburger:before {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--opa-vermelho);
}

.menuMobile .hamburger:before {
  top: -10px;
}

.menuMobile .hamburger:after {
  bottom: -10px;
}

.menuMobile input {
  display: none;
}

.menuMobile input:checked + .menu {
  box-shadow: 0 0 0 100vw var(--opa-branco), 0 0 0 100vh var(--opa-branco);
  border-radius: 0;
}

.menuMobile input:checked + .menu .hamburger {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menuMobile input:checked + .menu .hamburger:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: 0;
}

.menuMobile input:checked + .menu .hamburger:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}

.menuMobile input:checked + .menu + ul {
  opacity: 1;
  display: flex;
  align-items: flex-start;
  height: auto;
  justify-content: flex-start;
  background-color: white;
  padding-bottom: 20px;
}

.menuMobile a {
  margin-bottom: 20px;
  display: block;
  color: var(--opa-marrom-escuro);
  text-decoration: none;
}

.menuMobile li a.logomarca {
  position: relative;
  top: -3.1rem;
  left: -0.8rem;
}

.menuMobile .menu-item {
  display: flex;
  width: fit-content;
}

.menuMobile .menu-item {
  height: 40px;
}

.menuMobile .arrow-menu {
  margin-left: 7px;
  margin-top: -10px;
}

.menuDropdownMobile {
  opacity: 0;
  height: 0;
  transition: var(--transition);
  z-index: -1;
  position: relative;
}

.menuDropdownMobile .subMenuItemMobile a {
  margin-bottom: 0;
}

.menuItemMobile {
  width: 100%;
  background-color: white;
  padding-left: 2rem;
}
.menuMobile .choppMobile {
  background-color: var(--opa-marrom-claro);
  padding: 1rem 1.5rem;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  width: 135px;
  margin-left: 2rem;
}
#choppMobile {
  width: 100%;
  height: 47.75em;
  background: var(--opa-azul);
  position: relative;
  border: solid 1px var(--opa-azul);
  z-index: 999;
  overflow: hidden;
}

#choppMobile .left {
  width: 100%;
  height: 100%;
  padding: 4.81em 0 2.5em 5.44em;
  background-color: var(--opa-branco);
  display: block;
  float: left;
}

#choppMobile .owl-carousel .owl-item .logo-empresa {
  display: none;
}

#choppMobile .titulo-popup {
  font-family: var(--font-family-gin-regular);
  font-style: normal;
  font-weight: 400;
  color: var(--opa-vermelho);
  font-size: 3.75rem;
  width: 23.19rem;
  margin-bottom: 1.25rem;
  line-height: 4.2rem;
}

#choppMobile .left h3 {
  font-size: 2rem;
  color: var(--opa-bege);
  text-transform: uppercase;
}

#choppMobile .left h3 span {
  color: var(--opa-marrom-claro);
}

#choppMobile .left p {
  font-family: var(--font-family-soleil);
  font-style: normal;
  font-weight: 400;
  font-size: 0.941rem;
  width: 100%;
  line-height: 1.19rem;
  letter-spacing: -0.02em;
  color: var(--opa-cinza-escuro);
}
#choppMobile .detalhe-empresas > div {
  padding: 0.63rem 0;
}
#choppMobile .popup-slider-owl .whatapp-empresas {
  font-size: 1.13rem;
  width: 15rem;
  height: 3.13rem;
  padding: 0.94rem 1.31rem;
  background-color: var(--opa-verde);
  color: var(--opa-branco);
  border: none;
  display: flex;
}

#choppMobile .popup-slider-owl .whatapp-empresas img {
  width: 1.25rem;
  position: relative;
  margin-right: 0.57rem;
}
#choppMobile .card-empresas {
  display: flex;
}

#choppMobile .detalhe-empresas .titulo-6 {
  width: 13.06rem;
  font-size: 1rem;
}

#choppMobile .detalhe-empresas .titulo-2 {
  color: var(--opa-marrom-claro);
  font-size: 1.5rem;
  display: flex;
}

#choppMobile .detalhe-empresas .titulo-2 img {
  width: 1.25rem;
  margin-right: 0.69rem;
}
@media (max-width: 1540px) {
  header .right {
    position: absolute;
    top: 11px;
    right: 17px;
  }
  header .mainMenu .main-menu {
    width: 72%;
  }
  .mainMenu .right {
    width: 28%;
  }
}
@media (max-width: 1440px) {
  .logo {
    margin-right: 0px;
  }

  .menuDropdownFull {
    padding: 34px 0 96px 330px;
  }
}

@media (max-width: 1366px) {
  header .mainMenu .main-menu {
    width: 78%;
  }
  header .menu-item a {
    font-size: 1.3rem;
  }
  header .right .social-top {
    top: 3px;
    margin-left: 1rem;
  }
  .mainMenu .right {
    width: 30%;
  }
  .mainMenu .right .menu-fone {
    justify-content: center;
  }
  .language-label .arrow-menu {
    left: 0 !important;
    top: 0 !important;
  }
}

@media (max-width: 1280px) {
  header .mainMenu .main-menu {
    width: 85%;
  }
  header .menu-item a {
    font-size: 1.1rem;
  }
  .mainMenu .right {
    width: 30%;
  }
}

@media (max-width: 1024px) {
  .mainMenu {
    padding: 0 15px;
  }

  header .menu-item {
    margin-right: 10px;
  }

  header .menu-item {
    margin-right: 9px;
  }

  header .titulo-4 {
    font-size: 15px;
  }
  .mainMenu .right .menu-fone .titulo-4 {
    width: 100%;
  }
  .menuDropdownFull {
    padding: 30px 0 96px 188px;
  }
}

@media (max-width: 991px) {
  .logo-mobile {
    margin-left: 2rem;
  }
  .lity-close {
    color: black !important;
    transform: translateY(96px) translateX(-51px);
  }
}
@media (max-width: 450px) {
  #choppMobile .left {
    padding: 4.81em 0 2.5em 2.44em;
  }
  #choppMobile .titulo-popup {
    font-size: 2.75rem;
    line-height: 3.2rem;
  }
  .lity-close {
    transform: translateY(10px) translateX(-10px);
    color: #FFF !important;
}
}
@media (max-width: 350px) {
  .logo {
    width: 107px;
    height: 67px;
  }
  .menu-principal-mobile .logo {
    margin-top: -12px;
  }
}
@media (max-width: 1023px) {
  .menu-principal,
  header .right,
  .menuDropdownFull {
    display: none !important;
  }

  .menuMobile {
    display: block;
  }
}
.showSubMenuMobile .menuDropdownMobile {
  opacity: 1;
  height: 100%;
  transition: var(--transition);
  z-index: 1;
}