/* ====== Política - Contenedor principal ====== */
main.container {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

/* ====== Título principal ====== */
main h1.display-5 {
  font-size: 2.5rem;
  color: #003366;
}

/* ====== Subtítulo con línea separadora ====== */
.border-top.border-bottom {
  border-color: #00588b !important;
}

/* ====== Tarjeta de contenido ====== */
.card {
  border-radius: 10px;
  border: none;
  background-color: #fdfdfd;
}

.card-body {
  padding: 2rem;
}

/* ====== Encabezados secundarios ====== */
h2.h4,
h3.h5,
h4.h6 {
  color: #003366;
  font-weight: 600;
}

/* ====== Listas de iconos ====== */
.policy-section ul {
  list-style: none;
  padding-left: 0;
}

.policy-section li {
  display: flex;
  align-items: start;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 1rem;
}

/* ====== Iconos de listas ====== */
.policy-section i.fas.fa-check-circle {
  color: #80c542;
  font-size: 1.1rem;
  margin-top: 0.2rem;
}

/* ====== Tabla de cookies ====== */
.table thead th {
  background-color: #eaf4ea;
  color: #003366;
  text-align: center;
}

.table td,
.table th {
  vertical-align: middle;
  text-align: center;
}

/* ====== Badges ARCO ====== */
.badge.bg-primary {
  background-color: #003366;
  padding: 0.45rem 0.8rem;
  font-size: 0.9rem;
  border-radius: 20px;
}

/* ====== Alerta de seguridad ====== */
.alert-primary {
  background-color: #f0faff;
  border-left: 5px solid #003366;
}

.alert-primary i {
  color: #003366;
}

/* ====== Bloque de contacto ====== */
.bg-light.text-center {
  background-color: #f4f9fa !important;
  padding: 2rem;
  border-radius: 10px;
}

.bg-light.text-center i {
  color: #80c542;
}

.bg-light.text-center a {
  color: #003366;
  font-weight: 500;
}

/* ====== Última actualización ====== */
.bg-light.text-center .text-muted {
  font-size: 0.9rem;
}

/* ====== Responsive ====== */
@media (max-width: 768px) {
  main h1.display-5 {
    font-size: 2rem;
  }

  .card-body {
    padding: 1.5rem;
  }

  .policy-section .row > div {
    margin-bottom: 1.5rem;
  }
}

body {
  padding-top: 80px; /* Ajusta si tu navbar es más alta o más baja */
}
