/*------------------------------Privacidad y Políticas - Ocultar inicial - Inicio------------------------------*/
/* Aplicar solo al bloque con clase específica y en la página de perfil */
#page-user-profile .profile_tree section.node_category:nth-of-type(2) .card-body ul {
  opacity: 0;
  pointer-events: none;
  animation: fadeInPrivacidad 0.3s ease-in 2.5s forwards;
}

@keyframes fadeInPrivacidad {
  to {
    opacity: 1;
    pointer-events: auto;
  }
}
/*------------------------------Privacidad y Políticas - Ocultar inicial - Fin------------------------------*/
