section#menu-floating-case {
    padding: 0;
    border-bottom: 1px solid #EAECF0;
    height: 72px;
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 200;
    background-color: #fff;
}

section#menu-floating-case .menu-right .login {
    color: var(--blue-third);
    padding: 7px 20px;
    transition: .3s;
    border-radius: 6px;
    transition: .3s;
}

section#menu-floating-case .menu-right .login:hover {
    background-color: #EDEDFC;
    color: var(--blue-primary);
    transition: .3s;
}

section#menu-floating-case .fale-conosco {
    border: 1px solid var(--yellow-primary);
    color: #121296;
    padding: 7px 20px;
    border-radius: 6px;
    transition: all .5s;
}

section#menu-floating-case .fale-conosco:hover {
    background-color: var(--blue-primary);
    border: 1px solid var(--blue-primary);
    color: var(--yellow-primary);
    transition: all .5s;
}

section#menu-floating-case .menu-right #search-bar-floating {
    display: flex;
    align-items: stretch;
    display: none;
}

section#menu-floating-case .menu-right #search-bar-floating input {
    display: flex;
    width: 60px;
    height: 37px;
    color: #000;
    padding: 8px 0 8px 30px;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    border: 1px solid #D0D5DD;
    background: var(--white);
    font-size: 15px;
    font-family: var(--aventa-medium);
    transition: width .5s ease-in-out;
    position: relative;
    z-index: 9;
}

section#menu-floating-case .menu-right #search-bar-floating input:focus {
    outline: none;
}

section#menu-floating-case .menu-right #search-bar-floating input::placeholder {
    color: #000;
}

section#menu-floating-case .menu-right #search-bar-floating button {
    position: relative;
    z-index: 10;
    left: 28px;
    top: 6px;
    background: transparent;
    border: none;
    height: 16px;
    cursor: pointer;
}

section#main-single-case {
    height: 851px;
    background-image: url(../img/bg-case-single.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;

    .grid-single-case {
        display: flex;
        justify-content: space-between;

        .img-page2{
            width: 489px; height: 521px; position: relative; top: 100px;
        }

        .img-page3{
            width: 764px !important; height: 654px;
        }

        .img-page4{
            width: 746px !important; height: 616px; position: relative; top: 50px;
        }

        .img-page5{
            width: 579px !important; height: 506px !important; position: relative; top: 100px;
        }

        .img-page6{
            width: 579px !important; height: 506px !important; position: relative; top: 100px;
        }

        .colum-single-case-fleet-management {
            width: 474px;

            h2 {
                width: 372px;
            }
        }

        .colum-single-case-team-monitoring {
            width: 547px;

            h2 {
                width: 477px;
            }
        }

        .colum-single-case-asset-security {
            width: 505px;

            h2 {
                width: 365px;
            }
        }

        .colum-single-case-logistics-optimization {
            width: 521px;

            h2 {
                width: 361px;
            }
        }

        .colum-single-case-environmental-monitoring {
            width: 543px;

            h2 {
                width: 452px;
            }
        }

        .colum-single-case-maintenance-control {
            width: 561px;

            h2 {
                width: 100%;
            }
        }

        .colum-single-case:nth-of-type(1) {
            display: flex;
            flex-direction: column;
            gap: 24px;
            /* padding-top: 40px; */

            .tag {
                width: 94px;
            }

            h2 {
                font-family: var(--aventa-black);
                font-size: 36px;
                font-weight: 400;
                line-height: 36px;
                letter-spacing: -0.02em;
                text-align: left;
                margin: 0;
                color: #1d2939;
            }

            p {
                font-family: var(--aventa);
                font-size: 20px;
                font-weight: 400;
                line-height: 26px;
                text-align: left;
                color: #667085;

                span {
                    font-family: var(--aventa-bold);
                    font-size: 20px;
                    font-weight: 400;
                    line-height: 26px;
                    text-align: left;
                }
            }
        }

        .colum-single-case:nth-of-type(2) {
            width: 584px;
            height: 561px;

            img {
                width: 100%;
            }
        }
    }
}

