#menu {
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
}

#menu.sticky {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  width: 100%;
  background-color: rgba(19, 0, 44, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.menu-main-container {
  padding: 35px 0;
}

#btn-whatsapp {
  cursor: pointer;
}

#btn-whatsapp {
  background: #fff !important;
  width: 56px !important;
  height: 56px;
  border-radius: 50%;
  margin-left: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.elementor-element-11c4f11 .elementor-widget-container img {
  width: 24px;
  height: 24px;
}
