:root {
    --unnamed-color-6f6f6f: #6f6f6f;
    --unnamed-color-cbd9e9: #cbd9e9;
    --unnamed-color-1ebbf8: #1ebbf8;
    --unnamed-color-fafafa: #fafafa;
    --unnamed-color-707070: #707070;
    --unnamed-color-f5f5f5: #f5f5f5;
    --unnamed-color-203981: #203981;
    --unnamed-font-family-poppins: "Poppins", sans-serif;
    --unnamed-font-family-noe-display: "Noe Display";
    --unnamed-font-size-10: 10px;
    --unnamed-font-size-15: 15px;
    --unnamed-font-size-18: 18px;
    --unnamed-font-size-20: 20px;
    --unnamed-font-size-30: 30px;
    --unnamed-font-size-10-5: 10.5px;
    --unnamed-line-spacing-10: 10px;
    --unnamed-line-spacing-20: 20px;
    --unnamed-line-spacing-28: 28px;
    --unnamed-line-spacing-35: 35px;
    --bfp-white: #fff;
    --bfp-border: #d9e2ee;
    --bfp-border-dark: #a9bedd;
    --bfp-shadow: 0 20px 40px rgba(32, 57, 129, 0.08);
    --bfp-shadow-soft: 0 10px 24px rgba(32, 57, 129, 0.06);
    --bfp-container: 1280px;
}

.bfp-page,
.bfp-page * {
    box-sizing: border-box;
}

body.post-type-archive-bfp_promocion > .elementor-location-header,
body.post-type-archive-bfp_promocion > .elementor-location-footer {
    display: none !important;
}

.bfp-site-chrome {
    display: block;
}

.bfp-site-chrome--header {
    position: relative;
    z-index: 20;
}

.bfp-page {
    background: #F5F5F5;
    color: var(--unnamed-color-707070);
    font-family: var(--unnamed-font-family-poppins);
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
}

body.post-type-archive-bfp_promocion #secondary,
body.single-bfp_promocion #secondary,
body.post-type-archive-bfp_promocion aside.widget-area,
body.single-bfp_promocion aside.widget-area {
    display: none !important;
    width: 0 !important;
    max-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.post-type-archive-bfp_promocion #primary,
body.single-bfp_promocion #primary {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 1 100% !important;
    flex-basis: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.post-type-archive-bfp_promocion .ast-container,
body.single-bfp_promocion .ast-container,
body.post-type-archive-bfp_promocion .site-content > .container,
body.single-bfp_promocion .site-content > .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.post-type-archive-bfp_promocion .site-content,
body.single-bfp_promocion .site-content,
body.post-type-archive-bfp_promocion .content-area,
body.single-bfp_promocion .content-area,
body.post-type-archive-bfp_promocion .site-main,
body.single-bfp_promocion .site-main {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.post-type-archive-bfp_promocion .entry-content,
body.single-bfp_promocion .entry-content,
body.post-type-archive-bfp_promocion article,
body.single-bfp_promocion article {
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.bfp-page__container {
    width: min(calc(100% - 32px), var(--bfp-container));
    margin: 0 auto;
}

.bfp-breadcrumb {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 18px;
    color: var(--bfp-white);
    font-size: 11px;
    line-height: 1;
}

.bfp-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.bfp-archive-hero,
.bfp-single-hero {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: var(--bfp-white);
}

.bfp-archive-hero::before,
.bfp-single-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 28, 69, 0.44), rgba(10, 28, 69, 0.12));
}

.bfp-archive-hero .bfp-page__container,
.bfp-single-hero .bfp-page__container {
    position: relative;
    z-index: 1;
}

.bfp-archive-hero__inner,
.bfp-single-hero__inner {
    min-height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px 0 38px;
    text-align: center;
}

.bfp-archive-hero__title,
.bfp-single-hero__inner h1 {
    margin: 0;
    color: var(--bfp-white);
    font-family: "Noe" !important;
    font-weight: 700;
    text-transform: uppercase;
}

