@import url('https://fonts.googleapis.com/css2?family=Averia+Libre:wght@700&family=Special+Elite&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@500&display=swap");

html {
  scroll-behavior: smooth;
}

body {
  background: url(../img/bg-akustito.jpg) repeat #fffdf6;
  padding-bottom: 70px
}

.topbar {
  background: cadetblue;
  padding: 4px 0;
  font-family: "Kanit", sans-serif;
}


.margin-top {
  height: 60px
}

.text-right {
  text-align: right !important;
}

h1 {
  text-transform: uppercase;
}


.loading {
  position: absolute;
  bottom: 110px;
  width: 180px;
  z-index: 9999;
  left: 50%;
  top: 400px;
  /* position the left edge of the element at the middle of the parent */
  transform: translate(-50%, -50%);
  /* This is a shorthand of
  translateX(-50%) and translateY(-50%) */


}

#spreadsheet {
  min-height: 700px;
}

.mt-100 {
  margin-top: 10%;
}

.header {
  background: url(../img/bg-flowers.jpg) repeat-y top center;
  padding: 40px 0;
}

.slider {
  background: url("");
  padding: 250px 0 50px 0;
  background-position: center center;
  background-size: cover;
}

.slider h1 {
  color: white;
  text-align: left;
  font-family: 'Averia Libre', cursive;
  background-color: #000;
  letter-spacing: 3px !important;
  font-size: 50px !important;
  line-height: 56px !important;
}

.text-intro {
  text-align: left;
  padding: 15px 0;
  margin-top: 10px;
  font-size: 24px;
  line-height: 34px;
  font-family: "Lora", serif;
  color: white;
}

.text-restaurants {
  text-align: center;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
  padding: 15px;
  margin-top: 30px;
  font-size: 30px;
  line-height: 34px;
  font-family: "Lora", serif;
  font-size: 22px;
  font-weight: 700;
}

.title-page {
  font-size: 20px;
  text-align: center;
}

.title-category {
  color: #fff;
  font-size: 24px;
  padding: 10px 0;
  font-family: 'Averia Libre', cursive;
  margin-bottom: 50px;
  margin-top: 30px;
}

.title-category span {
  background-color: #333;
  padding: 10px;
  text-transform: uppercase;

}

.category-line {
  border-bottom: 3px solid #333;
  position: absolute;
  width: 100%;
  top: 22px;
  z-index: -999;
}

.dashed-line {
  /*border-bottom: 1px dotted #959595;*/
  position: absolute;
  width: 100%;
  top: 16px;
  z-index: -999;
}

.title-product {
  margin-bottom: 0;
  font-size: 16px;
  font-family: 'Averia Libre', cursive;
  text-align: left;
}

.title-product span {
  padding-right: 5px;
  text-transform: uppercase;

}

.desc {
  font-size: 14px;
  line-height: 18px !important;
  color: #425A06;
  font-family: 'Averia Libre', cursive;
  padding-top: 3px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.menu-lang {
  padding: 25px 0 25px 0;
}

.menu-lang a {
  color: #000;
  padding: 0 5px;
}

.footer {
  background: #333;
  padding: 30px 0 0 0;
  color: #fffdf6;
}

.price {
  font-size: 15px;
  font-family: 'Averia Libre', cursive;
}

.text-intro {
  font-weight: 700;
}

.icon-contact {
  width: 14px;
  margin-right: 3px;
}

.icon-rrss {
  height: 20px;
  margin-right: 10px;
}

.footer p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 0;
}

footer h4 {
  font-family: "Lora", serif;
  font-size: 22px;
  margin-bottom: 20px;
}

footer a {
  color: white;
}

footer a:hover {
  color: #bf9271;
}

.info-copy {
  background: #212121;
  padding: 0 0 30px 0;
  font-style: italic;
  color: #c7c1ab;
  font-size: 14px;
  line-height: 20px;
}

#info .title-category,
#info .category-line,
#info .category-line {
  display: none;
}

.row.pb-4.row-info .title-product span {
  font-size: 12px !important;
  line-height: 15px !important;
  color: white !important;
  display: list-item;
  margin-left: 5px;

}

.row.pb-4.row-info {
  background: black;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
  border: none;
}

.tab {
  position: fixed;
  bottom: 0px;
  width: 100%;
  display: inline-table;
}

.icon-tab {
  height: 24px;
  fill: white;
  vertical-align: middle;
}

