@charset "utf-8";


*{
	
	margin:0;
	padding:0;
	
}


body {
	margin-top: 0;
	margin-bottom: 0;
	background: transparent;	
				
	}


img, object, embed, video {
	max-width: 100%;
}

.ie6 img {
	width:100%;
}

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}


ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	ul li a {
		display: block;
		float: left;
		height: 50px;
		padding: 0;
		overflow: hidden;
	}
	
		ul li a img {
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
	}

	ul li a:hover img {
		margin-top: -50px;
	}

a:link {
    text-decoration: none;color:#FFF;
	
}

a:visited {
    text-decoration: none;color:#FFF;
}

a:hover {
    text-decoration: underline;color:#FFF;
}

a:active {
    text-decoration: underline; color:#FFF;
}


li[id="3"] { color:#FFF; font-size: 16px;  max-width: 900px; padding:20px;   display:block; }
li[id="4"] {  max-width: 200px;  font-size: 16px;  margin-left: 20px; margin-right: 10px; display:block; }
li[id="9"] {   font-size: 16px; text-align:center;   margin-left: 30px; margin-right: 30px; display:block; }

 body {
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
		color:#FFF;
      }

#contato {
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
		color:#FFF;
		
}
 
#contato input, #contato textarea {
        
        
		
		padding: 12px 20px 12px 20px;
		width: 80%;
	    display: block;
	    height: auto;
		margin-top:6px;
		background: transparent;
		font-family: "Open Sans", sans-serif;
        font-size: 16px;
		color:#FFF;
		border: 1px solid #FFF;
		
}

::-webkit-input-placeholder {
   color: #FFF;
   font-family: "Open Sans", sans-serif;
}

:-moz-placeholder {
   color: #FFF;
   font-family: "Open Sans", sans-serif;
}

::-moz-placeholder {
   color: #FFF;  
   font-family: "Open Sans", sans-serif; 
}

:-ms-input-placeholder {  
   color: #FFF;  
   font-family: "Open Sans", sans-serif;
}


.select{

background-color: #807F70; 
color:#FFF !important; 
border: 1px solid #FFF;
cursor:pointer; 	
}


.button{
        
		width: 100%;
		display: block;
	    height: auto;
	    border-radius:50px;
        background-color:#807F70;
		border: 1px solid #FFF;
		margin-top:10px;
	    cursor: pointer;
		font-weight:700;
	    padding: 12px 20px 12px 20px;
		font-family: "Open Sans", sans-serif;
        font-size: 14px;
		color:#FFF;
		text-transform: uppercase;
	-moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
		
	}
	.button:hover {
   background-color:#000;
	border: 1px solid #000;
    color: #FFF;
    
}



#TOPO {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height: 75px;
	display: block;
	height: auto;
	margin-top: ;
	
}


@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

#TOPO {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


}

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	max-width: 1920px;
	padding-left: 0;
	padding-right: 0;
	margin: auto;
}
#TOPO {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;

}


}
