/*@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	text-align:center;
	background-color:#484745;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#main-home {
	width:100%;
	height:100%;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	text-align:center;
}
#main-form {
	width:100%;
	text-align:center;
}
#centro-home {
	width:1000px;
	height:830px;
	margin:0 auto;
	text-align:left;
}
#centro-form {
	width:1000px;
	margin:0 auto;
	text-align:left;
}
.coluna-esq {
	width:230px;
	float:left;
}
.coluna-direita {
	width:700px;
	padding:25px;
	float:left;
	text-align:left;
	background-color:#eeeeee;
	color:#333;
}
.coluna-direita td {
	padding:5px;
	background-color:#dcdcdc;
}
div.titulo {
	width:100%;
	height:50px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:bold;
}

.subtitulo {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
}
.logo {
	width:185px;
	height:253px;
	margin:0 25px;
}
.lettering {
	width:782px;
	height:330px;
	background-image:url(images/lettering.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding:15px 25px;
	margin-left:-25px;
}
.lettering_Obrigado {
	width:782px;
	height:330px;
	background-image:url(images/lettering_obrigado.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding:15px 25px;
	margin-left:-25px;
}
.lettering_Obrigado_Evento {
	width:782px;
	height:330px;
	/*background-image:url(images/lettering_obrigado_evento.png);*/
	background-repeat:no-repeat;
	background-position:top left;
	padding:15px 25px;
	margin-left:-25px;
}

input[type="text"] {
	height: 23px;
	background-color: #e4e4e4;
	font-size: 14px;
	color: #4c4c4c;
}
input[type="textarea"]{
	width:350px;
	height:23px;
	background-color:#ffffff;
	border:1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	/*color:# 333;*/
	line-height:13px;
	vertical-align:middle;
	margin-top:3px;
	padding:5px 5px 0 5px;
	margin:0px 0px 0px 0px;
}		
input[type="radio"] { 
	width:25px;
	border:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	/*color:# 333;*/
	vertical-align:top;
	margin:4px 0px 4px 4px;
}	
input-small {
	width:200px;
}
.textarea {
	height:80px;
	margin:0px 0px 0px 0px;
	overflow:auto;
	padding-top:3px;
}
.submit-div {
	text-align:center;
}
.submit {
	width:250px;
	height:50px;
	background-color:#069;
	color:#FFF;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	border:none;
	padding-top:-25px;
}
.revisao {
	color:#F00;
}
.CentralizarDiv 
{
	background-color:White;
	margin-left: -140px; 
	margin-top: -20px; 
	position: absolute; 
	left: 59%;
	top: 111%;
}

.required {
    color: #ff0000;
    margin-right: 3px;
}

.displayNome {
	display: none;
}

.modalEnquadramento {
	left: 10% !important;
	top: 5% !important;
	opacity: 1;
	right: 10%;
	bottom: auto;
	/*padding-bottom: 250px !important;*/
	font-size: 8%;
	min-height: 250px;
	background-color: #E3E8ED;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0 0 25px 5px #999;
	color: #111;
	width: auto;
	padding: 25px;
}

#cookie-consent-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9998;
	box-sizing: border-box;
	width: 100%;
	/*display: none;*/
	background-color: #b6c7cc /*#c6d4f5*/;
}

.cookie-consent-banner__inner {
	max-width: 960px;
	margin: 0 auto;
	padding: 32px 0;
}

.cookie-consent-banner__copy {
	margin-bottom: 16px;
}

.cookie-consent-banner__header {
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	color: #005496 /*#042169*/;
}

.cookie-consent-banner__description {
	font-weight: 400;
	color: #000;
	font-size: 14px;
	line-height: 24px;
}

	.cookie-consent-banner__description a {
		font-weight: 700;
	}

.fechar {
	box-sizing: border-box;
	display: inline-block;
	min-width: 164px;
	padding: 11px 13px;
	border-radius: 2px;
	background-color: #005496;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}


button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
	-webkit-appearance: button;
}

	button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
		border-style: none;
		padding: 0;
	}

	button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
		outline: 1px dotted ButtonText;
	}


#mobmenuleft li a, #mobmenuleft li a:visited {
	font-family: arial !important;
}

a {
	color: #034f81;
}

	a:visited {
		color: #034f81;
	}

	a:hover, a:focus, a:active {
		color: #258fe8;
		text-decoration: none;
	}

	a:focus {
		outline: thin dotted;
	}

	a:hover, a:active {
		outline: 0;
		color: #258fe8;
		text-decoration: none;
	}

img {
	height: auto;
	max-width: 100%;
}

img {
	border-style: none;
}

*, *:before, *:after {
	box-sizing: inherit;
}

body, button, input, select, optgroup, textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

div {
	display: block;
}

body, button, input, select, optgroup, textarea {
	color: #404040;
	font-family: sans-serif;
}

.historia {
	background: #fff;
	padding: 3% 3% 1%;
	text-align: justify;
	font-size: 14px;
	line-height: 25px;
}

.bPopup_closeButton {
	margin: 0;
	border: 0;
	color: #FFF;
	cursor: pointer;
	text-align: center;
	border-radius: 7px 7px 7px 7px;
	box-shadow: none;
	font: bold 131% sans-serif;
	padding: 0 6px 2px;
	position: absolute;
	right: -7px;
	top: -7px;
	font-size: 15pt;
	background-color: #2b91af;
}