* {
  font-family: 'Century Gothic Paneuropean', sans-serif;
}
.btn-lime {
  display: inline-block;
  padding: 12px 24px;
  background-color: #80BC00;
  /* border: 2px solid #80BC00; */
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
}
.btn-sucursal {
  border: 2px solid black;
  color: #000;
}
/* @apply bg-lime-500; */
.menu-section {
  padding: 30px 60px;
  /* background: linear-gradient(to top, #fff, #80bc00); */
  text-align: center;
}
