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

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

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

.hero-section1,
.hero-section1 > .container > .row {
  height: 100vh;
  min-height: 800px;
}

.hero-section1.inner-page {
  height: 40vh;
  min-height: 0;
}

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

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

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

.hero-section1 .iphone-wrap {
  position: relative;
}

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

.hero-section1 .iphone-wrap .phone-2,
.hero-section1 .iphone-wrap .phone-1 {
  width: 250px;
}

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

.cta-section-contato {
  
  background: linear-gradient(to right, rgba(39, 70, 133, 0.8) 0%, rgba(61, 179, 197, 0.8) 100%), url(../images/background_contato.jpg);
  color: #fff;
}

.cta-section-contato h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  }

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


