/* VARIABILI NON BOOTSTRAP */
/* VARIABILI BOOTSTRAP */
/*$primary:       $verde-scuro;*/
@keyframes shake_vertically {
  0% {
    transform: translate(0, 0); }
  25% {
    transform: translate(0, -5px); }
  75% {
    transform: translate(0, 5px); }
  100% {
    transform: translate(0, 0); } }
body {
  color: #666;
  font-family: "Roboto", sans-serif;
  font-size: 0.98rem;
  line-height: 1.55;
  font-weight: 300; }
  @media (max-width: 767.98px) {
    body {
      font-size: 0.9rem; } }
  @media (max-width: 419.98px) {
    body {
      font-size: 0.86rem; } }

.base,
td {
  color: #666;
  font-family: "Roboto", sans-serif;
  font-size: 0.98rem;
  line-height: 1.55;
  font-weight: 300; }
  @media (max-width: 767.98px) {
    .base,
    td {
      font-size: 0.9rem; } }
  @media (max-width: 419.98px) {
    .base,
    td {
      font-size: 0.86rem; } }

p {
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  letter-spacing: -0.5px;
  font-weight: 400; }

h1 {
  /* usato nel titolo landing */
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: -1px;
  color: #0a97de;
  font-weight: 400;
  text-transform: uppercase; }

h2 {
  /*	usato nell'h2 della landing */
  font-size: 2rem;
  font-weight: 700;
  color: #126fac;
  font-style: normal;
  text-transform: none;
  margin-bottom: 20px;
  margin-top: 30px;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center; }

h4 {
  font-weight: bold;
  font-size: 1.5rem; }

