* {
  margin: 0;
  padding: 0;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  background-color: white;
}

.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;
}

.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;
}

.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;
}

.carrito {
  width: 100%;
  display: flex;
  justify-content: center;
}

.compra {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  background-color: white;
  margin: 10px 0;
  border-radius: 10px;
}

.compra a {
  width: 100%;
  height: 30px;
  font-size: 20px;
  padding: 10px;
  color: #fff;
}

.articulos {
  margin: 15px;
}

.articulos h1 {
  width: 100%;
  margin: 10px 0;
  font-size: 24px;
}

.botones {
  margin-left: 20px;
  margin-right: 10px;
  margin-top: 10px;
}

.botones button {
  background-color: rgb(10, 69, 123);
  padding: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 15px;
  color: #fff;
}

.botones p {
  margin-left: 6px;
}

.detalles {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
}

.detalles section {
  display: flex;
}

.detalles img {
  width: 55px;
  height: 55px;
  margin-top: 10px;
  margin-left: 10px;
}

b.precio {
  font-size: 15px;
}

.descripcion {
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 65px;
  width: 200px;
}

.fas.fa-trash-alt {
  cursor: pointer !important;
  color: black !important;
  background-color: transparent !important;
  font-size: 25px !important;
  margin-top: 5px !important;
  transition: 0.2s !important;
}

.fas.fa-trash-alt:hover {
  font-size: 28px !important;
  color: red !important;
}

hr {
  margin-bottom: 10px;
}

.subtotal {
  margin-bottom: 10px;
}

.volver img {
  width: 20px;
  height: 20px;
}

.fas.fa-chevron-left {
  background: transparent;
  color: #fff;
}

.datos {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 15px;
}

.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: 170px !important;
  margin: 5px;
  padding: 3px 3px;
  font-size: 18px;
  text-align: center;
  height: 40px;
}

.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 {
  margin: 15px;

}

.formapago h2 {
  margin-top: 10px;
  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: 15px;
}

.total {
  width: 100%;
  text-align: center;
  font-size: 16px;
}

.formapago h3 {

  width: 100%;
  text-align: center;
  font-size: 17px;
}

.comentarios {
  margin: 15px;
}

.comentarios h2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.elem-group2 {
  display: flex;
  flex-direction: column;
  margin: 0 40px;
}

.elem-group2 label {
  font-size: 16px;
  color: black;
  margin-bottom: 5px;
}

.elem-group textarea {
  font-size: 16px;
  height: 150px;
  resize: none;
  width: 100%;
  max-width: 100%;
}

button.envioWhatsapp {
  width: 100%;
  max-width: 100%;
  margin: 10px auto;
  padding: 15px 0px 15px 0px;
  font-size: 15px;
  text-align: center;
  background-color: rgb(10, 69, 123);
  color: white;
  cursor: pointer;
}

.articu {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
}

.ar {
  width: 100%;
  max-width: 1440px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  flex: 1;
  margin-top: 100px;
}

