@charset "utf-8";
/* CSS Document */
.fontSofiaULi{
  font-family: "Sofia Sans", sans-serif;
font-weight:200;
}
.fontSofiaELi{
  font-family: "Sofia Sans", sans-serif;
font-weight:200;
}
.fontSofiaLi{
  font-family: "Sofia Sans", sans-serif;
}
.sofia-sans-<uniquifier> {
  font-family: "Sofia Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.fontAnton {
  font-family: "Anton SC", sans-serif;
  font-weight: 400;
  font-style: normal;
}
p{
  font-family: "Sofia Sans", sans-serif;
font-size: 24px;
font-weight:300;
}

@media (max-width: 576px) {
	p{
	font-size: 16px;
	}
}





.lightFont100{
	font-weight:100
}
.lightFont200{
	font-weight:200;
}
.lightFont300{
	font-weight:300;
}
.nomFont{
	font-weight:400;
}
.nomFontSb{
	font-weight:500;
}
.fontWBl{
	font-weight:700;
}
.fontWExBl{
	font-weight:900;
}
.sizeTitle{
	font-size:40px;
}
.foS12{
	font-size:12px;
}
.foS14{
	font-size:14px;
}
.foS16{
	font-size:16px;
}
.foS18{
	font-size:18px;
}
.foS20{
	font-size:20px;
}
.foS22{
	font-size:22px;
}
.foS24{
	font-size:24px;
}
.foS26{
	font-size:26px;
}
.foS30{
	font-size:30px;
}
.foS36{
	font-size:36px;
}
.foS46{
	font-size:46px;
}
.foS48{
	font-size:48px;
}
.foS55{
	font-size:55px;
}
.foS60{
	font-size:60px;
}
.foS72{
	font-size:72px;
}
.foS80{
	font-size:80px;
}
.foS94{
	font-size:94px;
}
.foS120{
	font-size:120px;
}
/*menu*/

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
  position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 90%;
  top: auto;
  left: 5%;
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}
.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #3e3d3c;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}
.header.with-effect .hamburger-toggle .hamburger span {
    background-color: #2b2a33; /* Cambia il colore delle linee dell'hamburger */
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}

/*.icons {
  display: inline-flex;
  margin-left: auto;
}
.icons a {
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}
.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}*/

@media screen and (min-width: 993px) {
.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
}


.navbar-nav.mx-auto .nav-item {
    margin: 0 18px; /* Aggiunge margine orizzontale tra le voci del menu principale */
}

/*fine menu*/


/*carosello*/
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}
.carousel-inner .carousel-item > img {
  -webkit-animation: zoom 40s;
  animation: zoom 40s;
}

.carousel-item > img {
    object-fit: cover;
    height: calc(100vh - 0px);
    width: 100%;
}
@media screen and (max-width: 768px) {
.carousel-item > img {
    object-fit: cover;
    height: calc(100vh - 0px);
    width: 100%;
}
}

.carousel-caption {
    text-align: left; /* Allinea il testo a sinistra */
    left: 10%; /* Sposta la didascalia verso sinistra (10% dal bordo sinistro) */
    right: auto; /* Rimuove l'allineamento destro */
    transform: none; /* Rimuove eventuali trasformazioni di centramento */
    padding-left: 20px; /* Aggiunge un margine interno a sinistra per spaziatura */
  bottom: 36%;
}

.carousel-item:after {
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:rgba(0,0,0,0.3);
}
.carousel-control-prev span{
font-size:300px;
}
.carousel-caption{
z-index:10000;
}
.carousel-caption h2{
	font-size:90px;
	font-family: "Anton SC", sans-serif;
	font-weight: 400;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
padding-bottom:8px;
}

        h1, h2{
            font-family: "Anton SC", sans-serif;
            font-size: 90px;
            font-weight: 400;
            line-height: 1;
            color: #303030;
        }


.carousel-caption p{
margin-top:-40px;
	font-size:90px;
	font-family: "Anton SC", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.3);
}
.carousel-caption h2,
.carousel-caption p {
    text-align: left; /* Assicura che h2 e p siano allineati a sinistra */
	color:#ffffff;

}
.carousel-control-next{
	font-size:100px;
}

@media only screen and (max-width: 480px) {
#slogan-sotto h2{
	font-size:44px;
}
        h1 {

            font-size: 44px;

        }

.carousel-caption h2{
	font-size:40px;
}

.carousel-caption p{
margin-top:-20px;
	font-size:40px;
}
}
@media only screen and (max-width: 320px) {
.carousel-caption h2{
	font-size:40px;
}
.carousel-caption p{
margin-top:-20px;
	font-size:40px;
}
}

/**/

/* Applica la scorribilità solo su schermi piccoli */
@media (max-width: 768px) {
    .scrollable-menu-content {
        max-height: 70vh; /* Imposta l'altezza massima solo per schermi piccoli */
        overflow-y: auto; /* Abilita la barra di scorrimento verticale */
padding-bottom: 100px;
    }
}

