<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet">
	

<style type="text/css">
body {
	margin-left: 0px;
	margin-top: 0px;
	background-color:  <?php include('conf/background.txt'); ?>;
}

.fontcontrole {	
 	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	color: #DFE39F;
	font-weight: 400;
} 
	
.font1 {	
 	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #DFE39F;
	font-weight: 400;
} 

.font1slogan {	
 	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #DFE39F;
	font-weight: 400;
	letter-spacing: 0.12em;
} 



.font1m {	
 	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	color: #DFE39F;
	font-weight: 400;
}

.font1c {	
 	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	color: #727C5A;
	font-weight: 400;
}	
.font2 {	
 	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	color: #F58634;
	font-weight: 400;
} 
.font2web {	
 	font-family: "Open Sans", sans-serif;
	font-size: 68px;
	color: #F58634;
	font-weight: 400;
} 
.font2mobile {	
 	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	color: #F58634;
	font-weight: 400;
}	
.font3 {	
 	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	color: #DFE39F;
	font-weight: 400;
} 

.font4 {	
 	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	color: #DFE39F;
	font-weight: 400;
} 

.fontsenha {	
 	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	color: #1E2118;
	font-weight: 400;
} 

.fonterrosenha {	
 	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	color: #F58634;
	font-weight: 400;
} 
	
.font_data {	
 	font-family: "Open Sans", sans-serif;
	font-size: 10px;
	color: #727C5A;
	font-weight: 400;
} 	
.sombra		
	{loading="lazy" width: 300px;
	filter: drop-shadow(0px 9px 8px #0F100C);
	}
	

#boxtablet{

	width: 75%;

	height: 30px;

	/*background-color: rgba(255, 255, 255, 0.9);*/

	border-top-right-radius: 10px;

	border-top-left-radius: 10px;

	border-bottom-left-radius: 10px;

	border-bottom-right-radius: 10px;

	border:solid 3px #F58634;

	/*box-shadow: 1px 4px 15px #EAEAEA;*/

	

	}

#box_ajuda{
	width: 30%;
	height: 30px;
	/*background-color: rgba(203, 207, 145, 0.9);*/
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border:solid 1px #CBCF91;
	/*box-shadow: 1px 4px 15px #EAEAEA;*/
	}
	

a.linkajuda:link {
	color:F58634;
	text-decoration:none;
	}
a.linkajuda:visited {
	color:F58634;
	text-decoration:none;
	}
a.linkajuda:hover {
	color:F58634;
	text-decoration:none;
	}
a.linkajuda:active {
	color:F58634;
	text-decoration:none;
	
	}


</style>