.alertMessageAceptar:not(:last-child) {
  margin-bottom: 20px;
}

.background-portada img {
  width: 100%;
}

.form-purchase {
  width: 70%;
  margin: auto;
  padding: 60px 0;
}

.form-purchase p {
  font-weight: 400;
  font-size: 10px;
  color: #545454;
  width: 45%;
  position: relative;
  margin-bottom: 30px;
  /* top: 10px; */
  bottom: 34px;
  left: 359px;
}

.form-purchase h1 {
  font-weight: 600;
  font-size: 22px;
  line-height: 112%;
  color: #4e4e4e;
  font-family: "Montserrat";
  margin-bottom: 30px;
}

.form-purchase h2 {
  font-weight: 500;
  font-size: 20px;
  color: #4e4e4e;
  margin-bottom: 30px;
  font-family: "Montserrat";
  /* margin-top: 30px; */
}

.container-input {
  display: flex;
  flex-direction: column;
  width: 48%;
}

.container-two-inputs {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
}

.container-input label {
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  color: #545454;
  margin-bottom: 10px;
}

.container-input input,
.container-input-message #message {
  background: #f9f9f9;
  border: 1px solid transparent;
  width: calc(100% - 40px);
  padding: 10px 20px;
  border-radius: 0px;
  font-size: 13px;
  color: black;
  /* height: 200px; */
}

.container-input-message #message {
  border-radius: 10px !important;
}

.container-input input::placeholder,
.container-input-message textarea::placeholder {
  font-weight: 400;
  font-size: 13px;
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.21);
}

.container-input-message {
  width: 100%;
}

.container-button {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 0;
}

#continue {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 1px;
  color: white;
  background: #e0004d;
  /* border-radius: 50px; */
  border: 1px solid #e0004d;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
  padding: 10px 30px;
}

#continue:hover {
  background: transparent;
  color: #e0004d;
}

* {
  font-family: "Montserrat";
}

#content {
  top: -95px !important;
}

#valeObsequioTittle p:not(.bluetext) {
  color: black;
  font-size: 14px;
  padding-right: 40px;
  padding-left: 80px;
}
p.basesDeValeObsequio {
    width: 70%;
    margin: auto;
    line-height: 19px;
    color: black;
    margin-top: 40px;
    margin-bottom: 90px;
    font-size: 14px;
}
strong {
  font-size: 20px;
  font-weight: 700;
  color: #e0004d;

}

p.bluetext.basesVale {}
div#valeObsequioTittle {
  display: flex;
  width: 630px;
  font-size: 30px;
  margin: auto;
  margin-top: 20px;
}

p.bluetext {
  font-size: 30px;
  width: 100%;
  font-family: "Montserrat";
  color: #00b0b9;
  line-height: 33px;
  font-weight: 500;
  text-align: center;
}

.background-portada p {
  position: absolute;
  top: 206px;
  width: 490px;
  font-size: 56px;
  /* display: none; */
  font-weight: 500;
  color: white;
  left: calc(50% - (490px / 2));
  margin: 0px auto;
}

#basesDelVale {
  color: black;
  border-bottom: 1px solid;
  height: 16px;
}

textarea {
  height: 150px;
  resize: none;
}

@media screen and (max-width: 768px) {
  .background-portada {
    height: 290px;
  }
  .background-portada img {
    object-fit: cover;
    height: 100%;
  }
  strong {
    font-size: 13px;
}
  p.bluetext {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 109%;
  }

  .background-portada p {
    font-size: 30px;
    text-align: center;
    top: 150px;
  }
  .div#valeObsequioTittle {
    width: 90%;
    flex-direction: column;
  }
  #valeObsequioTittle p:not(.bluetext) {
    padding: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 164.4%;
  }
  #valeObsequioTittle{
    width: 100% !important;
  }
  p.basesDeValeObsequio{
    margin-top: 0;
    width: 85%;
  }
}