/* Su schermi più grandi, rimuovi le limitazioni di altezza */
@media (min-width: 769px) {
    .scrollable-menu-content {
        max-height: none; /* Disabilita qualsiasi altezza massima */
        overflow-y: visible; /* Mantieni il contenuto visibile senza barra di scorrimento */
    }
}


/*M*/

/* Imposta l'altezza della navbar */

/* Stile di base per la navbar */



header {
  padding: 0em 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  margin: 0 auto; 
}
.header {
  background-color: transparent;
  padding: 0px 0;
  text-align: left;
  position: fixed;
  width: 100%;
  font-size: 18px;
  transition: .6s;
  z-index: 999;
}

 .nav-link{
 	 font-family: "Inter", sans-serif;
	font-size:22px;
	color:#fff;
font-weight:200;
}
.header .nav-link .active{
	color:#2b2a33;
}

/*THIS EFFECT WHEN SCROLL*/
.header.with-effect .nav-link{
	color:#2b2a33;
	font-size:22px;
}
.header.with-effect {
  padding: 5px 0;
  font-size: 2px;
 /* background-color: #7f7f7f;*/

background-color: rgba(255,255,255, 1);
  color: #2b2a33;
}


.header .logoHotel img{
max-width:248px;
height:auto;
transition: all linear .5s;
}
.header.with-effect .logoHotel img{
max-width:118px;
height:auto;
 margin:6px 0px 0px 0px;
}


.navbar .iconMenu .bi{
font-size: 24px;
transition: all linear .5s;
padding-right:10px;
color:#fff;
}


.header.with-effect .navbar .iconMenu .bi{
font-size:22px;
color:#2b2a33;
}
.header.with-effect .navbar .iconMenu .bi:hover{
font-size:22px;
color:#000;
}

.iconMenu .bi:hover{
color:#000;

}

/* Impostiamo il contenitore dell'icona come posizione relativa */
.iconMenu {
    position: relative;
    display: inline-block;
    margin-right: 15px; /* Spazio tra le icone */
}

/* Posizioniamo il badge assolutamente rispetto all'icona */
.iconMenu .badge {
    position: absolute;
    top: 30px; /* Sposta il badge verso l'alto */
    right: 10px; /* Sposta il badge a destra */
    transform: translate(50%, -50%); /* Centra il badge rispetto all'angolo */
    font-size: 0.75rem; /* Riduce la dimensione del badge, se necessario */
    padding: 0.3em 0.6em; /* Regola il padding del badge */
    line-height: 1; /* Imposta l'altezza della linea */
}





.navbar-nav .nav-link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    transition: color 0.3s ease;
    padding-bottom: 5px; /* Distanza tra il testo e la sottolineatura */
}

.navbar-nav .nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px; /* Altezza della barra inferiore */
    background-color: #2b2a33; /* Colore della barra inferiore */
    transform: scaleX(0); /* Inizialmente invisibile */
    transform-origin: bottom left; /* Punto di origine a sinistra */
    transition: transform 0.3s ease; /* Transizione dell'effetto */
}

.navbar-nav .nav-link:hover::before,
.navbar-nav .nav-item:hover > .nav-link::before,
.navbar-nav .dropdown-menu.show > .nav-link::before,
.navbar-nav .nav-link.active::before {
    transform: scaleX(1); /* Espansione completa della barra inferiore */
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-item:hover > .nav-link,
.navbar-nav .dropdown-menu.show > .nav-link,
.navbar-nav .nav-link.active {
    color: #000; /* Colore del testo durante l'hover e per il link attivo */
    transition: color 0.3s ease;
}

.navbar-nav .dropdown-menu {
    margin-top: 0px; /* Aggiungi lo spazio desiderato tra il link e il sottomenu */
}


.navbar-nav.ms-auto {
    margin-left: 0 !important; /* Rimuove il margine sinistro automatico */
    margin-right: auto !important; /* Allinea verso il centro invece che a destra */
    display: flex;
    justify-content: center; /* Centra il contenuto orizzontalmente */
}
.navbar-nav.ms-auto .nav-link {
    border: 1px solid #3e3d3c; /* Bordo di 1px, colore scuro coerente con il tema */
    border-radius: 60px; /* Angoli arrotondati per un aspetto pulsante */
    padding: 8px 16px; /* Padding interno per un aspetto bilanciato */
    transition: all 0.3s ease; /* Transizione fluida per hover */
}

.navbar-nav.ms-auto .nav-link:hover {
    border-color: #f9502b; /* Cambia colore del bordo al passaggio del mouse */
    background-color: #f9502b; /* Sfondo leggero al passaggio del mouse */
    color: #fff; /* Colore del testo coerente */
}

/* Disattiva la sottolineatura per Link B */
.navbar-nav.ms-auto .nav-link::before {
    display: none; /* Rimuove la fascia inferiore */
}


/**/
#turn-header {
    position: absolute;
    z-index: 2;
    top: 10%;
    bottom: auto; /* Rimuovi bottom: 0 per evitare sovrapposizioni in basso */
    width: 60px; /* Limita la larghezza al minimo necessario */
    height: 60px; /* Limita l'altezza */
    text-align: center;
    margin: 0 auto; /* Centra orizzontalmente */
    left: 50%;
    transform: translateX(-50%); /* Centra rispetto alla larghezza */
    background-color: transparent; /* Rimuovi il background nero */
}
@media only screen and (max-width: 480px) {
	#turn-header {
	
		top: 8%;
	
	}
}
#turn-header a {
    display: block;
    width: 54px;
    height: 50px;
    margin: 0 auto;
    color: #484848;
    background-color: rgba(255, 255, 255, 0.4);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    pointer-events: auto; /* Assicura che il link sia cliccabile */
}
#turn-header .fa-solid{
	margin:8px 0px 0px 0px;
}
.floating-arrow {
  -webkit-animation-name: floating-arrow;
          animation-name: floating-arrow;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }
