/* CSS Document */
/*---------------------------------------------------------------------------*/
/*  PÁGINA INICIAL - INDEX  */
/*---------------------------------------------------------------------------*/
#carousel-index1{
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	margin-bottom: 30px;
}
#carousel-index2{
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	margin-bottom: 30px;
}
#noticias-destaque h1{
	border-bottom: 1px solid #F2A13B;
	text-align: center;
}
#noticias-destaque h1 {
	position: relative;
	padding-bottom:8px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
}
#noticias-destaque h1:after {
	content: "";
	position: absolute;
	left: 45%;
	bottom: -1px;
	width: 10%;
	height: 3px;
	background-color:#F2A13B;
}
#noticias-destaque h3 {
	text-align: center;
}
.btn-transparent{
	background-color: transparent;
	border: 1px solid #FF4000;
	border-radius: 50px;
	color: #FF4000;
}
.btn-transparent:hover{
	background-color: #E1E1E1;
	border: 1px solid #FF4000;
	border-radius: 50px;
	color: #FF4000;
}
.intro-section {
	padding-top:60px;
	padding-bottom:60px;
	background-image: url("../images/bk-index.jpg");
	margin-bottom: 30px;
	margin-top: 40px;
	text-align: center;
}
.intro-section h1{
	border-bottom: 1px solid #BE0000;
	text-align: center;
}
.intro-section h1 {
	position: relative;
	padding-bottom:8px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
}
.intro-section h1:after {
	content: "";
	position: absolute;
	left: 45%;
	bottom: -1px;
	width: 10%;
	height: 3px;
	background-color:#BE0000;
}
.parallax {
	background-size:cover; 
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}