/* descargas.css - ARMONIZADO CON TU styles.css */
.descargas-section {
  background-color: #2a2f4a;
  color: var(--blanco);
  padding: 3rem 2rem;
  text-align: center;
  margin: 3rem auto;
  max-width: 1000px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  border: 1px solid rgba(255,255,255,0.1);
  font-family: 'Roboto', sans-serif;
}

.descargas-title {
  font-family: 'Oswald', sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--rojo-berna);
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.descargas-subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 1.15rem;
  font-weight: 500;
  margin-bottom: 2rem;
  opacity: 0.95;
  line-height: 1.5;
  color: var(--blanco);
}

.descargas-table {
  width: 100%;
  max-width: 800px;
  margin: 2rem auto;
  background-color: var(--azul-negraceo);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.1);
  table-layout: fixed;
}

.descargas-table th {
  background-color: #111420;
  padding: 1.5rem 1rem;
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--blanco);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  text-transform: uppercase;
}

.descargas-table td {
  padding: 2rem 1.5rem;
  vertical-align: middle;
  color: var(--gris-claro);
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
}

.solicitar-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: var(--rojo-berna);
  color: var(--blanco) !important;
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 1rem;
  transition: background-color 0.3s ease;
  box-shadow: 0 0 10px rgba(178, 34, 34, 0.3);
  border: none;
  min-width: 200px;
  height: 45px;
}

.solicitar-btn:hover {
  background-color: #8a1a1a;
  color: var(--blanco) !important;
  box-shadow: 0 0 15px rgba(178, 34, 34, 0.4);
}

.os-icon {
  font-size: 2.5rem;
  display: block;
  margin-bottom: 0.8rem;
}

.os-title {
  font-family: 'Oswald', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--blanco);
  display: block;
  margin-bottom: 0.3rem;
}

.os-subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  opacity: 0.8;
  color: var(--gris-claro);
}

.status-text {
  font-family: 'Roboto', sans-serif;
  font-size: 0.85rem;
  margin-top: 0.8rem;
  opacity: 0.85;
  line-height: 1.4;
  color: var(--gris-claro);
}

.security-box {
  margin-top: 2rem;
  padding: 1.5rem;
  background-color: #8a1a1a;
  border-radius: 5px;
  border-left: 4px solid var(--rojo-berna);
  font-family: 'Roboto', sans-serif;
}

.security-title {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--blanco);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.security-text {
  font-size: 0.95rem;
  line-height: 1.5;
  opacity: 0.95;
}

@media (max-width: 768px) {
  .descargas-section {
    margin: 1.5rem;
    padding: 2rem 1rem;
  }
  .descargas-title {
    font-size: 1.9rem;
  }
  .descargas-table th,
  .descargas-table td {
    padding: 1.5rem 1rem;
  }
  .solicitar-btn {
    padding: 0.75rem 1.25rem;
    font-size: 0.95rem;
  }
}
