#holder-documental{
  height:100vh;
  width: 100%;
  background: #262626;
  display: flex;
  justify-content: center;
  align-items: center;

}


.svg-documental {
	opacity: 0;

  height: 100%;
  width: 100%;
  align-items: center;
  margin: 4px;
  font-size: 1.2em;
  font-weight: 700;
  color: white;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  
}