@charset "utf-8";
*{
	margin:0;
	padding: 0;
}



.menu{
	width: 100%;
	height: 48px;
	background-color: #222;
	font-family: "Arial";
	position: fixed;
	top:0px;
	z-index: 9999;
}

.menu ul{
	list-style: none;
	position: relative;
}

.menu ul li{
	width: 15%;
	float: left;
}

.menu a{
	padding: 15px;
	display: block;
	text-decoration: none;
	text-align: center;
	background-color: #222;
	color: #fff;
}

.menu ul ul{
	position: absolute;
	visibility: hidden;
}

.menu ul li:hover ul{
	visibility: visible;
}

.menu a:hover{
	background-color: #f4f4f4;
	color: #555;
}

.menu ul ul li{
	float: none;
	width: auto;
	border-bottom: solid 1px #ccc;
}

.menu ul ul li a{
	background-color: #069;
}

label[for="bt_menu"]{
	background-color: #222;
	color:#fff;
	font-family: "Arial";
	font-size: 60px;
	cursor: pointer;
	width: 100px;
	height: 100px;
	left: 0px;
	padding-left: 10px;
}

#bt_menu{
	display: none;
}

#icone_menu{
	width: 10%;

}

#inicio{
	top: 48px;
	position: relative;
	width: 98.3vw;
	height: 135vh;
	border-bottom: 1px solid black;
}

#curso{
	width: 49.9%;
	float: left;
	background: white;
	text-align: center;
	height: 100%;
	border-right:1px solid black;

}

#curso img{
	width: 90%;
}

#curso p{
	padding: 0px 25px;
	font-size: 14px;
	color: black;
	text-align: justify;
}

#instituicao{
	width:50%;
	float: right;
	background: white;
	height: 100%;
	text-align: center;
}

#instituicao img, #curso img{
	padding: 10px 0px;
}

#instituicao p{
	padding: 0px 25px;
	font-size: 14px;
	color: black;
	text-align: justify;
}
#instituicao img{
	width: 90%;
}

#cadeiras{
	position: relative;
	width: 98.3vw;
	height:320vh;
	position: relative;
	top:48px;
	background-color: white;
	border-bottom:1px solid black;
}
#cadeiras h1{
	padding-bottom: 30px;
}

#eletivas{
	background: white;
}

#calendario{
	top: 29px;
	position: relative;
	width: 98.3vw;
	height: auto;
	background: white;
	text-align: center;
	border-bottom:1px solid black;
}

#fim{
	top: 29px;
	position: relative;
	width: 98.3vw;
	height: 90vh;
}

#links{

	width: 30%;
	float: left;
	text-align: justify;
	height: 100%;
	border-right:1px solid black;
	padding:0px 25px;
	background-color: white;
	background: white;
}


#links a{
	text-decoration: none;
	color: black;
}

#links h1{
	text-align: center;
}

#links ol{
	list-style: circle;
}
#turmaterial{
	width: 64.9%;
	float: right;
	height: 100%;
	background-color: white;
	background: white;
	text-align: center;
}

#turma{
	width:100%;
	background: white;
	height: 60%;
	background-color: white;
	border-bottom: 1px solid black;
}

#material{
	width:100%;
	background: white;
	height: 40%;
	background-color: white;

}
#material a, #turma a{
	padding: 0px 5px;
	text-decoration: none;
	text-align: center;
	background-color: black;
	color: white;
}

#material a:hover, #turma a:hover{
	background-color: white;
	color: black;
}





h1{
	font-size: 30px;
	padding-top: 50px;
}

label[for="bt_menu"]{
	display: none;
}

@media(max-width: 1023px){
	*{
		font-size: 35px;
	}
	h1{
		padding-top: 100px;
		font-size: 40px;
	}
	label[for="bt_menu"]{
	display: block;
	z-index: 9999;
	position: fixed;
	top: 0px;
	width: 100%;
	}
	.menu{
		margin-top: 5px;
		margin-left: -100%;
		transition: all .4s;
		top:95px;
	}
	#bt_menu:checked ~ .menu{
		margin-left: 0;

	}	
	.menu ul li{
		width: 100%;
		float: none;
		padding: 0px;
		font-size: 50px;
	}
	.menu ul ul{
		position: static;
		overflow: hidden;
		max-height: 0;
		transition: .4s;
	}
	.menu ul li:hover ul{
		height: auto;
		max-height: 200px;
	}
	#icone_menu{
		width: 100%;
	}
	#inicio{
		top:0px;
		width: 100vw;
		float: none;
		position: relative;
	}
	#curso{
		width: 100%;
		float: none;
		margin-top: auto;
		height: auto;
		padding-bottom: 20px;

		border-bottom: 1px solid black;
		border-right:none;
	}
	#inicio p{
		font-size: 35px;
	}
	#instituicao{
		width: 100%;
		margin-top: 0px;
		float: none;
		height: auto;
		background: white;
		padding-bottom: 20px;
		border-bottom: 1px solid black;
	}
	#cadeiras{
		top:773px;
		width: 100vw;
		height: auto;
		position: relative;
		background: white;
	}

	#eletivas{
		width: 100vw;
		background: white;
		padding-bottom: 20px;
		border-bottom: 1px solid black;
	}

	#calendario{
		top:0px;
		width: 100vw;
		height: auto;
		position: relative;
		background: white;
	}
	#calendario iframe{
		width: 100vw;
		height: 100vh;
	}

	#fim{
		width: 100vw;
		position: relative;

	}
	#links{
		float: none;
		width: 92.29%;
		background: white;
		top: -28.5px;
		position: relative;
		height: auto;
		padding-left: 50px;
		padding-bottom: 20px;
		border-bottom: 1px solid black;

	}

	#turmaterial{
		width: 100%;
		height: auto;
		position: relative;
		background: white;
	}

	#turma{
		float: none;
		width: 100%;
		background: white;
		position: relative;
		top: -28.50px;
		height: auto;
		padding-bottom: 20px;
		border-bottom: 1px solid black;
	}
	
	#material{
		float: none;
		width: 100%;
		background: white;
		position: relative;
		top: -28.5px;
		height: auto;
		padding-bottom: 20px;
		border-bottom: 1px solid black;
	}

	}

}