section#companies {
    height: 600px;

    .grid-companies {
        margin: auto;
        width: 720px;
        display: flex;
        flex-direction: column;
        gap: 64px;

        .colum-companies:nth-of-type(1) {
            text-align: center;

            h2 {
                font-family: var(--aventa);
                font-size: 28px;
                font-weight: 400;
                line-height: 28px;
                letter-spacing: -0.02em;
                text-align: center;
                color: #1d2939;
                padding-top: 20px;

                span {
                    font-family: var(--aventa-black);
                    font-size: 28px;
                    font-weight: 400;
                    line-height: 28px;
                    letter-spacing: -0.02em;
                    text-align: center;
                    color: #1d2939;
                }
            }
        }

        .colum-companies:nth-of-type(2) {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
    }

    .caroussel {
        width: 100%;
        overflow-x: hidden;
    }

    .swiper-wrapper {
        transition-timing-function: linear !important;
    }
}

section#best-benefits {
    height: 1699px;

    .content-best-benefits {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
        text-align: center;

        h2 {
            width: 785px;
            font-family: var(--aventa-black);
            font-size: 30px;
            font-weight: 400;
            line-height: 30px;
            text-align: center;
        }

        div {
            width: 140px;
        }
    }

    .grid-best-benefits {
        display: flex;
        flex-direction: column;
        gap: 80px;

        .colum-best-benefits {
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 380px;

            .img {
                width: 447px;
                height: 379px;
                border-radius: 16px;

                img {
                    border-radius: 16px;
                }
            }

            .text {
                width: 459px;
                height: 227px;
                display: flex;
                flex-direction: column;
                gap: 24px;
                text-align: left;

                h2 {
                    font-family: var(--aventa-black);
                    font-size: 24px;
                    font-weight: 500;
                    line-height: 31.2px;
                    text-align: left;
                    color: #1d2939;
                }

                h6 {
                    font-family: var(--aventa);
                    font-size: 24px;
                    font-weight: 100;
                    line-height: 31.2px;
                    text-align: left;
                    color: #1d2939;
                }

                p {
                    font-family: var(--aventa);
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 20.8px;
                    text-align: left;
                    color: #667085;
                }
            }
        }
    }


}

section#functions-primary{
    height: 741px;

    .title{
        padding-left: 25px;
        font-size: 30px;
        font-family: var(--aventa-black);
        margin-bottom: 20px;
    }

    .box{
        display: flex;
        align-items: center;
        justify-content: space-between;

        img{
            width: 611px;
            height: 470px;
        }

        .accordion{
            width: 387px;
            --bs-accordion-border-color: none !important;
            --bs-accordion-active-bg: none !important;
            

            ::after{
                margin-right: 16px;
                background-image: url(../img/show-function-principal.png) !important;
            }

            .accordion-button:not(.collapsed)::after {
                background-image: url(../img/hide-function-principal.png) !important;
            }

            button{
                width: auto !important;
                flex-direction: row-reverse;
                font-family: var(--aventa-medium);
                font-size: 20px !important;
                color: #1d2939;
                padding: 0 !important;

                &:focus{
                    box-shadow: none !important;
                }
            }

            .accordion-item{
                margin-bottom: 30px;
            }

            .accordion-header{
                margin-bottom: 10px;
            }

            .accordion-body{
                padding: 0 37px !important;

                p{
                    font-family: var(--aventa);
                    font-size: 15px;
                    color: #475467;
                }

                p:nth-of-type(2){
                    padding-top: 10px;
                }
            }
        }
    }
}

