html, body, body.dark {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    width: 100%;
    background-color: #f7f7f7;
    color: #6b6b6b;
    margin: 0;
    overflow-x: hidden;
}
body.dark {
    background-color: #212529;
    color: white;
}
.brand-wtg.is-widget, .brand-wtg.is-widget .widget-container__background, .brand-wtg .navbar .navbar-toggler, .widget-container__background, .widget-container__background[_ngcontent-fnx-c154] {
	border-radius: 0 !important;
}
.pagina {
	width: 100%;
	overflow-x: hidden;
}
b, strong {
	font-weight: 600 !important;
}
.testata, .testata.dark, .testata.mobile {
    position: fixed;
    width: 100vw; /*100%;*/
    height: 80px;
    top: 0;
    left: 0;
    background: white;
    border-bottom: 1px solid #a6a6a6;
    z-index: 201;
}
.testata.dark {
    background: black;
    border-bottom: 1px solid white;
}
.breadcrumbs, .breadcrumbs-dettagli, .breadcrumbs.dark, .breadcrumbs-dettagli.dark {
	padding: 10px 0 10px 20px;
	font-size: 12px;
	background-color: white;
	border-bottom: 1px solid #bebebe;
	margin-bottom: 2px;
	margin-top: 0px;
	margin-left: -12px;
	width: 100vw;
}
.breadcrumbs.dark, .breadcrumbs-dettagli.dark {
    background-color: #222529;
	border-bottom: 1px solid white;
}
.breadcrumbs a, .breadcrumbs a.aperto, .breadcrumbs span.aperto, .breadcrumbs-dettagli a, .breadcrumbs-dettagli a.aperto, .breadcrumbs-dettagli span.aperto,
.breadcrumbs.dark a, .breadcrumbs.dark a.aperto, .breadcrumbs.dark span.aperto, .breadcrumbs-dettagli.dark a, .breadcrumbs-dettagli.dark a.aperto, .breadcrumbs-dettagli.dark span.aperto {
    color: #6b6b6b;
    text-decoration: none;
}
.breadcrumbs.dark a, .breadcrumbs.dark a.aperto, .breadcrumbs.dark span.aperto, .breadcrumbs-dettagli.dark a, .breadcrumbs-dettagli.dark a.aperto, .breadcrumbs-dettagli.dark span.aperto {
    color: white;
}
.breadcrumbs a:hover, .breadcrumbs-dettagli a:hover {
    color: #1e7cb8;
}
.breadcrumbs.dark a:hover, .breadcrumbs-dettagli.dark a:hover {
    color: cornflowerblue;
}
.breadcrumbs a.aperto, .breadcrumbs span.aperto, .breadcrumbs-dettagli a.aperto, .breadcrumbs-dettagli span.aperto,
.breadcrumbs.dark a.aperto, .breadcrumbs.dark span.aperto, .breadcrumbs-dettagli.dark a.aperto, .breadcrumbs-dettagli.dark span.aperto {
    font-weight: 600;
}
#menutop, #menutop.dark {
    position: absolute; /*fixed;*/
    width: auto;
    height: auto;
    /*left: 300px;*/
    right: 210px;
    top: 0;
    box-sizing: border-box;
    z-index: 201;
    text-transform: uppercase;
}
.overlay {
    display: none;
    position: fixed;
    height: 100vh;
    background-color: #323232de;;
    width: 100vw;
    top: 0;
    z-index: 99997;
}
#menu-mobile {
    display: none;
    position: fixed;
    height: 100%;
    background-color: #323232;
    width: 100vw;
    top: 0;
    z-index: 99999;
    padding: 30px;
    overflow-y: scroll;
}
a.mobile-link, a.mobile-link1, a.mobile-link2, a.mobile-link3 {
    color: #646464;
    display: block;
    width: 100%;
    height: 60px;
    text-decoration: none;
}
a.dropdownbtn-mobile, a.dropdownbtn-mobile.aperto {
    color: #646464;
    display: block;
    width: 90%;
    margin-left: 10%;
    text-decoration: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid;
}
a.dropdownbtn-mobile.aperto {
    color: #bebebe;
}
.dropdown-mobile, .dropdown-mobile.aperto {
    display: none;
    margin-top: -20px;
    margin-bottom: 30px;
}
.dropdown-mobile.aperto {
    display: block;
}
a.mobile-link.dropbtn-1, a.mobile-link.dropbtn-2, a.mobile-link.dropbtn-3, a.mobile-link.dropbtn-1.aperto, a.mobile-link.dropbtn-2.aperto, a.mobile-link.dropbtn-3.aperto {
    background-image: url(../svg/down.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position-x: 200px;
    background-position-y: 5px;
}
a.mobile-link.dropbtn-1.aperto, a.mobile-link.dropbtn-2.aperto, a.mobile-link.dropbtn-3.aperto {
    background-image: url(../svg/up.svg);
}
a.mobile-link.aperto, a.mobile-link1.aperto, a.mobile-link2.aperto, a.mobile-link3.aperto {
    font-weight: 500;
    color: #bebebe;
}
.chiudi-menu-mobile {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 5px;
	right: 5px;
	background-image: url(../svg/chiudi.svg);
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.5;
	cursor: pointer;
}
#menutop ul, #menutop.dark ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
}
#menutop li, #menutop.dark li {
    float: left;
    font-size: 14px;
}
.dx {
    float: right;
}
#menutop li a, #menutop.dark li a {
    display: block;
    color: #fff;
    text-align: left;
    text-decoration: none;
}
#menutop .dropdown, #menutop.dark .dropdown {
    position: initial;
}
#menutop .dropbtn.aperto, #menutop.dark .dropbtn.aperto {
    border-bottom: 10px solid rgba(0, 0, 0, .15);
    /*background-color: rgba(0,0,0,.15);*/
}
#menutop .dropdown-content a.aperto, #menutop.dark .dropdown-content a.aperto {
	background-color: rgb(161 160 160 / 75%);
	/* border-bottom: 10px solid rgba(0, 0, 0, .15); */
}
#menutop.dark .dropdown-content a.aperto {
    background-color: black;
    color: white;
    border-bottom: 10px solid rgba(0, 0, 0, .15);
}
#menutop li a, .dropbtn, #menutop.dark li a, .dropbtn {
    display: inline-block;
    color: #FFF;
    padding: 0 20px;
    text-decoration: none;
    height: 80px;
    line-height: 80px;
}
#menutop li a:hover, #menutop li a.aperto, #menutop .li.no-dropdown:hover, #menutop.dropdown:hover .dropbtn,
#menutop.dark li a:hover, #menutop.dark li a.aperto, #menutop.dark .li.no-dropdown:hover, #menutop.dark .dropdown:hover .dropbtn {
    color: #323232 !important;
    font-weight: 500;
}
#menutop.dark li a:hover, #menutop.dark li a.aperto, #menutop.dark .li.no-dropdown:hover, #menutop.dark .dropdown:hover .dropbtn {
    color: cornflowerblue !important;
}
#menutop .dropdownbtn:hover, #menutop.dark .dropdownbtn:hover {
    background: #cde;
}
#menutop .dropdown-content a:hover, #menutop.dark .dropdown-content a:hover {
    background-color: #f1f1f1;
    color: #777 !important;
}
#menutop.dark .dropdown-content a:hover {
    background-color: black;
    color: cornflowerblue !important;
}
#menutop li.no-dropdown:hover, #menutop li.no-dropdown.aperto, #menutop.dark li.no-dropdown:hover, #menutop.dark li.no-dropdown.aperto {
    color: #323232 !important;
    font-weight: 500;
}
#menutop.dark li.no-dropdown:hover, #menutop.dark li.no-dropdown.aperto {
    color: cornflowerblue !important;
}
#menutop .dropdown:hover .dropdown-content {
    display: block;
}
#menutop .dropdownbtn, #menutop.dark .dropdownbtn {
    line-height: 30px; /*50px;*/
    height: 50px;
}
#menutop li.dropdown {
    display: inline-block;
}
.menu-proposte {
	width: 200px;
	height: auto;
}
a.menu-proposte-link, a.menu-proposte-link.aperto, a.menu-proposte-link.dark, a.menu-proposte-link.dark.aperto {
	text-decoration: none;
	display: block;
	padding: 10px 0;
	color: #6b6b6b;
	border-bottom: 1px solid#b6b6b6;
    cursor: pointer;
}
a.menu-proposte-link.dark, a.menu-proposte-link.dark.aperto {
    color: white
}
a.menu-proposte-link.aperto {
    font-weight: 600;
}
a.menu-proposte-link:hover {
    color: #5c7fb4
}
.scrolltotop {
	display: block;
	position: fixed;
	bottom: 30px;
	right: 10px;
	z-index: 9999999;
}
#menutop .dropdown-content, #menutop.dark .dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
    z-index: 3;
    transition: display 1s;
}
#menutop.dark .dropdown-content {
    background-color: rgba(26, 26, 26, 0.9);
    box-shadow: 0px 8px 16px 0px rgba(256, 256, 256, 0.3);
}
#menutop .dropdown-content a, #menutop.dark .dropdown-content a {
    color: black !important;
    padding: 10px;
    text-decoration: none;
    display: block !important;
    text-align: left !important;
}
#menutop.dark .dropdown-content a {
    color: white !important;
}
.dropdown.bootstrap-select.form-control.input-dove,
.dropdown.bootstrap-select.form-control.input-quando {
    background-image: url(../../img/input-fondo-dove-new.svg);
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 35px;
    border-radius: 0;
    height: 35px;
    margin-bottom: 10px;
    width: 260px;
    font-size: 14px;
    word-wrap: break-word;
    color: #456;
    border: none;
    outline: none;
}
.dropdown.bootstrap-select.form-control.input-quando {
    background-image: url(../../img/input-fondo-quando-new.svg);
}
.bootstrap-select>select,
.bootstrap-select.bs-container {
    z-index: 1000000 !important;
}
.dropdown-header {
    color: white;
    background-color: #3f63ca;
}
.dropdown-item, .dropdown-item.dark {
    white-space: unset;
}
.dropdown-item.dark {
    color: white;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    border: none;
    outline: none;
}

