/* CSS DOCUMENT */
.mainFooter {
	width: 100%;
	min-height: 300px;
}
.mainFooter .boxFooter {
	width: 100%;
	margin-top: 0px;
	border-top: 30px solid #3D1890;
	min-height: 300px;
	background-color: white;
	padding: 30px 130px;
	color: #787777;
}
.mainFooter p.title {
	text-transform: uppercase;
	font-size: 15px;
}
.mainFooter table.table tr td {
	font-size: 15px;
}
.mainFooter table.table tr td a {
	/*color: #351DEC;*/
	font-weight: bold;
}
.mainFooter .copyright {
	width: 100%;
	min-height: 10px;
	padding: 10px 0px;
	text-align: center;
	color: white;
	font-size: 15px;
	background-color: #3D1890;
}
@media (max-width: 1040px) {
	.mainFooter .boxFooter {
		padding: 20px 50px;
	}
}
@media (max-width: 700px) {
	.mainFooter .boxFooter {
		padding: 20px 20px;
	}
}