section#productivity {
    height: 764px;

    .productivity-grid {
        width: 100%;
        height: 600px;
        border: 1px solid #D0D5DD;
        border-radius: 8px;
        box-shadow: 0px 1px 2px 0px #1018280D;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 80px;

        .tag-mobile{
            display: none;
        }

        .productivity-colum {
            width: 487px;
            display: flex;
            flex-direction: column;
            gap: 32px;

            .tag {
                width: 314px;
            }

            h2 {
                width: 439px;
                font-family: var(--aventa-bold);
                font-size: 30px;
                font-weight: 400;
                line-height: 30px;
                text-align: left;
                color: #1d2939;
            }

            p {
                font-family: var(--aventa);
                font-size: 16px;
                font-weight: 500;
                line-height: 20.8px;
                text-align: left;
                color: #667085;

                span {
                    font-family: var(--aventa-bold);
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 20.8px;
                    color: #667085;
                }
            }

            a {
                width: 229px;
                border-bottom: 2px solid var(--blue-primary);
                font-family: var(--aventa);
                font-size: 14px;
                font-weight: 400;
                line-height: 18.2px;
                color: var(--blue-primary);
            }

            img {
                width: 369px;
                height: 97px;
            }
        }

        .productivity-colum:nth-of-type(2) {
            align-items: flex-end;
        }
    }
}

section#other-cases {
    height: 824px;
    background: linear-gradient(0deg, #F6F6FF 24.68%, #FFFFFF 41.32%);
    text-align: center;

    h2 {
        margin: 20px auto 0;
        width: 628px;
        font-family: var(--aventa-black);
        font-size: 30px;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
    }

    .case-success-wrap {
        display: flex;
        justify-content: center;
        margin-top: 80px;
        gap: 30px;
    }

    .case-success-single {
        width: 280px;
        border: 1px solid #D0D5DD;
        border-radius: 8px;
        box-shadow: 0px 1px 2px 0px #1018280D;
        text-align: left;
        background-color: #fff;

        .case-success-single-box {
            display: flex;
            flex-direction: column;
            padding: 30px;

            .case-success-img {
                width: 100%;
                min-height: 90px;
            }

            h2 {
                width: 215px;
                min-height: 60px;
                font-family: var(--aventa-black);
                font-size: 20px;
                line-height: 26px;
                letter-spacing: 0em;
                text-align: left;
                color: #1D2939;
            }

            p {
                font-family: var(--aventa);
                font-size: 16px;
                line-height: 21px;
                letter-spacing: 0em;
                text-align: left;
                color: #667085;
                margin-top: 10px;
                min-height: 110px;
            }
        }

        a {
            display: inline-block;
            width: 278px;
            padding: 24px 75px;
            border-radius: 0px 0px 8px 8px;
            border-top: 1px solid #D0D5DD;
            box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
            color: var(--blue-primary);
            text-align: center;
            font-family: var(--aventa-bold);
            font-size: 16px;
            font-style: normal;
            transition: .5s;
        }

        a:hover {
            background-color: var(--blue-primary);
            color: #fff;
        }
    }
}

section#plus-content {
    height: 726px;
    background-color: #F6F6FF;
    text-align: center;

    .container {
        display: flex;
        flex-direction: column;
        gap: 81px;
    }

    .title {
        margin-top: 20px;
        font-family: var(--aventa-bold);
        font-size: 24px;
        font-weight: 400;
        line-height: 31.2px;
        text-align: center;
        color: #1D2939;
        width: 544px;
    }

    .swiper-other-case-of-use{
        width: 100%;
        margin-top: 40px;

        .swiper-wrapper{
            
            .swiper-slide{
                display: flex;
                align-items: center;
                justify-content: center;

                .main-box-other-case{
                    background-color: #fff;
                    width: 600px;
                    border-radius: 16px;
                    border: 1px solid #EAECF0;
                    box-shadow: 0px 1px 2px 0px #1018280F;
                    box-shadow: 0px 1px 3px 0px #1018281A;
                    padding: 40px 0;
                    text-align: left;

                    .main-box-single{
                        display: flex;
                        justify-content: center;
                        gap: 16px;

                        .text{
                            width: 446px;
                            display: flex;
                            flex-direction: column;
                            gap: 16px;
                            text-align: left;

                            h2{
                                font-family: var(--aventa-bold);
                                font-size: 20px;
                                color: #1d2939;
                            }

                            p{
                                font-family: var(--aventa);
                                font-size: 16px;
                                color: #667085;
                                line-height: 20.8px;
                            }
                        }
                    }

                    a{
                        background-color: #0000D6;
                        color: #fff;
                        border-radius: 8px;
                        display: inline-block;
                        margin: 40px 0 0 60px;
                        box-shadow: 0px 1px 2px 0px #1018280D;
                        padding: 10px 25px;
                        font-family: var(--aventa);
                        font-size: 16px;
                        transition: all .3s;

                        &:hover{
                            background-color: #D4FF00;
                            color: #0C0C60;
                            transition: all .3s;
                        }
                    }
                }
            }
        }

        .bullets-swiper{
            margin-top: 10px;
        }
    }
}

