.material-content{
	background-color: white;	
	margin-top: 75px;
	margin-left: 140.5px;
	margin-bottom: 40px;
	width: 1000px;
	font-family: gothamBook;
	font-size: 18px;
	text-align: justify;
	color: #646569;
	padding-left: 50px;
}

.material-titulo{	
	font-size: 30px;
	color: #2a328c;
	margin-bottom: 20px;
	font-family: gothamBold;
	text-align: left;
	letter-spacing: 1.5px;
}

.material-texto {
	margin-bottom: 30px;
	line-height: 1.5;
}

.material-texto ul {
	list-style-position: inside;
	margin-left:0px;
	padding-left:0px;
}

.material-form {
	width: 700px;
	letter-spacing: 0.5pt;
}

.material-small-input{
	width: 49%;
	float: left;
	border: 1px solid #ccc;
	border-radius: 0px;
	height: 48px;
	font-family: gothamMedium;
	font-size: 14px;
	margin-bottom: 4px;
	margin-right: 4px;
	padding: 0px 12px;
	line-height: 48px;
	color: #969696;
} 

.material-large-input{
	width: 49%;
	float: left;
	border: 1px solid #ccc;
	border-radius: 0px;
	height: 60px;
	font-family: gothamMedium;
	font-size: 14px;
	margin-bottom: 4px;
	margin-right: 4px;
	padding: 10px 12px;
	color: #969696;
}

.material-button {
	width: 49%;
	float: left;
	margin-right: 4px;
	margin-bottom: 23px;
}