#slide3 {
  background-size: cover !important;
  position: relative;
  overflow: hidden;
}

#slide3 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.toggleOpacityAndPoint {
  opacity: 0;
  pointer-events: none !important;
}

.containerTelefono {
  position: relative;
  width: 293px;
  height: 627px;
  margin-top: -3%;
  -webkit-filter: drop-shadow(0 0 0.75rem grey);
          filter: drop-shadow(0 0 0.75rem grey);
}

.telephone {
  width: 1200px;
  height: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1000;
}

.videoAnimato {
  position: absolute;
  -webkit-transform: translate(-53%, -50%);
          transform: translate(-53%, -50%);
  left: 50%;
  top: 50%;
  z-index: -1;
  -o-object-fit: contain;
     object-fit: contain;
}

@-webkit-keyframes changeOpacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes changeOpacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.changeOpacityActivator {
  -webkit-animation: changeOpacity forwards 1s;
          animation: changeOpacity forwards 1s;
}

@-webkit-keyframes unlockAnimation {
  from {
    line-height: 1200px;
    opacity: 0;
  }
  to {
    line-height: 950px;
    opacity: 0.7;
  }
}

@keyframes unlockAnimation {
  from {
    line-height: 1200px;
    opacity: 0;
  }
  to {
    line-height: 950px;
    opacity: 0.7;
  }
}

.unlockActivator {
  -webkit-animation: unlockAnimation forwards 1s;
          animation: unlockAnimation forwards 1s;
}

@-webkit-keyframes logoTelWave {
  from {
    opacity: 1;
    width: 120px;
    height: 120px;
  }
  to {
    opacity: 0;
    width: 150px;
    height: 150px;
  }
}

@keyframes logoTelWave {
  from {
    opacity: 1;
    width: 120px;
    height: 120px;
  }
  to {
    opacity: 0;
    width: 150px;
    height: 150px;
  }
}

.pulseActivator {
  -webkit-animation: infinite logoTelWave 1s;
          animation: infinite logoTelWave 1s;
}

@-webkit-keyframes spostaTel {
  to {
    -webkit-transform: translate(-180%);
            transform: translate(-180%);
  }
}

@keyframes spostaTel {
  to {
    -webkit-transform: translate(-180%);
            transform: translate(-180%);
  }
}

.spostaTelofono {
  -webkit-animation: spostaTel 1s forwards;
          animation: spostaTel 1s forwards;
}

@-webkit-keyframes closeLock {
  to {
    border-radius: 50%;
    width: 0;
    height: 0;
  }
}

@keyframes closeLock {
  to {
    border-radius: 50%;
    width: 0;
    height: 0;
  }
}

.closeLock {
  -webkit-animation: closeLock forwards 1s;
          animation: closeLock forwards 1s;
}

.screen {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 307px;
  height: 652px;
  border-radius: 40px;
  background-color: black;
  z-index: 0;
  -webkit-transform-origin: top;
          transform-origin: top;
}

.screen img {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  opacity: 0;
  -webkit-filter: drop-shadow(0 0 10rem white);
          filter: drop-shadow(0 0 10rem white);
}

.screen span {
  display: block;
  width: 120px;
  height: 120px;
  border: solid red 1px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  pointer-events: none;
  opacity: 0;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  z-index: 1000;
}

.screen p {
  line-height: 1090px;
  font-weight: 700;
  letter-spacing: 3px;
  text-align: center;
  font-size: 18px;
  color: white;
  opacity: 0;
  pointer-events: none;
}

@-webkit-keyframes animazioneFinestra {
  0% {
    width: 0px;
  }
  100% {
    width: 900px;
  }
}

@keyframes animazioneFinestra {
  0% {
    width: 0px;
  }
  100% {
    width: 900px;
  }
}

.finestraActivator {
  -webkit-animation: animazioneFinestra 0.5s forwards;
          animation: animazioneFinestra 0.5s forwards;
}

.scheda {
  position: absolute;
  left: 35%;
  top: 20%;
  width: 0px;
  height: 550px;
  background: rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0 8px 22px 0 rgba(31, 38, 135, 0.37);
          box-shadow: 0 8px 22px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(11px);
  -webkit-backdrop-filter: blur(11.5px);
  border-radius: 20px;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-transform-origin: center !important;
          transform-origin: center !important;
  overflow: hidden;
}

.RotationContainer {
  height: 100%;
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: center;
          transform-origin: center;
  padding: 0 !important;
}

.RotationContainer span {
  position: absolute;
  pointer-events: all;
  display: block;
  overflow: hidden;
  width: 180px;
  height: 330px;
  background-color: white;
  top: 20%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  background-color: rgba(255, 255, 255, 0.5);
  left: -100px;
  -webkit-box-shadow: 0 8px 12px 0 rgba(31, 38, 135, 0.37);
          box-shadow: 0 8px 12px 0 rgba(31, 38, 135, 0.37);
}