a.pill-menu {
  display: table-cell;
  text-align: center;
  color: #333;
  padding: 10px 0;
  text-decoration: none;
  width: 33.3%;
}


a.pills {
  border: 1px solid #c5ffb9;
  padding: 5px 10px;
  border-radius: 6px;
  text-decoration: none;
  color: #111513 !important;
  background: #c5ffb9;
  white-space: nowrap;
  font-family: 'Averia Libre', cursive;
  text-transform: uppercase;
}

.menu-lang {
  padding: 0
}

.table {
  margin-bottom: 0 !important
}

.table td,
.table th {
  padding: 20px;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}


.pill-menu .icon-tab {
  fill: #333 !important;
}

.pill-menu span {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 10px;
  display: block;
}

.green1 {
  background: #00ecc1;
}

.green2 {
  background: aquamarine;
}

.peach {
  background: #ff8383;
}

.box-footer .col-4 {
  font-size: 15px !important;
  text-align: center;
}

.img-postre {
  width: 100px
}

img.icon-round {
  width: 50px;
  margin-top: 5px !important;
}

.homemade {
  position: absolute;
  background: none !important;
  color: rgb(54, 151, 216);
  margin-top: 20px;
  margin-bottom: 0;
  top: 7%;
  left: 59%;
  transform: translate(-50%, -50%);

}

.small-text {
  font-weight: 600;
}

.small-text {
  font-size: 11px;
  text-transform: uppercase;
  text-align: right;
  overflow-wrap: break-word;
}

.small-text svg {
  vertical-align: bottom;
}

h2.title-category.cocktails {
  padding: 0;
  margin: 0
}

h2.cocktails span {
  width: 100%;
  max-width: 100%;
  display: block;
  margin-top: 30px;
  background: #268726;
}

#cocktails .category-line {
  border: 0
}

#cocktails .desc {
  margin: 0;
  padding: 0
}

.row-cocktails {
  padding: 0 !important
}

.flag-img {
  display: none
}

.redes {
  text-align: center;
}

.excelence {
  text-align: center
}





@media screen and (max-width: 680px) {
  .text-intro {
    font-size: 18px;
    line-height: 20px;
  }

  .mt-100 {
    margin-top: 10vh;
  }

  .title-product span {
    padding-right: 5px;
    font-size: 16px;
    font-weight: 700;
  }

  .title-category {
    font-size: 18px;
  }

  .footer .col-md-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .horarios-footer {
    margin-top: 30px
  }

  .homemade {
    left: 74%
  }



}

@media screen and (max-width: 344px) {
  .homemade {
    left: 77%
  }
}

@media screen and (max-width: 320px) {
  .title-category {
    font-size: 15px;
  }

  .title-product span {
    font-size: 14px;
  }

  .desc {
    font-size: 13px;
  }

  .price {
    font-size: 15px;
  }

  .dashed-line {
    top: 10px;
  }


}

@media print {
  body {
    background: #fff;
    padding-bottom: 70px;
  }

  .margin-top {
    height: 0
  }

  .header,
  #topMenu,
  .topbar,
  .tab,
  .box-footer {
    display: none;
  }

  .img-desserts {
    display: none !important
  }

  .price {
    font-size: 22px !important;
  }

  .title-product {
    font-size: 19px
  }

  .desc {
    padding-top: 0;
    font-size: 17px !important;
    line-height: 18px !important;
  }

  .category-line {
    border-bottom: 3px solid #000;

  }

  .title-category span {
    color: white !important;
    background: black !important;
  }

  .title-category span .img-postre {
    width: 100px;
    position: absolute;
    top: -30px;
    left: right;
    right: 330px;
  }



  .title-category {
    color: #fff;
    font-size: 22px;
    padding: 10px 0;
    font-family: 'Averia Libre', cursive;
    margin-bottom: 30px;
    margin-top: 30px;

  }

  .pb-4 {

    padding: 0 0 20px 0 !important;
  }

  .row.pb-4,
  h2.title-category.entrantes {
    page-break-inside: avoid;
    break-inside: avoid;
  }

  .row.pb-4.row-info {
    padding-bottom: 0 !important
  }

  span.homemade {
    background: none !important;
  }

  .row.pb-4.row-info .title-product span {
    display: block;
  }

  .row-info .desc {
    padding: 0
  }

  .row.pb-4.row-info {
    padding: 7px !important;
  }


}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  50% {
    transform: scale(1.3);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}