/*! ###################################################### Colores: */

/*! ----------------------------- Colores: tx: */
.tx-primario a,
.tx-primario {
  color: #ff6900 !important;
}

.tx-secundario a,
.tx-secundario {
  color: #f6be00 !important;
}
  
.tx-inverso a,
.tx-inverso {
  color: #E3670E !important;
}

/*! ----------------------------- Colores: bg: */
.bg-primario {
  background-color: #ff6900 !important;
}

.bg-secundario {
  background-color: #f6be00 !important;
}

.bg-inverso {
  background-color: #E3670E !important;
}