.wpcf7 p > .wpcf7-form-control-wrap {
  margin-bottom: 0;
}

.form-group {
  margin-bottom: 0;
}

.popup__content {
  width: 60%;
}

.promo-text-content {
  min-height: 3.5rem;
}

.card-promocion--title {
  font-size: 1.2rem;
  text-transform: uppercase;
  text-align: center;
}

.btn-yellow-big,
.btn-green-big {
  border-radius: 3px;
  display: inline-block;
  padding: 10px;
  margin-left: 2px;
  background-color: rgba(255, 186, 0, 1);
  border-color: rgba(255, 186, 0, 1);
  color: black;
  text-align: center;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  font-weight: bold;
  justify-content: center;
}

.btn-green-big {
  background-color: white;
  border:1px solid rgba(37, 211, 102, 1);
  color: rgba(37, 211, 102, 1);
  align-items: center;
  display: flex;
}

.col-lg-12 {
  margin-bottom: 50px;
}

.btn-green-big:hover {
  background-color: rgba(37, 211, 102, 1);
  color: #ffffff !important;
}

.btn-yellow-big:hover {
  background-color: #000000;
  color: #ffffff !important;
}

.card-promocion i {
  /* display: flex; */
  align-items: center;
  margin-left: 10px;
  margin-top: 3px;
}

.wpcf7-form .col-12 input.wpcf7-form-control.wpcf7-submit {
  margin-top: 25px !important;
}
