
.fixed-bottom{
  display: block;
background: fixed;

position: fixed;
bottom: 0;

width: 100%;
/* z-index: 99999; */
}




h5{
  font-size: 1.25rem;
}
h6{
  font-size: 0.9rem;
}



.wrapperMenu{
  display: flex;
  overflow-x: auto;
}

.wrapperMenu::-webkit-scrollbar{
  width: 1;
}

.wrapperMenu .item {
  min-width: 150px;
  padding: 7px;
  /* height: 50px; */
  /* line-height: 50px; */
  text-align: center;
  background-color: #ddd;
  margin-right: 8px;
    color: black;
}



.navegacion {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.card{
  border: none;
  border-radius: 0.45rem;
  box-shadow: -1px 0px 12px 0px rgb(0 0 0 / 8%);
  cursor:pointer;
}

.btn-navegacion{
  color: black;
  background-color: #e4e2e2;
  border-color: #e4e2e2;

   border-radius: 2rem;
}

.btn-agregar-comida{
  padding-top: 14px;
    padding-right: 34px;
    padding-bottom: 14px;
    padding-left: 34px;
    font-weight: 700;
  color: #064c7d;
  background-color: #e4e2e2;
  border-color: #e4e2e2;

   border-radius: 2rem;
}


.subArea{
  height: 35vh;
}

.active{
  color: white !important;
  background-color: #064c7d !important;
  border-color: #064c7d !important;
}
.fondoNavegacion{
  background: white;
      z-index: 1;
}

.areaProductos{
  /* height: 40rem; */
  background: #f1f1f1;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

a {
    color: #656565;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #064c7d;
    text-decoration: none;
    background-color: transparent;
}


/* modal */
.swal-modal {

    opacity: 0;
    position: static;
    display: inline-block;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    z-index: 10001;
    transition: opacity .2s,-webkit-transform .3s;
    transition: transform .3s,opacity .2s;
    transition: transform .3s,opacity .2s,-webkit-transform .3s;
}

.opciones{
  background: #f1f1f1;
}
.formGroup{
  width: 100%;
    border-left: none;
    border-right: none;
    border-top: none;
}


.btn-pedido{
  color: white;
    background-color: #f9096c;
    border-color: #f9096c;
    border-radius: 2rem;
    padding: 10px;
    /* width: 30%; */
}
.btn-finalizar{
  padding-top: 10px;
  padding-right: 34px;
  padding-bottom: 10px;
  padding-left: 34px;
  font-weight: 600;
  letter-spacing: 2px;
  color: white;
  background-color: #f9096c;
  border-color: #f9096c;
  border-radius: 2rem;
    /* width: 30%; */
}

.none{

  display: none;

}

.botonAgrgarCarrito{
  box-shadow: 0px -6px 12px 0px rgb(0 0 0 / 8%);
  background-color: white;
  bottom: 55px;
}
.botonCarrito{
  box-shadow: 0px -6px 12px 0px rgb(0 0 0 / 8%);
  background-color: #ffffff8c;
  bottom: 55px;
}
.botonFinalizar{
  box-shadow: 0px -6px 12px 0px rgb(0 0 0 / 8%);
  background-color: #ffffff8c;
  bottom: 55px;
}


/* botones de cantidades */


.addLess{
  width: 70%;
}
@media (min-width: 500px) {
   .addLess {
    width: 40%;
  }
}
.addLess2{
  width: 70%;
}
@media (min-width: 500px) {
   .addLess2 {
    width: 40%;
  }
}


.menos {
color: white;
font-weight: 900;
background-color: #f9096c;
border-color: #f9096c;
border-bottom-left-radius: .9rem;
border-top-left-radius: .9rem;
padding: 3px;
/* border-radius: 2rem; */

}
.menos:hover {
color: white;
background-color: #de015c;
border-color: #de015c;
border-bottom-left-radius: .9rem;
border-top-left-radius: .9rem;
padding: 3px;
/* border-radius: 2rem; */

}
.menos2 {
color: white;
font-weight: 900;
background-color: #f9096c;
border-color: #f9096c;
border-bottom-left-radius: .9rem;
border-top-left-radius: .9rem;
padding: 3px;
/* border-radius: 2rem; */

}
.menos2:hover {
color: white;
background-color: #de015c;
border-color: #de015c;
border-bottom-left-radius: .9rem;
border-top-left-radius: .9rem;
padding: 3px;
/* border-radius: 2rem; */

}
.canti {
  color: white;
  /* font-weight: 900; */
background-color: #f9096c;
border-color: #f9096c;
padding: 3px;
/* border-radius: 2rem; */

}

.form{
  width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 50px;
    border: 1px solid #ddd;
}

.txtForm {
  font-size: 15px;
}

.btn-wa{
  padding-top: 10px;
padding-right: 34px;
padding-bottom: 10px;
padding-left: 34px;
font-weight: 600;
letter-spacing: 2px;
color: white;
background-color: #25ca06;
border-color: #25ca06;
border-radius: 2rem;
}
.btn-waBlock{
  padding-top: 10px;
padding-right: 34px;
padding-bottom: 10px;
padding-left: 34px;
font-weight: 600;
letter-spacing: 2px;
color: white;
background-color: #747474;
border-color: #747474;
border-radius: 2rem;
}



.suma {
color: white;
font-weight: 900;
background-color: #f9096c;
border-color: #f9096c;
border-bottom-right-radius: .8rem;
border-top-right-radius: .8rem;
padding: 3px;

}
.suma:hover {
color: white;
background-color: #de015c;
border-color: #de015c;
border-bottom-right-radius: .8rem;
border-top-right-radius: .8rem;
padding: 3px;

}
.suma2 {
color: white;
font-weight: 900;
background-color: #f9096c;
border-color: #f9096c;
border-bottom-right-radius: .8rem;
border-top-right-radius: .8rem;
padding: 3px;

}
.suma2:hover {
color: white;
background-color: #de015c;
border-color: #de015c;
border-bottom-right-radius: .8rem;
border-top-right-radius: .8rem;
padding: 3px;

}


.producto{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;

}

@media (min-width: 450px) {
   .producto {
     padding-left: 7.5rem;
    padding-right: 7.5rem;
    padding-top: 2.3rem;
    padding-bottom: 2.3rem;
  }
}


.borroResumenDato{
  font-size: 23px;
    color: red;
}


.imgProPrin{
  /* width: 100% !important; */
  max-height: 279px;

}

@media (max-width: 450px) {
   .imgProPrin {
     width: 100% !important;
  }
}


.categoria{
  outline: none;
}
.categoria h5{
  text-transform: uppercase;
}
#logoClienteMenu{
  width: 140px;
  margin-bottom: 10px;
}

.bg-secondary {
    background-color: #090909!important;
}
