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

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

.tx-secundario a,
.tx-secundario {
  color: #D9384A !important;
}

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

.tx-verde a,
.tx-verde{
	color:#12805C !important;
}

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

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

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