@-webkit-keyframes floating-arrow {
  from {
    -webkit-transform: translate(-0%, 0);
            transform: translate(-0%, 0); }
  65% {
    -webkit-transform: translate(-0%, 15px);
            transform: translate(-0%, 15px); }
  to {
    -webkit-transform: translate(-0%, 0);
            transform: translate(-0%, 0); } }

@keyframes floating-arrow {
  from {
    -webkit-transform: translate(-0%, 0);
            transform: translate(-0%, 0); }
  65% {
    -webkit-transform: translate(-0%, 15px);
            transform: translate(-0%, 15px); }
  to {
    -webkit-transform: translate(-0%, 0);
            transform: translate(-0%, 0); } }


/**/

/*luoghi*/
.listaLuoghi {
  position: relative;
background-color:#fff;
}
.listaLuoghi .owl-theme .custom-nav {
  position: absolute;
  top: 31%;
  left: 0;
  right: 0;

}
.listaLuoghi .owl-theme .custom-nav img{
	max-height:130px;
	width:auto;
	opacity: 0.8;
}
.listaLuoghi .owl-theme .custom-nav .owl-prev, .listaLuoghi .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 1;
}
.listaLuoghi .owl-theme .custom-nav .owl-prev i, .listaLuoghi .owl-theme .custom-nav .owl-next i {
  font-size: 2.5rem;
  color: #fff;
}
.listaLuoghi .owl-theme .custom-nav .owl-prev {
  left: 0;
}
.listaLuoghi .owl-theme .custom-nav .owl-next {
  right: 0;
}



@media only screen and (max-width: 1440px) {
.listaLuoghi .owl-theme .custom-nav img{
	max-height:80px;

}
}

/* Zoom In #1 */

.hover12 figure {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
	color:fff;
	
}
.hover12 figure:hover+span {
	opacity: 1;
}
/* Blur + Gray Scale */
.hover12 figure{
	background: #000;	
}
#turismo-jesolo .item img{
	opacity: 0.6;

}

.hover12 figure img {

	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	

	
	
}
.hover12 figure:hover img {
	  -webkit-filter: blur(8px); /* Safari 6.0 - 9.0 */
  filter: blur(8px);
	
	-webkit-transform: scale3d(1.2,1.2,1);
	transform: scale3d(1.2,1.2,1);
  	-webkit-transition: .6s;
	transition: .6s;
	transition-timing-function: ease-in-out;
	
}

.hover12 .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  text-align: center;
  top: 0;
  left: 0;
  color:#fff;
  padding:20% 0 0 0;

background-color:transparent;

}
.hover12 .overlay h3{
font-family: 'Montserrat', sans-serif;
   font-weight:400;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8); /**/
   text-transform: capitalize;
   font-size:24px;
   color:#fff;
text-align:left;
padding:0px 0px 0px 50px;

   
}
.hover12 .overlay p{
font-family: 'Montserrat', sans-serif;
   font-weight:300;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8); /**/
   text-transform: capitalize;
   font-size:18px;
   color:#fff;
text-align:left;
padding:0px 0px 0px 50px;

   
}
.hover12 .overlay {

  padding:65% 0 0 0;

}

@media only screen and (max-width: 1024px) {
.hover12 .overlay h3{

   font-size:18px;

}
.listaLuoghi .owl-theme .custom-nav {

  top: 20%;

}
}
@media only screen and (max-width: 480px) {
.listaLuoghi .owl-theme .custom-nav img{
	max-height:80px;
}
.listaLuoghi .owl-theme .custom-nav {

  top: 30%;


}
}
@media only screen and (max-width: 380px) {
	
.hover12 .overlay h3{

   font-size:18px;

}

}



