/* backgrounds */
.tn-bg-primary {
  background: #e61f22 !important;
}

.tn-bg-secundary {
  background: #b82128;
}

.tn-bg-economia {
  background:#189F96;
}
.tn-bg-red-1 {
  background: #4c0002;
}

.tn-bg-red-2 {
  background: #690102;
}

.tn-bg-black {
  background: #222;
}

.tn-bg-gray {
  background: #f9f9f9;
}

.tn-bg-gray-2 {
  background: #454242;
}

.tn-bg-tntv-2 {
  background: #3c3c3c;
}

.tn-bg-gray-3 {
  background: #e1e1e1;
}

.tn-bg-gray-4 {
  background: #e8e8e8;
}
.tn-bg-gray-5 {
  background: #fcfbfb;
}

.tn-bg-gray-6 {
  background: #f1f1f1;
}

.tn-bg-white {
  background: #ffffff;
}

.tn-bg-megasena {
  background: #2bb17c;
}

.tn-bg-lotofacil {
  background: #b33c92;
}

.tn-bg-lotomania {
  background-color: #f98100;
}

.tn-bg-timemania {
  background-color: lime;
}

.tn-bg-federal {
  background-color: #0c2b9c;
  width: 65px!important;
  height: 65px!important;
  line-height: 65px!important;
}

.tn-bg-quina {
  background-color: #260087;
}

.tn-bg-entretenimento {
  background: #f9b402;
}

.tn-bg-entretenimento-2 {
  background: #cea31d;
}
.tn-bg-tntv {
  background: #cc2921;
}
/* colors */
.tn-c-primary {
  color: #e61f22 !important;
}

.tn-c-secundary {
  color: #b82128 !important;
}

.tn-c-black {
  color: #000 !important;
}

.tn-c-black-2 {
  color: #333 !important;
}

.tn-c-white {
  color: #fff !important;
}

.tn-c-gray {
  color: darkgray !important;
}

.tn-c-gray-2 {
  color: #797979 !important;
}

.tn-c-gray-3 {
  color: #e8e8e8 !important;
}

.tn-c-gray-4 {
  color: #8c8c8c !important;
}

.tn-c-sucess {
  color: #3cd421 !important;
}

.tn-c-danger {
  color: #e01e1e !important;
}

.tn-c-megasena {
  color: #2bb17c;
}

.tn-c-lotofacil {
  color: #b33c92;
}

.tn-c-lotomania {
  color: #f98100;
}

.tn-c-timemania {
  color: lime;
}

.tn-c-federal {
  color: #8696cd;
}

.tn-c-quina {
  color: #927dc3;
}

.tn-c-eleicoes {
    color: #D50A0A;
}

/* border */
.tn-b-primary {
  border-color: #e61f22 !important;
}

.tn-b-gray {
  border-color: #f1f1f1 !important;
}

.tn-b-gray-2 {
  border-color: #d6d6d6 !important;
}

.tn-b-gray-3 {
  border-color: #c7c7c7 !important;
}

.tn-b-white {
  border-color: #ffffff !important;
}

.tn-b-entretenimento {
  border-color: #7d1f9a !important;
}

/* color brands */
.tn-c-facebook {
  color: #4267b2;
}

.tn-c-twitter {
  color: #000;
}

.tn-c-whatsapp {
  color: #2fb140;
}

.tn-c-linkedin {
  color: #1377b5;
}

.tn-c-instagram {
  color: #c73f75;
}

.tn-facebook-bg-color {
  background-color: #4064ac;
}

.tn-twitter-bg-color {
  background-color: #1aace2;
}

.tn-google-plus-bg-color {
  background-color: #d54c3f;
}

.tn-linkedin-bg-color {
  background-color: #1377b5;
}

.tn-whatsapp-bg-color {
  background-color: #2fb140;
}

/* gradients */
.tn-sw-t {
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

/* classificadções */
.tn-bg-livre {
  background: #00b150;
}
.tn-bg-10 {
  background: #00cdff;
}
.tn-bg-12 {
  background: #ffcc00;
}
.tn-bg-14 {
  background: #ff6600;
}
.tn-bg-16 {
  background: #f8f9fa;
}
.tn-bg-18 {
  background: #000000;
}

.tn-gradient-white-50 {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 40%,
    #f9f9f9 100%
  );
}
