/*FONTS*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,600;0,900;1,100;1,300;1,400;1,600;1,900&display=swap");
@import url("https://i.icomoon.io/public/23cd51b5f5/MyIcons/style.css");
[class^="icon-"], [class*=" icon-"] {
  font-family: 'myicons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Variabili*/
/*reset*/
a, a:visited, a:active, a:focus, a:hover {
  text-decoration: none;
  outline: none; }

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

ol {
  margin: 0;
  padding: 0; }
  ol li {
    margin-bottom: 0.5em; }

em {
  color: inherit; }

html {
  font-size: 16px;
  font-weight: 300;
  scroll-behavior: smooth; }

body {
  font-family: "Montserrat", sans-serif;
  line-height: 120%; }

[class*="icon-"]:before {
  font-weight: 400 !important; }

/*bootstrap-reset*/
.modal-xl {
  max-width: 1080px; }

.flex {
  display: flex; }

.flexcenter {
  display: flex;
  justify-content: center;
  align-items: center; }

.flexstretch {
  display: flex;
  justify-content: center;
  align-items: stretch; }

.flexend {
  justify-content: flex-end; }

.flexstart {
  justify-content: flex-start; }

.centrato {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.nascosto {
  display: none; }

.relative {
  position: relative; }

.riempi {
  object-fit: cover;
  height: 100%;
  width: 100%; }

.solomobile {
  display: none; }

.bg-colore1 {
  background-color: #048;
  color: #fff; }

.bg-colore2 {
  background-color: #5b271c;
  color: #fff; }

.bg-colore3 {
  background-color: #28c;
  color: #fff; }

.bg-grayfade {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100px);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100px);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100px); }

[class*="bg-colore"] {
  color: #fff; }
  [class*="bg-colore"] a, [class*="bg-colore"] a:visited, [class*="bg-colore"] a:active, [class*="bg-colore"] a:focus, [class*="bg-colore"] a:hover {
    color: #fff; }
  [class*="bg-colore"] .tasto {
    background-color: rgba(0, 0, 0, 0.2); }
    [class*="bg-colore"] .tasto:visited, [class*="bg-colore"] .tasto:active, [class*="bg-colore"] .tasto:focus, [class*="bg-colore"] .tasto:hover {
      background-color: rgba(0, 0, 0, 0.2); }
    [class*="bg-colore"] .tasto:hover {
      background-color: rgba(0, 0, 0, 0.4); }

.bg-blended {
  background-color: rgba(0, 68, 136, 0.1); }

.txt-grigio {
  color: #666; }

.txt-colore1 {
  color: #048; }

.txt-colore2 {
  color: #5b271c; }

.txt-colore3 {
  color: #28c; }

.txt-colore4 {
  color: #28c; }

.txt-default {
  color: #333; }

.txt-center {
  text-align: center; }

.txt-left {
  text-align: left; }

.txt-right {
  text-align: right; }

.corpo080 {
  font-size: 0.8em;
  line-height: 1.4em; }

.corpo090 {
  font-size: 0.9em;
  line-height: 1.4em; }

.corpo110 {
  font-size: 1.1em;
  line-height: 1.4em; }

.corpo120 {
  font-size: 1.2em;
  line-height: 1.4em; }

.corpo150 {
  font-size: 1.5em;
  line-height: 1.4em; }

.corpo200 {
  font-size: 2em;
  line-height: 1.4em; }

.corpo300 {
  font-size: 3em;
  line-height: 1.4em; }

.corpo400 {
  font-size: 4em;
  line-height: 1.4em; }

.separatore {
  border-top: 1px solid #999;
  margin: 2em 0;
  clear: both;
  display: block; }

.fascia {
  padding: 3.5rem 2rem; }

.stretto {
  max-width: 800px;
  margin: 0 auto; }

.strettissimo {
  max-width: 500px;
  margin: 0 auto; }

.apice, .pedice {
  position: relative;
  font-size: .6em;
  top: -.5em; }

.pedice {
  top: auto;
  bottom: -.2em; }

.nota {
  color: .nota grigio;
  font-style: italic;
  font-size: 15px; }

.strong {
  font-weight: 600; }

/*twist*/
.twist {
  display: flex;
  justify-content: center;
  align-items: stretch; }
  .twist > div {
    width: 50%;
    position: relative; }
  .twist .testo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5vw;
    font-size: 1.5em;
    line-height: 1.2;
    font-weight: 300; }
  .twist .immagine img {
    object-fit: cover;
    width: 100%;
    height: 200px;
    min-height: 100%; }

/*ELENCHI*/
.elenco {
  margin-bottom: 2em;
  /*puntati*/
  /*spaziato*/ }
  .elenco li {
    position: relative; }
  .elenco.cerchi li, .elenco.quadrati li, .elenco.linee li {
    padding-left: 1.5em;
    margin-bottom: 0.5em; }
    .elenco.cerchi li:before, .elenco.quadrati li:before, .elenco.linee li:before {
      content: '';
      position: absolute;
      top: 0.5em;
      left: 0;
      background-color: #5b271c;
      width: 0.3em;
      height: 0.3em; }
  .elenco.cerchi li:before {
    border-radius: 100%; }
  .elenco.linee li:before {
    height: 3px; }
  .elenco.spaziato li {
    padding: 0.75em 0;
    border-bottom: 1px solid #ccc; }
    .elenco.spaziato li [class*="icon-"]:first-child {
      margin-right: 1em;
      display: inline-block; }
  .elenco.alternato li {
    padding: 0.75em; }
    .elenco.alternato li:nth-child(2n-1) {
      background-color: rgba(0, 0, 0, 0.05); }
  .elenco.numero li {
    padding-left: 2.5em; }
    .elenco.numero li span.numero {
      position: absolute;
      left: 0;
      top: 0;
      color: #048;
      font-weight: 400; }
      .elenco.numero li span.numero:after {
        content: '.'; }

/*TASTO*/
.tasto {
  cursor: pointer;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background-color: #048;
  color: #fff;
  padding: 1em 1em 0.85em;
  transition: all 0.2s ease-in-out;
  user-select: none;
  position: relative;
  font-size: 1.1rem;
  display: inline-block;
  line-height: 1em;
  border-radius: 0.5rem;
  border: none; }
  .tasto:hover, .tasto:active, .tasto:focus {
    background-color: #004992;
    color: #fff; }
  .tasto:visited {
    color: #fff; }
  .bg-colore1 .tasto {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: #0051a2; }
    .bg-colore1 .tasto:hover {
      background-color: #005ebb; }
  p + .tasto {
    margin-top: 1em; }
  .tasto[class*="icon-"] {
    color: #fff; }
    .tasto[class*="icon-"]:hover {
      color: #fff; }
  .tasto.icona-fine {
    padding-right: 3em; }
    .tasto.icona-fine [class*="icon-"] {
      position: absolute;
      right: 0.8rem;
      top: 50%;
      transform: translateY(-50%);
      font-size: 1.5em; }
  .tasto.icona {
    padding-left: 4rem; }
    .tasto.icona [class*="icon-"] {
      font-size: 1.5em;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      padding: 0;
      border-right: 1px solid rgba(255, 255, 255, 0.5);
      text-align: center;
      width: 3rem; }
      .tasto.icona [class*="icon-"]:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .tasto.icona.evidenza [class*="icon-"] {
      background-color: #2291ff !important; }
    .tasto.icona.evidenza:hover [class*="icon-"] {
      background-color: #55aaff !important; }
  .tasto.grigio {
    background-color: #222; }
    .tasto.grigio.icona [class*="icon-"] {
      background-color: #048; }
    .tasto.grigio:hover {
      background-color: #3c3c3c; }
      .tasto.grigio:hover.icona [class*="icon-"] {
        background-color: #005ebb; }
  .tasto.bianco {
    background-color: #f2f2f2;
    color: #333; }
    .tasto.bianco.icona [class*="icon-"] {
      background-color: #048;
      color: #fff; }
    .tasto.bianco:hover {
      background-color: #d9d9d9; }
      .tasto.bianco:hover.icona [class*="icon-"] {
        background-color: #005ebb; }

/*MEDIA*/
.media {
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative; }
  .media .item {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0; }
  .media.foglio {
    padding-bottom: 145%; }
  .media.video {
    padding-bottom: 56.25%;
    margin-bottom: 0;
    overflow: inherit; }
    .media.video iframe {
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      border: 1px solid rgba(0, 0, 0, 0.2);
      box-shadow: 0px 30px 10px -25px rgba(0, 0, 0, 0.5); }
  .media.immagine {
    padding-bottom: 66%; }
    .media.immagine img {
      object-fit: cover;
      object-position: center center; }

/* TIPOGRAFIA */
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1em;
  margin: 0; }
  [class*='bg-colore'] h1, [class*='bg-colore'] h2, [class*='bg-colore'] h3, [class*='bg-colore'] h4, [class*='bg-colore'] h5, [class*='bg-colore'] h6 {
    color: #fff; }
  p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
    margin-top: 2em; }
  .titoletto + h1, .titoletto + h2, .titoletto + h3, .titoletto + h4, .titoletto + h5, .titoletto + h6 {
    margin: 0; }

h1, h2, h3 {
  font-weight: 900; }

h4, h5, h6 {
  color: #595959;
  font-weight: 400;
  letter-spacing: 1px; }

h1 {
  font-size: 2em;
  line-height: 1.2em; }

h2 {
  font-size: 1.8em;
  line-height: 1.2em; }

h3 {
  font-size: 1.66em;
  line-height: 1.2em; }

h4 {
  font-size: 1.2em;
  line-height: 1.2em; }

h5 {
  font-size: 1.15em;
  line-height: 1.2em; }

h6 {
  font-size: 1.1em;
  line-height: 1.2em; }

strong {
  font-weight: 600; }

.sottotitolo {
  margin: -0.3em 0 1em; }

.sopratitolo {
  color: #5b271c;
  margin-bottom: 0.25em; }

.testuale {
  font-size: 1.2em;
  line-height: 1.4em; }

.titoletto {
  font-weight: 600;
  color: #048;
  margin-bottom: 0;
  font-size: 1.2em; }

/*RESPONSIVE MIN*/
/*RESPONSIVE MAX*/
@media (max-width: 767px) {
  .solomobile {
    display: inherit; }

  .nomobile {
    display: none; } }
/*Griglia items*/
.griglia-items {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 0.9rem;
  line-height: 1.2em;
  margin-bottom: 4em; }
  .griglia-items .item {
    width: calc(100% / 8);
    padding: 2em;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #333;
    transition: all 0.33s ease-in-out; }
    .griglia-items .item:not(.tasto):hover {
      background-color: rgba(0, 0, 0, 0.05);
      transition: all 0.3s ease-in-out; }
    .griglia-items .item:hover {
      transform: scale(105%); }
  .griglia-items.items6 .item {
    width: calc(100% / 6); }
  .griglia-items.items5 .item {
    width: calc(100% / 5); }
  .griglia-items.items4 .item {
    width: calc(100% / 4); }
  .griglia-items.items3 .item {
    width: calc(100% / 3); }
  .griglia-items.items2 .item {
    width: calc(100% / 2); }

@media (max-width: 1199px) {
  .griglia-items .item {
    width: calc(100% / 4); } }
@media (max-width: 767px) {
  .griglia-items .item, .griglia-items.items3 .item, .griglia-items.items4 .item, .griglia-items.items5 .item, .griglia-items.items6 .item {
    width: calc(100% / 2); } }
@media (max-width: 575px) {
  .griglia-items .item, .griglia-items.items2 .item, .griglia-items.items3 .item, .griglia-items.items4 .item, .griglia-items.items5 .item, .griglia-items.items6 .item {
    width: calc(100% / 1); } }
body {
  color: #000;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  line-height: 1.2em;
  font-size: 15px;
  background: #048; }

h1, h2 {
  line-height: 1em;
  color: #048;
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 0; }

h3 {
  font-size: 20px;
  line-height: 1.3em; }

.sottotitolo {
  text-align: center;
  margin-top: 5px;
  text-transform: uppercase; }

.container {
  background: #fff;
  padding-bottom: 4em; }

.testo {
  max-width: 600px;
  margin: auto;
  text-align: center;
  padding: 0 1em;
  background: #fff; }

p {
  font-size: 20px;
  line-height: 1.2em;
  opacity: 0.8; }

.numero {
  display: block;
  font-size: 1.4em;
  line-height: 1.5em; }

.logo {
  margin: 4vw 0 4em;
  max-width: 100%; }

a {
  color: #a00;
  font-weight: 600;
  text-decoration: none; }

/**/
.switch {
  display: block;
  margin: 0.5em auto 2.5em;
  text-transform: uppercase;
  font-size: 15px;
  color: #333;
  background: #f2f2f2;
  padding: 1em 3.5em 1em 1.5em;
  border-radius: 50px;
  transition: all 0.25s ease-in-out;
  max-width: fit-content;
  position: relative; }
  .switch img {
    width: 2em;
    height: 2em;
    position: absolute;
    top: 0.5em;
    margin-left: 0.5em; }
  .switch:hover {
    transform: scale(1.05); }

/**/
.pulsantiera {
  text-align: center;
  margin: 2em; }
  .pulsantiera a {
    display: inline-block;
    background: #048;
    margin: 5px 0; }
    .pulsantiera a:hover, .pulsantiera a:active, .pulsantiera a:focus {
      background: #005ebb; }
  .pulsantiera [class*="icon-"]:before {
    transform: scale(1.3);
    display: block;
    transform-origin: 50% 70%; }

/**/
.footer {
  background: #048;
  color: #fff;
  padding: 4em 1em; }
  .footer .dati {
    margin: 0 1.5em; }
    .footer .dati .fiscali {
      font-size: 16px; }
    .footer .dati img {
      max-width: 190px; }
  .footer .contatti {
    margin: 0 1.5em;
    text-align: center;
    font-size: 1.1em;
    line-height: 1.2em;
    padding-top: 20px; }
    .footer .contatti h3 {
      color: #fff;
      font-size: 1.45em;
      margin-bottom: 0.5em; }
    .footer .contatti .elenco li {
      margin: 0.35em 0;
      position: relative; }
      .footer .contatti .elenco li [class^="icon-"], .footer .contatti .elenco li [class*=" icon-"] {
        position: relative;
        left: -8px; }

@media (max-width: 756px) {
  .footer {
    display: block; }
    .footer .dati {
      margin: 0 0 2em; }
    .footer .contatti {
      text-align: center;
      margin: 0; }
      .footer .contatti h3 {
        text-align: center; }
      .footer .contatti .elenco li {
        padding-left: 0; }
        .footer .contatti .elenco li [class^="icon-"] {
          display: none; }
        .footer .contatti .elenco li strong {
          display: inline-block; } }
@media (max-width: 480px) {
  .logo {
    margin: 3em 1em 1.5em;
    max-width: 85%; }

  h1 {
    font-size: 1.7em; }

  p {
    font-size: 16px;
    line-height: 1.2em;
    opacity: 0.8;
    text-align: center; } }

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