/* Frotas Banner */
.frotas-banner {
    width: 100%;
    padding-top: 170px;
    padding-bottom: 90px;
    background-image: url("/assets/images/gestao-de-frotas/frotas-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;
    color: #ffffff;
    margin-bottom: 30px;
}

.frotas-banner h2 {
    font-size: 40px;
    font-weight: 300;
    color: #ffffff;
    line-height: 50px;
    max-width: 530px;
    margin-bottom: 40px;
}

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

.frotas-banner-topics {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 22px;
    width: 100%;
    max-width: 970px;
    margin-bottom: 42px;
}

.frotas-banner-topics-item {
    min-height: 74px;
    width: 100%;
    max-width: 472px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    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: 17px;
    color: #ffffff;
}

.frotas-banner-subbutton {
    margin-bottom: 42px;
}

.frotas-banner-subbutton h3 {
    font-size: 25px;
    font-weight: 700;
    color: #ffffff;
}

.frotas-banner-subbutton-divider {
    height: 1.5px;
    width: 100%;
    max-width: 567px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #E0E0E04D;
}

.frotas-banner-ceabs {
    position: absolute;
    right: 0;
    bottom: -120px;
}

/* Gestão Slides */
.frotas-slides {
    position: relative;
    height: var(--frotas-slides-height, 100vh);
    padding: 150px 0;
    background-color: #0F1E37;
    overflow: visible;
}

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

.frotas-slides .container {
    max-width: 1309px;
}

.frotas-slides .frotas-slides-headline {
    display: flex;
    align-items: center;
    gap: 150px;
    margin-bottom: 50px;
}

.frotas-slides .frotas-slides-headline h2 {
    font-size: 50px;
    font-weight: 300;
    line-height: 68px;
    color: #ffffff;
    max-width: 610px;
}

.frotas-slides .frotas-slides-headline h2 strong {
    font-weight: 700;
}

.frotas-slides .frotas-slides-headline-text {
    max-width: 445px;
}

.frotas-slides .frotas-slides-headline-text p:first-child {
    font-family: 'Arimo', sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 38px;
}

.frotas-slides .frotas-slides-headline-text p:last-child {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #ffffff;
}

.frotas-slides-wrapper {
    position: relative;
    width: 100%;
    max-width: 1720px;
    padding: 0 10px;
    margin: 0 auto;
}

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

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

.frotas-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 .2s ease, transform .2s ease;
    will-change: opacity, transform;
}

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

.frotas-slides-item>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
}

.frotas-slides-item-content {
    position: absolute;
    top: 160px;
    left: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 420px;
    width: 100%;
    max-width: 485px;
    padding: 40px;
    background-color: #FFFFFF66;
    border: 1px solid #FFFFFF33;
    border-radius: 12px;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}

.frotas-slides-item-content h3 {
    font-size: 40px;
    line-height: 50px;
    color: var(--color-primary);
}

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

.frotas-slides-pagination .frotas-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;
}

.frotas-slides-pagination .frotas-slides-pagination-item.frotas-slides-pagination-item-active {
    background-color: #FFFFFF;
    transform: scale(1.08);
}

