.ecosystem-carousel {
    background: #f2f0fe;
    padding: 40px 0px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ecosystem-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.ecosystem-wrapper {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: end;
    height: 820px;
}

.ecosystem-track {
    display: flex;
    width: 100%;
    transition: transform 0.6s ease;
}

.ecosystem-item {
    min-width: 100%;
    grid-template-columns: 597px 511px;
    gap: 80px;
    justify-content: center;
    display: flex;
    max-width: 1720px;
    align-items: flex-start;
}

.eco-step-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}

.eco-step {
    color: #e6ddfd;
    font-size: 32px;
    font-weight: 700;
    display: block;
    line-height: 1;
    font-size: 100px;
}

.eco-text{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

} 

.eco-text h3 {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 12px;
    font-size: 74px;
}

.eco-text h3 strong {
    color: #6d28ff;
}

.eco-text h4 {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 16px;
}

.eco-text p {
    max-width: 420px;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 24px;
    font-size: 32px;
    max-width: 444px;
    font-weight: 500;
}

.eco-btn {
    display: inline-block;
    border: 2px solid #6d28ff;
    padding: 0px 23px;
    border-radius: 999px;
    font-size: 14px;
    color: #6d28ff;
    text-decoration: none;
    width: 100%;
    max-width: 310px;
    background: #fff;
    font-weight: 700;
    font-size: 28px;
    height: 66px;
    padding-top: 10px;
}

html[lang="es-MX"] .eco-btn {
    max-width: 362px;
}

html[lang="en-US"] .eco-btn {
    max-width: 352px;
}


.eco-arrows {
    margin-top: 0;
    display: flex;
    gap: 12px;
}

.eco-arrows button {
    width: 34px;
    height: 70px;
    border-radius: 50%;
    background: transparent;
    color: #6d28ff;
    cursor: pointer;
    border: none;
    font-size: 55px;
}

.eco-image {
    width: 600px;
    /* background: #000; */
    border-radius: 28px;
    /* padding: 30px; */
    position: relative;
    margin-left: -20px;
    margin-top: 60px;
}

.eco-image img {
    width: 100%;
    border-radius: 20px;
    display: block;
}

.eco-badge {
    position: absolute;
    bottom: 0px;
    left: 5px;
    background: #fff;
    padding: 8px 14px;
    border-radius: 11px;
    font-size: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 10px 25px rgba(0,0,0,.15);
    font-weight: 600;
}

.eco-badge span {
    width: 8px;
    height: 8px;
    background: #6d38fc;
    border-radius: 50%;
}


.eco-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(
        137.17deg,
        #7E2DFB 0%,
        #9419FB 94.94%
    );
    color: #ffffff;
    margin-top: 5px;
}

/* tamanho do SVG */
.eco-icon svg {
    width: 29px;
    height: 29px;
}

@media (max-width: 640px) {

  .eco-step {
    font-size: 48px;
  }

  .eco-text h3 {
    font-size: 36px;
  }

  .eco-text p {
    font-size: 16px;
  }

  .eco-arrows button {
    font-size: 42px;
  }
}

@media (max-width: 1024px) {

  .ecosystem-wrapper {
    justify-content: center;
  }

  .ecosystem-item {
    flex-direction: column;
    gap: 40px;
    max-width: 100%;
  }

  .eco-step {
    font-size: 64px;
  }

  .eco-text h3 {
    font-size: 48px;
  }

  .eco-text h4 {
    font-size: 22px;
  }

  .eco-text p {
    font-size: 18px;
    max-width: 100%;
  }

  .eco-btn {
    font-size: 18px;
    height: 54px;
  }

  .eco-image {
    width: 100%;
    margin: 0 auto;
  }

  .eco-badge {
    font-size: 16px;
  }
}

@media (min-width: 640px) {
  .eco-text {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .ecosystem-content {
    grid-template-columns: 1fr;
  }
  .ecosystem-wrapper{
    height: auto;
  }
}


.ecosystem-carousel {

  .ecosystem-track {

    .ecosystem-item {

      &:nth-child(3) {

        .eco-image {

          img {
            /* estilos APENAS da imagem do 3Âº slide */
            transform: scale(1.05);
            margin-top: 40px;
            border-radius: 32px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
          }

        }

      }

    }

  }

}