#turismo-jesolo .card {
    padding: 1rem;
    margin: 1.5rem 4vw;
     /*border-radius: 1rem;
   background-color: rgba(238, 237, 237, 0.22);
    border-color: rgba(238, 237, 237, 0.22);
    box-shadow: 5px 6px 6px 2px #e9ecef;*/
    text-align: center;
	background-color:#282828;
	border:none;
	color:#a09f9f;
}

@media(max-width:768px) {
    #turismo-jesolo .card {
        margin: 1.5rem
    }

}




@media only screen and (max-width: 1280px) {

}



/**/
#lista-articoli{
margin-top:50px;

}
.product-grid{
    font-family: 'Montserrat Alternates', sans-serif;
    text-align: center;
    transition: all 0.7s ease 0s;

}
.product-grid:hover{ /*box-shadow: 0 0 10px rgba(0,0,0,0.15),10px 10px rgba(0,0,0,0.05);*/box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2) }
.product-grid .product-image{
    overflow: hidden;
    position: relative; border-top-left-radius:10px;border-top-right-radius:10px;
}
.product-grid .product-image a.image{ display: block;}
.product-grid .product-image img{
    width: 100%;
    height: auto;
}
.product-grid .product-image .pic-1{ transition: all 2s ease 0s; }
.product-grid .product-image:hover .pic-1{ opacity: 0; transition: transform 3s;}


.product-grid .product-image:hover .pic-1{
    opacity: 1;
    transform: scale(1.5);
}


.product-grid .product-links{
   background: #e3e1e1;
 /*background-color: rgba(255, 255, 255, 0.8);*/
    width: 41.5%;
    padding: 10px 0px 10px 0px;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: scaleX(2);
    position: absolute;
    bottom: -50px;
    right: 0;
    transition: all 0.5s ease-in-out 0s;
}

.product-grid:hover .product-links{
    opacity: 1;
    transform: scaleX(1);
    bottom: 0;
}
.product-grid .product-links li{
    margin: 0 -2px;
    display: inline-block;
}
.product-grid .product-links li a{
    color: #444;
    font-size: 16px;
    line-height: 41px;
    display: block;
    position: relative;
    transition: all .2s ease-out;
}
.product-grid .product-links li a:hover{
    color: #fff;
    background-color: #88c000;
}
.product-grid .product-links li a:before,
.product-grid .product-links li a:after{
    content: attr(data-tip);
    color: #fff;
    background-color: #222;
    font-size: 12px;
    line-height: 18px;
    padding: 5px 10px;
    white-space: nowrap;
    display: none;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -40px;
    transition: all 0.3s;
}
.product-grid .product-links li a:after{
    content: '';
    height: 15px;
    width: 15px;
    transform: translateX(-50%) rotate(45deg);
    top: -25px;
    z-index: -1;
}
.product-grid .product-links li a:hover:before,
.product-grid .product-links li a:hover:after{
    display: block;/**/
}
.product-grid .product-content{
    background: #fff;
    padding: 15px 12px;
    position: relative;
}
.product-grid .add-to-cart{
    color: #88c000;
    font-size: 15px;
    font-weight: 600;
    transform: translateX(-50%);
    position: absolute;
    top: 13px;
    left: 50%;
    opacity: 0;
    transition: all 1s ease 0s;
}
.product-grid:hover .add-to-cart{ opacity: 1; }
.product-grid .add-to-cart i.fas{
    font-size: 14px;
    margin: 0 5px 0 0;
}
.product-grid .product-content{
/*text-align:left;*/
}
.product-grid .titleImmobile{
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0px 0px 10px 0px;/**/
    transition: all 0.3s ease 0s;
text-align:left;
}
.product-grid .titleImmobile a{ color: #514e4e; text-decoration:none; }
.product-grid .title{
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0px 0px 10px 0px;/**/
    transition: all 0.3s ease 0s;
text-align:left;
}
.product-grid .title a{ color: #514e4e; text-decoration:none; }

.product-grid .services{
    color: #514e4e;
    font-size: 20px;
    font-weight: 300;
font-family: 'Oswald', sans-serif;
padding: 0px 0px 10px 0px;/**/
}
.product-grid .price{
    color: #514e4e;
    font-size: 20px;
    font-weight: 300;
font-family: 'Oswald', sans-serif;
padding: 0px 0px 10px 0px;
text-align:left;

}
.product-grid .services i{
    font-size: 26px;
	margin-right:10px;
}


@media screen and (max-width: 990px){
    .product-grid{ margin: 0 0 30px; }
}

.product-content .btn-light{
  --bs-btn-color: #000;
  --bs-btn-bg: #e3e1e1;
  --bs-btn-border-color: #e3e1e1;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #e3e1e1;
  --bs-btn-disabled-border-color: #e3e1e1;

}
.linkImo:link{
color:#090909;
}
.linkImo:hover{
color:#c69a7f;
background-color:#616161;

}
/**/
.product-grid .product-hot-label{
   	color: #e6190f; 

}
.product-grid .product-hot-label:link{
	color: #e6190f;
    /*background: #fff;*/
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 7px 12px;
    position: absolute;
    top: 45px;
    left: 0;
	width:60px;
	background-color: rgba(255, 255, 255, 0.5);
}
.product-grid .product-hot-label:hover{
	color: #c69a7f;
background-color: rgba(255, 255, 255, 0.9);
}
.product-content .prezzo{
font-family: 'Oswald', sans-serif;
font-weight:200;
font-size:26px;
margin-top:-5px;
/*background-color:#e3e1e1;*/
}

.product-content .btn{
font-family: 'Oswald', sans-serif;
font-weight:200;
font-size:32px;
} 	
.product-content span{
font-size:22px;
}
.product-content .immobile .btn{
font-family: 'Oswald', sans-serif;
font-weight:200;
font-size:24px;
}
#descrizione-negozio{
margin:140px 0px 0px 0px;
background-color:#e3e1e1;
color:#514e4e;
}
#descrizione-negozio img{
  width: 100%;
height:auto;
  object-fit: cover;
   added 
  object-position: bottom right;

  /*  object-fit: cover;
    height: calc(90vh - 0px);
    width: 100%;*/


/*  object-fit: cover;
  width:100%;
  height: 100vh;

  top: 0;
  left: 0;*/
}


