/* Frotas Banner */
.frotas-banner {
    width: 100%;
    padding-top: 197px;
    padding-bottom: 118px;
    background-image: url("/assets/images/onibus/onibus-banner.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.frotas-banner .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}

.frotas-banner h1 {
    font-size: 50px;
    font-weight: 300;
    line-height: 60px;
    color: #ffffff;
    margin-bottom: 30px;
    max-width: 588px;
}

.frotas-banner h1 strong {
    font-weight: 700;
}

.frotas-banner .frotas-banner-subtitle {
    font-family: 'Arimo', sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    max-width: 664px;
    margin-bottom: 42px;
}

.frotas-banner-topics {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 21px;
    column-gap: 23px;
    width: 100%;
    max-width: 967px;
    margin-bottom: 46px;
}

.frotas-banner-topics-item {
    min-height: 58px;
    width: 100%;
    max-width: 472px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 5px 15px;
    background-color: #0000001A;
    border: 1px solid #FFFFFF33;
    border-radius: 12px;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}

.frotas-banner-topics-item p {
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    color: #ffffff;
}

.onibus-banner-ceabs {
    position: absolute;
    right: 0;
    bottom: -120px;
    z-index: 2;
}

/* Impact Section */
.impact {
    padding: 150px 0;
    background-color: #0F1E37;
    overflow: hidden;
}

.impact-content-title h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 52px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.impact-content-title {
    width: 100%;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.impact-headline {
    font-size: 50px;
    font-weight: 300;
    line-height: 68px;
    color: #FFFFFF;
    text-align: center;
    max-width: 920px;
    margin: 0 auto 120px auto;
}

.impact-headline strong {
    font-weight: 700;
}

.vertical-scroll-mobile-list {
    display: none;
}

.vertical-scroll-slider {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.vertical-scroll-sticky {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    display: grid;
    grid-template-columns: 80px 34% 60%;
    align-items: center;
    gap: 40px;
}

.vertical-scroll-order {
    height: 84svh;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
}

.vertical-scroll-order p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 12px;
    line-height: 1;
}

.vertical-scroll-order-zero {
    display: inline-block;
}

.vertical-scroll-order-number-wrap {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 34px;
    overflow: hidden;
    vertical-align: middle;

    -webkit-mask-image: linear-gradient(
        to bottom,
        transparent 0%,
        #000 28%,
        #000 72%,
        transparent 100%
    );
    mask-image: linear-gradient(
        to bottom,
        transparent 0%,
        #000 28%,
        #000 72%,
        transparent 100%
    );
}

.vertical-scroll-order-number {
    position: absolute;
    left: 0;
    top: 50%;
    display: inline-block;
    transform: translateY(-50%);
}

.vertical-scroll-order-line {
    height: 100%;
    width: 1px;
    border-right: 1px dashed #FFFFFF;
}

.vertical-scroll-texts {
    position: relative;
    height: 420px;
    overflow: hidden;

    -webkit-mask-image: linear-gradient(
        to bottom,
        transparent 0%,
        #000 10%,
        #000 90%,
        transparent 100%
    );
    mask-image: linear-gradient(
        to bottom,
        transparent 0%,
        #000 10%,
        #000 90%,
        transparent 100%
    );
}

.vertical-scroll-content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    opacity: 0;
    transform: translateY(260px);
    pointer-events: none;
}

.vertical-scroll-images {
    position: relative;
    width: 100%;
    height: 84vh;
    height: 84svh;
    max-height: 840px;
    min-height: 580px;
    border-radius: 12px;
    overflow: hidden;
}

.vertical-scroll-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.04);
    pointer-events: none;
}

