header {
	background: linear-gradient(to top, white, lightgray, gray);
	padding-top: 20;
	padding-bottom: 120px;
}



#logo_insight {
	width: 40%;
	position: relative;
	top: 0;
	left: 310px;
}

#whats_logo {
	width: 6%;
	position: absolute;
	top: 23px;
	left: 960px;
}

#insta_logo {
	width: 4%;
	position: absolute;
	top: 33px;
	left: 900px;
}


.caixa{
	position: relative;
	width: 1100px;
	margin: 0 auto;
}

nav {
	position: absolute;
	top: 500px;
	right: 50px;
	}

nav li {
	display: inline;
	margin: 0 0 0 13px;	
}

nav a {
	text-transform: uppercase;
	color: #744494;
	font-weight: bold;
	font-size: 22px;
	text-decoration: none;	
}

nav a:hover {
	color: yellow;
	text-decoration: underline;
}


main h1 {
	font-size: 33px;
	font-weight: bold;
	text-align: center;
	color: #744494;
}

main p {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #744494;
	padding-bottom: 88px;
}



.rodape {
	width: 20%;
}


footer {
	background: #f7a85b;
	text-align: center;
}


.copyright {
	font-size: 12px;
	color: lightgray;
	font-weight: bold;
	padding-bottom: 10px;
}

