@charset "utf-8";
*{
	box-sizing: border-box;
}

html, body{
	margin: 0;
	padding: 0;
}

body{
	font-size: 13pt;
}

#interface{
	font-family: Arial, sans-serif;
	font-size: 13pt;
	width: 85%;
	background-color:rgba(255,255,255,0.2);
	margin: 0px auto 0px auto;
	box-shadow: 2px 2x 4px rgba(0,0,0,0.4);
	padding: 10px;
	border-radius: 10px;
}
h1{
	font-size: 20pt;
	text-align: center;
	color: #483D8B;
}
h2{
	color: #4169E1;
}

footer#rodape p{
	font-size: 9pt;
}

table, td, th{
		border-collapse: collapse;
		border: 1px solid black;
}
td, th{
	padding: 5px;
}
.centro{
	text-align: center;
}
.maior{
	font-size: 16pt;
 }
.codigo{
	font-family: "Consolas";
	font-size: 14pt;
 }
 
 img{
	 box-shadow: 5px 4px 7px rgba(0, 0, 0, 0.7);
	 border-radius: 6px;
	 margin-top: 8px;
 }

.negrito{
	font-weight: bold;
} 

.menor{
	width: 50%;
}

figcaption{
	font-family:  "Consolas";
	font-size: 10pt;
	margin-left: 25px;
}

hr{
	height: 5px;
	width: 100%;
	background-color: #483D8B;
	
}
