/**
 * @file
 * Visual extensions for Site Studio Header component.
 *
 * Targeted component: cpt_header
 * Specific variant: .wave
 */


div[class*="coh-ce-cpt_header-"].wave.coh-container-boxed::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 100vw;
  background-color: #0862AD;
  z-index: 1;
  display: block;
}


/**
  * Adjustments for the institutional header menu.
  */
@media (min-width: 1024px) and (max-width: 1121px) {

  .header-sanepar-institucional .coh-menu-list-container.menu-level-1>li {
    padding: 25px 1px !important;
  }

}

@media (max-width: 1117px) and (max-width: 1121px) {

  .header-sanepar-institucional [class*="coh-ce-cpt_header-"] .coh-link {
    margin-right: 10px;
  }

}
