/*--------------------------------------FORMULARIOS------------------------------*/

.newsletter-email {
  border-width: 1px !important;
  border-color: #000000 !important;
  font-family: "Hepta Slab", Georgia, "Times New Roman", serif;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 95px;
  padding: 0 16px !important;
  color: #000 !important;
  width: calc(100% - 150px);
  float: left;
}

.newsletter-email::placeholder {
  color: #bbbbbb !important;
}

.container-newsletter-input .wpcf7-not-valid-tip {
  float: left;
  width: 100%;
}

.newsletter-button {
  color: #000000 !important;
  border-width: 1px !important;
  border-color: #000000;
  border-radius: 0px;
  letter-spacing: 1px;
  font-size: 24px;
  font-family: "Hepta Slab", Georgia, "Times New Roman", serif !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  line-height: 95px;
  background: #fff;
  padding-right: 1em !important;
  padding-left: 1em !important;
  font-weight: 500;
  min-width: 150px;
  border-left: none;
}

.newsletter-button:hover {
  color: #d51b16 !important;
  cursor: pointer;
}


@media(max-width: 464px){

  .newsletter-email,
  .newsletter-button {
    width: 100%;
    font-size: 20px;
    line-height: 70px;
  }

  .newsletter-button {
    border-left: 1px solid #000;
    border-top: none;
  }
}

.wpcf7-acceptance span {
  font-family: "Hepta Slab", Georgia, "Times New Roman", serif;
  font-size: 10px;
  line-height: 20px;
  color: #000;
  letter-spacing: 1px;
}

.wpcf7-acceptance a {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}

.container-form-prensa label {
  font-size: 14px;
  letter-spacing: 1px;
}

.text-form {
  border: none !important;
  border-bottom: 1px solid #bbb !important;
  font-family: "Hepta Slab", Georgia, "Times New Roman", serif;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 95px;
  padding: 0 16px !important;
  color: #000 !important;
  width: 100%;
}

.text-form::placeholder {
  color: #bbbbbb !important;
}

textarea.text-form {
  max-height: 190px;
  overflow: auto;
  line-height: 40px;
}

.container-form-prensa .newsletter-button {
  border-left: 1px solid #000;
  float: right;
}

.wpcf7-response-output {
  float: left;
  width: calc(100% - 1em);
}
