/** Black */
@font-face {
  font-family: "SF Display";
  font-weight: 900;
  src: url("fonts/SF-UI-Display-Black.otf");
}
/** Bold */
@font-face {
  font-family: "SF Display";
  font-weight: 700;
  src: url("fonts/SF-UI-Display-Bold.otf");
}
/** Heavy */
@font-face {
  font-family: "SF Display";
  font-weight: 800;
  src: url("fonts/SF-UI-Display-Heavy.otf");
}
/** Light */
@font-face {
  font-family: "SF Display";
  font-weight: 200;
  src: url("fonts/SF-UI-Display-Light.otf");
}
/** Medium */
@font-face {
  font-family: "SF Display";
  font-weight: 500;
  src: url("fonts/SF-UI-Display-Medium.otf");
}
/** Regular */
@font-face {
  font-family: "SF Display";
  font-weight: 400;
  src: url("fonts/SF-UI-Display-Regular.otf");
}
/** Semibold */
@font-face {
  font-family: "SF Display";
  font-weight: 600;
  src: url("fonts/SF-UI-Display-Semibold.otf");
}
/** Thin */
@font-face {
  font-family: "SF Display";
  font-weight: 300;
  src: url("fonts/SF-UI-Display-Thin.otf");
}
/** Ultralight */
@font-face {
  font-family: "SF Display";
  font-weight: 100;
  src: url("fonts/SF-UI-Display-Ultralight.otf");
}
/*---------------------------------------------------------------------------*
 * SF UI Text
 *---------------------------------------------------------------------------*/
/** Bold */
@font-face {
  font-family: "SF Text";
  font-weight: 700;
  src: url("fonts/SF-UI-Text-Bold.otf");
}
/** Bold Italic */
@font-face {
  font-family: "SF Text";
  font-weight: 700;
  font-style: italic;
  src: url("fonts/SF-UI-Text-BoldItalic.otf");
}
/** Heavy */
@font-face {
  font-family: "SF Text";
  font-weight: 800;
  src: url("fonts/SF-UI-Text-Heavy.otf");
}
/** Heavy Italic */
@font-face {
  font-family: "SF Text";
  font-weight: 800;
  font-style: italic;
  src: url("fonts/SF-UI-Text-HeavyItalic.otf");
}
/** Light */
@font-face {
  font-family: "SF Text";
  font-weight: 200;
  src: url("fonts/SF-UI-Text-Light.otf");
}
/** Light Italic */
@font-face {
  font-family: "SF Text";
  font-weight: 200;
  font-style: italic;
  src: url("fonts/SF-UI-Text-HeavyItalic.otf");
}
/** Medium */
@font-face {
  font-family: "SF Text";
  font-weight: 500;
  src: url("fonts/SF-UI-Text-Medium.otf");
}
/** Medium Italic */
@font-face {
  font-family: "SF Text";
  font-weight: 500;
  font-style: italic;
  src: url("fonts/SF-UI-Text-MediumItalic.otf");
}
/** Regular */
@font-face {
  font-family: "SF Text";
  font-weight: 400;
  src: url("fonts/SF-UI-Text-Regular.otf");
}
/** Regular Italic */
@font-face {
  font-family: "SF Text";
  font-weight: 400;
  font-style: italic;
  src: url("fonts/SF-UI-Text-RegularItalic.otf");
}
/** Semibold */
@font-face {
  font-family: "SF Text";
  font-weight: 600;
  src: url("fonts/SF-UI-Text-Semibold.otf");
}
/** Semibold Italic */
@font-face {
  font-family: "SF Text";
  font-weight: 600;
  font-style: italic;
  src: url("fonts/SF-UI-Text-SemiboldItalic.otf");
}
/** Ultrathin */
@font-face {
  font-family: "SF Text";
  font-weight: 100;
  src: url("fonts/SF-UI-Text-Ultrathin.otf");
}
/** Ultrathin Italic */
@font-face {
  font-family: "SF Text";
  font-weight: 100;
  font-style: italic;
  src: url("fonts/SF-UI-Text-UltrathinItalic.otf");
}
/*---------------------------------------------------------------------------*
 * SF Mono
 *---------------------------------------------------------------------------*/
