a, h1, h2, h3 {
    color: #002464;
}

a:focus {
  outline: 0;
  border: none;
}
.color-box {
  padding: 20px;
  text-align: center;
}
.grey-one {
  background: #333334;
  color: #fff;
}
.grey-two {
  background: #666668;
  color: #fff;
}
.grey-three {
  background: #d2d2d4;
  color: #fff;
}
.grey-four {
  background: #e6e6e8;
  color: #333334;
}
.grey-five {
  background: #f1f1f3;
  color: #333334;
}
.grey-six {
  background: #f6f6f8;
  color: #333334;
}
.grey-seven {
  background: #fafafc;
  color: #333334;
}
.default {
  background: #fff;
  color: #002464;
}
.neutro {
  background: #f6f6f8;
  color: #333334;
}
.primary {
  background: #002464;
  color: #fff;
}
.success {
  background: #6baa1f;
  color: #fff;
}
.info {
  background: #149dc9;
  color: #fff;
}
.warning {
  background: #ffc725;
  color: #fff;
}
.danger {
  background: #f45516;
  color: #fff;
}
.thin-blue {
  background: #234e85;
  color: #fff;
}
.light-blue {
  background: #285b9b;
  color: #fff;
}
.header-blue {
  background: #002058;
  color: #fff;
}
.marketing-cyan {
  background-color: #149dc9;
  color: #fff;
}
.marketing-blue-one {
  background-color: #234e85;
  color: #fff;
}
.marketing-blue-two {
  background-color: #285b9b;
  color: #fff;
}
.marketing-light-blue {
  background-color: #8bccde;
  color: #fff;
}
.favorite-yellow {
  background-color: #ffbf00;
  color: #fff;
}
.selected-count-background {
  background-color: #feffc1;
  color: #333334;
}
.table-blue-one {
  background-color: #6bb1c9;
  color: #fff;
}
.table-blue-two {
  background-color: #b7cdd9;
  color: #fff;
}
.table-blue-three {
  background-color: #d5e4ea;
  color: #333334;
}
.table-dark-grey {
  background-color: #c7cbd1;
  color: #fff;
}
.table-light-grey {
  background-color: #e3e6e8;
  color: #333334;
}
.text-default {
  color: #666668;
}
.text-primary {
  color: #002464;
}
.text-success {
  color: #6baa1f;
}
.text-info {
  color: #149dc9;
}
.text-warning {
  color: #ffc725;
}
.text-danger {
  color: #f45516;
}
.text-marketing-cyan {
  color: #149dc9;
}
.text-marketing-blue-one {
  color: #234e85;
}
.text-marketing-blue-two {
  color: #285b9b;
}
.text-marketing-light-blue {
  color: #8bccde;
}
.ie9 .sweet-alert .icon.error:before {
  color: #f45516;
}
.bch-empresas-acordeon .panel-group .panel .panel-heading:hover {
  color: #002464;
}
.bch-empresas-acordeon.bch-acordeon-active
  .panel-group
  .panel-heading
  div.active {
  background: #285b9b;
  color: #fff;
}
.bch-empresas-acordeon .tit-filtros {
  background-color: #234e85;
  color: #fff;
}
.bch-mensaje-empresas.success {
  background-color: rgba(106, 156, 0, 0.16);
}
.bch-mensaje-empresas.success article ul li,
.bch-mensaje-empresas.success article:before {
  color: #6baa1f;
}
.bch-mensaje-empresas.success article ul li p {
  color: #666668;
}