.lista-iniziative .iniziativa {
	display: flex;
	margin-bottom: 1em;
	background: #EEEBE650;
	border-radius: 0.5em;
	justify-content: space-between;
}

.lista-iniziative .iniziativa>div {
	padding: 1em;
}

.lista-iniziative .iniziativa .thumbnail {
	width: 270px;
}

.lista-iniziative .iniziativa .details {
	flex-grow: 1;
	width: 100%;
}

.lista-iniziative .iniziativa .details .dates {
	font-size: 1rem;
	font-weight: 700;
	margin: 0;
}

.lista-iniziative .iniziativa .title a {
	font-weight: 700;
	font-size: 1.5rem;
	text-transform: uppercase;
	margin: 0;
	color: #DE790D;
	line-height: 30px;
}

.lista-iniziative .iniziativa .description {
	line-height: 22px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.lista-iniziative .iniziativa .description b {
	font-weight: normal;
}

.lista-iniziative .iniziativa .offerte {
	background: #EEEBE6;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 120px;
	border-radius: 0 5px 5px 0;
}

.lista-iniziative .iniziativa .number {
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 40px;
}

@media screen and (max-width: 767px) {
	.lista-iniziative .iniziativa {
		flex-direction: column;
	}

	.lista-iniziative .iniziativa .thumbnail {
		width: 100% !important;
	}

	.lista-iniziative .iniziativa .offerte {
		width: 100%;
		border-radius: 0 0 5px 5px;
	}
}

.blocchi-offerte {
	padding-bottom: 5rem
}

.blocchi-offerte .row>div {
	margin-bottom: 30px;
}

.blocchi-offerte .container {
	background: #eeebe6;
	padding: 2em;
	border-radius: 10px;
}

@media (min-width: 1600px) {
	.blocchi-offerte .container {
		max-width: 1542px;
	}
}

.blocchi-offerte .offerta {
	background: #ffffff65;
	padding: 10px 15px;
	border-radius: 10px;
	height: 100%;
	position: relative;
}

.blocchi-offerte .posti {
	position: absolute;
	top: 10px;
	right: 5px;
}

.blocchi-offerte .posti i {
	background: #fff;
	padding-top: 13px;
	border-radius: 100px;
	width: 41px;
	height: 41px;
	text-align: center;
	font-size: 1rem;
	margin-right: 5px;
}

.blocchi-offerte .number {
	position: absolute;
	text-align: center;
	top: -3px;
	right: 2px;
	background: #d77725;
	color: #fff;
	min-width: 17px;
	height: 17px;
	border-radius: 100px;
	font-size: 11px;
	padding: 0px 3px;
	font-weight: 600;
}

.blocchi-offerte .qualifica {
	padding: 5px 0;
}

.blocchi-offerte .qualifica a {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5rem;
	padding-right: 33px;
	display: block;
}

.blocchi-offerte .azienda {
	font-weight: 600
}

.blocchi-offerte .btn-offerte {
	background: #1D811D;
	padding: 10px 25px;
	border-radius: 5px;
	font-size: 1.5rem;
	color: #fff;
	font-weight: 600;
	display: flex;
	height: 65px;
	align-items: center;
	width: fit-content;
	margin: 0 auto;
}

.lista-iniziative .top-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.blocchi-offerte .section-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.palinsesto .top-header h1 {
	padding-right: 2rem;
}

.palinsesto .top-header .filtri {
	display: flex;
}

.palinsesto .top-header .filtri .btn {
	min-width: 150px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.2rem;
	margin: 0 7px;
	padding: 0;
	line-height: 2;
}

.palinsesto .top-header .views {
	justify-content: end;
	display: flex;
	width: 100%;
}

.palinsesto .top-header .views .btn {
	background: #eeebe6;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 5px;
	gap: 10px;
}

.palinsesto .top-header .views .btn>i {
	margin-right: 0px;
	padding-top: 7px;
	width: 29px;
	height: 29px;
	border-radius: 100px;
}

.palinsesto .top-header .views .btn .active {
	background: #d07531;
	color: #fff;
}

@media screen and (max-width: 1599px) {
	.navname-azioni {
		padding-right: 8em;
	}

	.navname-azioni a {
		font-size: 1rem;
		min-width: 120px;
	}
}

@media screen and (max-width: 1199px) {
	.navname-pagine {
		column-gap: 0;
	}

	.navname-azioni {
		padding-right: 9em;
	}

	.navname-azioni a {
		font-size: 1rem;
		min-width: 95px;
		text-transform: none;
	}
}

@media screen and (max-width: 990px) {
	.navname-azioni {
		padding-right: 0;
		margin-top: 1.5em;
	}

	.navname-azioni a {
		font-size: 1.5rem;
	}

	.navbar-brand>img {
		height: 32px;
	}

	.nav-item {
		margin: 10px;
	}

	.navname-pagine {
		display: flex;
		flex-direction: row;
		padding: 2em 1em;
	}

	.navname-pagine a.nav-link {
		padding: 0;
		margin: 0;
	}

	.bg-light {
		border-bottom: 1px solid #ddd;
	}

	.navbar-light .navbar-toggler {
		border-color: transparent;
		font-size: 1.7rem;
	}

	.palinsesto .top-header .filtri .btn {
		min-width: 95px;
		font-size: 1rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

@media screen and (max-width: 767px) {
	h2 {
		font-size: 1.7rem;
	}

	.palinsesto .top-header h1 {
		font-size: 1.3rem;
		padding-right: 5px;
	}

	.palinsesto .top-header .views {
		display: none;
	}

	.palinsesto .top-header .filtri .btn {
		min-width: 70px;
		font-size: 0.8rem;
		margin: 0 3px;
	}

	.breadcrumb {
		display: none;
	}
}