a:hover {
  color: #0a97de; }

.intestazione-bold-blu {
  /* usato nel titolo landing */
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: -1px;
  font-weight: 800;
  color: #096cb4;
  text-transform: none; }

.titoletto-giorno {
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 22px;
  color: #999; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

li {
  list-style: none; }

.testo-s {
  color: #666;
  font-family: "Roboto", sans-serif;
  font-size: 0.98rem;
  line-height: 1.55;
  font-weight: 300;
  font-size: 0.85rem; }
  @media (max-width: 767.98px) {
    .testo-s {
      font-size: 0.9rem; } }
  @media (max-width: 419.98px) {
    .testo-s {
      font-size: 0.86rem; } }

.testo-m {
  /* usato nel sottotitolo di travel gift checkout */
  font-size: 1.15rem;
  font-weight: 400; }

.testo-l {
  /* usato nel titolo landing */
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: -1px; }

strong,
b,
.bold {
  font-weight: 700; }

.bold-l {
  /*	usato nell'h2 della landing */
  font-size: 2rem;
  font-weight: 700;
  color: #126fac;
  font-style: normal;
  text-transform: none;
  margin-bottom: 20px;
  margin-top: 30px;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center; }

.serif {
  font-family: "Cormorant", serif;
  font-size: 1.5rem;
  line-height: 1.35; }

.serif-bold {
  font-family: "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.42;
  font-weight: 700; }

.corsivo {
  font-style: italic; }

.corsivo-m {
  /* sottotitolo pagina viaggi */
  font-family: "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.35rem;
  color: #808080; }

.corsivo-l {
  /* sottotitolo lista nozze */
  /* sottotitolo pagina viaggi */
  font-family: "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.35rem;
  color: #808080;
  font-size: 1.55rem; }
  @media (max-width: 575.98px) {
    .corsivo-l {
      font-size: 1.00rem; } }

.nero {
  color: #000; }

.blu {
  color: #096cb4; }

.giallo {
  color: #ffda61; }

.lista-tick-verde,
.lista-ancora-blu,
.lista-ancora-grigia {
  margin: 0;
  padding: 0;
  list-style: none; }

.lista-tick-verde li,
li.lista-tick-verde {
  background: url(/img/tick.svg) no-repeat left 5px;
  background-size: 18px;
  padding-left: 25px; }

.lista-ancora-blu li,
li.lista-ancora-blu {
  background: url(/img/ancora_blu.svg) no-repeat left 1px;
  background-size: 17px;
  padding-left: 25px; }

.lista-ancora-grigia li,
li.lista-ancora-grigia {
  background: url(/img/ancora_grigia.svg) no-repeat left 1px;
  background-size: 17px;
  padding-left: 25px; }

.lista-plus-giallo li,
li.lista-plus-giallo {
  background: url(/img/Plus_1.svg) no-repeat 2px 6px;
  background-size: 12px;
  padding-left: 25px; }

.program-tappa {
  font-weight: 700;
  color: #0a97de; }

.bold-blu {
  font-weight: 800;
  color: #096cb4; }

.azzurro {
  color: #0a97de; }

.verde {
  color: #27b561; }

.bottone {
  color: #fff;
  background-color: #096cb4;
  border-color: transparent;
  padding: 10px 40px;
  font-size: 1.35rem;
  line-height: 1.2;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase; }
  .bottone:hover {
    color: #fff;
    background-color: #075690;
    border-color: rgba(0, 0, 0, 0); }
  .bottone:focus, .bottone.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .bottone.disabled, .bottone:disabled {
    color: #fff;
    background-color: #096cb4;
    border-color: transparent; }
  .bottone:not(:disabled):not(.disabled):active, .bottone:not(:disabled):not(.disabled).active, .show > .bottone.dropdown-toggle {
    color: #fff;
    background-color: #074f83;
    border-color: rgba(0, 0, 0, 0); }
    .bottone:not(:disabled):not(.disabled):active:focus, .bottone:not(:disabled):not(.disabled).active:focus, .show > .bottone.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  @media (max-width: 575.98px) {
    .bottone {
      padding-left: 10px;
      padding-right: 10px;
      font-size: 0.85rem; } }
  @media (max-width: 419.98px) {
    .bottone {
      width: 100%;
      margin-bottom: 20px; } }

.bottone-verde {
  color: #fff;
  background-color: #27b561;
  border-color: transparent;
  padding: 10px 40px;
  font-size: 1.35rem;
  line-height: 1.2;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase; }
  .bottone-verde:hover {
    color: #fff;
    background-color: #209650;
    border-color: rgba(0, 0, 0, 0); }
  .bottone-verde:focus, .bottone-verde.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .bottone-verde.disabled, .bottone-verde:disabled {
    color: #fff;
    background-color: #27b561;
    border-color: transparent; }
  .bottone-verde:not(:disabled):not(.disabled):active, .bottone-verde:not(:disabled):not(.disabled).active, .show > .bottone-verde.dropdown-toggle {
    color: #fff;
    background-color: #1e8b4b;
    border-color: rgba(0, 0, 0, 0); }
    .bottone-verde:not(:disabled):not(.disabled):active:focus, .bottone-verde:not(:disabled):not(.disabled).active:focus, .show > .bottone-verde.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  @media (max-width: 575.98px) {
    .bottone-verde {
      padding-left: 10px;
      padding-right: 10px;
      font-size: 0.85rem; } }
  @media (max-width: 419.98px) {
    .bottone-verde {
      width: 100%;
      margin-bottom: 20px; } }

.bottone-verde-chiaro {
  color: #212529;
  background-color: #74c170;
  border-color: transparent;
  padding: 10px 40px;
  font-size: 1.35rem;
  line-height: 1.2;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  color: white; }
  .bottone-verde-chiaro:hover {
    color: #fff;
    background-color: #5ab555;
    border-color: rgba(0, 0, 0, 0); }
  .bottone-verde-chiaro:focus, .bottone-verde-chiaro.focus {
    box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5); }
  .bottone-verde-chiaro.disabled, .bottone-verde-chiaro:disabled {
    color: #212529;
    background-color: #74c170;
    border-color: transparent; }
  .bottone-verde-chiaro:not(:disabled):not(.disabled):active, .bottone-verde-chiaro:not(:disabled):not(.disabled).active, .show > .bottone-verde-chiaro.dropdown-toggle {
    color: #fff;
    background-color: #52b14d;
    border-color: rgba(0, 0, 0, 0); }
    .bottone-verde-chiaro:not(:disabled):not(.disabled):active:focus, .bottone-verde-chiaro:not(:disabled):not(.disabled).active:focus, .show > .bottone-verde-chiaro.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5); }
  @media (max-width: 575.98px) {
    .bottone-verde-chiaro {
      padding-left: 10px;
      padding-right: 10px;
      font-size: 0.85rem; } }
  @media (max-width: 419.98px) {
    .bottone-verde-chiaro {
      width: 100%;
      margin-bottom: 20px; } }

.bottone-blu {
  color: #fff;
  background-color: #096cb4;
  border-color: transparent;
  padding: 10px 40px;
  font-size: 1.35rem;
  line-height: 1.2;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase; }
  .bottone-blu:hover {
    color: #fff;
    background-color: #075690;
    border-color: rgba(0, 0, 0, 0); }
  .bottone-blu:focus, .bottone-blu.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .bottone-blu.disabled, .bottone-blu:disabled {
    color: #fff;
    background-color: #096cb4;
    border-color: transparent; }
  .bottone-blu:not(:disabled):not(.disabled):active, .bottone-blu:not(:disabled):not(.disabled).active, .show > .bottone-blu.dropdown-toggle {
    color: #fff;
    background-color: #074f83;
    border-color: rgba(0, 0, 0, 0); }
    .bottone-blu:not(:disabled):not(.disabled):active:focus, .bottone-blu:not(:disabled):not(.disabled).active:focus, .show > .bottone-blu.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  @media (max-width: 575.98px) {
    .bottone-blu {
      padding-left: 10px;
      padding-right: 10px;
      font-size: 0.85rem; } }
  @media (max-width: 419.98px) {
    .bottone-blu {
      width: 100%;
      margin-bottom: 20px; } }

.bottone-azzurro {
  color: #fff;
  background-color: #0a97de;
  border-color: transparent;
  padding: 10px 40px;
  font-size: 1.35rem;
  line-height: 1.2;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase; }
  .bottone-azzurro:hover {
    color: #fff;
    background-color: #087eb9;
    border-color: rgba(0, 0, 0, 0); }
  .bottone-azzurro:focus, .bottone-azzurro.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .bottone-azzurro.disabled, .bottone-azzurro:disabled {
    color: #fff;
    background-color: #0a97de;
    border-color: transparent; }
  .bottone-azzurro:not(:disabled):not(.disabled):active, .bottone-azzurro:not(:disabled):not(.disabled).active, .show > .bottone-azzurro.dropdown-toggle {
    color: #fff;
    background-color: #0876ad;
    border-color: rgba(0, 0, 0, 0); }
    .bottone-azzurro:not(:disabled):not(.disabled):active:focus, .bottone-azzurro:not(:disabled):not(.disabled).active:focus, .show > .bottone-azzurro.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  @media (max-width: 575.98px) {
    .bottone-azzurro {
      padding-left: 10px;
      padding-right: 10px;
      font-size: 0.85rem; } }
  @media (max-width: 419.98px) {
    .bottone-azzurro {
      width: 100%;
      margin-bottom: 20px; } }

.bottone-verde-transp {
  color: #fff;
  background-color: rgba(58, 168, 53, 0.7);
  border-color: transparent;
  padding: 20px 40px;
  font-size: 1.35rem;
  line-height: 1.2;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  border-radius: 0;
  font-weight: 300;
  font-weight: 300; }
  .bottone-verde-transp:hover {
    color: #fff;
    background-color: rgba(48, 139, 44, 0.7);
    border-color: rgba(0, 0, 0, 0); }
  .bottone-verde-transp:focus, .bottone-verde-transp.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .bottone-verde-transp.disabled, .bottone-verde-transp:disabled {
    color: #fff;
    background-color: rgba(58, 168, 53, 0.7);
    border-color: transparent; }
  .bottone-verde-transp:not(:disabled):not(.disabled):active, .bottone-verde-transp:not(:disabled):not(.disabled).active, .show > .bottone-verde-transp.dropdown-toggle {
    color: #fff;
    background-color: rgba(45, 129, 41, 0.7);
    border-color: rgba(0, 0, 0, 0); }
    .bottone-verde-transp:not(:disabled):not(.disabled):active:focus, .bottone-verde-transp:not(:disabled):not(.disabled).active:focus, .show > .bottone-verde-transp.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  @media (max-width: 575.98px) {
    .bottone-verde-transp {
      padding-left: 10px;
      padding-right: 10px;
      width: 100%;
      margin-bottom: 20px; } }

.bottone-blu-transp {
  color: #fff;
  background-color: rgba(9, 108, 180, 0.7);
  border-color: transparent;
  padding: 20px 40px;
  font-size: 1.35rem;
  line-height: 1.2;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  border-radius: 0;
  font-weight: 300;
  font-weight: 300; }
  .bottone-blu-transp:hover {
    color: #fff;
    background-color: rgba(7, 86, 144, 0.7);
    border-color: rgba(0, 0, 0, 0); }
  .bottone-blu-transp:focus, .bottone-blu-transp.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .bottone-blu-transp.disabled, .bottone-blu-transp:disabled {
    color: #fff;
    background-color: rgba(9, 108, 180, 0.7);
    border-color: transparent; }
  .bottone-blu-transp:not(:disabled):not(.disabled):active, .bottone-blu-transp:not(:disabled):not(.disabled).active, .show > .bottone-blu-transp.dropdown-toggle {
    color: #fff;
    background-color: rgba(7, 79, 131, 0.7);
    border-color: rgba(0, 0, 0, 0); }
    .bottone-blu-transp:not(:disabled):not(.disabled):active:focus, .bottone-blu-transp:not(:disabled):not(.disabled).active:focus, .show > .bottone-blu-transp.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  @media (max-width: 575.98px) {
    .bottone-blu-transp {
      padding-left: 10px;
      padding-right: 10px;
      width: 100%;
      margin-bottom: 20px; } }

.bottone-verde-squadrato {
  color: #fff;
  background-color: #27b561;
  border-color: transparent;
  padding: 20px 40px;
  font-size: 1.35rem;
  line-height: 1.2;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  border-radius: 0;
  font-weight: 300; }
  .bottone-verde-squadrato:hover {
    color: #fff;
    background-color: #209650;
    border-color: rgba(0, 0, 0, 0); }
  .bottone-verde-squadrato:focus, .bottone-verde-squadrato.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .bottone-verde-squadrato.disabled, .bottone-verde-squadrato:disabled {
    color: #fff;
    background-color: #27b561;
    border-color: transparent; }
  .bottone-verde-squadrato:not(:disabled):not(.disabled):active, .bottone-verde-squadrato:not(:disabled):not(.disabled).active, .show > .bottone-verde-squadrato.dropdown-toggle {
    color: #fff;
    background-color: #1e8b4b;
    border-color: rgba(0, 0, 0, 0); }
    .bottone-verde-squadrato:not(:disabled):not(.disabled):active:focus, .bottone-verde-squadrato:not(:disabled):not(.disabled).active:focus, .show > .bottone-verde-squadrato.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  @media (max-width: 575.98px) {
    .bottone-verde-squadrato {
      padding-left: 10px;
      padding-right: 10px;
      width: 100%;
      margin-bottom: 20px; } }

.tabella_tariffe {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }
  .tabella_tariffe caption {
    background: #1778C5;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 2px 0;
    caption-side: top; }
  .tabella_tariffe td {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #000000;
    padding: 2px 0 2px 10px; }
  .tabella_tariffe .titolo3 {
    color: #0a97de;
    font-weight: 700; }
  .tabella_tariffe .colorato {
    color: #0a97de; }

/*# sourceMappingURL=style.css.map */
