/* Contenedor principal */
.privacidad-container {
  max-width: 900px;
  margin: 40px auto;
  padding: 20px;
  line-height: 1.6;
  color: #333;
}

/* Título principal */
.privacidad-container h1 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 28px;
  color: #222;
}

/* Párrafo introductorio */
.privacidad-container p {
  margin-bottom: 15px;
}

/* Secciones */
.privacidad-section {
  margin-bottom: 40px;
}

.privacidad-section h2 {
  font-size: 22px;
  margin-bottom: 15px;
  border-bottom: 2px solid #007bff;
  padding-bottom: 5px;
  color: #c00;
}

/* Listas */
.privacidad-section ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 15px;
}

.privacidad-section li {
  margin-bottom: 8px;
}

/* Links */
.privacidad-section a {
  color: #007bff;
  text-decoration: none;
}

.privacidad-section a:hover {
  text-decoration: underline;
}

.hero-ubicaciones {
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, #c00, #900);
  color: #fff;
}