/** Bold */
@font-face {
  font-family: "SF Mono";
  font-weight: 700;
  src: url("fonts/SFMono-Bold.otf");
}
/** Bold Italic */
@font-face {
  font-family: "SF Mono";
  font-weight: 700;
  font-style: italic;
  src: url("fonts/SFMono-BoldItalic.otf");
}
/** Heavy */
@font-face {
  font-family: "SF Mono";
  font-weight: 800;
  src: url("fonts/SFMono-Heavy.otf");
}
/** Heavy Italic */
@font-face {
  font-family: "SF Mono";
  font-weight: 800;
  font-style: italic;
  src: url("fonts/SFMono-HeavyItalic.otf");
}
/** Light */
@font-face {
  font-family: "SF Mono";
  font-weight: 200;
  src: url("fonts/SFMono-Light.otf");
}
/** Light Italic */
@font-face {
  font-family: "SF Mono";
  font-weight: 200;
  font-style: italic;
  src: url("fonts/SFMono-HeavyItalic.otf");
}
/** Medium */
@font-face {
  font-family: "SF Mono";
  font-weight: 500;
  src: url("fonts/SFMono-Medium.otf");
}
/** Medium Italic */
@font-face {
  font-family: "SF Mono";
  font-weight: 500;
  font-style: italic;
  src: url("fonts/SFMono-MediumItalic.otf");
}
/** Regular */
@font-face {
  font-family: "SF Mono";
  font-weight: 400;
  src: url("fonts/SFMono-Regular.otf");
}
/** Regular Italic */
@font-face {
  font-family: "SF Mono";
  font-weight: 400;
  font-style: italic;
  src: url("fonts/SFMono-RegularItalic.otf");
}
/** Semibold */
@font-face {
  font-family: "SF Mono";
  font-weight: 600;
  src: url("fonts/SFMono-Semibold.otf");
}
/** Semibold Italic */
@font-face {
  font-family: "SF Mono";
  font-weight: 600;
  font-style: italic;
  src: url("fonts/SFMono-SemiboldItalic.otf");
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.6;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
/*
[hidden] {
  display: none;
}
.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}
.cc-window.cc-invisible {
  opacity: 0;
}
.cc-animate.cc-revoke {
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
          transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
          transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}
.cc-link,
.cc-revoke:hover {
  text-decoration: underline;
}
.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: flex;
  flex-wrap: nowrap;
  z-index: 9999;
}
.cc-window.cc-static {
  position: static;
}
.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  flex-direction: column;
}
.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  flex-direction: row;
}
.cc-revoke {
  padding: 0.5em;
}
.cc-header {
  font-size: 18px;
  font-weight: 700;
}
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}
.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
}
.cc-link:hover {
  opacity: 1;
}
.cc-link:active,
.cc-link:visited {
  color: initial;
}
.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}
.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}
.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}
.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}
.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}
.cc-top {
  top: 1em;
}
.cc-left {
  left: 1em;
}
.cc-right {
  right: 1em;
}
.cc-bottom {
  bottom: 1em;
}
.cc-floating > .cc-link {
  margin-bottom: 1em;
}
.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance {
  flex: 1 0 auto;
}
.cc-window.cc-banner {
  align-items: center;
}
.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}
.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}
.cc-banner .cc-message {
  display: block;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
}
.cc-compliance {
  display: flex;
  align-items: center;
  align-content: space-between;
}
.cc-floating .cc-compliance > .cc-btn {
  flex: 1;
}
.cc-btn + .cc-btn {
  margin-left: 0.5em;
}
@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner,
  .cc-window.cc-floating,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    flex: 1 1 auto;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    align-items: unset;
  }
  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  flex: none;
}
.cc-theme-classic .cc-btn {
  border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}
.cc-theme-edgeless.cc-window {
  padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}
*/
html {
  font-size: 16px;
}
/*"SF Text", "SF Display" or "SF Mono" */
body {
  font-family: "SF Display", "Myriad Set Pro", "SF Pro Icons", "Apple Legacy Chevron", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 0;
  margin: 0;
  width: 100%;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23eeeeee' fill-opacity='0.8' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
}
body.popup-aperto {
  position: fixed;
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
}
* {
  box-sizing: border-box;
}
.contenitore {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem;
  position: relative;
}
.cont-partecipazione {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.partecipazione {
  font-size: 1vmin;
  border: 1px solid #eee;
  width: 90vmin;
  height: 90vmin;
  max-width: 50rem;
  max-height: 50rem;
  margin: 5rem 2rem;
  position: relative;
  -webkit-perspective: 100rem;
          perspective: 100rem;
  cursor: pointer;
  transition: all 0.15s ease;
  /*
  .bici {
    display: none;
    
    position: relative;
  	transform: translateY(-50%);
  	top: 50%;
  	margin-top: -2rem;
  	margin-bottom: 4rem;
  	text-align: center;
  	animation: .3s ease-in-out both 2s move-bici;
  }
*/
  /*
  .nomi, .cerimonia, .data {
    animation: .6s ease-in-out both 2.2s fade-in-partecip;
  }
*/
}
.partecipazione:hover {
  transition: all 0.15s ease;
  box-shadow: 12px 12px 30px 2px rgba(0, 0, 0, 0.25);
}
.partecipazione .esterno {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 80%;
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
.partecipazione .esterno .fronte,
.partecipazione .esterno .retro {
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 260px;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 1px solid #eee;
}
.partecipazione .esterno .fronte {
  background: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.25);
}
.partecipazione .esterno .fronte .bici {
  line-height: 0;
  margin-bottom: -2rem;
  width: 100%;
}
.partecipazione .esterno .fronte .bici svg {
  width: 80%;
}
.partecipazione .esterno .retro {
  background: #eee;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.partecipazione.aperta .esterno {
  -webkit-animation: 1s ease-in-out both flip-apri;
          animation: 1s ease-in-out both flip-apri;
}
.partecipazione.chiusa .esterno {
  -webkit-animation: 1s ease-in-out both flip-chiudi;
          animation: 1s ease-in-out both flip-chiudi;
}
@-webkit-keyframes flip-apri {
  100% {
    z-index: -1;
    -webkit-transform: translateY(0%) rotateX(360deg) skewX(-10deg);
            transform: translateY(0%) rotateX(360deg) skewX(-10deg);
  }
}
@keyframes flip-apri {
  100% {
    z-index: -1;
    -webkit-transform: translateY(0%) rotateX(360deg) skewX(-10deg);
            transform: translateY(0%) rotateX(360deg) skewX(-10deg);
  }
}
@-webkit-keyframes flip-chiudi {
  0% {
    z-index: -1;
    -webkit-transform: translateY(0%) rotateX(360deg) skewX(-10deg);
            transform: translateY(0%) rotateX(360deg) skewX(-10deg);
  }
}
@keyframes flip-chiudi {
  0% {
    z-index: -1;
    -webkit-transform: translateY(0%) rotateX(360deg) skewX(-10deg);
            transform: translateY(0%) rotateX(360deg) skewX(-10deg);
  }
}
.partecipazione:not(.aperta) #ruota_a,
.partecipazione:not(.aperta) #ruota_p,
.partecipazione:not(.aperta) #pedale_a,
.partecipazione:not(.aperta) #pedale_p {
  -webkit-animation: 8s loading 1s linear 10;
          animation: 8s loading 1s linear 10;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  transform-box: fill-box;
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@supports (-moz-appearance:meterbar) {
  .partecipazione:not(.aperta) #ruota_a {
    -webkit-transform-origin: 757px 271px;
            transform-origin: 757px 271px;
  }
  .partecipazione:not(.aperta) #ruota_p {
    -webkit-transform-origin: 160px 271.3px;
            transform-origin: 160px 271.3px;
  }
  .partecipazione:not(.aperta) #pedale_a {
    -webkit-transform-origin: 539px 276px;
            transform-origin: 539px 276px;
  }
  .partecipazione:not(.aperta) #pedale_p {
    -webkit-transform-origin: 352px 276px;
            transform-origin: 352px 276px;
  }
}
.partecipazione .interno {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #FFF;
  border: 1px solid #eee;
}
.partecipazione .interno svg {
  width: 100%;
  height: 100%;
}
.partecipazione .interno svg #luogo {
  transition: all 0.15s ease;
  cursor: pointer;
  display: block;
  pointer-events: bounding-box;
}
.partecipazione .interno svg #luogo:hover #testo path {
  fill: #1F4E81;
  transition: all 0.15s ease;
}
.partecipazione .interno svg #data {
  cursor: pointer;
  pointer-events: bounding-box;
}
.partecipazione .interno .tooltip {
  pointer-events: none;
  position: absolute;
  font-size: 1rem;
  text-align: center;
  background: #1F4E81;
  padding: 0.2em 0.8em;
  z-index: 5;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  color: #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 1px 1px #eee;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: -60px;
  box-sizing: content-box;
  white-space: nowrap;
  display: none;
}
.partecipazione .interno .tooltip.active {
  display: block;
}
.partecipazione .interno .tooltip:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #1F4E81;
}
.partecipazione .interno .nomi {
  text-align: center;
  margin: 0;
}
.partecipazione .interno .nomi svg {
  width: 40em;
  max-width: 100%;
  height: 100%;
}
.partecipazione .interno .cerimonia {
  text-align: center;
  color: #212121;
  letter-spacing: 1.2px;
  display: inline-block;
  white-space: nowrap;
}
.partecipazione .interno .cerimonia h2 {
  font-size: 3em;
  margin: 0 0 0.5em;
  transition: all 0.15s ease;
  cursor: pointer;
}
.partecipazione .interno .cerimonia h2:hover {
  color: #1F4E81;
  transition: all 0.15s ease;
}
.partecipazione .interno .cerimonia h2 span {
  display: block;
  font-weight: 500;
  font-style: italic;
  font-size: 0.7em;
  opacity: 0.5;
  color: #212121 !important;
}
.partecipazione .interno .cerimonia h3 {
  font-size: 1.5rem;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  font-size: 2em;
}
.partecipazione .interno .data h1 {
  color: #1F4E81;
  font-size: 11em;
  text-align: center;
  margin: 0;
  font-weight: lighter;
  line-height: 0.8;
  display: inline-block;
  white-space: nowrap;
}
.partecipazione.aperta .interno {
  transition: all 0.15s ease;
  box-shadow: 12px 12px 30px 2px rgba(0, 0, 0, 0.25);
}
@-webkit-keyframes fade-in-partecip {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.5) translateY(100%);
            transform: scale(0.5) translateY(100%);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1) translateY(0%);
            transform: scale(1) translateY(0%);
  }
}
@keyframes fade-in-partecip {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.5) translateY(100%);
            transform: scale(0.5) translateY(100%);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1) translateY(0%);
            transform: scale(1) translateY(0%);
  }
}
@-webkit-keyframes move-bici {
  100% {
    -webkit-transform: translateY(0%) scale(0.5);
            transform: translateY(0%) scale(0.5);
    top: 0%;
    max-height: 130px;
  }
}
@keyframes move-bici {
  100% {
    -webkit-transform: translateY(0%) scale(0.5);
            transform: translateY(0%) scale(0.5);
    top: 0%;
    max-height: 130px;
  }
}
.foto-contatti {
  background: #fff8f5;
  padding: 4rem 0;
  position: relative;
  z-index: 1;
}
.foto-contatti:before,
.foto-contatti:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url('https://d2uft7zh7kxc3y.cloudfront.net/themes/simple/golden_haze/golden_haze_full.png');
  background-repeat: no-repeat;
  opacity: 0.3;
  background-size: contain;
}
.foto-contatti:after {
  -webkit-transform: scaleX(-1) scaleY(-1);
          transform: scaleX(-1) scaleY(-1);
}
.foto-contatti .foto {
  margin: 0 auto;
  border: 1px solid #eee;
  padding: 2rem;
  background: #fff;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
  box-shadow: 10px 10px 10px #bfbfbf;
}
.foto-contatti .foto img {
  width: 100%;
  display: block;
}
.foto-contatti .contatti {
  display: flex;
  justify-content: space-between;
  margin: 10rem auto 0;
  border: 2px dotted #c1c1c1;
  border-width: 4px 0;
  padding: 4rem 0;
}
.foto-contatti .contatti h2 {
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #1F4E81;
  margin: 0;
}
.foto-contatti .contatti p {
  font-size: 1.4rem;
  color: #212121;
  margin: 0.5em 0 0;
}
.foto-contatti .contatti a {
  text-decoration: none;
  color: currentColor;
}
.foto-contatti .contatti .elisabetta {
  text-align: right;
}
.foto-contatti .frasina {
  font-family: 'Bad Script', cursive;
  text-align: center;
  font-size: 1.6rem;
  color: #333;
  line-height: 2.2;
  margin: 4rem 0 0;
}
.foto-contatti .frasina p {
  margin: 0;
}
.foto-contatti .frasina span {
  display: block;
  font-size: 0.6em;
  margin-top: 1em;
  opacity: 0.8;
}
.lista-nozze {
  background: #fff;
  margin: 2rem 0 0;
}
.lista-nozze .titolo {
  margin: 0;
  text-align: center;
  color: #212121;
  border-bottom: 2px dotted #eee;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.lista-nozze .titolo h2 {
  margin: 0;
  font-size: 2.5rem;
  color: #1F4E81;
}
.lista-nozze .titolo p {
  margin: 1rem 0 0;
  font-size: 1.2rem;
  color: #212121;
}
.auto-sized-grid {
  --auto-sized-grid-min-width: 260px;
}
.auto-sized-grid::after {
  content: "";
  clear: both;
  display: table;
}
.auto-sized-grid > * {
  float: left;
  width: calc(100%/3);
}
@supports (grid-area: auto) {
  .auto-sized-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(var(--auto-sized-grid-min-width), 1fr));
    grid-gap: null;
  }
  .auto-sized-grid > * {
    width: auto;
  }
}
#lista {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%;
  /*
@keyframes fade-in {
  0% {
    opacity: 0;
     transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
*/
}
@supports (display: grid) {
  #lista {
    --auto-sized-grid-min-width: 260px;
    margin: -1.5%;
  }
  #lista::after {
    content: "";
    clear: both;
    display: table;
  }
  #lista > * {
    float: left;
    width: calc(100%/3);
  }
  @supports (grid-area: auto) {
    #lista {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(var(--auto-sized-grid-min-width), 1fr));
      grid-gap: null;
    }
    #lista > * {
      width: auto;
    }
  }
  #lista > * {
    margin: 3% !important;
  }
}
#lista .loading {
  display: flex;
  width: 100%;
  margin: 2rem;
  fill: #1e4e81;
  grid-column: span 3;
  margin: 0 !important;
}
#lista .prodotto {
  flex: 1 1 23%;
  min-width: 200px;
  margin: 1%;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 4px;
  /*
  	animation: .3s ease-in-out both fade-in;
  	
  	.mixin-loop(40);
*/
}
#lista .aos-animate {
  -webkit-transform: none !important;
          transform: none !important;
}
#lista .preview-prodotto {
  height: 100%;
  text-align: center;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.15s ease;
  /*
    &[data-disp="x"]{
      span {
        display: none;
      }
    }
*/
}
#lista .preview-prodotto:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}
#lista .preview-prodotto[data-disp="0"] {
  opacity: 0.5;
  position: relative;
  overflow: hidden;
}
#lista .preview-prodotto[data-disp="0"]:before {
  content: 'Esaurito';
  position: absolute;
  background: #1F4E81;
  color: #fff;
  padding: 0.1rem 2rem;
  text-transform: uppercase;
  font-size: 0.8rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -2rem;
  opacity: 1;
}
#lista .preview-prodotto img {
  width: auto;
  height: auto;
  max-height: 120px;
  /*
    	object-fit: cover;
    	object-fit: contain;
    	object-position: center;
*/
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  font-family: 'object-fit: contain; object-position: center';
}
#lista .preview-prodotto:hover {
  border-color: #999;
}
#lista .preview-prodotto h3 {
  font-size: 1rem;
  color: #212121;
  font-weight: 600;
  width: 100%;
}
#lista .preview-prodotto span {
  background: #ebeff3;
  padding: 0.1rem 0.5rem;
  border-radius: 2px;
  line-height: 1.2;
}
#lista .info-prodotto {
  /*
    display: none;
  	width: 80vw;
  	position: fixed;
  	left: 50%;
  	top: 50%;
  	transform: translate(-50%, -50%);
  	border: 2px solid #eee;
  	background: #FFF;
  	z-index: 100;
  	padding: 2rem;
    align-items: flex-start;
  	text-align: left;
    max-height: 80%;
  	overflow: scroll;
*/
}
#lista .info-prodotto img {
  width: 250px;
  height: 250px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  font-family: 'object-fit: contain; object-position: center';
  margin-right: 2rem;
}
#lista .info-prodotto .info {
  max-width: 600px;
  color: #212121;
}
#lista .info-prodotto .info h2 {
  font-size: 1.8rem;
  color: #1F4E81;
}
#lista .info-prodotto .info > p {
  opacity: 0.8;
  text-align: justify;
  line-height: 1.5;
  font-size: 1rem;
}
#lista .info-prodotto .info .prezzo > div {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
#lista .info-prodotto .info .prezzo > div p {
  font-size: 0.9rem;
  margin: 0 0.4rem 0 0;
  font-weight: 500;
}
#lista .info-prodotto .info .prezzo > div span {
  color: #1F4E81;
}
#lista .info-prodotto .info .prezzo > div .quant {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
#lista .info-prodotto .info .prezzo > div .quant::-webkit-inner-spin-button,
#lista .info-prodotto .info .prezzo > div .quant::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
#lista .info-prodotto .info .prezzo > div .quant {
  text-align: center;
  font-size: 1rem;
  border: none;
  font-weight: 500;
  width: 3rem;
}
#lista .info-prodotto .info .prezzo > div .aumenta,
#lista .info-prodotto .info .prezzo > div .diminuisci {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font-size: 1rem;
  border-radius: 100%;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  background: #fff;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  transition: all 0.15s ease;
}
#lista .info-prodotto .info .prezzo > div .aumenta:hover,
#lista .info-prodotto .info .prezzo > div .diminuisci:hover {
  background: #1F4E81;
  color: #FFF;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}
