@charset "utf-8";
/* CSS Document */

.br-20 {
	border-radius:20px !important;
}
.text-black {
	color:#000 !important;
}
.text-blue {
	color:#262D64 !important;
}
.text-turquoise {
	color:#14B6FF !important;
}
.text-red {
	color:#e62243 !important;
}
.btn-red {
  color:#fff;
  background:#e62243;
  border-color:#e62243;
	text-transform:none;
	letter-spacing:1px;
	font-weight:700;
	font-size:16px;
}
.btn-red:hover {
  color:#e62243;
  background: #fff;
}
.btn-blue {
  color:#fff;
  background:#262D64;
  border-color:#262D64;
	text-transform:none;
	letter-spacing:1px;
	font-weight:700;
	font-size:16px;
}
.btn-blue:hover {
  color:#262D64;
  background: #fff;
}

.hero-section {
  position:relative;
  width:100%;
  height:500px;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  overflow:hidden;
	margin-top:10px;
}
.hero-section .container {
  height:100%;
}
.hero-section::after {
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  height:75%;
  background:linear-gradient(to top, rgba(0,0,0,.40), rgba(0,0,0,0));
  z-index:1;
}
.hero-content {
  position:absolute;
  bottom:30px;
  left:0;
  z-index:2;
}
.hero-content .nazione {
	color:#fff;
  font-size:20px;
  font-weight:600;
  margin-bottom:15px;
}
.hero-content .titolo {
	color:#fff;
  font-size:40px;
  font-weight:700;
  margin-bottom:25px;
}
.hero-content .sottotitolo {
	color:#fff;
  font-size:24px;
  font-weight:600;
  margin:0;
}

.owl-carousel.owl-drag .owl-item .item {
  width: 100%;
}
.owl-carousel.owl-slider-citta .owl-stage-outer,
.owl-carousel.owl-slider-college .owl-stage-outer,
.owl-carousel.owl-escursioni .owl-stage-outer,
.owl-carousel.owl-escursioni-premium .owl-stage-outer,
.owl-carousel.owl-sistemazioni .owl-stage-outer,
.owl-carousel.owl-consigliati .owl-stage-outer {
	padding-top:0 !important;
}
.owl-slider-citta .owl-prev,
.owl-slider-citta .owl-next,
.owl-slider-college .owl-prev,
.owl-slider-college .owl-next,
.owl-escursioni .owl-prev,
.owl-escursioni .owl-next,
.owl-escursioni-premium .owl-prev,
.owl-escursioni-premium .owl-next,
.owl-sistemazioni .owl-prev,
.owl-sistemazioni .owl-next,
.owl-consigliati .owl-prev,
.owl-consigliati .owl-next {
	margin:0 !important;
	padding:0 !important;
	width:40px;
	height:40px;
	border-radius:20px !important;
	background-color:#fff !important;
	color:#000 !important;
	font-size:20px !important;
	line-height:36px;
	position:relative;
	border:1px solid #ddd;
}
.owl-slider-citta .owl-prev,
.owl-slider-college .owl-prev,
.owl-escursioni .owl-prev,
.owl-escursioni-premium .owl-prev,
.owl-sistemazioni .owl-prev,
.owl-consigliati .owl-prev {
	left:-15px;
	position:absolute;
	top:47%;
}
.owl-slider-citta .owl-next,
.owl-slider-college .owl-next,
.owl-escursioni .owl-next,
.owl-escursioni-premium .owl-next,
.owl-sistemazioni .owl-next,
.owl-consigliati .owl-next {
	right:-15px;
	position:absolute;
	top:47%;
}
.first-row-dettaglio {
	margin-top:60px;
}
.slider-citta-text h2 {
	font-size:20px;
	color:#262D64;
	margin-bottom:0;
	letter-spacing:0;
	font-weight:300;
}
@media(max-width:991px) {
	.hero-content {
		bottom:20px;
		left:15px;
	}
	.hero-content .nazione {
		font-size:18px;
	}
	.hero-content .titolo {
		font-size:36px;
	}
	.hero-content .sottotitolo {
		font-size:22px;
	}
	.slider-citta-text h2 {
		margin-top:20px;
	}
}
@media(max-width:767px) {
	.dettaglio-top-padding {
		padding-top:30px;
	}
	.first-row-dettaglio {
		margin-top:0;
	}
	.hero-section {
		margin-bottom:50px;
		height:400px;
		margin-top:0;
	}
	.hero-content .nazione {
		font-size:16px;
		margin-bottom:10px;
	}
	.hero-content .titolo {
		font-size:28px;
		margin-bottom:10px;
	}
	.hero-content .sottotitolo {
		font-size:18px;
	}
}
.slider-citta-text h3 {
	font-size:26px;
	color:#262D64;
	margin-top:0;
	margin-bottom:0;
	font-weight:900;
}
.slider-citta-text h4 {
	display:inline-block;
	font-size:20px;
	color:#e62243;
	margin-top:0;
	margin-bottom:15px;
	font-weight:700;
}
.slider-citta-text strong {
	color:#e62243;
}
.info-box {
  box-shadow:0 5px 10px rgba(0,0,0,.2);
  padding:20px;
  background:#fff;
  margin:15px 0;
	border-radius:20px;
	display:flex;
	gap:3rem;
}
.info-box p {
  margin-bottom:0;
	color:#262D64;
	display: flex;
  align-items: center;
}
.info-box p:last-child {
  margin-bottom:0;
}
.info-box p i,
.info-partenza p i {
  	font-size:20px;
  	position:relative;
}

