/* link con clase */
.btn-white-outline {
  color: #ffffff !important;
}


/* link con clase hover */
a.btn-white-outline:hover,
a.btn-white-outline:focus {
  color: #000000 !important;
}

.btn-primary {
  color: #ffffff !important;
}

.btn-secondary {
  color: #ffffff !important;
}

