@font-face {
  font-family: CaslonCP; /* set name */
  src: url(font/CaslonCP.woff); /* url of the font */
}

:root {
  --royal-gold: -webkit-linear-gradient(#45341e, #edc56d, #d7a349);
  --royal-plain-gold: #c59e54;
  --royal-bugundy: #732338;
}
a {
  font-size: 0.8rem;
  font-weight: bold;
  color: #fff !important;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: url("../img/patron_bk.png");
  padding-left: 15px;
  padding-right: 15px;
}
hr {
  background: url(../img/separador.png);
  width: 100%;
  height: 30px;
  opacity: 1 !important;
  background-repeat: no-repeat;
  background-position: center;
  border-top: none !important;
}
.sube {
  background: black;
  width: 90px;
  justify-self: center;
  display: flex;
  justify-content: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border: 5px solid #ffffff78;
  bottom: -12px !important;
}

.menu-items-container {
  background: #d9ccb9;
  border-radius: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.menu-tlt {
  font-family: CaslonCP;
  font-weight: bold;
  color: var(--royal-bugundy);
  font-size: 1.7rem;
  border-bottom: 3px solid var(--royal-bugundy);
}
.item {
  font-weight: 700;
  font-size: 1.1rem;
  width: 80%;
  text-transform: uppercase;
}

.item span {
  font-size: 0.9rem;

  font-weight: 400;
}
.price {
  align-content: end;
  width: 20%;
  text-align: end;
  font-size: 1.5rem;
  font-weight: 600;
}
.contorno {
  border: 2px solid var(--royal-plain-gold);
}
.contorno span {
  color: var(--royal-bugundy);
  font-weight: 700;
  margin-right: 5px;
}

@media (min-width: 768px) {
  .menu-tlt {
    font-family: CaslonCP;
    color: var(--royal-bugundy);
    font-size: 2rem;
    border-bottom: 3px solid var(--royal-bugundy);
  }
  .item {
    font-weight: 700;
    font-size: 1.3rem;
    width: 80%;
    text-transform: uppercase;
  }

  .item span {
    font-size: 1rem;
    font-weight: 400;
  }
}
