.texto-justificado {
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
}

.carousel-caption-abajo {
  position: static;
  color: #fff;
  background-color: rgba(13, 46, 64, 0.92);
  padding: 0.75rem 1rem;
  text-align: center;
}