#saiba-mais {
  display: none;
}

.c-sobre {
  padding-bottom: 105px;
}
.c-sobre__info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-sobre__texto {
  margin-bottom: 0;
}

.c-video {
  margin-bottom: 120px;
}
.c-video__capa img {
  max-width: 100%;
}
.c-video__info {
  max-width: 490px;
  width: 100%;
}
.c-video__titulo {
  margin-bottom: 50px;
}
.c-video__texto {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: var(--cor-3);
}

.c-galeria {
  margin-bottom: 110px;
}
.c-galeria__titulo {
  font-family: var(--meRegular);
  font-size: 36px;
  line-height: 36px;
  letter-spacing: -0.02em;
  margin-bottom: 120px;
  color: var(--cor-1);
}
.c-galeria__imagem img {
  max-width: 100%;
}

.c-video__capa {
  overflow: hidden;
  border-radius: 16px;
  opacity: 0.7;
}

.c-galeria__imagem {
  overflow: hidden;
  border-radius: 12px;
  opacity: 0.7;
}

/*-xl*/
/*-lg*/
/*-md*/
@media (max-width: 991.98px) {
  .c-video__info {
    max-width: none;
  }
}
/*-sm*/
/*-xs*/

/*# sourceMappingURL=sobre.css.map */
