.tracking-in-expand {
  -webkit-animation: tracking-in-expand 1.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
  animation: tracking-in-expand 1.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

.glow-1 {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  box-shadow: inset 0 0 50px #fff, inset 20px 0 80px #f0f, inset -20px 0 80px #0ff, inset 20px 0 300px #f0f, inset -20px 0 300px #0ff, 0 0 50px #fff, -10px 0 80px #f0f, 10px 0 80px #0ff;
}

@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

li {
  margin: 8px 0;
}

.card-body.section {
  min-height: 541px;
  background: #fff0cc;
  color: var(--bs-highlight-bg);
}

.card-body-short {
  min-height: 180px;
  background: #fff0cc;
  color: var(--bs-highlight-bg);
}

.container.section {
  background: linear-gradient(-25deg, #d2c198 0%, #d8b04a 100%);
  margin-top: 36.5px;
  border-radius: 10px;
  color: var(--bs-highlight-bg);
}

.card-title._shadow {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
  text-shadow: 2px 2px 1px #ffd392;
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: #ffd392;
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-bg: #;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  /*border-radius: var(--bs-card-border-radius);*/
  border-radius: 5px;
  border-width: 2px;
}

a:link {
  color: #664d03;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #664d03;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #664d03;
  background-color: transparent;
  text-decoration: underline;
}

.sticky-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  padding: 15px 30px;
  background-color: #ffd392;
  color: #664d03;
  border: #664d03;
  cursor: pointer;
  border-radius: 5px;
  border-style: solid;
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: #664d03;
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
  font-weight: bold;
}

.carta-precios-header {
  color: #d8b04a;
  text-shadow: 2px 2px var(--bs-gray-dark);
  font-size: 60px;
  max-width: 250px;
}

@media (max-width: 576px) {
  .carta-precios-header {
    color: #d8b04a;
    text-shadow: 2px 2px var(--bs-gray-dark);
    font-size: 45px;
    max-width: 100%;
  }
}

