.waves {
  position: relative;
  width: 100%;
  height: 138px;
  margin-bottom: -10px;
  min-height: 100px;
  max-height: 150px;
  margin-top: -138px;
}
@media (max-width: 991.98px) {
  .waves {
    display: none;
  }
}
.waves .parallax > use {
  -webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5)
    infinite;
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.waves .parallax > use:nth-child(1) {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
}
.waves .parallax > use:nth-child(2) {
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}
.waves .parallax > use:nth-child(3) {
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
  -webkit-animation-duration: 13s;
  animation-duration: 13s;
}
.waves .parallax > use:nth-child(4) {
  -webkit-animation-delay: -5s;
  animation-delay: -5s;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
}
@-webkit-keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }
}

.depoimentos-section .waves {
  margin-bottom: 10px;
  margin-top: -192px;
  transform: rotate(-180deg);
}

.temas-section .waves {
  position: absolute;
  top: -100px;
  margin-top: 0;
  margin-bottom: 0;
}
.pilares-section .waves {
  position: absolute;
  top: -100px;
  margin-top: 0;
  margin-bottom: 0;
}
.listagem-cursos + #depoimentos-cursos .waves .parallax > use:nth-child(4) {
  fill: #f1f1f1;
}
.conteudo-curso .waves {
  position: absolute;
  top: -100px;
  margin-top: 0;
  margin-bottom: 0;
}
.listagem-eventos .waves {
  margin-top: -165px;
}
.conteudo-evento .waves {
  margin-top: -165px;
}
.listagem-espacos .waves {
  margin-top: -165px;
}
.conteudo-espaco .waves {
  margin-top: -165px;
}