/**/

.rating_bar {
  width: 105px;
  background: url(images/star-no.png) 0 0 repeat-x;
}

.rating_bar div {
  height: 24px;
  background: url(images/star.png) 0 0 repeat-x;
  
}

/**/
#recensioni-jchat, #offerte-hotel{
background-color:#fff;
}
#recensioni-jchat{
margin-top:-100px;
padding:140px 0px 160px 0px;

}


#recensioni-jchat .bg-info{
	background-color: #0594c0 !important;
}
#recensioni-jchat .colorNumber{
color:#0594c0;
}
.fondoRec{
	background-color:#0594c0;
	padding:130px 80px 0px 80px;
	color:#fff;
}

/**/

#descrizione-negozio{
margin:140px 0px 0px 0px;
background-color:#dd8c89;
color:#efefef;
}
#descrizione-negozio img{
  width: 100%;
height:auto;
  object-fit: cover;
  object-position: bottom right;

  /*  object-fit: cover;
    height: calc(90vh - 0px);
    width: 100%;*/


/*  object-fit: cover;
  width:100%;
  height: 100vh;

  top: 0;
  left: 0;*/
}
#descrizione-negozio h2, #descrizione-negozio h1, #lista-immobili h1{
	font-family: "Anton", sans-serif;
	font-size:30px;
}
#descrizione-negozio p{
	font-family: 'Montserrat Alternates', sans-serif;
	font-size:18px;
	line-height:30px;
}
.margini{

padding:0px 144px 0px 144px;

}

@media screen and (max-width: 1280px){

.margini{

padding:0px 70px 0px 70px;

}

#descrizione-negozio img{
object-fit: cover;
  width:100%;
  height: 100vh
}


}

@media screen and (max-width: 820px){
#descrizione-negozio img{
  width: 100%;
height:auto;
  object-fit: cover;
   added 
  object-position: bottom right;

  /*  object-fit: cover;
    height: calc(90vh - 0px);
    width: 100%;*/


/*  object-fit: cover;
  width:100%;
  height: 100vh;

  top: 0;
  left: 0;*/
}
.margini{

padding:0px 120px 0px 120px;

}
}
@media screen and (max-width: 480px){

.margini{

padding:0px 24px 0px 24px;

}

}


/**/

#newsletter-negozio{
background-color:#fff;
color:#554845;

}
.bg-newsletter{
	background-color:#fff;
	padding:60px 0px 20px 0px;
}
#newsletter-negozio h2{
  font-family: "Anton", sans-serif;
  font-size:64px;
}

/* -- Input styles ---------------------------------- */

#newsletter-negozio .form-group {
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:400;
  position: relative;
  margin-top: 0px;
  margin-bottom: 20px;
  color:#554845;
}
#newsletter-negozio .form-group .textIntro {
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:700;

}
#newsletter-negozio .form-group .testo {
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:400;

}
#newsletter-negozio button {
	margin:0;
}
#newsletter-negozio .input-group {
  position: relative;
  
}
#newsletter-negozio .form-control {
  display: block;
  height: 36px;
  width: 100%; 
  border: none;
  border-radius: 0 !important;

  font-size: 22px;
  font-weight: 200;
  letter-spacing:2px;
  /*padding: 0;*/

  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid #554845;
  color: #554845;
  
}
#newsletter-negozio.input-group .form-control {
  position: relative;
  z-index: inherit;
  float: inherit;
  width: 100%;
  margin-bottom: 0;/**/

}
#newsletter-negozio .form-control {
    color: #fff;
}
#newsletter-negozio .form-control:focus {
  border-color:#fff;
  outline: none;
  box-shadow: none;
  /*background-color:#fff;*/
  color:#fff;
}
#newsletter-negozio .titoloAltro{
	font-family:'Oswald', sans-serif;
	font-size:34px;
	letter-spacing:4px;
	font-weight:300;
	margin-bottom:28px;
}

