.node-hub-attivita-full .banner-awordl img {
	width: 100%;
	height: auto;
}

.node-hub-attivita-full--top {
	position: relative;
}

.node-hub-attivita-full--visual img {
	display: block;
	width: 100%;
	height: auto;
}

.node-hub-attivita-full--visual-mobile {
	display: none;
	background: linear-gradient(#036242 0%, #88cc7a 100%);
}

.node-hub-attivita-full--visual-mobile img {
	display: block;
	width: 100%;
	height: auto;
}

.node-hub-attivita-full--titolo {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 3.75rem;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 700;
	line-height: 1;
	font-style: italic;
}

.node-hub-attivita-full--list {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.node-hub-attivita-full--list .row {
	row-gap: 40px;
}

.node-hub-attivita-full--filter {
	max-width: 60.19rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin: auto;
}

.node-hub-attivita-full--filter .title {
	font-size: 1rem;
	font-style: italic;
	font-weight: bold;
	color: var(--green);
	margin-right: 1.44rem;
	text-transform: uppercase;
}

.node-hub-attivita-full--filter .btn-filter {
	background-color: rgba(148, 148, 148, 0.2);
	border-radius: 3.13rem;
	color: var(--green);
	font-size: 0.88rem;
	line-height: 1;
	padding: 1.19rem 2.44rem 1rem;
	box-shadow: 1px 4px 13px -5px rgba(0, 0, 0, 0.29) inset;
	margin-right: 0.88rem;
	cursor: pointer;
}

.node-hub-attivita-full--filter .btn-filter:last-child {
	margin-right: 0;
}

.node-hub-attivita-full--filter .btn-filter.active {
	background-color: var(--green);
	color: #FFF;
}

@media (max-width: 767px) {

.node-hub-attivita-full--visual {
	display: none;
}

.node-hub-attivita-full--visual-mobile {
	width: 100%;
	display: block;
}

.node-hub-attivita-full--titolo {
	font-size: 2.5rem;
	top: 60%;
	left: 30%;
}

.node-hub-attivita-full--filter {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.node-hub-attivita-full--filter .title {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	font-size: 16px;
}

.node-hub-attivita-full--filter .btn-filter {
	font-size: 12px;
	padding: 11px 13px;
	margin-bottom: 10px;
}

}

