@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
 }
body {
    background-color:#FFFFFF;
}

.imagem01{
	width: 100%;
	height: 710px;
	background:url("imagens/back1.jpg") no-repeat;
	background-size: cover;
	background-attachment: fixed;
	
}
.imagem02{
    width: 100%;
    height: 600px;
    background: url("imagens/fundo_branco_cinza.jpg") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;	
}
.faixa1{
	width: 100%;
	height: 1550px;
	background-color:#ECEBD8      	
}

.faixa2{
	width: 100%;
	height: 300px;
	background-color:#ECEBD8   
       	
}

@font-face {
    font-family: 'Opal.ttf';
    src: url('fonts\Opal.ttf"') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Opal', sans-serif;
}