.nav-item.router-link-active {
  color: #b80813 !important
}

.fc-empresa {
  color: #b80813 !important;
}

.bd-color-empresa {
  border-color: #b80813 !important
}

.bg-empresa {
  background-color: #b80813 !important;
  border-color: transparent;
  color: #fff !important;
}

.button.is-empresa {
  background-color: #b80813;
  border-color: transparent;
  color: #fff;
}

.button.is-empresa:active {
  background-color: #b80813;
  border-color: transparent;
  -webkit-box-shadow: inset 0 1px 2px rgba(10,10,10,.2);
  box-shadow: inset 0 1px 2px rgba(10,10,10,.2);
  color: #fff;
}

.input.is-active, .input.is-focused, .input:active, .input:focus, .textarea.is-active, .textarea.is-focused, .textarea:active, .textarea:focus {  
  border-color: #b80813;
}

.select select.is-active, .select select.is-focused, .select select:active, .select select:focus {
  border-color: #b80813;
}

input.is-empresa::-webkit-input-placeholder, textarea.is-empresa::-webkit-input-placeholder {
  color: #b80813;
  opacity: 0.3;
}

input.is-empresa:-moz-placeholdertextarea input.is-empresa:-moz-placeholder {
  color: #b80813;
  opacity: 0.3;
}

input.is-empresa:-ms-input-placeholder, textarea.is-empresa:-ms-input-placeholder {
  color: #b80813;
  opacity: 0.3;
}

input.is-empresa::-moz-placeholdertextarea input.is-empresa::-moz-placeholder {
  color: #b80813;
  opacity: 0.3;
}

.select:not(.is-multiple)::after {
  border-color: #b80813;
}

.option.is-active {
  background-color: #b80813 !important;
  border-color: transparent !important;
  color: #fff !important;
}

