.bupa-plans-cards{display:block;font-family:Montserrat,sans-serif;width:100%}.bupa-plans-cards *{box-sizing:border-box}.bupa-plans-cards__grid{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;width:100%}.bupa-plan-card{background-color:#f1efeb;border-radius:10px;box-shadow:0 2px 12px rgba(0,51,91,.12);display:flex;flex:1 1 calc(33.333% - 24px);flex-direction:column;max-width:400px;min-width:260px;overflow:hidden}.bupa-plan-card__description p{color:#0279c8;font-family:Montserrat,sans-serif;font-size:18px;font-weight:700}.bupa-plan-card__header{align-items:center;background-color:#00345c;display:flex;min-height:80px;padding:20px 24px}.bupa-plan-card__header h3{color:#fff!important;font-size:25px!important;font-weight:700!important;line-height:1.3!important;margin:0!important}.bupa-plan-card__description{border-bottom:1px solid #e8e8e8;color:#333;font-size:14px;padding:20px 24px 16px}.bupa-plan-card__description p{margin:0}.bupa-plan-card__features{border-bottom:1px solid #e8e8e8;flex-grow:1;font-size:14px;padding:16px 24px}.bupa-plan-card__feature{align-items:flex-start;display:flex;font-size:15px;line-height:1.4;padding:6px 0}.bupa-plan-card__feature:before{flex-shrink:0;margin:2px 8px 0 0}.bupa-plan-card__feature.included{color:#00335b}.bupa-plan-card__feature.included:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%2300335b' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 12.75 11.25 15 15 9.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0'/%3E%3C/svg%3E")}.bupa-plan-card__feature.not-included{color:#929ba2}.bupa-plan-card__feature.not-included:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%23929ba2' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m9.75 9.75 4.5 4.5m0-4.5-4.5 4.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0'/%3E%3C/svg%3E")}.bupa-plan-card__extra-text{color:#00335b;font-size:15px;margin-top:12px}.bupa-plan-card__price{background-color:#e5e2d8;color:var(--bupa-navy,#00335b);font-size:28px;font-weight:700;padding:16px 24px;text-align:left}.bupa-plan-card__price span.desde{color:var(--bupa-navy,#00335b);display:block;font-size:14px;font-weight:400}.bupa-plan-card__price span.persona-mes{color:#a2a2a2;display:block;font-size:14px;font-weight:400}.bupa-plan-card__cta{background-color:#fff;padding:20px 24px;text-align:center}.bupa-plan-card__cta .bupa-btn{background-color:var(--bupa-blue,#0279c8);border-radius:6px;color:#fff;display:inline-block;font-size:16px;font-weight:700;padding:12px 28px;text-decoration:none;transition:background-color .2s ease}.bupa-plan-card__cta .bupa-btn:hover{background-color:var(--bupa-navy,#00335b)}.bupa-plan-card__discount{background-color:#d02670;border-radius:10px 10px 0 0;color:#fff;font-size:20px;font-weight:700;padding:15px 25px 20px;position:relative;text-align:left;width:100%}.bupa-plan-card__discount~.bupa-plan-card__header{border-radius:10px 10px 0 0;margin-top:-10px;position:relative;z-index:10}@media (max-width:900px){.bupa-plan-card{flex:1 1 calc(50% - 24px)}}@media (max-width:600px){.bupa-plan-card{flex:1 1 100%;max-width:100%}.bupa-plan-card__header h3{font-size:19px!important}}