/* Se aplica a todas las vistas */
.header-block {
  background-color: rgba(255, 255, 255, 0.5);
}

/* En móviles, lo cambias si quieres otro color o más transparencia */
@media screen and (max-width: 768px) {
  .header-block {
    background-color: rgba(255, 255, 255, 0.5);
  }
}

.wrapper .site-header--sticky-absolute {
     background-color: rgba(255, 255, 255, 0.5);
}


.fullscreen-menu .fullscreen-menu-navigation {
        background-color: rgba(255, 255, 255, 0.5);
}