.banner,
.sec-main.bg-azul {
  background: #00e2f4;
}

.bg-azul-light {
  background-color: #d9fbfd;
}

.msg-hub-form-success a p:hover {
  text-decoration: underline;
}

.foto-perfil-ref {
  border: 3px solid rgba(0, 0, 0, 0.6);
}
.separador {
  width: 1rem;
  margin: 0 1rem;
  height: 1.5rem;
  color: #fff;
  opacity: 1;
}

.images {
  width: 320px;
  height: 100%;
}

.banner .content {
  background-color: #001e27;
  margin-top: -3rem;
  clip-path: border-box;
}

.banner .content p strong,
.banner .content small {
  color: #fff;
}

.owl-carousel .owl-item img {
  margin: 0;
  width: auto;
}

.description-article {
  border-top: 0.2rem solid rgba(0, 30, 39, 0.3);
  padding-top: 1rem;
  margin-top: 1rem;
}

.section-setas {
  position: relative;
}

@media (min-width: 1024px) {
  .description-article {
    border-top: none;
    padding-top: 0;
    margin-top: 0;

    border-left: 0.2rem solid rgba(0, 30, 39, 0.3);
    padding-left: 1rem;
    margin-left: 1rem;
  }

  .section-setas::before,
  .section-setas::after {
    content: "";
    position: absolute;
    top: 0;
    width: 152px;
    height: 133px;
    background: url("/assets/images/omie-universidade-mkt-place/img-setas.webp")
      no-repeat center;
    background-size: contain;
  }

  .section-setas::before {
    left: 10%;
  }

  .section-setas::after {
    top: 50%;
    right: 10%;
  }
}

@media (min-width: 1440px) {
  .description-article {
    text-wrap-mode: nowrap;
  }
}
