@import url("https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700&subset=latin-ext");
* {
  margin: 0;
  padding: 0;
  font-family: "Quicksand", sans-serif;
}

body {
  /*background: url("https://images.pexels.com/photos/5987195/pexels-photo-5987195.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940");*/
  background-color: #f0f4f7;
}
hr {
  margin: 4px;
}

.restaurant-menu {
  position: relative;
  top: 40px;
  padding-bottom: 60px;
  width: 90%;
  margin: auto;
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08),
    0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
  border-radius: 5px;
  margin-bottom: 70px;
  background-color: white;
}

.menu-header,
main,
.menu-footer {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.menu-header {
  /*background: url("https://images.pexels.com/photos/2117937/pexels-photo-2117937.jpeg?auto=compress&cs=tinysrgb&dpr=3&h=750&w=1260");*/
  height: 180px;
  background-size: 100%;
  justify-content: center;
  align-items: center;
  background-color: #565656;
}
.menu-header svg {
  padding-bottom: 10px;
}
.menu-header h1 {
  font-size: 24px;
  letter-spacing: 1px;
  text-shadow: 0 0 20px #000000;
  color: white;
}

.menu-section {
  padding-top: 70px;
  /*width: 80%;*/
  margin: auto;
}
.menu-section:nth-child(2) {
  padding-top: 60px;
  padding-top: 0;
  margin-top: 70px;
}

.menu-section-headline {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.menu-section-headline .decoration {
  width: 36%;
  height: 1.5px;
  display: block;
  background-color: #9acb7e;
}
.menu-section-headline .menu-headline {
  width: 40%;
  height: 60px;
  border: 1px solid #9acb7e;
  border-radius: 4px;
}
.menu-section-headline .menu-headline h2,
.menu-section-headline .menu-headline h3,
.menu-section-headline .menu-headline h4 {
  text-align: center;
  margin-top: 4%;
  margin-bottom: 2%;
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
  color: black;
}
.menu-section-headline .menu-headline h6 {
  text-align: center;
  margin-top: 4%;
  margin-bottom: 2%;
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
  color: black;
}

.main-section .menu-headline {
  border: 1px solid #d2b4a4;
  background: white;
}
.main-section .menu-section-headline {
  margin-top: -30px;
}

.menu-section-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}

.main-section {
  width: 84%;
  border: 1px solid #d2b4a4;
}
.main-section .menu-section-items {
  width: 86%;
  margin: auto;
  padding: 5px 0 50px 0;
}
.main-section .menu-section-box:nth-child(1) {
  width: 65%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main-section .menu-section-box:nth-child(1) .menu-section-item {
  width: 44%;
}
.main-section .menu-section-box:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  background-color: #ee8071;
  height: 220px;
  margin-top: 32px;
}
.main-section .menu-section-box:nth-child(2) p {
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  width: 80%;
  text-transform: uppercase;
  text-align: center;
}
.main-section .menu-section-box:nth-child(2) img {
  width: 70%;
}

.menu-section-box {
  width: 26.5%;
}

.menu-section-item {
  margin-top: 30px;
  width: 25.5%;
}

.menu-section-item-headline {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.menu-section-item-headline p,
.menu-section-item-headline span {
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 1px;
}

.text-span {
  content: icon;
  color: #f0f4f7;
  text-decoration-color: #f0f4f7;
  background-color: #323834;
  padding-right: 4px;
  padding-left: 4px;
  width: max-content;
}

.menu-section-item-description {
  margin-top: -12px;
  font-size: 19px;
  line-height: 180%;
  color: rgb(48, 48, 48);
}

/*RWD*/
@media only screen and (max-width: 751px) {
  .restaurant-menu {
    width: 100%;
    top: 0px;
    bottom: 0px;
  }
  .main-section .menu-section-headline {
    margin-top: -35px;
  }

  .menu-section {
    padding-top: 50px;
  }

  .menu-section-item {
    width: 28%;
  }

  .main-section .menu-section-box:nth-child(1) {
    width: 67%;
  }
  .main-section .menu-section-box:nth-child(1) .menu-section-item {
    width: 46%;
  }
}
@media only screen and (max-width: 721px) {
  .main-section .menu-section-box:nth-child(2) {
    height: 240px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 650px) {
  .menu-section-headline .menu-headline h2,
  .menu-section-headline .menu-headline h3,
  .menu-section-headline .menu-headline h4 {
    margin: 11%;
  }
}
@media only screen and (max-width: 630px) {
  .menu-section-item-headline p,
  .menu-section-item-headline span {
    font-size: 13px;
  }

  .main-section .menu-section-box:nth-child(2) p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 550px) {
  .main-section {
    border: none;
    border-top: 1px solid #d2b4a4;
    border-bottom: 1px solid #d2b4a4;
  }
  .main-section .menu-section-items {
    width: 100%;
  }
  .main-section .menu-section-box:nth-child(2) {
    height: 260px;
    margin-top: 35px;
  }
  .main-section .menu-section-box:nth-child(2) p {
    font-size: 10px;
    width: 70%;
  }

  .menu-section-item-description {
    font-size: 11px;
  }
}
@media only screen and (max-width: 450px) {
  .menu-section-headline .menu-headline h2,
  .menu-section-headline .menu-headline h3,
  .menu-section-headline .menu-headline h4 {
    margin-top: 14.5%;
    font-size: 11px;
  }
}
@media only screen and (max-width: 420px) {
  .menu-section-items {
    justify-content: space-around;
  }

  .menu-section-item {
    width: 43%;
  }

  .main-section .menu-section-box:nth-child(1) {
    width: 50%;
    justify-content: space-between;
  }
  .main-section .menu-section-box:nth-child(1) .menu-section-item {
    width: 81%;
  }
  .main-section .menu-section-box:nth-child(2) {
    height: 320px;
    margin-top: 90px;
    width: 44%;
  }
  .main-section .menu-section-box:nth-child(2) p {
    font-size: 13px;
  }

  .menu-section-item-headline p,
  .menu-section-item-headline span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 350px) {
  .restaurant-menu {
    top: 40px;
    margin-bottom: 40px;
  }

  .menu-header h1 {
    font-size: 20px;
  }

  .menu-section {
    width: 90%;
  }

  .menu-section-headline .decoration {
    width: 31%;
  }
  .menu-section-headline .menu-headline {
    width: 38%;
  }
  .menu-section-headline .menu-headline h2,
  .menu-section-headline .menu-headline h3,
  .menu-section-headline .menu-headline h4 {
    font-size: 10px;
  }

  .main-section {
    border-bottom: none;
  }

  .menu-section-item {
    width: 72%;
  }

  .menu-section-item-description {
    font-size: 11px;
    color: #a9a7a7;
  }

  .main-section .menu-section-items {
    width: 80%;
    flex-direction: column;
    padding: 5px 0 0 0;
  }
  .main-section .menu-section-box:nth-child(1) {
    width: 100%;
    justify-content: space-around;
  }
  .main-section .menu-section-box:nth-child(2) {
    width: 100%;
  }
  .main-section .menu-section-box:nth-child(1) .menu-section-item {
    width: 88%;
  }
  .main-section .menu-section-box:nth-child(2) {
    height: 224px;
    margin-top: 70px;
    width: 99%;
  }
  .main-section .menu-section-box:nth-child(2) p {
    font-size: 13px;
    padding-top: 37px;
  }
  .main-section .menu-section-box:nth-child(2) img {
    width: 37%;
  }
}
.section-graos {
  display: flex;
  justify-content: space-between;
  margin: 8px;
}
.menu-section-box-graos {
  background-color: aquamarine;
  text-align: center;
  margin: 16px;
  padding: 8px;
  width: 80%;
}
.menu-img-item {
  width: 32px;
  height: 32px;
}
.btn-metodo {
  flex-direction: column;
  background-color: transparent;
  border: none;
  margin: 4px;
  padding: 4px;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
}
#toast {
  visibility: hidden;
  max-width: 50px;
  height: 50px;
  /*margin-left: -125px;*/
  margin: auto;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;

  position: fixed;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 30px;
  font-size: 17px;
  white-space: nowrap;
}
#toast #img {
  width: 50px;
  height: 50px;

  float: left;

  padding-top: 16px;
  padding-bottom: 16px;

  box-sizing: border-box;

  background-color: #111;
  color: #fff;
}
#toast #desc {
  color: #fff;

  padding: 16px;

  overflow: hidden;
  white-space: nowrap;
}