.pin-spacer {
    height: 4470px !important;
}

section#main-animation {
    width: 100%;
    padding: 0;
}

section#main-animation .first-banner {
    width: 100vw;
    height: 100vh;
}

section#main-animation .first-banner video{
    width: 100vw;
    height: 100%;
    object-fit: cover;
}

section#main-animation .second-banner {
    width: 100%;
    height: 117vh;
    background-color: #0C0C60;
    color: #fff;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
}

section#main-animation .second-banner h1 {
    font-family: var(--aventa);
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -0.02em;
    text-align: center;
    margin: auto;
    width: 902px;
    padding-top: 140px;
}

section#main-animation .second-banner span {
    font-family: var(--aventa-black);
}

section#main-animation .third-banner {
    height: 117vh;
    width: 100%;
    background-color: #0C0C60;
    color: #fff;
    display: flex;
    align-items: center;
}

section#main-animation .third-banner .third-banner-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 140px;
}

section#main-animation .third-banner .third-banner-single:nth-of-type(1) {
    width: 50%;
    text-align: left;
}

section#main-animation .third-banner .third-banner-single:nth-of-type(1) p {
    width: 533px;
    font-weight: 500;
    font-family: var(--aventa);
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px !important;
}

section#main-animation .third-banner .third-banner-single:nth-of-type(1) span {
    font-family: var(--aventa-bold);
    font-size: 16px;
    line-height: 20.8px;
    text-align: left;
}

section#main-animation .third-banner .third-banner-single:nth-of-type(2) {
    width: 50%;
    text-align: right;
    transform: translateX(110%);
}

section#main-animation .third-banner .third-banner-single:nth-of-type(2) h1 {
    font-family: "DM Sans";
    font-size: 105px;
    font-weight: 700;
    line-height: 169px;
    letter-spacing: -2px;
}

section#main-animation .third-banner .third-banner-single:nth-of-type(2) p {
    font-family: "DM Sans";
    font-size: 35px;
    font-weight: 400;
    line-height: 56px;
    letter-spacing: 0.105em;
}

section#about-case-single {
    height: 754px;
    position: relative;
    z-index: 1;
    background: linear-gradient(0deg, #F7F7FF 44.7%, #FFFFFF 89.68%);

    .colum-about-case-single {
        display: flex;
        align-items: center;
        justify-content: space-between;

        .line-about-case-single:nth-of-type(1) {
            width: 440px;
            height: 310px;
            display: flex;
            flex-direction: column;
            gap: 32px;

            h2 {
                font-family: var(--aventa-black);
                font-size: 30px;
                line-height: 30px;
                text-align: left;
                color: #1D2939;
                width: 246px;
            }

            p {
                font-family: var(--aventa);
                font-size: 16px;
                font-weight: 500;
                line-height: 20.8px;
                text-align: left;
                color: 667085;
            }

            a {
                font-family: var(--aventa-bold);
                font-size: 14px;
                line-height: 18.2px;
                text-align: left;
                color: #0000D6;
                text-decoration: underline !important;
            }
        }

        .line-about-case-single:nth-of-type(2) {
            img {
                border-radius: 16px;
            }
        }
    }
}

