*{
    margin: 0;
    padding: 0;
  }
  
  body {
    max-width: 100%;
    overflow-x: hidden;
    background-color: rgb(10, 69, 123);
  }
  
  .contenedor-title{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .carrito {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(0,0,0,0.8);
    display: flex;
    justify-content: right;
    z-index: 100;
    top: 0;
    transition: 0.3s;
    display: none;
  }
  
  .compra {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      align-self: end;
      width: 512px;
      height: 650px;
      background-color: rgb(216, 216, 216);
      border-radius:10px;
      text-align: start;
      overflow-y: scroll;
      overflow-x: hidden;
  }
  
  .compra a {
    background-color: rgb(10, 69, 123);
    width: 100%;
    height: 30px;
    font-size: 20px;
    padding: 10px;
    color: #fff;
  }
  
  .articulos {
  width: 95%;
  background: #fff;
  height: auto;
  border-radius: 20px;
  margin: 0px auto;
  margin-top: 10px;
  }
  
  .articulos h1 {
    width: 100%;
    margin-left: 20px;
    margin-top: 10px;
  }
  
  .botones {
    margin-left: 20px;
    margin-top: 10px;
  }
  
  .botones button {
    background-color: rgb(10, 69, 123);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
  }
  
  .botones p {
    margin-left: 6px;
  }
  
  .detalles {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
  }
  
  .detalles img {
    width: 50px;
    height: 50px;
    margin-top: 10px;
    margin-left: 10px;
  }
  
  b.precio {
    font-size: 15px;
  }
  
  .descripcion {
    margin-top: 10px;
    margin-left: 9px;
  }
  
  .fas.fa-trash {
  
    color: black;
    background-color: transparent;
    font-size: 25px;
    margin-left: 120px;
    margin-top: 10px;
  }
  
  hr {
    width: 90%;
    margin-left: 20px;
    margin-bottom: 10px;
  }
  
  .subtotal {
    margin-left: 20px;
    margin-bottom: 10px;
  }
  
  .volver img {
    width: 20px;
    height: 20px;
  }
  
  .fas.fa-chevron-left {
    background: transparent;
    color: #fff;
  }
  
  .datos {
    width: 95%;
  background: #fff;
  height: auto;
  border-radius: 20px;
  margin: 0px auto;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  }
  
  .datos h2 {
    margin-left: 10px;
    margin-top: 15px;
  }
  
  .datos .bot {
    text-decoration: none;
    background-color: rgb(10, 69, 123);
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    width: 90%!important;
    margin: 3px;
    padding: 3px 3px;
    font-size: 18px;
    text-align: center;
    height: 20px;
  }
  
  .bot:hover {
  background-color: rgb(71, 39, 132);
  }
  
  .formu {
    width: 90%;
  }
  
  .pedid .elem-group label {
    display: block;
    padding-bottom: 10px;
    font-size: 17px;
    font-weight: bold;
    color: black;
  }
  
  .pedid .elem-group input{
  
    border-radius: 2px;
    border: 2px solid #ccc;
    box-sizing: border-box;
    font-size: 17px;
    width: 100%;
    padding: 8px;
    background-color: rgba(255, 255, 255, 0.9);
  
  }
  
  .pedid .elem-group select{
  
    border-radius: 2px;
    border: 2px solid #ccc;
    box-sizing: border-box;
    font-size: 17px;
    width: 100%;
    padding: 8px;
    background-color: rgba(255, 255, 255, 0.9);
  
  }
  
  .formapago {
  
    width: 95%;
  background: #fff;
  height: auto;
  border-radius: 20px;
  margin: 0px auto;
  margin-top: 10px;
  
  }
  
  .formapago h2 {
    margin-top: 10px;
    margin-left: 15px;
    margin-bottom: 15px;
  }
  
  .opcionesPago {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .opcionesPago a {
    width: auto;
    border-radius: 5px;
    margin: 5px;
    font-size: 15px;
    text-align: center;
    height: 15px;
    cursor: pointer;
  }
  
  .opcionesPago a:hover {
  
    background-color: rgb(71, 39, 132);
  
  }
  
  .formaP {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
  
  .total {
    width: 100%;
    text-align: center;
    font-size: 15px;
  }
  
  .formapago h3 {
  
  width: 100%;
  text-align: center;
  font-size: 17px;
  }
  
  .comentarios {
    width: 95%;
  background: #fff;
  height: auto;
  border-radius: 20px;
  margin: 0px auto;
  margin-top: 10px;
  }
  
  .comentarios h2 {
    margin-top: 10px;
    margin-left: 15px;
    margin-bottom: 10px;
  }
  
  .elem-group2 {
    width: 100%;
  }
  
  .elem-group2 label {
    width: 90%;
    font-size: 15px;
    color: black;
    margin-left: 25px;
  }
  
  .elem-group2 textarea {
    width: 90%;
    height: 150px;
    resize: none;
    margin-left: 25px;
  }
  
  button.envioWhatsapp {
    width: 90%;
    margin: 10px auto;
    padding: 15px 0px 15px 0px;
    font-size: 15px;
    text-align: center;
    background-color: rgb(10, 69, 123);
    color: white;
  }
  
  .login {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(0,0,0,0.8);
    display: flex;
    z-index: 100;
    top: 0;
    transition: 0.3s;
  }
  
  .formulario {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 512px;
    height: 380px;
    background-color: rgb(41, 41, 41);
    border-radius:10px;
    text-align: start;
  }
  
  .formulario h2 {
    width: 100%;
    margin-left: 70px;
    color: #fff;
    text-align: start!important;
  }
  
  .labelX{
    color: darkgray;
    font-size: 21px;
    cursor: pointer;
    background: none;
    border: none;
    align-self: end;
    margin-right: 20px;
  }
  
  .formulario button {
    background-color: rgb(10, 69, 123);
    padding: 2% 3%;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    width: 130px;
  }
  
  .formulario button:hover {
    background-color: rgb(71, 39, 132);
  }
  
  .formulario a.botton {
    text-decoration: none;
    background-color: rgb(10, 69, 123);
    padding: 2% 3%;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .formulario p {
    color: #fff;
    margin-top: 10px;
  }
  
  .formulario p a {
  color: white;
  }
  
  .formulario a:hover {
    background-color: rgb(71, 39, 132);
  }
  .contenedor-VIII{
    display: flex;
    justify-content: center;
  }
  
  .contenedor-IX{
    display: flex;
    justify-content: center;
  }
  
  .contenedor-whatsapp{
    display: flex;
    justify-content: center;
  }
  
  .contenedor-whatsapp section{
    position: fixed;
    bottom: 20px;
    left: 20px;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
  }
  .contenedor-whatsapp section:hover{
    bottom: 25px;
  }
  
  .contenedor-whatsapp img{
    width: 60px;
    border-radius: 10px;
  }
  .contenedor-carrito{
  display: flex;
  justify-content: center;
}

.contenedor-carrito section{
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
}
.contenedor-carrito section:hover{
  bottom: 25px;
}

.contenedor-carrito img{
  width: 60px;
  border-radius: 10px;
}
  
  .primera {
      width: 100%;
      max-width: 1440px;
      height: auto;
      display: flex;
      justify-content: center;
      flex-wrap: nowrap;
      margin-top: 50px;
  }

  .image {
      width: auto;
  }

  .image img {
      width: 250px;
  }

  .descr {
      text-align: center;
      width: 50%;
      margin: auto 20px;
  }

  .descr p {
      margin-top: 20px;
  }

  .segunda {
      width: 100%;
      max-width: 1440px;
      margin-top: 70px;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
  }

  .botones2 {
    margin-left: 20px;
    margin-top: 40px;
    display: flex;
    max-width: 100%;
  }

  .botones2 input {
    border: none;
    background: transparent;
    max-width: 25px;
    text-align: center;
  }
  
  .botones2 button {
    background-color: rgb(10, 69, 123);
    width: 20px;
    height: 20px;
    border-radius: 25%;
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin: 0px 0px;
  }

  .botones2 button p {
    margin-top: -5px;
  }

  input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; }
  
  .botones2 h5 {
   margin-right: 12px;
  }

  .ingredientes {
      width: 100%;
      max-width: 1440px;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
  }

  .ingre {
      display: flex;
      margin: 20px 120px;
  }

  .ingre img {
      width:40px;
  }

  .ingre p {
      margin: auto 5px;
  }

  .receta_boton {
    max-width: 100%;
    display: flex;
    justify-content: center;
  }
  
  .receta_boton button {
    width: 100px;
    height: 30px;
    max-width: 80%;
    border-radius: 50px;
    margin-top: 50px;
    margin-right: 700px;
    max-width: 100%;
  }

  .tercera {
      width: 100%;
      max-width: 1440px;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-top: 50px;
      margin-bottom: 40px;
  }

  .prepar {
      width: 900px;
      max-width: 100%;
      margin-top: 30px;
  }

  .infor {
      width: 100%;
      max-width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  }

  .login {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(0,0,0,0.8);
    display: flex;
    z-index: 100;
    top: 0;
    transition: 0.3s;
  }
  
  .formulario {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 512px;
    height: 350px;
    background-color: rgb(41, 41, 41);
    border-radius:10px;
    text-align: start;
  }
  
  .formulario h2 {
    width: 100%;
    margin-left: 70px;
    color: #fff;
    text-align: start!important;
  }
  
  .labelX{
    color: darkgray;
    font-size: 21px;
    cursor: pointer;
    background: none;
    border: none;
    align-self: end;
    margin-right: 20px;
  }
  
  .formulario button {
    background-color: rgb(10, 69, 123);
    padding: 2% 3%;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    width: 130px;
  }
  
  .formulario button:hover {
    background-color: rgb(71, 39, 132);
  }
  
  .formulario a.botton {
    text-decoration: none;
    background-color: rgb(10, 69, 123);
    padding: 2% 3%;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .formulario p {
    color: #fff;
    margin-top: 10px;
  }
  
  .formulario p a {
  color: white;
  }
  
  .formulario a:hover {
    background-color: rgb(71, 39, 132);
  }

  div.elem-group {
    margin: 10px 0;
  }
  
  .access .elem-group label {
    display: block;
    padding-bottom: 10px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
  }
  
  .access .elem-group input{
  
    border-radius: 2px;
    border: 2px solid #ccc;
    box-sizing: border-box;
    font-size: 17px;
    width: 450px;
    padding: 8px;
    background-color: rgba(255, 255, 255, 0.9);
  
  }
  
  input:focus, button:focus, textarea:focus, textarea:focus, select:focus, input:active, button:active, textarea:active, input:active, select:active, input, textarea, button, select {
    outline-style: none !important;
    outline: none !important;
    outline: 0 !important;
  }

  .dropbtn {
  }
  
  .dropbtn:hover, .dropbtn:focus {
    background-color: #DDDDDD;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background-color: white;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    left: 0;
    z-index: 1;
    transition: 0.2s;
  }
  
  .dropdown-content a {
    font-size: 14px;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    text-align: left;
    display: block;
  }
  .dropdown-content i{
    font-size: 16px!important;
    background: none!important;
    color: black!important;
    width: 16px!important;
    margin: 0 8px 0 0!important;
  }
  
  .dropdown a:hover {background-color: #ddd;}
  
  .dropbtn:focus + .dropdown-content{
    visibility: visible;
    opacity: 1;
  }

  .producto_view{
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(0,0,0,0.8);
    display: flex;
    z-index: 100;
    top: 0;
    transition: 0.3s;
  }
  
  .producto_detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-radius:10px;
    text-align: start;
    padding: 5px;
    background-color: #fafafa;
    padding: 15px;
    color: black;
    transition: 0.2s;
    max-height: 500px;
    width: 400px;
    max-width: 100%;
  }
  .product_top{
    display: flex;
    width: 100%;
    align-items: center;
  }
  .product_labelX{
    color: gray;
    font-size: 31px;
    cursor: pointer;
    background: none;
    border: none;
    align-self: end;
    margin-right: 10px;
  }
  
  .product_labelX:hover{
    color: rgb(71, 39, 132);
  }
  
  .paxi {
    overflow-y: scroll;
    margin-top: 10px;
    overflow-x: hidden;
    max-width: 100%;
  }
  
  .pip {
    width: 300px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 5px;
  }
  
  .fas.fa-cart-plus {
  
    color: rgb(10, 69, 123);
    font-size: 25px;
    cursor: pointer;
    margin: 0px 5px;
  
  }
  
  .fas.fa-clipboard {
    color: rgb(10, 69, 123);
    font-size: 25px;
    cursor: pointer;
    margin: 0px 5px;
  }
  
  .botones2 {
    margin-left: 20px;
    margin-top: 10px;
    display: flex;
    max-width: 100%;
  }
  
  .botones2 button {
    background-color: rgb(10, 69, 123);
    width: 20px;
    height: 20px;
    border-radius: 25%;
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin: 0px 5px;
  }
  
  .botones2 h3 {
   margin-right: 12px;
  }
  
  .cantiper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  
  .receta_boton2 {
    max-width: 100%;
  }
  
  .receta_boton2 button {
    width: 300px;
    max-width: 80%;
    border-radius: 50px;
    margin-top: 10px;
    max-width: 100%;
  }
  
  .receta_labelX{
    width: 100%;
    max-width: 100%;
  }
  
  hr {
    max-width: 100%;
  }

  .btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.receta_labelX{
  width: 100%;
  display: flex;
  justify-content: end;
  font-size: 21px;
  cursor: pointer;
}
.receta_boton2{
  display: flex;
  flex-direction: column;
    align-items: center;
}
.receta_boton2 button{
  margin: 20px 20px 0 20px;
}
.btn {
    cursor: pointer;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 30px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

  @media screen and (max-width: 1044px){
    .ingre {
        display: flex;
        margin: 20px 40px;
    }

    .prepar {
        width: 80%;
        max-width: 100%;
        margin: 0px auto;
        margin-top: 30px;
    }

    .receta_boton button {
        margin-right: 500px;
      }
  }

  @media screen and (max-width: 774px){
    .prepar {
        width: 90%;
        max-width: 100%;
        margin: 0px 0px;
        margin-top: 30px;
    }

    .ingre {
        display: flex;
        margin: 20px 10px;
    }

  }

  @media screen and (max-width: 760px){

    .formulario {
      width: 400px;
    }
    .access .elem-group input{
      width: 340px;
    }
  
  }

  @media screen and (max-width: 601px){
.primera {
    flex-direction: column-reverse;
    align-items: center;
}

.image {
    margin-top: 30px;
}

.receta_boton button {
    margin-right: 0px;
  }

  .descr {
    text-align: center;
    width: 80%;
    margin: auto 20px;
}

.dropdown-content {
  width: 180px;
}
  }

  @media screen and (max-width: 510px){

      .formulario {
      width: 280px;
    }
    .access .elem-group input{
      width: 260px;
    }

    .producto_detail {
      padding: 10px;
    }
  
  }

  @media screen and (max-width: 435px){

    .botones {
      margin-left: 20px;
      margin-top: 10px;
    }
    
    .botones button {
      width: 15px;
      height: 15px;
      font-size: 10px;
    }
    
    .botones p {
      margin-left: 4px;
    }
  
    .detalles {
      font-size: 15px;
    }
  
    .descripcion {
      font-size: 15px;
    }
    
    b.precio {
      font-size: 12px;
    }
    
    .fas.fa-trash {
      font-size: 20px;
      margin-left: 60px;
      margin-top: 10px;
    }
  
  }

  @media screen and (max-width: 370px){

    .nav {
      font-size: 14px;
    }
      .producto_detail {
      width: 280px;
    }

    .producto_detail {
      width: 280px;
    }
  }

  @media screen and (max-width: 334px){


.ingre {
      margin: 5px 10px;
  }

  .descr {
    width: 90%;
}

  }

  @media screen and (max-width: 330px){

    .fas.fa-trash {
      font-size: 20px;
      margin-left: 20px;
      margin-top: 10px;
    }
  
    .comentarios h2 {
      font-size: 16px;
    }
    
    .elem-group2 label {
      font-size: 15px;
    }
    
    .elem-group2 textarea {
      margin-left: 15px;
    }
    
    .pip {
      width: 250px;
      max-width: 100%;
    }
    
  
  }

  @media screen and (max-width: 300px){

    .producto_detail {
      width: 260px;
    }

    .receta_boton2 button {
      width: 80%;
      max-width: 80%;
    }
    
  }