.im {
  width: 50%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.im .grande {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
}

.im .grande img {
  width: 500px;
  height: 500px;
  border: 1px solid gray;
  border-radius: 25px;
}

.im .peq {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.im .peq img {
  cursor: pointer;
  width: 60px;
  height: 60px;
  border: 1px solid gray;
  margin: 20px;
  border-radius: 10px;
}

.desp {
  width: 50%;
  text-align: center;
}

.ttt {
  width: 100%;
  max-width: 100%;
  text-align: justify;
  margin-top: 20px;
}

.ttt p {
  padding: 0% 10%;
}

.def {
  width: 100%;
  display: flex;
  margin-top: 20px;
}

.def p {
  margin-left: 20px;
}

.def b {
  margin-left: 50px;
}

#bottom {
  display: flex;
  width: 100%;
  margin-top: 10px;
}

i.fas.fa-cart-plus {
  font-size: 18px;
  background: none;
  color: rgb(220, 220, 220);
  margin-right: 5px;
}

.fas.fa-clipboard {
  color: #fff;
  font-size: 15px;
  background-color: transparent;
  margin-right: 5px;
}

#bottom {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

section.ax input {
  width: 55px;
  font-size: 16px;
  text-align: center;
  color: rgb(60, 60, 60);
  border: none;
  background-color: rgb(230, 230, 230);
}

section button {
  color: rgb(220, 220, 220);
  padding: 10px;
  border: none;
  font-size: 18px;
  background-color: rgb(10, 69, 123);
  border-radius: 5px;
  transition: 0.2s;
}

section button:hover {
  background-color: rgb(71, 39, 132);
}

.im h1 {
  display: none;
}

.descripforma {
  margin-top: 30px !important;
  margin-bottom: 20px !important;
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.back {
  width: 100%;
  max-width: 100%;
  padding: 10px;
  color: white;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 20px;
}

.axidelete {
  display: none;
}

.piedelete {
  display: flex;
}

@media screen and (max-width: 1024px) {

  .im .grande img {
    width: 350px;
    height: 350px;
    border: 1px solid gray;
    border-radius: 25px;
  }

}

@media screen and (max-width: 832px) {

  .im h1 {
    display: block;
    margin-bottom: 20px;
  }

  .desp h1 {
    display: none;
  }

  .ar {
    flex-direction: column;
    align-items: center;
  }

  .desp {
    width: 80%;
    max-width: 80%;
  }

  .im {
    width: 80%;
    max-width: 80%;
  }

  .im .grande img {
    width: 500px;
    height: 500px;
  }

}


@media screen and (max-width: 720px) {

  .formulario {
    width: 400px;
  }

  .access .elem-group input {
    width: 340px;
  }

}

@media screen and (max-width: 580px) {
  .descripcion {
    margin-right: 65px;
  }

}

@media screen and (max-width: 485px) {


  .descripcion {
    margin-right: 0px;
  }

  .formulario {
    width: 280px;
  }

  .access .elem-group input {
    width: 260px;
  }

  .but {
    flex-wrap: wrap;
  }
}

@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;
  }

  .descripcion h2 {
    font-size: 20px;
  }

  b.precio {
    font-size: 12px;
  }

  .fas.fa-trash {
    font-size: 20px;
    margin-left: 60px;
    margin-top: 10px;
  }

  .producto_detail {
    width: 265px;
  }

  .producto_detail section button {
    font-size: 13px;
  }

}

@media screen and (max-width: 390px) {
  .articulos {
    margin: 12px;
  }

  .descripcion {
    width: 180px;
  }

  .detalles img {
    margin-left: 0px;
    width: 45px;
    height: 45px;
    margin-top: 15px;
  }

  .descripcion {
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 0px;
  }

  .detalles .delete {
    margin-left: 0px;
  }

  .detallesec {
    width: auto !important;
  }

  .detallesec h5 {
    font-size: 17px;
  }

  .detallesec span {
    font-size: 13px;
  }

  .axidelete {
    display: flex;
  }

  .piedelete {
    display: none;
  }

  .axidelete button {
    padding: 0 0 0 10px !important;
  }

  .fas.fa-trash-alt {
    font-size: 16px !important;
    margin-top: 0px !important;
  }

  .producto_info section {
    margin: 12px;
  }

  .im .grande img {
    width: 260px;
    height: 260px;
  }

  .desp {
    width: 95%;
    max-width: 95%;
  }

  .im {
    width: 95%;
    max-width: 95%;
  }

  .im .peq img {
    width: 40px;
    height: 40px;
    margin: 10px;
  }

  .im h1 {
    font-size: 23px;
  }
}

@media screen and (max-width: 323px) {

  .fas.fa-trash {
    font-size: 20px;
    margin-left: 20px;
    margin-top: 10px;
  }

  .comentarios h2 {
    font-size: 16px;
  }

  .elem-group2 label {
    font-size: 15px;
  }


}