﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

html, body {
	width: 100%;
	height: 100%;
}

.lt-ie8 html, .lt-ie8 body {
	width: 100%;
	height: auto;
}

body {
	font: 13px/15px Tahoma, Verdana;
	color: #333333;
}

fieldset {
	border: none;
}

	fieldset legend {
		display: none;
	}

	fieldset label {
		display: block;
		clear: both;
	}

	fieldset input {
		width: 303px;
		height: 26px;
		margin: 3px 0 13px 0;
		border: 1px solid #c2c2c2;
		padding-left: 5px;
	}

.lt-ie8 fieldset input {
	line-height: 25px;
}

fieldset select {
	width: 184px;
	display: block;
	margin: 3px 0 13px 0;
}

	fieldset select.select {
		width: auto;
		display: block;
		margin: 5px 0 13px 0;
	}

	fieldset select.perguntaSecreta {
		width: 340px;
		height: 26px;
		display: block;
		margin: 3px 0 13px 0;
		border: 1px solid #c2c2c2;
	}

fieldset span {
	font-weight: bold;
	display: block;
}

.div-erro {
	color: #ff0000;
	background: url(../Images/Login/iconError.png) 0 50% no-repeat;
	padding: 5px 5px 5px 25px;
	clear: both;
	display: none;
}

.div-alerta {
	color: #053d09;
	background: url(../Images/Login/iconAlerta.png) 0 50% no-repeat;
	padding: 5px 5px 5px 25px;
	clear: both;
	display: none;
}

.div-redirecionamento {
	color: #3D3D3D;
	padding: 5px 5px 5px 5px;
	display: none;
}

.input-erro {
	border-color: #ff0000 !important;
}

.wrap-content {
	clear: both;
	width: 936px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

* html .wrap-content {
	height: 100%; /* hack para IE6 que trata height como min-height */
}

.header {
	height: 72px;
	width: 100%;
	background-color: #e1e3e6;
}

.imgLogo {
	float: left;
	margin: 15px 0 0 52px;
}

.imgBgHeader {
	float: right;
	margin: 18px 39px 0 0;
}

.box-logomarca {
	width: 500px;
	height: 336px;
	margin-right: 22px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.box-form {
	width: 414px;
	background: url("../Images/Login/bg-form-login.jpg") center 100% no-repeat;
	padding-bottom: 20px;
	overflow: hidden;
	float: right;
}

	.box-form fieldset {
		margin: 0 52px 8px 35px;
		float: left;
	}

	.box-form .box-header {
		display: block;
		height: 40px;
		background: url("../Images/Login/bg-form-login-top.jpg") 0 0 no-repeat;
		width: 414px;
	}

.esqueciSenha {
	text-decoration: underline;
	font-size: 12px;
	color: #1155cc;
	clear: both;
	display: block;
}

.link-login {
	text-decoration: underline;
	font-size: 12px;
	color: #1155cc;
	clear: both;
}

.bt-submit {
	width: auto;
	padding: 11px 16px;
	background-color: #ced0d3;
	border: none;
	border: 1px solid #c2c2c2 !important;
	filter: chroma(color=#000000);
	color: #010101;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-right: 10px;
	font-family: Tahoma, Verdana, Arial, Times New Roman;
}

.lt-ie8 .bt-submit {
	padding: 11px 8px;
}

.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #455962;
	text-align: center;
	color: #ffffff;
	padding: 20px 0;
	margin-top: 50px;
}

	.footer a {
		text-decoration: underline;
		font-size: 12px;
		font-weight: bold;
		color: white;
		clear: both;
		display: block;
	}

.cookie-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #444; /* Cinza escuro */
	color: white;
	padding: 15px;
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	z-index: 999;
}

	.cookie-banner span {
		flex: 1;
		min-width: 200px;
		text-align: left;
		margin-bottom: 10px;
		text-align: justify;
		padding-right: 50px;
	}

	.cookie-banner button {
		background-color: #ffffff;
		color: #444;
		border: none;
		padding: 10px 20px 10px 20px;
		font-size: 16px;
		font-weight: bold;
		cursor: pointer;
		border-radius: 5px;
		right: 30px;
		position: relative;
	}

	.cookie-banner a {
		text-decoration: underline;
		font-weight:bold;
		color: white;
		clear: both;
	}

@media (max-width: 600px) {
	.cookie-banner {
		flex-direction: column;
		text-align: left;
	}

		.cookie-banner span {
			padding-right: 30px;
		}
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.lt-ie7 .footer {
	position: absolute;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

.logo-sd {
	display: none;
}

@media only screen and (max-width: 992px) {
	.header {
		display: none;
	}

	.box-logomarca {
		display: none;
	}

	.footer {
		padding: 8px 0;
	}

	.wrap-content {
		width: 100%;
		padding-bottom: 4px;
	}

	.box-form {
		width: 400px;
		margin: 0 auto;
		float: none;
		background-image: none;
		background-color: #eff0f4 !important;
		box-shadow: 0 0 5px #333333;
		-webkit-box-shadow: 0 0 5px #333333;
		-moz-box-shadow: 0 0 5px #333333;
		-ms-box-shadow: 0 0 5px #333333;
		z-index: 10;
		zoom: 1;
	}

		.box-form .box-header {
			display: none;
		}

	.box-form {
		background: none;
		padding-bottom: 0;
	}

		.box-form fieldset {
			margin: 0;
			float: none;
			padding: 15px;
		}

			.box-form fieldset input {
				width: 80%;
				box-sizing: border-box;
				margin-bottom: 7px;
			}

	.logo-sd {
		display: block;
		margin: 10px auto;
	}
}

@media only screen and (max-width: 768px) {
	.box-form {
		width: 350px;
	}
}

@media only screen and (max-width: 400px) {
	.wrap-content {
		margin-top: 20px;
	}

	.box-form {
		width: 300px;
	}
}

#captcha {
	width: 148px;
	float: left;
}

#imgCaptcha {
	width: 148px;
	height: 28px;
	border: 1px solid #BBBBBB;
	float: left;
	margin: 3px 0 13px 4px;
}
