/*Estilos Contact Us*/

h1 {
	text-align: center;
	font-weight: 400;
}

.prefix {
	font-size: 25px!important;
	padding-top: 1.1rem!important;
	/* left: 15px;*/
}

#captcha-lable {
	padding-left: 49px;
}

label i {
	font-style: normal;
	color: #FF0000FF;
}

button.btn.btn-primary.waves-effect.waves-light {
	height: 46.19px;
}

@media screen and (max-width: 480px){
	h1 {
		font-size: 30px;
	}
}

@media screen and (max-width: 767px){
	.justify-content-end {
		-ms-flex-pack: start!important;
		justify-content: flex-start!important;
	}
}

@media screen and (max-width: 429px){
	.justify-content-end {
		-ms-flex-pack: start!important;
		justify-content: flex-start!important;
	}
}