.boton1 {
  border-width: 3px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  color: #563215;
  padding-top: 5px;
  padding-bottom: 5px;
  border-style: solid;
  padding: 13px;
}

a:link {
  text-decoration: none;
}

.boton1:hover{
  color: #f4f0ed;
	border-color: #563215;
	background-color: #563215;
  border-style: solid;
}

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit]{
 border-width: 3px;
  color: #563215;
	background-color: #f4f0ed;
  border-style: solid;
  padding: 13px;
	border-radius: 25px;
}

.nf-form-content input[type=submit]:hover{
 border-width: 3px;
  color: #f4f0ed;
	background-color: #563215;
  border-style: solid;
  padding: 13px;
	border-radius: 25px;
}
.nf-before-form-content ,.nf-field-label ,.nf-error-field-errors{
display:none;
}

.brz-fs-lg-1 a {
  font-size: inherit;
}