body{
	font-family: 'Ubuntu', sans-serif !important;
	font-size: 14px;
}
header{
	background-color: #38416c;
	background-image:url("../../../assets/unifb/image/foto-topo.jpg");
	background-repeat: no-repeat;
	background-position: right 40px;
	background-size: cover;
	height: auto;
	padding-bottom: 6%;
}
header.header-inscricao{
	height: 60px;
}
#area-menu{
	background-color: #00a48d;
	height: 40px;
}

#alturaLogo{
	font-size: 1.5em;
	color:#fff;
	margin-top: 30px;
}

.sessao2{
	background-color: #f7f7f7;
}

.sessao2 a{
	background-color: #00a48d;
	padding: .5em 2em;
	border-radius: 30px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

.sessao2 a:hover{
	background-color: #00eccb;
}

ul#menu-superior{
	margin: 10px 0px;
	padding: 0px;
}
	ul#menu-superior li{
		list-style: none;
		padding: 0px;
		display: inline;
	}
		ul#menu-superior li a{
			color: #FFF;
			font-size: 16px;
			font-weight: bold;
			text-transform: uppercase;
			padding: 0px 10px;
		}

footer{
	background-color: #31365e;
	border-top: solid 20px #00a48d;
	padding-top: 20px;
	padding-bottom: 20px;
}
	footer img{
		margin: 20px 0px;
	}

main{
	margin-top: 40px;
	margin-bottom: 40px;
	min-height: 400px;
}

.mt-10{
	margin-bottom: 10px !important;
}
.mt-20{
	margin-bottom: 20px !important;
}
.mb-10{
	margin-bottom: 10px !important;
}
.mb-20{
	margin-bottom: 20px !important;
}

/*Steps*/
.step a{
    color:#046671;
}

.align-center, .center-align, .checkout-steps .step {
    text-align: center;
}
.checkout-steps {
    margin: 10px 0px 20px 0px;
    padding: 30px 0px;
    position: relative;
}
.checkout-steps::after, .checkout-steps::before {
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    right: 0;
}
.checkout-steps::before {
    background: rgba(0, 0, 0, 0) radial-gradient(ellipse farthest-side at center bottom , rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)) repeat scroll 0 0;
    top: 0;
}
.checkout-steps::after {
    background: rgba(0, 0, 0, 0) radial-gradient(ellipse farthest-side at center top , rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)) repeat scroll 0 0;
    bottom: 0;
}
.checkout-steps .step {
    float: left;
    position: relative;
    width: 25%;
}
.checkout-steps .step::before {
    background: #e6e6e6 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 0;
}
.checkout-steps .step:first-of-type::before {
    left: 50%;
}
.checkout-steps .step:last-of-type::before {
    right: 50%;
}
.checkout-steps .step.active:last-of-type::before, .checkout-steps .step.done:last-of-type::before {
    background: #046671 none repeat scroll 0 0;
}
.checkout-steps .step.active .step-badge, .checkout-steps .step.done .step-badge {
    background-color: #046671;
    color: #fff;
}
.checkout-steps .step.active {
    color: #34353e;
}
.checkout-steps .step.active::before {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(left center , #00becc 0%, #00becc 50%, #e6e6e6 50%, #e6e6e6 100%) repeat scroll 0 0;
}
.checkout-steps .step.active:first-of-type::before {
    background: #e6e6e6 none repeat scroll 0 0;
}
.checkout-steps .step.done::before {
    background: #00becc none repeat scroll 0 0;
}
.checkout-steps .step.done:first-of-type::before {
    background: #00becc none repeat scroll 0 0;
}
.checkout-steps .step-badge {
    background-color: #e6e6e6;
    border-radius: 99px;
    height: 22px;
    line-height: 22px;
    margin: 0 auto 5px;
    position: relative;
    width: 22px;
    z-index: 1;
    color:#333;
    font-weight: bold;
}
.checkout-steps .step.active::before {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #046671 0%, #046671 50%, #e6e6e6 50%, #e6e6e6 100%) repeat scroll 0 0;
}
.checkout-steps .step.done:first-of-type::before {
    background: #046671 none repeat scroll 0 0;
}
.checkout-steps .step.done::before {
    background: #046671 none repeat scroll 0 0;
}