.hiddendata{
	display: none;
}
.Accion{
	display: none;
}
.foodcategory{
	justify-content: space-between;
}

.botonmenu{
	border: 0;
	background-color: transparent;
	width: 100%;
	height: 100%;
}

.cardbtn {
  position: absolute;
  bottom: 20px;
  left: 15px;
}

.state {
  position: absolute;
  bottom: 60px;
  left: 15px;
}

.offcanvas-size-sm {
  --bs-offcanvas-width: min(95vw, 25px) !important;
}
.round{
  border-radius:150px;
}

.modal-body {
  max-width: 100%;
  overflow-x: auto;
}

.offcanvas {
  width: 300px;
  background-color: #0F172B;
}

#encuesta p {
  text-align: center;
}

@media (max-width: 990px) {
  #carpcbtn{
    display: none;
  }
}

.dot {
  text-align: center;
  height: 100px;
  width: 100px;
  background-color: #FEA116;
  border-radius: 50%;
  display: inline-block;
  top: 50%;
}

.dot h3{
  text-align: center;
  padding-top: 10px;
}

#col {
  flex-wrap: wrap;
}

.iconoscocina {
  transform: translateX(-50%);
  left: 50%;
  position: relative;
}

.vertical-dot {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vertical-dot h3{
  text-align: center;
  padding-top: 10px;
}

.kiosko-body h1,.kiosko-body h2,.kiosko-body h3,.kiosko-body h4,.kiosko-body h5,.kiosko-body h6{
  color:white;
}

.card{
  width: 16rem;
  height: 25rem;
  border: 0;
  perspective: 1000px;
}

.card-inner {
  width: 100%;
  height: 100%;
  transition: transform 1s;
  transform-style: preserve-3d;
  cursor: pointer;
  position: relative;
}

.card-inner.is-flipped {
  transform: rotateY(180deg);
}


.card__face {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0px 3px 18px 3px rgba(0, 0, 0, 0.2);
}

.card__face--front {
  align-items: center;
  justify-content: space-between;
}

.card__face--front--details {
  height: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}

.card__face--front--image {
  height: 40%;
}

.card__face--front--details .card-title{
  text-align: center;
}

.card__face--front h5 {
  color: --dark;
  font-size: 14px;
}

.card__face--back {
  transform: rotateY(180deg);
}

.card__content {
  width: 100%;
  height: 100%;
}

.card__header {
  height: 17%;
  position: relative;
  padding: 20px;
}



.card__header h4 {
  color: --dark;
  text-align: center;

}

.card__header h4::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 90%;
  background-color: var(--dark);
  left: 5%;
  bottom: 0;
}

.card__body {
  height: 83%;
  padding: 20px;
  text-align: center;
}

.card__body .card__status {
  height: 80px;
}

.card__body .card__actions{
  height: 232px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.card__body .card__actions p{
  color: var(--dark);
  font-size: 17px;
  font-weight: bold;
}

.card__body h3 {
  color: var(--dark);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.card__body p {
  color: var(--dark);
  font-size: 18px;
  line-height: 1.4;
}

.img-qr {
  width: 174px;
}

.menu-container{
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
.menu-item{
  width: 250px;
  height: 400px;
  border-radius: 10px;
  box-shadow: 0px 3px 18px 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.menu-item-agotado{
  width: 250px;
  height: 400px;
  border-radius: 10px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-item-agotado h1{
  color: #b7b5ad;
  font-size: 47px;
  transform: rotate(-60deg);
}

.menu-item-body{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;

}

.menu-item-image{
  height: 35%;
  object-fit: cover;
  overflow: clip;
  text-align: center;
  display: flex;
  justify-content: center;
}
.menu-item-image img{
  width: 100%;
}

.menu-item-text{
  height: 65%;
  padding: 0 10px;
  width: 100%;
}
.menu-item-description{
  height: 78%;
}
.menu-item-footer{
  height: 22%;
}

.subtipo{
  margin-top: 15px;
}

@media (min-width: 1200px){
  .menu-container{
    justify-content: initial;
  }
  .menu-item{
    width: 48%;
    height: 200px;
    margin-top: 15px;
    margin-left: 10px;
    box-shadow: 0px 3px 18px 3px rgba(0, 0, 0, 0.2);
  }
  .menu-item-agotado{
    width: 536px;
    height: 200px;
  }

  .menu-item-agotado h1{
    transform: rotate(-17deg);
  }

  .menu-item-body{
    display:flex;
    flex-direction: row;
  }
  .menu-item-image{
    height: 200px;
    width: 175px;
    overflow: clip;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .menu-item-image img{
    width: auto;
  }

  .menu-item-description{
    height: 112%;
  }

}