main{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 4rem;
}

main h1{
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 32px;
    text-align: center;
    margin-top: 60px;
}

.info{
    display: flex;
    justify-content: center;
    width: 80%;
    margin-top: 30px;
}

.info_tamanho{
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.frequencia_pagamento{
    width: 55%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.titulo_lable{
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 17.72px;
    margin-right: 7px;
}

.texto_label{
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 17.72px;
}

input[type=number]{
    width: 35px;
    padding: 8px 9px;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 17.72px;
    
}

/*Chrome, Safari, Edge e Opera*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

input[type=radio] {
    transform: scale(1.4);
    margin: 0 7px;
}

label span{
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14.77px;
    color: #000;
    margin-right: 7px;
}

.frequencia_pagamento span.economia{
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 13.95px;
    color: #336DD9;
}

.tabela_precos{
    border: 1px solid #939393;
    border-radius: 10px;
    margin-top: 35px;
    margin-bottom: 20px;
}

.tabela{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.recomendado{
    background-color: #000;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 14px;
    padding: 16px 8px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.celula_tabela{
    width: 18.7vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #939393;
}

.celula_tabela h3{
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 17.72px;
    color: #000000;
    margin: 30px 0 20px 0;
}

.celula_tabela p{
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 15px;
    color: #000000;
    padding: 0 30px;
    text-align: center;
}

.celula_tabela h2{
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 32px;
    color: #000000;
    margin: 20px 0;
}

.celula_tabela a{
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid #000;
    color: #000;
    background-color: #fff;
    padding: 3px 10px;
    border-radius: 35px;
    margin-bottom: 25px;
}

a.active{
    border: 1px solid #194CAA;
    color: #fff;
    background-color: #194CAA;
}

.celula_tabela_inferior{
    border-top: 1px solid #000;
}

.descricao_plano{
    border-top: 1px solid #939393;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.descricao_plano h3{
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 15px;
    color: #000;
    margin: 20px 0;
}

.descricao_plano ul{
    display: flex;
    flex-direction: column;
}

.item-topico span{
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 12px;
    color: #000;
}

.conteudo-detalhado{
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 12px;
    color: #000;
    display: none;
    padding-left: 20px;
    margin: 7px 0;
    color: #000;
}

.topicos_descricao .bx-chevron-right.expanded {
    transform: rotate(90deg);
    transition: transform 0.2s ease;
}

.topicos_descricao .item-topico {
    cursor: pointer;
    margin: 5px 0;
}

.tabela_comparativos{
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 45px 0 80px 0;
}

table{
    border-collapse: collapse;
}

.ultima_coluna{
    border-right: none;
}

th{
    width: 15vw;
    border: 1px solid #939393;
    border-top: none;
}

td{
    border-right: 1px solid #939393;
    padding: 10px 15px;
}

td li{
    list-style: none;
}