.header {
  background-color: #003366;
  padding: 15px 30px;
  color: white;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.titulo {
  flex: 1;
  text-align: center;
  margin: 0;
  font-size: 24px;
}

.export-btn,
.logout-btn {
  background-color: #007bff;
  color: white;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
  border: none;
  cursor: pointer;
}

.logout-btn {
  background-color: #e74c3c;
}

.export-btn:hover {
  background-color: #0056b3;
}

.logout-btn:hover {
  background-color: #c0392b;
}

@media print {
  .header,
  .logout-btn,
  .export-btn {
    display: none !important;
  }

  body, html {
    margin: 0;
    padding: 0;
    height: 100%;
  }

  iframe {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    border: none;
  }
}
.header {
  background-color: #003366;
  padding: 15px 30px;
  color: white;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.export-btn, .logout-btn {
  background-color: #007bff;
  color: white;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
  border: none;
  cursor: pointer;
}

.logout-btn {
  background-color: #e74c3c;
}

.export-btn:hover {
  background-color: #0056b3;
}

.logout-btn:hover {
  background-color: #c0392b;
}

.titulo {
  flex: 1;
  text-align: center;
  font-size: 24px;
  margin: 0;
}
.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  background-color: #003366;
}

.titulo-container {
  text-align: center;
  margin: 20px 0 10px 0;
}

.titulo {
  font-size: 28px;
  color: white;
  margin: 0;
}

.export-btn,
.logout-btn {
  background-color: #007bff;
  color: white;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: bold;
  font-size: 14px;
  border: none;
  cursor: pointer;
  text-decoration: none;
}

.logout-btn {
  background-color: #e74c3c;
}

.export-btn:hover {
  background-color: #0056b3;
}

.logout-btn:hover {
  background-color: #c0392b;
}

