
.linea-tiempo {
	position: relative;
	
	font-family: Arial;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-right: 10px;
    margin-left: 10px;
	
	
  }
  
  .momento {
	position: relative;
	width: 45%;
	box-sizing: border-box;
  }
  
  .momento:nth-child(even) {
	left: 55%;
  }

  .linea-tiempo::before {
	content: '';
	position: absolute;
	width: 3px;
	background-image: linear-gradient(315deg, #840000 0%, #cfbd00 74%);
	left: 50%;
	height: 100%;
	border-radius: 10px;
	
  }
  
  .momento::after {
	content: '';
	position: absolute;
	top: calc(50% + 10px);
	right: calc(-11.11% - 11.5px);
	height: 20px;
	width: 20px;
	background-image: linear-gradient(315deg, #840000 0%, #cfbd00 74%);
	border-radius: 50%;
  }
  
  .momento:nth-child(even)::after {
	left: calc(-11.11% - 8.5px);
  }
  .momento h3 {
	margin: 10px 0px;
	font-size: 20px;
	text-align: center;
  }
  
  .momento .descripcion {
	background-image: linear-gradient(315deg, #840000 0%, #cfbd00 74%);
	border-radius: 10px;
	padding: 10px;
	line-height: 22px;
	
	
  }
  
  .momento .descripcion::after {
	content: '';
	position: absolute;
	right: -10px;
	top: calc(50% + 10px);
	height: 0;
	width: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 12px solid #000;
  }
  
  .momento:nth-child(even) .descripcion {
	
	background-color: #000;
	background-image: linear-gradient(315deg, #840000 0%, #cfbd00 74%);
  }
  
  .momento:nth-child(even) .descripcion::after{
	left: -10px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 12px solid #000 ;
	border-left: none;
  }

  h5{
	text-align:center ;
	font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	margin-top: 100px;
    margin-bottom: 30px;
    margin-right: 0px;
    margin-left: 0px;
	font-size: 40px;
    color: #cfbd00;
 }

 p{
	
    color: #840000;
 }

 li{
    color: #840000;
 }

 h3{

    color: #cfbd00;
 }

 .classection{
    font-size: 15px;
 }

 .imglogo{
    margin-top: 10px;
    margin-bottom: 30px;
    margin-right: 100px;
    margin-left: 20px;
 }
 footer{
	margin-top: 50px;
	margin-bottom: 30px;
	margin-right: 100px;
	margin-left: 50px;
  }
  .textuno{
    text-align: justify;
    color: #fff;
    
  }