.bfp-archive-hero__title {
    font-size: clamp(30px, 3.5vw, 42px);
    line-height: 1;
    letter-spacing: 0.08em;
    margin-top: 180px;
    margin-bottom: 30px;
}

.bfp-single-hero__inner h1 {
    font-size: clamp(32px, 4vw, 46px);
    line-height: 0.98;
    letter-spacing: 0.06em;
}

.bfp-archive-intro {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
    gap: 26px;
    max-width: 810px;
    margin: -22px auto 48px;
    padding: 40px;
    background: var(--bfp-white);
    box-shadow: var(--bfp-shadow);
}

.bfp-archive-intro__quote {
    color: var(--unnamed-color-203981);
    font-family: var(--unnamed-font-family-noe-display);
    font-size: 24px;
    line-height: 1.03;
    font-style: italic;
    font-weight: 700;
}

.bfp-archive-intro__quote p,
.bfp-archive-intro__text p {
    margin: 0;
}

.bfp-archive-intro__text {
    color: var(--unnamed-color-6f6f6f);
    font-size: 11px;
    line-height: 1.7;
}

.bfp-archive-intro__pool {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 13px;
    align-items: center;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid var(--unnamed-color-cbd9e9);
    color: var(--unnamed-color-203981);
}

.bfp-archive-intro__pool-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
}

.bfp-archive-intro__pool-icon img {
    display: block;
    width: 34px;
    height: 34px;
}

.bfp-archive-intro__pool strong {
    color: var(--unnamed-color-203981);
    font-size: 12px;
    line-height: 1.25;
    font-weight: 700;
}

.bfp-filter-wrap {
    margin-bottom: 32px;
}

.bfp-filters {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.bfp-filters__group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.bfp-filter {
    position: relative;
}

.bfp-filter__toggle,
.bfp-filters__sort select,
.bfp-mobile-filters select,
.bfp-booking-card input[type="date"] {
    min-height: 31px;
    border: 2px solid var(--unnamed-color-203981);
    background: var(--bfp-white);
    color: var(--unnamed-color-203981);
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
}

.bfp-filter__toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    cursor: pointer;
}

.bfp-filter__toggle:hover,
.bfp-filter__toggle:focus,
.bfp-filter__toggle:active,
.bfp-filters__sort select:hover,
.bfp-filters__sort select:focus,
.bfp-mobile-filters select:hover,
.bfp-mobile-filters select:focus {
    background: var(--bfp-white) !important;
    color: var(--unnamed-color-203981) !important;
    border-color: var(--unnamed-color-203981) !important;
    box-shadow: none !important;
    text-shadow: none !important;
    outline: none !important;
}

.bfp-filter__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
}

.bfp-filter__icon img {
    display: block;
    width: 20px;
    height: 20px;
}

.bfp-filter__chevron {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-1px);
}

.bfp-filter.is-open .bfp-filter__chevron {
    transform: rotate(-135deg) translateY(-1px);
}

.bfp-filter__panel {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    min-width: 220px;
    padding: 12px 14px;
    background: var(--bfp-white);
    border: 1px solid var(--bfp-border);
    box-shadow: var(--bfp-shadow-soft);
    z-index: 20;
}

.bfp-filter.is-open .bfp-filter__panel {
    display: block;
}

.bfp-filter__option {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 0;
    color: var(--unnamed-color-203981);
    font-size: 13px;
    font-weight: 500;
}

.bfp-filter__option input {
    accent-color: var(--unnamed-color-203981);
}

.bfp-filter__clear,
.bfp-filters__clear {
    border: 0;
    background: none;
    padding: 0;
    color: var(--unnamed-color-203981);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    opacity: 0.82;
}

.bfp-filter__clear:hover,
.bfp-filters__clear:hover,
.bfp-breadcrumb a:hover,
.bfp-back-link:hover,
.bfp-editorial a:hover,
.bfp-archive-closing a:hover,
.bfp-card__title a:hover {
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
    color: var(--unnamed-color-203981) !important;
    text-decoration: none !important;
    opacity: 1;
}

.bfp-filters__sort {
    margin-left: auto;
}

