/* STAR DESCRIPTION QINTESS FLOW */

.content-text-flow {
    width: 100%;
    position: relative;
    overflow: hidden;

    @media screen and (max-width: 980px) {
        background: linear-gradient(270deg, #FBEFF6 0%, #FCFAFF 48.07%, #EDE1FF 123.33%);
    }
}

.field--name-field-reason-content {
    .content-text-flow {    
        @media screen and (max-width: 980px) {
            background: none;
        }
    }
}

.ellipse-gradient-purple {
    width: 200px;
    height: 200px;
    background: #6800FF;
    filter: blur(450px);
    border: 1px solid black;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 50px;
    border-radius: 50%;
    filter: blur(250px);

    @media screen and (max-width: 980px) {
        display: none;
    }
}

.field--name-field-reason-content {
    .ellipse-gradient-purple {
        top: auto;
        margin-left: -100px;
        filter: blur(150px);
    }
}

.ellipse-gradient-red {
    width: 200px;
    height: 200px;
    background: #E92651;
    filter: blur(150px);
    border: 1px solid black;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
    margin-top: -210px;
    margin-right: -145px;
}

.text-flow-description {
    max-width: 640px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #222222;
    line-height: 26px;
    margin: auto;

    p {
        margin: 0;
    }

    @media screen and (max-width: 1580px) {
        font-size: 18px;
        line-height: 22px;
    }

    @media screen and (max-width: 980px) {
        font-size: 14px;
        line-height: 19px;
    }
}

.field--name-field-ignite-content {
  .text-flow-description {
    max-width: 1100px;
  }
}

.text-flow-description-align-left {
    text-align: left;
    max-width: 100%;
}

.full-width-description-flow {
    max-width: 100%;
}

.content-text-description-flow {
    padding-top: 70px;
    padding-bottom: 70px;

    @media screen and (max-width: 1580px) {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    @media screen and (max-width: 980px) {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.title-description-flow {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}

@media screen and (max-width: 1580px) {
    .title-description-flow {
        font-size: 25px;
        line-height: 30px;
    }
}

@media screen and (max-width: 980px) {
    .title-description-flow {
        text-align: center;
        font-size: 20px;
        line-height: 24px;
    }

}

@media screen and (max-width: 520px) {
    .title-description-flow {
        font-size: 16px;
        line-height: 20px;
    }
}

/* FINISH DESCRIPTION QINTESS FLOW */


/* START BENEFITS QINTESS FLOW */
.content-profit-flow {
    padding-top: 30px;
    padding-bottom: 80px;
    background-color: #ffffff;
}

.gradient-left-purple-benefits {
    left: 0;
    width: 150px;
    height: 150px;
    margin-left: -150px;

    @media screen and (max-width: 767px) {
        top: 0;
        margin-left: -85px;
        margin-top: 130px;
    }
}

.gradient-right-pink-benefits {
    background-color: #E92651;
    right: 0;
    margin-right: -15px;
    width: 100px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    z-index: 1;

    @media screen and (max-width: 767px) {
        width: 140px;
        height: 140px;
        left: 0;
    }

    @media screen and (max-width: 575px) {
        margin-bottom: 270px;
    }
}

.title-profit-flow {
    /* max-width: 990px; */
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;

    strong {
        font-weight: 700;
        color: #6800FF;
    }
}

.field--name-field-ignite-content {
  .title-profit-flow {
    max-width: none;
    width: fit-content;
    position: relative;
    padding-right: 50px;

    &::after {
      content: '';
      position: absolute;
      top: 50%;
      right: -80px;
      width: 100px;
      height: 100px;
      transform: translateY(-50%);
      background-image: url(../assets/after-title-arrow.svg);
      background-repeat: no-repeat;
      background-size: contain;
      margin-top: -40px;
      z-index: 0;
    }

    @media screen and (max-width: 980px) {
      &::after {
        content: '';
        position: absolute;
        top: 50%;
        right: -20px;
        width: 60px;
        height: 100px;
        transform: translateY(-50%);
        background-image: url(../assets/after-title-arrow.svg);
        background-repeat: no-repeat;
        background-size: contain;
        margin-top: -40px;
        z-index: 0;
      }
    }
  }
}

.title-profit-flow.small-title {
    font-size: 24px;
    line-height: 32.4px;
}

.description-profit-flow,
.benefits-subdescription {
    font-size: 28px;
    font-weight: 400;
    line-height: 34.13px;
    text-align: left;
}

.field--name-field-reason-content {
    .title-profit-flow {
        text-align: center;
    }

    .description-profit-flow {
        font-size: 20px;
        line-height: 26px;
    }
}

.benefits-subdescription {
    margin-top: 30px;
}

.profits-items {
    margin-top: 35px !important;
    gap: 30px 0;
    justify-content: center;

    .card-profit {
        background-color: white;
        position: relative;
        z-index: 2;
    }
}

.benefits-block-v2.profits-items {
    padding: 0; /* Sem padding por padrão */
    transition: padding 0.3s ease-in-out; /* Suaviza mudanças */
}

@media screen and (min-width: 980px) {
    .benefits-block-v2.profits-items {
        padding: 0 clamp(10px, 10vw, 200px); /* Adiciona padding progressivo */
    }
}

.bg-right-anansi {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 850px;
    margin-right: -70px;
    margin-bottom: -165px;
}

.card-profit {
    width: 100%;
    box-shadow: 0px 3px 10px 0px rgba(51, 51, 51, 0.15);
    border-radius: 40px;
    padding: 27px 32px;
    min-height: 100%;
}

.content-icon-title {
    display: flex;
    flex-direction: column;
}

.content-icon-profit {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background-color: #6800FF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;

    img {
        width: 24px;
    }
}

.title-card-profit {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    /* max-width: 245px; */
    line-height: 20px;
}

.description-card-profit {
    margin: 0;
    margin-top: 15px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    max-width: 100%;
}

@media screen and (max-width: 1580px) {
    .title-profit-flow {
        font-size: 25px;
        line-height: 30px;
    }

    .content-icon-profit {
        margin-bottom: 20px;
    }

    .description-profit-flow {
        font-size: 24px;
        line-height: 30px;
    }

    .field--name-field-reason-content {
        .description-profit-flow {
            font-size: 18px;
            line-height: 22px;
        }
    }
}

@media screen and (max-width: 1490px) {
    .bg-right-anansi {
        width: 800px;
        margin-right: -70px;
        margin-bottom: -110px;
    }
}

@media screen and (max-width: 1360px) {
    .bg-right-anansi {
        width: 725px;
        margin-right: -70px;
        margin-bottom: -30px;
    }
}

@media screen and (max-width: 1280px) {
    .bg-right-anansi {
        width: 650px;
        margin-right: -30px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1080px) {
    .bg-right-anansi {
        width: 610px;
        margin-right: -25px;
        margin-bottom: 85px;
    }
}

@media screen and (max-width: 990px) {
    .bg-right-anansi {
        display: none;
    }
}


@media screen and (max-width: 980px) {
    .title-profit-flow {
        font-size: 20px;
        text-align: center;
        /* max-width: 590px; */
        margin: auto;
        line-height: 34px;
    }

    .title-profit-flow.small-title {
        font-size: 18px;
        line-height: 20px;
    }

    .description-profit-flow {
        font-size: 17px;
        line-height: 22px;
    }

    .field--name-field-reason-content {
        .description-profit-flow {
            font-size: 14px;
            line-height: 19px;
        }
    }

}

@media screen and (max-width: 768px) {
    .content-icon-title {
        flex-direction: row;
    }

    .title-card-profit {
        margin-top: 0;
        margin-left: 15px;
        font-size: 14px;
        line-height: 16px;
    }

    .card-profit {
        min-height: 100%;
    }
}

@media screen and (max-width: 575px) {
    .content-icon-profit {
        min-height: auto;
    }

    .card-profit {
        min-height: auto;
    }

    .profits-items {
        margin-top: 18px !important;
        gap: 20px 0;
    }
}


@media screen and (max-width: 520px) {

    .title-profit-flow,
    .title-profit-flow.small-title {
        font-size: 16px;
        line-height: 19px;
        /* max-width: 280px; */
    }

    .content-profit-flow {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .description-profit-flow {
        font-size: 16px;
        line-height: 19.5px;
        text-align: center;
    }

    .field--name-field-reason-content {
        .description-profit-flow {
            font-size: 14px;
            line-height: 19px;
        }
    }
}

/* FINISH BENEFITS QINTESS FLOW */


/* INIT CHALLENGES WE SOLVE */
.content-challenges-we-solve {
    padding-left: 60px;
    padding-right: 130px;
    display: flex;
    background-color: #FFFFFF;
}

.img-challenge-we-solve {
    width: 725px;
    height: fit-content;
}

.challenges-we-solve {
    padding-left: 90px;
    padding-top: 40px;
    padding-bottom: 30px;
}

.title-challenges-we-solve {
    font-size: 40px;
    font-weight: 600;
    color: #6800FF;
    text-transform: uppercase;
    max-width: 650px;
    line-height: 50px;
}

.list-points-solve {
    list-style: none;
    padding: 0;
    margin-top: 50px;
    margin-left: 15px;
}

.item-point-to-solve {
    display: flex;
    line-height: 15px;
    margin-bottom: 30px;


    img {
        margin-right: 10px;
    }
}

@media screen and (max-width: 1580px) {
    .title-challenges-we-solve {
        font-size: 25px;
        line-height: 30px;
    }
}

@media screen and (max-width: 1380px) {
    .challenges-we-solve {
        padding-left: 50px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 1280px) {
    .content-challenges-we-solve {
        padding-right: 50px;
    }

    .img-challenge-we-solve {
        width: 470px;
        margin: auto;
    }
}


@media screen and (max-width: 980px) {
    .img-challenge-we-solve {
        display: none;
    }

    .challenges-we-solve {
        padding-left: 0;
    }

    .content-challenges-we-solve {
        padding-right: 35px;
        padding-left: 35px;
    }

    .title-challenges-we-solve {
        font-size: 20px;
        line-height: 24px;
        max-width: none;
        text-align: center;
    }
}

@media screen and (max-width: 520px) {
    .title-challenges-we-solve {
        font-size: 16px;
        line-height: 19px;
    }

    .list-points-solve {
        margin-top: 35px;
    }
}

/* FINISH CHALLENGES WE SOLVE */


/* FINISH CHALLENGES WE SOLVE */
.content-qintess-process {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 40px;
    background-color: #FCFAFF;

    .card-values {
        max-width: 250px;
    }

    .card-body-values {
        height: 230px;

        @media screen and (max-width: 980px) {
            height: auto;
        }
    }

    @media screen and (max-width: 520px) {
        padding-top: 20px;
    }
}

.list-process-qintess {
    display: flex;
    justify-content: center;
    align-items: center;

    @media screen and (max-width: 980px) {
        flex-direction: column;
    }
}

.title-qintess-process {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    color: #222222;
    margin-bottom: 56px;
    text-align: center;

    @media screen and (max-width: 1580px) {
        font-size: 25px;
        line-height: 30px;
    }

    @media screen and (max-width: 992px) {
        font-size: 20px;
        line-height: 24px;
    }

    @media screen and (max-width: 520px) {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 20px;
    }
}


.arrow-circle-right {
    width: 50px;
    height: 50px;
    border: 1px solid #6800FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 3px;

    @media screen and (max-width: 980px) {
        margin-top: 3px;
        margin-bottom: 3px;
        rotate: 90deg;
    }

    @media screen and (max-width: 520px) {
        width: 32px;
        height: 32px;
    }

    img {
        width: 13px;

        @media screen and (max-width: 520px) {
            width: 8px;
        }
    }
}

.btn-profit-flow {
  display: block;
  text-align: center;
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  color: #6800FF;
  text-decoration: none;
  margin-top: 50px;

  @media screen and (max-width: 1580px) {
    font-size: 20px;
    line-height: 24px;
    margin-top: 40px;
  }

  @media screen and (max-width: 960px) {
    font-size: 18px;
    line-height: 22px;
    margin-top: 30px;

    img {
      width: 35px;
    }
  }

  @media screen and (max-width: 669px) {
    font-size: 16px;
    line-height: 19px;
    margin-top: 20px;

    img {
      width: 30px;
    }
  }
}
