@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
 }
body {
    background-color:#000000;
}

.imagem01{
	width: 100%;
	height: 950px;
	background:url("imagens/back1.jpg") no-repeat;
	background-size: cover;
	background-attachment: fixed;
	
}
.imagem02{
    width: 100%; 
    height: 650px;
    background: url("imagens/back2.jpg") no-repeat;
    background-size: cover;   
    background-attachment: fixed;
    text-align: center;
	
}
.imagem03{
    width: 100%;
    height: 520px;
    background: url("imagens/back3.jpg") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
	
}
.faixa1{
    width: 100%;
    height: 610px;
	
 	background-color:#ffffffff;
    text-align: center;
    
	
}
.faixa2{
	width: 100%;
	height: 1300px;
	background-color:#ECEBD8
	
}
.faixa3{
	width: 100%;
	height: 30px;
	background-color:#232323
	
}
.faixa4{
	width: 100%;
	height: 455px; 
	background-color:#0000000;
    text-align: center;
	}
.faixa5{
    width: 100%;
    height: 165px;
    background-color: #0C0C0E;
	
}
