.inp-destino-hero {
    position: relative;
    min-height: 610px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(90deg, rgba(9,14,12,.82) 0%, rgba(9,14,12,.66) 46%, rgba(9,14,12,.40) 100%),
        var(--inp-destino-hero-image) center 46% / cover no-repeat;
    color: #fff;
}

.inp-destino-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.34));
    pointer-events: none;
}

.inp-destino-hero__inner {
    position: relative;
    z-index: 2;
    padding-top: 108px;
    padding-bottom: 58px;
}

.inp-destino-hero__copy {
    max-width: 1080px;
    margin: 32px auto 0;
    text-align: center;
}

.inp-destino-hero__eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: #dce8ac;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.inp-destino-hero h1 {
    max-width: 1050px;
    margin: 0 auto;
    color: #fff;
    font-size: clamp(40px, 5vw, 66px);
    line-height: 1.03;
    letter-spacing: -.045em;
    font-weight: 800;
    text-wrap: balance;
}

.inp-destino-hero__copy p {
    max-width: 850px;
    margin: 18px auto 0;
    color: rgba(255,255,255,.92);
    font-size: clamp(16px, 1.6vw, 20px);
    line-height: 1.65;
}

.inp-destino-hero__meta {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.inp-destino-hero__meta span {
    padding: 8px 12px;
    border: 1px solid rgba(255,255,255,.26);
    border-radius: 999px;
    background: rgba(255,255,255,.10);
    backdrop-filter: blur(5px);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.inp-destino-hero__search {
    width: fit-content;
    max-width: calc(100vw - 64px);
    margin: 30px auto 0;
    border-radius: 18px;
}

.inp-destino-hero__search #contenedorHijo {
    width: auto;
    margin: 0 !important;
}

.inp-destino-hero__trust {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 9px 24px;
    color: rgba(255,255,255,.95);
    font-size: 13px;
    font-weight: 600;
}

.inp-destino-hero__trust span {
    position: relative;
    padding-left: 17px;
}

.inp-destino-hero__trust span::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #d7e58f;
    font-weight: 800;
}

@media (min-width: 1200px) {
    .inp-destinos-template .inp-destino-hero #contenedorHijo .inpetransfer-busqueda-desde,
    .inp-destinos-template .inp-destino-hero #contenedorHijo .inpetransfer-busqueda-hasta {
        min-width: 285px !important;
    }

    .inp-destinos-template .inp-destino-hero #contenedorHijo .select2-selection__rendered {
        max-width: 235px !important;
    }
}

@media (max-width: 880px) {
    .inp-destino-hero {
        min-height: 640px;
    }

    .inp-destino-hero__inner {
        padding-top: 84px;
        padding-bottom: 48px;
    }

    .inp-destino-hero__search {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 620px) {
    .inp-destino-hero h1 {
        font-size: clamp(34px, 10vw, 48px);
    }

    .inp-destino-hero__copy p {
        font-size: 16px;
    }
}

#inp-destino-buscador {
    scroll-margin-top: 150px;
}
