.global {
  background-color: #fff !important;
}
.div-center {
  width: 854px;
  text-align: center;
  margin: 0 auto;
  z-index: 100;
}
.div-center-title {
  font-size: 60px;
}
.paragh-center {
  font-size: 20px;
  font-weight: 400;
  color: #313033;
}
.estoque-container {
  margin: 80px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 650px;
  z-index: 0;
}

.card {
  border: 1px solid #8011ff;
  border-radius: 20px;
  padding: 20px;
  color: #313033;
  background-color: #fff !important;
  z-index: 10;
    width: 100%;
}

.card-title {
  font-size: 22px;
  line-height: 1.25;
  margin: 12px 0 8px;
  font-weight: 700;
}
.card-text {
  font-size: 14.5px;
  color: var(--muted);
  margin: 0;
}
.col-left {
  display: flex;
  flex-direction: column;
  gap: 150px;
  width: 271px;
}
.col-right {
  display: flex;
  flex-direction: column;
  gap: 150px;
  width: 271px;
}

/* Centro (telefone) */
.col-center {
  position: relative;
  place-items: center;
}

.phone-wrap {
  position: relative;
  width: 550px;
  aspect-ratio: 9/16;
  display: grid;
  place-items: center;
  border-radius: 28px;
  padding: 10px;
}

.phone {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}

.spark {
  position: absolute;
  width: 180px;
  opacity: 0.9;
  z-index: 1;
}
.spark-1 {
  top: 312px;
  left: -85px;
  z-index: 0;
}
.spark-2 {
  bottom: 300px;
  left: -85px;
  z-index: 0;
}
.spark-3 {
  top: 312px;
  right: -85px;
  z-index: 0;
}
.spark-4 {
  bottom: 300px;
  right: -85px;
  z-index: 0;
}

.connector {
  position: absolute;
  width: 46%;
  height: 2px;
  background: linear-gradient(90deg, #8011ff 0%, rgba(108, 58, 227, 0.35) 100%);
  z-index: 0;
}
.conn-left {
  left: -2%;
  transform: translateX(-100%);
}
.conn-right {
  right: -2%;
  transform: translateX(100%);
}
.top {
  top: 18%;
}
.bottom {
  bottom: 18%;
}

/* Pontos nas pontas do conector */
.connector::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #8011ff;
  top: 50%;
  transform: translateY(-50%);
}
.conn-left::after {
  right: -5px;
}
.conn-right::after {
  left: -5px;
}

.agilidade-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 2fr);
  grid-template-rows: auto;
  gap: 40px;
  text-align: left;
}
.agilidade-grid h4 {
  color: #313033;
  font-size: 26px;
}

.footer {
  position: relative !important;
}
@media (max-width: 1400px) {
    .spark-1 {
    top: 312px;
    left: -55px;
    z-index: 0;
  }
  .spark-2 {
    bottom: 300px;
    left: -55px;
    z-index: 0;
  }
  .spark-3 {
    top: 312px;
    right: -55px;
    z-index: 0;
  }
  .spark-4 {
    bottom: 300px;
    right: -55px;
    z-index: 0;
  }
}
@media (max-width: 1200px) {
  .agilidade-grid {
    grid-template-columns: repeat(3, 2fr);
  }
  .spark-1 {
    top: 312px;
    left: -55px;
    z-index: 0;
  }
  .spark-2 {
    bottom: 300px;
    left: -55px;
    z-index: 0;
  }
  .spark-3 {
    top: 312px;
    right: -55px;
    z-index: 0;
  }
  .spark-4 {
    bottom: 300px;
    right: -55px;
    z-index: 0;
  }
}
@media (max-width: 990px) {
  .div-center {
    width: auto;
  }
  .div-center-title {
    font-size: 50px;
  }
  .agilidade-grid {
    grid-template-columns: repeat(2, 2fr);
  }
  .estoque-container{
    flex-direction: column;
    height: auto;
  }
  .col-left{
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
  }
  .col-right{
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
  }
  .phone-wrap{
    height: auto;
    width: 100%;
  }
  .spark-1 {
    top: 0;
    right: 0;
    left: 300px;
    z-index: 0;
    transform: rotate(-90deg);
  }
  .spark-2 {
    top: 0;
    right: 100px !important;
    left: 30px;
    z-index: 0;
    transform: rotate(-90deg);
  }
  .spark-3 {
    top: 730px;
    bottom: 0;
    right: 30px;
    z-index: 0;
    transform: rotate(-90deg);
  }
  .spark-4 {
    top: 730px;
    bottom: 0;
    right: 0;
    left: 30px;
    z-index: 0;
    transform: rotate(-90deg);
  }
}

@media (max-width: 767px) {
    .col-center{
        display: none;
    }
    .col-left{
        margin-bottom: 10px;
    }
    .spark-1 {
    top: 0;
    right: 0;
    left: 240px;
    z-index: 0;
    transform: rotate(-90deg);
  }
  .spark-2 {
    top: 0;
    right: 150px !important;
    left: 30px;
    z-index: 0;
    transform: rotate(-90deg);
  }
  .spark-3 {
    top: 650px;
    bottom: 0;
    right: 30px;
    z-index: 0;
    transform: rotate(-90deg);
  }
  .spark-4 {
    top: 650px;
    bottom: 0;
    right: 0;
    left: 30px;
    z-index: 0;
    transform: rotate(-90deg);
  }
}

@media (max-width: 550px) {
  .div-center-title {
    font-size: 40px;
  }
  .agilidade-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .arrow-right {
    transform: rotate(90deg);
  }
  .spark-1 {
    top: 0;
    right: 0;
    left: 175px;
    z-index: 0;
    transform: rotate(-90deg);
  }
  .spark-2 {
    top: 0;
    right: 150px !important;
    left: 5px;
    z-index: 0;
    transform: rotate(-90deg);
  }
  .spark-3 {
    top: 500px;
    bottom: 0;
    right: 30px;
    z-index: 0;
    transform: rotate(-90deg);
  }
  .spark-4 {
    top: 500px;
    bottom: 0;
    right: 0;
    left: 30px;
    z-index: 0;
    transform: rotate(-90deg);
  }
}
@media (max-width: 460px) {
  .spark-1 {
    display: none;
  }
  .spark-2 {
    display: none;
  }
  .spark-3 {
    display: none;
  }
  .spark-4 {
    display: none;
  }
  .col-left{
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
  }
  .col-right{
    flex-direction: column;
    gap: 10px;
  }
  .phone-wrap {
    width: 100%;
    aspect-ratio: auto;
    margin: 30px 0;
  }
}
