.hero-section {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: image-set(
	url("../images/banner-background-produto-vc3_1x.webp?v1") 1x,
    url("../images/banner-background-produto-vc3_2x.webp?v1") 2x
  );
}

.hero-section .wave {
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  bottom: -150px;
}

.hero-section .wave svg {
  width: 100%;
}

.hero-section,
.hero-section > .container > .row {

  height: 100vh;
  min-height: 880px;
}

.hero-section.inner-page {
  height: 60vh;
  min-height: 0;
}

.hero-section.inner-page .hero-text {
  -webkit-transform: translateY(-150px);
  transform: translateY(-150px);
  margin-top: -120px;
}

.hero-section h1 {
  font-size: 3.5rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}

.hero-section p {
  font-size: 18px;
  color: #fff;
}

.hero-section .iphone-wrap {
  position: relative;

}

.hero-section .iphone-wrap .phone-2,
.hero-section .iphone-wrap .phone-1 {
  position: absolute;
  top: -30%;
  overflow: hidden;
  left: 0;
  box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.0);
}

.hero-section .iphone-wrap .phone-2,
.hero-section .iphone-wrap .phone-1 {

  width: 550px;
}

.hero-section .iphone-wrap .phone-2 {
  margin-top: 50px;
  margin-left: 100px;
  width: 250px;
}


@media screen and (max-width: 992px) {
  .hero-section .wave {
    bottom: -180px;
  }

  .hero-section.inner-page .hero-text {
    margin-top: -80px;

  }

  .hero-section h1 {
    top: 0;

    font-size: 2.5rem;
    text-align: center;
  }

  .hero-section .hero-text-image {
    margin-top: -4rem;
  }

  .hero-section .iphone-wrap {
    text-align: center;
  }

  .hero-section .iphone-wrap .phone-2,
  .hero-section .iphone-wrap .phone-1 {
    position: relative;
    top: 0;
    max-width: 100%;
  }

  .hero-section .iphone-wrap .phone-1 {
    margin-left: 0px;
    margin-top: -25px;
  }

  .hero-section .iphone-wrap .phone-2 {
    width: 250px;
    position: absolute;

    margin-left: 100px;
  }
}

.cta-section-banner1 {
background: linear-gradient(to right, rgba(3, 16, 41, 1) 0%, rgba(3, 16, 41, 0.8) 100%);
padding-top:70px;
padding-bottom:70px;
}

.cta-section-banner1 h2 {
  color: #fff;
  font-size: 200%;
  font-weight: 500;
  }

.cta-section-banner1 h5 {
  color: #fff;
  font-size: 120%;
  font-weight: 300;

  }

.cta-section-banner1 .btn {
  background: #000000;
  color: #fff;
}
