/******* Do not edit this file *******
Code Snippets Manager
Saved: Sep 29 2025 | 07:59:28 */
@charset "UTF-8";
/* ===== Sección global (.sec-nav) ===== */
.sec-nav {
  background: transparent;
  transition: background 0.3s ease;
}
.sec-nav.scrolled {
  background: white;
}
/* ===== Logo ===== */
.logo-style path {
  transition: fill 0.3s ease;
  fill: white !important;
}
.logo-style.scrolled path {
  fill: var(--bricks-color-grkoze) !important;
}
/* ===== Nav items ===== */
.nav-style a {
  transition: color 0.3s ease;
  color: white;
}
.nav-style.scrolled a {
  color: black;
}
