@media screen and (min-width: 992px) {
  .bg-fv {
    height: 580px;
    background-position: 50% 100%;
    background-image: url(../../../assets/img/bg-fv.png);
  }
  @supports (background-image: url(../../../assets/img/bg-fv.webp)) {
    .bg-fv {
      background-image: url(../../../assets/img/bg-fv.webp);
    }
  }
  .bg-title-position {
    top: 35px;
  }
  .bg-business-wave, .bg-paints-wave {
    background-position: 50% -80%;
  }
  .iframe-box {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .box-floating {
    width: 35%;
  }
  .consult-btn {
    width: 130px;
  }
  .text-lg-center {
    text-align: center;
  }
  .w35-25 {
    width: 25%;
  }
  .footer-badges {
    width: 20%;
  }
  .cta-box .contact-box {
    width: 350px;
  }
}
@media screen and (min-width: 1200px) {
  .bg-fv {
    height: 650px;
  }
  .fv-img {
    width: 515px !important;
  }
  .banner-info {
    width: 80%;
  }
  .consult-btn {
    width: 180px;
  }
  .fv-box {
    padding-top: 0;
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 1400px) {
  .fv-box {
    justify-content: flex-end;
  }
}/*# sourceMappingURL=style.css.map */