#main-menu {
  display: block;
  z-index: 3;
}
#menu.navbar {
  background: transparent;
}
#main-menu + .modal-background {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background: rgb(255 255 255 / 60%);
  backdrop-filter: blur(5px);
}
.catalog.box {
  position: absolute;
  top: 100%;
  background: #fff;
  border-radius: 10px;
  display: none;
  z-index: 2;
}
.catalog a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700 !important;
}
.catalog > a:hover {
  background-color: #e30816 !important;
  color: #ffffff;
}
#catalog-trigger .sandwich span {
  width: 24px;
  margin-right: 10px;
}
#catalog-trigger {
  background: linear-gradient(to bottom, #FFCF54, #FFAE00);
  color: #000;
  padding:10px 20px;
  margin-right: 0.75rem;
  border-radius: 12px;
}
.catalog-link-name {
  position: absolute;
  bottom: 0;
  background: rgb(0 0 0 / 60%);
  width: 100%;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
}
#menu .navbar-menu {
  justify-content: center;
  align-items: center;
}
#menu .navbar-item, .navbar-link {
  color: #fff;
}
.navbar-item.has-dropdown.is-active .navbar-link, .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link {
  background-color: rgb(255 255 255 / 10%);
}
.navbar-dropdown {
  background-color: #2f593d;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  border-top: none;
}
.navbar-dropdown a.navbar-item:hover {
  background-color: #174627;
  color: #fc0 !important;
}
.catalog-subcategory {
  position: absolute;
  top: 22px;
  left: 15px;
  background: #ddd;
  border-radius: 50%;
}
.catalog-subcategory .dropdown-content:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: calc(100% - 17px);
  border-left: 1px solid #f00;
  border-bottom: 1px solid #f00;
  border-radius: 0 0 0px 3px;
  bottom: 17px;
  left: 11px;
}
.catalog-subcategory .dropdown-item {
  color: #333;
  text-transform: none;
  padding: 0.5em 0.5em 0.5em 2em;
  transition: all 0.2s ease;
}
.catalog-subcategory .dropdown-item:before {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 1px;
  background: #fd0900;
  left: 12px;
  top: 17px;
}
.catalog-subcategory .dropdown-item:last-child:before {
  content: none;
}
.catalog-subcategory .dropdown-item:hover {
  background-color: transparent;
  color: #e30816;
}
.catalog-subcategory .dropdown-content {
  padding: 0;
}
.catalog a.box {
  font-size: 14px;
  font-weight: 400;
  transition: all 0.2s ease;
  background: #333;
}
.catalog a.box:focus, .catalog a.box:hover {
  box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0 0 1px #fecb4b;
}
.has-children a.box > span:first-child {
  padding-left: 25px;
}
.social-icons a {
  display: block;
  line-height: 1;
  padding: 12px;
  width: 50px;
  height: 50px;
  color: #999;
  transition: color 0.2s ease;
}
.menu-consult {
  background: #46be45;
  color: #fff;
  padding: 10px 20px;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
}
.menu-consult .icon {
  margin-right: 10px;
}
.social-icons a:hover {
  color: #3E61CC;
}
@media (max-width: 768px) {
  #main-menu {
    position: absolute;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    z-index: 4;
  }
  #main-menu {
    position: fixed;
    width: 100%;
    max-width: 320px;
    height: 100%;
    background: #fff;
    padding-bottom: 50px;
    transform: translateX(-100%);
    transition: all 0.3s ease;
    transform: translateX(-100%);
    background: #333;
    top: 0;
    left: 0;
    z-index: 4;
  }
  #main-menu.shown {
    transform: translateX(0);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
    overflow: auto;
  }
  #menu .navbar-menu {
    display: block;
    padding: 0;
    box-shadow: none;
    background: #333;
  }
  #main-menu + .modal-background {
    position: fixed;
    background-color: rgb(10 10 10 / 40%);
    z-index: 3;
  }
  #main-menu .modal-background {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
  }
  #catalog-trigger {
    margin-right: 0;
    border-radius: 0;
  }
  .menu-consult {
    border-radius: 0;
  }
  #catalog-trigger, #main-menu .navbar-link {
    padding: 1em;
  }
  .catalog.box {
    position: fixed;
    margin-top: 49px;
    top: 0;
    height: 100%;
    z-index: 3;
    padding: 12px 0 110px !important;
    overflow: auto;
    border-radius: 0 !important;
  }
  .catalog .column.is-2 {
    width: 50% !important;
  }
  .social-icons {
    margin-top: 15px !important;
  }
}
