
.video {
 margin-top:0px; 
 width: 100%; 
 height: 600px; 
 /*background-image:url(../img/mask_black.png);*/	
	
 -webkit-box-shadow: 2px 4px 44px -5px rgba(0,0,0,0.8);
-moz-box-shadow: 2px 4px 44px -5px rgba(0,0,0,0.8);
box-shadow: 2px 4px 44px -5px rgba(0,0,0,0.8);
	
}

.texto_video {
		
		margin:0px;
		padding-top:200px;
		width:80%;
		position:relative;
		display:block;
		text-align:center;
		
		
}
#element {
		color:#fff;
		font-family:"Arial Black", Gadget, sans-serif;
		text-shadow:4px 4px 6px #000;
		font-weight:bold;
		font-size:55px;
		
	
		
}

#element1 {
		color:#F9DC4B;
		font-family: 'Open Sans', sans-serif;
		text-shadow:4px 4px 4px #000;
		font-style:italic;
		font-size:45px;
	
}

.mouse {
	background:url(img/mouse.png) no-repeat;
	width:40px;
	height:60px;
	margin:120px 49%;
	cursor:pointer;
	
}
	
.faixatopo {
	background: #000;
		height: 35px;
		width: 100%;
		opacity: 1;
		position: absolute;
		
		
		
}	
.faixatopo_preto {
	background: #000;
		height: 100px;
		width: 100%;
		opacity: 1;
		position: absolute;
		float: left;
	margin-top:0px;
	z-index: 99;
		
}
.btn_restrito{
		
	
	padding: 10px;
	text-align: right;
	color:#baa15b;	
	margin-bottom:45px;
	margin-right: 20px;
		
	
	}
	
	.btn_restrito:hover{
		
	
	padding: 10px;
	text-align: right;
	color:#DDC686;	
	margin-bottom:45px;
	margin-right: 20px;
	
	}	


.cima {
		
	margin-top:0px !important ;	
	background: #000;
	opacity: 0.95;
	padding-bottom: 15px;
	z-index: 9999;
	
	}
@media screen and (max-width: 768px){
	
	
.faixatopo_preto {
	background: #000;
	height: 100px;
	width: 100%;
	opacity: 1;
	position: absolute;
	float: left;
	margin-top:0px;
	z-index: 99;
		
}
	
	
	
	.cima {
		
	margin-top:0px !important;
	background:#fff;
	opacity: 1;
	padding-bottom: 15px;
	
	}	


	.btn_restrito{
		
	
	padding: 10px;
	text-align: right;
	color:#baa15b;	
	margin-bottom:-15px !important;
	margin-right: 0px;
	font-size: 15px !important;	
	
	}
	
	.btn_restrito:hover{
		
	
	padding: 10px;
	text-align: right;
	color:#DDC686;	
	margin-bottom:-15px;
	margin-right: 0px;
		
	
	}	
}