/* Transições curvas entre os grandes capítulos da página. */
.section-wave{
  position:relative;
  z-index:6;
  width:100%;
  height:64px;
  margin:0;
  overflow:hidden;
  line-height:0;
  background:var(--wave-from);
  pointer-events:none;
}
.section-wave svg{display:block;width:100%;height:100%}
.section-wave path{fill:var(--wave-to)}
.wave-ticker-authority{--wave-from:#11192b;--wave-to:#101426}
.wave-authority-council{--wave-from:#fff;--wave-to:#0b151c}
.wave-council-services{--wave-from:#0b151c;--wave-to:#fafaf6}
.wave-services-publication{--wave-from:#fafaf6;--wave-to:#0b151c}
.wave-publication-contact{--wave-from:#0b151c;--wave-to:#f2f1eb}
.wave-contact-footer{--wave-from:#f2f1eb;--wave-to:#0b151c}
@media(max-width:760px){.section-wave{height:40px}}
