@charset "utf-8";
.banner {
	background-color:#000;
	background-image: url(../img/headerBanner.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
	margin-bottom:20px;
}
.rodape {
	margin-top:10px;
	margin-bottom:-15px;
	padding-bottom:50px;
	padding-top:20px;
	color:#999;
	background:#000;
}
a.border-less {
	overflow:hidden;
	height:55px;
	display:block;
}
a.border-less img {
	margin-top:-10px;
}
.publicidade {
	width:100%;
	max-width:350px;
	display:block;
	height:auto;
	position:relative;
}
.publicidade figcaption {
	position: absolute;
	bottom: 3px;
	right: 3px;
	font-size: 11px;
	color: #fff;
	text-shadow:1px 1px #000;
}
.titulo {
	text-align:center;
	font-size:36px;
	margin:0;
	padding-bottom:20px;
	font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	text-transform:uppercase;
	color:#000;
}
.titulo strong {color:#E9573F;}
.thumbnail {
	border-radius:0;
	border:none;
}
.caption h5 {
	text-transform:lowercase;
	color:#E9573F;
}
a.linkVideo {
	text-decoration:none;
	color:#E9573F;
}
a.linkVideo:hover {color:#999;}
.media-body h4 {
	font-size:16px;
	font-weight:lighter;
	text-decoration:none;
}
.media-body small {
	color:#ccc;
	font-size:10px;
	float:right;
	display:inline-block;
}
.btn-primary {
	background:#000;
	border:none;
	border-radius:0;
	float:right;
	margin-top:-41px;
	margin-right:-9px;
	z-index:999;
	position:relative;
}
.btn-primary:hover {
	background:#E9573F;
	color:#fff !important;
	text-shadow:1px 1px #000;
}
.voltar-ao-topo {
	position:fixed;
	right:10px;
	bottom:10px;
	color:rgba(0,0,0,0.2);
	text-shadow:0 0 5px rgba(0,0,0,0.2);
	cursor:pointer;
	font-size:32px;
	z-index:999;
}
.voltar-ao-topo:hover {color:#069;}
@media screen and (min-width: 767px) {
	.fixar{ z-index: 9999; position: fixed; top: 0;}
	
	.thumbnail {
		min-height:250px;
	}
}