
.calendario_foto::before {
	content: url('../img/icn-lente-sm-nero.svg');
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: none;
    z-index: 500;
}
.lente-anteprima {
	position: absolute;
	width: 150px;
	height: 150px;
	background-color: rgba(0,0,0,0.5);
	background-image: url(../img/icn-lente-sm-nero.svg);
	background-repeat: no-repeat;
	background-size: 30%;
	background-position: center center;
	opacity: 0;
	transition: all .5s linear;
	z-index: 100;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	cursor: zoom-in;
	z-index: 100;
	border-radius: 60%;
	box-shadow: 0 2px 16px 0 rgba(0,0,0,.9), 0 2px 20px 0 rgba(0,0,0,.0);
}
/*
.calendario_foto {
	overflow: hidden;
	text-align: center;
}
.calendario_foto:hover:before {
	transition: 0.5s all ease-in-out;
	display: block;
}
.calendario_foto img {
	width: 110%;
	height: auto;
}
*/
.descrizione {
	font-size: 1em;
	line-height: 1em;
}
#anteprima {
	position: fixed;
	height: 570px; 
	width: 900px; 
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: white;
	border-radius: 5px;
	z-index: 1000000;
	box-shadow: rgb(0 0 0) 3px 3px 20px;
	display: flex;
	align-content: flex-start;
	justify-content: space-around;
	align-items: flex-start;
	display: none;
	border-radius: var(--border-radius);
}
#chiudi-anteprima img {
	float: right;
	margin-right: -54px;
	cursor: pointer;
}
#anteprima .col-8, #anteprima .col-4 {
	padding: 20px;
	height: 570px; 
}
#anteprima .col-8 {
	border-right: 1px solid #ccc;
}
#anteprima .foto-principale, #anteprima .foto-principale img {
	width: 100%;
	height: auto;
	border-radius: var(--border-radius);
}
#anteprima .altre-foto {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.altre-foto img {
	width: 32%;
	height: auto;
	margin-top: 19px;
	border-radius: var(--border-radius-small);
}
.titolo-anteprima {
	color: rgb(42,82,181);
	font-size: 36px; 
	line-height: 30px; 
	font-weight: 500;
	margin-bottom: 25px;
}
.sottotitolo-anteprima {
	color: rgb(42,82,181);
	font-size: 24px; 
	line-height: 20px; 
	font-weight: 500;
	margin-bottom: 20px;
}
.descrizione-anteprima {
	color: #969696;
	font-size: 16px; 
	line-height: 15px; 
	font-weight: 300;
	margin-bottom: 25px;
}
.prezzo-anteprima {
	color: #00a4e6;
	font-size: 26px; 
	line-height: 26px; 
	font-weight: 500;
	margin-bottom: 25px;
}
.anteprima-social {
	position: absolute;
	bottom: 24px;
}
.anteprima-social img:hover {
	filter: brightness(0.5);
}
.icn-social-anteprima {
	border-radius: var(--border-radius);
}

