/** @format */
.start-page:not(.not-at-top) .t4-header {
  background: transparent !important;
}

.start-page:not(.not-at-top) .t4-header .logo-image svg {
  filter: grayscale(100%)
    /* Paso 2: Invertir los colores (negro se vuelve blanco) */ invert(100%)
    /* Paso 3: Brillo al máximo (asegura blanco puro, no gris claro) */
    brightness(200%) /* Paso 4: Contraste al máximo (define bordes nítidos) */
    contrast(100%);
}

.start-page:not(.not-at-top) .t4-header .t4-megamenu .navbar-nav > li > a {
  color: #fff;
}
.start-page:not(.not-at-top)
  .t4-header
  .t4-megamenu
  .navbar-nav
  > li
  > a.btn.btn-primary {background-color: #fff !important;color: #444 !important;}

.start-page:not(.not-at-top) .t4-header .redes-arriba a {
  color: #fff;
  opacity: 1;
}
.start-page:not(.not-at-top) .t4-header .t4-offcanvas-toggle{
  color: #fff;
}
