
.postid-12417 .preventa-mini{
    margin-top:12px;
    text-align:center;
    font-size:14px;
    line-height:1.5;
    color:#444;
}

.postid-12417 .preventa-mini strong{
    color:#d85f00;
}
.postid-12417 .countdown-hero{

    margin: 30px 0 35px;
    padding: 28px;

    border-radius: 22px;

    background:
    linear-gradient(
        135deg,
        rgba(16,40,45,.95),
        rgba(10,24,27,.95)
    );

    color:#fff;

    position:relative;

    overflow:hidden;
}

.postid-12417 .countdown-hero::before{

    content:'';

    position:absolute;

    width:300px;
    height:300px;

    background:rgba(53,188,162,.08);

    border-radius:50%;

    top:-120px;
    right:-80px;
}

.postid-12417 .countdown-top{

    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    flex-wrap:wrap;

    position:relative;
    z-index:2;
}

.postid-12417 .countdown-heading{

    font-size:30px;
    font-weight:800;
    line-height:1.1;
}

.postid-12417 .countdown-sub{

    margin-top:8px;
    font-size:16px;
    color:rgba(255,255,255,.75);
}

.postid-12417 .countdown-price{

    color:#35bca2;
    font-weight:700;
}

.postid-12417 .countdown-boxes{

    display:flex;
    gap:14px;
    flex-wrap:wrap;
}

.postid-12417 .cd-box{

    min-width:90px;

    background:rgba(255,255,255,.06);

    border:1px solid rgba(255,255,255,.08);

    border-radius:16px;

    padding:14px;

    text-align:center;

    backdrop-filter: blur(6px);
}

.postid-12417 .cd-number{

    font-size:34px;
    font-weight:800;
    line-height:1;
}

.postid-12417 .cd-label{

    margin-top:6px;

    font-size:12px;

    letter-spacing:.08em;

    text-transform:uppercase;

    color:rgba(255,255,255,.7);
}

@media(max-width:768px){

    .postid-12417 .countdown-hero{

        padding:20px 18px;

        border-radius:22px;

        margin:20px 0 25px;
    }

    .postid-12417 .countdown-top{

        flex-direction:column;
        align-items:flex-start;
        gap:18px;
    }

    .postid-12417 .countdown-heading{

        font-size:20px;
    }

    .postid-12417 .countdown-sub{

        font-size:14px;
        line-height:1.4;
    }

    .postid-12417 .countdown-boxes{

        width:100%;

        display:flex;

        justify-content:space-between;

        gap:10px;
    }

    .postid-12417 .cd-box{

        flex:1;

        min-width:0;

        padding:12px 6px;

        border-radius:14px;
    }

    .postid-12417 .cd-number{

        font-size:30px;
    }

    .postid-12417 .cd-label{

        font-size:11px;

        margin-top:4px;
    }

}
.postid-12417 .woocommerce-tabs{
  padding-top: 5px !important;
}

/* BLOQUE GENERAL */

.postid-12417 .pricing-benefits{

    margin: 28px 0 35px;
}

/* TÍTULO */

.postid-12417 .pricing-title{

    font-size: 24px;
    font-weight: 700;

    margin-bottom: 22px;

    color: #1d1d1d;
}

/* GRID */

.postid-12417 .pricing-grid{

    display: grid;

    grid-template-columns: repeat(3,1fr);

    gap: 16px;
}

/* CARD */

.postid-12417 .price-card{

    background:
    linear-gradient(
        135deg,
        rgba(16,40,45,.98),
        rgba(10,24,27,.98)
    );

    border-radius: 18px;

    padding: 22px 18px;

    color: #fff;

    position: relative;

    overflow: hidden;

    border: 1px solid rgba(255,255,255,.06);
}

/* TÍTULO CARD */

.postid-12417 .price-card-title{

    font-size: 14px;

    line-height: 1.4;

    font-weight: 600;

    margin-bottom: 18px;

    color: rgba(255,255,255,.92);

    min-height: 42px;
}

/* PRECIO REGULAR */

.postid-12417 .regular-price{

    font-size: 15px;

    color: rgba(255,255,255,.55);

    margin-bottom: 10px;
}

/* PREVENTA */

.postid-12417 .preventa-price{

    font-size: 28px;

    font-weight: 800;

    color: #ff7a00;

    line-height: 1.1;
}

/* NOTA */

.postid-12417 .discount-note{

    margin-top: 18px;

    font-size: 14px;

    color: #666;

    line-height: 1.6;
}

.postid-12417 .discount-note a{

    color: #008069;

    font-weight: 600;

    text-decoration: none;
}

.postid-12417 .discount-note a:hover{

    text-decoration: underline;
}

/* MOBILE */

@media(max-width:768px){

    .postid-12417 .pricing-title{

        font-size: 22px;

        margin-bottom: 18px;
    }

    .postid-12417 .pricing-grid{

        grid-template-columns: 1fr;

        gap: 14px;
    }

    .postid-12417 .price-card{

        padding: 18px 16px;
    }

    .postid-12417 .price-card-title{

        min-height: auto;

        margin-bottom: 14px;
    }

    .postid-12417 .preventa-price{

        font-size: 24px;
    }

}

.postid-12002 .preventa-consulta,
.postid-12440 .preventa-consulta{

    font-size: 20px;

    font-weight: 700;

    line-height: 1.3;

    color: #ff7a00;
}

.postid-12002 .special-notices,
.postid-12440 .special-notices{

    margin-top: 18px;

    padding: 16px 18px;

    border-radius: 14px;

    background: rgba(16,40,45,.06);

    font-size: 14px;

    line-height: 1.6;

    color: #444;
}