
body{
	font-family: 'Lato', sans-serif;
	background: #f6f6f6;
}

.txtHeader{
	padding-left: 17px;
	margin-bottom: 3%;
}

.txtTitle{
	color: #007bd4;
	font-size: 2.5em;
	margin-bottom: 3%;
}

.txtTexto{
	color: #898989;
	text-align: justify;
}

.btnEnviar{
	background: #0062C5!important;
	margin-top: 18px;
    padding: 7px 36px;
	border-radius: 0px;
    font-size: 1.1em;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(0,80,150,1);
    -moz-box-shadow: 0px 3px 0px 0px rgba(0,80,150,1);
	box-shadow: 0px 3px 0px 0px rgba(0,80,150,1);

}
.padding-content{
	    padding: 3% 0 0;
}
.help-block{
	display: none;
}

.labelInfo{
	    color: #8a8a8a;
    font-size: 0.8em;
}

input[type=text], input[type=number], input[type=email], select, textarea {
    outline: 0!important;
    box-shadow: none!important;
    margin-bottom: 0;
}

.form-control{
	color: #8a8a8a;
}

.form-control.error{
	border: 1px solid #0062c5!important;
}

label.error{
	display: none!important;
}

#email-error{display: block!important;color: #0062c5;}


@media(max-width: 500px){
	.btnEnviar{
		width: 100%;
	}
}

/* ::-webkit-input-placeholder {
   color: black!important;
   font-weight: bold;
}

:-moz-placeholder { Firefox 18-
   color: black!important;
   font-weight: bold;
}

::-moz-placeholder {  Firefox 19+
   color: black!important;
   font-weight: bold;
}

:-ms-input-placeholder {
   color: black!important;
   font-weight: bold;
} */
