@font-face {
    font-family: Helvetica;
    src: url('../fonts/Helvetica.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Helvetica;
    src: url('../fonts/Helvetica-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --cinza-claro: #d7dbde;
    --laranja: #ff8a00;
    --100: 100%;
    --azul: #1d6ccd;
}

.w-form-formradioinput--inputType-custom {
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 12px;
    height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
    box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
    border-width: 4px;
    border-color: #3898ec;
}

.body {
    color: var(--cinza-claro);
    background-color: #212227;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 28px;
}

.header {
    z-index: 100;
    position: fixed;
    inset: 0% 0% auto;
}

.menu-navegacao {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #00000026;
    padding-top: 20px;
    padding-bottom: 20px;
}

.nav-link-menu {
    color: var(--cinza-claro);
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 700;
    transition: color 0.5s ease-in-out;
}

.nav-link-menu:hover,
.nav-link-menu.w--current {
    color: var(--laranja);
}

.menu-container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.icon-whatsapp {
    margin-right: 10px;
}

.link-whatsapp-header {
    color: var(--laranja);
    justify-content: flex-start;
    align-items: center;
    margin-left: 15px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.5s ease-in-out;
    display: flex;
}

.link-whatsapp-header:hover {
    color: var(--cinza-claro);
}

.nav-menu {
    display: flex;
}

.section-banners-topo {
    position: relative;
}

.paddingpage {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.conteudo-banner-principal {
    z-index: 10;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
}

.texto-fixo-banner {
    z-index: 100;
    position: absolute;
    inset: 0%;
}

.slider {
    background-color: #ddd0;
    height: auto;
}

.slide-nav {
    z-index: 90;
    font-size: 10px;
}

.left-arrow,
.right-arrow {
    display: none;
}

.banner {
    background-image: url('../images/img-banner-01.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.banner._02 {
    background-image: url('../images/img-banner-02.webp');
}

.banner._03 {
    background-image: url('../images/img-banner-03.webp');
}

.banner._04 {
    background-image: url('../images/img-banner-04.webp');
}

.mask {
    height: 100vh;
}

.h1-titulo {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 70px;
    line-height: 80px;
}

.text-h1-site {
    width: 100%;
    max-width: 550px;
}

.link-cta-orcamento {
    color: var(--cinza-claro);
    background-color: #1d6ccd;
    border-radius: 12px;
    justify-content: flex-start;
    align-items: center;
    height: 58px;
    padding-left: 30px;
    padding-right: 45px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
    display: flex;
}

.link-cta-orcamento:hover {
    background-color: var(--laranja);
    color: #fff;
}

.icon-seta-cta {
    margin-left: -20px;
}

.section-sobrenos {
    padding-top: 100px;
    padding-bottom: 100px;
}

.conteudo-sobrenos {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.texto-sobrenos {
    width: 100%;
    max-width: 584px;
}

.tag-nome-section {
    background-color: #ff6c00;
    border-radius: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 148px;
    height: 32px;
    display: flex;
}

.text-tag-section {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.h2-titulo {
    color: var(--laranja);
    margin-bottom: 20px;
    font-size: 45px;
    line-height: 55px;
}

.image {
    width: 100%;
    max-width: 534px;
}

.button-orcamento {
    justify-content: flex-start;
    align-items: center;
    margin-top: 50px;
    display: flex;
}

.texto-corrido-sobrenos {
    width: 100%;
    max-width: 443px;
}

.section-servicos {
    padding-bottom: 120px;
}

.titulo-section-servicos {
    width: 100%;
    max-width: 780px;
}

.subtitulo-servico {
    width: 100%;
}

.servico {
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    display: flex;
}

.img-servico {
    width: 100%;
    max-width: 568px;
}

.titulo-nome-servico {
    color: var(--laranja);
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
}

.text-descricao-servico {
    width: 100%;
    max-width: 409px;
}

.servico-aereo-rodoviario.mobile-servicos {
    display: none;
}

.section-atuacao {
    padding-bottom: 100px;
    overflow: hidden;
}

.conteudo-atuacao {
    justify-content: space-between;
    align-items: center;
}

.tag-linha-icon-aviao {
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
}

.linha-laranja {
    background-color: var(--laranja);
    width: 100%;
    height: 1px;
    margin-left: 20px;
    margin-right: 20px;
}

.carrossel-linhas-atucao {
    background-color: #ddd0;
    height: auto;
}

.arte-slider {
    width: 100%;
    max-width: 336px;
}

.slider-carrossel {
    margin-left: 40px;
    margin-right: 20px;
}

.slide-nav-2 {
    display: none;
}

.titulo-descricao-atuacao {
    color: var(--laranja);
    text-align: center;
    margin-top: 20px;
    font-size: 26px;
    font-weight: 700;
}

.mask-2 {
    width: 100%;
    max-width: 336px;
    overflow: visible;
}

.left-arrow-2,
.right-arrow-2 {
    justify-content: center;
    align-items: center;
    display: flex;
}

.section-diferenciais {
    background-color: #141416;
    padding-top: 100px;
    padding-bottom: 420px;
}

.titulo-diferenciais {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.topicos-diferenciais {
    margin-top: 20px;
}

.linha-diferenciais {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.diferencial {
    border: 1px solid var(--laranja);
    border-radius: 35px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 550px;
    height: 220px;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
}

.numero-diferencial {
    color: var(--laranja);
    margin-right: 50px;
    font-size: 96px;
    font-weight: 700;
    line-height: 73px;
}

.titulo-nome-diferencial {
    color: var(--laranja);
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 700;
}

.descricao-diferencial.ajust-expertise {
    width: 100%;
    max-width: 277px;
}

.descricao-diferencial.ajust-dedicado {
    width: 100%;
    max-width: 279px;
}

.descricao-diferencial.ajust-rastreamento {
    width: var(--100);
    max-width: 270px;
}

.descricao-diferencial.ajust-certificacoes {
    width: var(--100);
    max-width: 283px;
}

.cta-diferencial-contato {
    background-color: var(--laranja);
    color: #fff;
    border-radius: 35px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 550px;
    height: 220px;
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    text-decoration: none;
    transition: background-color 0.7s ease-in-out;
    display: flex;
}

.cta-diferencial-contato:hover {
    background-color: var(--azul);
}

.icone-seta-cta-diferenciais {
    margin-top: 80px;
    margin-left: 35px;
}

.section-midiasocias {
    margin-top: -260px;
}

.titulo-icones {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
}

.icones-socialmedia-link {
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.link-socialmedia {
    margin-right: 25px;
    transition: margin-top 0.6s;
}

.link-socialmedia:hover {
    margin-top: -40px;
}

.link-socialmedia.ajust-magin-zero-insta {
    margin-right: 0;
}

.text-block {
    margin-right: 20px;
}

.img-link-post {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.link-instagram {
    transition: box-shadow 0.6s ease-in-out;
}

.link-instagram:hover {
    box-shadow: 0 2px 20px -3px var(--laranja);
}

.section-contato {
    padding-top: 100px;
    padding-bottom: 100px;
}

.titulo-contato {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.form-info-contato {
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    display: flex;
}

.linha-icone {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 100px;
    margin-right: 100px;
    display: flex;
}

.formulario-contato {
    width: 100%;
    max-width: 376px;
}

.campo-preenchimento {
    border: 1px solid var(--laranja);
    color: var(--cinza-claro);
    background-color: #fff0;
    border-radius: 10px;
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
}

.campo-preenchimento::placeholder {
    color: var(--laranja);
    font-size: 18px;
}

.linha-laranja-vertical {
    background-color: var(--laranja);
    width: 1px;
    height: 411px;
}

.icone-aviao-vertical-contato {
    width: 100%;
    max-width: 44px;
    margin-bottom: 20px;
    transform: rotate(-90deg);
}

.submit-button {
    background-color: var(--azul);
    border-radius: 10px;
    width: 100%;
    height: 60px;
    margin-top: 10px;
    font-weight: 700;
    transition: background-color 0.6s ease-in-out;
}

.submit-button:hover {
    background-color: var(--laranja);
}

.links-contatos {
    color: var(--cinza-claro);
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
    text-decoration: none;
    transition: color 0.5s ease-in-out;
    display: flex;
}

.links-contatos:hover {
    color: var(--laranja);
}

.links-contatos.ajust-endereco {
    width: 100%;
    max-width: 300px;
    margin-bottom: 0;
}

.icon-contatos {
    margin-right: 20px;
}

.logotipo-copy-assinatura {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    display: flex;
}

.fastair-logotipo-rodape {
    margin-bottom: 40px;
}

.text-direitos {
    color: #656568;
    text-align: center;
    margin-bottom: 10px;
}

.link-site-genia {
    color: #656568;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
}

.genia-logotipo {
    margin-left: 10px;
}

.success-message {
    background-color: #348a45;
    border-radius: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.bold-text {
    font-size: 34px;
}

.text-error {
    color: var(--azul);
}

.cta-fixo-whastapp {
    z-index: 5000;
    align-items: center;
    position: fixed;
    inset: auto 2% 2% auto;
}

.link-whastapp {
    position: absolute;
    inset: 0%;
}

.email-contato.mais-margin-espaco,
.box-endereco,
.text-telefone-fixo {
    margin-top: 40px;
}

.selection-conexao-solucao {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
}

.selection-radio-button {
    color: var(--laranja);
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 40px;
    display: flex;
}

.icon-radio-button {
    width: 20px;
    height: 20px;
    margin-top: 0;
    margin-right: 5px;
}

.icon-radio-button.w--redirected-checked {
    background-color: var(--azul);
}

.radio-button-label {
    margin-bottom: 0;
    line-height: 14px;
}

.radio-button-label-2 {
    line-height: 14px;
}

@media screen and (max-width: 991px) {
    .nav-link-menu {
        text-align: center;
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 26px;
    }

    .link-whatsapp-header {
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        font-size: 30px;
    }

    .nav-menu {
        background-color: #212227e3;
        height: 100vh;
        padding-top: 20px;
    }

    .conteudo-sobrenos {
        flex-flow: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .image {
        margin-top: 40px;
    }

    .servico {
        flex-flow: column;
    }

    .img-servico {
        margin-bottom: 40px;
    }

    .text-servico-descricao {
        margin-bottom: 60px;
    }

    .linha-diferenciais,
    .titulo-icones {
        flex-flow: column;
    }

    .linha-icone {
        margin-left: 20px;
        margin-right: 20px;
    }

    .menu-button,
    .menu-button.w--open {
        background-color: #c8c8c800;
    }
}

@media screen and (max-width: 479px) {
    .paddingpage {
        padding-left: 13px;
        padding-right: 13px;
    }

    .h1-titulo {
        font-size: 60px;
        line-height: 70px;
    }

    .section-sobrenos {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .h2-titulo {
        font-size: 35px;
        line-height: 45px;
    }

    .servico {
        margin-top: 40px;
    }

    .text-servico-descricao {
        margin-bottom: 0;
    }

    .servico-aereo-rodoviario {
        display: none;
    }

    .servico-aereo-rodoviario.mobile-servicos {
        display: block;
    }

    .section-atuacao {
        padding-bottom: 60px;
    }

    .tag-linha-icon-aviao {
        padding-left: 0;
        padding-right: 0;
    }

    .linha-laranja {
        width: 60%;
        margin-left: 5px;
        margin-right: 5px;
    }

    .slider-carrossel {
        margin-left: 0;
    }

    .left-arrow-2,
    .right-arrow-2 {
        display: none;
    }

    .section-diferenciais {
        padding-top: 60px;
        padding-bottom: 300px;
    }

    .titulo-diferenciais {
        text-align: center;
    }

    .diferencial {
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
        height: auto;
        padding: 40px 30px;
    }

    .numero-diferencial {
        margin-bottom: 20px;
    }

    .cta-diferencial-contato {
        text-align: center;
        flex-flow: column;
        height: 220px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .icone-seta-cta-diferenciais {
        margin-top: 0;
        margin-left: 0;
    }

    .link-socialmedia,
    .text-block {
        margin-right: 10px;
    }

    .section-contato {
        padding-top: 60px;
    }

    .form-info-contato {
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
        margin-top: 40px;
    }

    .linha-icone {
        margin: 20px 0;
    }

    .linha-laranja-vertical {
        height: 40px;
    }

    .text-block-2 {
        font-size: 28px;
        line-height: 36px;
    }
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