@media(max-width:1440px) {

#newsletter-negozio h2{
padding-top:80px;

  font-size:52px;
}
}

@media only screen and (max-width: 780px) {
}

@media only screen and (max-width: 480px) {

#newsletter-hotel h2{
padding-top:80px;

  font-size:32px;
}
}


/**/
#elenco-servizi{
	background-color:#303030;
	padding:20px 0px 0px 0px;
	color:#ededed;
}

#elenco-servizi .subTitle{
	font-family: "Anton", sans-serif;
	font-size:30px;
	font-weight:400;
	text-align:center;
	letter-spacing:1px;
}

#elenco-servizi ul li{

list-style-type:none;
 display:inline-block;
padding: 16px;
text-align:center;

}

#elenco-servizi i{

	font-size:70px;

}

#elenco-servizi .elenco{
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	letter-spacing:1px;
	font-size:22px;
}
@media screen and (max-width: 480px){
#elenco-servizi{

	padding:30px 0px 0px 0px;

}
#elenco-servizi i{

	font-size:40px;

}
#elenco-servizi .elenco{
	font-size:16px;
}
}

@media screen and (max-width: 320px){
#elenco-servizi .elenco{
	font-size:14px;
}
}

/**/
#footer{
	background-color: #EDEDED;
	padding:120px 0px 120px 0px;
	color:#303030;
}
#footer .spazioD{
	padding-left:150px;
}

#footer .testo-centrato{
 text-align:center;
}
@media only screen and (max-width: 480px) {
	#footer .spazioD{
		padding-left:25px;
	}
	#footer .testo-centrato{
	 text-align:left;
	}
	#footer .spazioSmart{
		padding-left:25px;
	}
}
#footer img{
	max-width:140px;
	height: auto;
}
#footer .dati-negozio, .policy, .iban-hotel{
    font-family: 'Oswald', sans-serif;
	font-weight:300;
	font-size:18px;
}
#footer .dati-negozio ul{
	margin-top:15px;
}
#footer .dati-negozio li, .iban-hotel li{

	list-style:none;
	line-height:34px;
	font-size:18px;
	font-weight:300;
	margin-left:-30px;
	
}
#footer .dati-negozio li a, .numList a{
	color:#554845;
	text-decoration:none;
}
#footer .dati-negozio li a:hover, .numList a:hover{
	color:#b96764;
	text-decoration:none;
}
#footer .codFiscale{
    font-family: 'Oswald', sans-serif;
	font-weight:300;
	font-size:18px;
}
#footer .titleFo, .codFiscale{
    font-family: 'Oswald', sans-serif;
	font-weight:300;
	font-size:24px;
}
#footer .social{
	margin-top:-10px;
	margin-left:-30px;
}

#footer .social ul{

}
#footer .social li {
  display:inline;
	
}
#footer .social li a{
	font-size:54px;
	margin:0px 6px 0px 6px;

}
#footer .social li a{
	color:#554845;
}
#footer .social li a:hover{
	color:#b96764;
	text-decoration:none;
}
#footer .linkSocial{
	margin-top:-10px;
	margin-left:-30px;
}

#footer .linkSocial li{
	 display:inline;
	 margin:0px 6px 0px 6px;
}
#footer .linkSocial li a{
	color:#554845;
	font-size:54px;
}
#footer .linkSocial li a:hover{
	color:#b96764;
	text-decoration:none;
}
#footer .policy{
  display:inline;
margin-left:-30px;
}
#footer .policy li{
	 display:inline;
	 margin:0px 8px 0px 0px;
}
#footer .policy li a{
	color:#554845;
	font-size:18px;
	text-decoration:none;	
}
#footer .policy li a:hover{
color:#b96764;
	text-decoration:none;
}
.hotelMidi{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:34px;
	font-weight:normal;
margin-top:-14px;
}
#footer .style3{
	border-top: 1px solid #88635c;
	margin:40px 0px 50px 0px;
}
.areaCoL{
	max-width:280px;

text-align:center;
	
}
#footer .card {
    padding: 0rem;
    margin: 2.5rem 8vw;
     /*border-radius: 1rem;
   background-color: rgba(238, 237, 237, 0.22);
    border-color: rgba(238, 237, 237, 0.22);
    box-shadow: 5px 6px 6px 2px #e9ecef;*/
    text-align: center;
	background-color:#222222;
	border:none;
	color:#fff;
}
#footer .distS{
margin-top:10px;
}
/**/


