@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	border:0;
	outline:0;	
}

body{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#FFF;
	margin:0;
	padding:0;
}

#topo{
	display:none;
	width:100%;
	height:80px;
	background-color:#F4DA47;
	position:fixed;
	top:0;
	z-index:100;
	margin:auto;
}

header {
	width:1000px;
	height:60px;
	margin:0 auto;
}

/* Logo */
#logo {
	float:left;
	height:80px;
	padding:5px 0;
	width:110px;	
}

/* Menu */
nav {
	float:left;
	height:100px;
	margin:0 0 0 30px;
	width:750px;
}
ul.menu {
	list-style:none;
	margin:0;
	padding:0;
}
ul.menu li {
	float:right;
	font-size:20px;
	height:auto;
	text-align:center;
	width:auto;
	letter-spacing:-1px;
}
ul.menu li a {
	color:#000;
	display:block;
	height:20px;
	padding:30px 15px;
	text-decoration:none;
}
ul.menu li a:hover {
	background:#FC0;
	color:#FC0;
}

.menu-icon{
	margin-top:-24px;
	padding-top:15px;
	padding-bottom:15px;
	background-color:#222;
}


#btn-home { 
	background:#000 url(../imagens/arrow-open-up-white.svg) no-repeat;
	background-position:center;
	display:none;
	width:30px;
	height:30px;
	padding:5px;
	position:fixed;
	right:2em;
	bottom:2em;
	z-index:999;
}

section{
	width:100%;
	min-height:800px;
	background-image:url(../imagens/noise.png);
	background-color:#FFF;
	margin:0 auto;
}

article {
	background-color:#090;
	width:95%;
}

section#cases{
	background-color:#666;
}

#frase {
	width:100%;
	background-color:#FC0;
	color:#000;
	text-align:center;
	font-size:15px;
	padding-top:40px;
	padding-bottom:40px;
}

.splash-text {
	position:absolute;
	width: 50%;
	min-height:200px;
	top:50%;
	left:50%;	
	margin-top:-100px;
	margin-left:-25%;
}

#btn-rodape-cases {
	left:50%;
	margin-left:-45px;
	position:absolute;
	width:90px;
	height:45px;
	background-color:#FC0;
	bottom:0;
	text-align:center;
}

section#quem-somos{
	background-color:#F33;
}

section#o-que-fazemos{
	background-color:#F90;
}

section#portfolio{
	background-color:#666;
}

section#clientes{
	background-color:#333;
}

section#contato{
	background-color:#999;
}


article {
	width:1000px;
	height:auto;
	background-color:transparent;
	margin:0 auto;
	padding-top:50px;
}


