/************* Cores ************/

.bg-brand-primary{
  background-color: rgb(0, 79, 159);
}

.bg-brand-secondary{
  background-color: rgb(77, 176, 91);
}

.bg-brand-light{
  background-color: rgb(238, 239, 239);
}

.bg-brand-dark{
  background-color: rgb(34,45,89);
}

.bg-brand-dark-secondary{
  background-color: rgb(38,69,60);
}

.blue{
  color: rgb(0, 79, 159);
}

.green{
  color: rgb(77, 176, 91);
}

.white{
  color: rgb(238, 239, 239);
}

.blue-dark{
  color: rgb(34,45,89);
}

.green-dark{
  color: rgb(38,69,60);
}



