:root {
  --bs-light-dark-rgb: 101,101,101;
}

.start-40 {
  left: 40%;
}

#menu span, #cartavini span {
  color: #c41700;
}

.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 1rem 3rem rgba(0,0,0,0.175) !important;
}

.menu-item {
  transition: all 0.2s ease;
}

.menu-item:hover {
  /*padding-left: 0.5rem;*/
}

.badge {
  white-space: nowrap;
  border-radius: 12px;
}

#nav01 {
  display: none;
}

.accordion-button:focus {
  box-shadow: none !important;
  border-color: rgba(0,0,0,.125) !important;
}

.logo {
  width: 44px;
}

@media (max-width: 375px) {
  .logo {
    width: 26px;
  }
}

@media (max-width: 450px) {
  .logo {
    width: 34px;
  }
}

