/** PRIMARY COLORS **/
.wkWhite {
  color: white;
}
.wkBlack {
  color: black;
}
.wkRed {
  color: #e5202e;
}
.wkRed-tint1 {
  color: #ec5862;
}
.wkRed-tint2 {
  color: #f29097;
}
.wkRed-tint3 {
  color: #f6b1b6;
}
.wkBlue {
  color: #007ac3;
}
.wkBlue-tint1 {
  color: #409bd2;
}
.wkBlue-tint2 {
  color: #80bde1;
}
.wkBlue-tint3 {
  color: #a6d1ea;
}
.wkGreen {
  color: #85bc20;
}
.wkGreen-tint1 {
  color: #a4cd58;
}
.wkGreen-tint2 {
  color: #c2de90;
}
.wkGreen-tint3 {
  color: #d4e8b1;
}
.wkGray {
  color: #474747;
}
.wkGray-tint1 {
  color: #757575;
}
.wkGray-tint2 {
  color: #a3a3a3;
}
.wkGray-tint3 {
  color: #bfbfbf;
}



/** BACKGROUND PRIMARY COLORS **/
.bg-none {
  background: none;
}
.bg-white {
  background: white;
}
.bg-wkRed {
  background: #e5202e;
}
.bg-wkRed-tint1 {
  background: #ec5862;
}
.bg-wkRed-tint2 {
  background: #f29097;
}
.bg-wkRed-tint3 {
  background: #f6b1b6;
}
.bg-wkBlue {
  background: #007ac3;
}
.bg-wkBlue-tint1 {
  background: #409bd2;
}
.bg-wkBlue-tint2 {
  background: #80bde1;
}
.bg-wkBlue-tint3 {
  background: #a6d1ea;
}
.bg-wkGreen {
  background: #85bc20;
}
.bg-wkGreen-tint1 {
  background: #a4cd58;
}
.bg-wkGreen-tint2 {
  background: #c2de90;
}
.bg-wkGreen-tint3 {
  background: #d4e8b1;
}
.bg-wkGray {
  background: #474747;
}
.bg-wkGray-tint1 {
  background: #757575;
}
.bg-wkGray-tint2 {
  background: #a3a3a3;
}
.bg-wkGray-tint3 {
  background: #bfbfbf;
}
.bg-wkTurquesa {
  background-color: #08b09f;
}



/** BACKGROUNDS PRODUCTS A3 **/
.bg-a3asesor {
  background: #83B81A;
}
.text-a3asesor {
  color: #83B81A;
}
.bg-a3equipo {
  background: #0078bc;
}
.text-a3equipo {
  color: #0078bc;
}
.bg-a3erp {
  background: #de0058;
}
.text-a3erp {
  color: #de0058;
}




/** COLORES PRODUCTOS A3 **/
span.a3, span.pr_eq_1 {
  color: #69676f;
  font-weight: 500;
}
span.green-ASESOR, span.asesor {
  color: #83b81a;
  font-weight: 500;
}
span.wk-icon-checkmark {
  font-size: 1.5em;
}
span.equipo, span.pr_eq_2 {
  color: #0078bc;
  font-weight: 500;
}
span.erp {
  color: #de0058;
  font-weight: 500;
}
span.negrita {
  color: #333;
  font-weight: 500;
}



/** COLORES DE PIECES **/
.azul {
  color: #119ad7;
}
