
#funcionalidades:before, .sobre:before, .contato:before, .faq:before {
    display: block;
    content: "";
    height: 100px;
    margin: -50px 0 0;
}

.span-jumper{
    position:absolute;
    top:-200px;
}

.fade-in {
    opacity: 1;
    transition: opacity 0.3s ease;
}


.hero-home {
    background: linear-gradient(231.19deg, #FF1F96 -49.68%, #FE4F30 91.72%);
    width: 100%;
    padding-top: 200px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-bottom: 500px;
}

@media (max-width: 1250px) {
    .hero-home {
        padding-top: 150px;
        padding-bottom: 100px;
    }
}

@media (max-width: 750px) {
    .hero-home {
        padding-bottom: 70px;
    }
}

.hero-home-container {
    max-width: 1216px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1250px) {
    .hero-home-container {
        max-width: 100%;
        padding: 0 15px;
    }
}


.first-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

@media (max-width: 1250px) {
    .first-container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

.hero-text-info {
    max-width: 584px;
    width: 100%;


    .hero-text-info-title {
        font-size: 56px;
        font-weight: 600;
        color: #fff;
        line-height: 67px;
        font-family: 'Poppins', sans-serif;
    }

    .hero-text-info-description {
        font-size: 20px;
        font-weight: 400;
        color: #fff;
        line-height: 30px;
        margin-top: 20px;
    }
}

@media (max-width: 1250px) {
    .hero-text-info {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .hero-text-info-title {
        max-width: 600px;
        
        text-align: center;
    }

    .hero-text-info-description {
        text-align: center;
        max-width: 500px;
    }
}

@media (max-width: 750px) {

    .hero-text-info {
        max-width: 100%;
        width: 100%;
    }

    .hero-text-info .hero-text-info-title {
        max-width: 100%;
        font-size: 32px;
        line-height: 40px;
        width: 100%;
    }

    .hero-text-info .hero-text-info-description {
        font-size: 16px;
        max-width: 100%;
        width: 100%;
        line-height: 24px;
        margin-top: 20px;
    }

    .hero-text-info .hero-text-info-buttons {
        flex-direction: column;
    }

}

.hero-text-info-buttons {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 48px;


    .hero-text-info-button-link {
        color: #000;
        width: 243px;
        height: 66px;
        padding: 24px 32px 24px 32px;
        gap: 10px;
        border-radius: 600px ;
        font-size: 18px;
        font-weight: 600;
        font-family: 'Inter', sans-serif;
        text-decoration: none;
        color: #FF3C5A;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        background-color: transparent;
        color: #fff;
        border: 1px solid #fff;
    }

    .hero-text-info-button-link-active {
        background: #fff;
        color: #FF3C5A;
        border: none;
    }

    .hero-text-info-button-link:hover {
        background: #fff;
        color: #FF3C5A;
        border: none;
    }
}

@media (max-width: 750px) {
    .hero-text-info-buttons {
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: center;
        margin-top: 32px;
    }

    .hero-text-info .hero-text-info-buttons .hero-text-info-button-link {
        max-width: 100%;
        width: 90%;
    }
}

.second-container {
    max-width: 567px;
    width: 100%;
    object-fit: scale-down;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}



@media (max-width: 1250px) {
    .second-container {
        max-width: 100%;
        margin-top: 20px;
    }
}

@media (max-width: 750px) {
    .second-container {
        max-width: 100%;
        width: 100%;
    }

    .second-container img {
        max-width: 100%;
        width: 100%;
    }
}

.hero-text-legend {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 95px;

    img {
        width: 23px;
        height: 23px;
    }

    p {
        font-size: 16px;
        font-weight: 800;
        color: #fff;
        font-family: 'Manrope', sans-serif;
        text-transform: uppercase;
    }
}

.hero-text-legend-mobile {
    display: none;
}

@media (max-width: 1250px) {
    .hero-text-legend {
        display: none;
    }

    .hero-text-legend-mobile {
        display: flex;
        max-width: 250px;
        width: 100%;
        flex-direction: column;
        text-align: center;
        margin-top: 20px;
    }
}

.partners-container-logos {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 47px;
    width: 100%;
    justify-content: space-between;



    .partners-logo {
        object-fit: scale-down;
    }
}

    .partners-logo-container {
        max-width: 200px;
        width: 100%;
        object-fit: scale-down;

        img {
            object-fit: scale-down;
            max-width: 100%;
            width: 100%;
        }
    }

@media (max-width: 1250px) {
    .partners-container-logos {
        overflow-x: scroll;
    }

    .partners-container-logos::-webkit-scrollbar {
        display: none;
    }

    .partners-container-logos {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}

.big-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 43px;
    padding-top: 52px;
    border-top: 1px solid #fff;
    width: 100%;
    justify-content: space-between;
    opacity: 0.5;

    h2 {
        font-size: 113px;
        font-weight: 275;
        color: #fff;
        font-family: 'Poppins', sans-serif;
        color: #fff;
    }
}

@media (max-width: 1350px) {
    .big-text {
       
        align-items: center;
        justify-content: center;
    }

    .big-text h2 {
        font-size: 56px;
        line-height: 67px;
    }

    .big-text .big-text-arrow {
        width: 50px;
    }
}

@media (max-width: 750px) {

    .big-text {
        gap: 20px;
        align-items: center;
        justify-content: center;
        margin-top: 33px;
        padding-top: 19px;
    }

    .big-text h2 {
        font-size: 31px;
    }

    .big-text .big-text-arrow {
        width: 18px;
        height: 11px;
    }


}


.features-home-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}


.features-home {
    max-width: 1672px;
    width: 100%;
    width: 1672px;
    height: auto;
    gap: 0px;
    border-radius: 48px;
    opacity: 0px;
    margin-top: -400px;
    background: #F7F9FD;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;

    .features-home-image {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 1371px;
        max-height: 624px;
        width: 100%;
        height: 100%;
        object-fit: scale-down;
    }

    .features-home-content {
        width: 100%;
        margin-top: 109px;
        max-width: 1371px;
        width: 100%;
    }
}


.features-home-image {
    position: relative;

    @media (max-width: 750px) {
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-left: 25px;
        padding-right: 25px;
    }

    .software-card {
        position: absolute;
        top: 45%;
        left: 0;
        background-color: #fff;
        width: 247px;
        height: 252px;
        border-radius: 16px;
        z-index: 10;
        box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.10);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 35px;
        gap: 49px;

        .features-home-image-desktop {
            max-width: 110px;
            max-height: 41px;
        }
        
    }

       

    .right-card {
        left: auto;
        right: 0;
        top: 37%;

                img {
            max-width: 21px;
            max-height: 24px;
        }
    }

    /* make the card pulse */
    .software-card {
        animation: pulse 4s infinite;
    }

    .card-text {
        font-family: 'Inter', sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #000;
        line-height: 24px;
        color: #6A6B73;


        span {
            font-weight: 500;
        }
    }

     @media (max-width: 750px) {
            .software-card{
                position: static;
                max-width: 100%;
                width: 100%;
                height: auto;
                animation: none;
                margin-bottom: 20px;
                padding: 28px 53px;
                gap: 16px;

                img {
                    max-width: 100px;
                }
            }
        }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

@media (max-width: 1672px) {

    .features-home {
        max-width: 100%;
        width: 100%;

    }

    .features-home .features-home-content {
        max-width: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .features-home .features-home-image {
        max-width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 90%;
        object-fit: scale-down;
        align-self: center;
        justify-self: center;
    
        .features-home-image-desktop {
            max-width: 100%;
            width: 100%;
        }
    }
}

@media (max-width: 1250px) {
    .features-home {
        margin-top: -50px;
        max-width: 100%;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

  
}


.features-header {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    margin-top: 109px;
        padding: 0 15px;

    .right-container {
        max-width: 634px;

        .features-header-title {
            font-size: 14px;
            color: #FE4F30;
            font-weight: 600;
            font-family: 'Manrope', sans-serif;
            text-transform: uppercase;
        }

        .features-header-description {
            font-size: 40px;
            font-weight: 600;
            font-family: 'Poppins', sans-serif;
            line-height: 56px;
            margin-top: 16px;
            color: #2A2C37;
        }
    }

    .left-container {
        max-width: 426px;


        .features-header-text {
            font-size: 18px;
            font-weight: 400;
            color: #000;
            font-family: 'Inter', sans-serif;
            line-height: 30px;
            color: #6A6B73;
        }
    }

}

@media (max-width: 1230px) {
    .features-header {
        max-width: 100%;
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 850px) {
    .features-header  {
        flex-direction: column;
        align-items: center;
        margin-top: 52px;
    }

    .features-header .right-container {
        max-width: 100%;
        width: 100%;
        text-align: center;

        .features-header-title {
            font-size: 12px;
        }

        .features-header-description {
            font-size: 24px;
            line-height: 36px;
        }
    }

    .features-header .left-container {
        max-width: 100%;
        width: 100%;
        text-align: center;
        margin-top: 20px;

        .features-header-text {
            font-size: 16px;
            line-height: 24px;
        }
    }
}


.feature-carousel {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 71px;
    padding: 0 15px;
    width: 100%;
    

    button {
        background: none;
        border: none;
        cursor: pointer;
    }
}

@media (max-width: 1260px) {
    .feature-carousel {
        padding: 0 15px;
        padding-left: 25px;
        padding-right: 25px;
    }
}

.feature-carousel-items-container {
    width: 100%;
    position: relative;
}


.feature-carousel-items {
    display: flex;
    gap: 30px;
    list-style-type: none;
    overflow: hidden;
    width: 100%;
    overflow-x: scroll;
    scroll-behavior: smooth;

    .feature-carousel-item {
        max-width: fit-content;
        padding-right: 10px;

        .feature-carousel-item-content {
            font-size: 16px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            padding: 20px 22px;
            border-radius: 600px;
            background: #EDF0F5;
            color: #7A7A7A;
            width: max-content;
            text-wrap: nowrap;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
        }

        .feature-carousel-item-content:hover {
            background: linear-gradient(231.19deg, #FF1F96 -49.68%, #FE4F30 91.72%);
            color: #fff;
        }
    }

   .feature-carousel-item .feature-carousel-item-content-active {
        background: linear-gradient(231.19deg, #FF1F96 -49.68%, #FE4F30 91.72%);
        color: #fff;
    }
}

 .feature-carousel-items::-webkit-scrollbar {
    display: none;
}

.feature-carousel-items::-moz-scrollbar {
    display: none;
}

.feature-carousel-items::-ms-scrollbar {
    display: none;
}

.feature-carousel-items::-o-scrollbar {
    display: none;
}

.feature-carousel-items::-webkit-scrollbar-thumb {
    display: none;
} 

.feature-demo-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 95px;
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    padding-bottom: 142px;



    .feature-demo-content {
        max-width: 475px;
        width: 100%;
    }

    .feature-demo-content-title {
        font-size: 32px;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
        line-height: 48px;
        color: #2A2C37;
    }

    .feature-demo-content-description {
        font-size: 18px;
        font-weight: 400;
        font-family: 'Inter', sans-serif;
        line-height: 28px;
        margin-top: 19px;
        max-width: 475px;
        color: #6A6B73;

    }

    .feature-demo-content-button {
        margin-top: 44px;
    }

    .feature-demo-content-button a {
         color: #fff;
        outline: none;
        background: transparent;
        border-radius: 600px;
        font-weight: 700;
        padding: 20px 37px;
        font-size: 16px;
        font-weight: 500;
        transition: all 0.3s ease;
        text-decoration: none;
        background-color: #FF1F96;
        max-width: 243px;
        width: 100%;
        transition: all 0.3s ease;
    }

    .feature-demo-content-button a:hover {
        background: #FF3C5A;
        color: #fff;
    }

    .feature-demo-image {
        max-width: 691px;
        width: 100%;
        object-fit: scale-down;

        .feature-demo-image-desktop {
            max-width: 691px;
            width: 100%;
            height: auto;
        }
    }
}

@media (max-width: 1170px) {
    .feature-demo-container {
        max-width: 100%;
        width: 100%;
        margin-top: 45px;
        padding-bottom: 45px;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;

        .feature-demo-content {
            max-width: 100%;
            width: 100%;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .feature-demo-content-title {
            font-size: 22px;
            line-height: 36px;
            margin-top: 40px;
        }

        .feature-demo-content-description {
            font-size: 16px;
            line-height: 24px;
            width: 600px;
            max-width: 100%;
        }

        .feature-demo-image {
            max-width: 500px;
            width: 100%;
            align-self: center;
            justify-self: center;

            img {
                max-width: 100%;
                width: 100%;
            }
        }
    }
}

@media (max-width: 600px) {

    .feature-demo-container {
        padding-bottom: 80px;
    }

    .feature-demo-container .feature-demo-image {
        max-width: 300px;
    }

    .feature-demo-container .feature-demo-content-description {
        width: 80%;
    }
}


.divisor-line {
    width: 100%;
    height: 4px;
    background: linear-gradient(270deg, #FCAC44 0%, #FC873A 25.5%, #F91E22 52%, #B52E76 76.5%, #8439B2 100%);
}



.advantages-home-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #EDF0F5;
    padding: 0 15px;
    padding-top: 168px;
    padding-bottom: 100px;

}

.advantages-home {
    max-width: 1228px;
    width: 100%;
}

@media (max-width: 1260px) {
    .advantages-home {
        max-width: 100%;
        width: 100%;
    }
}

.advantages-header {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;

    .right-container {
        max-width: 634px;
    }
    
    .advantages-home-title {
        font-size: 14px;
        color: #FE4F30;
        font-weight: 600;
        font-family: 'Manrope', sans-serif;
        text-transform: uppercase;
    }

    .advantages-home-subtitle {
        font-size: 40px;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
        line-height: 56px;
        margin-top: 16px;
        color: #2A2C37;
    }

    .advantages-home-description {
        font-size: 18px;
        font-weight: 400;
        font-family: 'Inter', sans-serif;
        line-height: 28px;
        margin-top: 19px;
        max-width: 522px;
        color: #6A6B73;
    }

    .left-container {
        /* max-width: 426px; */
    }
}

@media (max-width: 900px) {
    .advantages-header {
        flex-direction: column;
    }

    .advantages-header .right-container {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;

        .advantages-home-subtitle {
            font-size: 24px;
            line-height: 36px;
            max-width: 100%;
            text-align: center;
        }

        .advantages-home-description {
            width: 100%;
            text-align: center;
            max-width: 100%;
        }
    }
}

.card-illustrion {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: 468px;
    height: 210px;
    gap: 0px;
    border-radius: 16px;
    position: relative;
    background: #F7F9FD;
    padding: 42px;
    padding-top: 32px;

    .card-illustrion-title {
        font-size: 58px;
        font-weight: 400;
        font-family: 'Poppins', sans-serif;
        line-height: 45px;
        color: #2A2C37;
        background: linear-gradient(231.19deg, #FF1F96 -49.68%, #FE4F30 91.72%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        height: 150px;
    }

    .card-illustrion-image {
    
        object-fit: scale-down;
        position: absolute;
        right: 0;
        bottom: 0;
    }
}

@media (max-width: 900px) {

    .advantages-header .left-container {
       max-width: 100%;
    }

    .card-illustrion {
        /* width: 100%; */
        min-width: 100%;
        margin-top: 60px;
    }
}


.advantages-items-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 37px;
    list-style-type: none;
}

@media (max-width: 1320px) {
    .advantages-items-grid {
        padding: 0 15px;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

@media (max-width: 900px) {
    .advantages-items-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }
}



.advantages-item {
    width: 384px;
    padding: 54px;
    border-radius: 16px;
    border: 0px 0px 8px 0px;
    opacity: 0px;
    background: #FFFFFF;
    border-bottom: 8px solid #DADEE5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;

    .advantages-item-icon {
        margin-bottom: 48px;
    }

    .advantages-item-title {
        font-size: 24px;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
        line-height: 36px;
        color: #2A2C37;
        margin-bottom: 16px;
    }

    .advantages-item-description {
        font-size: 16px;
        font-weight: 400;
        font-family: 'Inter', sans-serif;
        line-height: 24px;
        color: #6A6B73;
    }


}

@media (max-width: 1320px) {
    .advantages-item {
        width: 100%;
    }
}



 .advantages-button {
        margin-top: 64px;
        color: #fff;
        outline: none;
        background: transparent;
        border-radius: 600px;
        font-weight: 700;
        padding: 20px 37px;
        font-size: 16px;
        font-weight: 500;
        transition: all 0.3s ease;
        text-decoration: none;
        background-color: #FF1F96;
        max-width: 243px;
        width: 100%;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
    }

    .advantages-button:hover {
        background: #FF3C5A;
        color: #fff;
    }


.section-about-home {
    min-height: 600px;
    padding-top: 75px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

@media (max-width: 750px) {
    .section-about-home {
        padding-top: 48px;
    }
}

.about-home-container {
    max-width: 1200px;
    width: 100%;
}

.about-home-header {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 15px;


    .right-container {
        max-width: 694px;
    }

    .about-home-title {
        font-size: 14px;
        color: #FE4F30;
        font-weight: 600;
        font-family: 'Manrope', sans-serif;
        text-transform: uppercase;

        span{ position:absolute; top:-200px;}
    }

    .about-home-subtitle {
        font-size: 40px;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
        line-height: 56px;
        margin-top: 16px;
        color: #2A2C37;
    }

    .left-container {
        max-width: 426px;
    }

    .about-home-text {
        font-size: 18px;
        font-weight: 400;
        font-family: 'Inter', sans-serif;
        line-height: 28px;
        margin-top: 19px;
        color: #6A6B73;

        span {
            font-weight: 600;
        }
    }


}

@media (max-width: 1195px) {

    .about-home-header {
        flex-direction: column;
    }

    .about-home-header .right-container {
        max-width: 100%;
        width: 100%;
    }

    .about-home-header .left-container {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 750px) {
    .about-home-header .right-container {

        .about-home-title {
            text-align: center;
            font-size: 12px;
            width: 100%;
        }
        
        
        .about-home-subtitle {
            font-size: 24px;
            line-height: 36px;
            text-align: center;
            width: 100%;
        }

        .about-home-text {
            font-size: 16px;
            line-height: 24px;

           
        }

     
    }

    .about-home-header .left-container {
       .about-home-text {
        text-align: center;
        font-size: 16px;
        width: 100%;

        span {
            font-weight: 400;
        }
       }

       .about-home-title {
        text-align: center;
       }
    }
}

.metricas-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    margin-top: 100px;
    position: relative;
    min-height: 475px;
    padding-bottom: 145px;


    .metricas-image {
        object-fit: scale-down;
        max-width: 1409px;
        max-height: 475px;
        position: absolute;
        border-radius: 16px;
        justify-self: center;
        margin-right: -93px;
    }
}

@media (max-width: 1450px) {
    .metricas-container .metricas-image {
        margin-right: 0;
        max-width: 100%;
        border-radius: 0;
        object-fit: cover;
        justify-self: center;
    }
}

@media (max-width: 750px) {

    .metricas-container {
        padding-bottom: 0;
        flex-direction: column;
        margin-top: 71px;
    }

    .metricas-container .metricas-image {
        max-width: 100%;
        height: 347px;
        margin-right: 0;
        position: relative;
        border-radius: 0;
        margin-bottom:0;
        justify-self: center;
    }
}




.metricas-content {
    z-index: 1;
    display: flex;
    flex-direction: column;
}

@media (max-width: 750px) {
    .metricas-content {
        margin-top: 48px;
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
    }
}

.metricas-items {
    display: grid;
    z-index: 1;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    list-style: none;
    margin-top:49px;
    min-width: 676px;


    .metricas-item {
        min-width: 330px;
        width: 100%;
        height: auto;
        background: linear-gradient(231.19deg, #FF1F96 -49.68%, #FE4F30 91.72%);
        border-radius: 16px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        border-radius: 16px;
        padding: 42px;


        .metricas-item-icon {
            margin-bottom: 51px;
        }

        .metricas-item-text {
            font-size: 20px;
            font-weight: 400;
            font-family: 'Poppins', sans-serif;
            line-height: 30px;
            color: #fff;
        }


    }
}

@media (max-width: 750px) {
    .metricas-items {
        min-width: 100%;
        max-width: 100%;
        grid-template-columns: repeat(1, 1fr);
        margin-top: -100px;
    }
}

.mission-info-container {
    z-index: 1;
    justify-self: flex-end;
    align-self: flex-end;
    margin-right: 77px;
    display: flex;
    min-width: 467px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;

    .mission-info-icon {
        margin-bottom: 16px;
    }

    .mission-info-title {
        font-size: 24px;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
        line-height: 36px;
        color: #2A2C37;
        margin-bottom: 24px;
    }

    .mission-info-text {
        font-size: 18px;
        font-weight: 400;
        font-family: 'Inter', sans-serif;
        line-height: 28px;
        color: #6A6B73;
    }
}

.mission-info-container-mobile {
    display: none;
}

@media (max-width: 750px) {
    .mission-info-container {
        margin-right: 0;
        align-items: center;
        justify-content: center;
        max-width: 100%;
        width: 100%;
        min-width: 100%;

        .mission-info-icon {
            margin-bottom: 16px;
        }

        .mission-info-title {
            font-size: 24px;
            line-height: 36px;
            text-align: center;
        }

        .mission-info-text {
            font-size: 16px;
            line-height: 24px;
            text-align: center;
            max-width: 100%;

          
        }
    }

    .mission-info-container {
        display: none;
    }

    .mission-info-container-mobile {
        display: flex;
        margin-top: 58px;
    }

    .mission-info-container-mobile .mission-info-icon {
        margin-bottom: 16px;
    }

    .mission-info-container-mobile .mission-info-title {
        font-size: 24px;
        line-height: 36px;
        text-align: center;
    }

}


.note-about {
    z-index: 1;
    min-width: 676px;
    width: 100%;
    border-radius: 16px;
    margin-top: 38px;
    padding: 32px 43px;
    background: #F7F9FD;


    .note-about-text {
        font-size: 16px;
        font-weight: 400;
        font-family: 'Inter', sans-serif;
        line-height: 30px;
        color: #6A6B73;

        span {
            font-weight: 700;
        }
    }
}

@media (max-width: 750px) {
    .note-about {
        min-width: 100%;
        max-width: 100%;
    }
}





.section-testimonials-home {
    padding: 0 15px;
    padding-bottom: 163px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.testimonials-home-container {
    max-width: 1217px;
    width: 100%;
}

@media (max-width: 1220px) {
    .testimonials-home-container {
        max-width: 100%;    
        width: 100%;
    }
}

.testimonials-home-header {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #EDF0F5;
    padding-top: 139px;


    .right-container {
        max-width: 634px;
    }

    .testimonials-home-title {
        font-size: 14px;
        color: #FE4F30;
        font-weight: 600;
        font-family: 'Manrope', sans-serif;
        text-transform: uppercase;
    }

    .testimonials-home-subtitle {
        font-size: 40px;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
        line-height: 56px;
        margin-top: 16px;
        color: #2A2C37;
    }

    .left-container {
        max-width: 426px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 34px;
        

        .testimonials-slider-home-button{
            background-color: transparent;
            border: none;
            cursor: pointer;
        }

        .items-number {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            gap: 10px;

            .actual-item {
                font-size: 18px;
                font-weight: 600;
                color: #FE4F30;
                font-family: 'Manrope', sans-serif;
            }

            .dot {
                width: 5px;
                height: 5px;
                border-radius: 50%;
                background-color: #FE4F30;
            }

            .total-items {
                font-size: 18px;
                font-weight: 600;
                color: #FE4F30;
                font-family: 'Manrope', sans-serif;
            }
        }
    }
}


@media (max-width: 750px) {

    .testimonials-home-header {
        padding-top: 48px;
    }

    .testimonials-home-header .right-container {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;

        .testimonials-home-title {
            font-size: 12px;
            line-height: 20px;
        }

        .testimonials-home-subtitle {
            font-size: 24px;
            line-height: 32px;
        }
    }

    .testimonials-home-header .left-container {
        max-width: 100%;
        display: none;
    }

}

.testimonials-items-container {
    width: 100%;
    position: relative;
    margin-top: 60px;

    .avatar-container {
        position: relative;
        min-width: 191.18px;
        min-height: 194.46px;
        border: 0.82px;
        opacity: 0px;
        background-color: #fff;
        border-radius: 600px;
        border: 0.82px solid #DBDEE4;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
        display: flex;
        align-items: center;
        justify-content: center;

            .avatar-image {}

            .quote-illustration {
                position: absolute;
                right: -75px;
                top: 0;
            }
    }


}

    .testimonials-item {
        border-radius: 16px;
        padding: 42px;

        .testimonials-item-content {
            display: flex;
            flex-direction: row;
            align-items: flex-start;
            justify-content: flex-start;
        }

        .testimonials-item-info {
            margin-left:100px;
        }

        .testimonials-item-info-text {
            font-size: 20px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            line-height: 32px;
            padding-bottom: 32px;
            color: #272727;
        }

        .divisor-line-testimonials {
            width: 100%;
            height: 1px;
            background-color: #DBDEE4;
        }

        .footer-info {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            margin-top: 32px;
        }

        .footer-info-name {
            font-size: 18px;
            font-weight: 600;
            font-family: 'Inter', sans-serif;
            color: #272727;
        }

        .footer-info-company {
            font-size: 14px;
            font-weight: 400;
            color: #272727;
        }
    }

    @media (max-width: 750px) {
        .testimonials-item {
            padding: 24px;
            
            .testimonials-item-content {
                flex-direction: column;
                align-items: center;
                justify-content: center;
            }

            .testimonials-item-info {
                margin-left: 0;
            }

        .testimonials-item-info-text {
            font-size: 16px;
            line-height: 24px;
            max-width: 100%;
            margin-top: 30px;
            width: 100%;
            text-align: center;
            }

        .footer-info {
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 5px;
        }

        }

       
    }


    .services-items-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 31px;
        list-style-type: none;
        margin-top: 106px;


        .services-item {
            background-color: #fff;
            border-radius: 16px;
            padding: 32px;
            border-bottom: 6px solid #D1D6DF;
            background: #F7F9FD;
            display: flex;
            gap: 16px;
            flex-direction: row;
            align-items: flex-start;
            justify-content: flex-start;

            .services-item-icon {}

            .services-item-text {
                font-size: 14px;
                font-family: 'Inter', sans-serif;
                font-weight: 400;
                line-height: 24px;
                color: #6A6B73;
            }

        }
    }

    @media (max-width: 850px) {
        .services-items-container {
            grid-template-columns: repeat(1, 1fr);
            gap: 16px;
            margin-top: 48px;
        }
    }


    .clientes-banner {
       
        display: flex;
        justify-content: center;
        background: linear-gradient(231.19deg, #FF1F96 -49.68%, #FE4F30 91.72%);
        padding: 0 15px;
         padding-top: 114px;
        padding-bottom: 162px;
    }

    .clientes-banner-container {
        max-width: 1216px;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }

    @media (max-width: 1050px) {
        .clientes-banner-container {
            max-width: 100%;
            width: 100%;
            flex-direction: column-reverse;
            align-items: center;
            justify-content: center;
        }
    }

    .clientes-banner-content {

        .clientes-banner-title {
            font-size: 14px;
            font-weight: 600;
            font-family: 'Manrope', sans-serif;
            line-height: 20px;
            color: #fff;
            text-transform: uppercase;
        }

        .clientes-banner-subtitle {
            font-size: 40px;
            font-weight: 600;
            font-family: 'Poppins', sans-serif;
            line-height: 56px;
            color: #fff;
            max-width: 537px;
            margin-top: 16px;
        }

        .clientes-banner-text {
            font-size: 18px;
            font-weight: 400;
            line-height: 28px;
            color: #fff;
            margin-top: 24px;
            font-family: 'Inter', sans-serif;
            max-width: 517px;
        }

        .clientes-banner-button {
            margin-top: 48px;
            background-color: #fff;
            outline: none;
            border-radius: 600px;
            font-weight: 700;
            padding: 20px 37px;
            font-size: 16px;
            font-weight: 500;
            transition: all 0.3s ease;
            text-decoration: none;
            color: #FF1F96;
            max-width: 243px;
            width: 100%;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }
    }

    @media (max-width: 1050px) {

        .clientes-banner {
            padding-top: 73px;
            padding-bottom: 91px;
        }

       

        .clientes-banner-content {
            align-items: center;
            justify-content: center;
            text-align: center;
            max-width: 500px;
            width: 100%;

            .clientes-banner-title {
                font-size: 12px;
                line-height: 20px;
            }

            .clientes-banner-subtitle {
                font-size: 28px;
                line-height: 32px;
                max-width: 100%;
                width: 100%;
                text-align: center;
            }

            .clientes-banner-text {
                font-size: 16px;
                line-height: 24px;
                max-width: 100%;
                width: 100%;
                text-align: center;

            }

            .clientes-banner-button {
                margin-top: 24px;
                align-self: center;
                max-width: 100%;
                width: 100%;
                text-align: center;
            }
        }

        .clientes-banner-image {
            max-width: 100%;
            width: 100%;
            text-align: center;

            img {
                max-width: 100%;
                width: 100%;
            }
        }

        
    }


.faq-section {
    display: flex;
    justify-content: center;
    padding: 0 15px; 
    padding-top: 129px;
    padding-bottom: 137px;
}

.faq-section-container {
    max-width: 1217px;
    width: 100%;

    .faq-section-title {
        font-size: 40px;
        font-weight: 700;
        line-height: 56px;
        color: #2A2C37;
        font-family: 'Poppins', sans-serif;
       

        mark {
            font-size: 14px;
            font-family: 'Manrope', sans-serif;
            background-color: transparent;
            background: linear-gradient(231.19deg, #FF1F96 -49.68%, #FE4F30 91.72%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
    }
}

@media (max-width: 750px) {
    .faq-section {
        padding-top: 73px;
        padding-bottom: 91px;
    }

    .faq-section-container {
        max-width: 100%;
        width: 100%;

        .faq-section-title {
            font-size: 28px;
            line-height: 32px;
            text-align: center;
          
            mark {
                font-size: 12px;
            }
        }
    }
}

.faq-section-list {
    list-style: none;
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 31px;
}

.faq-section-item {
    border-radius: 16px;
    padding: 24px;
    transition: 0.3s;
    position: relative;
    background: #FFFFFF;
    border: 2px solid #EDF0F5;



    .faq-section-item-title-wrapper {
        display: flex;
        justify-content: space-between;

        .faq-section-item-title {
            font-size: 20px;
            font-family: 'Poppins', sans-serif;
            font-weight: 400;
            line-height: 27px;
            cursor: pointer;
            color: #2A2C37;
        }

        .faq-section-item-button {
            background-color: transparent;
            border: none;
            cursor: pointer;
            
        }

        .faq-section-item-button-icon {
            transition:  0.3s;
        }

        .faq-section-item-button-icon-rotate {
            transform: rotate(180deg);
        }
    }



    .faq-section-item-question-wrapper {
        max-height: 0;
        transition:  0.3s ;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        max-width: 1022px;

        .faq-section-item-question {
            font-size: 18px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            line-height: 22px;
            color: #6A6B73;
        }
    }
}


    .faq-section-item-active {
        box-shadow: 0px 4px 0px 0px #D1D6DF;

        .faq-section-item-button-icon {
            transform: rotate(180deg);
        }
    }