.bfp-filters__sort select,
.bfp-mobile-filters select {
    appearance: none;
    min-width: 146px;
    padding: 10px 34px 10px 14px;
    background-image: linear-gradient(45deg, transparent 50%, var(--unnamed-color-203981) 50%), linear-gradient(135deg, var(--unnamed-color-203981) 50%, transparent 50%);
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) 14px, calc(100% - 11px) 14px;
    background-size: 5px 5px, 5px 5px;
}

.bfp-mobile-filter-toggle {
    display: none;
    width: 100%;
    min-height: 42px;
    border: 1px solid var(--bfp-border-dark);
    background: var(--bfp-white);
    color: var(--unnamed-color-203981);
    font-size: 13px;
}

.bfp-results-count {
    margin: 14px 0 0;
    color: var(--unnamed-color-6f6f6f);
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bfp-grid-wrap {
    width: 100%;
    background: transparent;
    margin-bottom: 100px;
}

.bfp-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 42px 24px;
}

.bfp-card {
    background: var(--bfp-white);
    display: flex;
    flex-direction: column;
}

.bfp-card__image {
    display: block;
    aspect-ratio: 1 / 0.81;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(203, 217, 233, 0.75), rgba(203, 217, 233, 0.35));
}

.bfp-card__image img,
.bfp-editorial__media img,
.bfp-single-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bfp-card__placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(203, 217, 233, 0.9), rgba(203, 217, 233, 0.45));
}

.bfp-card__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 22px 22px 24px;
}

.bfp-card__topline {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 40px;
}

.bfp-card__badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 34px;
    padding: 6px 16px 6px 16px;
    background: var(--unnamed-color-1ebbf8);
    color: var(--bfp-white);
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.bfp-card__badge-icon {
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    filter: brightness(0) invert(1);
}

.bfp-card__price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: var(--unnamed-color-203981);
}

.bfp-card__price small {
    color: #203981;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 6px;
    font-weight: 400;
}

.bfp-card__price strong {
    font-size: 30px;
    line-height: 0.92;
    font-weight: 500;
}

.bfp-card__title {
    margin: 0;
}

.bfp-card__title,
.bfp-card__title a {
    color: var(--unnamed-color-203981);
    font-family: var(--unnamed-font-family-noe-display);
    font-size: 24px;
    line-height: 1.02;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.bfp-card__features {
    display: grid;
    gap: 4px;
    margin: 16px 0 20px;
    padding: 0 0 0 12px;
    list-style: none;
}

.bfp-card__features li {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    margin: 0;
    color: var(--unnamed-color-203981);
    font-size: 12px;
    line-height: 1.35;
}

.bfp-card__features li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 13px;
    height: 19px;
    border-radius: 50%;
    background: #bfeeff;
    color: var(--unnamed-color-203981);
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    flex: 0 0 19px;
}

.bfp-card__button,
.bfp-primary-button,
.bfp-outline-button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin-top: 18px;
    padding: 10px 30px;
    border: 1px solid var(--unnamed-color-203981);
    background: var(--unnamed-color-203981);
    color: var(--bfp-white);
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

.bfp-card__info {
    align-self: flex-end;
    margin-top: auto;
    color: var(--unnamed-color-203981);
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 500;
}

.bfp-card__info:hover,
.bfp-card__info:focus {
    color: var(--unnamed-color-203981);
    background: transparent !important;
    box-shadow: none !important;
}

.bfp-card__button {
    align-self: center;
    min-width: 114px;
    margin-top: 35px;
    border-radius: 5px;
}

.bfp-card__button:hover,
.bfp-primary-button:hover {
    border-color: #152d67;
    background: #152d67;
    color: white;
}

.bfp-outline-button {
    background: transparent;
    color: var(--unnamed-color-203981);
}

.bfp-grid__loading {
    padding: 24px 0;
    text-align: center;
}

.bfp-grid__loading span {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 2px solid var(--bfp-border);
    border-top-color: var(--unnamed-color-203981);
    border-radius: 50%;
    animation: bfp-spin 0.9s linear infinite;
}

.bfp-grid__footer {
    padding-top: 10px;
    text-align: center;
}

