

.text-orange {
  color: #F1943D;
}

.text-blue {
  color: #206CB0;
}

/* BOTONES */
.btn-orange {
  background-color: #F1943D;
  border-color: #fda43b;
  color: #FFF;
}
.btn-orange:hover,
.btn-orange:active,
.btn-orange.hover {
  background-color: #fda43b;
  color: #FFF;
}

.btn-blue {
  background-color: #206CB0;
  border-color: #337ab7;
  color: #FFF;
}
.btn-blue:hover,
.btn-blue:active,
.btn-blue.hover {
  background-color: #337ab7;
  color: #FFF;
}

/* FONDOS */
.bg-orange {
  background-color: #F1943D !important;
}

a.bg-orange:hover, a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #F1943D !important;
}

.bg-blue {
  background-color: #206CB0 !important;
}

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #206CB0 !important;
}

.bg-olive {
  background-color: #BFB800 !important;
}

a.bg-olive:hover, a.bg-olive:focus,
button.bg-olive:hover,
button.bg-olive:focus {
  background-color: #BFB800 !important;
}
