div.PageTitleH1,
.FareTitleHeader {
    display: flex;
}

.FlightsBooking.w-full.max-w-full {
    background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, .7)), url("https://storage.googleapis.com/storage-cms-sky-public/new-sky-cms-prod/EM/travel-sale/BANNER%20HOME%20neve_.jpg");
    padding: 2rem 0 1rem 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.FlightsBooking .bg-center {
    background: transparent !important;
}

.bg-cover.bg-no-repeat.CK.CL {
    padding: 0 !important;
}

.__pfs.section-hero-header-heading.__bss.__pfs h2 {
    font-size: clamp(1rem, 10vw, 4rem);
    font-weight: 700;
}

.__bss.__pfs.section-hero-header-heading {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.__pfs.section-hero-header-logo.__bss.__pfs img {
    width: clamp(600px, 50%, 800px);
    position: relative;
}

.BookingMask .css-emyc7l {
    border-radius: 1rem;
}

#main {
    position: relative;
}

section.section-hero h3.__pfs,
section.section-hero h2.__pfs,
section.section-hero h1.__pfs,
span.section-hero-body_h3_marked.__pfs {
    color: #fff;
    font-family: "DM Sans", "sans-serif";
    text-transform: uppercase;
}

h2 strong.__bss.__bss {
    color: #fff;
}

section.__pfs.section-hero.__bss.__pfs {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin: 2rem auto;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    height: 100%;
    left: 50%;
    display: flex;
    flex-direction: column;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -18px;
}

/* section.__pfs.section-hero.__bss.__pfs .section-hero-header-logo::before {
 content: "";
  position: absolute;
  width: 44%;
  height: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 1%;
  right: 1%;
  transform: rotate(350deg);
  background-image: url("https://storage.googleapis.com/storage-cms-sky-public/old-sky-cms-prod/A320neo_CFM_SKY_V10_1_88dbbe932a.png");
} */

section.__pfs.section-hero.__bss.__pfs .section-hero-header-logo.animated::before {
    animation: AvionAnimation 3s 1 ease forwards;
}

.__pfs.section-hero-content.__bss.__pfs {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    padding: 0rem;
}

h2.__pfs.section-hero-body_h2.__bss.__pfs {
    background-color: #ff009a;
    padding: 0.25rem;
    display: flex;
    width: fit-content;
    text-align: center;
    margin: auto;
    font-size: clamp(0.5rem, 4vw, 1.8rem);
}

.__pfs.section-hero-descuento.__bss.__pfs {
    margin: auto;
    display: flex;
    flex-direction: column;
}

h3.__pfs.section-hero-body_h3.__bss.__pfs {
    font-size: clamp(1rem, 4vw, 2rem);
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.__pfs.section-hero-descuento.__bss.__pfs strong {
    font-size: clamp(3rem, 6vw, 5rem);
    text-align: center;
    color: #fff;
    flex-basis: 100%;
}

span.__pfs.section-hero-body_h3_marked.__bss.__pfs {
    background-color: #671e75;
    font-size: inherit;
    color: unset;
    font-weight: unset;
    padding: 0 0.5rem;
    text-transform: uppercase;
}

i.__pfs.sky_iso.__bss.__pfs {
    width: 1rem;
    height: 1rem;
    background-image: url("https://storage.googleapis.com/storage-cms-sky-public/old-sky-cms-prod/Flecha_20_9c5ccde584.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0.5rem;
}

.__pfs.section-hero-body.__bss.__pfs {
    gap: 2rem;
    display: flex;
    flex-direction: column;
}

.__pfs.section-hero-skyplus.__bss.__pfs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    width: fit-content;
    margin: 1rem auto 0 auto;
    padding: 0 1rem;
    border: solid 1px #fff;
}

.__pfs.section-hero-skyplus.__bss.__pfs span {
    color: #fff;
    padding: 0 0.2rem;
    font-size: 1.2rem;
    font-family: "DM Sans";
    text-align: center;
}

.__pfs.section-hero-header.__bss.__pfs {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: auto;
    justify-content: center;
}

div[aria-live="polite"],
div.css-1c0sis3 {
    display: none;
}


/*Sección Partidos */


.__pfs.grid.__bss.__pfs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1rem;
    align-content: center;
    margin: 2rem 0
}

.grid .__pfs.card.__bss.__pfs {
    background: #ffffff;
    padding: 1rem;
    border-radius: .5rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    box-shadow: .1rem .1rem .3rem rgb(120 120 120 / 20%);
    border: solid 1px #ededed;
    font-family: 'DM sans', sans-serif;
}

.card .badge {
    font-size: .8rem;
    font-weight: 400;
    padding: .2rem 1rem;
    text-transform: uppercase;
    width: fit-content;
    background: #f8dcfd;
    color: #78028A;
}

.card .date {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .5rem;
}

.__pfs.match.__bss.__pfs {
    font-size: 1.2rem;
    font-weight: 600;
}

.__pfs.section-label.__bss.__pfs {
    font-size: 1.2rem;
    font-weight: 600;
}

@media (max-width: 700px) {
    .__pfs.section-hero-content.__bss.__pfs {
        padding: 1rem;
    }

    .__pfs.section-hero-header.__bss.__pfs {
        flex-direction: column;
    }

    .__pfs.section-hero-skyplus.__bss.__pfs {
        flex-direction: column;
    }

    section.__pfs.section-hero.__bss.__pfs::before {
        right: 2rem;
        width: 11vw;
        height: 11vw;
    }

    .__pfs.section-hero-header-logo.__bss.__pfs {
        border-left: none;
        padding: 1rem;
    }
}

.flex.flex-wrap.flex.justify-center.max-w-full.max-h-full.FareTitleHeader.z-10.overflow-hidden {
    display: flex;
}