#card-title {
    font-size: 14px;
    font-weight: 700;
}

#card {
    width: 100%;
    border-radius: 10px;
    box-shadow: rgb(29 31 33 / 31%) 0px 0px 10px;
}

#font-0 {
    font-size: 0;
}

.col-2_5 {
    width: 23%;
}

.text-transparent {
    color: transparent !important;
}

.mt-9 {
    margin-top: 9rem;
}

#title-h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
}

#title-h3 small {
    display: block;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    margin: 10px 0px 5px;
}

.plano .card {
    width: 100%;
    transition: box-shadow .3s;
}

.img-plan {
    margin: 0px auto 0px;
}

.plano .card:hover {
    box-shadow: rgb(29 31 33 / 31%) 0px 10px 30px !important;
}

.valor {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-direction: column;
    background: rgb(242, 246, 250);
    position: relative;
}

.valor p {
    color: rgb(35, 82, 116);
    font-weight: 700;
    font-size: 30px;
    line-height: calc(35px);
    text-align: center;
}

.valor p span {
    color: rgb(35, 82, 116);
    font-weight: 700;
    font-size: 30px;
    line-height: calc(35px);
    text-align: center;

}

.valor .preco {
    color: rgb(29, 31, 33);
    font-weight: 700;
    text-align: center;
}

.valor p .outhers {
    font-size: 18px;
}

.font-0 span {
    color: rgb(35, 82, 116);
    font-weight: 700;
    font-size: 40px;
    line-height: calc(35px);
    text-align: center;
}

.font-0 .outhers {
    font-size: 18px;
}

.pt-7 {
    padding-top: 7rem !important;
}

.mt-5_5 {
    margin-top: 3.5rem !important;
}

.informativo .list-group-item {
    color: rgb(35, 82, 116);
    /* font-size: 16px; */
    /* line-height: 16px; */
    font-weight: 700;
}

/* .informativo .list-group-item svg {
    width: 1em;
    height: 1em;
    font-size: 1.5rem;
    fill: rgb(120, 127, 135);
} */

svg {
    width: 1em;
    height: 1em;
    font-size: 1.5rem;
    fill: rgb(120, 127, 135);
}

.danger {
    fill: red;
}

.success {
    fill: rgb(37, 131, 37);
}

.div-footer {
    padding: 0px 10px 10px;
}

#btn-plano {
    cursor: pointer;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease 0s;
    border: 1px solid rgb(196, 222, 111);
    width: 100%;
    min-height: 40px;
    background: rgb(196, 222, 111);
    font-size: 16px;
    line-height: 16px;
    padding: 10px 5px;
    height: 40px;
}

.btn-free {
    border: 1px solid rgb(196, 222, 111);
    background: rgb(196, 222, 111);
}

.btn-assine {
    border: 1px solid rgb(35, 82, 116);
    background: rgb(35, 82, 116);
    color: rgb(255, 255, 255) !important;
    box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.5) !important;
    border-radius: 8px !important;
}

.bg-assine {
    background: rgb(35, 82, 116) !important;
}

#list-planos>div>div.mt-5>div>div>div>div>div.card-body.text-center.px-0>h4.mt-0>small {
    font-family: 'Teko';
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 29px;
}