/*body, .form-control {
    font-family: 'Lato', sans-serif;
}
h1{
    margin-bottom: 40px;
}
*/
label {
    color: #333;
}
.btn-send {
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	width: 100%;
	max-width: 430px;
	font-size: 30px;
}


/*estilo para mensajes de error en el form */
.help-block.with-errors {
    color:#D7F117 ;
    margin-top: 10px;
	margin-bottom: 10px;
}
.g-recaptcha div {
	/*margin-left: auto; 
	margin-right: auto;*/
	padding-left: 3px;
	padding-right: auto;
	text-align: center;
}

