/* Estilos de la pagina de Política de Privacidad */

:root {
  --card-foreground: 0 0% 3.9%;
  --card: 0 0% 100%;
}

/* Color de fondo de las tarjetas */

.text-card-foreground {
  color: hsl(var(--card-foreground));
}

.bg-card {
  background-color: hsl(var(--card));
}

div #privacy-policy-container {
  max-width: 950px;
}

ul {
  list-style: none;
  padding: 0;
}

/* Estilos a los links */

.web {
  color: #000000;
  text-decoration: none;
  padding: 5px;
  border-radius: 7px;
}

.web:hover {
  background-color: #e0e0e07d;
  text-decoration: none;
  border-radius: 7px;
}

