/* Frotas Banner */
.frotas-banner {
    width: 100%;
    padding-top: 214px;
    padding-bottom: 134px;
    background-image: url("/assets/images/energia-e-utilities/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: 700;
    line-height: 60px;
    color: #ffffff;
    margin-bottom: 30px;
    max-width: 615px;
}

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

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

.frotas-banner-topics-item {
    min-height: 58px;
    width: 100%;
    max-width: 586px;
    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: 8;
}

/* 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-wrapper {
    display: flex;
    justify-content: center;
    gap: 27px;
}

.video-monitoramento-ganhos-wrapper-left {
    width: 100%;
    max-width: 382px;
    min-height: 675px;
}

.video-monitoramento-ganhos-wrapper-right {
    width: 100%;
    max-width: calc(100% - 409px);
    display: flex;
    flex-wrap: wrap;
    gap: 27px;
}

.video-monitoramento-ganhos-item {
    width: 100%;
    max-width: 382px;
    min-height: 324px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    background-color: #FFFFFF1A;
    border: 2px solid #FFFFFF33;
    border-radius: 10px;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    position: relative;
    transition: all .2s;
}

.video-monitoramento-ganhos-item:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

.video-monitoramento-ganhos-wrapper-left .video-monitoramento-ganhos-item {
    height: 100%;
}

.video-monitoramento-ganhos-item > img {
    animation: breathe 2s ease-in-out infinite;
}


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

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

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

.video-monitoramento-ganhos-item-cta {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

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

.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: 30px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.video-monitoramento-ganhos-item-text p {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    color: #FFFFFF;
}

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

.video-monitoramento-cta .btn:hover {
    color: #FFFFFF;
    background-color: #0061FF;
}

/* Energia Tecnologia */
.energia-tecnologia {
    padding-top: 150px;
    padding-bottom: 150px;
}

.energia-tecnologia .container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.energia-tecnologia-plataforma {
    width: 100%;
    max-width: 645px;
    text-align: center;
}

.energia-tecnologia-plataforma h2 {
    font-size: 50px;
    font-weight: 300;
    color: #000000;
    line-height: 68px;
    text-align: left;
    max-width: 545px;
    margin-bottom: 40px;
}

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

.energia-tecnologia-plataforma .energia-tecnologia-plataforma-image {
    min-height: 435px;
    margin-bottom: 58px;
    position: relative;
}

.energia-tecnologia-plataforma .energia-tecnologia-plataforma-image .energia-tecnologia-plataforma-image-mock img:first-of-type {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.energia-tecnologia-plataforma .energia-tecnologia-plataforma-image .energia-tecnologia-plataforma-image-mock img:last-of-type {
    max-width: 94%;
    margin: 0 auto;
    transform: translateY(22px);
    z-index: 3;
    position: relative;
}

.energia-tecnologia-content-headline {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.energia-tecnologia-content-headline-mobile,
.energia-tecnologia-content .energia-tecnologia-content-btn-mobile {
    display: none;
}

.energia-tecnologia-content-headline-bar {
    height: 123px;
    min-width: 8px;
    margin-right: 25px;
    background-color: var(--color-primary);
}

.energia-tecnologia-content-headline h3 {
    font-size: 25px;
    font-weight: 300;
    color: #000000;
    line-height: 35px;
    max-width: 475px;
}

.energia-tecnologia-content-headline h3 strong {
    font-weight: 700;
}

.energia-tecnologia-content-item {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    background-color: #d6d7d8;
    border-radius: 12px;
    margin-bottom: 13px;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    transition: background-color 0.2s ease;
}

.energia-tecnologia-content-item-active {
    background-color: #0047BB;
}

.energia-tecnologia-content-item-text {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: #FFFFFF;
}

.energia-tecnologia-content-item-author {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    color: #FFFFFF;
}

.energia-tecnologia-plataforma-image-dot {
    height: 64px;
    width: 64px;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    cursor: pointer;
    z-index: 4;
}

.energia-tecnologia-plataforma-image-dot:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.75);
    outline-offset: 4px;
}

.energia-tecnologia-plataforma-image-dot:nth-of-type(2) {
    position: absolute;
    top: -15px;
    right: 10%;
}

.energia-tecnologia-plataforma-image-dot:nth-of-type(3) {
    position: absolute;
    bottom: 45%;
    left: -10px;
}

.energia-tecnologia-plataforma-image-dot:nth-of-type(4) {
    position: absolute;
    bottom: 15%;
    right: 20%;
}

/* Quem Somos Slides */
.quem-somos-slides {
    position: relative;
    z-index: 4;
    height: var(--slides-height, 100vh);
    padding-top: 120px;
    padding-bottom: 160px;
    background-color: #0F1E37;
    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: #FFFFFF;
    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;
    color: var(--color-primary);
    margin-bottom: 10px;
}


.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;
    fill-opacity: 1;
}