@media(min-width:850px) {
	.info-box p i,
	.info-partenza p i {
		margin-right:7.5px;
	}
}

@media(max-width:849px) {
	.info-box p i,
	.info-partenza p i {
		min-width:40px;
	}
}

.info-box .highlight,
.info-partenza .highlight {
  font-weight:700;
  margin-left:8px;
}
.info-partenza {
  align-content:center;
}
.info-partenza p {
  margin-bottom:0;
	color:#262D64;
}
@media(max-width:767px) {
	.info-partenza {
		margin-bottom:15px;
	}
}

@media(max-width:991px) {
	.info-box {
    gap:2rem;
  }
}
@media(max-width:880px) {
	.info-box {
    gap:1rem;
  }
}
@media(max-width:849px) {
	.info-box {
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
  }
  .info-box p {
    width:100%;
  }
}

.listino-box {
  box-shadow:0 5px 10px rgba(0,0,0,.2);
  margin:15px 0;
  background:#fff;
  overflow:hidden;
	border-radius:20px;
}
.listino-header {
  padding:15px;
	background-color:#fff;
	border-bottom:1px solid #E6E6E6;
}
.listino-body {
  padding:20px 15px;
}
.text-strong {
  font-weight:700;
}
.listino-header .text-prezzo {
	text-align:right;
}
@media(max-width:767px) {
	.listino-header .text-prezzo {
		margin-top:10px;
		text-align:left;
	}
}
.text-20 {
  font-size:20px;
}
.text-24 {
  font-size:24px;
}
.strong-btn {
  font-weight:900;
}

.info-box-blue {
  background-color:#262D64;
  box-shadow:0 5px 10px rgba(0,0,0,.2);
  padding:20px;
  margin-bottom:30px;
  display:flex;
  align-items:flex-start;
  gap:15px;
	border-radius:20px;
}
.info-box-blue .icon-circle {
  width:70px;
  height:70px;
  border-radius:30%;
  background-color:rgba(255,255,255,.8);
  display:flex;
  justify-content:center;
  align-items:center;
  flex-shrink:0;
}
.info-box-blue img {
  max-width:50px;
}
.info-box-blue .text-content {
  display:flex;
  flex-direction:column;
}
.info-box-blue h4 {
  color:#fff;
  font-weight:800;
  font-size:16px;
  margin:0 0 10px 0;
	letter-spacing:1px;
}
.info-box-blue p {
  color:#fff;
  font-size:14px;
  line-height:1.5;
  margin:0;
	letter-spacing:0;
}
.info-box-blue a {
  color:#fff;
	font-weight:700;
}

