*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
}

body{
	background-color: #d8dee3;
}


a:hover{
	color: white;
	text-decoration: underline;
}

.linkimg{
 	display: flex;

}

.linkimg > img{
	width: 15px;
	margin-right: 10px;
}

.navpt2{
	display: flex;
	justify-content: space-between;
	background-color: #37808D;
	padding:15px;
}

.flex-ipaam{
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	text-decoration: none;
}

.logo-titles{
	margin: 10px;
	text-decoration: none;
}

.flex-ipaam:hover{
	text-decoration: none;
}

.logo-titles > h1{
	font-size: 2.0rem;
	margin-bottom: 7px;
}

.logo-ipaam{
	width: 100px;
	padding-right: 1rem;
	border-right: 1px solid white;
}

.sociais{
	display: flex;
	text-decoration: none;
	align-items: center;
}

.social_item{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	background-color: white;
	border-radius: 50%;
	margin: 10px;
}

.social_item:hover{
	background-color: #104751;
}

.social_item > img{
	margin: auto;
	width: 25px;
	height: 25px;
}

main{
	display: flex;
	margin-left: 38px;
	margin-top: 20px;
	
}

.textosisrev{
	font-size: .8rem;
	/* border: 1px solid black; */
	width:60%;
	padding: 10px;
	text-align: justify;
}

.title{
	margin: 20px;
	text-align: center;
	border-bottom: 1px solid black;
}

.title > h1{
	font-size: 2.0rem;
	font-weight: normal;
	padding-bottom: 15px;
}

section{
	margin-left: 5%;
}

.linkspdf{
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	/* border: 1px solid black; */
	width: 100%;
	height: 50%;
	color: black;
}

.linkspdf > a{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	font-size: 1.0rem;
	font-weight: bolder;
	margin-bottom: 10px;
	color: black;
}

.linkspdf > a:hover{
	color: #37808D;
}

.linkspdf > a > img{
	width: 50px;
	margin-bottom: 15px;
}

.conteudo{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 50%;
	width: 450px;
	background-color: white;
	border-radius: 10px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.cadastro{
	background-color: #4CB654;
	width: 80%;
	height: 35%;
	padding: 15px;
	margin-bottom: 10px;
}

.cadastro > h1{
	font-size: 1.0rem;
	font-weight: bolder;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.cadastro > a{
	background-color: #0098da;
	font-size: 1.0rem;
	text-decoration: none;
	color: white;
	padding: 10px;
	border-radius: 10px;
}

.cadastro > a:hover{
	background-color: #007bb8;
}

.primeiroacesso{
	background-color: #0098DA;
	width: 80%;
	height: 40%;
	padding: 15px;
	margin-bottom: 10px;
}

.primeiroacesso > h1{
	font-size: 1.0rem;
	font-weight: bolder;
	text-transform: uppercase;
	margin-bottom: 25px;
	color: white;
}

.primeiroacesso > a{
	background-color: #4CB654;
	font-size: 1.0rem;
	text-decoration: none;
	color: white;
	padding: 10px;
	border-radius: 10px;
}

.primeiroacesso > a:hover{
	background-color: #4d8d52;
}

.ajuda{
	background-color: #D1E5CC;
	width: 80%;
	height: 10%;
}

.ajuda > h1{
	font-size: .8rem;
	font-weight: bolder;
	text-transform: uppercase;
	text-align: center;
	margin-top: 5px;
}

.ajuda > h1 > a{
	color: #0098DA;
	text-decoration: none;
}

.ajuda > h1 > a:hover{
	text-decoration: none;
	color: #065780;
}

footer{
	background-color: #135763;
	height: 60px;
	text-align: center;
	padding: 10px;
	margin-top: 5%;
}

footer > h1{
	font-size: 1.0rem;
	font-weight: normal;
	color: white;
}

.nota > span{
	font-weight: bolder;
	font-style: normal;
}

.nota {
	font-style: italic;
}




@media screen and (max-width: 430px) {
	.navpt2{
		flex-direction: column;
		align-items: center;
	}
	
	.title > h1{
		font-size: 1.2rem;
		text-align: center;
	}
	
	main {
		flex-direction: column;
		justify-content: space-around;

	}

	.textosisrev{
		width: 90%;
		margin-left: 0px;
		margin-top: 0px;
	}

	.conteudo{
		width: 90%;
		height: 100%;
	}

}
