.product-bg-pinguinos {
  height: 100%;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.product-bg-pinguinos .container-fluid {
  height: 100%;
  position: relative;
  width: 100%;
}
.product-bg__lottie {
  height: auto;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 100vw;
}
.product-bg-pinguinos.is-mobile .product-bg__container-img {
  display: unset;
}
.product-bg__container-img {
  display: none;
  height: 768px;
  position: absolute;
  left: -235px;
  opacity: 0.3;
  top: -250px;
  width: 768px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.product-bg-pinguinos__noise {
  background-repeat: repeat;
  opacity: 0.1;
  top: -350px;
  height: calc(100% + 520px);
}

.product-bg__light-1 {
  background: radial-gradient(rgba(0,166,248,1) 0%,rgba(34,85,212,0) 70%);
  height: 900px;
  left: 50%;
  position: absolute;
  opacity: 0.6;
  top: 40%;
  transform: translate(-50%,-50%);
  width: 150vw;
}

@media (min-width: 768px) {
  .product-bg__lottie {
    top: 50%;
  }
  .product-bg__container-img {
    width: 1024px;
    height: 1024px;
    top: -200px;
    left: -150px;
  }
}
@media (min-width: 1024px) {
  .product-bg__container-img {
    width: 1360px;
    height: 1360px;
    top: -300px;
    left: -150px;
  }
  .product-bg__light-1 {
    height: 850px;
  }
}
@media (min-width: 1360px) {
  .product-bg__container-img {
    width: 1920px;
    height: 1920px;
    top: -500px;
    left: -150px;
  }
}
@media (min-width: 1920px) {
  .product-bg__container-img {
    width: calc(100% + 200px);
    height: 1080px;
    top: -100px;
    left: -100px;
  }
}
