.teste-banner {
  background: #0f2f3a;
  color: #eaf4f8;
  text-align: center;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 500;
  border-bottom: 2px solid #8dc63f;
}

.teste-banner strong {
  color: #8dc63f;
}

.empresa-banner {
  background: #e8f4f4;
  color: #0f2f3a;
  text-align: center;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 500;
  border-bottom: 2px solid #0ea7a7;
}

.empresa-banner strong {
  color: #0a6e6e;
}