.foto-sx, .date-dx {
    border-radius: var(--border-radius); /*30px;*/
    background-color: #e1e1e1;
    min-height: 200px;
    padding-bottom: 20px;
}
.fototestata {
    position: absolute;
	top: 0;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.row.fixed {
    position: fixed;
	width: 80%;
	z-index: 1000;
}
.row.dati-programma {
    margin-bottom: 30px;;
}
.titolo-testata {
	position: absolute;
	left: 5%;
	z-index: 10;
	color: white;
	top: 50%;
	transform: translateY(-50%);
	font-size: 2.5em;
    line-height: 0.95em;
	font-weight: 700;
	text-shadow: 0px 0px 15px #000000;
	filter: drop-shadow(0 0 10px black);
}
.date-dx.bus {
    background-color: var(--bus);
}
.date-dx.aereo {
    background-color: var(--aereo);
}
.date-dx.accompagnatore {
    background-color: var(--accompagnatore);
}
.date-dx.individuali {
    background-color: var(--individuali);
}
.header-programma-inner {
    width: 100%;
	position: absolute;
	height: 100%;
	z-index: 200;
	color: white;
	top: 0;
}
.header-programma .fondo-sezione {
    height: 100%;
    width: 100%;
}
.quote, .quote.bus, .quote.aereo, .quote.accompagnatore, .quote.individuali {
	position: relative;
    color: white;
	background-color: #fefefe;
    padding-top: 2%;
}
.col-lg-4.date-dx.bus.quote {
	border: 3px solid var(--bus);
	color: var(--bus);
}
.col-lg-4.date-dx.aereo.quote {
	border: 3px solid var(--aereo);
	color: var(--aereo);
}
.col-lg-4.date-dx.accompagnatore.quote {
	border: 3px solid var(--accompagnatore);
	color: var(--accompagnatore);
}
.col-lg-4.date-dx.individuali.quote {
	border: 3px solid var(--individuali);
	color: var(--individuali);
}
.titolo-partenza {
    color: #ffffff;
	line-height: 0.7em;
	font-size: 1.1em;
	margin-bottom: 0.5em;
}
.quote .giorni-mezzo-quota {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	width: min-content;
    margin-bottom: 10px;
}
.quote .box_giorni, .quote .box_mezzo, .quote .box_promo, .quote .box_prezzo.bus, .quote .box_prezzo.aereo, .quote .box_prezzo.accompagnatore, .quote .box_prezzo.individuali {
	height: 50px;
	width: 50px;
	background-color: var(--bus) !important;
	border-radius: var(--border-radius);
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	line-height: 62px;
	margin: 0 5px;
	border: 2px solid white;
	background-image: url(../svg/box-giorni.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
}
.scadenzapromo {
    font-size: 15px;
	margin-bottom: 10px
}
.quote .box_mezzo, .quote .box_mezzo.bus, .quote .box_mezzo.aereo, .quote .box_mezzo.accompagnatore {
    background-image: url(../svg/box-mezzo-bus.svg);
    background-color: var(--bus2);
	border-color: var(--bus);
	background-position: 0 4px;
}
.quote .box_mezzo.aereo {
    background-image: url(../img/box-mezzo-volo.svg);
    background-color: var(--aereo2);
	border-color: var(--aereo);
}
.quote .box_mezzo.accompagnatore {
    background-image: url(../img/box-mezzo-accompagnatore.svg);
    background-color: var(--accompagnatore2);
	border-color: var(--accompagnatore3);
}
.quote .box_promo.accompagnatore {
	width: 110px;
    background-color: #fffb66;
    background-image: url(../img/box-quota-promo.svg);
	border-color: var(--accompagnatore3);
	color: var(--accompagnatore3);
}
.quote .box_promo.aereo {
	width: 110px;
    background-color: #fffb66;
    background-image: url(../img/box-quota-promo.svg);
	border-color: var(--aereo3);
	color: var(--aereo3);
}
.quote .box_prezzo.accompagnatore {
	border-color: var(--accompagnatore3);
}
.quote .box_promo.bus {
    width: 110px;
    background-color: #fffb66 !important;
    background-image: url(../svg/box-quota-promo.svg);
    color: var(--bus);
	border-color: var(--bus);
}
.quote .box_prezzo.bus {
    width: 110px;
    background-color: var(--bus3);
    background-image: url(../svg/box-quota_regolare.svg);
    color: white;
    background-position: center -5px;
}
.quote .box_prezzo.aereo {
    width: 110px;
    background-color: var(--aereo3);
    background-image: url(../svg/box-quota_regolare.svg);
    color: white;
    background-position: center -5px;
	border-color: var(--aereo);
}
.quote .box_prezzo.accompagnatore {
    width: 110px;
    background-color: var(--accompagnatore3);
    background-image: url(../svg/box-quota_regolare.svg);
    color: white;
    background-position: center -5px;
}
.quote .box_giorni.bus {
    background-color: var(--bus1);
	color: white;
	border-color: var(--bus);
}
.quote .box_giorni.aereo {
    background-color: var(--aereo1);
	border-color: var(--aereo);
	color: white;
}
.quote .box_giorni.accompagnatore {
    background-color: var(--accompagnatore1);
	color: white;
	border-color: var(--accompagnatore3);
}
.header-dx-inner {
    color: white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 30px;
}
.header-dx-inner h2 {
    font-size: 3em;
    font-weight: 800;
}
.header-dx-inner .descrizione {
	width: 30%;
	font-size: 18px;
	line-height: 19px;
}
.datecalendario {
	font-size: 1.5em;
	line-height: 1em;
	margin-bottom: 10px;
}
.quota_promo, .quota_regolare {
    width: 300px;
    height: 76px;
    display: flex;
    border-radius: 38px;
    background-color: #fffb66;
    color:var(--bus);
    /*margin-bottom: 10px;*/
}
.quota_regolare {
   background-color: transparent;
   color: white;
}
.quota_prezzo, .promo_prezzo {
    width: 40%;
	font-size: 40px;
	font-weight: 800;
	text-align: left;
    padding-top: 7px;
}
.quota_testo, .promo_testo {
	width: 60%;
	text-align: right;
	padding-right: 10px;
	font-size: 1.25em; /*20px;*/
	line-height: 20px;
	padding: 15px 12px 15px 0;
}
/**
STILI SELECT MESI
*/
select.visualizzamese {
	background-size: 100%;
	padding-left: 40px;
	background-image: url(../img/input-fondo-quando-bianco.svg);
	background-color: #697481; 
	color: white;
}
.nav-mesi {
	position: fixed;
	margin-top: 0;
	min-height: 0;
	top: 15px;
	z-index: 99999;
	right: 750px;
	width: auto;
}
.container-date {
margin-top: 130px!important;
}
@media only screen and (max-width: 1024px) and (orientation: portrait) , (max-width: 1024px) and (orientation: landscape) { 
  .nav-mesi {
	position: fixed;
	top: 100px;
	width: 100vw;
	right: unset;
	margin-top: 0;
	z-index: 100;
	background-color: #efefef;
  }
  .container-date {
	margin-top: 180px!important;
  }
}
@media only screen and (max-width: 1024px) and (orientation: portrait), (max-width: 1024px) and (orientation: landscape) {
select.visualizzamese {
	background-size: 100%;
	padding-left: 40px;
	background-image: url(../img/input-fondo-quando.svg);
	background-color: #efefef;
	color: #000;
}
}