* {
box-sizing: border-box;}
body {
	background-repeat: no-repeat;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;}
#page-container {
	position: relative;
	min-height: 100vh;}
#content-wrap {
	padding-bottom: 2.5rem;}
#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: red;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;}
#myBtn:hover {
	background-color: #555;}

/* Cabeçalho com menu*/
.topo {
	width: 100%;
	min-height: 100px;
	padding-top: 0px;
	margin-top: 0px;
	padding-top: 20px;}
.topnav {
	margin: 0px 5%;
	overflow: hidden;
	background-color: #f2f2f2;}
.topnav a {
	float: left;
	display: block;
	color: black;
	text-align: center;
	padding: 20px 20px;
	text-decoration: none;
	font-size: 17px;}
.topnav a:hover, .dropdown:hover .dropbtn {
	background-color: #f2f2f2;
	color: red;}
.topnav a.active {
	background-color: #f2f2f2;
	color: red;
	font-size: 17px;
	border-bottom-color: red;
	border-bottom-style: solid;
	border-bottom-width: 5px;}
.topnav .icon {
	display: none;}
.topnav.responsive a {
	float: none;
	display: block;
	text-align: left;}
a.float {
	float: right;
	display: block;}
.dropdown {
	float: left;
	overflow: hidden;}
.dropdown .dropbtn {
	font-size: 17px;    
	border: none;
	outline: none;
	color: black;
	padding: 20px 20px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;}
.dropdown-content a {
	float: none;
	color: black;
	padding: 20px 20px;
	text-decoration: none;
	display: block;
	text-align: left;}
.dropdown-content a:hover {
	background-color: white;
	color: red;}
.dropdown:hover .dropdown-content {
	display: block;}

/* Corpo*/
.row {  
	margin-left: 10%; margin-right: 5%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: flex;}
.side {
	-ms-flex: 20%;
	flex: 20%;
	background-color: ;
	margin: 0px;}
.main {   
	-ms-flex: 80%;
	flex: 80%;
	padding-left: 10px;
	padding-right: 15%;}

/* Divs*/
table, th, td {
	border: 0px solid black;
	border-collapse: collapse;}
table {
	margin: 30px 7% 30px 5%;
	}
th, td {
	padding: 5px;
	text-align: justify;
	font-size: 100%;}	
td a {
	color: black;
	text-decoration: none;}
td .foto {
	width: 20%;
}
.noticia {
	padding-right: 5%;
	padding-left: 5%;
	font-size: 20px;
	text-align: justify;
	margin-top: 15px;}
.noticia  a {
	text-decoration: none;}
.noticia p {text-decoration: none;}

/* Footer*/
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2.5rem;
	padding: 3px;
	text-align: center;
	background: #f2f2f2;}
.center {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);}

/* media*/
@media screen and (max-width: 1100px) {
	.row {   
		flex-direction: column;
		margin-left: 1%; margin-right: 1%;}
	.main {   
		padding-right: 5%;
		font-size: 14px;}
	.noticia {text-align: left;}