p {
  color: #333232;
  font-size: 16px;
  margin: 0px;
  padding: 3px;
  top: 0px;
  text-align: justify;
}

.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date, .wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date {
  line-height: 30px;
  color: #002873;
  font-size: 16px;
  border-radius: 10px;
	height: 50px;
	background: #f5f5f5;
	appearance: none;
	width:375px;
}

.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number, .wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number {
  font-size: 16px;
  line-height: 30px;
  color: #002873;
  border-radius: 10px;
	height: 50px;
	background: #f5f5f5;
	appearance: none;
	width:375px;
}

.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required {
  font-size: 16px;
  line-height: 30px;
  color: #c3272e;
  border-radius: 10px;
}

.wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel {
  color: #002873;
  font-size: 16px;
  line-height: 30px;
  border-radius: 10px;
}



.wpcf7-form-control.wpcf7-textarea, .wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required, .wpcf7-form-control.wpcf7-textarea.wpcf7-tel.wpcf7-validates-as-tel {
  color: #002873;
	background: #f5f5f5;
  font-size: 16px;
  line-height: 30px;
	height: 150px;
  border-radius: 10px;
  margin-bottom: 20px;
	width:375px;
}


.wpcf7-form-control.wpcf7-select, .wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  color: #002873;
	background: #f5f5f5;
  font-size: 16px;
  line-height: 30px;
  height: 50px;
  border-radius: 10px;
  margin-bottom: 20px;
	width:375px;
}





.wpcf7-list-item.first {
  width: 355px;
}

.wpcf7-list-item.last {
  width: 355px;
}

li {
  text-align: justify;
}

input[type="text"]:hover {
  color: #002873;
  font-size: 16px;
  line-height: 30px;
  border-radius: 10px;
}

input[type="select"]:hover {
  color: #002873;
  font-size: 16px;
  line-height: 30px;
  border-radius: 10px;
}

input[type="number"]:hover {
  color: #002873;
  font-size: 16px;
  line-height: 30px;
  border-radius: 10px;
}




#wpcf7_FirmaDelEmpleado_signature.FirmaDelEmpleado {
  color: #002873;
  font-size: 16px;
  line-height: 30px;
}

.wpcf7-form-control-clear-wrap {
  padding-top: 10px;
}

.wpcf7-form-control.has-spinner.wpcf7-submit {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3px;
  background-color: #00a651;
  border-radius: 10px;
  text-transform: uppercase;
  border-width: 0px;
}

label {
  text-align: left;
	width:375px;
}

	/* change the color of the icons from black to a different color  */
.fas {
    color:#2B3690;
}