header.header.background-gradient {
    margin: unset;
}

.period-card {
    width: min(920px, 95vw);
    margin: 24px auto;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .18);
    display: flex;
    align-items: stretch;
    overflow: hidden;
}

.period-block {
    flex: 1;
    padding: 18px 22px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}

.period-title {
    color: #8c8c8c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    letter-spacing: .5px;
    line-height: 1.15;
    font-weight: 500;
    text-transform: uppercase;
}

.period-range {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 6px;
    /*color: #1b2aa8;*/
    /* azul fuerte */
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 6px;
}

.period-range .num {
    font-size: 70px;
    font-weight: 800;
    line-height: 1;
}

.period-range .al {
    font-size: 44px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 1px;
}

.period-month {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: uppercase;
    line-height: 1.05;
}

.divider {
    width: 2px;
    background: #5aa24a;
    /* verde divisor */
    margin: 14px 0;
    opacity: .95;
}

/* Responsive (en móvil lo ponemos en columna) */
@media (max-width: 640px) {
    .period-card {
        flex-direction: column;
    }

    .divider {
        width: auto;
        height: 2px;
        margin: 0 18px;
    }

    .period-range .num {
        font-size: 60px;
    }

    .period-range .al {
        font-size: 40px;
    }

    .period-month {
        font-size: 30px;
    }
}

.space {
    height: 30px;
}

.promo-legal {
    background: #fff;
    padding: 28px 18px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
}

.promo-wrap {
    width: min(980px, 96vw);
    margin: 0 auto;
    text-align: center;
}

.promo-head {
    margin: 0;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: .3px;
    color: #666;
    font-weight: 600;
}

.promo-head .b {
    font-weight: 900;
    color: #5f5f5f;
}

.promo-list {
    margin: 14px auto 22px;
    padding: 0;
    list-style: none;
    color: #777;
    font-size: 16px;
    line-height: 1.45;
    max-width: 820px;
}

.promo-list li {
    margin: 4px 0;
}

.promo-list li::before {
    content: "• ";
    margin-right: 2px;
}

.promo-subtitle {
    text-align: left;
    max-width: 920px;
    margin: 18px auto 10px;
    font-size: 22px;
    color: #6b6b6b;
    font-weight: 900;
    letter-spacing: .2px;
}

.promo-text {
    text-align: left;
    max-width: 920px;
    margin: 0 auto 18px;
    font-size: 12px;
    line-height: 1.45;
    color: #555;
    text-transform: uppercase;
}

.promo-claim {
    margin: 18px 0 18px;
    font-size: 18px;
    letter-spacing: .4px;
    color: #4b4b4b;
    font-weight: 600;
}

.b {
    font-weight: 900;
}

.promo-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    align-items: start;
    margin-top: 10px;
}

.feature {
    text-align: center;
    padding: 6px 6px 0;
    display: flex;
    flex-wrap: wrap;
}

.feature * {
    width: 100%;
}

.icon {
    width: 74px;
    height: 74px;
    margin: 0 auto 8px;
    display: grid;
    place-items: center;
}

.icon img {
    height: 75px;
}

.icon svg {
    width: 100%;
    height: 100%;
    fill: #2bb100;
    /* verde */
}

.feature h4 {
    margin: 8px 0 6px;
    font-size: 16px;
    letter-spacing: .3px;
    color: #111;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.05;
}

.feature p {
    margin: 0;
    font-size: 11px;
    line-height: 1.35;
    color: #666;
    text-transform: uppercase;
}

/* Responsive */
@media (max-width: 820px) {
    .promo-features {
        grid-template-columns: 1fr;
    }

    .promo-subtitle,
    .promo-text {
        text-align: center;
    }
}

.reserve-cta {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px 10px 6px;
}

.reserve-title {
    margin: 0 0 10px;
    font-size: 34px;
    font-weight: 900;
    letter-spacing: .6px;
    text-transform: uppercase;
}

.reserve-actions {
    display: flex;
    justify-content: center;
    gap: 36px;
    flex-wrap: wrap;
}

.btn-reserve {
    display: inline-flex;
    align-items: center;
    padding: 1% 2%;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: .6px;
    text-transform: uppercase;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .18);
    border: 1px solid rgba(0, 0, 0, .08);
    transform: translateY(0);
    transition: transform .12s ease, box-shadow .12s ease, filter .12s ease;
}

.btn-reserve:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 18px rgba(0, 0, 0, .20);
    filter: brightness(1.03);
}

.btn-wa:hover {
    color: rgb(0, 16, 165);
}
.btn-cc:hover {
    color: rgb(212, 212, 212);
}

.btn-reserve:active {
    transform: translateY(0);
    box-shadow: 0 6px 14px rgba(0, 0, 0, .18);
}

.btn-reserve .ico {
    width: 26px;
    height: 26px;
    fill: #fff;
}

.btn-wa {
    background: #24c400;
    /* verde WhatsApp */
    color: #082b10;
}

.btn-wa .ico {
    fill: #0b2f12;
}

.btn-cc {
    /* azul botón */
    color: #fff;
}

@media (max-width: 520px) {
    .reserve-title {
        font-size: 28px;
    }
}

.links_image {
    width: 40%;
    text-align: center;
    position: absolute;
    bottom: 2%;
    left: 1%;
    z-index: 1;
}

@media (max-width: 420px) {
    .btn-reserve {
        width: min(340px, 92vw);
        justify-content: center;
    }

    .reserve-actions {
        gap: 10px;
    }
}

@media (max-width: 994px) {
    .links_image {
        width: 100%;
        position: relative;
        margin-top: 20px;
    }

    .promo-wrap {
        width: 100%;
    }

    .space {
        height: 10px;
    }
}

.header {
    float: unset !important;
}

.period-month {
    display: flex;
    justify-content: center;
    /*gap: 0px 50px;*/
}