Sub Total:
{{ new Intl.NumberFormat('pt-BR', { style: 'currency', currency: 'BRL' }).format(plano.valor + (plano.valor_dependentes * dependentes.length) ) }}
Descontos:
{{ new Intl.NumberFormat('pt-BR', { style: 'currency', currency: 'BRL' }).format(valortotalDescontos()) }}
Valor Total:
{{ new Intl.NumberFormat('pt-BR', { style: 'currency', currency: 'BRL' }).format(valorTotalCalculo()) }}