#contratoParticular {
  background-color: var(--aer-bg-light);
}
.container-contrato {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 8px;
  font-family: Arial, sans-serif;
}

h2 {
  margin-top: 30px;
  font-size: 1.4em;
  color: #333;
}

.tabs {
  display: flex;
  margin-bottom: 20px;
}

.tab-button {
  flex: 1;
  padding: 10px;
  cursor: pointer;
  background: #ddd;
  border: none;
  font-weight: bold;
}

.tab-button.active {
  background: #bbb;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.form-group {
  margin-bottom: 15px;
}

label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

input,
select {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.section {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}

.readonly-group {
  background: #eee;
  padding: 10px;
  border-radius: 4px;
}
