/* TABELA FINAL CONTEÚDO - AÇÃO */

table.tabelaconclusao {
  border: 1px solid #FFFFFF;
  width: 70% !important;              /*Importante manter o !important  */
    margin: auto;                           /* CENTRALIZA */
  text-align: center;
  border-collapse: collapse;
}
table.tabelaconclusao td, table.tabelaconclusao th {
  padding: 3px 2px;
}
table.tabelaconclusao tbody td {
  font-size: 17px;
  border: 1px solid #FFFFFF;
}


/* RESPONSIVA  = AUMENTA LARGURA TABELA PARA 85% */

@media (max-width: 768px) {

table.tabelaconclusao {
  border: 1px solid #FFFFFF;
  width: 85% !important;               /*Importante manter o !important  */
    margin: auto;                            /* CENTRALIZA */
  text-align: center;
  border-collapse: collapse;
}
table.tabelaconclusao td, table.tabelaconclusao th {
  padding: 3px 2px;
}
table.tabelaconclusao tbody td {
  font-size: 17px;
  border: 1px solid #FFFFFF;
  height: 250px;                                   /* AUMENTAR ESPAÇAMENTO PARA PRÓXIMA ITEM PÁGINA*/ 
vertical-align:super;                           /* ALINHA CONTEÚDO TABELA NO TOPO*/ 
}

}






/* TABELA COMPARATIVA AZUL*/


table.tabelacomparacaoazul {
  border: 1px solid #0069B4;
  background-color: #EEEEEE;
  margin: auto;                            /* CENTRALIZA */
  text-align: left;
  border-collapse: collapse;
}
table.tabelacomparacaoazul td, table.tabelacomparacaoazul th {
  padding: 3px 2px;
}
table.tabelacomparacaoazul td:nth-child(3n+9) {            /*  DÉCIMA COLUNA */
  background-color: #0069B4;
  color: #FFFFFF;
  text-align: center;
}

table.tabelacomparacaoazul td:first-child {            /*  PRIMEIRA COLUNA */
  background-color: #0069B4;
  color: #FFFFFF;
  text-align: center;
}
table.tabelacomparacaoazul tr:first-child td  {            /*  PRIMEIRA LINHA - TITULO */
  background-color: #0069B4;
  color: #FFFFFF;
  text-align: center;
}

table.tabelacomparacaoazul tbody td {
  font-size: 16px;
  text-align: center;
}