.RotationContainer span .E-slider {
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  right: 0;
  border-radius: 15px;
  position: absolute;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.RotationContainer span p {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  margin-top: 50%;
  font-weight: 600;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.RotationContainer span:hover .E-slider {
  right: -100px;
}

.RotationContainer span:hover p {
  opacity: 1;
}

@-webkit-keyframes rotateSpan1 {
  to {
    left: 35px;
    border-radius: 10px;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@keyframes rotateSpan1 {
  to {
    left: 35px;
    border-radius: 10px;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@-webkit-keyframes rotateSpan2 {
  to {
    left: 245px;
    border-radius: 10px;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@keyframes rotateSpan2 {
  to {
    left: 245px;
    border-radius: 10px;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@-webkit-keyframes rotateSpan3 {
  to {
    left: 455px;
    border-radius: 10px;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@keyframes rotateSpan3 {
  to {
    left: 455px;
    border-radius: 10px;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@-webkit-keyframes rotateSpan4 {
  to {
    left: 665px;
    border-radius: 10px;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@keyframes rotateSpan4 {
  to {
    left: 665px;
    border-radius: 10px;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

.activate1 {
  -webkit-animation: rotateSpan1 1s forwards;
          animation: rotateSpan1 1s forwards;
}

.activate2 {
  -webkit-animation: rotateSpan2 1s forwards;
          animation: rotateSpan2 1s forwards;
}

.activate3 {
  -webkit-animation: rotateSpan3 1s forwards;
          animation: rotateSpan3 1s forwards;
}

.activate4 {
  -webkit-animation: rotateSpan4 1s forwards;
          animation: rotateSpan4 1s forwards;
}

.RotationContainer span:nth-of-type(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.RotationContainer span:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.RotationContainer span:nth-of-type(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.RotationContainer span:nth-of-type(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

@-webkit-keyframes animazioneEImmagine {
  from {
    right: -50%;
  }
  to {
    right: 0;
  }
}

@keyframes animazioneEImmagine {
  from {
    right: -50%;
  }
  to {
    right: 0;
  }
}

.changeSrc {
  position: absolute;
  right: -50%;
  top: 0;
  width: 50%;
  height: 100%;
  -webkit-transition: all 1s forwards !important;
  transition: all 1s forwards !important;
}

.close {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 10000 !important;
  opacity: 0;
  cursor: pointer;
}

.closeO1 {
  opacity: 1;
}

.animazioneSrc {
  -webkit-animation: animazioneEImmagine 0.5s forwards;
          animation: animazioneEImmagine 0.5s forwards;
}

.descrizioneE {
  position: absolute;
  width: 40%;
  height: 80%;
  left: 5%;
  top: 30%;
  font-size: 16px;
  line-height: 1.5em;
}

.titoliE {
  position: absolute;
  width: 50%;
  height: 10%;
  left: 10%;
  top: 10%;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 800;
  padding-bottom: 20px;
}

.bordoTitolo {
  border-bottom: red 1px solid;
}

@-webkit-keyframes titoloECommerce {
  from {
    opacity: 0;
    top: 30%;
    -webkit-filter: blur(30px);
            filter: blur(30px);
  }
  to {
    opacity: 1;
    top: 10%;
    -webkit-filter: blur();
            filter: blur();
  }
}

@keyframes titoloECommerce {
  from {
    opacity: 0;
    top: 30%;
    -webkit-filter: blur(30px);
            filter: blur(30px);
  }
  to {
    opacity: 1;
    top: 10%;
    -webkit-filter: blur();
            filter: blur();
  }
}

.titoloECommerceActivator {
  -webkit-animation: titoloECommerce 1s forwards;
          animation: titoloECommerce 1s forwards;
}

.titoloECommerce {
  position: absolute;
  left: 55%;
  top: 30%;
  z-index: 0;
  color: black;
  font-size: 30px;
  opacity: 0;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@media (max-width: 480px) {
  .RotationContainer span:hover .E-slider {
    right: 0px !important;
  }
  .RotationContainer span .E-slider {
    right: -70px !important;
  }
  .RotationContainer span p {
    opacity: 1;
    margin-top: 14px;
    font-size: 9px;
    margin-left: 15px;
    white-space: nowrap;
  }
  .RotationContainer span p:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background: red;
    top: 50%;
    left: 12%;
  }
  .RotationContainer span hr {
    display: none;
  }
  .titoloECommerce {
    display: none;
  }
  @-webkit-keyframes spostaTel {
    to {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
    }
  }
  @keyframes spostaTel {
    to {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
    }
  }
  .containerTelefono, .telephone, .screen, .videoAnimato {
    display: none;
  }
  .navigators {
    display: none;
  }
  @-webkit-keyframes animazioneFinestra {
    0% {
      height: 0px;
    }
    100% {
      height: 100%;
    }
  }
  @keyframes animazioneFinestra {
    0% {
      height: 0px;
    }
    100% {
      height: 100%;
    }
  }
  .scheda {
    left: -1.5%;
    top: 0;
    width: 100%;
    height: 0%;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.5);
  }
  .RotationContainer span:nth-of-type(1) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .RotationContainer span:nth-of-type(2) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .RotationContainer span:nth-of-type(3) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .RotationContainer span:nth-of-type(4) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .RotationContainer span {
    width: 80%;
    height: 20%;
    left: 10%;
  }
  @-webkit-keyframes rotateSpan1 {
    to {
      top: 2.5%;
      border-radius: 20px;
      -webkit-transform: rotateY(0deg);
              transform: rotateY(0deg);
    }
  }
  @keyframes rotateSpan1 {
    to {
      top: 2.5%;
      border-radius: 20px;
      -webkit-transform: rotateY(0deg);
              transform: rotateY(0deg);
    }
  }
  @-webkit-keyframes rotateSpan2 {
    to {
      top: 27%;
      border-radius: 20px;
      -webkit-transform: rotateY(0deg);
              transform: rotateY(0deg);
    }
  }
  @keyframes rotateSpan2 {
    to {
      top: 27%;
      border-radius: 20px;
      -webkit-transform: rotateY(0deg);
              transform: rotateY(0deg);
    }
  }
  @-webkit-keyframes rotateSpan3 {
    to {
      top: 53%;
      border-radius: 20px;
      -webkit-transform: rotateY(0deg);
              transform: rotateY(0deg);
    }
  }
  @keyframes rotateSpan3 {
    to {
      top: 53%;
      border-radius: 20px;
      -webkit-transform: rotateY(0deg);
              transform: rotateY(0deg);
    }
  }
  @-webkit-keyframes rotateSpan4 {
    to {
      top: 77.5%;
      border-radius: 20px;
      -webkit-transform: rotateY(0deg);
              transform: rotateY(0deg);
    }
  }
  @keyframes rotateSpan4 {
    to {
      top: 77.5%;
      border-radius: 20px;
      -webkit-transform: rotateY(0deg);
              transform: rotateY(0deg);
    }
  }
  @-webkit-keyframes animazioneEImmagine {
    from {
      top: 100%;
    }
    to {
      top: 50%;
    }
  }
  @keyframes animazioneEImmagine {
    from {
      top: 100%;
    }
    to {
      top: 50%;
    }
  }
  .changeSrc {
    top: 100%;
    left: 0;
    width: 100%;
    height: 60%;
    -webkit-transition: all 1s forwards !important;
    transition: all 1s forwards !important;
  }
  .animazioneSrc {
    -webkit-animation: animazioneEImmagine 0.5s forwards;
            animation: animazioneEImmagine 0.5s forwards;
  }
  .descrizioneE {
    text-align: left;
    text-justify: auto;
    width: 80%;
    height: 50%;
    left: 15%;
    top: 25%;
    font-size: 12px;
    line-height: 1.5em;
  }
  .titoliE {
    width: 60%;
    height: 10%;
    left: 20%;
    top: 10%;
    font-size: 20px;
    text-align: center;
    line-height: 1.5em;
    font-weight: 800;
    padding-bottom: 20px;
  }
  .bordoTitolo {
    border-bottom: red 1px solid;
  }
}

@media (min-width: 481px) and (max-width: 1024px) {
  .containerTelefono {
    width: 298px;
    height: 620px;
    margin-top: 30%;
  }
  .navigators {
    display: none;
  }
  @-webkit-keyframes ruotaTelTab {
    from {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    to {
      -webkit-transform: scale(0.55) translateY(-110%) translateX(-155%);
              transform: scale(0.55) translateY(-110%) translateX(-155%);
    }
  }
  @keyframes ruotaTelTab {
    from {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    to {
      -webkit-transform: scale(0.55) translateY(-110%) translateX(-155%);
              transform: scale(0.55) translateY(-110%) translateX(-155%);
    }
  }
  .ruotaTelTabActivator {
    -webkit-animation: ruotaTelTab 1s forwards;
            animation: ruotaTelTab 1s forwards;
  }
  .telephone {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none;
  }
  .screen {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 303px;
  }
  .videoAnimato {
    -webkit-transform: translate(-51%, -50%);
            transform: translate(-51%, -50%);
    left: 50%;
    top: 50%;
  }
  @-webkit-keyframes animazioneFinestra {
    0% {
      width: 0px;
    }
    100% {
      width: 90%;
    }
  }
  @keyframes animazioneFinestra {
    0% {
      width: 0px;
    }
    100% {
      width: 90%;
    }
  }
  .scheda {
    left: 50%;
    top: 70%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.75);
  }
  @-webkit-keyframes rotateSpan1 {
    to {
      top: 5%;
      left: 3%;
      border-radius: 10px;
      -webkit-transform: rotateY(0deg);
              transform: rotateY(0deg);
    }
  }
  @keyframes rotateSpan1 {
    to {
      top: 5%;
      left: 3%;
      border-radius: 10px;
      -webkit-transform: rotateY(0deg);
              transform: rotateY(0deg);
    }
  }
  @-webkit-keyframes rotateSpan2 {
    to {
      top: 5%;
      left: 54%;
      border-radius: 10px;
      -webkit-transform: rotateY(0deg);
              transform: rotateY(0deg);
    }
  }
  @keyframes rotateSpan2 {
    to {
      top: 5%;
      left: 54%;
      border-radius: 10px;
      -webkit-transform: rotateY(0deg);
              transform: rotateY(0deg);
    }
  }
  @-webkit-keyframes rotateSpan3 {
    to {
      top: 55%;
      left: 3%;
      border-radius: 10px;
      -webkit-transform: rotateY(0deg);
              transform: rotateY(0deg);
    }
  }
  @keyframes rotateSpan3 {
    to {
      top: 55%;
      left: 3%;
      border-radius: 10px;
      -webkit-transform: rotateY(0deg);
              transform: rotateY(0deg);
    }
  }
  @-webkit-keyframes rotateSpan4 {
    to {
      top: 55%;
      left: 54%;
      border-radius: 10px;
      -webkit-transform: rotateY(0deg);
              transform: rotateY(0deg);
    }
  }
  @keyframes rotateSpan4 {
    to {
      top: 55%;
      left: 54%;
      border-radius: 10px;
      -webkit-transform: rotateY(0deg);
              transform: rotateY(0deg);
    }
  }
  .RotationContainer span {
    width: 41%;
    height: 40%;
  }
  @-webkit-keyframes titoloECommerce {
    from {
      opacity: 0;
      top: 30%;
      -webkit-filter: blur(30px);
              filter: blur(30px);
      letter-spacing: -10px;
    }
    to {
      opacity: 1;
      top: 20%;
      -webkit-filter: blur();
              filter: blur();
      letter-spacing: 1px;
    }
  }
  @keyframes titoloECommerce {
    from {
      opacity: 0;
      top: 30%;
      -webkit-filter: blur(30px);
              filter: blur(30px);
      letter-spacing: -10px;
    }
    to {
      opacity: 1;
      top: 20%;
      -webkit-filter: blur();
              filter: blur();
      letter-spacing: 1px;
    }
  }
  .titoloECommerce {
    left: 35%;
    top: 50%;
    font-size: 27px;
  }
}

@media (min-width: 1030px) and (max-width: 1440px) {
  .telephone {
    width: 1100px;
    height: 700px;
  }
  .screen {
    width: 280px;
    height: 570px;
  }
  .screen p {
    line-height: 850px !important;
  }
  .screen img {
    width: 100px;
    height: 100px;
  }
  .videoAnimato {
    width: 270px !important;
    height: 550px !important;
  }
  .containerTelefono {
    margin-top: 0;
  }
  @-webkit-keyframes spostaTel {
    to {
      -webkit-transform: translate(-150%);
              transform: translate(-150%);
    }
  }
  @keyframes spostaTel {
    to {
      -webkit-transform: translate(-150%);
              transform: translate(-150%);
    }
  }
  .scheda {
    position: absolute;
    left: 30%;
    top: 20%;
    width: 0px;
    height: 450px;
    background: rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: 0 8px 22px 0 rgba(31, 38, 135, 0.37);
            box-shadow: 0 8px 22px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4.5px);
    -webkit-backdrop-filter: blur(4.5px);
    border-radius: 20px;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
    -webkit-transform-origin: center !important;
            transform-origin: center !important;
    overflow: hidden;
  }
  @-webkit-keyframes animazioneFinestra {
    0% {
      width: 0px;
    }
    100% {
      width: 900px;
    }
  }
  @keyframes animazioneFinestra {
    0% {
      width: 0px;
    }
    100% {
      width: 900px;
    }
  }
  .titoloECommerce {
    left: 30%;
  }
}
/*# sourceMappingURL=stile2.css.map */