.promo{
	margin-top: 20px;
}
.promo .bg{
	height: 288px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.promo h2{
	color: #444242;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 10px 0;
	letter-spacing: -1px;
}
.promo h3{
	font-size: 13px;
	color: #aeadb3;
	text-transform: uppercase;
}
.promo a{
	border-radius: 0px;
	color: #000 !important;
	font-size: 13px;
	font-weight: bold;
	background-color: #ffd300;
	border: none;
}
.formulario {
	margin-bottom: 150px;
	margin-top: 40px;
}
form input,
form select{
	border-radius: 0px !important;
}
form label{
	display: inline-block;
	width: 100%;
	font-size: 12px;
	text-transform: uppercase;
}
form label a{
	text-decoration: underline;
}
form input[type="submit"]{
	border-radius: 0px;
	color: #000 !important;
	font-size: 13px;
	font-weight: bold;
	background-color: #ffd300;
	border: none;
	margin-top: 10px;
}
.formulario h3{
	font-size: 13px;
	font-weight: bold;
	color: #233d7e;
	
}
.formulario b{
	color: red;
}
