@font-face {
    font-family: Ubuntu;
    src: url(../fonts/Ubuntu/Ubuntu-Regular.ttf)
}
@font-face {
    font-family: Bangers;
    src: url(../fonts/Bangers/Bangers-Regular.ttf)
}
@font-face {
    font-family: Share_Tech;
    src: url(../fonts/Share_Tech/ShareTech-Regular.ttf)
}


* {
	text-decoration: none;
	list-style-type: none;
	
}



 body {

font-family: Ubuntu, Times New Roman, Times, serif;
}


.wrapper {
    height: 100vh;
    display: flex;

    /* Direction of the items, can be row or column */
    flex-direction: column;
}



.header {
  background-color: #f17431;
padding-left:20px;
  color: #fff;
  height: 150px;

  
}

.logo {
	float:left;
	height: 90%;
	left: 20px;
}

/* The navbar container */
.topnav {
	height: 50px;
	margin-bottom: 10px;
	background-color: #0262a2;
	margin-top: 10px;
	font-family: Ubuntu;

}

/* Navbar links */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  font-weight: bold;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Links - change color on hover */
.topnav a:hover {
  background-color: #ddd;
  color: #0262a2;
}



.footer {
	width: 100%;
	height: 100px;
	text-align: center;
	margin-top: 50px;
	background-color: #fff;
	color: #fff; 
	clear: both;
	background-color:#f17431;
	padding-bottom: 50px;
	padding-top: 50px;
	
	bottom: 0;
}

.postagem-interna {
	margin-top: 5px;
	border: 1px solid #000;
	border-radius: 25px;
	padding: 20px;
	height: auto;
	margin-bottom: 40px;
	
	
}
.postagem {
	margin-left: 5px;
	margin-right: 5px;
	height:auto;
	padding: 50px;
	
}
  
.linha {
	border-top: 1px solid #000;
	
}

.content1 {
	
	margin-top: 10px;
	padding: 0px 10px 0px 0px;
	
}
.box{
  float: left;
  
  width: 31%;
  padding: 0px 0px 0px 20px;
  margin-bottom:5px;
}
.content1::after {
  content: "";
  clear: both;
  display: table;
}

.box img {
	
	
	width: 30%;
	
}











.activities {
	margin-top: 10px;
	margin-bottom:30px;
}

table {
  
  border-collapse: collapse;
  width: 100%;
}

table td, table th {
  border: 1px solid #ddd;
  padding: 8px;
}

table tr:nth-child(even){
	
	background-color: #f2f2f2;
	
	}

table tr:hover {
	
	background-color: #ddd;
	
	}

table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #f17431;
  color: white;
}





