/* Spanish-only overrides for /es/okr-and-strategic-themes/
   This file loads after the main stylesheet, so unscoped rules here win at every
   width. The theme only paints the "Visualiza con el OKR Roadmap" artwork as a
   background above 1500px; at 1500px and below it switches to the flat green fill
   and reveals the real <img> in the right column instead. The override has to stay
   inside that same range, or the background SVG keeps painting bottom-right and
   runs under the left-hand text (worst around 1192px). */
@media all and (min-width: 1501px) {
  .okrstrm section.sec555.bg {
    padding: 185px 50px;
    background: url(../../../uploads/svg-25/okr/es/sp-visualize.svg) no-repeat bottom right #1d917d;
  }
}