#lista .info-prodotto .info .prezzo > div .aumenta:focus,
#lista .info-prodotto .info .prezzo > div .diminuisci:focus {
  border: none;
  outline: none;
}
#lista .info-prodotto.visibile {
  display: flex;
}
#lista .info-prodotto .interno-popup .info-prodotto-cont {
  display: flex;
}
.overlay {
  background: #FFF;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #1e1e1e;
  opacity: 0;
  /*
	transition-duration: .2s;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47,0,.74,.71);
*/
  z-index: -1;
}
.overlay.aperto {
  z-index: 1;
  opacity: 0.9;
  /*
    transition-duration: .2s;
    transition-property: all;
  	transition-timing-function: cubic-bezier(.22,.61,.36,1);
*/
}
.overlay.bianco {
  background: #FFF !important;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-overflow-scrolling: touch;
  z-index: -10;
  visibility: hidden;
  opacity: 0;
}
.popup.visibile {
  visibility: visible;
  z-index: 100;
  opacity: 1;
}
.popup.visibile .interno-popup {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  z-index: 10000;
}
.popup .interno-popup {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background: #FFF;
  padding: 2rem;
  border-radius: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  max-height: 90%;
  max-width: 80%;
  overflow-x: hidden;
}
.popup h3 {
  font-size: 1.8rem;
  margin: 0 0 1.5rem;
}
.popup p {
  font-size: 1rem;
  color: #212121;
  margin: 1rem 0;
}
.popup .pulsanti {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.popup .pulsanti .totale {
  display: flex;
  align-items: center;
  border: 1px solid #eee;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: 0.6rem 1rem;
  margin: 1rem 1.5rem 0 0;
  border-radius: 4px;
  color: #1e4e81;
  font-weight: 600;
  line-height: 1.2;
}
.popup .pulsanti .totale p {
  font-size: 0.8rem;
  margin: 0 0.5rem 0 0;
}
.popup .pulsanti button,
.popup .pulsanti a {
  cursor: pointer;
  border: none;
  margin: 1rem 1.5rem 0;
  -webkit-appearance: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 1rem;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  background: #fff;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  color: #1F4E81;
  text-decoration: none;
  transition: all 0.15s ease;
}
.popup .pulsanti button.color,
.popup .pulsanti a.color {
  text-transform: uppercase;
  background: #1F4E81;
  color: #FFF;
}
.popup .pulsanti button:hover,
.popup .pulsanti a:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}
.popup .pulsanti button:first-child,
.popup .pulsanti a:first-child {
  margin-left: 0;
}
.popup .pulsanti button:last-child,
.popup .pulsanti a:last-child {
  margin-left: 0;
  margin-right: 0;
}
.popup .pulsanti button:focus,
.popup .pulsanti a:focus {
  outline: none;
}
.popup .pulsanti button:disabled,
.popup .pulsanti a:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.popup .pulsanti button svg,
.popup .pulsanti a svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  margin-left: 0.5rem;
}
.popup input[type="text"],
.popup input[type="email"],
.popup textarea {
  border: 1px solid #ddd;
  font-size: 1rem;
  padding: 0.2rem;
  border-radius: 5px;
}
.popup .label-input,
.popup .puls-met-pag {
  margin-bottom: 1rem;
}
.popup .label-input label,
.popup .puls-met-pag label {
  font-size: 1rem;
  color: #1F4E81;
}
.popup .label-input input,
.popup .puls-met-pag input,
.popup .label-input textarea,
.popup .puls-met-pag textarea {
  width: 100%;
  margin-top: 0.2rem;
}
.popup .puls-met-pag {
  position: relative;
  /* Input style */
}
.popup .puls-met-pag input[type="radio"] {
  opacity: 0;
  position: absolute;
  bottom: 0;
  width: 0;
}
.popup .puls-met-pag label {
  display: block;
}
.popup .puls-met-pag input[type="radio"] + label {
  position: relative;
  margin-top: 0.5rem;
  cursor: pointer;
  display: inline-block;
  opacity: 1;
  background: #E0E0E0;
  padding: 0.4rem 0.8rem;
  text-transform: uppercase;
  font-size: 0.9rem;
  border-radius: 20px;
  color: #616161;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: all 0.15s ease;
}
.popup .puls-met-pag input[type="radio"] + label:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}
.popup .puls-met-pag input[type="radio"] + label:before {
  content: '☐';
  position: absolute;
  left: 0.6rem;
  font-size: 1.5rem;
  top: -0.1rem;
  display: none;
}
.popup .puls-met-pag input[type="radio"]:checked + label {
  background: #4CAF50;
  color: #FFF;
}
.popup .puls-met-pag input[type="radio"]:checked + label:before {
  content: '☑';
}
.popup.bonifico .info-bonifico {
  display: block;
  margin-top: 0.5rem;
  border-top: 1px solid #eee;
  padding-top: 0.5rem;
  color: #212121;
}
.popup.bonifico .info-bonifico:first-child {
  border-top: none;
  margin-top: 1rem;
}
.popup.bonifico .info-bonifico h5 {
  display: flex;
  flex-direction: column;
  font-size: 0.8rem;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}
