* {
  font-family: "Tahoma", Arial, Georgia;
}

.wpcf7-form {
  font-family: Tahoma;
  text-align: center;
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 25px;
}

.wpcf7-textarea {
  width: 80%;
  height: 50px;
}

.wpcf7 input {
  width: 80%;
}

.wpcf7-form-control.wpcf7-submit {
  /* Botón */
  display: block;
  margin: auto;
  font-size: 15px;
  background-color: #e90e0e;
  border: 1px solid #ffffff;
  border-radius: 11px;
  color: white;
  text-shadow: 0 0 1px #ffffff;
  /* Efectos Texto */
  box-shadow: 0px 1px 1px #000000;
  /* Efectos Caja */
}

.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #807C81;
  box-shadow: 1px 1px 2px #3F3230;
  text-shadow: 5px 5px 8px #002855;
}

.elementor a {
  color: #ffffff;
  text-decoration: underline;
}