.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 #FFFFFF;
    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: #FFFFFF;
    transform: scale(1.08);
}

.quem-somos-slides-cta {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

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

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

/* Video Monitoramento Plataforma */
.video-monitoramento-plataforma {
    padding-top: 150px;
    padding-bottom: 300px;
    background-color: #0F1E37;
    position: relative;
    clip-path: polygon(0 0, 0% 0%, 100% 0%, 100% 0, 100% 100%, 59% 100%, 47% 88%, 0 88%);
    z-index: 2;
}

.video-monitoramento-plataforma .container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    column-gap: 20px;
}

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

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

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

.video-monitoramento-plataforma-content > p {
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    color: #FFFFFF;
    margin-bottom: 25px;
}

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

.video-monitoramento-plataforma-content-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px;
    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 {
    max-width: 551px;
    text-align: center;
}

.video-monitoramento-plataforma-image-content {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 90px;
}

.video-monitoramento-plataforma-image-content p {
    font-size: 25px;
    font-weight: 300;
    line-height: 35px;
    color: #FFFFFF;
    text-align: left;
}

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

.video-monitoramento-plataforma-image-app {
    position: relative;
    margin-bottom: 72px;
}

.video-monitoramento-plataforma-image-app img {
    max-width: 85%;
    padding: 7px;
    background-color: #FFFFFF;
    border-radius: 8px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
}

.video-monitoramento-plataforma-image-app-fundo {
    height: 165px;
    width: 100%;
    max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    background-color: #FFFFFF1A;
    border: 1.5px solid #FFFFFF33;
    border-radius: 12px;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}

/* Segmentos Tecnologia */
.segmentos-tecnologia {
    padding-top: 300px;
    padding-bottom: 300px;
    margin-top: -150px;
    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% 89%, 0 89%);
}

.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: -2%;
    right: -3%;
    text-align: left;
    max-width: 400px;
    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;
}

/* 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;
        padding: 20px;
    }
}

@media (max-width: 1230px) {
    .video-monitoramento-ganhos-wrapper-right {
        max-width: 382px;
    }
}

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

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

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

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

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

    .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;
    }

    .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%);
    }

    .video-monitoramento-plataforma {
        padding-top: 100px;
        padding-bottom: 240px;
        clip-path: polygon(0 0, 0% 0%, 100% 0%, 100% 0, 100% 100%, 60% 100%, 43% 93%, 0 93%);
    }

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

    .energia-tecnologia .container {
        flex-direction: column;
        align-items: center;
    }

    .energia-tecnologia-content-headline-mobile,
    .energia-tecnologia-content .energia-tecnologia-content-btn-mobile {
        display: inline-flex;
    }

    .energia-tecnologia-plataforma h2 {
        text-align: center;
    }

    .energia-tecnologia-plataforma .btn,
    .energia-tecnologia-content .energia-tecnologia-content-headline {
        display: none;
    }

    .energia-tecnologia-content-headline-mobile h3 {
        text-align: left;
    }

    .energia-tecnologia-plataforma .energia-tecnologia-plataforma-image {
        min-height: 520px;
    }

    .energia-tecnologia-content .energia-tecnologia-content-btn-mobile {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 40px;
    }

    .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;
    }

    .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;
    }

    .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;
    }

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

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

    .video-monitoramento-ganhos-wrapper,
    .energia-tecnologia .container {
        flex-direction: column;
        align-items: center;   
    }

    .video-monitoramento-ganhos-wrapper-left {
        min-height: auto;
    }

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

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

    .energia-tecnologia-plataforma-image-dot {
        display: none;
    }

    .energia-tecnologia-content-item {
        background-color: #0047BB;
    }

    .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,
    .energia-tecnologia-plataforma h2,
    .video-monitoramento-plataforma-content h2,
    .frotas-controle .frotas-controle-headline h2,
    .video-monitoramento-ganhos h2 {
        font-size: 36px;
        line-height: 46px;
    }

    .video-monitoramento-plataforma-content > p {
        font-size: 20px;
        line-height: 30px;
    }

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

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

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

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

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

    .energia-tecnologia {
        padding-top: 80px;
        padding-bottom: 80px;
    }

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

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

    .energia-tecnologia-plataforma .energia-tecnologia-plataforma-image {
        min-height: 360px;
        margin-bottom: 0;
    }

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

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

@media (max-width: 390px) {
    .energia-tecnologia-plataforma .energia-tecnologia-plataforma-image {
        min-height: 285px;
    }
}

@media (max-width: 350px) {
    .energia-tecnologia-plataforma .energia-tecnologia-plataforma-image {
        min-height: 230px;
    }
}
