.be-section--banner-vuelos {
    padding: 0;
    max-width: 1400px;
    position: relative;
}

/* ============================
   CONTAINER WIDTH (alineado con .be-card-banner-container)
   ============================ */

@media (min-width: 1700px) and (max-width: 2300px) {
    .be-section--banner-vuelos {
        max-width: 1400px;
    }
}

@media (min-width: 1200px) and (max-width: 1699px) {
    .be-section--banner-vuelos {
        max-width: 1050px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .be-section--banner-vuelos {
        max-width: 920px;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .be-section--banner-vuelos {
        max-width: 720px;
    }
}

.be-banner-vuelos__bg {
    display: block;
    width: 100%;
}

.be-banner-vuelos__bg img {
    display: block;
    width: 100%;
}

.be-banner-vuelos {
    align-items: center;
    display: flex;
    gap: 24px;
    inset: 0;
    justify-content: space-between;
    padding: 16px 48px;
    position: absolute;
}

.be-banner-vuelos__title {
    flex: 1;
    margin-left: 180px;
}

.be-banner-vuelos__title p {
    color: var(--Brand-Colors-Blue-00, #1B365D);
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

.be-banner-vuelos__title strong {
    color: var(--BancoEstado-Orange-00, #FF8200);
    font-family: "Encode Sans";
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.56px;
    line-height: 34px;
}

.be-banner-vuelos__form {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    gap: 8px;
}

.be-banner-vuelos__form input {
    display: flex;
    height: 42px;
    width: 137px;
    padding: 9px 16px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--Complementary-Colors-Black-60, #C1C1C1);
    background: var(--White--Background-White, #FFF);
}

.be-banner-vuelos__form button:disabled {
    background: #C1C1C1;
    cursor: not-allowed;
    pointer-events: none;
}

.be-banner-vuelos__form button {
    align-items: center;
    background: var(--Brand-Colors-Blue-00, #1B365D);
    border: none;
    border-radius: 30.301px;
    color: var(--White--Background-White, #FFF);
    cursor: pointer;
    display: flex;
    font-family: Lato;
    font-size: 18.181px;
    font-style: normal;
    font-weight: 500;
    gap: 8.08px;
    height: 42.422px;
    justify-content: center;
    line-height: 16.161px;
    padding: 11.11px 20.201px;
    text-align: center;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .be-section--banner-vuelos {
        max-width: 100%;
        margin: 0 16px 48px;
    }

    .be-banner-vuelos {
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-end;
    }

    .be-banner-vuelos__title {
        flex: none;
        margin: 0;
        text-align: center;
    }

    .be-banner-vuelos__form {
        flex-direction: column;
        align-items: stretch;
    }

    .be-banner-vuelos__form input,
    .be-banner-vuelos__form button {
        width: 100%;
        box-sizing: border-box;
    }
}