section#boost {
    height: 457px;
    background: linear-gradient(180deg, #F6F6FF 0%, #FFFFFF 64%);
    text-align: center;
}

section#boost .title {
    width: 657px;
    font-family: var(--aventa-black);
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    margin: auto;
    color: #1D2939;
    margin-top: 20px;
}

section#boost .boost-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

section#boost .boost-wrap .boost-single {
    width: 280px;
    height: 130px;
    display: flex;
    align-items: center;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px #1018280D;
}

section#boost .boost-wrap .boost-single .content-boost-single {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 18px;
}

section#boost .boost-wrap .boost-single .content-boost-single p {
    width: 168px;
    height: 42px;
    font-family: var(--aventa-bold);
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #1D2939;
    margin: 0;
}

section#cards-case-use {
    height: 764px;
    background: linear-gradient(0deg, #F7F7FF 44.7%, #FFFFFF 89.68%);

    .cards-case-use-main-mobile{
        display: none;
    }
}

section#cards-case-use .cards-case-use-main {
    width: 100%;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px #1018280D;
}

section#cards-case-use .cards-case-use-main .nav-cards-case-use {
    display: flex;
    padding: 30px 50px;
    gap: 30px;
    border-bottom: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px 0px #1018280D;
}

section#cards-case-use .cards-case-use-main .nav-cards-case-use p {
    cursor: pointer;
    font-family: var(--aventa-medium);
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0;
    color: #121296;
    user-select: none;
    padding: 7px 20px;
}

section#cards-case-use .cards-case-use-main .nav-cards-case-use p:hover {
    background-color: #EDEDFC;
    border-radius: 6px;
}

section#cards-case-use .cards-case-use-main .cards-case-use-main-animation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 93%;
    margin: auto;
}

section#cards-case-use .cards-case-use-main .cards-case-use-main-animation div {
    width: 439px;
}

section#cards-case-use .cards-case-use-main .cards-case-use-main-animation div:nth-of-type(1) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 500px;
}

section#cards-case-use .cards-case-use-main .cards-case-use-main-animation div:nth-of-type(1) h2 {
    font-family: var(--aventa-black);
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #1D2939;
    width: 440px;
}

section#cards-case-use .cards-case-use-main .cards-case-use-main-animation div:nth-of-type(1) p {
    font-family: var(--aventa-medium);
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    width: 428px;
    margin-top: 30px;
}

section#cards-case-use .cards-case-use-main .cards-case-use-main-animation div:nth-of-type(1) span {
    font-family: var(--aventa-bold);
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

section#cards-case-use .cards-case-use-main .cards-case-use-main-animation div:nth-of-type(2) {
    text-align: right;
}

.flex {
    display: flex !important;
}

.none {
    display: none !important;
}

section#testimony {
    height: 529px;
    background-color: #0C0C60;
    padding-bottom: 220px;
    text-align: center;
}

section#testimony .title-testimony {
    background-image: url(../img/“.png);
    background-repeat: no-repeat;
    background-position: center;
}

section#testimony .title-testimony h4 {
    color: #fff;
    font-family: var(--aventa-bold);
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: center;
    width: 800px;
    margin: auto;
    position: relative;
    top: 70px;
    padding: 20px;
}

section#testimony .title-testimony .title-testimony-single {
    position: relative;
    top: 130px;
}

section#testimony .title-testimony .title-testimony-single p:nth-of-type(1) {
    font-family: var(--aventa-black-italic);
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0em;
    color: #fff;
}

section#testimony .title-testimony .title-testimony-single p:nth-of-type(2) {
    font-family: var(--aventa-regular);
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0em;
    color: #D4FF00;
}

