﻿/**
* @section estrutura tabela descrição de planos
*/
.tabela-planos{width:700px;margin:20px auto;text-align:center;}
.td-titulo-plano{width:129px;}
.td-titulo-plano p{margin:5px;}
.tabela-planos thead tr th{margin:0px 0px;}
.titulo-linha{width:200px;height:30px;text-align:left;}
.img-titulo{width:30px;padding:10px 0px 0px 10px;}
.text-titulo{width:105px;height:100%;padding-top:10px;}
.td-valor-plano{height:20px;}
/**
* @section estilo tabela descrição de planos
*/
.td-titulo-plano{color:#fff;}
.td-titulo-plano h3,
.td-titulo-plano h4{text-transform:uppercase;}
.td-titulo-plano p{font-size:0.8em;font-weight:normal;}
.titulo-linha{background:#eeece9;}
.text-titulo{font-size:small}
.tabela-planos tbody tr td{background:#eeece9;}
.td-valor-plano{color:#f2aa00;}
.valor-font-maior{font-size:24px;}
.text-titulo-desc{font-size:10px;}
.valor-diff{font-size:13px;color:#9b4a15;font-weight:bold;}
