header {
  padding: 20px;
  background-color: var(--primary-300);
  background-repeat: repeat-x;
  background-size: auto 250px;
  background-position: center top;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}

.main-title {
  font-size: 2.5em;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.section-title {
  color: var(--secondary-400);
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0;
}

.subheading {
  font-size: 1.3em;
  color: var(--secondary-300);
  font-weight: lighter;
  margin-bottom: 15px;
}

.container p {
  padding-bottom: 7px;
}

header h1 {
  font-size: 2em;
  font-weight: bold;
  color: white;
}

.container {
  max-width: 800px;
  background: var(--nomina-blue-10);
  margin: -100px auto 0;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

h2 {
  font-size: 1.8em;
  color: var(--secondary-400);
}

.content {
  font-size: 0.9em;
  color: #555;
  margin-bottom: 20px;
}

h3 {
  margin-top: 30px;
  font-size: 1.2em;
  color: var(--secondary-400);
}

p {
  margin-top: 10px;
  line-height: 1.6;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.footer-wrapper {
  position: relative;
  padding-top: 40px;
}
.update-date {
  font-size: 1.1em;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  margin-top: 10px;
  border-bottom: 1px solid var(--surface-200);
}

footer {
  text-align: center;
  font-size: 0.9em;
  padding: 20px 20px 40px;
  background-color: #f9f9f9;
  border-top: 1px solid #ddd;
  color: #555;
}

.up-button {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--primary-300);
  color: white;
  border: none;
  padding: 13px 13px;
  border-radius: 50%;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: background-color 0.3s ease;
}

.text-center {
    text-align: center !important;
}

.up-button:hover {
  background-color: #1540d0;
}
/* Para líneas tipo "Etiqueta: descripción" */
.indent-label {
    margin-left: 2em;
    text-indent: -1.5em;
    display: block;
}

/* Para párrafos normales que quieres solo empujar a la derecha */
.indent-paragraph {
    margin-left: 2em;
    display: block;
}
  
.bg-logo-calcula--deco-bottom-left {
    background: url(../../assets/images/calcula-logo-bg-big.png) no-repeat;
    background-size: 400px; 
    background-position: left -100px bottom -30px; 
}
.bg-logo-calcula--deco-right {
    background: url(../../assets/images/calcula-logo-bg-big.png) no-repeat;
    background-size: 400px; 
    background-position: right -100px top -50px; 
}

.indent-list {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 3em;
  margin-top: 0.5em;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}