.item {
  margin: 4%;
  height: auto;
  width: auto;
}

.itemPhoto {
  display: inline-block;
  width: 32vw;
  height: 31vw;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  filter: drop-shadow(0px 6px 16px rgba(0, 0, 0, 0.25));
  background-color: white;
  border-radius: 0%;
  margin: unset;
}

#valesData {
  display: block;
  width: 60%;
  left: 20%;
  position: relative;
  margin-bottom: 34px;
}

.masDatosRegalos {
  left: 3%;
  position: relative;
  width: 95%;
  color: black;
  font-size: 20px !important;
  text-align: left;
}

.masDatosTitulo {
  position: relative;
  margin-top: 21px;
  display: block;
  position: relative;
  width: 100%;
  font-weight: normal;
  font-size: 15pt;
  line-height: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: black;
  font-family: "Overpass";
  font-weight: 700;
  letter-spacing: 5px;
  left: 3%;
}

#blackLine {
  overflow: hidden;
  border: 1px solid black;
  opacity: 1;
  width: 100%;
  left: 0;
  display: block;
}

.itemInfo {
  position: relative;
  left: 5%;
  width: 90%;
  height: auto;
  padding: 0px;
  display: none;
}

.image {
  height: 45vw !important;
  background-size: 100%;
}

.itemEmoji {
  font-size: 68px !important;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 7%;
  margin-left: 5%;
  margin-bottom: 5%;
}

.subtitle {
  margin-bottom: 30px;
}

.divCambiarTienda {
  left: 2%;
  position: relative;
  margin-bottom: 50px;
}

.valeElemento {
  font-size: 20px !important;
  margin-left: 8%;
  text-align: left;
  margin-top: 3%;
  margin-bottom: 3%;
}

.divMensajes {
  position: relative;
  width: 74%;
  height: auto;
  float: none;
  padding-bottom: 10px;
  display: block;
  left: 8%;
  margin-top: 17px;
}

.mailDiv {
  position: relative;
  width: 74%;
  height: auto;
  float: none;
  padding-bottom: 10px;
  display: block;
  left: 8%;
  margin-top: 17px;
}

#messagge {
  display: block;
  width: 96%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  height: 75px;
  resize: none;
  font-weight: 100;
  border: none;
  padding: 10px;
  background-color: #e5e5e5;
}

#mailReciever {
  position: relative;
  background-color: #e5e5e5;
  width: 100%;
  height: 36px;
  text-indent: 5px;
  margin-top: 3%;
}

.giftDiv {
  /* position: relative; */
  /* display: inline-block; */
  /* width: 100%; */
  /* height: auto; */
  /* vertical-align: top; */
  /* text-align: center; */
  /* right: 0; */
  /* color: black; */
  /* float: none; */
}

.itemTitle {
  color: white !important;
  text-align: left;
  text-transform: none;
  margin-left: 6% !important;
  margin-bottom: 5%;
}

.itemDescription2 {
  color: white;
  font-size: 20px !important;
  padding-bottom: 74px !important;
  padding: 0;
  min-height: 181px;
  margin-left: 5%;
  width: 75%;
  line-height: 23px;
}

.redLine {
  background-color: #ce3e37;
  color: white;
  height: 40px;
  line-height: 40px;
  font-size: 14pt;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  display: none;
}

@media screen and (max-width: 768px) {
  .item {
    width: 80% !important;
    left: 5%;
  }
  .redLine {
    height: auto;
    text-align: center;
    line-height: 28px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: calc(100% - 50px);
  }
  .itemDescription2 {
    height: auto !important;
    overflow: auto;
    width: 87%;
  }
  .itemTitle {
    width: 80%;
  }
  .itemPhoto {
    height: 40vh;
    width: 80vw;
    left: 0;
  }
  .subtitle {
    font-size: 20pt;
  }
  .image {
    height: 50vh !important;
    background-size: 100%;
  }
  .valeElemento {
    margin-top: 18%;
    margin-bottom: 5%;
    margin-left: 1%;
  }
  .divMensajes {
    left: 5%;
    width: 80%;
  }
  .mailDiv {
    left: 5%;
    width: 80%;
  }
  #valesData {
    display: block;
    width: 80%;
    left: 9%;
    position: relative;
    margin-bottom: 34px;
  }
}
