html, body {
	font-family: "Cera Pro", sans-serif;
	margin: 0px;
	padding: 0px;
	height: 100vh;
	min-height: 100vh;
}

body {
	background-color: #ffffff;
}



.config-geral{
	margin: 0px;
	padding: 0px;
}

.container-main {
	height: 100vh;
}

.container-header{
	position: fixed;
	width: 100%;
	height: auto;
}

.container-titulo{
	position: absolute;
	top: 70px;
	width: 100%;
	height: auto;
	text-align: center;
}

.texto-titulo-site{
	color: #13335a;
	font-size: 70px;
	font-weight: 600;
}

.container-login{
	position: absolute;
	top: 180px;
	z-index: 200;
	width: 100%;
	text-align: center;
	height: auto;
}

.container-footer {
	position: fixed;
	bottom: 0px;
	z-index: 100;
	width: 100%;
}

.container-img-footer{
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}

.img {
	width: 100%;
	min-width: 800px;
	height: auto;
	margin: 0px;
	padding: 0px;
}

.img-logo-prefeitura{
	width: 300px;
}



/* NAVBAR */

.navbar {
	height: auto;
	z-index: 999;
	display: block;
	text-align: right;
	margin-right: 0px;
	padding-right: 0px;
}

.nav-button {
	display: inline-block;
	font-weight: 400;
	color: #00468e;
	background-color: #ffffff;
	padding: 5px 10px;
	margin: 0px 10px 0px 0px;
	border: 2px solid #00468e;
	border-radius: 5px;
}

.nav-button:hover {
	color: #ffffff;
	background-color: #00468e;
}



/* LOGIN */

.login-clean {
	background: #ffffff00;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	text-align: center;
}

.login-clean form {
	width: 30%;
	margin: 0px 35%;
	background-color: #fdfdfd;
	padding: 40px;
	border-radius: 5px;
	color: #505e6c;
	box-shadow: 1px 1px 5px #0000004d;
}

.illustration {
	text-align: center;
	padding: 0px;
	font-size: 50px;
	color: #42b9eb;
}

.login-clean form .form-control {
	background: #f7f9fc;
	border: none;
	border-bottom: 1px solid #dfe7f1;
	border-radius: 0;
	box-shadow: none;
	outline: none;
	color: inherit;
	text-indent: 8px;
	height: 42px;
}

.login-clean form .btn-primary {
	background: #13335a;
	border: none;
	border-radius: 25px;
	padding: 0px;
	box-shadow: none;
	margin-top: 26px;
	text-shadow: none;
	outline: none !important;
	color: #ffffff;
	height: 42px;
}

.login-clean form .btn-primary:hover, .login-clean form .btn-primary:active {
	background: #42b9eb;
	color: #ffffff;
}

.login-clean form .btn-primary:active {
	transform: translateY(1px);
	background: #42b9eb;
	color: #ffffff;
}

.login-clean form .forgot {
	display: block;
	text-align: center;
	font-size: 1rem;
	color: #000000;
	opacity: 0.6;
	text-decoration: none;
}

.login-clean form .forgot:hover, .login-clean form .forgot:active {
	opacity: 1;
	font-weight: 600;
	text-decoration: none;
	color: #42b9eb;
}

.login-clean form .input {
	border-radius: 25px;
}

.info-login-no{
	width: 100%;
	text-align: center;
	color: #E63946;
	margin: 0px;
}

.info-login-ok{
	width: 100%;
	text-align: center;
	color: #ffffff;
	margin: 0px;
}



/* FOOTER */

.footer-basic {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	color: #ffffff;
}

.copyright{
	color: #eceded !important;
	font-weight: 200;
	font-size: 0.8rem;
}

.logo-prefeitura{
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.container-logo-prefeitura{
	margin: 0px;
	padding: 15px 0px;
	width: 100%;
	background-color: #00468e;
	border: none;
}

.container-copyright{
	margin: 0px;
	padding: 15px 0px;
	width: 100%;
	background-color: #00468e;
	color: #ffffff;
	text-align: center;
	border: none;
}



/* MEDIA QUERIES */

@media only screen and (min-width: 959px) {
	.container-titulo{
		position: absolute;
		top: 70px;
		width: 100%;
		height: auto;
		text-align: center;
	}

	.texto-titulo-site{
		font-size: 70px;
	}

	.container-body{
		position: absolute;
		top: 360px;
		z-index: 200;
		width: 100%;
		text-align: center;
		height: auto;
	}

	.img-logo-prefeitura{
		width: 300px;
	}

	.login-clean form {
		width: 20%;
		margin: 0px 40%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.container-titulo{
		position: absolute;
		top: 70px;
		width: 100%;
		height: auto;
		text-align: center;
	}

	.texto-titulo-site{
		font-size: 55px;
	}

	.container-login{
		position: absolute;
		top: 280px;
		z-index: 200;
		width: 100%;
		text-align: center;
		height: auto;
	}

	.img-logo-prefeitura{
		width: 240px;
	}

	.login-clean form {
		width: 40%;
		margin: 0px 30%;
		padding: 40px;
	}
}

@media only screen and (min-width: 325px) and (max-width: 767px) {
	.container-titulo{
		position: absolute;
		top: 30px;
		width: 100%;
		height: auto;
		text-align: center;
	}

	.texto-titulo-site{
		font-size: 35px;
	}

	.container-login{
		position: absolute;
		top: 90px;
		z-index: 200;
		width: 100%;
		text-align: center;
		height: auto;
	}

	.img-logo-prefeitura{
		width: 180px;
	}

	.login-clean form {
		width: 70%;
		margin: 0px 15%;
		padding: 20px;
	}
}

@media only screen and (max-width: 324px) {
	.container-titulo{
		position: absolute;
		top: 25px;
		width: 100%;
		height: auto;
		text-align: center;
	}

	.texto-titulo-site{
		font-size: 25px;
	}

	.container-login{
		position: absolute;
		top: 80px;
		z-index: 200;
		width: 100%;
		text-align: center;
		height: auto;
	}

	.img-logo-prefeitura{
		width: 180px;
	}

	.login-clean form {
		width: 90%;
		margin: 0px 5%;
		padding: 20px;
	}
}