.bfp-no-results {
    grid-column: 1 / -1;
    padding: 34px 0;
    text-align: center;
    color: var(--unnamed-color-6f6f6f);
}

.bfp-archive-faq {
    padding: 50px 0 56px;
    background: var(--bfp-white);
}

.bfp-archive-faq h2 {
    margin: 0 0 28px;
    color: var(--unnamed-color-203981);
    font-family: var(--unnamed-font-family-noe-display);
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
}

.bfp-archive-faq__items {
    display: grid;
    gap: 22px;
}

.bfp-archive-faq__item {
    border: 1px solid var(--unnamed-color-203981);
    background: var(--bfp-white);
}

.bfp-archive-faq__item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 44px;
    padding: 13px 20px;
    background: var(--unnamed-color-203981);
    color: var(--bfp-white);
    cursor: pointer;
    list-style: none;
    font-size: 13px;
    line-height: 1.3;
}

.bfp-archive-faq__item summary::-webkit-details-marker {
    display: none;
}

.bfp-archive-faq__icon::before {
    content: "+";
    color: var(--bfp-white);
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
}

.bfp-archive-faq__item[open] .bfp-archive-faq__icon::before {
    content: "-";
}

.bfp-archive-faq__answer {
    padding: 18px 20px 24px;
    color: var(--unnamed-color-6f6f6f);
    font-size: 13px;
    line-height: 1.7;
}

.bfp-archive-faq__answer p {
    margin: 0;
}

.bfp-single-faq {
    margin-top: 44px;
}

@keyframes bfp-spin {
    to {
        transform: rotate(360deg);
    }
}

.bfp-archive-sections {
    width: 100%;
    padding: 48px max(20px, calc((100% - 1200px) / 2)) 0;
    background: var(--bfp-white);
}

.bfp-editorial {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 100px;
    padding: 0 0 100px;
}

.bfp-editorial--right {
    flex-direction: row !important;
}

.bfp-editorial--left {
    flex-direction: row !important;
}

.bfp-editorial--left .bfp-editorial__content {
    order: 2;
}

.bfp-editorial--left .bfp-editorial__media {
    order: 1;
}

.bfp-editorial__content {
    order: 1;
    flex: 1 1 auto;
    min-width: 0;
    max-width: none;
    background: var(--bfp-white);
    padding: 32px;
}

.bfp-editorial__media {
    order: 2;
    flex: 0 0 420px;
    width: 420px;
    max-width: 420px;
    overflow: hidden;
}

.bfp-editorial__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 280px;
}

.bfp-editorial h2 {
    margin: 0 0 16px;
    color: var(--unnamed-color-203981);
    font-family: var(--unnamed-font-family-noe-display);
    font-size: 34px;
    line-height: 1.02;
    font-weight: 700;
}

.bfp-editorial__text p {
    margin: 0 0 12px;
}

.bfp-editorial__text p:last-child {
    margin-bottom: 0;
}

.bfp-editorial__text,
.bfp-single-text,
.bfp-archive-closing__text {
    color: var(--unnamed-color-6f6f6f);
    font-size: 14px !important;
    line-height: 1.85;
}

.bfp-editorial__bullets,
.bfp-check-list {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.bfp-editorial__bullets li,
.bfp-check-list li {
    position: relative;
    margin-bottom: 11px;
    padding-left: 18px;
    color: var(--unnamed-color-6f6f6f);
    font-size: 16px;
    line-height: 1.75;
}

.bfp-editorial__bullets li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--unnamed-color-1ebbf8);
}

.bfp-check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--unnamed-color-1ebbf8);
    font-size: 12px;
    font-weight: 700;
}

.bfp-editorial__media,
.bfp-single-media {
    background: #eef4fb;
}

.bfp-archive-closing {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 64px max(28px, calc((100vw - var(--bfp-container)) / 2 + 40px));
    background: white !important;
    text-align: center;
}

.bfp-archive-closing h2 {
    margin: 0 0 18px;
    color: var(--unnamed-color-203981);
    font-family: var(--unnamed-font-family-noe-display);
    font-size: 33px;
    line-height: 1;
    font-weight: 700;
}

