
/* NOVAS ALTERAÇÕES */

  .btn-primary {
    background: linear-gradient(to right, #df0606 0%, #c4170c 100%) !important;
  }

  .top-nav-collapse {
    background-color: #fff !important;
  }

  .fundoDegrade {
    background: linear-gradient(to right, #df0606 0%, #c4170c 100%) !important;
  }
  .fundoCorPrincipal {
    background: #464d56 !important;
  }
  .fundoBranco {
    background: #fff;
  }
  .fundoCinza {
  background: #dadada;
}

  .fonteCorPrincipal {
    color: #464d56;
  }

  .corFontePrincipal {
  color: #464d56;
}

.corFontePreta {
  color: #000;
}
.fonteCorPreta {
  color: #000;
}

.corFonteBranca {
  color: #fff;
}
.fonteCorBranca {
  color: #fff;
}

  .divider-new, body, h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
  }

  a:hover {
    color: #fff;
  }

    /** BARRA LATERAL **/

body::-webkit-scrollbar-track {
    background: #e6e6e6;
}
body::-webkit-scrollbar {
    width: 10px;
    background: #F4F4F4;
}
body::-webkit-scrollbar-thumb {
    background: linear-gradient(to right, #df0606 0%, #c4170c 100%);
    border-radius: 10px;
    height: 300px;
}