.be-section--hero {
    max-width: 100%;
    padding: 0;
}

.be-hero {
    background-color: #ffffff;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    color: #ffffff;
    overflow: hidden;
    width: 100%;
}

.be-hero__inner {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    min-height: 760px;
    padding: 40px 24px 0;
    text-align: center;
}

.be-hero__content {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.be-hero__logos {
    align-items: center;
    background: var(--White--Background-White, #FFF);
    border-radius: 33.612px;
    display: flex;
    gap: 18px;
    justify-content: center;
    margin-bottom: 22px;
    padding: 12px 24px;
}

.be-hero__logos-separator {
    align-self: stretch;
    background-color: var(--Brand-Colors-Blue-00, #1B365D);
    width: 0.46px;
}

.be-hero__logo {
    display: block;
    height: auto;
    max-width: 100%;
    width: auto;
}

.be-hero__title {
    max-width: 760px;
}

.be-hero__title p {
    color: var(--White--Background-White, #FFF);
    text-align: center;
    font-family: "Encode Sans";
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 62px;
    letter-spacing: -1.12px;
}

.be-hero__title p strong {
    font-weight: 700;
}

.be-hero__title strong {
    font-weight: 800;
}

.be-hero__visual {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    width: 100%;
}

.be-hero__image {
    display: block;
    height: auto;
    max-width: 100%;
    width: auto;
}

@media (min-width: 1700px) and (max-width: 2300px) {
    .be-hero__inner {
        max-width: 2300px;
        min-height: 840px;
        padding-top: 130px;
    }

    .be-hero__logo--jetsmart {
        max-width: 142px;
    }

    .be-hero__logo--bancoestado {
        max-width: 160px;
    }

    .be-hero__image {
        max-width: 1080px;
    }
}

@media (min-width: 1200px) and (max-width: 1699px) {
    .be-hero__inner {
        max-width: 1699px;
        min-height: 700px;
        padding-top: 34px;
    }

    .be-hero__logo--jetsmart {
        max-width: 122px;
    }

    .be-hero__logo--bancoestado {
        max-width: 140px;
    }

    .be-hero__image {
        max-width: 920px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .be-hero__inner {
        min-height: 620px;
        padding-top: 34px;
    }

    .be-hero__logos {
        gap: 16px;
        margin-bottom: 20px;
    }

    .be-hero__logo--jetsmart {
        max-width: 112px;
    }

    .be-hero__logo--bancoestado {
        max-width: 130px;
    }

    .be-hero__title {
        max-width: 640px;
    }

    .be-hero__image {
        max-width: 760px;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .be-hero__inner {
        min-height: 540px;
        padding-top: 28px;
    }

    .be-hero__logos {
        gap: 14px;
        margin-bottom: 18px;
    }

    .be-hero__logo--jetsmart {
        max-width: 98px;
    }

    .be-hero__logo--bancoestado {
        max-width: 118px;
    }

    .be-hero__title {
        max-width: 560px;
    }

    .be-hero__title p {
        font-size: 36px;
    }

    .be-hero__image {
        max-width: 620px;
    }
}

@media (max-width: 768px) {
    .be-hero {
        background-position: center top;
        background-size: 100% auto;
    }

    .be-hero__inner {
        min-height: 440px;
        padding: 24px 16px 0;
    }

    .be-hero__logos {
        gap: 12px;
        margin-bottom: 16px;
    }

    .be-hero__logo--jetsmart {
        max-width: 86px;
    }

    .be-hero__logo--bancoestado {
        max-width: 104px;
    }

    .be-hero__title {
        max-width: 100%;
    }

    .be-hero__title p {
        font-size: 28px;
        line-height: 1.08;
    }

    .be-hero__visual {
        margin-top: 18px;
    }

    .be-hero__image {
        max-width: 100%;
    }
}