html {
	width: 100%;
	height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: sans-serif;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
  }
a{
	text-decoration: none;
}
body{
	background: url('../img/bg.jpg') no-repeat center center fixed;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0;
}
img{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
header{
	width: 100%;
	padding: 20px;
}
main{
	padding: 20px;
}
.cadernos{
	background-color: rgba(255,255,255, 0.7);
	margin: 0;
	padding: 30px;
	-webkit-box-shadow: -1px 1px 10px -1px rgba(0,0,0,0.98);
    -moz-box-shadow: -1px 1px 10px -1px rgba(0,0,0,0.98);
	box-shadow: -2px 2px 10px -2px rgba(0,0,0,0.98);
	position: relative;
	top: -1280px;
}
.cadernosList{
	font-size: 17px;
	vertical-align: top;
	display: block;
	padding-bottom: 20px;
	padding-top: 20px;
	color: #22354b;
}
.cadernosList:hover{
	cursor: pointer;
	color: #AEB7C1;
}
.menu{
	margin: 0;
	padding: 0;
}
.menuLink{
	width: 100%;
	height: 110px;
	list-style-type: none;
	text-decoration: none;
	color: white;
	text-align: center;
	font-size: 1.6em;
	background-color: #22354b;
	line-height: 110px;
	margin-bottom: 40px;
	border-radius: 8px;
	border-width: 4px;
	border-style: solid;
	border-color: white;
	overflow: hidden;
}

.menuLink:hover{
	background-color: #112234;
	cursor: pointer;
}
#relator{
	width: 60%;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
}

#retorno{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
footer{
	width: 100%;
	background-image: url('../img/bg-tile.png');
	background-color: rgba(97, 108, 124, 0.5);
	background-repeat: no-repeat;
	position: fixed;
	bottom: 0px;
	overflow: hidden;
	padding-top: 15px;
}
section{
	width: 100%;
	height: 0;
	position: relative;
	top: -45px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	overflow: hidden;
}
article{
	width: 25%;
	padding: 1%;
	float: left;
}
article img{
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9);
}
article:hover{
	opacity: 0.8;
}
#rodape{
	max-width: 900px;

}
.col-100{
	width: 29%;
	height: auto;
	float: left;
	margin: 2%;
}
.col-33{
	width: 14%;
	float: left;
	margin-left: 9%;
	margin-right: 9%;
}

.maximo{
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.minimo{
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}

.link{
	cursor: pointer;
}

@media (max-height: 885px){
	footer{
		position: static;
	}
}
@media (max-width: 600px){
	article{
		width: 100%;
		padding: 4%;
	}
	.col-100{
		width: 70%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		float: none;
		margin-top: 2%;
		margin-bottom: 2%;
		padding: 20px;
	}
	#rodape{
		overflow: hidden;
	}
	footer{
		background-image: url('../img/bg2.jpg');
		background-size: cover;
		overflow: hidden;
		position: static;
		padding-top: 15px;
	}
	#relator{
		width: 80%;
		margin-top: 80px;
	}
}