.pc {
  position: absolute;
  left: 70%;
  top: 5%;
  width: 400px;
  height: 300px;
}

.containerPc {
  width: 300px;
  height: 200px;
  margin: auto;
  -webkit-filter: drop-shadow(0 0 0.75rem grey);
          filter: drop-shadow(0 0 0.75rem grey);
  position: relative;
  margin-top: -10%;
}

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

.industriaContainer {
  width: 650px;
  height: 450px;
  background: rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
          box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.18);
}

.industriaContainer p {
  text-align: left;
  font-size: 18px;
  margin-top: 5%;
  width: 70%;
  display: block;
  margin: auto;
}

.industriaContainer h2 {
  text-align: center;
  margin-top: 15%;
  font-size: 30px;
  padding-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.robot1 {
  position: absolute;
  width: 55%;
  left: 0%;
  top: 25%;
  height: auto;
  -webkit-filter: drop-shadow(0 0 0.75rem grey);
          filter: drop-shadow(0 0 0.75rem grey);
}

.robot2 {
  position: absolute;
  top: 35%;
  left: 40%;
  width: 55%;
  height: auto;
  -webkit-filter: drop-shadow(0 0 0.75rem grey);
          filter: drop-shadow(0 0 0.75rem grey);
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}

#slide5 span:nth-of-type(1) {
  left: 50%;
  top: 15%;
  width: 39%;
  height: 3px;
  position: absolute;
  background: red;
}

#slide5 span:nth-of-type(2) {
  left: 89%;
  top: 15%;
  width: 2px;
  height: 22%;
  position: absolute;
  background: red;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-transform-origin: left;
          transform-origin: left;
}

#slide5 span:nth-of-type(3) {
  left: 10%;
  top: 15%;
  width: 37%;
  height: 2px;
  position: absolute;
  background: red;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
  -webkit-transform-origin: left;
          transform-origin: left;
}

#slide5 span:nth-of-type(4) {
  left: 10%;
  top: 15%;
  width: 2px;
  height: 22%;
  position: absolute;
  background: red;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
  -webkit-transform-origin: left;
          transform-origin: left;
}

.circuitTelephone {
  display: none;
}

@media (max-width: 480px) {
  .robot1 {
    display: none;
  }
  .robot2 {
    display: none;
  }
  #slide5 span {
    display: none;
  }
  .containerPc {
    width: 60%;
    height: 20%;
    margin: auto;
    margin-top: -10px;
  }
  .logoPc {
    width: 40%;
    left: 49%;
    top: 54%;
  }
  .industriaContainer {
    width: 100%;
    height: 70%;
    margin-top: 20px;
  }
  .industriaContainer p {
    margin-top: 2%;
    text-align: justify;
    font-size: 5vw;
    width: 95%;
  }
  .industriaContainer h2 {
    margin-top: 3%;
  }
}

@media (min-width: 482px) and (max-width: 1024px) {
  #slide5 span {
    display: none;
  }
  .circuitTelephone {
    display: none;
  }
  .containerPc {
    top: -25%;
  }
  .industriaContainer {
    margin-top: -30%;
  }
  .industriaContainer h2 {
    font-size: 25px;
    margin-top: 10%;
    font-weight: 700 !important;
  }
  .industriaContainer p {
    margin-top: 10%;
  }
  .robot1 {
    width: 100%;
    height: auto;
    left: 20%;
    top: 55%;
  }
  .robot2 {
    display: none;
  }
}

@media (min-width: 1030px) and (max-width: 1460px) {
  .circuitTelephone {
    display: none;
  }
  .containerPc {
    margin: top 13% !important;
  }
  .industriaContainer {
    width: 570px;
    height: 320px;
  }
  .industriaContainer h2 {
    font-size: 18px;
    margin-top: 5%;
    font-weight: 700 !important;
  }
  .industriaContainer p {
    font-size: 16px;
    margin-top: 10%;
  }
}
/*# sourceMappingURL=stile4.css.map */