/**
 * Seasonal campaign overlays (body.ayf-campaign-{slug}).
 */

body.ayf-campaign-fiestas-patrias .whb-top-bar {
  background: linear-gradient(
    90deg,
    #0039a6 0%,
    #1a4db5 38%,
    #c81e2d 100%
  ) !important;
}

.hero-wash.hero-wash--patrias {
  background:
    linear-gradient(
      105deg,
      rgba(8, 22, 72, 0.9) 0%,
      rgba(8, 22, 72, 0.62) 36%,
      rgba(183, 18, 43, 0.28) 68%,
      rgba(183, 18, 43, 0.08) 100%
    ),
    linear-gradient(to top, rgba(8, 12, 32, 0.55), transparent 44%);
}

.chip[data-tone="chile"] {
  --chip-bg: #0039a6;
}

.ayf-home .rail-campaign .rail-head h2 {
  color: #0039a6;
}