.bfp-archive-closing__text {
    max-width: 760px;
    margin: 0 auto;
}

.bfp-single-hero .bfp-page__container {
    min-height: 252px;
}

.bfp-single-hero__inner {
    min-height: 214px;
    justify-content: center;
    padding: 26px 0 30px;
}

.bfp-single-layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 15px;
    align-items: start;
    padding: 34px 0 0;
}

.bfp-single-content {
    min-width: 0;
    max-width: 760px;
}

.bfp-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 28px;
    color: var(--unnamed-color-203981);
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 500;
}

.bfp-single-section {
    margin-bottom: 34px;
}

.bfp-single-section h2 {
    margin: 0 0 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--unnamed-color-cbd9e9);
    color: var(--unnamed-color-203981);
    font-family: var(--unnamed-font-family-noe-display);
    font-size: 26px !important;
    line-height: 0.98;
    font-weight: 700;
    text-transform: uppercase;
}

.bfp-single-section--includes h2 {
    font-size: 22px;
}

.bfp-single-section--editorial + .bfp-single-section--editorial {
    margin-top: 10px;
}

.bfp-single-text {
    max-width: 660px;
}

.bfp-single-text p {
    margin: 0 0 13px;
}

.bfp-single-text p:last-child {
    margin-bottom: 0;
}

.bfp-single-text strong {
    color: var(--unnamed-color-203981);
    font-weight: 600;
}

.bfp-single-media {
    max-width: 80%;
    margin: 22px 0 28px;
    box-shadow: var(--bfp-shadow-soft);
}

.bfp-single-media--intro {
    margin: 22px 0 0;
}

.bfp-single-sidebar {
    align-self: start;
    padding-top: 22px;
    position: relative;
}

/* Contenedor principal (padre del aside y del texto) */
.bfp-single-content-wrapper {
    display: flex;
    gap: 2rem;
    align-items: flex-start; /* también puedes ponerlo aquí en el padre */
}

.bfp-single-sidebar {
    position: sticky;
    top: 30vh; /* 30% del alto del viewport */
    align-self: flex-start;
}

.bfp-booking-card {
    position: sticky;
    top: 96px;
    padding: 28px 28px 28px;
    background: var(--bfp-white);
    border: 1px solid #ecf1f7;
    box-shadow: 0 12px 34px rgba(32, 57, 129, 0.1);
    text-align: center;
    z-index: 5;
}

.bfp-booking-card h2,
.bfp-booking-card h3 {
    margin: 0;
    color: var(--unnamed-color-203981);
    font-family: var(--unnamed-font-family-poppins);
    font-size: 22px;
    line-height: 1.08;
    font-weight: 700;
    text-transform: uppercase;
}

.bfp-booking-card__meta {
    display: inline-block;
    margin-top: 8px;
    padding: 3px 8px;
    background: #f0f4fa;
    color: var(--unnamed-color-203981);
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bfp-booking-card__price {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0 16px;
    color: var(--unnamed-color-203981);
}

.bfp-booking-card__price small,
.bfp-booking-card__price span {
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.bfp-booking-card__price strong {
    margin: 8px 0 6px;
    font-size: 41px;
    line-height: 0.92;
    font-weight: 500;
}

.bfp-booking-card__field {
    padding-top: 10px;
    border-top: 1px solid var(--unnamed-color-cbd9e9);
}

.bfp-booking-card label {
    display: block;
    margin-bottom: 9px;
    color: var(--unnamed-color-203981);
    font-size: 8px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: left;
    font-weight: 600;
}

.bfp-booking-card__form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
}

.bfp-booking-card input[type="date"] {
    width: 100%;
    min-height: 34px;
    padding: 7px 8px;
    border-width: 1px;
    border-color: var(--unnamed-color-cbd9e9);
    color: var(--unnamed-color-6f6f6f);
    font-size: 10px;
    font-weight: 400;
}

.bfp-primary-button {
    margin-top: 0;
    min-width: 86px;
    white-space: nowrap;
}

.bfp-primary-button[disabled] {
    opacity: 0.45;
    cursor: not-allowed;
}

.bfp-related-section {
    margin-top: 64px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 56px 0 66px;
    background: var(--unnamed-color-f5f5f5);
}

.bfp-related-section h2 {
    margin: 0 0 34px;
    color: var(--unnamed-color-203981);
    font-family: var(--unnamed-font-family-noe-display);
    font-size: 31px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
}

.bfp-grid--related {
    gap: 36px 28px;
}

.bfp-mobile-filters[hidden] {
    display: none;
}

.bfp-mobile-filters {
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.bfp-mobile-filters__overlay {
    position: absolute;
    inset: 0;
    background: rgba(18, 32, 73, 0.35);
}

.bfp-mobile-filters__panel {
    position: absolute;
    top: 0;
    right: 0;
    width: min(92vw, 360px);
    height: 100%;
    background: var(--bfp-white);
    display: flex;
    flex-direction: column;
}

.bfp-mobile-filters__header,
.bfp-mobile-filters__footer {
    padding: 18px 20px;
}

.bfp-mobile-filters__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--bfp-border);
}