/*AREA CALCOLO*/
@media (max-width: 767.98px) {
    #calcolo {
        opacity: 0; /* Inizia invisibile */
        transform: translateY(30px); /* Parte 30px più in basso */
        transition: opacity 0.3s ease-out, transform 0.3s ease-out; /* Durata aumentata e easing più morbido */
        pointer-events: none; /* Disabilita interazioni quando invisibile */
    }
    #calcolo.visible {
        opacity: 1; /* Completamente visibile */
        transform: translateY(0); /* Torna in posizione */
        transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out; /* Transizione più veloce per l'apparizione */
        pointer-events: auto; /* Abilita interazioni quando visibile */
    }
}

#calcolo.visible {
    display: block;
    opacity: 1;
    transform: translateY(0);
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1); /* Ombra sopra la sezione */
}

#calcolo{
	z-index:1000;    
	background-color: #fff;
	color:#000;

	/*margin:80px 0px 0px 0px;*/
}


.calcolo-top {
    background: none;

}
.calcolo-topPulsante{
		padding: 0px 0px 0px 0px;
}



.testoLink{
text-transform:lowercase;
}

/*calcolo .linkMobile li{display:inline-block;margin:0px 0px 8dpx 0px;}
#calcolo .linkMobile li a{display: flex;color:#fff;line-height:45px;text-align:center;margin:0px; font-size:20px;}
*/

#calcolo a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px;
  font-family: "Sofia Sans", sans-serif;
	font-weight:300;

    color: #000;
    text-decoration: none;
}
#calcolo .bi{
	font-size:20px;
	margin-top:5px;
}

#calcolo span{
    font-size: 14px;
	margin-top:-5px;
padding-bottom:5px;
}

/**/

#intro{

padding-top:0px;
}


/**/
       /* Intro wrapper */
        .intro-wrapper {
            height: 70vh; /* Altezza simile a ManyChat */
            background-color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .intro {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
        }

        .max-width-small {
            max-width: 50%;
margin:120px 0px 120px 0px;
        }

        .margin-small {
            margin: 3.5rem 0 0 0;
        }

        /*.heading-style-h3 {
            font-family: "Anton SC", sans-serif;
            font-size: 2.8125rem;
            font-weight: 500;
            line-height: 1;
            letter-spacing: -0.02em;
            color: #000;
        }*/

        .light-green-underline {
            display: inline-block;
            box-shadow: 0 2px 0 var(--green);
        }

        .text-size-medium {
            font-size: 1.125rem;
            color: var(--gray-500);
            margin-bottom: 2rem;
        }

        /* Sezione schede */
        .section_tabs {
            background-color: var(--gray-800);
            position: relative;
            margin-top: -1px; /* Evita gap tra le sezioni */
        }

        .padding-section-large {
            padding: 7rem 0;
        }

        @media (max-width: 576px) {
            .padding-section-large {
                padding: 2rem 0 0 0;
            }
        .max-width-small {
            max-width: 90%;
margin:0px 0px 0px 0px;
        }

        .intro-wrapper {
            height: 50vh; /* Altezza simile a ManyChat */

        }
        }

        .tabs_height {
            height: 290vh;
        }

        @media (max-width: 576px) {
            .tabs_height {
                height: 290vh;
            }
        }

        .tabs_sticky-wrapper {
            height: 80vh;
            position: sticky;
            top: 0; /* Allineamento immediato */
            overflow: hidden;
        }

        .tabs_container {
            max-width: 120rem;
            margin: 0 auto;
            height: 100%;
            position: relative;
        }

        .tab-row {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            opacity: 0;
            transform: translateY(20px);
        }

        .tab-row.active {
            opacity: 1;
            transform: translateY(0);
        }


        /*.tabs_image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: var(--border-radius--medium);
        }*/

        #jchat-showcase h2 {
            font-family: "Anton SC", sans-serif;
            font-size: 4.825rem;

            line-height: 1.05;
            color: #F5F5F5;
        }
		#jchat-showcase p{
            color: #F5F5F5;
  font-family: "Sofia Sans", sans-serif;
font-weight:300;
font-size: 24px;
		}

        @media (max-width: 576px) {
            .heading-style-h4 {
                font-size: 2.25rem;
            }
			#jchat-showcase h2 {
            line-height: 0;
				font-size: 2.25rem;

			}
		#jchat-showcase p{
font-size: 16px;
padding:0px 10px 0px 10px;
		}
        }

        .text-color-green {
            color: var(--green);
        }

        .tabs_line {
            width: 100%;
            height: 1px;
            background-color: var(--gray-500);
            margin: 1rem 0;
        }

        .text-size-small {
            font-size: 1.3rem;
            color: #F5F5F5;
        }

        @media (max-width: 576px) {
            .text-size-small {
                font-size: 0.875rem;
            }
        }

        /* Stile pulsante Bootstrap */