.excursioni-box {
  display:flex;
  align-items:center;
  color:#262D64;
}
.excursioni-num {
  font-size:70px;
  font-weight:900;
  line-height:1;
  margin-right:10px;
}
.excursioni-text {
  display:flex;
  flex-direction:column;
  justify-content:center;
  font-size:26px;
  line-height:1.2;
}
.excursioni-bold {
  font-weight:900;
}

.box-escursioni-number {
  box-shadow:0 5px 10px rgba(0,0,0,.2);
  border-radius:0;
  margin:0;
  background:#fff;
  overflow:hidden;
	color:#262D64;
	padding:20px;
}
.box-escursioni-number h5 {
  font-size:60px;
	margin:0;
	color:#262D64;
	line-height:1;
}
.content-wrapper .panel-group .panel {
  margin-bottom:20px;
  border-radius:0;
  background-color:#262D64;
  color:#fff;
  
}
.detail-accordion .panel-default > .panel-heading {
  position:relative;
  height:auto;
  overflow:hidden;
  color:#fff;
  background-color:#262D64;
  padding:20px;
	margin-bottom:30px;
}
.detail-accordion .panel-default > .panel-heading .panel-title a {
  color:#fff;
  padding:0;
}
.detail-accordion .panel-default > .panel-heading .panel-title a:hover {
	font-weight:700;
}
.detail-accordion .panel-default > .panel-heading .panel-title a:focus {
	text-decoration:none;
}
.detail-accordion .panel-default > .panel-heading .panel-title a i {
  position:absolute;
  right:15px;
  color:#fff;
  top:5px;
}
.detail-accordion .panel-default > .panel-heading a::before {
  display:none;
}
.detail-accordion .panel-body ol li {
  padding-left:15px;
}
.detail-accordion .panel-body ol li a span {
  color:#575755;
}

.hp_item_scorrimento {
  position:relative;
  overflow:hidden;
}
.hp_item_scorrimento img {
  display:block;
  width:100%;
  height:auto;
  transition:transform 0.5s ease;
}
.hp_item_scorrimento:hover img {
  transform:scale(1.05);
}
.hp_item_scorrimento .overlay {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.7);
  color:#fff;
  opacity:0;
  transition:opacity 0.4s ease;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  padding:15px 30px;
}
.hp_item_scorrimento .overlay h3 {
	margin:0 0 10px;
	font-size:22px;
	font-weight:700;
	color:#fff;
	width:100%;
	line-height:1.25;
}
.hp_item_scorrimento .overlay p {
  font-size:14px;
  line-height:1.4;
	padding:15px;
}
.hp_item_scorrimento:hover .overlay {
  opacity:1;
}

section.highlights,
section.video,
section.quote,
section.info-programma  {
	background-color:#262D64;
}
section.highlights h2 {
	color:#fff;
	font-size:30px;
	font-weight:900;
}
section.highlights ul {
	/*list-style:none;*/
	color:#fff;
	margin-top:40px;
	margin-left:20px;
	margin-bottom:10px;
}
section.highlights ul > li {
	font-size:20px;
  padding-left:0;
	line-height:1.7;
}
section.quote p {
	color:#fff;
}

.icons-dettaglio {
  position:relative;
  text-align:center;
}
.icons-dettaglio img {
  margin:0 auto;
	max-width:70px;
}
.icons-dettaglio p {
  font-size:14px;
  font-weight:700;
	letter-spacing:0;
	text-align:center;
}
.card-hover {
  position:relative;
  overflow:hidden;
	cursor:pointer;
}
.card-front {
  transition:opacity 0.3s ease;
}
.card-back {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#262D64;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  opacity:0;
  transition:opacity 0.3s ease;
  font-size:13px;
	line-height:1.5;
  padding:15px;
  box-sizing:border-box;
}
.card-hover:hover .card-front {
  opacity:0;
}
.card-hover:hover .card-back {
  opacity:1;
}

