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;
}

.base {
	height: 150px;
	width: 1111px;
	padding-left: 494px;
}

.base h1 {
	font-weight: bold;
	color: #744494;
}

.base p {
	padding-left: 155px;
	font-size: 22px;
	font-weight: bold;
	color: #744494;
}

.base2 {
	height: 200px;
	width: 1111px;
	padding-left: 494px;
}

.base2 h1 {
	font-weight: bold;
	color: #744494;
}

.base2 p {
	padding-left: 128px;
	font-size: 22px;
	font-weight: bold;
	color: #744494;
}

#whats_logo_baixo {
	width: 12%;
	padding-left: 122px;
}


#insta_logo_baixo {
	width: 7%;
	padding-left: 155px;
}



.icone_emails {
	width: 44%;
	padding-left: 111px;
	position: relative;
}

.linha1 li {
	display: inline-block;
	width: 30%;
	padding-left: 188px;
}

.linha1 h1 {
	font-weight: bold;
	font-size: 22px;
	color: #744494;
	text-align: center;
}

.linha1 p {
	font-weight: bold;
	font-size: 18px;
	color: #744494;
	text-align: center;
}

.linha2 li {
	display: inline-block;
	width: 30%;
	padding-left: 188px;
}

.linha2 h1 {
	font-weight: bold;
	font-size: 22px;
	color: #744494;
	text-align: center;
}

.linha2 p {
	font-weight: bold;
	font-size: 18px;
	color: #744494;
	text-align: center;
}

.linha3 li {
	display: inline-block;
	width: 30%;
	padding-left: 188px;
}

.linha3 h1 {
	font-weight: bold;
	font-size: 22px;
	color: #744494;
	text-align: center;
}

.linha3 p {
	font-weight: bold;
	font-size: 18px;
	color: #744494;
	text-align: center;
}


.linha3 {
	padding-bottom: 22px;
}


.rodape {
	width: 20%;
}


footer {
	background: #f7a85b;
	text-align: center;
}


.copyright {
	font-size: 12px;
	color: lightgray;
	font-weight: bold;
	padding-bottom: 10px;
}

