body {
	font-family: Arial, sans-serif;
	margin: 0px !important;
	padding: 0px !important;
	background: url(../lab/img/fundo.jpg) bottom center;
	background-size: cover;
}

p {
	font-family: Arial, sans-serif;
	font-size: 14px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Arial, sans-serif;
	color: #15b591;
	margin-bottom: 5px;
}

h2 {
	font-size: 23px;
	color: #15b591;
}

h3 {
	font-size: 18px;
	color: #15b591;
}

.top {
	border-top: 2px solid #f8f8ff;
	text-align: center;
	background-color: #f8f8ff;
}

.bottom {
	width: 100%;
	text-align: center;
	padding: 0px 0;
	background-color: #15b591;
	position: fixed;
	bottom: 0px;
}

.bottom p,
.bottom a {
	color: #ffffff;
	font-size: 12px;
	padding: 0px 0;
}

.conteudo {
	display: inline-block;
	width: 40%;
	float: left;
	margin: 0px auto !important;
	padding: 4% 5%;
	text-align: left;
}

.informacoes {
	display: inline-block;
	width: 40%;
	float: left;
	margin: 0px auto !important;
	padding: 4% 5%;
	text-align: left;
	padding: 8% 0px 0px 0px;
}

.resultados {
	background: #f8f8ff;
	border-radius: 10px;
	padding: 30px 50px;
}

.form-result {
	width: 96%;
	font: 100% Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #a5a5a5;
	border-radius: 8px;
	margin-bottom: 15px;
	border: 1px solid #c0c0c0;
	font-size: 1.2em !important;
	height: 45px !important;
	border-radius: 8px !important;
	padding-left: 15px !important;
	text-transform: uppercase;
	appearance: none;
}

select.form-result {
	width: 100%;
}

.form-enviar {
	cursor: pointer;
	background: #15b591;
	color: #fff;
	width: 100%;
	font: 100% Arial, Helvetica, sans-serif;
	vertical-align: middle;
	border-radius: 8px;
	margin-bottom: 15px;
	border: 1px solid #c0c0c0;
	font-size: 1.2em !important;
	height: 45px !important;
	border-radius: 8px !important;
	padding-left: 15px !important;
	text-transform: uppercase;
}


.icone {
	background: #15b591;
	width: 55px;
	text-align: center;
	border-radius: 32px;
	padding: 10px 0;
	float: left;
	display: inline-block;
}

.icone-texto {
	display: inline-block;
	width: 350px;
	float: left;
	padding-left: 30px;
	padding-top: 0px;
	margin-top: 0px;

}

.icone-texto h3 {
	padding-top: 0px;
	margin-top: 0px;

}

.icone-texto p {
	font-size: 14px !important;
	color: #fff;
}

hr {
	clear: both;
	border: 0px;
	border-top: 1px solid #e9e9e9;
	margin: 22px 0;
	display: inline-block;
	width: 100%;
}

@media (max-width: 990px) {

	.conteudo {
		width: 90%;
		padding: 0% 5%;
		padding-bottom: 50px;
		padding-top: 50px;
	}

	.bottom {
		position: normal;
	}

	.informacoes {
		width: 100%;
		margin: 0px auto !important;
		justify-items: center;
	}

	.form-result {
		width: 97.5%;
		height: 80px !important;
		font-size: 2em !important;
	}
	
	select.form-result {
		width: 100%;
		height: 80px !important;
		font-size: 2em !important;
	}
	
	.form-enviar {
		width: 100%;
		height: 80px !important;
		font-size: 2em !important;
	}


	.icone-texto {
		width: 65% !important;
		padding-left: 30px;
		padding-top: 0px;
		margin-top: 0px;
		text-align: center;
	}

	.icone-texto p {
		font-size: 1.5em !important;
	}

	.icone {
		background: #15b591;
		width: 1,5%;
		text-align: center;
		border-radius: 32px;
		display: block;
		margin: 30px 0 0 100px;
	}

	p {
		font-family: Arial, sans-serif;
		font-size: 1.4em !important;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-family: Arial, sans-serif;
		color: #15b591;
		margin-bottom: 5px;
	}

	h2 {
		font-size: 1.8em;
	}

	h3 {
		font-size: 1.8em !important;
	}
}

@media (max-width: 528px) {

	.conteudo {
		width: 90%;
		padding: 0% 5%;
		padding-bottom: 50px;
		padding-top: 50px;
	}

	.bottom {
		position: normal;
	}

	.informacoes {
		width: 100%;
		margin: 0px auto !important;
		justify-items: center;
	}

	.form-result {
		width: 93%;
		height: 80px !important;
		font-size: 2em !important;
	}
	
	select.form-result {
		width: 100%;
		height: 80px !important;
		font-size: 2em !important;
	}
	
	.form-enviar {
		width: 100%;
		height: 80px !important;
		font-size: 2em !important;
	}


	.icone-texto {
		width: 65% !important;
		padding:0 85px;
		margin-top: 0px;
		text-align: center;
	}

	.icone-texto p {
		font-size: 1.5em !important;
	}

	.icone {
		background: #15b591;
		width: 1,5%;
		text-align: center;
		border-radius: 32px;
		display: block;
		margin: 30px 230px 0 230px;
	}

	p {
		font-family: Arial, sans-serif;
		font-size: 1.4em !important;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-family: Arial, sans-serif;
		color: #15b591;
		margin-bottom: 5px;
	}

	h2 {
		font-size: 1.8em;
	}

	h3 {
		font-size: 1.8em !important;
	}
}

@media (max-width: 425px) {

	.conteudo {
		width: 90%;
		padding: 0% 5%;
		padding-bottom: 50px;
		padding-top: 50px;
	}

	.bottom {
		position: normal;
	}

	.informacoes {
		width: 100%;
		margin: 0px auto !important;
		justify-items: center;
	}

	.form-result {
		width: 93%;
		height: 80px !important;
		font-size: 2em !important;
	}
	
	select.form-result {
		width: 100%;
		height: 80px !important;
		font-size: 2em !important;
	}
	
	.form-enviar {
		width: 100%;
		height: 80px !important;
		font-size: 2em !important;
	}


	.icone-texto {
		width: 65% !important;
		padding:0 73px;
		margin-top: 0px;
		text-align: center;
	}

	.icone-texto p {
		font-size: 1.5em !important;
	}

	.icone {
		background: #15b591;
		width: 1,5%;
		text-align: center;
		border-radius: 32px;
		display: block;
		margin: 30px 185px 0 185px;
	}

	p {
		font-family: Arial, sans-serif;
		font-size: 1.4em !important;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-family: Arial, sans-serif;
		color: #15b591;
		margin-bottom: 5px;
	}

	h2 {
		font-size: 1.8em;
	}

	h3 {
		font-size: 1.8em !important;
	}
}