.global {
  background-color: #fff !important;
}
.bg-main {
  background-image: url(/assets/images/cupons-promocoes/banner-bg.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 750px;
  align-items: center;
  justify-content: center;
}
.img-1,
.img-2,
.img-3,
.img-4,
.img-5 {
  display: none;
}
.img-left {
  width: 339px;
}
.div-center {
  width: 854px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 150px;
}
.div-center-title {
  font-size: 64px;
  font-weight: 800;
  line-height: 107%;
}
.img-right {
  width: 328px;
}
.btn-primary-div {
  padding: 7px 16px;
  border-radius: 100px;
  background-color: #8011ff1a;
  text-align: center;
  border: none;
  color: #8011ff;
}
.btn-primary-div:hover {
  background-color: #8011ff;
  color: #fff;
}
.sistema-texto {
  width: 854px;
  text-align: center;
  margin: 100px auto 50px auto;
}
.sistema-cards {
  background-color: #2d0061;
  display: grid;
  grid-template-columns: repeat(4, 2fr);
  grid-template-rows: auto;
  gap: 60px;
  text-align: start;
  border-radius: 30px;
  padding: 50px 60px;
}
.sistema-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sistema-card h4 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 0;
}
.sistema-card p {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
}
.agilidade-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 2fr);
  grid-template-rows: auto;
  gap: 20px;
  text-align: start;
}
.agilidade-grid h4 {
  color: #313033;
  font-size: 26px;
}
.title-section {
  color: #fff;
  font-size: 40px;
}
.footer {
  position: relative !important;
}

@media (max-width: 1200px) {
  .img-1,
  .img-2,
  .img-3,
  .img-4,
  .img-5 {
    display: none;
  }
  .agilidade-grid {
    grid-template-columns: repeat(3, 2fr);
  }
  .div-center {
    width: 600px;
  }
  .div-center-title {
    font-size: 50px;
    font-weight: 800;
    line-height: 107%;
  }
}
@media (max-width: 990px) {
  .bg-main {
    height: 600px;
  }
  .img-1,
  .img-2,
  .img-3,
  .img-4,
  .img-5 {
    display: none;
  }
  .div-center {
    width: 500px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 100px;
  }
  .div-center-title {
    font-size: 40px;
  }
  .sistema-texto {
    width: auto;
  }
  .sistema-cards {
    grid-template-columns: repeat(2, 2fr);
    padding: 30px;
    gap: 30px;
    margin-bottom: 70px;
  }
  .agilidade-grid {
    grid-template-columns: repeat(2, 2fr);
  }
}
@media (max-width: 550px) {
  .img-1 {
    display: block;
    position: absolute;
    right: 40px;
    top: 100px;
    width: 80px;
  }
  .img-2 {
    display: block;
    position: absolute;
    left: 40px;
    top: 160px;
    width: 40px;
  }
  .img-3 {
    display: block;
    position: absolute;
    top: 600px;
    right: 10px;
    bottom: 0;
    width: 40px;
  }
  .img-4 {
    display: block;
    position: absolute;
    top: 650px;
    right: 120px;
    bottom: 0;
    width: 40px;
  }
  .img-5 {
    display: block;
    position: absolute;
    top: 590px;
    left: 40px;
    bottom: 0;
    width: 100px;
  }
  .bg-main {
    height: 600px;
    align-items: center;
    background-image: none;
  }
  .div-center {
    width: auto;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
  }
  .div-center-title {
    font-size: 35px;
  }
  .sistema-texto {
    height: auto;
    margin: 30px auto;
  }
  #beneficios {
    margin: 80px auto;
  }
  .sistema-cards {
    grid-template-columns: repeat(1, 1fr);
  }
  .agilidade-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
