/* Minification failed. Returning unminified contents.
(61,34): run-time error CSS1019: Unexpected token, found ' '
(61,34): run-time error CSS1019: Unexpected token, found ' '
(61,34): run-time error CSS1042: Expected function, found ' '
(61,34): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(67,38): run-time error CSS1019: Unexpected token, found ' '
(67,38): run-time error CSS1019: Unexpected token, found ' '
(67,38): run-time error CSS1042: Expected function, found ' '
(67,38): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(73,36): run-time error CSS1019: Unexpected token, found ' '
(73,36): run-time error CSS1019: Unexpected token, found ' '
(73,36): run-time error CSS1042: Expected function, found ' '
(73,36): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(79,35): run-time error CSS1019: Unexpected token, found ' '
(79,35): run-time error CSS1019: Unexpected token, found ' '
(79,35): run-time error CSS1042: Expected function, found ' '
(79,35): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(85,34): run-time error CSS1019: Unexpected token, found ' '
(85,34): run-time error CSS1019: Unexpected token, found ' '
(85,34): run-time error CSS1042: Expected function, found ' '
(85,34): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(91,34): run-time error CSS1019: Unexpected token, found ' '
(91,34): run-time error CSS1019: Unexpected token, found ' '
(91,34): run-time error CSS1042: Expected function, found ' '
(91,34): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
@charset "UTF-8";
/**************************************************************************************************************
   [Style.css]
   Questo CSS Ã¨ utilizzato per definire gli stili condivisi fra Sito e Booking e utilizzati anche nei rich text box.
***************************************************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap");
/*grigio scuro*/
/*blu*/
/*grigio chiaro*/
/*rosso*/
/*rosso scuro*/
/*hover-bottone*/
/**/
/*gradienti sfumati*/
/*semplice animazione fade*/
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Carosello Web Booking */
/* Fine Caroselli */
/*RESPONSIVE HEIGHT CAROSELLO SITO*/
/* Visibilità select per tablist */
/*Aperture dei menu in mobile*/
/*larghezza drowdown-menu*/
/*freccia del dropdownmenu quando è in desk */
/*titoli primari1*/
/*titoli secondari del dettaglio*/
/*titoli piccoli*/
/*dimensioni del container*/
/*tabelle-responsive*/
/*azzeramenti*/
h1, h2, h3, h4, h5 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.mce-content-body {
  font-family: "Onest", sans-serif !important;
}

/*Centra un immagine orizzontalmente rispetto al contenitore*/
/*=====================
   DIMENSIONI TESTO/ICONE
======================*/
p {
  margin-bottom: auto;
}

body.mce-content-body p {
  margin: 0;
}

/**umb_name:H1*/
.H1 {
  font-size: clamp(2rem, 1.5rem + 2vw, 3.5rem) !important;
  line-height: 1.1 !important;
}

/**umb_name:H2*/
.H2 {
  font-size: clamp(1.75rem, 1.25rem + 1.5vw, 3rem) !important;
  line-height: 1.1 !important;
}

/**umb_name:H3*/
.H3 {
  font-size: clamp(1.6rem, 1.2rem + 1.5vw, 2rem) !important;
  line-height: 1.1 !important;
}

/**umb_name:H4*/
.H4 {
  font-size: clamp(1.25rem, 1rem + 0.8vw, 2rem) !important;
  line-height: 1.2 !important;
}

/**umb_name:H5*/
.H5 {
  font-size: clamp(1rem, 0.9rem + 0.3vw, 1.25rem) !important;
  line-height: 1.2 !important;
}

/**umb_name:Paragraph*/
.Paragraph {
  font-size: clamp(1rem, 0.9rem + 0.3vw, 1.25rem) !important;
  line-height: 1.2 !important;
}

/**umb_name:ancora*/
.ancora {
  visibility: hidden;
}

strong {
  font-weight: 600 !important;
}

/*======================
   INIZIO COLORE TESTO
======================*/
/**umb_name:Colore 1 nero*/
.umb-color-1 {
  color: #333 !important;
}

/**umb_name:Rosso-Helkin*/
.umb-color-2 {
  color: #BB0A2D !important;
}

/**umb_name:Blu-Helkin*/
.umb-color-3 {
  color: #3b5998 !important;
}

/**umb_name:Colore 4*/
.umb-color-4 {
  color: #333 !important;
}

/**umb_name:Colore 5*/
.umb-color-5 {
  color: #fff !important;
}

/**umb_name:Colore 6 grigio chiaro*/
.umb-color-6 {
  color: #e6e6e6 !important;
}

/*======================
   FORMATTAZIONI DEL TEST
======================*/
.bold {
  font-weight: 700;
}

/**umb_name:Corsivo*/
.italic {
  font-style: italic;
}

/**umb_name:Maiuscolo*/
.uppercase {
  text-transform: uppercase;
}

/**umb_name:Barrato*/
.strikethrough {
  text-decoration: line-through;
}

/**umb_name:not_refundable*/
.not_refundable {
  color: #c52828;
}

/**umb_name:free_cancellation*/
.free_cancellation {
  color: #0f7610;
}

.helkin-table-container {
  width: 100%;
  display: flex;
  margin: 2rem 0 1rem 0;
}
.helkin-table-container .left {
  width: 50%;
  border: 1px solid #cccccc;
}
.helkin-table-container .left div {
  padding: 0.5rem;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  background-color: #00418B;
}
.helkin-table-container .left div:last-child {
  border-bottom: 0;
}
.helkin-table-container .right {
  width: 50%;
  border: 1px solid #cccccc;
  border-left: 0px solid;
}
.helkin-table-container .right div {
  padding: 0.5rem;
  border-bottom: 1px solid #cccccc;
  color: #565656;
}
.helkin-table-container .right div:last-child {
  border-bottom: 0;
}
.helkin-table-container .left strong, .helkin-table-container .right strong {
  font-weight: 600;
}

