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;
}


.img_quem_somos {
	width: 22%;
	padding-left: 555px;
	padding-bottom: 22px;
	padding-top: 33px;
}


.content {
	width: 1111px;
}


.content h1 {
	font-size: 33px;
	font-weight: bold;
	color: #744494;
	text-align: center;
	padding-left: 250px;
	padding-bottom: 33px;
}

.content p {
	padding-left: 333px;
	font-weight: bold;
	font-size: 22px;
	color: #744494;
	padding-bottom: 33px;
	text-indent: 40px;
}


.missao {
	padding-left: 630px;
}

.lista {
	padding-left: 488px;
	font-weight: bold;
	font-size: 22px;
	color: #744494;
	list-style-type: disc;
	padding-bottom: 88px;
}

.talento_haha {
	width: 8%;
	padding-left: 633px;
	padding-bottom: 33px;
}



.rodape {
	width: 20%;
}


footer {
	background: #f7a85b;
	text-align: center;
}


.copyright {
	font-size: 12px;
	color: lightgray;
	font-weight: bold;
	padding-bottom: 10px;
}

