/** LISTING OFFERTE **/
#offerte {
	max-width: 960px;
	margin: 60px auto 0;
}

#offerte .offerta {
	margin-bottom: 80px;
}

#offerte .offerta table {
	width: 100%;
}

#offerte .offerta .separatore {
	width: 40px;
	border: none;
}

#offerte .offerta .immagine {
	width: 45%;
	vertical-align: top;
}

#offerte .offerta .immagine a {
	display: block;
}

#offerte .offerta .immagine img {
	width: 100%;
	height: 300px;
	border-radius: 0;
	object-fit: cover;
}

#offerte .offerta .immagine a:hover {
	opacity: 0.8;
}

#offerte .offerta .testo {
	width: auto;
}

#offerte .offerta .testo .introduzione {
	font-size: 16px;
	line-height: 20px;
	margin: 20px auto;
}

#offerte .offerta .testo h3 {
	margin: 0 0 20px;
	text-align: left;
	text-transform: none;
	-webkit-text-stroke: 1px var(--testo);
}

#offerte .offerta .testo .introduzione {
	text-align: left;
}

#offerte .offerta .testo .prezzo_container {
	margin-top: 30px;
}

#offerte .offerta .testo .prezzo_container h4 {
	font-size: 17px;
	line-height: 20px;
	text-transform: none;
	color: var(--secondario);
}

#offerte .offerta .testo .prezzo_container .prezzo {
	font-size: 34px;
	font-weight: 700;
	line-height: 38px;
	color: var(--secondario);
}

#offerte .offerta .testo .prezzo_container .prezzo_base {
	font-size: 26px;
	font-weight: 500;
	line-height: 30px;
	text-decoration: line-through;
	color: #808080;
}

#offerte .offerta .testo .prezzo_container .prezzo_desc {
	font-size: 16px;
	line-height: 20px;
}

#offerte .offerta .testo .pulsante {
	margin: 30px 0 0;
}
#offerte .offerta .testo .pulsante:hover {
	color: #FFF;
	background: var(--cta);
}

@media screen and (max-width: 1200px) {
	#barra_top:not(.sticky):not(.menu_open) #btn_lingue_mobile {
		display: block;
	}

	#barra_top:not(.sticky):not(.menu_open) #btn_lingue {
		display: none;
	}

	#contenuto .testo h1 {
		margin: 0 20px 30px;
	}
}

@media screen and (max-width: 1060px) {
	#offerte {
		margin: 50px 20px 0;
	}

	#offerte .offerta .separatore {
		width: 30px;
	}
}

@media screen and (max-width: 960px) {
	#offerte .offerta table {
		width: 100%;
	}

	#offerte .offerta tr {
		display: flex;
		flex-direction: column;
	}

	#offerte .offerta .separatore {
		display: none;
	}

	#offerte .offerta .immagine {
		display: block;
		order: 2;
		width: 100%;
		max-width: 430px;
		margin: 0 auto;
		margin-top: 30px;
	}

	#offerte .offerta .testo {
		display: block;
		order: 1;
		height: auto;
	}

	#offerte .offerta .testo .prezzo_container {
		margin-top: 20px;
	}

	#offerte .offerta .testo .prezzo_container .prezzo {
		font-size: 30px;
		line-height: 36px;
	}

	#offerte .offerta .testo .scopri {
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	#barra_top:not(.sticky):not(.menu_open) #main_logo {
		display: block;
	}

	#barra_top:not(.sticky):not(.menu_open) .telefono {
		display: block;
	}

	#barra_top:not(.sticky):not(.menu_open) .prenota {
		display: none;
	}

	#barra_top:not(.sticky):not(.menu_open) .preventivo {
		display: none;
	}

	#barra_top.image:not(.sticky):not(.menu_open) #btn_menu {
		display: block;
	}

	#barra_top:not(.sticky):not(.menu_open) #btn_lingue {
		display: none;
	}

	#introduzione .contenitore h1 {
		font-size: 50px;
		line-height: 55px;
		margin: 0 auto 30px;
		text-align: center;
	}

	#offerte {
		margin-bottom: 110px;
	}

	#offerte .offerta {
		margin-bottom: 60px;
	}
}

@media screen and (max-width: 650px) {
	#offerte .offerta .testo h3 {
		font-size: 26px;
		line-height: 29px;
	}

	#offerte .offerta .testo {
		font-size: 16px;
		line-height: 22px;
	}
}