/* cores do brandbook 
#003158 - Azul Pantone® 540C
#256355 - Verde Pantone® 561C
#7c2028 - Vermelho Pantone® 188C
#a0a7aa - Cinza claro Pantone® 429C
#727e86 - Cinza escuro Pantone® 430

*/


body {
	width: 100%;
	margin:0px;
	padding:0px 0px 0px 0px;
}
form {
	width: 100%;
	margin:0px;
	padding:0px 0px 0px 0px;
	color: #000000; /* Preto */
	font-family: "Arial", sans-serif;
	font-size: 18px;
	font-weight: 200;
	font-style: normal;
}
section {
	width: 100%;
	margin:0px;
	padding:0px 0px 0px 0px;
}
div {
	margin:0px;
	padding:0px 0px 0px 0px;
}
h1 {
	color: #003158; /* azul Brandbook UNIFASE */
	font-family: "helvetica-lt-pro", sans-serif;
	font-size: 50px;
	font-weight: 800;
	font-style: normal;
	margin: 0;
	padding: 0;
}
h2 {
	color: #003158; /* azul Brandbook UNIFASE */
	font-family: "helvetica-lt-pro", sans-serif;
	font-size: 40px;
	font-weight: 400;
	font-style: normal;
	margin: 0;
	padding: 0;
}
h3 {
	color: #003158; /* azul Brandbook UNIFASE */
	font-family: "helvetica-lt-pro", sans-serif;
	font-size: 30px;
	font-weight: 200;
	font-style: normal;
	margin: 0;
	padding: 0;
}
h4 {
	color: #003158; /* azul Brandbook UNIFASE */
	font-family: "helvetica-lt-pro", sans-serif;
	font-size: 24px;
	font-weight: 200;
	font-style: normal;
	margin: 0;
	padding: 0;
}
h5 {
	color: #003158; /* azul Brandbook UNIFASE */
	font-family: "helvetica-lt-pro", sans-serif;
	font-size: 20px;
	font-weight: 200;
	font-style: normal;
	margin: 0;
	padding: 0;
}
p { 
	color: #727e86; /* cinza escuro texto pag UNIFASE */
	font-family: "helvetica-lt-pro", sans-serif;
	font-size: 20px;
	font-weight: 200;
	font-style: normal;
	margin: 0;
	padding: 0;
}
label {
	color: #0E1015;
	font-family: "helvetica-lt-pro", sans-serif;
	font-size: 20px;
	font-weight: 200;
	font-style: normal;
	margin: 0px 3px 0px 0px;
	padding: 0;
}
input, select, textarea{   
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	box-shadow: 1px 1px 2px #333333;    
	-moz-box-shadow: 1px 1px 2px #333333;
	-webkit-box-shadow: 1px 1px 2px #333333;
	background: #ffffff; 
	border:0px solid #000000;
	font-size: 20px;
	font-family: "helvetica-lt-pro", sans-serif;
	padding: 3px;
	
	-webkit-autofill::first-line;
}
textarea {
	vertical-align: top;
}
input:hover { 
	background: #ffffff; 
	border:0px solid #6CE26C;
}
/*input number sem as setas*/
/* Chrome, Safari, Edge, Opera 
input:: -webkit-outer-spin-button,
input:: -webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}*/
/* Firefox 
input[type=number] {
  -moz-appearance: textfield;
}
*/
input[type="radio"] {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;

		border-radius: 50%;
		width: 20px;
		height: 20px;

		border: 2px solid #003158; /* azul UNIFASE  */
		transition: 0.2s all linear;
		margin-right: 5px;
		background: #ffffff; 
	  
	}
input[type="radio"]:checked {
		border: 5px solid #003158; /* azul UNIFASE */
		background: #6495ED; /* CornflowerBlue  */
		outline: unset !important /* I added this one for Edge (chromium) support */
	}
input[type="checkbox"] {
		width: 20px;
		height: 20px;
	}
input[type="checkbox"]:checked {
		accent-color: #6495ED; /* CornflowerBlue  */
	}
.but1 {
	background-color: #003158; /* azul Brandbook UNIFASE */
	border: 0px solid #003158; /* azul Brandbook UNIFASE */
	color: white;
	padding: 5px 40px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	margin: 4px 2px;
	cursor: pointer;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	border-radius: 10px;
	font-family: "helvetica-lt-pro", sans-serif;
}
.but1:focus {
	outline:0px solid #dddddd;
	border: 1px solid #313131;
	
}
.but1:hover {
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
	background-color: #256355; /* verde Brandbook UNIFASE */
	color: white; /*#7c2028;  vermelho Brandbook UNIFASE */
}

.but2 {
	background-color: #FFFFFF; /* White */
	border: 2px solid #003158; /* azul Brandbook UNIFASE */
	color: #003158; /* azul Brandbook UNIFASE */
	padding: 5px 40px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	margin: 4px 2px;
	cursor: pointer;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	border-radius: 10px;
	font-family: "helvetica-lt-pro", sans-serif;
}
.but2:focus {
	outline:0px solid #dddddd;
	border: 1px solid #313131;
	
}
.but2:hover {
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
	background-color: #256355; /* verde Brandbook UNIFASE */
	border: 2px solid #256355; /* verde Brandbook UNIFASE */
	color: white;
}


