#menuDesk{padding-top:1rem;position:fixed;z-index:998;width:100%;.barra-menu {
    position: relative;

    .cont-link {
      background: var(--beige);
      border-radius: var(--raggio-bordo);
      height: 60px;
      position: absolute;
      top: 17%;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;

        p.tit-sito {
        font-size: clamp(1rem, -0.3594rem + 3.625vw, 2.8125rem);
        padding-left: 10rem;
        font-weight: 400;
        letter-spacing: -5%;

          span {
            font-size: clamp(1rem, 0.1094rem + 2.375vw, 2.1875rem);
            font-weight: 500;
          }
        }

        .burger {
          background: var(--nero);
          width: 40px;
          height: 40px;
          border-radius: var(--raggio-bordo);
          display: flex;
          flex-wrap: wrap;
          align-content: center;
          justify-content: center;
          cursor: pointer;
          transition: all .3s cubic-bezier(.215, .61, .355, 1);

          span {
            display: block;
            width: 60%;
            height: 3px;
            background: var(--beige);
            margin: 2px 0;
          }

          &:hover {
            background: white;
          }
        }

        .link {
          display: flex;
          align-items: center;
          padding-right: 10px;

          a.link-menu {
            color: var(--nero);
            font-size: clamp(1rem, 0.1094rem + 2.375vw, 2.1875rem);
            font-weight: 500;
            letter-spacing: -5%;
            text-transform: uppercase;
            line-height: 0;
            margin: 0 2rem;

            .arch {
              border-right: solid 3px var(--nero);
            }
        }
      }
    }
  }


  .hover:after {
    background: none repeat scroll 0 0 transparent;
    top: -5px;
    content: "";
    left: 0;
    display: block;
    height: 10px;
    position: absolute;
    background: var(--beige);
    mix-blend-mode: color-dodge;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0%;
  }

  .hover {
    position: relative;

    &:hover {
      text-decoration: none;
    }
  }

  .hover:hover:after {
    width: 100%;
    left: 0;
  }

  .cont-logo {
    width: 100px;
    height: 100px;
    position: relative;
    z-index: 1;
    left: 1rem;

    .pit {
      width: 100%;
      height: 100%;
    }

    .semic {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
    }
  }
}.ruota{animation:ruota 5s linear infinite}@keyframes ruota {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
  }.menu-aperto{background:var(--beige);width:100%;height:100vh;position:fixed;z-index:999;padding-top:1rem;top:-120%;opacity:0;transition:all .75s cubic-bezier(.420,.000,.580,1.000);transition-timing-function:cubic-bezier(.420,.000,.580,1.000);.container-fluid {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .container-fluid.link-aperto {
      display: block;
      padding-left: 10rem;
      padding-top: 3rem;

      .hover {
        display: block;
        width: 100%;
        line-height: 1em;
        font-weight: 400;
        font-size: 4vw;
      }

      .hover-due {
        display: block;
        width: 100%;
        line-height: 1em;
        font-weight: 400;
        font-size: 4vw;
      }
    }

    .container-fluid.parliamone {
      padding-left: 3rem;
      padding-top: 5rem;
      justify-content: unset;

      .linea {
        margin: 0 20px;
      }

      a.wa {
        background: var(--nero)!important;
        color: var(--beige);
        
        &:hover {
          background: white!important;
          color: var(--nero);
        }
      }

      a {
        background: white;
        padding: 2px 15px 3px;
        border-radius: var(--raggio-bordo);
        margin-left: 10px;
        text-transform: uppercase;
        transition: all .5s cubic-bezier(.215, .61, .355, 1);

        &:hover {
          background: var(--nero);
          color: var(--beige);
          text-decoration: none;
        }
      }
    }

    p.burger {
      text-transform: uppercase;
      padding-right: 1rem;
      font-weight: 500;
      cursor: pointer;
    }

    .cont-logo {
      width: 100px;
      height: 100px;
      position: relative;
      z-index: 1;
      left: 1rem;

      .pit {
        width: 100%;
        height: 100%;
      }

      .semic {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
      }
    }
  }.menu-aperto--open{top:0;opacity:1}#menuSm{padding-top:1rem;position:fixed;z-index:998;width:100%;.barra-menu {
    position: relative;

    .cont-link {
      background: var(--beige);
      border-radius: var(--raggio-bordo);
      height: 50px;
      position: absolute;
      top: 17%;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;

        p.tit-sito {
        font-size: 20px;
        padding-left: 7rem;
        font-weight: 400;
        letter-spacing: -5%;

          span {
            font-size: clamp(1rem, 0.1094rem + 2.375vw, 2.1875rem);
            font-weight: 500;
          }
        }

        .burger {
          background: var(--nero);
          width: 35px;
          height: 35px;
          border-radius: var(--raggio-bordo);
          display: flex;
          flex-wrap: wrap;
          align-content: center;
          justify-content: center;
          cursor: pointer;

          span {
            display: block;
            width: 60%;
            height: 2px;
            background: var(--beige);
            margin: 2px 0;
          }
        }

        .link {
          display: flex;
          align-items: center;
          padding-right: 6px;

          a.link-menu {
            color: var(--nero);
            font-size: clamp(1rem, 0.1094rem + 2.375vw, 2.1875rem);
            font-weight: 500;
            letter-spacing: -5%;
            text-transform: uppercase;
            line-height: 0;
            margin: 0 2rem;

            .arch {
              border-right: solid 3px var(--nero);
            }
        }
      }
    }
  }


  .hover:after {
    background: none repeat scroll 0 0 transparent;
    top: -5px;
    content: "";
    left: 0;
    display: block;
    height: 10px;
    position: absolute;
    background: var(--beige);
    mix-blend-mode: color-dodge;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0%;
  }

  .hover {
    position: relative;

    &:hover {
      text-decoration: none;
    }
  }

  .hover:hover:after {
    width: 100%;
    left: 0;
  }

  .cont-logo {
    width: 75px;
    height: 75px;
    position: relative;
    z-index: 1;
    left: 1rem;

    .pit {
      width: 100%;
      height: 100%;
    }

    .semic {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
    }
  }
}