.popup.bonifico .info-bonifico span {
  font-weight: 600;
  color: #1F4E81;
  font-size: 1.2rem;
  display: inline-block;
}
.popup.bonifico .info-bonifico .copia {
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border: 1px solid #eee;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-left: 0.5rem;
  cursor: pointer;
}
.popup.bonifico .info-bonifico .copia svg {
  width: 1rem;
  height: 1rem;
  fill: #666;
}
.popup.carta .info-carta {
  display: block;
  margin: 0 0 0.5rem;
  border-top: 1px solid #eee;
  padding-top: 0.5rem;
}
.popup.carta .info-carta.totale {
  font-weight: 600;
  margin-bottom: 2rem;
  color: #1F4E81;
  font-size: 1.2rem;
}
.popup.carta #oppure {
  margin: 1rem 0;
  display: block;
}
.popup.carta #card-errors {
  color: #212121;
  display: block;
  text-align: center;
  margin-top: 1rem;
}
.popup.carta .mes-pagamento {
  text-align: center;
}
.popup.carta .mes-pagamento h5 {
  font-size: 0.8rem;
  text-align: center;
  text-transform: uppercase;
  margin: 1rem 0;
  background: #eeeeee;
  display: inline-block;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
}
.popup.carta .mes-pagamento #single_success h5 {
  background: #4CAF50;
  color: #FFF;
}
.popup.carta .mes-pagamento #single_fail h5 {
  background: #F44336;
  color: #FFF;
}
.popup.carta .mes-pagamento #single_fail span {
  font-size: 0.8rem;
  color: #212121;
  display: block;
}
.popup.grazie .interno-popup {
  background: #3076c1;
  color: #FFF;
  text-align: center;
}
.popup.grazie .interno-popup p {
  color: #FFF;
  font-weight: 600;
  margin: 0;
}
.popup.grazie .pulsanti {
  display: none;
}
.chiudi_popup {
  position: absolute;
  right: 0.5rem;
  top: 0.2rem;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}
