[data-bs-theme="dark"] {
    --bg-white: #121212;
    --bg-black: #ffffff;
    --text-footer: #ffffff;
    --bg-footer: #000000;
    --bg-gris-intermedio: #e2e3e5;
    --btn-gris-claro: #2c2c2c;
    --text-white: #000000;
    --text-black: #ffffff;
    --text-grey: #6B6B6B;
    --hr-grey:#2c2c2c;
    --degradado-brand: linear-gradient(45deg, #f015fe, #ab51f4, #9465f1, #7083ec, #539ee8, #2bc0e3, #2bc0e3);
    --degradado-white: linear-gradient(0deg, #ffffff, #ffffff);
}

body[data-bs-theme="dark"] .logo-light {
  display: none;
}

body[data-bs-theme="dark"] .logo-dark {
  display: inline-block;
}