#toast.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, expand 0.5s 0.5s, stay 3s 1s, shrink 0.5s 2s,
    fadeout 0.5s 2.5s;
  animation: fadein 0.5s, expand 0.5s 0.5s, stay 3s 1s, shrink 0.5s 4s,
    fadeout 0.5s 4.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes expand {
  from {
    min-width: 50px;
  }
  to {
    min-width: 350px;
  }
}

@keyframes expand {
  from {
    min-width: 50px;
  }
  to {
    min-width: 350px;
  }
}
@-webkit-keyframes stay {
  from {
    min-width: 350px;
  }
  to {
    min-width: 350px;
  }
}

@keyframes stay {
  from {
    min-width: 350px;
  }
  to {
    min-width: 350px;
  }
}
@-webkit-keyframes shrink {
  from {
    min-width: 350px;
  }
  to {
    min-width: 50px;
  }
}

@keyframes shrink {
  from {
    min-width: 350px;
  }
  to {
    min-width: 50px;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 60px;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 60px;
    opacity: 0;
  }
}
#toast_lactose {
  visibility: hidden;
  max-width: 50px;
  height: 50px;
  /*margin-left: -125px;*/
  margin: auto;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;

  position: fixed;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 30px;
  font-size: 17px;
  white-space: nowrap;
}
#toast_lactose #img {
  width: 50px;
  height: 50px;

  float: left;

  padding-top: 10px;
  padding-bottom: 10px;

  box-sizing: border-box;

  background-color: #111;
  color: #fff;
}
#toast_lactose #desc {
  color: #fff;

  padding: 16px;

  overflow: hidden;
  white-space: nowrap;
}