#mostra_carrello {
  z-index: 10;
  display: none;
  cursor: pointer;
  background: #1F4E81;
  color: #FFF;
  padding: 0 1rem;
  position: fixed;
  bottom: 0;
  left: 50%;
  text-align: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  box-shadow: 0 -7px 14px rgba(50, 50, 93, 0.2), 0 3px 6px rgba(0, 0, 0, 0.5);
}
#mostra_carrello.visibile {
  display: block;
}
#mostra_carrello p {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.2rem;
  margin: 0.5rem;
}
#mostra_carrello p.totale {
  font-size: 1rem;
  font-weight: normal;
  text-transform: none;
}
#mostra_carrello p.totale span {
  margin-left: 0.4rem;
}
#mostra_carrello p svg {
  width: 1.5rem;
  fill: #FFF;
  height: 1.5rem;
  margin-right: 0.3rem;
  vertical-align: middle;
}
.cart-table {
  border-collapse: collapse;
  color: #212121;
}
.cart-table thead {
  text-align: center;
  font-size: 0.8rem;
  text-transform: uppercase;
  border-bottom: 1px solid #E0E0E0;
}
.cart-table thead th {
  padding-bottom: 0.3rem;
}
.cart-table tfoot {
  font-weight: 600;
  text-transform: uppercase;
  color: #1F4E81;
  border-top: 1px solid #E0E0E0;
}
.cart-table tfoot td {
  padding-top: 0.5rem;
}
.cart-table .cart-line-items tr {
  border-bottom: 1px solid #eee;
}
.cart-table td.spazio {
  width: 10px;
}
.cart-table td.label {
  font-size: 1rem;
}
.cart-table td.puls {
  min-width: 90px;
  min-width: 120px;
  text-align: center;
}
.cart-table td.per {
  padding: 0 1rem;
}
.cart-table td.prezzo {
  text-align: right;
  min-width: 90px;
}
.cart-table img {
  width: 5rem;
  height: 5rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center';
  padding: 0.5rem;
}
.cart-table .cart-add {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font-size: 1rem;
  border-radius: 100%;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  background: #fff;
  cursor: pointer;
  margin-right: 0.5rem;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  transition: all 0.15s ease;
}
.cart-table .cart-add.aumenta {
  margin: 0 0 0 0.5rem;
}
.cart-table .cart-add:hover:not(:disabled) {
  background: #1F4E81;
  color: #FFF;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}
.cart-table .cart-add:disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
#single_working,
#single_success,
#single_fail,
#plan_working,
#plan_success,
#plan_fail {
  display: none;
}
.StripeElement {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
  border-color: #fa755a;
}
.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
#payment-request-button {
  border: 0;
  padding: 0;
  display: none;
}
#payment-request-button img {
  height: 1rem;
  margin: 0 auto;
  display: block;
}
.bg_heart {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 100;
  cursor: pointer;
}
.heart {
  position: absolute;
  top: -50%;
  -webkit-transform: rotate(-45deg);
  -m-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.heart:before {
  position: absolute;
  top: -50%;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: 100%;
}
.heart:after {
  position: absolute;
  top: 0;
  right: -50%;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: 100%;
}
@-webkit-keyframes love {
  0% {
    top: 110%;
  }
}
@keyframes love {
  0% {
    top: 110%;
  }
}
.footer {
  margin: 4rem 0 0;
}
.footer .contenitore {
  padding-bottom: 0;
}
.footer .nomi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
  font-size: 1.6rem;
}
.footer .nomi h3 {
  text-transform: uppercase;
  color: #1F4E81;
  font-weight: 200;
}
.footer .nomi span {
  color: #b51f18;
  font-size: 1.2em;
  font-weight: 200;
  margin: 0 1rem;
}
.footer .bici {
  width: 14rem;
  margin: 0 auto;
  overflow: hidden;
}
.footer .bici img {
  width: 100%;
  height: auto;
  margin-bottom: -1.5rem;
}
.pagina-conferma {
  max-width: 600px;
  margin: 0 auto;
  padding: 2rem;
  color: #212121;
}
.pagina-conferma .pagina {
  background: #FFF;
  padding: 2rem;
  border: 1px solid #eee;
}
.pagina-conferma .header {
  text-align: center;
  padding: 2rem;
}
.pagina-conferma .header .tandem {
  max-width: 20rem;
  margin: 0 auto;
}
.pagina-conferma p.indirizzo {
  color: #616161 !important;
  margin-top: 0.5rem !important;
  font-size: 1rem !important;
}
.pagina-conferma p.indirizzo a {
  display: block;
  text-decoration: none;
  font-size: 0.8em;
  color: #1F4E81;
  margin-top: 0.2em;
}
.pagina-conferma #conferma .testo {
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.pagina-conferma #conferma .testo p {
  text-align: center;
  font-size: 1.2rem;
  margin: 0;
  color: #1F4E81;
}
.pagina-conferma #conferma #persone .persona {
  display: flex;
  align-items: center;
}
.pagina-conferma #conferma #persone .persona:not(:first-child) {
  border-top: 1px solid #eee;
  margin-top: 1rem;
}
.pagina-conferma #conferma #persone .persona .info-persona {
  flex: 1 1 100%;
}
.pagina-conferma #conferma #persone .persona .nome-cognome {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pagina-conferma #conferma #persone .persona label {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  flex: 0 1 48%;
}
.pagina-conferma #conferma #persone .persona label span {
  font-size: 0.9rem;
}
.pagina-conferma #conferma #persone .persona label input,
.pagina-conferma #conferma #persone .persona label textarea {
  width: 100%;
  border: 1px solid #ddd;
  font-size: 1rem;
  padding: 0.2rem;
  border-radius: 5px;
}
.pagina-conferma #conferma .aggiungi,
.pagina-conferma #conferma .rimuovi,
.pagina-conferma #conferma #conferma-invia {
  display: block;
  text-align: center;
  margin: 1rem 0;
}
.pagina-conferma #conferma .aggiungi button,
.pagina-conferma #conferma .rimuovi button,
.pagina-conferma #conferma #conferma-invia button {
  margin: 0 auto;
  display: flex;
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  position: relative;
  cursor: pointer;
  opacity: 1;
  background: #E0E0E0;
  padding: 0.4rem 0.8rem;
  text-transform: uppercase;
  font-size: 0.9rem;
  border-radius: 20px;
  color: #616161;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: all 0.15s ease;
}
.pagina-conferma #conferma .aggiungi button:hover,
.pagina-conferma #conferma .rimuovi button:hover,
.pagina-conferma #conferma #conferma-invia button:hover {
  background: #1F4E81;
  color: #FFF;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}
