@charset "UTF-8";


	/* INICIA AQUI O CÓDIGO DO FERNANDO*/
	#overlay {
		background: repeating-linear-gradient(
	    135deg,
	    rgba(0, 0, 0, 0.2),
	    rgba(0, 0, 0, 0.2) 3px,
	    rgba(0, 0, 0, 0.3) 3px,
	    rgba(0, 0, 0, 0.3) 6px
	    );
	
	background-color:rgba(0,0,0,.50);
	height:100%;
	left:0;
	position:relative;
	top:0;
	transition:background-color 300ms ease;
	width:100%;
	}
	
	
	#hero-vid {
	backface-visibility:hidden;
	background:url("wa_images/teste.png") no-repeat scroll 0 0 #000;
	background-size:cover;
	bottom:0;
	height:auto;
	min-height:100%;
	min-width:100%;
	perspective:1000;
	position:absolute;
	right:0;
	width:auto;
	z-index:-10000;
	}
	
	#hero-pic {
	display:block;
	height:auto;
	width:100%;
	}
