/* header*/

a{text-decoration: none; color:#49aec0; cursor: pointer;}
/*end header*/

/* container */
.jumbotron{
	text-align: center;
	background: #edde45;
}

.form-control{
	height: 46px;
	--width: 32rem;
}
/* end container */

/* footer */
footer {
    width: 100%;
	padding: 4% 0;
    background-color: #FFF;
}

.linkSiteProext{
	padding: 8% 30%;
}

.linkSiteUfam{
	padding: 20% 60%;
}

#proext{
	cursor: pointer;
	width: 107px;
    height: 27px;
	margin: 0 30px 0 0;
	margin-top: 15px;
    background-image: url(../imagens/4_proext.png);
	background-repeat: no-repeat;
}

#ufamLogo{
	cursor: pointer;
	width: 163px;
    height: 64px;
	margin: 0 30px 0 0;
    background-image: url(../imagens/5_ufam.png);
	background-repeat: no-repeat;
}
/* footer end */

@media screen and (min-width: 1px) and (max-width: 978px) {
	body{
		width: 100%;
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;	
	}
	
	body  header{
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
	}
		
	body footer {
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;	
	}
	
	#proext, #ufamLogo{
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
		display: none;	
	}
}


@media screen and (min-width: 979px) and (max-width: 10000px) {
	body{
		width: 100%;
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;	
	}
	
	body  header{
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
	}
		
	body footer {
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;	
	}
	
	#proext{
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
		display: block;
		cursor: pointer;
		width: 107px;
		height: 27px;
		margin: 0 30px 0 0;
		margin-top: 15px;
		background-image: url(../imagens/4_proext.png);
		background-repeat: no-repeat;
	}
	
	#ufamLogo{
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
		display: block;
		cursor: pointer;
		width: 163px;
		height: 64px;
		margin: 0 30px 0 0;
		background-image: url(../imagens/5_ufam.png);
		background-repeat: no-repeat;
	}
}
