.anbima-aba {
	display: inline-block;
	max-width: 20%;
	padding: .5em .5em 0;
	position: relative;
	text-align: left;
	vertical-align: top;
}

.anbima-aba:hover {
	background-color: #f2f2f2;
	border-radius: 5px;
}

.anbima-aba.fa {
	margin-left: 3em;
}

.anbima-aba.fa:before {
	font-size: 2em;
	position: absolute;
	top: .75em;
	left: -1.5em;
}

.anbima-aba div {
	display: inline-block;
	width: 68%;
}

.anbima-aba h1 {
	background: #e6e6e6;
	border: none;
	border-radius: 50%;
	color: #363535;
	display: inline-block;
	font-family: Arial, sans-serif;
	height: 60px;
	line-height: 60px;
	margin: 0 10px 0 0;
	padding: 0;
	text-align: center;
	vertical-align: top;
	width: 60px;
}

.anbima-aba h2 {
	color: #363535;
	font-size: 13px;
	font-weight: bold;
	margin: 5px 0;
	text-transform: uppercase;
}

.anbima-aba a {
	text-decoration: none;
}

.anbima-aba p {
	font-size: 12px;
	max-width: 270px;
	display: block;
}

.anbima-aba#anbima-aba-selec {
	pointer-events: none;
}

.anbima-aba#anbima-aba-selec h1 {
	background: #99ca3c;
	color: #fff;
}

.anbima-aba#anbima-aba-selec h2 {
	color: #99ca3c;
}

.anbima-aba#anbima-aba-selec p {
	color: #99ca3c;
}