.fluid-mapa-site {
  margin-top: 1.875rem;
}
.container-mapa-site ul {
	margin-bottom: 2rem;
	padding-left: 0;
}
.container-mapa-site .list-group-item.active {
  font-family: 'robotobold';
  font-size: 1.5rem;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  border-color: #2b8a3e;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
	background-color: #2f9e44;
	color: #fff;
}
.container-mapa-site .list-group-item {
  font-family: 'robotobold';
  font-size: 1.5rem;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
	color: #2b8a3e;
}
.container-mapa-site .list-group-item:last-child {
	border-radius: 0;
}
.container-mapa-site .list-group-item a {
	text-decoration: none;
  font-family: 'robotobold';
  font-size: 1.5rem;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2b8a3e;
}