#toast_lactose.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, expand 0.5s 0.5s, stay 3s 1s, shrink 0.5s 2s,
    fadeout 0.5s 2.5s;
  animation: fadein 0.5s, expand 0.5s 0.5s, stay 3s 1s, shrink 0.5s 4s,
    fadeout 0.5s 4.5s;
}
#toast_gluten {
  visibility: hidden;
  max-width: 50px;
  height: 50px;
  /*margin-left: -125px;*/
  margin: auto;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;

  position: fixed;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 30px;
  font-size: 17px;
  white-space: nowrap;
}
#toast_gluten #img {
  width: 50px;
  height: 50px;

  float: left;

  padding-top: 10px;
  padding-bottom: 10px;

  box-sizing: border-box;

  background-color: #111;
  color: #fff;
}
#toast_gluten #desc {
  color: #fff;

  padding: 16px;

  overflow: hidden;
  white-space: nowrap;
}

#toast_gluten.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, expand 0.5s 0.5s, stay 3s 1s, shrink 0.5s 2s,
    fadeout 0.5s 2.5s;
  animation: fadein 0.5s, expand 0.5s 0.5s, stay 3s 1s, shrink 0.5s 4s,
    fadeout 0.5s 4.5s;
}

.btn-vegano {
  background-color: #9cb87c;
  padding: 2px;
  border: none;
}
.btn-lactose {
  background-color: #7ea6cb;
  padding: 2px;
  border: none;
}
.btn-gluten {
  background-color: #cbb67e;
  padding: 2px;
  border: none;
}
.menu-img {
  width: -webkit-fill-available;
}
.bg-green {
  background-color: #9acb7e;
}
.menu-section-item-headline-vegan {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  width: max-content;
}
.vegan span {
  background-color: #9acb7e;
}
.text-span-vegan {
  color: #2e2e2e;
  text-decoration-color: #494949;
  background-color: #9cb87c;
  padding-right: 4px;
  padding-left: 4px;
  height: fit-content;
  margin-left: 8px;

}

.slider {
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.slides {
  display: flex;
  
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  
  
  
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  
  /*
  scroll-snap-points-x: repeat(300px);
  scroll-snap-type: mandatory;
  */
}
.slides::-webkit-scrollbar {
  width: 12px;
  height: 6px;
  margin-top: 4px;
}
.slides::-webkit-scrollbar-thumb {
  background: #B5B5B5;
  border-radius: 10px;
}
.slides::-webkit-scrollbar-track {
  background: transparent;
}
.slides > div {
  scroll-snap-align: start;
  flex-shrink: 0;
  /*width: 200px;*/
  /*height: 200px;*/
  margin-right: 10px;
  border-radius: 10px;
  background: #eee;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.5s;
  position: relative;
  
  display: flex;
  justify-content: center;
  align-items: center;
  /*font-size: 100px;*/
}
.slides > div:target {
/*   transform: scale(0.8); */
}
.author-info {
  background: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 0.75rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
}
.author-info a {
  color: white;
}
.slider > img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider > a {
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  background: white;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 0 0.5rem 0;
  position: relative;
}
.slider > a:active {
  top: 1px;
}
.slider > a:focus {
  background: #B5B5B5;
}