<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

body {
	background-image: url('img/bg-index.jpg');
	background-size: cover;
	text-align: center;
	padding: 150px 0;
	font-family: 'NeoSansStd-Regular';
	box-sizing: content-box;
}
h1 {
	color: #FFF;
	font-family: 'NeoSansStd-Bold';
}
h2 {
	color: #FFF;
	font-family: 'NeoSansStd-Light';
	margin-bottom: 30px;
}
footer {
	color: #FFF;
	position: relative;
	width: 100%;
	margin-top: 50px;
}
#planetaw {
	float: right;
	width: 24px;
	margin-right: 50px;
	display: inline-block;
}
.areaAcesso {
	background-color: #FFF;
	padding: 120px 20px;
	border-radius: 30px;
	height: 325px;
	margin-bottom: 75px;
}
.areaAcesso img {
	height: 88px;
	display: block;
	margin: auto;
}
.btnApm {
	background-color: 009a93;
}
.btnAmb {
	background-color: #00548c;
}
a:hover {
	text-decoration: none
}
.btnApm:hover {background-color: #006d67;color: #FFF;}
.btnAmb:hover {background-color: #f8be1a;color: #00548c;}
.btnApm, .btnAmb, .btnVotar {
	display: inline-block;
	text-transform: uppercase;
	font-size: 20px;
	padding: 20px;
	width: 200px;
	margin: auto;
	border-radius: 100px;
	color: #FFF;
	margin-top: 85px;
}
.btnVotar {
	background-color: #f8be1a;
	color: #00548c;
	font-family: 'NeoSansStd-Bold';
}
.btnVotar:hover {background-color: #00548c;color: #f8be1a;}
a, a:hover, .btnApm, .btnAmb, .btnVotar {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
@media (max-width: 979px) {
	.container {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
		box-sizing: border-box;
	}
}
@media (max-width: 767px) {
	footer {
		position: relative;
		text-align: center;
		clear: both;
	}
	#planetaw {
		float: none;
		display: block;
		margin: auto;
		margin-top: 17px;
	}
	.areaAcesso img {
	height: auto;
}
#popupAviso {
	width: 95% !important;
	padding: 30px !important;
}
#imgTop {
	max-width: inherit;
	width: 100%;
}
body {
	padding: 50px 0;
}
h2 {
	margin-bottom: 20px;
}
}
@media (max-width: 499px) {
	.btnApm, .btnAmb {
		width: 100%;
		box-sizing: border-box;
		margin-top: 30px;
	}
	.areaAcesso {
		height: auto;
		padding: 65px 20px 20px 20px;
		margin-bottom: 30px;
	}
	footer {
	margin-top: 40px;
	}
}
.areaFormulario {
	background-color: #FFF;
	border-radius: 30px;
	padding: 35px;
}
.areaFormulario p {text-align: left;font-size: 18px;color: #757575;line-height: 29px;margin-bottom: 20px;}
.areaFormulario  h3{
	color: #019a93;
	border-bottom: solid 1px #d6d6d6;
	text-align: left;
	margin-bottom: 40px;
}
.control-label {
	font-size: 18px;
	color: #757575;
	margin-top: 10px;
}
.areaFormulario input[type="text"], .areaFormulario input[type="email"], .areaFormulario select{
	width: 100%;
	font-family: 'NeoSansStd-Regular';
	background-color: #f1f1f1;
	border: none;
	box-shadow: none;
	height: 46px;
	font-size: 18px;
	padding-left: 20px;
	padding-right: 20px;
}
.tituloSessao {
	background-color: #019a93;
	color: #FFF;
	text-align: left;
	padding: 10px 40px;
	margin-top: 40px;
	text-transform: uppercase;
}
.btnForm, .btnPad {
	text-transform: uppercase;
	padding: 20px 60px;
	margin: auto;
	border-radius: 100px;
	color: #FFF;
	background-color: #019a93;
	border: none;
	font-family: 'NeoSansStd-Regular';
	font-size: 18px;
}
.btnForm:hover, .btnPad:hover {
	background-color: #004844;
	color: #FFF;
}
a, .btnForm {
		-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
strong {
	font-family: 'NeoSansStd-Bold';
}
#imgTop {
	max-width: 700px;
}
#AtualizaoCadastro {

}
#areaPopup {
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: #000000d9;
	top: 0;
	z-index: 999;
}
#popupAviso {
	background-color: #FFF;
	width: 80%;
	margin: 100px auto;
	padding: 100px;
	color: #757575;
	font-size: 18px;
	border-radius: 30px;
	box-sizing: border-box;
}
#popupAviso h2 {color: #019a93;font-family: 'NeoSansStd-Bold';margin-bottom: 30px;}

#popupAviso .btnPad {
	display: inline-block;
	margin-top: 20px;
}
.areaAviso {
	background-color: #f8be1a;
	margin-bottom: 30px;
	padding: 30px 60px;
	font-size: 22px;
	line-height: 1.3;
}

.titleAcessoAmb{
	position: absolute !important;
    top: 10;
    left: 15;
    right: 15;
		color: #00548c;
}

.titleAcessoApm{
	position: absolute !important;
    top: 10;
    left: 15;
    right: 15;
		color: #009a93;
}

@media (max-width: 499px){
	.titleAcessoApm{
		position: inherit !important;
		top: -40px;
    left: 4px;
    right: 4px;
	}

	.titleAcessoAmb{
		position: inherit !important;
		top: -40px;
    left: 4px;
    right: 4px;
	}

}
</pre></body></html>