﻿@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=Poppins:wght@400;600;700;800&display=swap");
/*Blu*/
/*rosso*/
/*hover-bottone*/
/**/
/*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 generali del sito*/
/*dimensioni del container*/
/*azzeramenti*/
h1, h2, h3, h4, h5 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/*Centra un immagine orizzontalmente rispetto al contenitore*/
/*=====================
   DIMENSIONI TESTO/ICONE
======================*/
body {
  font-size: 16px;
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: auto;
}

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

/**umb_name:H1*/
.H1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
@media (min-width: 1200px) {
  .H1 {
    font-size: 2.5rem !important;
  }
}

/**umb_name:H2*/
.H2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
@media (min-width: 1200px) {
  .H2 {
    font-size: 2rem !important;
  }
}

/**umb_name:H3*/
.H3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
@media (min-width: 1200px) {
  .H3 {
    font-size: 1.75rem;
  }
}

/**umb_name:H4*/
.H4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
@media (min-width: 1200px) {
  .H4 {
    font-size: 1.5rem !important;
  }
}

/**umb_name:H5*/
.H5 {
  font-size: 1.25rem !important;
}

/**umb_name:Paragraph*/
.Paragraph {
  font-size: 1rem !important;
}

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

/**umb_name:Colore 2 arancio*/
.umb-color-2 {
  color: #F56A0E !important;
}

/**umb_name:Colore 3*/
.umb-color-3 {
  /*color: #727272 !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;
}

/**umb_name:Colore 7*/
.umb-color-7 {
  color: #3a578f !important;
}

/**umb_name:Colore 8*/
.umb-color-8 {
  color: #96B5CB !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;
}
