.estado {
	position: absolute;
	width: 60px;
	height: 75px;
	text-align: right
}
.map > img{
	width: 100%;
  position: relative
}
.estado a {
	text-decoration: none
}
.estadoRJ { top: 5%; right: 8% }
.estadoSP { top: 5%; right: 42%; }
.estadoPR { top: 25%; right: 58% }
.estadoSC { top: 55%; right: 50% }
.estadoRS { top: 76%; right: 67% }
.estado .uf {
	font-size: 1.5em;
	color: #fff;
	display: block;
	text-align: left
}
.estado .aball{
	position: relative
}
.estado .aball::before,
.estado .aball::after{
	position:absolute;
	content: " "
}
.estado .aball::before {
	border-radius: 30px;
	width: 25px;
	height: 25px;
	border: 1px solid #fff;
	background-color: rgba(0, 0, 0, 0.09);
	bottom: -30px;
	left: 0;
	margin-left: 2px;
}
.estado .aball:hover::before {
	opacity: .5;
}
.estado .aball::after {
	height: 1px;
	width: 245px;
	background-color: #fff;
	position: absolute;
	bottom: -18px;
	left: 26px;
	display: none
}
.estado .aball.visivel::after{
	display: block
}
.estado.estadoRJ > .aball::after{
	left: auto;
	right: 57px;
}
.estado.estadoRJ > .aball::after,
.estado.estadoSP > .aball::after{
	width: 165px;
}
.estadoInfo {
	display: none;
}
.estadoBox {
	position: absolute;
	width: 28%;
	bottom: 3%;
	top: 3%;
	right: 17%;
	background-color: #fff;
	padding: 15px 10px;
	display: none;
}
.estadoBox > h2{
	font-size: 20px;
}
.estadoBox > hr{
	margin: 15px 0;
	border-bottom: 4px solid #a6ce39
}
.estadoBox p{
	line-height: 26px;
	max-height: 325px;
	overflow: auto;
}
.estadoBox p a{
	line-height: 15px;
	font-size: 12px;
	display: block;
	margin-bottom: 15px;
	text-decoration: none
}
.estadoBox p a:hover{
	color:#a6ce39
}