/* Video Monitoramento Ganhos */
.video-monitoramento-ganhos {
    padding-top: 155px;
    padding-bottom: 300px;
    background-color: var(--color-primary);
    background-image: url(/assets/images/solucao-ideal/solucao-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    clip-path: polygon(0 0, 0% 0%, 100% 0%, 100% 0, 100% 100%, 58% 100%, 47% 90%, 0 90%);
}

.video-monitoramento-ganhos h2 {
    font-size: 50px;
    font-weight: 300;
    line-height: 60px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 40px;
}

.video-monitoramento-ganhos h2 strong {
    font-weight: 700;
}

.video-monitoramento-ganhos-item {
    display: flex;
    min-height: 186px;
    padding: 15px 30px 20px 30px;
    margin-bottom: 12px;
    background-color: #FFFFFF1A;
    border: 2px solid #FFFFFF33;
    border-radius: 10px;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    position: relative;
}

.video-monitoramento-ganhos-item > div,
.video-monitoramento-ganhos-item img {
    opacity: 0.5;
    transition: opacity .2s ease;
}

.video-monitoramento-ganhos-item:hover > div,
.video-monitoramento-ganhos-item:hover img {
    opacity: 1;
}

.video-monitoramento-ganhos-item-cta {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.video-monitoramento-ganhos-item-cta p {
    font-size: 35px;
    font-weight: 700;
    color: #FFFFFF;
}

.video-monitoramento-ganhos-item-cta a {
    font-family: 'Arimo', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #FFFFFF;
}

.video-monitoramento-ganhos-item-icon {
    margin-right: 62px;
    margin-left: 45px;
}

.video-monitoramento-ganhos-item-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.video-monitoramento-ganhos-item-text h3 {
    font-family: 'Arimo', sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.video-monitoramento-ganhos-item-text p {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: #FFFFFF;
    max-width: 645px;
}

.video-monitoramento-ganhos-item-dots {
    position: absolute;
    top: 23px;
    right: 30px;
}

.video-monitoramento-ganhos-item-logo {
    position: absolute;
    right: 30px;
    bottom: 20px;
}

.video-monitoramento-cta {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

/* Quem Somos Slides */
.quem-somos-slides {
    position: relative;
    z-index: 4;
    height: var(--slides-height, 100vh);
    padding-top: 120px;
    padding-bottom: 160px;
    overflow: visible;
}

.quem-somos-slides-sticky {
    position: sticky;
    top: 0;
    min-height: 100vh;
    min-height: 100svh;
}

.quem-somos-slides .container {
    max-width: 1752px;
}

.quem-somos-slides h2 {
    font-size: 50px;
    font-weight: 300;
    color: #000000;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.quem-somos-slides h2 strong {
    font-weight: 700;
}

.quem-somos-slides-wrapper {
    position: relative;
}

.quem-somos-slides-scroll {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1720 / 738;
}

.quem-somos-slides-track {
    position: relative;
    width: 100%;
    height: 100%;
}

.quem-somos-slides-item {
    position: absolute;
    inset: 0;
    width: 100%;
    max-width: none;
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(0.985);
    pointer-events: none;
    transition: opacity .45s ease, transform .45s ease;
    will-change: opacity, transform;
}

.quem-somos-slides-item.quem-somos-slides-item-active {
    opacity: 1;
    transform: none;
    pointer-events: auto;
    z-index: 1;
}

.quem-somos-slides-item>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.quem-somos-slides-item-content {
    position: absolute;
    top: 67px;
    left: 67px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 792px;
    padding: 50px;
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}

.quem-somos-slides-item-content-image {
    width: 100%;
    max-width: 265px;
    position: absolute;
    top: -40px;
    right: -30px;
    z-index: 2;
}

.quem-somos-slides-item:nth-of-type(3) .quem-somos-slides-item-content-image {
    max-width: 275px;
}

.quem-somos-slides-item-content h3 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 8px;
    color: var(--color-primary);
    margin-bottom: 80px;
    max-width: 500px;
}

.quem-somos-slides-item:nth-of-type(3) .quem-somos-slides-item-content h3 {
    max-width: 455px;
}

.quem-somos-slides-item-content > p {
    font-size: 25px;
    font-weight: 300;
    line-height: 40px;
    color: #070707;
    margin-bottom: 80px;
}

.quem-somos-slides-item-content-check {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 10px 20px;
    margin-top: 14px;
    min-height: 60px;
    width: 100%;
    max-width: 685px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    transition: all .2s;
}

.quem-somos-slides-item-content-check:hover {
    background-color: #1C3157;
    border-color: rgba(255, 255, 255, 0.6);
}

.quem-somos-slides-item-content-check:hover path {
    fill: #0061FF;
}

.quem-somos-slides-item-content-check:hover p {
    color: #FFFFFF;
}

.quem-somos-slides-item-content-check p {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: #000000;
}

.quem-somos-slides-pagination {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    transform: translateY(-12px);
}

.quem-somos-slides-pagination .quem-somos-slides-pagination-item {
    height: 11px;
    width: 11px;
    border: 1px solid #0047BB;
    border-radius: 50%;
    padding: 0;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    transition: transform .3s ease, background-color .3s ease;
}

.quem-somos-slides-pagination .quem-somos-slides-pagination-item.quem-somos-slides-pagination-item-active {
    background-color: #0047BB;
    transform: scale(1.08);
}

.quem-somos-logo {
    margin-bottom: 20px;
    position: relative;
}

.quem-somos-logo img {
    margin: 0 auto;
}

/* Segmentos Tecnologia */
.segmentos-tecnologia {
    padding-top: 150px;
    padding-bottom: 300px;
    background-color: var(--color-primary);
    background-image: url(/assets/images/locadoras/controle-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    clip-path: polygon(0 0, 0% 0%, 100% 0%, 100% 0, 100% 100%, 59% 100%, 47% 88%, 0 88%);
}

.segmentos-tecnologia .container {
    position: relative;
    text-align: center;
}

.segmentos-tecnologia img {
    margin: 0 auto 40px auto;
    transform: translateX(-8%);
}

.segmentos-tecnologia h3 {
    font-size: 40px;
    font-weight: 300;
    line-height: 48px;
    color: #ffffff;
    position: absolute;
    top: -1%;
    right: 5.6%;
    text-align: left;
    max-width: 362px;
    z-index: 2;
}

.segmentos-tecnologia h3 strong {
    font-weight: 700;
}

.segmentos-tecnologia p {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    max-width: 990px;
}

.segmentos-tecnologia p strong {
    font-weight: 700;
}

.segmentos-tecnologia .btn-white-blur:hover {
    color: #ffffff;
    background-color: #0062ff;
}

/* Video Monitoramento Plataforma */
.video-monitoramento-plataforma {
    padding-top: 270px;
    padding-bottom: 150px;
    background-color: #0F1E37;
    position: relative;
    z-index: 2;
    
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%, 5% 0%, 14% 120px, 86% 120px, 95% 0%);
}

.video-monitoramento-plataforma .container {
    display: flex;
    justify-content: center;
}

.video-monitoramento-plataforma-content {
    max-width: 588px;
}

.video-monitoramento-plataforma-content h2 {
    font-size: 50px;
    font-weight: 300;
    line-height: 68px;
    color: #FFFFFF;
    max-width: 495px;
    margin-bottom: 40px;
}

.video-monitoramento-plataforma-content h2 strong {
    font-weight: 700;
}

.video-monitoramento-plataforma-content-item {
    min-height: 74px;
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 5px 20px 5px 10px;
    margin-bottom: 16px;
    background-color: rgba(21, 35, 60, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    max-width: 588px;
    transition: all .2s;
}

.video-monitoramento-plataforma-content-item:hover {
    background-color: #1C3157;
    border-color: rgba(255, 255, 255, 0.6);
}

.video-monitoramento-plataforma-content-item p {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: #FFFFFF;
    transition: fontSize .2s ease;
}

.video-monitoramento-plataforma-image {
    width: 100%;
    height: 765px;
    max-width: calc(100% - 588px);
    position: relative;
    transform: translateX(90px);
}

.video-monitoramento-plataforma .btn-mobile {
    display: none;
}

.video-monitoramento-plataforma-image .video-monitoramento-plataforma-image-breathe-1 {
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    animation: breathe 3s ease-in-out infinite;
}

.video-monitoramento-plataforma-image .video-monitoramento-plataforma-image-breathe-2 {
    position: absolute;
    top: 0;
    right: 40px;
    animation: breathe 3s ease-in-out infinite;
}

.video-monitoramento-plataforma-image .video-monitoramento-plataforma-image-breathe-3 {
    position: absolute;
    bottom: 0;
    left: 0;
    animation: breathe 3s ease-in-out infinite;
}

.video-monitoramento-plataforma-image .video-monitoramento-plataforma-image-breathe-4 {
    position: absolute;
    bottom: 30px;
    right: 0;
    animation: breathe 3s ease-in-out infinite;
}

.video-monitoramento-plataforma-image .video-monitoramento-plataforma-image-breathe-5 {
    position: absolute;
    top: 0px;
    right: 252px;
    z-index: 2;
}

.video-monitoramento-plataforma-image .video-monitoramento-plataforma-image-breathe-6 {
    position: absolute;
    left: -35px;
    bottom: 155px;
    z-index: 2;
}

.video-monitoramento-plataforma-image .video-monitoramento-plataforma-image-breathe-7 {
    position: absolute;
    right: -70px;
    bottom: 65px;
    z-index: 2;
}

@keyframes breathe {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }

    100% {
        transform: translateY(0);
    }
}

/* Onibus Plataforma */
.onibus-plataforma {
    padding-bottom: 50px;
}

.onibus-plataforma h2 {
    font-size: 50px;
    font-weight: 300;
    line-height: 60px;
    color: #000000;
    text-align: center;
    margin-bottom: 40px;
}

.onibus-plataforma h2 strong {
    font-weight: 700;
}

.onibus-plataforma-wrapper {
    position: relative;
}

.onibus-plataforma-wrapper > img {
    margin-top: 130px;
}

.onibus-plataforma-image {
    position: absolute;
    top: -90px;
    right: 0;
}

.onibus-plataforma-headline {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.onibus-plataforma-headline-border {
    height: 43px;
    width: 8px;
    background-color: #0047BB;
    margin-right: 16px;
}

.onibus-plataforma-headline h4 {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: #000000;
}

.onibus-plataforma-headline h4 strong {
    font-weight: 700;
}

.onibus-plataforma-divider {
    position: relative;
}

.onibus-plataforma-divider-line {
    height: 2.5px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    margin: 90px 0;
}

.onibus-plataforma-divider-line::before {
    content: "";
    height: 20px;
    width: 120px;
    display: block;
    background-color: #FFFFFF;
    position: absolute;
    top: -10px;
    right: 140px;
}

.onibus-plataforma-divider img {
    position: absolute;
    top: -20px;
    right: 30px;
}

.onibus-plataforma-video {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.onibus-plataforma-video-kit {
    position: relative;
}

.onibus-plataforma-video-kit .onibus-plataforma-headline {
    position: absolute;
    left: 0;
    bottom: 70px;
}

.onibus-plataforma-video-kit .onibus-plataforma-headline-border {
    height: 90px;
}

.onibus-plataforma-content {
    width: 100%;
    max-width: 384px;
    padding-top: 90px;
}

.onibus-plataforma-content-video {
    position: relative;
    margin-bottom: 32px;
}

.onibus-plataforma-content-video img {
    position: relative;
    margin: 0 auto;
    z-index: 2;
}

.video-wrapper {
    position: absolute;
    top: 12%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 95%;
    overflow: hidden;
    z-index: 9;
}

.video-wrapper video {
    width: 100%;
    display: block;
}

.video-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 1;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    border: 0;
    background: transparent;
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-play span {
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 28px solid #fff;
    margin-left: 6px;
}

.video-wrapper.is-playing::before {
    opacity: 0;
}

.video-wrapper.is-playing .video-play {
    display: none;
}

/* Frotas Contact */
.frotas-contact {
    padding-top: 150px;
    padding-bottom: 160px;
    background-color: #0F1E37;
}

.frotas-contact-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.frotas-contact-form-content h3 {
    font-size: 40px;
    font-weight: 300;
    line-height: 50px;
    color: #ffffff;
    margin-bottom: 58px;
    max-width: 650px;
}

.frotas-contact-form-content h3 strong {
    font-weight: 700;
}

.frotas-contact-form-content p {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    max-width: 300px;
    position: absolute;
    top: 43px;
    left: 54%;
}

.frotas-contact-form {
    width: 490px;
    padding: 24px 35px 32px 35px;
    background-color: #FFFFFF66;
    border: 1px solid #FFFFFF66;
    border-radius: 12px;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}

.frotas-contact-form h3 {
    font-size: 25px;
    font-weight: 300;
    line-height: 32px;
    color: #ffffff;
    margin-bottom: 20px;
}

.frotas-contact-form h3 strong {
    font-weight: 700;
}

.frotas-contact-form input {
    font-size: 15px;
    font-weight: 300;
    height: 58px;
    width: 100%;
    padding: 12px 16px;
    background-color: #F8F8F8;
    border: 1px solid #E3E3E4;
    border-radius: 4px;
    color: #45484C;
    margin-bottom: 24px;
}

.frotas-contact-form .btn {
    width: 130px;
    display: block;
    margin-left: auto;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.clients-logo {
    position: absolute;
    right: 14%;
    bottom: -105px;
}

/* Segmentos Contact */
.segmentos-contact {
    padding-top: 300px;
    padding-bottom: 156px;
    margin-top: -150px;
    background-color: #0F1E37;
}

.segmentos-contact-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.segmentos-contact-form-content h3 {
    font-size: 40px;
    font-weight: 300;
    line-height: 50px;
    color: #ffffff;
    margin-bottom: 58px;
    max-width: 650px;
}

.segmentos-contact-form-content h3 strong {
    font-weight: 700;
}

.segmentos-contact-form-content p {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    max-width: 300px;
    position: absolute;
    top: 43px;
    left: 54%;
}

.segmentos-contact-form {
    width: 490px;
    padding: 24px 35px 32px 35px;
    background-color: #FFFFFF66;
    border: 1px solid #FFFFFF66;
    border-radius: 12px;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}

.segmentos-contact-form h3 {
    font-size: 25px;
    font-weight: 300;
    line-height: 32px;
    color: #ffffff;
    margin-bottom: 20px;
}

.segmentos-contact-form h3 strong {
    font-weight: 700;
}

.segmentos-contact-form input {
    font-size: 15px;
    font-weight: 300;
    height: 58px;
    width: 100%;
    padding: 12px 16px;
    background-color: #F8F8F8;
    border: 1px solid #E3E3E4;
    border-radius: 4px;
    color: #45484C;
    margin-bottom: 24px;
}

.segmentos-contact-form .btn {
    width: 130px;
    display: block;
    margin-left: auto;
}

@media (max-width: 1600px) {
    .quem-somos-slides-item-content {
        top: 40px;
        left: 40px;
    }

    .quem-somos-slides-item-content > p {
        margin-bottom: 10px;
    }

    .quem-somos-slides-item-content h3 {
        margin-bottom: 10px;
    }
}

@media (max-width: 1300px) {
    .quem-somos-slides-item-content {
        top: 20px;
        left: 20px;
    }

    .quem-somos-slides-item-content {
        padding: 20px;
    }
}

@media (max-width: 1024px) {
    .video-monitoramento-ganhos-item {
        flex-direction: column;
        align-items: center;
    }

    .video-monitoramento-ganhos-item-cta {
        position: absolute;
        left: 20px;
        flex-direction: row;
        align-items: center;
        gap: 30px;
        margin-bottom: 30px;
    }

    .video-monitoramento-ganhos-item-text {
        margin-top: 30px;
        text-align: center;
    }

    .video-monitoramento-ganhos-item-logo {
        display: none;
    }

    .quem-somos-slides {
        height: auto;
        padding-top: 70px;
        padding-bottom: 100px;
        overflow: hidden;
    }

    .quem-somos-slides-sticky {
        position: static;
        min-height: auto;
    }

    .quem-somos-slides h2 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 30px;
    }

    .quem-somos-slides-item-content {
        position: static;
        max-width: none;
        min-height: auto;
        margin-top: 20px;
        padding: 24px;
        background-color: rgba(0, 0, 0, 0.06);
        border: rgba(0, 0, 0, 0.6);
    }

    .quem-somos-slides-item-content-check {
        background-color: #FFFFFF;
        max-width: none;
    }

    .quem-somos-slides-item-content-image {
        top: -44%;
        right: 0;
    }

    .quem-somos-slides-scroll {
        aspect-ratio: auto;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .quem-somos-slides-scroll::-webkit-scrollbar {
        display: none;
    }

    .quem-somos-slides-track {
        display: flex;
        width: max-content;
        height: auto;
        transform: none !important;
    }

    .quem-somos-slides-item {
        position: relative;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        opacity: 1;
        transform: none;
        pointer-events: auto;
        scroll-snap-align: start;
    }

    .quem-somos-slides-item>img {
        height: auto;
        object-fit: initial;
    }

    .quem-somos-slides-item-content h3 {
        font-size: 34px;
        line-height: 44px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 24px;
    }

    .quem-somos-slides-item-content > p {
        font-size: 23px;
        line-height: 37px;
    }

    .quem-somos-slides-pagination {
        transform: none;
        margin-top: 20px;
    }

    .video-monitoramento-plataforma {
        padding-top: 80px;
        padding-bottom: 80px;
        clip-path: none;
    }

    .video-monitoramento-plataforma .container {
        flex-direction: column;
        align-items: center;
    }

    .video-monitoramento-plataforma .btn-mobile {
        display: flex;
    }

    .video-monitoramento-plataforma-content .btn {
        display: none;
    }

    .video-monitoramento-plataforma-image {
        max-width: 80%;
        margin-top: 80px;
        transform: none;
    }

    .segmentos-tecnologia,
    .video-monitoramento-ganhos {
        padding-bottom: 250px;
        clip-path: polygon(0 0, 0% 0%, 100% 0%, 100% 0, 100% 100%, 60% 100%, 43% 94%, 0 94%);
    }

    .frotas-contact {
        padding-top: 110px;
        padding-bottom: 120px;
    }

    .frotas-contact-bottom {
        flex-direction: column;
        gap: 50px;;
    }

    .frotas-contact-form-content,
    .frotas-contact-form {
        width: 100%;
    }

    .frotas-contact-form-content h3 {
        max-width: none;
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 34px;
        text-align: center;
    }

    .frotas-contact-form-content p {
        position: static;
        max-width: none;
        margin-bottom: 24px;
        text-align: center;
    }

    .frotas-contact-form-content>div>img {
        margin: 0 auto;
    }

    .frotas-contact-form {
        max-width: 620px;
    }
}

@media (max-width: 768px) {
    .onibus-banner-ceabs {
        width: 100px;
        bottom: -40px;
    }

    .vertical-scroll-sticky {
        display: none;
    }

    .vertical-scroll-mobile-list {
        display: flex;
        flex-direction: column;
        gap: 64px;
    }

    .vertical-scroll-mobile-item {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .vertical-scroll-mobile-item img {
        width: 100%;
        height: 400px;
        display: block;
        border-radius: 12px;
        object-fit: cover;
    }

    .vertical-scroll-mobile-item .impact-content-title {
        max-width: 100%;
        align-items: center;
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 24px;
        text-align: center;
    }

    .impact {
        padding: 100px 0;
    }

    .impact-headline {
        margin-bottom: 64px;
    }

    .onibus-plataforma-image {
        position: static;
        top: auto;
        right: auto;
        order: 1;
        margin-top: 0;
    }

    .onibus-plataforma-wrapper {
        display: flex;
        flex-direction: column;
    }

    .onibus-plataforma-wrapper > img {
        order: 2;
        margin-top: 0;
    }

    .onibus-plataforma-video {
        flex-direction: column;
    }

    .onibus-plataforma-video-kit {
        order: 2;
        padding-top: 0px;
        display: flex;
        flex-direction: column;
    }

    .onibus-plataforma-content {
        order: 1;
        padding-top: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    .onibus-plataforma {
        padding-bottom: 80px;
    }

    .onibus-plataforma-video-kit .onibus-plataforma-headline {
        position: initial;
        order: -1;
        margin-top: 0;
        margin-bottom: 24px;
        margin-left: auto;
        margin-right: auto;
        left: auto;
    }

    .onibus-plataforma-video-kit .onibus-plataforma-headline div {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .onibus-plataforma-video-kit .onibus-plataforma-headline h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .onibus-plataforma-video-kit .onibus-plataforma-headline h4 strong {
        text-transform: capitalize;
    }

    .onibus-plataforma-video-kit .onibus-plataforma-headline p {
        font-size: 16px;
        line-height: 22px;
    }

    .video-monitoramento-plataforma {
        clip-path: none;
    }

    .segmentos-tecnologia {
        padding-top: 80px;
        padding-bottom: 80px;
        margin-top: 0;
        clip-path: none;
    }

    .segmentos-tecnologia h3 {
        position: initial;
        max-width: none;
        text-align: center;
        margin-bottom: 40px;
    }

    .segmentos-tecnologia img {
        transform: none;
    }

    .video-monitoramento-plataforma {
        padding-bottom: 100px;
    }

    .video-monitoramento-plataforma-content {
        margin-bottom: 40px;
    }

    .video-monitoramento-plataforma-image .btn {
        display: block;
    }

    .frotas-contact {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .frotas-contact-form-content h3 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 24px;
    }

    .frotas-contact-form {
        width: 100%;
        max-width: none;
        padding: 24px 20px 28px 20px;
    }

    .segmentos-contact-bottom {
        flex-direction: column;
        gap: 50px;
    }

    .segmentos-contact {
        padding-top: 80px;
        padding-bottom: 80px;
        margin-top: auto;
    }

    .video-monitoramento-ganhos-item > div, .video-monitoramento-ganhos-item img {
        opacity: 1;
    }

    .quem-somos-slides-item-content-image {
        top: -30%;
        max-width: 150px !important;
    }
}

@media (max-width: 500px) {
    .frotas-banner {
        padding-top: 200px;
        padding-bottom: 140px;
    }

    .frotas-banner h1,
    .quem-somos-slides h2,
    .segmentos-tecnologia h3,
    .video-monitoramento-plataforma-content h2,
    .frotas-controle .frotas-controle-headline h2,
    .video-monitoramento-ganhos h2,
    .impact-headline,
    .onibus-plataforma h2 {
        font-size: 36px;
        line-height: 46px;
    }

    .impact-content-title h2 {
        font-size: 28px;
        line-height: 45px;
    }

    .onibus-banner-ceabs {
        display: none;
    }

    .frotas-banner-topics-item {
        width: 100% !important;
    }

    .video-monitoramento-ganhos {
        padding: 80px 0;
        clip-path: none;
    }

    .video-monitoramento-ganhos-item-icon {
        margin-top: 80px;
    }

    .onibus-plataforma-divider img {
        max-width: 80px;
    }

    .onibus-plataforma-video-kit {
        padding-top: 0px;
    }

    .onibus-plataforma-divider-line::before {
        width: 80px;
        right: 50px;
    }

    .onibus-plataforma-wrapper {
        display: flex;
        flex-direction: column;
    }

    .onibus-plataforma-wrapper > img {
        order: 2;
    }

    .onibus-plataforma-image {
        position: initial;
        margin-top: 40px;
    }

    .onibus-plataforma-wrapper > img {
        margin-top: 0px;
    }

    .video-monitoramento-plataforma-image {
        height: 380px;
        margin-top: 20px;
    }

    .video-monitoramento-plataforma-image .video-monitoramento-plataforma-image-breathe-1 {
        top: 80px;
        max-width: 60%;
    }

    .video-monitoramento-plataforma-image .video-monitoramento-plataforma-image-breathe-2,
    .video-monitoramento-plataforma-image .video-monitoramento-plataforma-image-breathe-3 {
        max-width: 30%;
    }

    .video-monitoramento-plataforma-image .video-monitoramento-plataforma-image-breathe-4 {
        max-width: 20%;
    }

    .video-monitoramento-plataforma-image .video-monitoramento-plataforma-image-breathe-5 {
        max-width: 18%;
        top: 25px;
        right: 140px;
    }

    .video-monitoramento-plataforma-image .video-monitoramento-plataforma-image-breathe-6 {
        max-width: 18%;
        left: -10px;
        bottom: 70px;
    }

    .video-monitoramento-plataforma-image .video-monitoramento-plataforma-image-breathe-7 {
        max-width: 22%;
        right: -30px;
        bottom: 60px;
    }

    .quem-somos-slides-item-content-image {
        top: -16%;
        max-width: 100px !important;
    }

    .quem-somos-slides-item-content {
        padding: 18px;
    }

    .frotas-contact-form input {
        height: 52px;
        margin-bottom: 18px;
    }

     .frotas-contact-form .btn {
        width: 100%;
    }

    .segmentos-contact-form-content p {
        position: initial;
        max-width: none;
        margin-bottom: 40px;
    }

    .segmentos-contact-form {
        width: 100%;
    }  
}
