.detalhe-plano-color {
    color: var(--anuncio-green-icon);
    font-weight: var(--font-weight-bold);
    font-size: 24px;
}

.detalhe-mes {
    color: #BEBEBE;
    font-size: 14px;
    font-weight: 500;
}

.plano-card {
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #fff;
    margin: 0 auto;
}

.plano-destaque {
    border-color: #129400;
    background: #F2FFED;
    box-shadow: 4px 6px 10px rgba(0, 0, 0, .25);
    border-radius: 0px 0px 10px 10px;
}

.margem-destaque {
    margin-top: 0;
}

.plano-ribbon {
    background: #129400;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin-top: -35px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font: 600 13px "Montserrat", sans-serif;
}

.btn-selecionar {
    background-color: transparent;
    border: 1px solid #139400;
    color: #139400;
    font-weight: bold;
    padding: 18px 24px;
    border-radius: 5px;
}

.btn-selecionar:hover {
    background-color: #139400;
    color: white;
}

.plano-destaque .btn-selecionar {
    color: white;
    background-color: #139400;
    border-color: #139400;
    padding: 18px 24px;
}

.plano-destaque .btn-selecionar:hover {
    color: #fff !important;
    background-color: #118000 !important;
    border-color: #118000 !important;
}

/* pagamento */
.pgto-heading {
    color: #129400;
    font-size: 20px;
    font-family: Montserrat;
    font-weight: 600;
    line-height: 27px;
    word-wrap: break-word
}

.pay-accordion {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.pay-item {
    border: 1px solid #129400;
    border-radius: 12px;
    background: #fff;
}

.pay-toggle {
    width: 100%;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    border: none;
    outline: 0;
}

.pay-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.pay-bullet {
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    color: #129400;
    font-size: 32px;
    line-height: 1;
    content: "\f111";
}

.pay-item.open .pay-bullet {
    background: transparent; 
    border-color: transparent;
}

.pay-item.open .pay-bullet::after {
    display: none;
}

.pay-title {
    color: #129400;
    font: 600 18px "Montserrat", sans-serif;
    display: flex;
    margin-bottom: 12px;
}

.pay-sub {
    color: #989898;
    font: 400 14px "Montserrat", sans-serif;
    display: block;
    margin-top: 2px;
}

.pay-chevron {
    color: #129400;
    transition: transform .15s ease;
    font-size: 30px;
    margin-right: 30px;
}

.pay-item.open .pay-chevron {
    transform: rotate(180deg);
}

.pay-content {
    display: none;
    padding: 0 20px 20px 20px;
}

.pay-item.open .pay-content {
    display: block;
}


.form-label-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.form-label-title-wrapper {
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.form-label-box .pl-1 {
    color: #1E2F4B;
    font-size: 15px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
}

.form-label-obrigatório {
    color: rgba(8, 37, 53, 0.78);
    font-size: 11px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
}

/* Card Resumo */
.checkout-card {
    width: 100%;
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    padding: 30px 25px 0 25px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
}

.plano-titulo {
    color: #1E2F4B;
    font-size: 24px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 5px;
}

.plano-descricao {
    color: #6E7A8D;
    font-size: 13px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 25px;
}

.plano-recursos {
    margin-top: 30px;
}

.recurso-item {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
    color: #1E2F4B;
    font-size: 13px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    line-height: 21px;
}

.recurso-check {
    color: #5ECE2F;
    font-size: 14px;
}

.resumo-compra-box {
    margin-top: 30px;
    width: 100%;
    height: 100px;
    background: #F2FFED;
    border-radius: 20px;
    padding: 17px 25px;
}

.resumo-titulo {
    color: #1E2F4B;
    font-size: 13px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 5px;
}

.resumo-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.resumo-plano-nome {
    color: #1E2F4B;
    font-size: 11px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}

.resumo-valor {
    color: #1E2F4B;
    font-size: 13px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
}

@media (max-width: 575.98px) {
    .margem-destaque {
        margin-top: 40px;
    }

    .pay-chevron {
        margin-right: auto;
    }

    .form-label-title-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
    .form-label-obrigatório {
        display: block;
        margin-top: 2px;
        line-height: 1.1;
    }

}