.row.icons-dettaglio-row {
	padding-bottom:40px;
}
.icons-dettaglio-new {
	border-right:1px solid #E6E6E6;
}
.icons-border-bottom {
	border-bottom:1px solid #E6E6E6;
	width:100%;
	height:1px;
	margin-bottom:70px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .icons-dettaglio-row .icons-dettaglio-new:nth-child(3) {
    border-right:none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .icons-dettaglio-row .icons-dettaglio-new:nth-child(2),
	.icons-dettaglio-row .icons-dettaglio-new:nth-child(4) {
    border-right:none;
  }
}
.icons-dettaglio-row .icons-dettaglio-new:last-child {
	border-right:none;
}
.icons-dettaglio-new h6 {
	font-size:18px;
	color:#000;
	font-weight:700;
	margin-bottom:10px;
}
.icons-dettaglio-new p {
	font-size:13px;
	line-height:1.5;
	margin-bottom:15px;
}
.icons-dettaglio-new img {
	max-width:40px;
}
.icons-dettaglio-new img.img-mobile {
	display:none;
}
@media(max-width:767px) {
	.row.icons-dettaglio-row {
		padding-bottom:20px;
	}
	.icons-border-bottom {
		margin-bottom:40px;
	}
	.icons-dettaglio-new {
		border-right:none;
	}
	.icons-dettaglio-new img.img-dsktop {
		display:none;
	}
	.icons-dettaglio-new img.img-mobile {
		display:block;
	}
	.icons-dettaglio-new .icon-box {
    display:flex;
    align-items:flex-start;
    gap:20px;
  }
  .icons-dettaglio-new img {
    max-width:40px;
    margin:0;
    flex-shrink:0;
  }
	.icons-dettaglio-new h6 {
		margin-bottom:0;
	}
}

section.video h2,
section.quote h2,
section.info-programma h2 {
	color:#fff;
	font-size:30px;
	font-weight:900;
	margin-bottom:20px;
}
section.video h2,
section.video p {
	color:#fff;
}

.quote-panel {
  box-shadow:0 5px 10px rgba(0,0,0,.2) !important;
  padding:0;
	border-radius:30px;
	overflow:auto;
}
.quote-panel .panel-heading {
  background-color:#fff;
  border-bottom:1px solid #E6E6E6;
  padding:20px;
  border-top-left-radius:20px;
  border-top-right-radius:20px;
}
.quote-panel .panel-body {
  padding:20px;
}
.quote-panel h2 {
	font-size:30px;
  font-weight:900;
}

.info-salute-box {
  background-color:#fff;
  box-shadow:0 5px 10px rgba(0,0,0,.2);
  padding:20px;
  margin-bottom:30px;
  display:flex;
  align-items:flex-start;
  gap:15px;
	border-radius:20px;
}
.info-salute-box .icon-circle {
  width:70px;
  height:70px;
  border-radius:30%;
  background-color:rgba(23,67,140,.1);
  display:flex;
  justify-content:center;
  align-items:center;
  flex-shrink:0;
}
.info-salute-box img {
  max-width:50px;
}
.info-salute-box .text-content {
  display:flex;
  flex-direction:column;
}
.info-salute-box h4 {
  color:#262D64;
  font-weight:bold;
  font-size:16px;
  margin:0 0 10px 0;
}
.info-salute-box p {
  color:#555;
  font-size:14px;
  line-height:1.5;
  margin:0;
}

.info-programma-link {
	background-color:#fff;
	border-radius:15px;
	width:100%;
	padding:5px 20px 8px;
	margin-bottom:10px;
}
.info-programma-link a,
.link-bold a {
	color:#262D64;
}
.info-programma-link a:hover,
.link-bold a:hover {
	color:#262D64;
	font-weight:700;
}

.owl-consigliati .item {
	box-shadow:0px 0px 15px -4px rgba(0, 0, 0, 0.37);
	width:97% !important;
}

.modal-box {
	border: 2px solid #000;
	border-radius:10px;
	padding:25px 30px 45px;
	max-width:650px;
	margin:0 auto;
}
.modal-box h2 {
	color:#000;
	font-weight:700;
	margin-bottom:0;
}
.modal-box h4 {
	color:#000;
	font-weight:700;
	margin-bottom:0;
}
.modal-box ul {
	margin-left:15px;
	margin-bottom:30px;
}


.detail-gl-border {
	border-bottom:1px solid #E6E6E6;
	width:100%;
	height:1px;
	margin:15px 0;
}
.detail-gl-lastmargin {
	height:150px
}

@media only screen and (max-width: 767px) {
	.trip-guide-content-extended.detail {
    margin-bottom: auto;
  }
}

@media(min-width:768px) {
	.row.equal {
		display:flex;
		flex-wrap:wrap;
	}
	.row.equal > [class*='col-'] {
		display:flex;
	}
	.row.equal > [class*='col-'] > .info-box,
	.row.equal > [class*='col-'] > .listino-box {
		flex:1;
	}
}
@media(min-width:767px) {
  /* Colonna dei pulsanti */
  .row.equal > [class*='col-']:has(.btn) {
    flex-direction:column;
    justify-content:flex-end;
    align-items:stretch;
  }
  /* Pulsanti */
  .row.equal > [class*='col-']:has(.btn) .btn {
    width: 100%;
    margin-bottom:10px;
    text-align:center;
  }
  /* rimuove l'ultimo margine */
  .row.equal > [class*='col-']:has(.btn) .btn:last-child {
    margin-bottom:0;
  }
}
.row.equal > [class*='col-']:has(.btn) .btn {
	min-width: 120px;
}

.logo_accreditamento {
  max-width: 100px;
  max-height: 100px;
}
@media(max-width:767px) {
  .logo_accreditamento {
    max-width: 75px;
    max-height: 75px;
  }
	.detail-gl-lastmargin {
		height:100px
	}
}

@media(min-width:768px) {
	.row.flex-center {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;  /* centra orizzontalmente il gruppo */
	}
	.row.flex-center > [class^="col-"],
	.row.flex-center > [class*=" col-"] {
		float: none; /* non necessario, ma esplicito */
	}
	/* Spaziatura opzionale tra colonne */
	.row.flex-center > [class^="col-"] { margin: 7px; }
}
  
.panel-title-noaccordion {
	width:100%; background-color:#262D64; padding:20px; font-size: 16px; margin-bottom:30px; color:#fff; font-weight:600;
}

.sidebar-booking-box.calendario {
	display:flex;
	justify-content:space-between;
}
.sidebar-booking-box.calendario .form-group {
	align-content:center;
	margin-bottom:0;
}

.inline-label {
	width:auto;
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	color:#262D64;
	margin-right:5px;
}
.inline-field {
	width:auto;
	display: inline-block;
	vertical-align: middle;
}
.sidebar-booking-box.calendario a.btn {
	max-width:320px;
}

@media(max-width:1199px) {
	.sidebar-booking-box.calendario a.btn {
		max-width:230px;
	}
}

@media(max-width:991px) {
	.sidebar-booking-box.calendario {
		display:block;
	}
	.sidebar-booking-box.calendario .form-group {
		margin-bottom:10px;
	}
	.sidebar-booking-box.calendario .form-group.last {
		margin-bottom:30px;
	}
	.inline-label {
		width:20%;
		margin-right:0;
	}
	.inline-field {
		width:79%;
	}
	.sidebar-booking-box.calendario a.btn {
		max-width:100%;
		width:100%;
	}
}
@media(max-width:768px) {
	.inline-label {
		width:22%;
	}
	.inline-field {
		width:77%;
	}
}
@media(max-width:575px) {
	.inline-label {
		width:100%;
	}
	.inline-field {
		width:100%;
	}
	.hero-section {
		height:370px;
	}
	.hero-content {
    bottom:10px;
  }	
	.hero-section::after {
		height:80%;
		background:linear-gradient(to top, rgba(0,0,0,.60), rgba(0,0,0,0));
	}	
	.hero-content .nazione {
		font-size:14px;
		margin-bottom:5px;
	}
	.hero-content .titolo {
		font-size:26px;
		margin-bottom:5px;
		line-height:30px;
	}
	.hero-content .sottotitolo {
		font-size:16px;
	}
}
@media(max-width:399px) {
	.hero-section {
		height:260px;
		padding:50px 0 !important;
	}
	.hero-content {
    bottom:0;
  }
}

.prezzoMostratoBarrato {
	text-decoration: line-through;
}

@media(max-width:767px) {
	.divQuota, 
	.divEntroIl, 
	.prezzoMostrato, 
	.prezzoMostratoBarrato {
		display: inline-block;
	}
}