.btn{
  font-family: "Inter", sans-serif;
font-size:24px;
font-weight:300;
}
        .tabs_button-wrapper {
            position: absolute;
            bottom: 10rem;
            left: 6.5rem;
            width: calc(50%); /* Corrisponde a col-lg-4 con padding */
            z-index: 20;
  font-family: "Inter", sans-serif;
font-size:36px
        }


        @media (max-width: 991px) {
            .tabs_button-wrapper {
                width: calc(100% - 3rem);
            left:1.5rem;
            bottom: 5rem;
            }
        }

        @media (max-width: 412px) {
            .tabs_button-wrapper {
                width: calc(100% - 3rem);
            left:1.5rem;
            bottom: 5rem;
            }
        }


        .btn-jchatS {
            background-color: var(--green);
            color: #000;
            font-weight: 500;
            padding: 0.75rem 1.5rem;
            border-radius: var(--border-radius--medium);
            transition: background-color 0.3s;
            width: 100%;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .btn-jchatS:hover {
            background-color: #4de0a8;
        }

        .btn-jchatS .bi {
            margin-left: 0.5rem;
        }

        #jchat-showcase {
            background-color:#000a2d;
        }

/* Sezione dettagli qualità */
.section-quality {
    background-color: #fff; /* Sfondo neutro, modifica se necessario */
    position: relative;
    overflow: hidden; /* Evita traboccamenti */
}

.quality-container {
    display: flex;
    flex-direction: row;
    height: 100vh; /* Altezza piena per l'effetto immersivo */
    width: 300vw; /* 100vw per ogni pannello (3 pannelli) */
}

.panel {
    /*min-width: 100vw;  Ogni pannello occupa la larghezza della finestra */
    height: 100%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;

}
#dettagli-qualità{

}
#dettagli-qualità p{
    font-size: 50px; /* Dimensione testo, regola se necessario */
    font-family: "Anton SC", sans-serif; /* Coerenza con il sito */
}


@media (max-width: 576px) {
    .panel {
        font-size: 32px; /* Testo più piccolo su mobile */
    }
#dettagli-qualità p{
    font-size: 26px; /* Dimensione testo, regola se necessario */
}
    .quality-container {
        height: 100vh; /* Mantieni altezza piena */
    }
}

/**/

#dettagli-qualita{
padding:80px 0px 220px 0px;
background-color:#ffc107;

}
#dettagli-qualita p{
    font-size: 50px; /* Dimensione testo, regola se necessario */
    font-family: "Anton SC", sans-serif; /* Coerenza con il sito */
}


@media (max-width: 576px) {
    .panel {
        font-size: 32px; /* Testo più piccolo su mobile */
    }
#dettagli-qualita p{
    font-size: 26px; /* Dimensione testo, regola se necessario */
}
    .quality-container {
        height: 100vh; /* Mantieni altezza piena */
    }

#recensioni-jchat{
margin-top:-100px;
padding:0px 0px 160px 0px;

}

#recensioni-jchat h2{

 font-size:32px;
margin-top:80px;
}

.fondoRec{

	padding:80px 80px 80px 80px;

}

}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0594c0;
  --bs-btn-border-color: #0594c0;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #4e4e4e;
  --bs-btn-hover-border-color: #4e4e4e;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4e4e4e;
  --bs-btn-active-border-color: #4e4e4e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #4e4e4e;
  --bs-btn-disabled-border-color: #4e4e4e;
}
#modalCookie p, #second-modal p{
  font-family: "Sofia Sans", sans-serif;
font-size:18px;
font-weight:300;
}

#modalMail, #modalCookie, #second-modal{
	color:#282828;
  font-family: "Sofia Sans", sans-serif;
font-weight:300;
}
.outerDivFull { margin:50px; } 



.gestFreccia[aria-expanded="true"] .fa-chevron-down {
  transform: rotate(180deg);
}

.fa-chevron-up {
    transition: all 0.3s ease;
 }
.gestFreccia.collapsed .fa-chevron-up {
  transform: rotate(180deg);
}

.cookie .modal-body{
    height: 450px;
    overflow-y: auto;
}
/**/

.form-group .form-check label{
	cursor:pointer;
}

.form-check-input {
  cursor: pointer !important;
}

.maiuscoletto{font-variant: small-caps; text-decoration:underline; font-size:22px;}

.modal .btn{

font-size:18px;

}

/**/
#privacyModal p, #coockieModal p{
    font-family: "Sofia Sans", sans-serif;
font-weight:300;
font-size: 18px;
}
#privacyModal  h2, h3, #coockieModal h2, h3{
  font-family: "Anton SC", sans-serif;
  font-weight: 400;
  font-style: normal;
font-size:30px;
}


