/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.form1Copy 
	{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	background-color: #FFFFFF; 
	border: 1px #999999 solid;
	}
.form3Copy 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #FFFFFF;
	border: 1px #999999 solid;
	width: 100px;
	}
.style1 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}
.style6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	font-weight: bold;
}
.style7 {font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #333333; }
.style8 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	height: 20px;
}
.table 
	{  
	border: none; 
	border-color: #FFFFFF #CCCCCC; 
	border-width: thin 1pt thin thin;
	}
.border 
	{  
	border-color: #3333FF #FF00CC #FF9933 #66FF66; 
	clear: left; 
	float: none; 
	padding-top: 1pt; 
	padding-right: 2cm; 
	padding-bottom: 2px; 
	padding-left: 2px;
	}
.txt01 
	{  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal;
	}
.align 
	{  
	text-align: justify;
	}
.txt02 
	{  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; font-style: normal;
	}
.txt03 
	{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	}
.letra1 
	{  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 7pt; 
	font-style: normal; 
	color: #FFFFFF;
	}
.Ahover 
	{  
	color: #FFFFFF;
	}
.cor1 
	{  
	color: #000000;
	}
.cor2 
	{  
	color: #003399;
	}
.contatto 
	{  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #000000; 
	font-style: normal;
	}
.btn 
	{  
	border: #FFFFFF; 
	border-style: solid; 
	border-top-width: thin; 
	border-right-width: thin; 
	border-bottom-width: thin; 
	border-left-width: thin; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	background-color: #FFFFFF; 
	color: #0000FF; 
	text-decoration: underline; 
	}
.spacedate 
	{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-style: normal; 
	color: #666666; 
	word-spacing: 12em
	}
.btn2 
	{  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	background-color: #DDEEFF; 
	border: 1pt solid; 
	color: #330099; 
	border-color: #CCCCCC #CCCCCC #000000 #000000;
	}
.form1Copy2 
	{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal ; 
	background-color: #006699; 
	border: 1px #FFFFFF outset; 
	color: #FFFFFF;
	}
	
.style9 {
	font-size: 16px;
	font-family: Arial Black, Helvetica, sans-serif;
}
.style8Box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	height: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

@media (max-width: 780px) {
	body {
		width: 100%;
		overflow-x: hidden;
	}
	table {
		max-width: 100%;
	}
	img {
		max-width: 100%;
		height: auto;
	}
}

.resistor-tabs td {
	height: 64px;
	font-size: 0;
	line-height: 0;
}

.resistor-tabs img {
	vertical-align: top;
}

.janela-foto-ing {
	align-items: center;
	background: rgba(0, 0, 0, 0.72);
	display: none;
	inset: 0;
	justify-content: center;
	padding: 24px;
	position: fixed;
	z-index: 1000;
}

.janela-foto-ing.aberta {
	display: flex;
}

.janela-foto-ing-conteudo {
	background: #fff;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.45);
	max-height: calc(100vh - 48px);
	max-width: min(100%, 900px);
	padding: 8px;
	position: relative;
}

.janela-foto-ing-conteudo img {
	display: block;
	height: auto;
	max-height: calc(100vh - 64px);
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.fechar-foto-ing {
	background: #fff;
	border: 1px solid #999;
	color: #333;
	cursor: pointer;
	font-size: 22px;
	height: 30px;
	line-height: 24px;
	padding: 0;
	position: absolute;
	right: 4px;
	top: 4px;
	width: 30px;
	z-index: 1;
}

.sem-rolagem-ing {
	overflow: hidden;
}