/* // **********************************************************************CORES SISTEMA FORCASA KITS*************************************************************************  */

/* // ************************************************************************** fundos **************************************************************************************** */
/*branco*/
.fundo-branco{ background-color: #fff !important; }
.fundo-branco-acinzentado{ background-color: #F2F2F2 !important; }
/* // vermelho padrão | Mais usado */
.fundo-vermelho{ background-color: #C50A18 !important; }
/* // vermelho muito semelhante com o mais utilizado  */
.fundo-vermelho-semelhante{ background-color: #C60A18 !important; }
/* // vermelho fosco  */
.fundo-vermelho-fosco{ background-color: #D13B47 !important; }
/*Laranja*/
.fundo-laranja{ background-color: #FC9F05 !important; }
/*Cinza*/
.fundo-cinza{ background-color: #8D8D8D !important; }
.fundo-super-cinza{ background-color: #6E6E6E !important; }
.fundo-extra-cinza{ background-color: #757575 !important; }
.fundo-extra-cinza-claro{ background-color: #E1E1E1 !important; }
.fundo-cinza-claro{ background-color: #A4A4A4 !important; }
.fundo-cinza-super-claro{ background-color: #E9E9E9 !important; }
.fundo-cinza-escuro{ background-color: #727272 !important; }
.fundo-cinza-extra-escuro{ background-color: #707070 !important; }
/*Amarelo*/
.fundo-amarelo{ background-color: #FFE900 !important; }
.fundo-amarelo-extra{ background-color: #FFEA00 !important; }
.fundo-amarelo-claro{background-color: #FCE905 !important;}
.fundo-amarelo-extra-claro{background-color: #FCE9A6 !important;}
.fundo-amarelo-escuro{background-color: #CEBB11 !important;}
/*Preto*/
.fundo-preto{background-color: #000 !important;}
.fundo-preto-extra{background-color: #030303 !important;}
/* // verde */
.fundo-verde{ background-color: #0A9C31 !important;}
/* // azul  */
.fundo-azul { background-color: #61389C !important;}

/* // ************************************************************************** textos **************************************************************************************** */

.texto-branco,
a.texto-branco:hover,
a.texto-branco:focus{
    color: #fff !important;
}
.texto-branco-acinzentado,
a.texto-branco-acinzentado:hover,
a.texto-branco-acinzentado:focus{
    color: #F2F2F2 !important;
}
.texto-preto,
a.texto-preto{
    color: #000 !important;
    text-decoration:none;
}
.texto-preto-extra,
a.texto-preto-extra{
    color: #030303 !important;
    text-decoration:none;
}
.texto-vermelho,
a.texto-vermelho{
    color: #C50A18 !important;
}
.texto-vermelho-semelhante,
a.texto-vermelho-semelhante{
    color: #C60A18 !important;
}
.texto-vermelho-fosco,
a.texto-vermelho-fosco{
    color: #D13B47 !important;
}
.texto-laranja,
a.texto-laranja{
  color: #FC9F05 !important;
}
.texto-cinza,
a.texto-cinza{
  color: #8D8D8D !important;
}
.texto-super-cinza,
a.texto-super-cinza{
  color: #6E6E6E !important;
}
.texto-extra-cinza,
a.texto-extra-cinza{
  color: #8D8D8D !important;
}
.texto-extra-cinza-claro,
a.texto-extra-cinza-claro{
  color: #E1E1E1 !important;
}
.texto-cinza-claro,
a.texto-cinza-claro{
  color: #A4A4A4 !important;
}
.texto-cinza-super-claro,
a.texto-cinza-super-claro{
  color: #A5A5A5 !important;
}
.texto-cinza-landing,
a.texto-cinza-landing{
  color: #6B6B6B !important;
}
.texto-cinza-escuro,
a.texto-cinza-escuro{
  color: #5C5C5C !important;
}
.texto-cinza-super-escuro,
a.texto-cinza-super-escuro{
  color: #4B4B4B !important;
}
.texto-extra-cinza-escuro,
a.texto-extra-cinza-escuro{
  color: #727272 !important;
}
.texto-amarelo,
a.texto-amarelo{
  color: #FFE900 !important;
}
.texto-amarelo-extra,
a.texto-amarelo-extra{
  color: #FFEA00 !important;
}
.texto-amarelo-claro,
a.texto-amarelo-claro{
  color: #FCE905 !important;
}
.texto-amarelo-extra-claro,
a.texto-amarelo-extra-claro{
  color: #FCE9A6 !important;
}
.texto-amarelo-escuro,
a.texto-amarelo-escuro{
  color: #CEBB11 !important;
}

a.texto-branco:focus
a.texto-branco:focus,
a.texto-preto:hover,
a.texto-preto:hover{
    outline: transparent !important;
    text-decoration:none;
}

.amostra-de-cor{
    height: 30px;
    width: 30px;
    border: 1px solid black;
    display: block;
}