table.tabelacomparacaoazul tr:nth-child(2n+1) {
  background: #BCBEC0;
  color: #FFFFFF;
}
table.tabelacomparacaoazul thead {
  background: #0069B4;
  background: -moz-linear-gradient(top, #408ec7 0%, #1978bb 66%, #0069B4 100%);
  background: -webkit-linear-gradient(top, #408ec7 0%, #1978bb 66%, #0069B4 100%);
  background: linear-gradient(to bottom, #408ec7 0%, #1978bb 66%, #0069B4 100%);
  border-bottom: 2px solid #58595B;
}
table.tabelacomparacaoazul thead th {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
  text-align: center;
}

table.tabelacomparacaoazul tr:hover {            /*  SELECAO LINHA COM MOUSE */
    background: #91d0ff;
    
}





/* TABELA COMPARATIVA AZUL RESPONSIVA PARA MUITAS COLUNAS  = REDUZ LETRA, ELIMINA ESPAÇAMENTO */

@media (max-width: 768px) {

table.tabelacomparacaoazul {
  border: 1px solid #0069B4;
  background-color: #EEEEEE;
  margin: auto;                            /* CENTRALIZA */
  text-align: left;
  border-collapse: collapse;
}

table.tabelacomparacaoazul td, table.tabelacomparacaoazul th {
  padding: 0px 0px;
}
table.tabelacomparacaoazul td:nth-child(3n+9) {            /*  DÉCIMA COLUNA */
  background-color: #0069B4;
  color: #FFFFFF;
  text-align: center;
}

table.tabelacomparacaoazul td:first-child {            /*  PRIMEIRA COLUNA */
  background-color: #0069B4;
  color: #FFFFFF;
  text-align: center;
}
table.tabelacomparacaoazul tr:first-child td  {            /*  PRIMEIRA LINHA - TITULO */
  background-color: #0069B4;
  color: #FFFFFF;
  text-align: center;
}

table.tabelacomparacaoazul tbody td {
  font-size: 09px;
  text-align: center;
  line-height: 1.5rem;
}

table.tabelacomparacaoazul tr:nth-child(2n+1) {
  background: #BCBEC0;
  color: #FFFFFF;
}
table.tabelacomparacaoazul thead {
  background: #0069B4;
  background: -moz-linear-gradient(top, #408ec7 0%, #1978bb 66%, #0069B4 100%);
  background: -webkit-linear-gradient(top, #408ec7 0%, #1978bb 66%, #0069B4 100%);
  background: linear-gradient(to bottom, #408ec7 0%, #1978bb 66%, #0069B4 100%);
  border-bottom: 2px solid #58595B;
}
table.tabelacomparacaoazul thead th {
  font-size: 09px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
  text-align: center;
}
}













/* TABELA COMPARATIVA AZUL - PRIMEIRA COLUNA IGUAL*/


table.tabelaazul {
  border: 1px solid #0069B4;
  background-color: #EEEEEE;
  margin: auto;                            /* CENTRALIZA */
  text-align: left;
  border-collapse: collapse;
}
table.tabelaazul td, table.tabelaazul th {
  padding: 3px 2px;
}
table.tabelaazul td:nth-child(3n+9) {            /*  DÉCIMA COLUNA */
  background-color: #0069B4;
  color: #FFFFFF;
  text-align: center;
}

table.tabelaazul td:first-child {            /*  PRIMEIRA COLUNA */
  text-align: center;
}
table.tabelaazul tr:first-child td  {            /*  PRIMEIRA LINHA - TITULO */
  background-color: #0069B4;
  color: #FFFFFF;
  text-align: center;
}

table.tabelaazul tbody td {
  font-size: 16px;
  text-align: center;
}

table.tabelaazul tr:nth-child(2n+1) {
  background: #BCBEC0;
  color: #FFFFFF;
}
table.tabelaazul thead {
  background: #0069B4;
  background: -moz-linear-gradient(top, #408ec7 0%, #1978bb 66%, #0069B4 100%);
  background: -webkit-linear-gradient(top, #408ec7 0%, #1978bb 66%, #0069B4 100%);
  background: linear-gradient(to bottom, #408ec7 0%, #1978bb 66%, #0069B4 100%);
  border-bottom: 2px solid #58595B;
}
table.tabelaazul thead th {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
  text-align: center;
}

table.tabelaazul tr:hover {            /*  SELECAO LINHA COM MOUSE */
    background: #91d0ff;
    
}





/* TABELA COMPARATIVA AZUL RESPONSIVA PARA MUITAS COLUNAS  = REDUZ LETRA, ELIMINA ESPAÇAMENTO */

@media (max-width: 768px) {

table.tabelaazul {
  border: 1px solid #0069B4;
  background-color: #EEEEEE;
  margin: auto;                            /* CENTRALIZA */
  text-align: left;
  border-collapse: collapse;
}

table.tabelaazul td, table.tabelaazul th {
  padding: 0px 0px;
}
table.tabelaazul td:nth-child(3n+9) {            /*  DÉCIMA COLUNA */
  background-color: #0069B4;
  color: #FFFFFF;
  text-align: center;
}

table.tabelaazul td:first-child {            /*  PRIMEIRA COLUNA */
  text-align: center;
}
table.tabelaazul tr:first-child td  {            /*  PRIMEIRA LINHA - TITULO */
  background-color: #0069B4;
  color: #FFFFFF;
  text-align: center;
}

table.tabelaazul tbody td {
  font-size: 09px;
  text-align: center;
  line-height: 1.5rem;
}

table.tabelaazul tr:nth-child(2n+1) {
  background: #BCBEC0;
  color: #FFFFFF;
}
table.tabelaazul thead {
  background: #0069B4;
  background: -moz-linear-gradient(top, #408ec7 0%, #1978bb 66%, #0069B4 100%);
  background: -webkit-linear-gradient(top, #408ec7 0%, #1978bb 66%, #0069B4 100%);
  background: linear-gradient(to bottom, #408ec7 0%, #1978bb 66%, #0069B4 100%);
  border-bottom: 2px solid #58595B;
}
table.tabelaazul thead th {
  font-size: 09px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
  text-align: center;
}
}












/* TABELA RELAÇÃO ITENS */

table.tabelarelacaoitens {
  border: 1px solid #0069B4;
  background-color: #EEEEEE;
  width: 70% !important;                    /*Importante manter o !important  */
    margin: auto;                           /* CENTRALIZA */
  text-align: center
  border-collapse: collapse;
}
table.tabelarelacaoitens td, table.tabelarelacaoitens th {
  padding: 3px 2px;
}

table.tabelarelacaoitens td:first-child {            /*  PRIMEIRA COLUNA */
  background-color: #0069B4;
  color: #FFFFFF;
  text-align: center;
}
table.tabelarelacaoitens tr:first-child td  {            /*  PRIMEIRA LINHA - TITULO */
  background-color: #0069B4;
  color: #FFFFFF;
  text-align: center;
}

table.tabelarelacaoitens tbody td {
  font-size: 16px;
  text-align: center;
}

table.tabelarelacaoitens tr:nth-child(2n+1) {      /*   LINHAS IMPARES */
  background: #BCBEC0;
  color: #FFFFFF;
}

table.tabelarelacaoitens tfoot td {            /*   FOOT */
  background-color: #0069B4;
  color: #FFFFFF;
  text-align: center;
}

table.tabelarelacaoitens thead {
  background: #0069B4;
  background: -moz-linear-gradient(top, #408ec7 0%, #1978bb 66%, #0069B4 100%);
  background: -webkit-linear-gradient(top, #408ec7 0%, #1978bb 66%, #0069B4 100%);
  background: linear-gradient(to bottom, #408ec7 0%, #1978bb 66%, #0069B4 100%);
  border-bottom: 2px solid #58595B;
  padding: 3px 2px;
  color: #FFFFFF;
}
table.tabelarelacaoitens thead th {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
  text-align: center;
}

table.tabelarelacaoitens tr:hover {            /*  SELECAO LINHA COM MOUSE */
    background: #91d0ff;
    
}

/* TABELA RELACAO ITENS AZUL RESPONSIVA = REDUZ LETRA, ELIMINA ESPAÇAMENTO */

@media (max-width: 768px) {


table.tabelarelacaoitens {
  border: 1px solid #0069B4;
  background-color: #EEEEEE;
  text-align: center
  border-collapse: collapse;
  width: 100%;
}
table.tabelarelacaoitens td, table.tabelarelacaoitens th {
  padding: 3px 2px;
}

table.tabelarelacaoitens td:first-child {            /*  PRIMEIRA COLUNA */
  background-color: #0069B4;
  color: #FFFFFF;
  text-align: center;
}
table.tabelarelacaoitens tr:first-child td  {            /*  PRIMEIRA LINHA - TITULO */
  background-color: #0069B4;
  color: #FFFFFF;
  text-align: center;
}

table.tabelarelacaoitens tbody td {
  font-size: 11px;
  text-align: center;
  line-height: 1.5rem;
}

table.tabelarelacaoitens tr:nth-child(2n+1) {      /*   LINHAS IMPARES */
  background: #BCBEC0;
  color: #FFFFFF;
}

table.tabelarelacaoitens tfoot td {            /*   FOOT */
  background-color: #0069B4;
  color: #FFFFFF;
  text-align: center;
}

table.tabelarelacaoitens thead {
  background: #0069B4;
  background: -moz-linear-gradient(top, #408ec7 0%, #1978bb 66%, #0069B4 100%);
  background: -webkit-linear-gradient(top, #408ec7 0%, #1978bb 66%, #0069B4 100%);
  background: linear-gradient(to bottom, #408ec7 0%, #1978bb 66%, #0069B4 100%);
  border-bottom: 2px solid #58595B;
  padding: 3px 2px;
  color: #FFFFFF;
}
table.tabelarelacaoitens thead th {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
  text-align: center;
}

}










/* TABELA DESTAQUE ITENS */

table.tabeladestaqueitens {
  background-color: #FFFFFF;
  width: 90% !important;                    /*Importante manter o !important  */
    margin: auto;                           /* CENTRALIZA */
  text-align: center
}

table.tabeladestaqueitens td, table.tabeladestaqueitens th {
  padding: 15px;
}


/* TABELA DESTAQUE ITENS RESPONSIVA = REDUZ LETRA E ESPAÇAMENTO */

@media (max-width: 768px) {

table.tabeladestaqueitens tbody td {
  padding: 5px;
  background-color: #FFFFFF;
  text-align: center;
}
table.tabeladestaqueitens tbody td h3 {           /*   REDUZ TEXTO EM H3  */
  font-size: 18px;
}
table.tabeladestaqueitens tbody td h5 {           /*   REDUZ TEXTO EM H5  */
  font-size: 14px;
}

}













/* TABELA DESTAQUE ITENS DOIS */

table.tabeladestaqueitensdois {
  background-color: #FFFFFF;
  width: 90% !important;                    /*Importante manter o !important  */
    margin: auto;                           /* CENTRALIZA */
  text-align: center
}

table.tabeladestaqueitensdois td, table.tabeladestaqueitensdois th {
  padding: 15px;
}



/* TABELA DESTAQUE ITENS DOIS RESPONSIVA = REDUZ LETRA E ESPAÇAMENTO */

@media (max-width: 768px) {


table.tabeladestaqueitensdois {
  width: 100% !important;                    /*Importante manter o !important  */
    margin: auto;                           /* CENTRALIZA */
}

table.tabeladestaqueitensdois tbody td {
  padding: 1px;
  text-align: center;
}
table.tabeladestaqueitensdois tbody td h3 {           /*   REDUZ TEXTO EM H3  */
  font-size: 18px;
}
table.tabeladestaqueitensdois tbody td h4 {           /*   REDUZ TEXTO EM H4  */
  font-size: 14px;

table.tabeladestaqueitensdois tbody td h5 {           /*   REDUZ TEXTO EM H5  */
  font-size: 11px;

table.tabeladestaqueitensdois tbody td p {           /*   REDUZ TEXTO EM PARÁGRAFO  */
  font-size: 10px;
}


}











           /*   FORMULÁRIO DE ORÇAMENTO - ESCONDER TÍTULO CAMPO ESCOLHA  */
div#fscf_label3_21 {
    display: none;
}


