
.header{
	background-color: #0494c7;
	padding:10px 0;
	opacity: 1;

}
.header p{
	color: white;
	margin: 0 15px;
}
.header a{
	color:white;
	margin-right: 15px;
	transition: .7;
}
.header i{
	color: white;
}
.header-link{
	text-align: right !important;
}
.header a:hover{
	color:lightgreen;

}
.clear{
	clear:both;
}
.input-divisor{
	margin-bottom:-15px!important;
}
[acesso-sei]:hover{
	background-color: #448c32 !important;
}

[card-sei]{
	background-color:rgba(255,255,255,.8);
	margin-top: 15% !important;
}
.fundo{
	position: absolute;
	width:50%;
	top: 0;
	right: 0;
	margin-left: 25%;
	margin-right: 25%;
	opacity: .25;
}

@media screen and (max-width: 400px){
.fundo{
	position: absolute;
	width:50%;
	top: 0;
	right: 0;
	margin-left: 25%;
	margin-right: 25%;
	margin-top: 50%;
	opacity: .5;
}

.header p{
	color: white;
	margin: 0 15px;
}
.header a{
	color:white;
	margin-right: 15px;
	transition: .7;
}
.header-link{
	font-size: 12px;
	text-align: center !important;
}
.header-text	{
	text-align: center !important;
}
}