.pagina-conferma #conferma .aggiungi button svg,
.pagina-conferma #conferma .rimuovi button svg,
.pagina-conferma #conferma #conferma-invia button svg {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.5em;
  fill: currentColor;
}
.pagina-conferma #conferma .rimuovi {
  flex: 1 1 10%;
  margin: 2rem 0 1rem 1rem;
}
.pagina-conferma #conferma .rimuovi button {
  font-size: 1rem;
  font-weight: bold;
}
.pagina-conferma #conferma .rimuovi button svg {
  margin-right: 0;
}
.pagina-conferma #conferma #conferma-invia {
  margin: 2rem 0 0px;
  border-top: 1px solid #ddd;
  padding-top: 2rem;
}
.pagina-conferma #conferma #conferma-invia button {
  background: #1F4E81;
  color: #FFF;
}
.pagina-conferma #feedback {
  display: none;
}
.pagina-conferma #feedback p {
  margin: 1rem 0 0;
  text-align: center;
  font-size: 1.8rem;
}
.pagina-conferma #feedback iframe {
  width: 100%;
  margin-top: 1rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
}
@media only screen and (max-width: 768px) {
  .foto-contatti .foto {
    padding: 1rem;
  }
  .foto-contatti .contatti {
    margin: 6rem auto 0;
    padding: 0;
    border: none;
  }
  .foto-contatti .contatti h2 {
    font-size: 1.5rem;
  }
  .foto-contatti .contatti p {
    font-size: 1.2rem;
  }
  #lista .info-prodotto .interno-popup .info-prodotto-cont {
    flex-direction: column;
  }
  #lista .info-prodotto img {
    width: 100%;
    height: auto;
    max-height: 30vh;
    margin: 0;
  }
}
@media only screen and (max-width: 600px) {
  .foto-contatti {
    padding: 0;
  }
  .foto-contatti .contatti {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0;
  }
  .foto-contatti .contatti > div {
    margin: 2rem 0 0;
  }
  .foto-contatti .contatti .elisabetta {
    text-align: center;
  }
  .foto-contatti .frasina {
    font-size: 1.4rem;
    margin: 2rem 0 0;
  }
  .lista-nozze {
    padding: 1rem 0;
  }
  .lista-nozze .titolo h2 {
    font-size: 2rem;
  }
  .cart-table {
    width: 100%;
  }
  .cart-table thead {
    display: none;
  }
  .cart-table img {
    width: 10rem;
    height: 10rem;
  }
  .cart-table .cart-line-items tr {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 1rem;
  }
  .cart-table .cart-line-items tr .spazio {
    display: none;
  }
  .cart-table td.image {
    width: 100%;
    text-align: center;
  }
  .cart-table td.label {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
  .cart-table td.puls {
    min-width: auto;
  }
  .cart-table td.per {
    min-width: auto;
    display: inline-flex;
    align-items: center;
  }
  .cart-table td.prezzo {
    min-width: auto;
    display: inline-flex;
    align-items: center;
  }
  .cart-table tfoot tr {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .footer {
    margin: 2rem 0 0;
  }
  .footer .nomi {
    flex-direction: column;
    margin: 4rem 0;
    font-size: 1.4rem;
  }
  .footer .nomi h3 {
    margin: 0;
  }
}
@media only screen and (max-width: 425px) {
  .popup .interno-popup {
    max-height: 90%;
    max-width: 90%;
    padding: 1rem;
  }
  .pagina-conferma #conferma #persone .persona label {
    flex: 1 1 100%;
  }
  .footer {
    margin: 2rem 0 0;
  }
  .footer .nomi {
    font-size: 1.2rem;
  }
  .footer .nomi h3 {
    text-align: center;
  }
}
@media only screen and (max-width: 600px), screen and (max-height: 600px) {
  body .cont-partecipazione {
    height: auto;
    margin: 5rem 0;
  }
  body .partecipazione {
    box-shadow: none !important;
    border: none;
    width: 100%;
    height: auto;
    margin: 0;
  }
  body .partecipazione .esterno {
    display: none;
  }
  body .partecipazione .interno {
    box-shadow: none !important;
    border: none;
    background: none;
  }
  body .partecipazione #nome {
    -webkit-transform: translateY(1%) scale(1.15);
            transform: translateY(1%) scale(1.15);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  body .partecipazione #cerimonia {
    -webkit-transform: translateY(-4%) scale(1.4);
            transform: translateY(-4%) scale(1.4);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  body .partecipazione #data {
    -webkit-transform: translateY(0.5%) scale(1.1);
            transform: translateY(0.5%) scale(1.1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}
/*# sourceMappingURL=style.css.map */