.table-planos {
    display: flex;
    background: rgb(255 243 225);
    border-radius: 15px;
    margin: 50px 0;
    overflow: hidden;
    border: solid 1px #e5e5e5;
    overflow-x: auto;
}

.table-planos .planos-items {
    width: 81%;
    display: flex;
}

.plano-assinatura {
    display: flex;
    flex-direction: column;
    width: calc(100% / 5);
    flex-wrap: nowrap;
    align-items: center;
    min-width: 149px;
}

.plano-assinatura.planos-features-label {
    width: 19%;
}

.plano-assinatura .peridiocidade {
    height: 50px;
    width: 100%;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
}

.plano-assinatura .header-name {
    height: 70px;
    font-weight: 800;
    text-transform: uppercase;
    color: #343434;
    font-size: 17px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    text-align: center;
}

.plano-assinatura .content-features {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.plano-assinatura .content-features .line-feature {
    display: flex;
    min-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    justify-content: center;
    background: #fff;
    align-items: center;
    font-weight: 500;
    flex-direction: column;
    align-content: center;
    font-size: 13px;
}


.icon-status.icon-active {
    color: #4caf50;
}

.line-feature-v2 .icon-status {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.line-feature-v2 .icon-status i,.line-feature-v2 .icon-status svg {
    font-size: 95px;
    width: 20px;
    height: 20px;
}

.icon-status.icon-no-active {
    color: #f44336;
}

.line-feature.line-even {
    background: #f3f3f3 !important;
}

.plano-assinatura .content-features .line-feature .fa {
    font-size: 23px;
    color: #99999975;
}

.plano-assinatura .content-features .line-feature .fa-check-circle {
    color: #8bc34a;
}

.plano-assinatura .content-features .line-feature .fa-times-circle {
}

.plano-assinatura.planos-features-label .line-feature {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 0 0 5px;
}

.plano-assinatura .content-features .line-name {
    text-align: right;
}

.line-name .desc {
    font-size: 12px;
    color: #727272;
    font-weight: 400;
    line-height: 12px !important;
    display: flex;
    justify-content: flex-end;
}

.line-name b {
    color: #ef0000;
}

.plano-assinatura .cta-row {
    height: 170px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ffdda9;
}

.price {
    display: flex;
}

.valor-normal-v2 .price {
    display: flex;
    align-items: baseline;
    font-size: 8px;
    color: #673ab7;
    margin-left: auto;
}

span.label-month {
    font-size: 1.8em;
}

.valor-normal-v2 .price .cifrao {
    font-size: 1.8em;
}

.valor-normal-v2 .price .sep {
    display: none;
}

.valor-normal-v2 .price .cents {
    display: none;
}

.price .real span {
    font-size: 10px;
    display: flex;
    align-items: flex-end;
}

.price .real {
    font-weight: 700;
    font-size: 4em;
}

.price .sep {
    font-size: 1em;
}

.cifrao {
    font-size: 12px;
}

.table-planos .price {
    font-size: 7px;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #ff8100;
    height: 150px;
    background: #fff3e1;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.price .valor-oferta ,.price .valor-normal {
    display: flex;
    align-items: baseline;
    justify-content: center;
    position: relative;
    color: #ff8100;
}

.price b.valor-oferta {
    color: #007bff;
}

.price b.valor-normal::before {
    content: ' ';
    background: #0000007d;
    height: 3px;
    width: 87px;
    position: absolute;
    top: 50%;
    transform: rotate(8deg);
    border-radius: 3px;
}

p.obs-pag {
    font-size: 11px;
    background: #fff;
    border-radius: 15px;
    text-align: center;
    margin: 0 auto;
    padding: 0 10px;
    color: #007bff;
}

b.valor-free {
    text-align: center;
    font-size: 22px;
    color: #007bff;
}

a.btn.btn-action {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    width: 80%;
    border-radius: 20px;
    font-size: 15px;
    padding: 5px;
}

a.btn.btn-action.btn-cta.btn-cta-2l {
    white-space: break-spaces;
}

a.btn.btn-no-action {
    color: #000;
    background-color: #e9e9e9;
    border-color: #d5d5d5;
    width: 80%;
    border-radius: 20px;
    font-size: 21px;
    padding: 5px;
}

b.valor-promocional {
    font-size: 15px;
    color: #ff8100;
}

.plano-assinatura-v2 {
    background: #000;
    background: #f8f8f8;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    width: calc(50% - 10px);
}

.plano-assinatura-v2.rec-box {
    box-shadow: #673ab7 0px 0px 5px;
}

.table-planos-v2 {
    margin: 30px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.content-features-v2 {
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    background: #fff;
    margin: 15px 0;
    padding: 10px;
    border-radius: 10px;
}

.line-feature-v2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 37px;
    position: relative;
    gap: 15px;
    justify-content: space-between;
    white-space: nowrap;
    padding: 0 5px;
}

.line-feature-v2.line-even {
    background: #f5f5f5;
}

.price-v2 {
    display: flex;
    align-items: baseline;
    gap: 5px;
    flex-direction: row;
    flex-wrap: wrap;
    white-space: nowrap;
    margin-bottom: 25px;
    justify-content: center;
    background: #fff;
    border-radius: 15px;
}

.price-v2 .sep {
    display: none;
}

.price-v2 .cents {
    display: none;
}

.line-name-v2 {
    display: flex;
    gap: 5px;
    width: 100%;
    justify-content: space-between;
    align-items: baseline;
}

span.feat-name-v2 {
    display: flex;
    min-width: 60%;
    margin-right: auto;
}

.desc-v2-pop {
    display: flex;
    width: 20px;
    height: 30px;
    font-size: 17px;
    line-height: 30px;
    align-items: center;
    justify-content: center;
    color: #b4b4b4;
}

.desc-v2-pop i {
    font-size: 12px;
}

span.badge-recommended {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    background: #ffffff;
    padding: 5px;
    border-radius: 15px;
    justify-content: center;
    color: #000000;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 10px;
    border: 1px dashed #673ab7;
}

span.badge-recommended svg {
    width: 50px;
    height: 50px;
    color: #673ab7;
}

span.badge-recommended i {
    font-size: 50px;
    color: #ffc107;
    margin-bottom: 5px;
}

.peridiocidade-v2 {
    width: fit-content;
    padding: 10px;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 5px;
}

.peridiocidade-v2 b {
    font-weight: 300;
}

dic.parcelamento {
    display: flex;
    align-items: baseline;
}

.header-name-v2 {
    font-size: 16px;
    display: flex;
    gap: 5px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.header-name-v2.rec-box {
}

.text-plano {
    margin-right: auto;
}

.header-name-v2 strong {
    width: 100%;
    display: block;
    font-size: 24px;
}

.header-planos {
    text-align: center;
}

p.header-planos-text {
    font-size: 15px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
}

.valor-normal-v2 {
    display: flex;
    flex-direction: row;
    font-size: 40px;
    align-items: baseline;
}

.valor-normal-v2 .de-v2 {
    margin-right: 15px;
    font-size: 16px;
    font-weight: 100;
}

.valor-oferta-v2 .por-v2 {
    margin-right: 5px;
    margin-right: 15px;
    font-size: 16px;
    font-weight: 100;
}

.price-top {
    width: 33%;
    display: flex;
    flex-direction: column;
    background: #fff;
    align-items: center;
    border: solid 1px #673ab7;
    border-radius: 7px;
    padding: 5px;
    width: 130px;
    border-radius: 10px;
    position: relative;
    margin-top: 0px;
    margin-bottom: 5px;
}

.valor-oferta-v2 {
    display: flex;
    flex-direction: row;
    margin-left: 15px;
    font-size: 23px;
    align-items: baseline;
    font-weight: 600;
}



.text-plano p {
    margin: 0;
    margin-bottom: 5px;
    font-size: 15px;
}

span.desconto-v2 {
    background: #673ab7;
    padding: 5px;
    font-size: 12px;
    border-radius: 5px;
    color: #fff;
    border-radius: 10px;
    width: 100%;
    text-align: center;
}

span.desconto-v2.desconto-disable {
    background: #e8f0f3;
    color: #000;
}

.cta-row-v2 {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

.cta-row-v2 .btn {
    max-width: calc(50% - 8px);
}

.text-plano h1 {
    font-size: 20px;
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin: 0;
    padding: 0;
}

.preco-cut {
    display: flex;
    align-items: baseline;
    position: relative;
    font-weight: 700;
    font-size: 29px;
}

span.cut-text {
    height: 2px;
    width: 100%;
    position: absolute;
    background: #ff9800;
    top: 59%;
}

span.calculo-obs {
    position: absolute;
    white-space: nowrap;
    font-size: 15px;
    bottom: -15px;
    font-size: 10px;
}

a.recursos-padrao {
    height: 40px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.desconto-de .price {
    font-size: 6px;
    display: flex;
    align-items: baseline;
    position: relative;
    font-weight: 400;
    color: #808080;
}

.desconto-de .price .real {
    font-weight: 400;
    font-weight: 300;
    font-size: 4em;
}

.desconto-de .price .cifrao {
    font-size: 13px;
}

.desconto-de .price .cents {
    display: none;
}

.desconto-de .price .sep {
    display: none;
}

.total-desconto .price {
    display: flex;
    position: relative;
    font-weight: 400;
    font-size: 6px;
    position: relative;
    align-items: baseline;
}


.total-desconto .price .real {
    font-weight: 300;
    font-size: 4em;
}

.total-desconto .price .cents {
    display: none;
}

.total-desconto .price .sep {
    display: none;
}

.total-desconto {
    margin-left: auto;
    color: #808080;
    margin-right: 11px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.editar {
    order: -1;
}

a.recursos-padrao {
    color: #000;
}

a.recursos-padrao i.fa-chevron-down {
    -webkit-transition: -webkit-transform .8s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
    transform: rotate(180deg);
}

a.recursos-padrao.collapsed i.fa-chevron-down {
    transform: rotate(0deg);
}

b.valor-promocional-v2 {
    margin-left: 15px;
    display: flex;
    margin-right: -15px;
    color: #ff5722;
    font-size: 20px;
}

a.recursos-padrao.collapsed {
    color: #0d6efd;
}

span.desc-de {
    margin-top: -12px;
}

.priceSpacing .real {
    letter-spacing: -3px;
}