button.btn.dropdown-toggle.btn-light.bs-placeholder {
    background: none;
    border: none;
    font-size: 14px;
    appearance: none;
    -webkit-appearance: none;
    /*color: white;*/
    /*color: #456;*/
}
/*
.filter-option.dark {
	color: white;
}
*/
/*
button.btn.dropdown-toggle.btn-light.bs-placeholder.dark {
    color: white;
}
*/
button.btn.dropdown-toggle.btn-light, button.btn.dropdown-toggle.btn-light.dark {
    outline: 0;
    outline-offset: 0;
    border: none;
}
button.btn.dropdown-toggle.btn-light.dark {
    background-color: black;
    color: white;
}
.btn:not(:disabled):not(.disabled) {
    outline: 0 !important;
    border: 0 !important;
    outline-offset: 0;
}
.btn-invia, .btn-invia.dark {
	background-color: #444;
	color: white !important;
	height: 50px;
	width: 160px;
	float: right;
	border-color: #444;
	margin-top: 30px;
}
.btn-invia.dark {
    background-color: #242b50;
    border-color: #242b50;
}
.bootstrap-select .dropdown-toggle:focus {
    outline-offset: 0;
}
[type=button]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
    /*background: none;*/
    border: none;
    font-size: 14px;
    color: #456;
    outline: none;
}
.form-check-input.dark {
	background: black;
}
/*
.form-control.dark {
	background: #1c1e22;
	color: white;
}
*/
.navbar {
    height: 80px;
    background-color: white !important;
}
.no-dropdown {
    height: 80px;
    width: auto;
    color: white;
    line-height: 80px;
}
#menutop li.dropdown, #menutop li.no-dropdown {
    display: inline-block;
}
#menutop li a, #menutop .no-dropdown, #menutop.dark li a, #menutop.dark .no-dropdown {
    display: inline-block;
    color: #6b6b6b;
    padding: 0 .6vw; /*0 20px;*/
    text-decoration: none;
    height: 80px;
    line-height: 80px;
}
#menutop.dark li a, #menutop.dark .no-dropdown {
    color: white;
}
.destinazioni {
    height: Calc(100vh - 80px);
    margin-top: 80px;
}
.pagine, .pagine.short {
    height: Calc(60vh - 80px);
}
.dettagli {
    margin-top: 80px;
}
.carousel {
    height: Calc(100vh - 80px);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
	background-color: #fff;
}
.carousel.pagine, .carousel.carouseldettagli {
    height: Calc(60vh - 80px);
}
.carousel.carouselviaggidigruppo {
    /*height: Calc(80vh - 80px);*/
    height: Calc(60vh - 80px);
}
.carousel-item, .carousel-item.active, .carousel-item.pagine, .carousel-item.active.pagine, .carousel-item.carouseldettagli, .carousel-item.active.carouselviaggidigruppo, .carousel-item.carouselviaggidigruppo, .carousel-item.active.carouseldettagli {
    height: Calc(100vh - 80px);
    background-image: url(../img/foto-home/orizzonti-cinesi-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.carousel-item.pagine, .carousel-item.active.pagine, .carousel-item.carouseldettagli, .carousel-item.active.carouseldettagli {
    height: Calc(60vh - 80px);
}
.carousel-item.carouselviaggidigruppo, .carousel-item.active.carouselviaggidigruppo {
    /*height: Calc(80vh - 80px);*/
    height: Calc(60vh - 80px);
}
.testi-carousel, .testi-carousel.link {
    position: absolute;
    bottom: 20%;
    left: 5vw; /*20%;*/
    z-index: 3;
    width: 100%;
}
.testi-carousel.link {
    cursor: pointer;
    bottom: 14% !important;
}
.testo-carousel {
    font-family: "Kaisei HarunoUmi", serif;
    font-weight: 400;
    font-size: 70px;
    letter-spacing: -3px;
    font-style: normal;
    color: white;
    width: 80%;
}
.categoria {
    font-size: 14px;
    color: white;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    width: 90%;
}
.shadow, .shadow.pagine, .shadow.carouseldettagli, .shadow.carouselviaggidigruppo {
    position: absolute;
    bottom: 0;
    height: 60vh;
    background: linear-gradient(0deg, rgba(3, 3, 3, 0.75) 60%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
}
.shadow.pagine, .shadow.carouseldettagli {
    height: 40vh;
}
.shadow.carouselviaggidigruppo {
    height: 30vh;
}
h1.titoletto-idee {
    font-family: "Kaisei HarunoUmi", serif;
	font-weight: 400;
	font-size: 21px;
	margin-bottom: 10px;
	color: #6b6b6b;
	text-align: center;
    margin: 50px 0;
}
.nota-partenza, .nota-partenza.dark {
	color: #3f5f8f;
	font-family: "Kaisei HarunoUmi", serif;
	font-weight: 700;
}
.nota-partenza.dark {
	color: cornflowerblue;
}
h5.titoletti, h5.titoletti.white, h5.titoletti.icone, h5.titoletti.dark, h5.titoletti.moduli, h5.titoletti.moduli.dark {
    font-family: "Kaisei HarunoUmi", serif;
    font-weight: 400;
    font-size: 21px;
    margin-bottom: 10px;
}
h5.titoletti.white, h5.titoletti.icone {
    color: white;
}
h5.titoletti.moduli {
    color: #3f5f8f;
}
h5.titoletti.moduli.dark {
    color: cornflowerblue;
}
h5.moduli, h5.moduli.dark {
    font-family: "Kaisei HarunoUmi", serif;
    font-size: 16px;
    font-weight: 600;
    color: #3f5f8f;
}
h5.moduli.dark {
    color: cornflowerblue;
}
a.link-600, a.link-600:hover, a.link-600.dark, a.link-600.dark:hover {
	color: #3f5f8f;
	text-decoration: underline;
	font-weight: 600;
}
a.link-600:hover {
    color: #6b6b6b;
}
a.link-600.dark:hover {
    color: white;
}
a.link-600.dark  {
    color: cornflowerblue;
}
span.sottotitolo-icone {
	font-size: 12px;
	font-family: 'Work Sans';
	width: 100%;
	display: block;
}
.foto, .foto.dark {
    background-image: url(../img/void.png);
    background-position: top center;
    background-size: 140%;
    background-repeat: no-repeat;
    border-left: 10px solid #f7f7f7;
    border-right: 10px solid #f7f7f7;
}
.foto.dark {
    border-left: 10px solid #212529;
    border-right: 10px solid #212529;
}
.row.appuntamento, .row.appuntamento.dark {
	padding: 25px;
	background: #3f5f8f;
	color: white;
    align-items: center;
    margin-top: 50px;
}
.row.appuntamento.dark {
    background: black; /* #212529;/* #17253b;*/
}
.row.appuntamento .col-sm-6.left {
    text-align: right;
}
.row.appuntamento .col-sm-6.left {
    font-family: "Kaisei HarunoUmi", serif;
	font-weight: 400;
	font-size: 20px;
}
.row.appuntamento .col-sm-6.right {
    text-align: left;
}
input.button-appuntamento, input.button-appuntamento.dark {
	padding: 10px;
    font-size: 18px !important;
    border-radius: 5px;
}
input.button-appuntamento.dark {
	color: white !important;
	background: #242b50;
}
.introduzioni, .introduzioni.nofilo, .introduzioni.dark, .introduzioni.nofilo.dark {
    padding-top: 60px; /*200px;*/
    background-color: #f7f7f7;
}
.introduzioni.dark, .introduzioni.nofilo.dark {
    background-color: #212529;
}
.introduzioni.nofilo, .introduzioni.nofilo.dark {
    border-top: none;
}
.cercaviaggi-container, .cercaviaggi-container.dark {
    width: auto;
	height: 300px;
	background-color: #f7f7f7;
}
.cercaviaggi-container.dark {
    background-color: #222529;
}
.cercaviaggi, .cercaviaggi.dark {
    display: none;
    /*visibility: hidden;*/
    width: auto;
    height: 180px; /* 150px; /*auto;*/
    position: fixed; /*absolute;*/
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 99998;
    padding: 20px;
    box-sizing: border-box;
    background: #ffffffab;
    border-radius: 5px;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.8);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.8);
}
.cercaviaggi.dark {
    background: black;
}
.cercaviaggi-home, .cercaviaggi-home.dark {
	width: 100%;
	max-width: 300px;
	height: 200px;
	position: relative;
	margin: 0 auto;
	/*margin-top: 80px;*/
	padding: 20px;
	box-sizing: border-box;
	background: #f7f7f7;
	border-radius: 5px;
}
.cercaviaggi-home.dark {
    background: black;
}
.chiudicercaviaggi {
    width: 25px;
    height: 25px;
    background-image: url(../svg/chiudi-grey.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position:center center;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.hamburger-menu, .lente {
    display: none;
    position: absolute;
    top: 25px;
    right: 10px;
    cursor: pointer;
}
.lente {
    right: 40px; /*60px;*/
    display: unset;
}
.col-md-4.col-sm-3.fotodestinazioni, .col-md-4.col-sm-6.fotodestinazioni, .col-md-6.col-sm-6.fotodestinazioni,
.col-md-4.col-sm-3.fotodestinazioni.dark, .col-md-4.col-sm-6.fotodestinazioni.dark, .col-md-6.col-sm-6.fotodestinazioni.dark {
	cursor: pointer;
	height: 330px;
	text-align: center;
	font-family: "Kaisei HarunoUmi", serif;
	font-weight: 400;
	font-size: 21px;
	margin-bottom: 10px;
	color: white;
	background-image: url(../img/foto-pagine/void.png);
	border: 20px solid #f7f7f7;
	margin-bottom: 0;
	background-size: 150%;
	background-position: center center;
	background-repeat: no-repeat;
	background-blend-mode: multiply;
	background-color: #909090;
	display: flex;
	align-items: center;
	justify-content: center;
}
.col-md-4.col-sm-3.fotodestinazioni.dark, .col-md-4.col-sm-6.fotodestinazioni.dark, .col-md-6.col-sm-6.fotodestinazioni.dark {
    border: 20px solid #222529;
}
.col-md-4.col-sm-3.fotodestinazioni:hover, .col-md-4.col-sm-6.fotodestinazioni:hover, .col-md-6.col-sm-6.fotodestinazioni:hover {
	color: transparent;
	background-color: transparent
}
.container-fluid.grey, .container-fluid.grey.dark {
    padding-top: 19px;
    background-color: #f7f7f7;
}
.container-fluid.grey.dark {
    background-color: #212529;
}
.col-6.pdf, .col-6.preventivo {
    width: auto;
}
.btn-pdf {
    cursor: pointer;
	position: fixed;
	top: 50vh;
	left: 0;
	width: 40px;
	height: 40px;
	background-image: url(../svg/file-pdf.svg);
	background-size: 36px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #808080;
	z-index: 900;
}
.btn-pdf-card {
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	background-image: url(../svg/file-pdf.svg);
	background-size: 22px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #8080808a;
	z-index: 3;
}
.dettagliop-pdf {
    position: fixed;
	top: 50vh;
	left: 0;
	width: auto;
	height: 40px;
    padding-left: 50px;
    padding-right: 10px;
    background-color: #999999;
    color: white;
    font-size: 16px;
    line-height: 40px;
    text-transform: uppercase;
    z-index: 899;
    display: none;
    transition: display 1s;
}
.icona-pagina {
	position: absolute;
	width: 200px;
	left: 12px;
	top: 80px;
	height: auto;
	min-height: 200px;
	text-align: center;
	z-index: 10;
	background-color: grey;
	height: Calc(60vh - 160px);
	padding-top: 20px;
	background: #030303;
	background: linear-gradient(180deg,rgba(3, 3, 3, 0.7) 0%, rgba(0, 0, 0, 0) 50%);
}
.row.datepartenza {
    margin-left: 0;
    margin-right: 0;
}
.col-sm-4.col-md-6.col-lg-4.datevolo {
    border-bottom: 1px solid #b6b6b6;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
/*   link - contratti /////////// */
.row.link, .row.moduli {
	width: 100%;
	padding: 1rem;
}
.row.moduli {
    align-items: center;
	flex-wrap: wrap;
	align-content: space-around;
}
.row.link a {
	color: #3A96CB;
	width: 100%;
	display: block;
}
.row.link a:hover {
	color: #e5776c;
}
.row.link a:before {
	content: url("../svg/link.svg");
  }
.col-md-6.sinistra, .col-md-6.destra, .sinistra, .destra {
	text-align: right;
    font-family: "Kaisei HarunoUmi", serif;
    font-size: 14px;
    color: #6b6b6b;
}
.scarica {
	width: auto;
	background-color: #4c78d3;
	border: 1px solid #4c78d3;
	border-radius: 10px;
	color: white;
    padding: 12px 20px;
	padding-left: 40px;
	background-image: url('../svg/circle-down-white.svg');
	background-repeat: no-repeat;
	background-size: 12%;
	background-position: 7px center;
	cursor: pointer;
}
.col-md-6.sinistra, .col-md-6.sinistra.dark, .col-md-6.destra, .col-md-6.destra.dark, .sinistra, .destra {
	text-align: right;
}
.col-md-6.sinistra.dark, .col-md-6.destra.dark {
    color: white;
}
.col-md-6.destra, .col-md-6.destra.dark, .destra {
	text-align: left;
}
.bullet:before {
    content: " • ";
}
.light-dark, .light-dark.dark {
	width: 30px;
	height: 30px;
	position: fixed;
	left: 0; /*10px;*/
	bottom: 4px; /*10px;*/
	background-image: url(../svg/light.svg);
	background-size: contain;
	background-color: #ffffff;
	border-radius: 15px;
	z-index: 9999999;
    cursor: pointer;
}
.light-dark.dark {
    background-image: url(../svg/dark.svg);
    background-color: #000000;
}
.infolegali, .infolegali.dark {
	font-size: 11px;
	padding: 10px;
	text-align: center;
	/*word-break: break-all;*/
	padding: 10px 70px;
}
.infolegali.dark {
    color: white;
}
.infolegali a {
    color: #3f5f8f;
}
.infolegali.dark a {
    color: #d2d2d2;
}
.infolegali a:hover {
    color: cornflowerblue;
}
.infolegali.dark a:hover {
    color: rgb(138, 179, 255);
}
.box-appuntamento {
    display: none;
	width: 500px; /* 40vh; 70vh;*/
	height: 90vh;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: white;
	z-index: 99998;
}

/*.bootstrap-select .dropdown-menu.dark, .dropdown-menu.show.dark {*/
.dropdown-menu.inner.show.dark, .dropdown-menu.show.dark {
    background: black;
}

.img-categoria {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 100;
}
.img-categoria img {
    width: 130px;
    height: auto;
}

.col-12.testo, .col-12.testo.dark {
    text-align: justify;
}

.container-offerte {
    margin-top: 39px;
    padding: 0px; 
    height: 100%; 
    width: Calc(100% + 100px); 
    margin-left: -50px;
}
/** per tutte le dimensioni */
#hiddenCarousel {
	display: none;
}
.icona-pagina.viaggi-e-soggiorni {
    display: none;
}
main.container-fluid.pagine.viaggi-e-soggiorni {
    height: 0;
}
/* viaggi-e-soggiorni nascosto  */

/*  /////////// */
@media only screen and (max-width: 769px) {
    .container-offerte {
        width: 100%; 
        margin-left: 0;
    }
    .col-12.testo, .col-12.testo.dark {
        text-align: left;
    }
    .pagine, .pagine.short {
        height: 330px; /* Calc(60vh - 80px); /*Calc(40vh - 80px);*/
    }
    .card {
        min-height: 540px !important;
    }
    .card.vetrina {
        min-height: 470px !important;
    }
    .col-md-4.col-sm-3.fotodestinazioni, .col-md-4.col-sm-6.fotodestinazioni, .col-md-6.col-sm-6.fotodestinazioni,
    .col-md-4.col-sm-3.fotodestinazioni.dark, .col-md-4.col-sm-6.fotodestinazioni.dark, .col-md-6.col-sm-6.fotodestinazioni.dark {
       background-size: 200%;
    }
    .box-appuntamento {
        display: none;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transform: unset;
    }
    .bullet:before {
        content: "\A";
        white-space: pre;
    }
    #menutop {
        display: none;
    }
    .hamburger-menu {
        display: block;
    }
    a.logo-testata img {
        width: 36vw; /*160px;*/
    }
    .carousel.pagine, .carousel.carouseldettagli {
        margin-top: 0;
    }
    .foto {
        min-height: 200px; /*0;*/
        /*max-width: 0;*/
        margin-bottom: 20px;
    }
    .testo-carousel {
        font-size: 28px;
        line-height: 30px;
        letter-spacing: -2px;
        left: 5%;
        width: 93%;
    }
    .testi-carousel {
        left: 5%;
        width: 95%;
        bottom: 10%;
    }
    .introduzioni {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .categoria-img {
        width: 150px !important;
        margin-top: 0 !important;
        margin-bottom: 10px !important;
    }
    .cercaviaggi {
        width: 300px;
        height: 200px;
    }
    .col-sm-12.col-md-6.col-lg-3.filo {
        border-left: none !important;
        margin-top: 30px;
        border-bottom: 1px solid #868686;
        padding-bottom: 30px;
        text-align: center;
    }
    .col-sx-12.col-sm-6.col-md-4.col-lg-4.filo, .col-sx-12.col-sm-12.col-md-4.col-lg-4.filo {
        border-left: none !important;
        margin-top: 30px;
        border-bottom: 1px solid #868686;
        padding-bottom: 30px;
        text-align: center;
    }
    .card-descrizione {
        font-size: 12px!important;
        line-height: 12px!important;
    }
    li {
        padding-right: 40px;
    }
    #homeCarousel {
        display: none;
    }
    .icona-pagina, .icona-pagina.viaggi-e-soggiorni {
        width: 100%;
        left: 0;
        top: 150px;
        height: auto;
        min-height: 200px;
        text-align: center;
        z-index: 10;
        height: Calc(60vh - 160px);
        padding-top: 0; /*20px;*/
        background: none;
    }
    .icona-pagina.viaggi-e-soggiorni {
        display: none;
    }
    main.container-fluid.pagine.viaggi-e-soggiorni {
        height: 0;
    }
    .cercaviaggi-home {
        margin-top: -50px;
    }
    h5.titoletti.icone {
        color: #b6b6b6 !important;
        font-size: 18px; /*1.1em;*/
    }
    .icona-pagina img {
        margin-top: -10px;
    }
    .main.termini-e-condizioni .col-md-12,.main.termini-e-condizioni .col-md-12 .container, .main.termini-e-condizioni .col-md-12 .container.row.pagine {
        padding-left: 0;
        padding-right: 0;
        margin: 0;
    }
    .main.link-utili-per-viaggiare .col-md-12,.main.link-utili-per-viaggiare .col-md-12 .container, .main.link-utili-per-viaggiare .col-md-12 .container.row.pagine {
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto;
    }
    .row.moduli {
        margin: 0 auto;
    }
    .row.moduli  .col-md-6.sinistra, .row.moduli  .col-md-6.destra, .row.link  .col-md-6.sinistra, .row.link  .col-md-6.destra {
        line-height: inherit;
        text-align: center;
    }
    .breadcrumbs {
        /*padding-left: 0;*/
        position: absolute;
        top: 70px;
        width: 100%;
    }
    .breadcrumbs-dettagli, .breadcrumbs-dettagli.dark {
        margin-top: 80px;
    }
    .pagine.short {
        height: Calc(30vh - 80px);
    }
    .menu-proposte {
        position: relative;
        width: Calc(95vw - 30px);
        margin-top: -60px;
        margin-bottom: 20px;
    }
    .pagina {
        margin-bottom: 40px;
    }
    .cercaviaggi input.calendario-date {
        right: 20px; /*7vw; /*30px;*/
    }
    .infolegali, .infolegali.dark {
        font-size: 11px;
        padding: 10px;
        text-align: center;
    }
    .row.appuntamento .col-sm-6.left, .row.appuntamento .col-sm-6.right {
        text-align: center;
    }
    .row.appuntamento .col-sm-6.left {
        margin-bottom: 10px;
    }
    .lente-da-scoprire, .lente-mappa {
        display: none;
    }
    .cercaviaggi-home, .cercaviaggi-home.dark {
        margin-top: 0px;
    }
    .carousel-item.pagine, .carousel-item.active.pagine, .carousel-item.carouseldettagli, .carousel-item.active.carouseldettagli, .carousel.pagine, .carousel.carouseldettagli {
        height: 400px;
    }
}
@media only screen and (min-width: 800px) and (max-width: 1024px) {
    .categoria-img {
        width: 150px !important;
        margin-top: -30px !important;
        margin-bottom: 10px !important;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1376px) {
    .categoria-img {
        width: 150px !important;
        margin-top: -50% !important;
        margin-bottom: 10% !important;
    }
}
@media only screen and (max-width: 767px) {
    .tariffe-desktop {
        display: none;
    }
    main.container-fluid, .container-fluid {
        --bs-gutter-x: 0 !important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 915px) and (orientation: landscape) {
    /* Styles specific to smartphones in landscape mode */
    .col-md-4.col-sm-3.fotodestinazioni, .col-md-4.col-sm-6.fotodestinazioni, .col-md-6.col-sm-6.fotodestinazioni {
        background-size: 215%;
    }
    .box-appuntamento {
        display: none;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transform: unset;
    }
    .bullet:before {
        content: "\A";
        white-space: pre;
    }
    #menutop {
        display: none;
    }
    .hamburger-menu {
        display: block;
    }
    .testi-carousel {
        left: 5%;
        width: 70%; /*95%;*/
    }
    .testo-carousel {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -2px;
        left: 5%;
    }
    /*.foto {
        background-size: 280%;
        background-position: center;
    }*/
    .foto {
        background-position: center;
        min-height: 200px;
        margin-bottom: 20px;
    }
    .introduzioni {
    padding-top: 30px;
    padding-bottom: 30px;
    }
    .categoria-img {
        width: 150px !important;
        margin-top: 0 !important;
        margin-bottom: 10px !important;
    }
    .cercaviaggi {
        width: 300px!important;
        height: 200px;
    }
    .carousel.pagine, .carousel.carouseldettagli {
        height: Calc(100vh - 80px);
    }
    .carousel-item, .carousel-item.active, .carousel-item.pagine, .carousel-item.active.pagine, .carousel-item.carouseldettagli, .carousel-item.active.carouseldettagli {
        height: Calc(100vh - 80px);
    }
    /*
    .container-fluid.grey {
        margin-top: 40vh;
    }
    */
    .card-descrizione {
        font-size: 12px!important;
        line-height: 12px!important;
    }
    .pagine.dettagli {
        height: Calc(100vh - 80px);
    }
    .icona-pagina {
        left: unset;
        right: 0;
        top: 135px;
    }
    /*.cercaviaggi-home {
        margin-top: 100px;
    }*/
    .menu-proposte {
        width: 85vw;
        text-align: center;
        margin-bottom: 30px;
        margin-top: -70px;
    }
    .row.appuntamento {
        margin-top: 100px;
    }
}
.testo, .testo.dark, label, label.dark {
    font-size: 13px;
    line-height: 21px;
    color: #6b6b6b;
    font-family: "Work Sans", sans-serif;
}
.testo.dark, label.dark {
    color: white;
}
section {
    width: 60%;
    margin: 0 auto;
}
a.logo-testata {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
a.telefono, a.telefono:hover, a.telefono:link, a.telefono:visited,
a.telefono.dark, a.telefono.dark:hover, a.telefono.dark:link, a.telefono.dark:visited {
    position: absolute;
    right: 85px; /*95px;*/
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #6b6b6b;
    text-decoration: none;
}
a.telefono.dark, a.telefono.dark:hover, a.telefono.dark:link, a.telefono.dark:visited {
    color: white;
}
a.telefono img {
    margin-right: 10px;
}
/*
.card, .card.vetrina {
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #f7f7f7;
    color: #6b6b6b;
    overflow: hidden;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
}
*/
.card-title, .card-title.dark {
    font-family: "Kaisei HarunoUmi", serif;
    font-weight: 600;
    font-size: 18px;
    color: #323232;
}
h6.card-sottotitolo, h6.card-sottotitolo.dark {
	font-family: "Kaisei HarunoUmi", serif;
	font-weight: 500;
	font-size: 14px;
	color: #323232;
	margin-top: -5px;
}
.card-title.dark, h6.card-sottotitolo.dark {
    color: white;
}
.card-date, .card-prezzo {
	font-size: 14px;
}
.card-date {
	font-size: 14px;
	font-weight: 600;
	line-height: 14px;
	margin-bottom: 5px;
}
.card-prezzo {
    font-weight: 500;
}
.card-prezzo span {
    color: #5c7fb4;
}
.card-date strong {
    font-weight: 600;
}
.card-descrizione {
    font-size: 12px;
    line-height: 12px;
}
.card, .card.vetrina, .card.dark, .card.vetrina.dark {
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #f7f7f7;
    color: #6b6b6b;
    overflow: hidden;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    min-height: 520px;
    max-height: 500px;
    margin-bottom: 20px;
    padding-top: 10px;
}
.card.dark, .card.vetrina.dark {
    border: 1px solid black;
    color: white;
}
.card.proposte {
    width: 33%;
}
.card.col-sm-4 {
	padding-top: 10px;
}
.card-quota {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-weight: 600;
	font-size: 18px;
}
.card-codice {
	font-size: 18px;
	font-weight: 500;
	/* line-height: 14px; */
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.schedacalendario-foto-ideediviaggio {
	height: 70%;
	position: relative;
    overflow: hidden;
	width: 100%;
}
.schedacalendario-foto-ideediviaggio img {
	position: absolute;
	height: 100%;
	width: auto;
    max-width: unset;
	left: 50%;
	transform: translateX(-50%);
}
span.codice-proposta {
	color: #3f5f8f;
}
.boxlink {
    left: 15px;
    margin-top: -30px;
    position: absolute;
    bottom: 10px;
}
.col-12.pdf {
    height: 40px;
    width: 100%;
    text-align: center;
}
.boxpdf, .boxpreventivo {
	margin-top: 10px;
    margin-bottom: 10px;
    /*left: 50%;
	position: absolute;
    transform: translateX(-50%);*/
}
.boxlink a, .boxpdf a, .box-pdf a,  .boxpreventivo a,
.boxlink.dark a, .boxpdf.dark a, .box-pdf.dark a,  .boxpreventivo.dark a {
    font-size: 13px !important;
    line-height: 29px;
    color: #525252;
    border-bottom: 1px solid #525252;
    padding-bottom: 10px !important;
    text-decoration: none !important;
    letter-spacing: 0.02em;
}
.boxlink.dark a, .boxpdf.dark a, .box-pdf.dark a,  .boxpreventivo.dark a {
    color: white;
    border-color: #b6b6b6;
}
.boxlink a:hover, .boxpdf a:hover, .boxpreventivo a:hover,
.boxlink.dark a:hover, .boxpdf.dark a:hover, .boxpreventivo.dark a:hover {
    color: cornflowerblue;
}
.carousel-link {
    position: absolute;
	color: white;
	border-bottom: 1px solid cornflowerblue;
    border-top: 1px solid cornflowerblue;
	padding-bottom: 10px !important;
    padding-top: 10px !important;
	text-decoration: none !important;
	letter-spacing: 0.02em;
    margin-top: 10px;
    z-index: 9999999;
}
.col-12.header-vetrina, .col-12.header-vetrina.dark {
    padding: 20px 0;
    margin-bottom: 20px;
    text-align: center;
    color: #6b6b6b;
    letter-spacing: 5px;
    border-top: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
}
.col-12.header-vetrina.dark {
    color: white;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}
h3.cercaviaggio {
font-family: "Kaisei HarunoUmi", serif;
font-weight: 400;
font-size: 21px;
margin-bottom: 10px;
}
.icona-pagina img {
    margin-bottom: 10px;
}
.icone-home  {
    margin-top: 90px;
    height: auto;
}
.col-4.icone a, .col-4.icone.dark a{
    color: #474747;
    text-decoration: none;
}
.col-4.icone.dark a{
    color: white;
}
.col-4.icone, .col-6.icone {
    cursor: pointer;
	font-family: "Kaisei HarunoUmi", serif;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	margin-bottom: 30px;
}
input.cerca-button, input.calendario-date {
background-color: #6b6b6b;
color: #fff !important;
margin-top: 10px;
margin-left: 14px;
font-size: 18px!important;
width: 80px; /*25vw; /*100px;*/
height: 40px;
border: none;
text-align: center;
border-radius: 5px;
position: absolute;
bottom: 10px;
left: 5px;
}
input.calendario-date {
    color: #fff !important;
    right: 20px;
	left: unset;
	width: auto;
}
.cercaviaggi input.calendario-date {
    right: 30px; /*7vw; /*30px;*/
}
.dropdown.bootstrap-select.form-control.input-dove, .dropdown.bootstrap-select.form-control.input-quando {
background-image: url(../svg/input-dove.svg);
background-repeat: no-repeat;
background-size: contain;
padding-left: 35px;
border-radius: 0;
height: 35px;
margin-bottom: 10px;
}
.dropdown.bootstrap-select.form-control.input-quando {
background-image: url(../svg/input-quando.svg);
}
input.form-control, input.form-control.dark {
background-image: url(../svg/zoom-grey.svg);
background-repeat: no-repeat;
padding-left: 35px;
}
input.form-control.dark {
    background-image: url(../svg/zoom-white.svg);
}
.carousel-indicators [data-bs-target] {
width: 30px;
height: 7px;
}
/*
.grey {
    background-color: #f7f7f7;
}
*/
.container-fluid.footer, .footer, .container-fluid.footer.dark, .footer.dark {
	background: #414243; /* #6b6b6b;*/
	color: #e9e9e9;
	font-size: 13px;
	padding: 20px;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	--bs-gutter-x: 0;
    width: 100vw;
	margin-right: 0;
	overflow-x: hidden;
    /*width: 100%;*/
    width: Calc(100% + 24px);
	margin-left: -12px;
}
.container-fluid.footer.dark, .footer.dark {
    background: black;
}
.footer strong {
    color: #e9e9e9;
	font-size: 14px;
	font-weight: 600;
}
.footer a, .footer a:link, .footer a:visited, .footer a:visited:link {
	color: #e9e9e9;
	text-decoration: none;
}
.footer a:hover {
	color: #ffffff;
}
span.umbriaperta {
	font-size: 11px;
	letter-spacing: -.3px;
}
img.umbriaperta-img {
	width: 260px;
	margin-left: 50%;
	transform: translateX(-50%);
	margin-top: 10px;
}
.col-sm-12.col-md-6.col-lg-3.filo {
    border-left: 1px solid #868686;
}
.col-sx-12.col-sm-6.col-md-4.col-lg-4.filo, .col-sx-12.col-sm-12.col-md-4.col-lg-4.filo {
    border-left: 1px solid #868686;
}
.row.proposte {
    justify-content: center;
}
.mappagoogle {
    display: none;
	width: 80vw;
	height: 70vh;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: white;
	z-index: 999999;
	padding: 10px;
	padding-top: 40px;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.8);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.8);
}
.chiudimappa {
	background-image: url(../svg/chiudi-grey.svg);
	width: 25px;
	height: 25px;
	position: absolute;
	background-size: contain;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
td.column-1, td.column-2, td.column-3 {
	border-bottom: 1px solid grey;
	padding: 3px 0;
}
th.column-1, th.column-2, th.column-3 {
	font-weight: 500;
}
/*////////////////////*/
/* /////Dettagli /////*/
/*////////////////////*/

.dettagli-titolo {
	font-family: "Kaisei HarunoUmi", serif;
	font-weight: 400;
	font-size: 60px;
	line-height: 60px;
	letter-spacing: -3px;
	font-style: normal;
	color: #6b6b6b;
	margin-bottom: 20px;
	width: 70%;
}
img.fotoprogramma {
	width: 100%;
    margin-bottom: 20px;
}
.categoria-img {
    width: 160px;
    margin-top: -50%;
    margin-bottom: 30%;
}
.widget, .widget.nofilo, .widget.dark, .widget.nofilo.dark {
	padding: 20px 0;
	border-bottom: 1px solid #bebebe;
    font-size: 14px;
    line-height: 22px;
    color: #6b6b6b;
    overflow-wrap: break-word;
}
.widget.dark, .widget.nofilo.dark {
    color: white;
}
.widget.nofilo, .widget.nofilo.dark {
    border-bottom: 0;
}
span.quota, span.quota.dark {
	font-weight: 600;
	color: #3f5f8f;
}
span.quota.dark {
    color: cornflowerblue;
}
.euro-text {
    width: 100px; /* Imposta una larghezza limitata per dimostrare l'andare a capo */
    overflow-wrap: break-word;
}
li {
list-style-type: square;
}
.container-mappa {
	width: 100%;
	overflow: hidden;
	position: relative;
	min-height: 350px;
}
.lente-mappa {
	top: 0;
	width: 100%;
	background-position: 50% 50%;
	background-size: 6%;
}
.lente-da-scoprire, .lente-mappa {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background-image: url(../svg/icn-lente.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 35px;
	background-color: rgba(0, 0, 0, 0.7);
	cursor: zoom-in;
	/* display: none; */
	opacity: 0;
	/* transition-delay: .5s; */
	transition: all .5s linear;
	z-index: 2;
}
.lente-da-scoprire:hover, .lente-mappa:hover {
    opacity: .8;
    /*display: block;*/
}
iframe#mappagoogle, #mappagoogle {
	width: 100%;
	margin-top: -67px;
	margin-left: -2px;
	height: 450px;
}
h4.destinazioni-programma, h4.destinazioni-programma.dark {
	font-family: "Kaisei HarunoUmi", serif;
	font-size: 18px;
	margin-bottom: -16px;
	margin-top: 16px;
	font-weight: 700;
	color: #585858;
}
h4.destinazioni-programma.dark {
    color: white;
}
img.foto-giorni {
	display: inline;
	float: left;
	width: 200px;
	margin-right: 20px;
}
div.giorniprogramma, div.dascoprire {
	display: flex;
	margin-top: 30px;
	padding-bottom: 10px;
	text-align: justify;
	border-bottom: 1px solid #bebebe;
	align-items: flex-start;
	flex-wrap: nowrap;
	/*flex-direction: column;*/
}
img.foto-dascoprire {
	width: 30%;
	margin-right: 20px;
}
.proposte {
	position: relative;
	/*margin-bottom: 15px;*/
	padding: 0;
}
.col-sm-3.propostenew {
    cursor: pointer;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	padding: 20px;
	border-left: 1px solid #bebebe;
    border-top: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    align-items: center;
}
.col-sm-3.propostenew:last-of-type {
    border-right: 1px solid #bebebe;
}
.titoloproposte {
	font-family: "Kaisei HarunoUmi", serif;
	position: absolute;
	bottom: 6%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	color: #fff;
	text-shadow: 0px 0px 4px black;
	filter: drop-shadow(0px 0px 5px black);
	text-align: center;
	font-size: 22px;
	font-weight: 400;
	width: 80%;
}
.titoloproposte-new {
	font-family: "Kaisei HarunoUmi", serif;
	left: 40%;
	color: #6b6b6b;
	text-align: left;
	font-size: 15px;
	font-weight: 400;
	width: 50%;
    position: relative;
    
}
img.img_correlati {
	width: 90%;
	margin: 0 2.5%;
}
img.img_correlati-new {
	width: 30%;
	margin: 0 2.5%;
    margin-left: -50%;
}
@media only screen and (max-width: 767px) {
    div.giorniprogramma {
        flex-direction: column;
    }
}

@media only screen and (max-width: 1366px) {
    #menutop {
        display: none;
    }
    .hamburger-menu {
    display: block !important;
    }
    /*.telefono {
        display: none;
    }*/
    .cercaviaggi {
        width: 300px;
        height: 200px;
    }
}

@media only screen and (min-width: 800px) and (max-width: 900px) and (orientation: landscape) {
    .pagine, .pagine.short {
        height: Calc(100vh - 80px);
    }
}

@media only screen and (min-width: 800px) and (max-width: 3000px) {
    .col-sm-12.col-md-6.col-lg-3.filo {
        padding-left: 20px;
    }
    .col-sx-12.col-sm-6.col-md-4.col-lg-4.filo, .col-sx-12.col-sm-12.col-md-4.col-lg-4.filo {
        padding-left: 20px;
    }
}
/*
@media only screen and (min-width: 780px) and (max-width: 1024px) and (orientation: portrait) {
    .breadcrumbs, .breadcrumbs-dettagli, .breadcrumbs.dark, .breadcrumbs-dettagli.dark {
        margin-top: 90px;
    }
}
*/

@media only screen and (min-width: 1024px) and (max-width: 1367px) and (orientation: landscape) {
    .titoletti.icone {
        font-size: 18px !important;
    }
    .testi-carousel {
        bottom: 10%;
    }
    .testo-carousel {
        font-size: 48px;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1024px) and (orientation: landscape) {
    .titoletti.icone {
        font-size: 18px;
    }
    .testi-carousel {
        bottom: 10%;
        width: 95%;
    }
    .testo-carousel {
        font-size: 36px; /*48px;*/
    }
}

@media only screen and (min-width: 800px) and (max-width: 1024px) and (orientation: portrait) {
    .testi-carousel {
        bottom: 10%;
    }
    .testo-carousel {
        font-size: 48px;
    }
}


.grid-container {
    display: grid;
    width: 100%;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto auto;
    grid-auto-flow: column;
    grid-gap: 10px;
    padding: 10px;
}  
@media only screen and (max-width: 767px) {
    .grid-container {
    display: grid;
    width: 100%;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    padding: 0;
    }
}
/* ///////////////////////////// */
.share-buttons, .share-buttons.dark, .share-buttons.sinistra, .share-buttons.destra  {
	cursor: pointer;
	position: fixed;
	width: auto;
	height: auto;
	background: transparent;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99998;
}
@media screen and (orientation: portrait) {
    .share-buttons, .share-buttons.dark {
        cursor: pointer;
        display: flex;
        position: fixed;
        width: 100vw;
        height: fit-content;
        background: #b6b6b6;
        left: 50%;
        bottom: 0;
        top: unset;
        transform: translateX(-50%);
        z-index: 99998;
        justify-content: center;
    }
    .share-buttons.dark {
        background: black;
    }
}
img.icn:hover {
    filter: brightness(0.5);
}