/* Frotas Controle */
.frotas-controle {
    padding-top: 150px;
    padding-bottom: 300px;
    background-image: url(/assets/images/solucao-ideal/solucao-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    clip-path: polygon(57% 100%, 45% 85%, 0% 85%, 0% 0%, 100% 0%, 100% 100%);
}

.frotas-controle .frotas-controle-headline {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-bottom: 40px;
}

.frotas-controle .frotas-controle-headline h2 {
    font-size: 50px;
    font-weight: 300;
    line-height: 68px;
    color: #ffffff;
    max-width: 685px;
}

.frotas-controle .frotas-controle-headline h2 strong {
    font-weight: 700;
}

.frotas-controle .frotas-controle-headline-text {
    max-width: 480px;
}

.frotas-controle .frotas-controle-headline-text p:first-child {
    font-family: 'Arimo', sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 38px;
}

.frotas-controle .frotas-controle-headline-text p:last-child {
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    color: #ffffff;
}

.frotas-controle-container {
    display: flex;
    align-items: center;
    gap: 38px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.frotas-controle-item {
    min-height: 173px;
    width: 100%;
    max-width: 574px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px 30px 30px 25px;
    background-color: #FFFFFF0D;
    border: 1px solid #FFFFFF;
    border-radius: 12px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: backgroundColor .3s ease;
}

.frotas-controle-item:hover {
    background-color: #FFFFFF33;
}

.frotas-controle-item-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.frotas-controle-item h3 {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: #ffffff;
    max-width: 208px;
}

.frotas-controle h4 {
    font-size: 25px;
    line-height: 35px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 40px;
}

.frotas-controle-cta {
    display: flex;
    justify-content: center;
}

/* Frotas Level */
.frotas-level {
    padding: 150px 0;
}

.frotas-level .frotas-level-headline {
    font-size: 50px;
    font-weight: 300;
    line-height: 68px;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
}

.frotas-level .frotas-level-headline strong {
    font-weight: 700;
}

.frotas-level-subtitle {
    font-size: 25px;
    font-weight: 300;
    line-height: 35px;
    color: #000000;
    text-align: center;
    max-width: 985px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.frotas-level-item {
    display: flex;
    justify-content: space-between;
    padding: 40px 40px 35px 35px;
    border-radius: 12px;
    margin-top: 20px;
    position: relative;
}

.frotas-level-item:nth-of-type(1) {
    background-color: #8A38F5;
}

.frotas-level-item:nth-of-type(2) {
    background-color: #001A72;
}

.frotas-level-item:nth-of-type(3) {
    background-color: #7C7C7C;
}

.frotas-level-item:nth-of-type(4) {
    background-color: #0047BB;
}

.frotas-level-item-content {
    width: 100%;
}

.frotas-level-item-content h2 {
    font-size: 25px;
    font-weight: 300;
    line-height: 35px;
    color: #ffffff;
    margin-bottom: 14px;
}

.frotas-level-item-content h2 strong {
    font-weight: 700;
}

.frotas-level-item-content .frotas-level-item-text {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 26px;
}

.frotas-level-item:first-of-type .frotas-level-item-text {
    max-width: 690px;
}

.frotas-level-item-content .frotas-level-item-check {
    display: none;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 476px;
    padding: 12px 15px;
    border-radius: 12px;
    margin-bottom: 9px;
}

.frotas-level-item:nth-of-type(1) .frotas-level-item-check {
    background-color: #7633CE;
}

.frotas-level-item:nth-of-type(2) .frotas-level-item-check {
    background-color: #001457;
}

.frotas-level-item:nth-of-type(3) .frotas-level-item-check {
    background-color: #5E5E5E;
}

.frotas-level-item:nth-of-type(4) .frotas-level-item-check {
    background-color: #003791;
}

.frotas-level-item-content .frotas-level-item-check p {
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    color: #ffffff;
}

.frotas-level-item-content-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 32px;
}

.frotas-level-item-button {
    height: 43px;
    width: 163px;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 17px;
    padding-right: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    cursor: pointer;
    transition: all .2s;
}

.frotas-level-item-button svg path {
    stroke: #FFFFFF;
    transition: all .2s;
}

.frotas-level-item-content-cta-more {
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    color: #ffffff;
    display: none;
}

.frotas-level-item .frotas-level-item-image img {
    display: none;
}

.frotas-level-logo {
    position: absolute;
    top: 35px;
    right: 40px;
}

.frotas-level-item.frotas-level-item-active .frotas-level-item-content {
    width: 100%;
    max-width: 482px;
}

.frotas-level-item.frotas-level-item-active .frotas-level-item-image {
    width: 100%;
    max-width: 551px;
}

.frotas-level-item.frotas-level-item-active .frotas-level-item-image img,
.frotas-level-item.frotas-level-item-active .frotas-level-item-check,
.frotas-level-item.frotas-level-item-active .frotas-level-logo {
    display: flex;
}

.frotas-level-item.frotas-level-item-active .frotas-level-item-button svg {
    transform: rotate(180deg);
}

.frotas-level-item.frotas-level-item-active .frotas-level-item-content-cta-more {
    display: block;
}

/* Frotas Soluções */
.frotas-solucoes {
    height: var(--solutions-height, 1194px);
    padding-top: 150px;
    padding-bottom: 145px;
    position: relative;
    background-color: #0047BB;
    clip-path: polygon(100% 4%, 100% 100%, 0% 100%, 0% 0%, 45% 0%, 57% 4%);
}

.frotas-solucoes-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.frotas-solucoes h2 {
    font-size: 50px;
    font-weight: 300;
    line-height: 68px;
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    text-align: center;
}

.frotas-solucoes h2 strong {
    font-weight: 700;
}

.frotas-solucoes .frotas-solucoes-headline {
    font-size: 25px;
    font-weight: 300;
    line-height: 35px;
    color: #FFFFFF;
    max-width: 825px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    text-align: center;
}

.frotas-solucoes-content {
    display: flex;
    gap: 24px;
    width: max-content;
    padding: 0 240px;
    will-change: transform;
}

.frotas-solucoes-content-item {
    height: 502px;
    width: 996px;
    min-width: 996px;
    max-width: 996px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 36px;
    background-color: rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(24px);
    border-width: 1.5px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
    border-image: initial;
    border-radius: 12px;
}

.frotas-solucoes-content-item-image {
    width: 100%;
    max-width: 409px;
}

.frotas-solucoes-content-item-image img {
    height: 462px;
}

.frotas-solucoes-content-item-body {
    width: 100%;
    max-width: 492px;
}

.frotas-solucoes-content-item-body h3 {
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    color: #FFFFFF;
    margin-bottom: 18px;
}

.frotas-solucoes-content-item-body > p {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 32px;
}

.frotas-solucoes-content-item-body-check {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.frotas-solucoes-content-item-body-check P {
    font-size: 15px;
    font-weight: 300;
    color: #FFFFFF;
}

.frotas-solucoes-content-item-body .btn {
    margin-top: 50px;
}

/* Frotas Modules */
.frotas-modules {
    padding-top: 145px;
    padding-bottom: 300px;
    background-color: #EFEFEF;
}

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

.frotas-modules h2 strong {
    font-weight: 700;
}

.frotas-modules-table {
    width: 100%;
    overflow-x: auto;
}

.frotas-modules .frotas-modules-header,
.frotas-modules .frotas-modules-row {
    display: grid;
    grid-template-columns: 2.4fr repeat(4, 1fr);
    gap: 8px;
}

.frotas-modules-header {
    margin-bottom: 8px;
    align-items: end;
}

.frotas-modules-title {
    height: 70px;
    display: flex;
    align-items: center;
    padding-left: 24px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.frotas-modules .plan-header {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    color: #fff;
    clip-path: polygon(0 0, 85% 0, 100% 38%, 100% 100%, 0 100%);
}

.frotas-modules .plan-basic {
    background-color: #7438c6;
}

.frotas-modules .plan-pro {
    background-color: #001f78;
}

.frotas-modules .plan-can {
    background-color: #999ea5;
}

.frotas-modules .plan-contingency {
    background-color: #0052bf;
}

.frotas-modules-row {
    min-height: 62px;
    margin-bottom: 8px;
}

.frotas-modules-row > div {
    background-color: #f8f8f8;
}

.frotas-modules .feature-name {
    display: flex;
    align-items: center;
    padding-left: 24px;
    padding-right: 20px;
    font-size: 15px;
    font-weight: 400;
    color: #222;
}

.frotas-modules .check {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 500;
}

.frotas-modules .check.basic {
    color: #7438c6;
}

.frotas-modules .check.pro {
    color: #001f78;
}

.frotas-modules .check.can {
    color: #999ea5;
}

.frotas-modules .check.contingency {
    color: #0052bf;
}

/* Frotas Clients */
.frotas-clients {
    background-color: #15233C;
    background-image: url('/assets/images/gestao-de-frotas/clients-bg.png');
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    margin-top: -150px;
    clip-path: polygon(100% 9%, 100% 100%, 0% 100%, 0% 0%, 45% 0%, 57% 9%);
}

.frotas-clients-container {
    padding-top: 483px;
    padding-bottom: 503px;
    background-image: url('/assets/images/frotas-clients-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.frotas-clients h2 {
    font-size: 50px;
    font-weight: 300;
    line-height: 68px;
    color: #ffffff;
    text-align: center;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.frotas-clients h2 strong {
    font-weight: 700;
}

.frotas-clients-content {
    max-width: 1094px;
    padding: 40px 50px;
    margin: 0 auto 60px auto;
    background-color: #FFFFFF1A;
    border: 1px solid #FFFFFF33;
    border-radius: 12px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.frotas-clients-content h3 {
    font-size: 25px;
    font-weight: 300;
    line-height: 35px;
    color: #ffffff;
    text-align: center;
}

.frotas-clients-content strong {
    font-size: 50px;
    font-weight: 700;
}

.frotas-clients-logos {
    overflow: hidden;
    height: 54px;
    width: 100%;
    display: flex;
    align-items: center;
}

.frotas-clients-logos-carrosel {
    display: flex;
    width: max-content;
    animation: scroll 16s linear infinite;
}

.frotas-clients-logos-carrosel img {
    height: 60px;
    width: auto;
    max-width: none;
    flex-shrink: 0;
    display: block;
}

/* Frota Operacao */
.frotas-operacao {
    height: var(--solutions-height, 1194px);
    padding-top: 150px;
    padding-bottom: 145px;
    margin-top: -155px;
    position: relative;
    background-color: #0047BB;
    clip-path: polygon(100% 120px, 100% 100%, 0% 100%, 0% 0%, 45% 0%, 57% 120px);
}

.frotas-operacao-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.frotas-operacao h2 {
    font-size: 50px;
    font-weight: 300;
    line-height: 68px;
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    text-align: center;
}

.frotas-operacao h2 strong {
    font-weight: 700;
}

.frotas-operacao-content {
    display: flex;
    gap: 24px;
    width: max-content;
    padding: 0 240px;
    will-change: transform;
}

.frotas-operacao-content-item {
    width: 501px;
    min-width: 501px;
    max-width: 501px;
}

.frotas-operacao-content-item-headline {
    display: flex;
    margin-bottom: 25px;
}

.frotas-operacao-content-item-headline p {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: #FFFFFF;
    margin-right: 17px;
    min-width: fit-content;
}

.frotas-operacao-content-item-headline-border {
    height: 22px;
    width: 100%;
    border-bottom: 1px dashed #FFFFFF;
}

.frotas-operacao-content-item-slide {
    position: relative;
}

.frotas-operacao-content-item-slide-content {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 21px;
}

.frotas-operacao-content-item-slide-item {
    min-height: 38px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 2px 10px 2px 18px;
    margin-top: 5px;
    background-color: #0047BB;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50px;
}

.frotas-operacao-content-item-slide-item p {
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    color: #FFFFFF;
}

.frotas-operacao-content-item-label {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #FFFFFF;
    margin-top: 25px;
}

/* 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;
}

@media (max-width: 1550px) {
    .frotas-slides-item-content {
        top: 60px;
        left: 160px;
    }
}

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

@media (max-width: 1024px) {
    .frotas-slides .frotas-slides-headline {
        flex-direction: column;
        gap: 35px;
        text-align: center;
    }

    .frotas-slides {
        height: auto;
        padding-top: 70px;
        padding-bottom: 100px;
    }

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

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

    .frotas-slides-item-content {
        position: static;
        max-width: none;
        min-height: auto;
        margin-top: 20px;
        padding: 24px;
    }

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

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

    .frotas-slides-track {
        display: flex;
        align-items: flex-start;
        height: auto;
    }

    .frotas-slides-item {
        position: relative;
        inset: auto;
        flex-direction: column;
        flex: 0 0 auto;
        opacity: 1 !important;
        transform: none !important;
        pointer-events: auto !important;
        scroll-snap-align: start;
    }

    .frotas-slides-item > img {
        width: 100%;
        height: auto;
        display: block;
        position: initial;
    }

    .frotas-slides-item-content h3 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 24px;
    }

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

    .frotas-controle {
        clip-path: polygon(60% 100%, 42% 90%, 0% 90%, 0% 0%, 100% 0%, 100% 100%);
    }

    .frotas-controle .frotas-controle-headline {
        flex-direction: column;
        text-align: center;
    }

    .frotas-controle-container {
        justify-content: center;
    }

    .frotas-level-item.frotas-level-item-active {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .frotas-solucoes {
        clip-path: polygon(100% 120px, 100% 100%, 0% 100%, 0% 0%, 45% 0%, 57% 120px);
    }

    .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) {
    .frotas-banner h1 {
        padding-top: 40px;
    }

    .frotas-banner-ceabs {
        width: 100px;
        bottom: -40px;
    }

    .frotas-controle {
        clip-path: polygon(60% 100%, 42% 93%, 0% 93%, 0% 0%, 100% 0%, 100% 100%);
    }

    .frotas-solucoes {
        height: auto;
        padding-top: 200px;
        clip-path: polygon(100% 120px, 100% 100%, 0% 100%, 0% 0%, 40% 0%, 60% 120px);
    }

    .frotas-solucoes-sticky {
        height: auto;
        position: initial;
    }

    .frotas-solucoes-content {
        width: 100%;
        flex-direction: column;
        padding: 0 10px;
    }

    .frotas-solucoes-content-item {
        height: auto;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        flex-direction: column;
        padding-top: 40px;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .frotas-solucoes-content-item-body {
        padding: 20px 0;
        text-align: center;
    }

    .frotas-solucoes-content-item-body-check {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    .comparison-table {
        overflow-x: auto;
    }

    .frotas-modules .frotas-modules-header,
    .frotas-modules .frotas-modules-row {
        min-width: 900px;
        grid-template-columns: 2.2fr repeat(4, 1fr);
    }

    .frotas-modules .comparison-title,
    .frotas-modules .plan-header {
        font-size: 18px;
    }

    .frotas-modules .feature-name {
        font-size: 14px;
    }

    .frotas-clients {
        background-position: 70%;
        background-size: cover;
        clip-path: polygon(100% 9%, 100% 100%, 0% 100%, 0% 0%, 40% 0%, 60% 9%);
    }

    .frotas-clients-container {
        padding-top: 250px;
        padding-bottom: 350px;
    }

    .frotas-operacao {
        height: auto;
        padding-top: 220px;
        clip-path: polygon(100% 120px, 100% 100%, 0% 100%, 0% 0%, 40% 0%, 60% 120px);
    }

    .frotas-operacao-sticky {
        height: auto;
        position: initial;
    }

    .frotas-operacao-content {
        width: 100%;
        flex-direction: column;
        align-items: center;
        padding: 0 20px;
    }

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

@media (max-width: 500px) {
    .frotas-banner h1,
    .frotas-slides .frotas-slides-headline h2,
    .frotas-controle .frotas-controle-headline h2,
    .frotas-level .frotas-level-headline,
    .frotas-solucoes h2,
    .frotas-modules h2,
    .frotas-clients h2,
    .frotas-operacao h2 {
        font-size: 36px;
        line-height: 46px;
    }

    .frotas-banner h2 {
        font-size: 26px;
        line-height: 36px;
    }

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

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

    .frotas-operacao-content-item {
        width: 100%;
        min-width: auto;
        max-width: none;
    }

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

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