body {
	font-family: 'Gloria', sans-serif;
}

header {
	background: linear-gradient(#859caa,#7199a5,#21607f);
	padding: 20px;
}

.caixa {
	position: relative;
	width: 940px;
	margin: 0 auto;
	margin-left: 200px;
}

nav {
	position: absolute;
	top: 110px;
	right: -350px;
}

nav li {
	display: inline;
	margin: 0 0 0 25px;
}

#navId {
	text-transform: uppercase;
	font-family: 'Glory', sans-serif;
	padding-left: 50px;
	color: #cdf2fe;
	font-weight: bold;
	font-size: 34px;
	text-decoration: none;
	transition: 0.5s;
}

#navId:hover {
	color: #666666;
}

#img-principal {
	width: 100%;
}

#imagem {
	position: relative;
	width: 100%;
}

#imagem1 {
	position: relative;
	width: 100%;
}

form {
	margin: 40px 0;
}

.lista3 {
	position: absolute;
	width: 45%;
	top: 390px;
	left: 50px;
	color: #cdf2fe;
	font-size: 33px;
}

form label {
	display: block;
	font-weight: bold;
	font-size: 20px;
	color: #cdf2fe;
	margin: 0 0 6px;
}

.maininput {
	display: block;
	background: #cdf2fe;
	border: none;
	border-radius: 5px;
	margin: 0 0 20px;
	padding: 10px 25px;
	width: 45%;
}

.enviar {
	width: 30%;
	padding: 15px 0;
	background: #cdf2fe;
	color: #646464;
	font-weight: bold;
	font-size: 18px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

#panelId {
	background-color: inherit;
}

.lista2 {
	position: absolute;
	width: 50%;
	top: 345px;
	left: 30px;
	color: #cdf2fe;
}

#service {
	font-size: 30px;
	color: #cdf2fe;
	text-decoration: none;
}

 .serviceList {
 	font-size: 15px;
 	font-family: 'Verdana', sans-serif;
 	padding-left: 85px;
 	padding-top: 10px;
 }

 .serviceList li {
 	padding: 10px;
 }

.lista1 {
	position: absolute;
	top: 365px;
	left: 30px;
	font-weight: bold;
	font-size: 21px;
	color: #cdf2fe;
}

p {
	padding: 12px;
}

footer {
	text-align: center;
	background: #21607f;
	padding: 40px 0;
}

.copyrigth {
	color: #ffffff;
	font-size: 13px;
	margin-top: 5px;
}