.menuWrapperDesktop{
  display: none;
}

.menuMobile{
display: flex;
flex-direction: column;
}

.mobileMenuHeader{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.menuMobileIcons{
display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}

.menuMobileToggle{
width: 32px;
  height: 32px;
}

.menuMobileLogo{
width: 92px;
height: 32px;
}

.menuWrapperMobile{
  display: flex;
  position: absolute;
  top:-100%;
  z-index: 50;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 29px 8px 24px;
  transition: all 1s ease-out;
  width: 100%;
  box-sizing: border-box;
  background: #ffffff;
}

.menuWrapperMobile.open{
top:0;
  box-shadow: 0 0 20px #0003;
  border-radius: 0 0 12px 12px;
}

.closeMobileMenuButton{
background: none;
  border: none;
  align-self: flex-end;
}

.closeMobileMenuButton img{
width: 32px;
  height: 32px;
}

.menuButton{
  border-radius: 12px;
  padding: 12px 24px;
  margin-top: 16px;
  width: 100%;
  cursor: pointer;
  transition: all .3s;
font-weight: 600;
font-size: 16px;
line-height: 22px;
letter-spacing: 0%;
  font-family: __Nunito_Sans_720b7d,sans-serif;
}

.menuButton.loginButton{
background: #ffffff;
  border: 1px solid #f20d7a;
  color: #53464f;
  display: flex;
  align-items: center; 
  justify-content: center;
}

.menuButton.leadButton{
background: #f20d7a;
  border: none;
}

.leadButton a{
  text-decoration: none;
  color: #ffffff;
}

.buttonIcon{
width: 18px;
  height: 18px;
  margin-right: 8px;
}

.buttonIcon svg{
width: 18px;
  height: 18px;
  fill: #ff9ac9;
}

.menuItens{
display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.menuItem{
padding: 17px 0;
  width: 100%;
}

.menuItem:not(:last-child) {
    border-bottom: 1px solid #ebe6e9;
}



.menuItem.active .itemLabel{
  
color: #FE2B8F;
}

.itemLabel{
  cursor: pointer;
font-family: __Nunito_Sans_720b7d,sans-serif;
font-weight: 600;
font-size: 16px;
line-height: 22px;
letter-spacing: 0%;
  color: #53464F;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}

.subemenuPinkArrow{
  transition: all .3s;
width: 14px;
height: 7px;
}

.menuItem.active .subemenuPinkArrow{
transform: rotate(180deg);
}

.submenuItens{
display: none;
  flex-direction: column;
    margin-top 17px !important;
}

.menuItem.active .submenuItens{
display: flex;
}

.loginOptions{
display: none;
flex-direction: column;
width: 100%;
}

.loginOptions.active{
display: flex;
}

.submenuItem{
display: flex;
  align-items: center;
  margin-top: 17px;
}

.submenuItem.openItem h3{
  color: #FE2B8F;
}

.submenuItem.openItem .submenuItemIcon{
  background: #FFE9EF;
}

.segundoItemAbrivel{
display: none;
}

.segundoItemAbrivel.openItem{
display: flex;
  flex-direction: column;
}

.segundoItemAbrivel.openItem .submenuItemIcon{
  background: #FFE9EF;
}

.segundoItemAbrivel.openItem .submenuItem h3{
 color: #FE2B8F;
}

.submenuItemIcon{
  display: flex;
  width: 48px;
  height: 48px;
  margin-right: 9px;
  border-radius: 10px;
  border: 1.5px solid #FFE9EF;
  display: flex;
  justify-content: center;
  transition: all .3s
}

.submenuItemIcon img{
width: 21px;
}

.submenuItemContent{
display: flex;
  flex-direction: column;
  align-items: flex-start;
    width: calc(100% - 52px - 11px);
}

.submenuItemContent a{
  text-decoration: none;
}

.submenuItemTitle{
display: flex;
  align-items: center;
}

.tagNovo{
  margin-left: 9px;
  border-radius: 7.5px;
  background: #FFCCE4;
  padding: 0 12px;
  display: flex;
  align-items: center;
  height: 15px;
}

.tagNovo p{
color: #FE2B8F;
  font-family: __cabinetGrotesk_1e9fea,sans-serif;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 10px;
  line-height: 14.4px;
  letter-spacing: 0%;
  margin: 0;
}

.submenuItemContent h3{
  font-family: __Nunito_Sans_720b7d,sans-serif;
font-weight: 600;
font-size: 16px;
line-height: 22px;
letter-spacing: 0%;
  color: #000000;
  margin: 0;
}

.submenuItemContent span{
font-family: "Inter var experimental", "Inter var", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-weight: 400;
font-size: 12px;
letter-spacing: 0%;
  color: #83727D;
}

.updatesDiv{
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  border-top: 1px solid #ebe6e9;
}

.sumbmenuTituloCinza, .updatesDiv h3{
  font-family: __Nunito_Sans_720b7d,sans-serif;
font-weight: 600;
font-size: 16px;
line-height: 22px;
letter-spacing: 0%;
  margin: 0;
}

.sumbmenuTituloCinza, .updatesDiv h4{
color: #83727D;
}

.sumbmenuTituloCinza {
  padding-top: 16px;
}

.updatesDiv h3{
color: #000000;
}

.updatesDiv h4{
font-family: "Inter var experimental", "Inter var", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 110%;
letter-spacing: 0%;
margin: 4px 0 0 0;
}
 
.updatesDiv img{
margin: 16px 0;
  width: 100%;
}
  
@media screen and (min-width: 1023px){
  .menuMobile{
    display: none;
  }
  
  .menuWrapperDesktop{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 21px 36px;
    background: #ffffff;
  }
  
  .desktopLeftItens{
    display: flex;
    align-items: center;
    width: 50%;
    gap: 58px;
  }
  
  .menuItens{
    flex-direction: row;
    max-width: 757px;
    gap: 23px;
  }
  
  .menuItem:not(:last-child) {
    border-bottom: none;
  }
  
  .desktopButtons{
    width: 25%;
    display: flex;
    align-items: center;
    gap: 35px;
  }
  
  .desktopButtons button{
    width: 174px;
  }
  
  .buttonIcon{
    margin: 0;
  }
  
  .menuButton.loginButton{
    border: none;
    gap: 8px;
    white-space: nowrap;
  }
  
  .menuButton{
    margin: 0;
  }
  
  .itemLabel{
    justify-content: center;
    gap: 8px;
  }
  
  .menuItens{
/*     position: relative; */
  }
  
  .submenuItens{
    position: absolute;
    background: #ffffff;
    z-index: 1;
    padding: 0 35px 40px;
    border-radius: 0 0 20px 20px;
    left: 0;
    top: 165px;
    width: 100%;
    flex-direction: row;
    box-sizing: border-box;
  }
  
  .segundoMenuDesktopWrapper, .itemsDesktopWrapper, .updatesDiv{
    width: 30%;
  }
  
  .submenuItem{
    width: 80%;
    transition: all .3s;
    border-radius: 10px;
    padding: 7px 9px;
  }

  .submenuItem:hover{
    background: #FFF0F4;
  }
  
  .submenuItem:hover .submenuItemIcon{
    border-color: #ffffff;
    background: #ffffff;
    
  }
  
  .updatesDiv {
    border: none;
    margin: 0;
  }
  
  .updatesDiv img {
    max-width: 307px;
}
}
  
  