.butpeq {
	background-color: #003158; /* azul Brandbook UNIFASE */
	border: 0px solid #003158; /* azul Brandbook UNIFASE */
	color: white;
	padding: 2px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	margin: 2px 1px;
	cursor: pointer;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	border-radius: 10px;
	font-family: "helvetica-lt-pro", sans-serif;
}
.butpeq:focus {
	outline:0px solid #dddddd;
	border: 1px solid #313131;
	
}
.butpeq:hover {
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
	background-color: #256355; /* verde Brandbook UNIFASE */
	color: white;
}



.disabled {
	pointer-events: none;
	opacity: 0.3;
  }
a.nounderline {
	text-decoration: none;
	vertical-align:middle;
}
table.tab1 {
	border: 1px solid #003158; /* azul Brandbook UNIFASE */
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
}
tr.tab1:nth-child(even) {
	background-color: #a0a7aa; /* Cinza claro Pantone® 429C */
}
tr.tab1:hover {
	background-color: #727e86; /* Cinza escuro Pantone® 430 */
}
th.tab1 {
	border: 1px solid #FFFFFF; /* Branco */
	border-collapse: collapse;
	padding: 1px 3px 1px 3px;
	font-size: 18px;
	background-color: #003158; /* azul Brandbook UNIFASE */
	color: white;
	font-family: "helvetica-lt-pro", sans-serif;
	font-weight: 200;
	font-style: normal;
	
	
}
th.tab1cab2 {
	border: 1px solid #FFFFFF; /* Branco */
	border-collapse: collapse;
	padding: 1px 3px 1px 3px;
	font-size: 18px;
	background-color: #5b86ae; /* azul 2 Brandbook UNIFASE */
	color: white;
	font-family: "helvetica-lt-pro", sans-serif;
	font-weight: 200;
	font-style: normal;
}
td.tab1 {
	border: 1px solid #003158; /* azul Brandbook UNIFASE */
	border-collapse: collapse;
	padding: 1px 3px 1px 3px;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: "helvetica-lt-pro", sans-serif;
}
td.tab1wrap {
	border: 1px solid #003158; /* azul Brandbook UNIFASE */
	border-collapse: collapse;
	padding: 1px 3px 1px 3px;
	font-size: 18px;
	white-space: wrap;
	overflow: visible;
	text-overflow: string;
	font-family: "helvetica-lt-pro", sans-serif;
}




th.cab2 {
	border: 1px solid black;
	border-collapse: collapse;
	padding: 1px 3px 1px 3px;
	font-size: 18px;
	
}



.topo {
	overflow: hidden; 
	background-color: #fff; 
	position: sticky; 
	top: 0;
	z-index: 900; 
}
.corpo { 
	background-color: #fff; 
	top: 100;
}
.rodape {
	overflow: hidden; 
	background-color: #fff; 
	position: fixed; 
	bottom: 0; 
	width:100%;
}
.flutua {
	position: fixed;
	left: 18%; 
	top: 15%;
	width: 64%;
	height: 80%;
	overflow: scroll;
	margin-left: 0px;
	margin-top: 2px;
	color: #FFF;
	background-color: #ffffff;
	text-align: center;
	z-index: 1000; 
}
	.wait {
		position: fixed;
		top: 5px;
		right: 10px;
		margin-left: 20px;
		max-width: 500px;
		z-index: 1000;
	}
	.buttonwait {
		background-color: #7c2028; /* Vermelho Pantone® 188C */
		border: none; /* Remove borders */
		color: white; /* White text */
		padding: 12px 24px; /* Some padding */
		font-size: 24px; /* Set a font-size */
	}

	/* Add a right margin to each icon */
	.fa {
		margin-left: -12px;
		margin-right: 8px;
	}
	.alert {
		position: fixed;
		left: 20%; 
		top: 40%;
		width: 60%;
		animation: fade-out 4s 1s ease-out forwards;
		padding: 20px;
		color: white;
		opacity: 1;
		transition: opacity 0.6s;
		margin-bottom: 15px;
		z-index: 2000; 
	}

	.alert.vermelho {background-color: #9a2135;} 
	.alert.verde {background-color: #77a28f;}
	.alert.azul {background-color: #96c5e4;}
	.alert.amarelo {background-color: #eda602;}

	.closebtn {
		margin-left: 15px;
		color: white;
		font-weight: bold;
		float: right;
		font-size: 22px;
		line-height: 20px;
		cursor: pointer;
		transition: 0.3s;
	}

	.closebtn:hover {
		color: black;
	}
	@keyframes fade-out {
		0% {opacity: 1;}
		100% {opacity: 0;}
	}
	
	.obrig {
		box-shadow: 1px 1px 2px red;  
	}
	
	.blink {
		animation: blinker 1.5s linear 5;
		color: red;
	}
	@keyframes blinker {
		0% { opacity: 1; }
		50% { opacity: 0; }
		100% { opacity: 1; }
	}