a:hover{
	color:#6F6AAF;
}
header{
	background-color: #6F6AAF;
	padding: 0px;
	box-shadow: -2px 2px 4px rgba(0,0,0,0.3);
}
#sec-login{
	background-color: #f3f3f4;
	padding: 25px 0;
}
#login_container {
	margin: 20px auto 0;
	padding: 30px 20px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background-color: #fff;
}
#sec-hero{
	background-image: url(../img/bg-hero.jpg);
	background-position: center;
	background-size: cover; 
	color:#fff;
	padding-top: 50px;
	padding-bottom: 70px;
}
.bg-overlay{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.75);
}
#sec-hero h1{
	font-size: 42px;
	line-height: 1.3;
	font-weight: 500;
}
#sec-hero h1 span{
	font-weight: 700;
}
#sec-hero h3{
	font-weight: 300;
}
#sec-hero #beneficios .row{
	padding-top: 20px;
}
#sec-hero #beneficios .fa{
	font-size: 40px;
	font-weight: 300;
	color: #f3f3f3;
	padding-bottom: 20px;
}
.section{
	margin: 20px 0px;
}
.back-to-top { 
	text-align: center; 
	background: #000; 
	color: #fff; 
	display: none; 
	width: 40px; height: 40px; line-height: 40px; 
	font-family: "FontAwesome";
	font-size: 35px; 
	position: fixed; 
	right: 20px; 
	bottom: 20px; 
	opacity: 0.4; 
	filter: alpha(opacity=40); 
	-webkit-transition: all 0.5s ease; 
	transition: all 0.5s ease; 
	cursor: pointer; 
	z-index: 9999; 
}
.back-to-top:hover { 
	opacity: 1; 
	filter: alpha(opacity=100); 
	text-decoration:none;
}
.back-to-top:before{
	content: "\f106";
}


.social-list a{
	border-radius:50%;
	width:30px;
	height:30px;
	line-height:30px;
	font-size: 16px;
	font-weight:400;
	color: #6F6AAF;
	display: block;
	text-align:center;
	border:1px solid #6F6AAF !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.social-list a:hover{
	background-color:#337AB7;
	color:#fff;
}

.form-login{
	background-color: #F4F4F4;
	border-radius: 2px;
	padding: 5px 20px;
	color: #333;
}
.form-login h3{
	font-weight: 600 !important;	
}
.form-login .form-control{
	height: 44px;
}




@media (max-width:768px){
	footer{
		text-align: center;
	}
	footer ul.list-inline{
		text-align: center;
	}
	
}