@media (width >=1280px) {
    section#companies {
        .companies-mobile {
            display: none;
        }
    }

    .primary-functions-mobile {
        display: none;
    }

    .logo-empresa-mobile {
        display: none;
    }

    .tag-mobile {
        display: none;
    }

    .title-mobile {
        display: none;
    }

    .case-success-wrap-mobile {
        display: none;
    }
}

@media (width < 1280px) {

    section#main-animation{
        overflow: hidden;
    }

    section#about-case-single{
        height: 900px;

        .colum-about-case-single{
            flex-direction: column;
            gap: 40px;

            .line-about-case-single{
                width: 308px !important;
                height: auto !important;

                h2{
                    font-size: 20px !important;
                    text-align: center !important;
                    line-height: 20px !important;
                    margin: 0 auto;
                }

                p{
                    text-align: center !important;
                }

                a{
                    text-align: center !important;
                }

                img{
                    width: 308px;
                }
            }
        }
    }

    section#boost{
        height: 699px;

        .title{
            width: 308px;
            font-size: 20px;
            line-height: 20px;
        }

        .boost-wrap{
            flex-direction: column;
            gap: 20px;
            margin-top: 40px;

            .boost-single{
                width: 308px;
                height: 100px;
                margin: 0 auto;
            }
        }
    }

    section#cards-case-use{
        height: 1057px;

        .cards-case-use-main{
            display: none;
        }

        .cards-case-use-main-mobile{
            width: 308px;
            margin: 0 auto;
            text-align: center;
            overflow: hidden;
            display: block !important;

            h2{
                margin-top: 20px;
                font-size: 20px;
                line-height: 20px;
                color: #1d2939;
                font-family: var(--aventa-black);
            }

            .swiper-wrapper{
                margin-top: 30px;
                width: 100%;
                height: 100%;

                .swiper-slide{
                    .card-swiper-mobile{
                        height: auto;
                        padding-bottom: 10px;
                        border-radius: 8px;
                        border: 1px solid #D0D5DD;
                        box-shadow: 0px 1px 2px 0px #1018280D;

                        .header{
                            display: flex;
                            align-items: center;
                            justify-content: space-between;
                            border-bottom: 1px solid #D0D5DD;
                            box-shadow: 0px 1px 2px 0px #1018280D;

                            p{
                                font-family: var(--aventa-medium);
                                font-size: 16px;
                                text-align: left;
                                color: #121296;
                                padding: 15px 20px;
                            }

                            svg{
                                margin-right: 20px;
                            }
                        }

                        .body{
                            img{
                                width: 280px;
                                height: 210px;
                                padding: 40px 0 0 0;
                            }

                            h2{
                                width: 228px;
                                font-family: var(--aventa-black);
                                font-size: 16px;
                                text-align: left;
                                margin-left: 10px;
                            }

                            p{
                                font-family: var(--aventa-medium);
                                text-align: left;
                                width: 282px;
                                margin-left: 10px;
                                margin-top: 15px;
                                font-size: 14px;
                                color: #667085;
                            }

                            span{
                                color: #000;
                            }
                        }
                    }
                }
            }          
        }
    }

    section#main-single-case {
        height: 912px;
        background-position: bottom left;
        background-size: auto;

        .grid-single-case {
            flex-direction: column;
            align-items: center;

            .tag {
                width: 100px !important;
                margin: 0 auto;
            }

            .colum-single-case {
                width: 308px !important;
                height: auto !important;
                margin: 0 auto;

                .title-case-fleet-management {
                    font-size: 24px !important;
                    line-height: 24px !important;
                    letter-spacing: -0.02em !important;
                    text-align: center !important;
                    width: 308px;
                }

                p {
                    font-family: var(--aventa) !important;
                    font-size: 16px !important;
                    text-align: center !important;
                }

                span {
                    font-family: var(--aventa) !important;
                    color: #667085 !important;
                    font-size: 16px !important;
                }

                .img-page1 {
                    width: 100% !important;
                    height: 295px !important;
                }

                .img-page2{
                    width: 279px; height: 297px !important; position: relative; top: 30px;
                }

                .img-page3{
                    width: 307px !important; height: 285px;
                }

                .img-page4{
                    width: 311px !important; height: 291px !important; position: relative; top: 0px;
                }

                .img-page5{
                    width: 289px !important; height: 254px !important; position: relative; top: 0px;
                }

                .img-page6{
                    width: 310px !important; height: 265px !important; position: relative; top: 0px;
                }
            }
        }
    }

    section#companies {
        height: 297px;

        .companies-mobile {
            display: block;
        }

        .companies-desktop {
            display: none !important;
        }

        .container {
            width: 100% !important;
            padding: 0 !important;
        }

        .grid-companies {
            width: 100% !important;

            .colum-companies:nth-of-type(1) {
                h2 {
                    font-size: 20px;
                    line-height: 20px !important;
                    letter-spacing: -2% !important;
                    width: 308px;
                    margin: 0 auto;
                }

                span {
                    font-size: 20px !important;
                    line-height: 20px !important;
                    letter-spacing: -2% !important;
                }
            }
        }
    }

    section#best-benefits {
        height: 1896px;

        .content-best-benefits {
            gap: 20px;
        }

        h2 {
            width: 308px !important;
            font-size: 20px !important;
            line-height: 20px !important;
        }


        .grid-best-benefits {
            gap: 30px !important;

            .colum-best-benefits {
                width: 308px;
                height: 514px !important;
                margin: 0 auto;
                flex-direction: column;

                .img {
                    width: 308px !important;
                    height: 261px !important;
                    margin: 0 auto;
                    order: -1 !important;

                    img {
                        width: 100%;
                        height: 100%;
                    }
                }

                .text {
                    width: 100% !important;
                    gap: 10px !important;

                    h2 {
                        font-size: 20px !important;
                        line-height: 20px !important;
                        text-align: left !important;
                        color: #000 !important;
                    }

                    h6 {
                        font-size: 16px !important;
                        line-height: 20.8px !important;
                    }

                    p {
                        font-size: 14px !important;
                        line-height: 18.2px !important;
                    }
                }

            }
        }


    }

    section#functions-primary {
        display: none;
    }

    .primary-functions-mobile {
        overflow: hidden;
            
        .swiper-pagination-bullets{
            text-align: center;
        }
        

        .swiper-slide {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        display: block;

        .gsap-card-desktop {
            display: none;
        }

        .box-title {
            h2 {
                text-align: center !important;
                font-size: 20px !important;
            }
        }

        .card-primary-functions {
            margin-top: 40px !important;
        }

        .card-mooving-primary-functions {
            min-width: 100% !important;

            .container {
                padding: 0 !important;
                flex-direction: column;

                .img {
                    width: 308px !important;
                    position: initial !important;
                }

                img {
                    width: 308px !important;
                    height: 239px !important;
                }

                .accordion {
                    width: 308px !important;

                    .accordion-single {
                        display: flex;
                        margin-top: 10px;
                        gap: 10px;

                        .text {

                            h2 {
                                width: 199px !important;
                                font-size: 18px !important;
                                font-family: var(--aventa-bold);
                                
                            }

                            p {
                                font-size: 16px !important;
                                line-height: 20px !important;
                                padding-bottom: 10px;
                                font-family: var(--aventa-medium);
                            }
                        }
                    }
                }
            }
        }
    }

    section#productivity {
        height: 753px;

        .productivity-grid {
            width: 308px;
            height: 650px;
            flex-direction: column;
            justify-content: center;
            margin: 0 auto;

            .logo-empresa-mobile {
                display: block;
            }

            .productivity-colum:nth-of-type(1) {
                width: 308px;

                .tag-desktop {
                    display: none;

                }

                .tag {
                    width: 165px !important;
                    margin: 0 auto;
                }

                .tag-mobile{
                    display: block;
                }

                .title-mobile {
                    font-family: var(--aventa-black);
                    width: 280px;
                    font-size: 20px;
                    line-height: 20px;
                    margin: 0 auto;
                    text-align: center;
                }

                svg {
                    margin: 0 auto;
                }

                h2 {
                    width: 228px;
                    font-family: var(--aventa-medium);
                    font-size: 16px;
                    line-height: 17.6px;
                    text-align: center;
                    margin: 0 auto;
                }

                p{
                    width: 282px;
                    margin: 0 auto;
                    text-align: center !important;
                }

                a{
                    margin: 0 auto;
                }
            }

            .productivity-colum:nth-of-type(2) {
                display: none;
            }
        }
    }

    section#other-cases {
        height: 529px;

        .tag {
            display: none;
        }

        h2 {
            display: none;
        }

        .case-success-wrap {
            display: none;
        }

        .case-success-wrap-mobile {
            overflow: hidden;
        }

        .swiper-slide {
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .case-success-wrap-mobile-pagination{
            margin-top: 10px;
        }
    }

    section#plus-content {
    
        .title {
            font-size: 20px;
            width: 280px;
            /* margin: 0 auto; */
            line-height: 20px;
        }
    
        .swiper-other-case-of-use{
            overflow: hidden;
            margin-top: 40px;
    
            .swiper-wrapper{

                .swiper-slide{
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    height: 100%;
    
                    .main-box-other-case{
                        background-color: #fff;
                        width: 308px;
                        border-radius: 16px;
                        border: 1px solid #EAECF0;
                        box-shadow: 0px 1px 2px 0px #1018280F;
                        box-shadow: 0px 1px 3px 0px #1018281A;
                        padding: 40px 30px;
                        text-align: left;
                        height: 100%;
                        display: flex;
                        flex-direction: column;
                        justify-content: center;
    
                        .main-box-single{
                            display: flex;
                            justify-content: center;
                            flex-direction: column;
                            gap: 16px;
                            margin: 0 0;
    
                            .text{
                                width: 100%;
                                display: flex;
                                flex-direction: column;
                                gap: 16px;
                                text-align: left;
                                /* text-align: justify; */
    
                                h2{
                                    font-family: var(--aventa-bold);
                                    font-size: 20px;
                                    color: #1d2939;
                                }
    
                                p{
                                    font-family: var(--aventa);
                                    font-size: 16px;
                                    color: #667085;
                                    line-height: 20.8px;
                                }
                            }
                        }
    
                        a{
                            width: 132px;
                            background-color: #0000D6;
                            color: #fff;
                            border-radius: 8px;
                            display: inline-block;
                            margin: 40px auto 0 auto;
                            box-shadow: 0px 1px 2px 0px #1018280D;
                            padding: 10px 25px;
                            font-family: var(--aventa);
                            font-size: 16px;
                            transition: all .3s;
    
                            &:hover{
                                background-color: #D4FF00;
                                color: #0C0C60;
                                transition: all .3s;
                            }
                        }
                    }
                }
            }
    
            .bullets-swiper{
                margin-top: 10px;
            }
        }
    }

    section#testimony{
        height: 565px;

        .title-testimony{
            h4{
                width: 310px;
                font-size: 20px;
                padding: 10px 0;
            }
        }
    }

    .second-banner{
        width: 100%;
        height: auto !important;

        h1{
            width: 309px !important;
            font-size: 30px !important;
            line-height: 33px !important;
        }
    }

    .third-banner{
        width: 100%;
        height: 900px !important;

        .third-banner-wrap{
            width: 309px;
            flex-direction: column;
            margin: 0 auto;
            gap: 60px;
            padding-top: 0px !important;

            .third-banner-single{
                width: 308px !important;
                text-align: center !important;

                p{
                    width: 100% !important;
                    text-align: center !important;
                }
            }

            .third-banner-img{
                width: 308px;
                order: -1;

                img{
                    width: 100%;
                }
            }
        }
    }

    .pin-spacer{
        width: 100% !important;
        height: 4167px !important;
    }
}