*{margin:0;padding:0;list-style:none;outline: none;}

body {height: 100%; background:#a48270}


html {height: 100%;}
a{text-decoration: none;color:#fff;}
a:link {text-decoration: none;color:#fff;}
a:visited {text-decoration: none;color:#fff;}

a:hover {text-decoration: none;color:#97bcbe;}


#rolagem{
	position: absolute;
	z-index: -3;
	width:100%;
	min-width:1100px;
	height:100%;
	min-height:650px;
}
#rolagem2{
	position: absolute;
	z-index: 1;
	width:100%;
	min-width:1100px;
	height:100%;
	min-height:650px;
}

#barra{
	position: absolute;
	z-index: 20;
	width:300px;
	height:100%;
	min-height:650px;
	font-size:12px;
	background: #a48270;
}

#barra2{
	position: absolute;
	z-index: 18;
	left:-50px;
	width:350px;
	height:100%;
	min-height:650px;
	background: #5a2a1d;
}
#barra3{
	position: absolute;
	z-index: 18;
	left:-50px;
	width:350px;
	height:100%;
	min-height:650px;
	background: #5a2a1d;
}
#fechar{
	position: absolute;
	top:10px;
	right:40px;
	width:40px;
	height:40px;
	cursor:pointer;
}
#fechar3{
	position: absolute;
	top:10px;
	right:40px;
	width:40px;
	height:40px;
	cursor:pointer;
}

#fechar:hover img {
	filter:alpha(opacity=60);	
	opacity: 0.6;
}
#fechar3:hover img {
	filter:alpha(opacity=60);	
	opacity: 0.6;
}

#logo{
	position: absolute;
	top:70px;
	left:0;
	width:300px;
    text-align: center;
}

#inv{
	position: absolute;
	top:310px;
	left:70px;
	width:160px;
}


#menu{
	position: absolute;
	top: 50%;
    margin-top: -60px;
	left: 0px;
	font-size:16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400
}

#menu a{margin-right:60px}

.botao2 {
    width: 220px;
    height: 28px;
    padding: 11px 0 3px 40px;
    margin: 0 0 20px 40px;
    cursor: pointer;
    color: #ffffff;
    transition: all .25s ease-in-out;
}

.select{
    background: #5a2a1d;
}

.botao2:hover{
	color: #fff;
    background: #5a2a1d;
}

#catalogo{
	display: none;
	position: absolute;
	overflow: hidden;
	z-index: 19;
	width:100%;
	min-width:1100px;
	height:100%;
	min-height:650px;
	background-color: #5a2a1d;
}

#iframe{
	position: absolute;
	z-index: 20;
	left: 450px;
	top:-1600px;
	width: 55%;
	min-width: 600px;
	height: 80%;
	min-height: 600px;
	border:0;
}

#empresa{
	position: absolute;
    left: 50px;
    top: 150px;
    width: 250px;
    text-align: justify;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    line-height: 25px;
}

#contato{position: absolute; Top:100px; left:0px; width:350px; height:490px; font-size:13px; color:#fff; font-family: 'Lato', sans-serif;}

#formulario input {
background: rgba(255, 255, 255, 0.3);
border:0px solid #a5a5a5;
margin: 2px 0 6px 0;
font:12px 'Lato', sans-serif;
color:#4b6f95;
padding:5px;
width:280px;
    font-size: 15px;
}  
#formulario textarea {
overflow: hidden;
background: rgba(255, 255, 255, 0.3);
border:0px solid #a5a5a5;
margin: 2px 0 12px 0;
font:12px 'Lato', sans-serif;
color:#4b6f95;
padding:5px;
width:280px;
height:50px;
    font-size: 15px;
} 

#formulario button {
background: rgba(255, 255, 255, 0.3);
border:0px solid #a5a5a5;
margin: 2px; 
color:#ffffff;
width:290px;
cursor: pointer;
font-size: 15px;
padding: 8px 0;
} 

#formulario button:hover {
background: rgba(255, 255, 255, 0.6);

}