.bfp-mobile-filters__header h3,
.bfp-mobile-taxonomy h4 {
    margin: 0;
    color: var(--unnamed-color-203981);
}

.bfp-mobile-filters__header button,
.bfp-mobile-filters__footer button {
    min-height: 34px;
    padding: 8px 12px;
    border: 1px solid var(--unnamed-color-203981);
    background: transparent;
    color: var(--unnamed-color-203981);
}

.bfp-mobile-filters__body {
    overflow-y: auto;
    padding: 20px;
}

.bfp-mobile-filters__sort,
.bfp-mobile-taxonomy {
    margin-bottom: 18px;
}

.bfp-mobile-taxonomy h4 {
    margin-bottom: 10px;
    font-size: 13px;
}

.bfp-mobile-filters__footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: auto;
    border-top: 1px solid var(--bfp-border);
}

@media (max-width: 1100px) {
    .bfp-grid-wrap {
        padding: 26px 22px 40px;
    }
}

@media (max-width: 1024px) {
    .bfp-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bfp-single-layout {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .bfp-booking-card {
        position: static;
    }
}

@media (max-width: 640px) {
    .bfp-editorial,
    .bfp-editorial--left {
        display: grid !important;
        gap: 30px;
    }

    .bfp-editorial--left .bfp-editorial__content,
    .bfp-editorial--left .bfp-editorial__media {
        order: initial;
    }

    .bfp-editorial__content {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .bfp-page--single {
        background: var(--bfp-white);
    }

    .bfp-page__container {
        width: min(calc(100% - 28px), var(--bfp-container));
    }

    .bfp-page--single > .bfp-page__container {
        width: 100%;
        margin: 0;
    }

    .bfp-archive-hero__inner,
    .bfp-single-hero__inner {
        min-height: 180px;
        padding: 18px 0 28px;
    }

    .bfp-single-hero {
        padding: 0 !important;
        min-height: 246px;
        background-position: center top;
    }

    .bfp-single-hero::before {
        background: linear-gradient(180deg, rgba(7, 22, 54, 0.28), rgba(7, 22, 54, 0.34));
    }

    .bfp-single-hero .bfp-page__container {
        width: 100%;
        min-height: 246px;
        margin: 0;
    }

    .bfp-single-hero .bfp-breadcrumb {
        display: none;
    }

    .bfp-single-hero__inner {
        min-height: 246px;
        padding: 96px 30px 44px;
        justify-content: center;
    }

    .bfp-single-hero__inner h1 {
        max-width: 280px;
        font-size: 22px;
        line-height: 1.42;
        letter-spacing: 0.16em;
    }

    .bfp-archive-intro {
        grid-template-columns: 1fr;
        max-width: none;
        margin: -14px 0 34px;
        padding: 18px;
    }

    .bfp-filters {
        display: none;
    }

    .bfp-mobile-filter-toggle {
        display: block;
    }

    .bfp-grid-wrap {
        padding: 22px 18px 32px;
    }

    .bfp-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .bfp-card__title,
    .bfp-card__title a {
        font-size: 20px;
    }

    .bfp-card__price strong {
        font-size: 27px;
    }

    .bfp-archive-closing {
        padding: 40px 20px;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }

    .bfp-single-section h2,
    .bfp-editorial h2,
    .bfp-related-section h2,
    .bfp-archive-closing h2 {
        font-size: 26px;
    }

    .bfp-single-layout {
        display: block;
        padding: 0;
    }

    .bfp-single-content {
        width: 100%;
        max-width: none;
    }

    .bfp-back-link {
        display: none;
    }

    .bfp-single-section {
        margin: 0;
        padding: 28px 24px 12px;
        background: var(--bfp-white);
    }

    .bfp-single-section + .bfp-single-section {
        padding-top: 18px;
    }

    .bfp-single-section h2 {
        display: flex;
        align-items: center;
        gap: 13px;
        margin: 0 0 24px;
        padding: 0;
        border: 0;
        color: var(--unnamed-color-203981);
        font-size: 14px !important;
        line-height: 1;
    }

    .bfp-single-section h2::after {
        content: "";
        display: block;
        height: 1px;
        flex: 1 1 auto;
        background: var(--unnamed-color-203981);
        opacity: 0.75;
    }

    .bfp-check-list {
        margin: 0;
        padding-left: 8px;
    }

    .bfp-check-list li {
        margin-bottom: 10px;
        padding-left: 26px;
        font-size: 12px;
        line-height: 1.45;
    }

    .bfp-check-list li::before {
        top: -1px;
        color: var(--unnamed-color-1ebbf8);
        font-size: 15px;
        font-weight: 400;
    }

    .bfp-single-media {
        max-width: none;
    }

    .bfp-single-section--includes .bfp-single-media {
        display: none;
    }

    body.single-bfp_promocion {
        padding-bottom: calc(88px + env(safe-area-inset-bottom));
    }

    .bfp-single-sidebar {
        position: static;
        padding-top: 0;
    }

    .bfp-booking-card {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        z-index: 9998;
        display: grid;
        grid-template-columns: minmax(84px, auto) minmax(0, 1fr);
        gap: 10px;
        align-items: center;
        padding: 12px max(18px, env(safe-area-inset-left)) calc(12px + env(safe-area-inset-bottom)) max(18px, env(safe-area-inset-right));
        border-width: 1px 0 0;
        box-shadow: 0 -10px 24px rgba(32, 57, 129, 0.16);
        text-align: left;
    }

    .bfp-booking-card h2,
    .bfp-booking-card h3,
    .bfp-booking-card__meta,
    .bfp-booking-card__field,
    .bfp-booking-card label {
        display: none;
    }

    .bfp-booking-card__price {
        display: block;
        padding: 0;
        color: var(--unnamed-color-203981);
    }

    .bfp-booking-card__price small,
    .bfp-booking-card__price span {
        display: inline;
        font-size: 9px;
        line-height: 1;
        letter-spacing: 0;
    }

    .bfp-booking-card__price strong {
        display: inline;
        margin: 0 1px;
        font-size: 20px;
        line-height: 1;
    }

    .bfp-booking-card__price span {
        margin-left: 2px;
    }

    .bfp-booking-card__form {
        grid-template-columns: minmax(0, 1fr) minmax(98px, auto);
        gap: 10px;
    }

    .bfp-booking-card input[type="date"] {
        min-height: 38px;
        padding: 8px 9px;
        font-size: 13px;
    }

    .bfp-booking-card .bfp-primary-button {
        min-width: 98px;
        min-height: 38px;
        padding: 10px 12px;
        font-size: 10px;
    }

    .bfp-archive-intro__quote {
        font-size: 18px;
    }

    .bfp-editorial__media img {
        width: 80%;
    }
}

@media (min-width: 1025px) {
    body.post-type-archive-bfp_promocion .site-main,
    body.single-bfp_promocion .site-main,
    body.post-type-archive-bfp_promocion .content-area,
    body.single-bfp_promocion .content-area {
        width: 100% !important;
        max-width: 100% !important;
    }
}
