
.texto-degradado-titulo {
	font-size: 50px;
	font-weight: 600;
	margin-top: 30px;
	margin-bottom:30px;
	font-family: 'Roboto', sans-serif;
	background: linear-gradient(-45deg, #f9b700 1%, #ff7400 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.texto-degradado-indice {
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 8px;
	font-family: 'Roboto', sans-serif;
	background: linear-gradient(-45deg, #f9b700 1%, #ff7400 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.texto-degradado-destacado {
	font-size: 21px;
	font-weight: 500;
	margin-top: 5px;
	margin-bottom: 8px;
	font-family: 'Roboto', sans-serif;
	background: linear-gradient(-45deg, #f9b700 1%, #ff7400 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.indice {
  	font-size: 15px;
  	line-height: 1;
  	margin-bottom: 5px;
  	margin-top: 2px;
	margin-left: 30px;
}

/* === gradiente y color ==*/
.gradient1 {
	background: #f9b700; /* Old browsers */
	background: -moz-linear-gradient(0deg, #f9b700 1%, #ff7400 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(0deg, #f9b700 1%,#ff7400 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(0deg, #f9b700 1%,#ff7400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b700', endColorstr='#ff7400',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}

.gradientGrey {
	background: #E9E9E9; /* Old browsers */
	background: -moz-linear-gradient(90deg, #E9E9E9 1%, #ffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(90deg, #E9E9E9 1%,#ffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(90deg, #E9E9E9 1%,#ffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b700', endColorstr='#ff7400',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}

.gradient-2 {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 81%, #e0e0e0 94%, #aaaaaa 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 81%,#e0e0e0 94%,#aaaaaa 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 81%,#e0e0e0 94%,#aaaaaa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#aaaaaa',GradientType=0 );
  }
.gradient-3 {
	background: #a2b5ac;
	background: -moz-linear-gradient(-45deg, #a2b5ac 1%, #e2eac0 47%, #edf4dc 100%);
	background: -webkit-linear-gradient(-45deg, #a2b5ac 1%,#e2eac0 47%,#edf4dc 100%);
	background: linear-gradient(135deg, #a2b5ac 1%,#e2eac0 47%,#edf4dc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2b5ac', endColorstr='#edf4dc',GradientType=1 );
}
.gradient-4 {
	background: #e6f2f4;
	background: -moz-linear-gradient(-45deg, #e6f2f4 0%, #eaf7f9 25%, #ffffff 100%);
	background: -webkit-linear-gradient(-45deg, #e6f2f4 0%,#eaf7f9 25%,#ffffff 100%);
	background: linear-gradient(135deg, #e6f2f4 0%,#eaf7f9 25%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f2f4', endColorstr='#ffffff',GradientType=1 );
}
.gradient-5 {
	background: #ffffff;
	background: -moz-linear-gradient(-45deg, #ffffff 24%, #f6f7ef 56%, #ecede1 100%);
	background: -webkit-linear-gradient(-45deg, #ffffff 24%,#f6f7ef 56%,#ecede1 100%);
	background: linear-gradient(135deg, #ffffff 24%,#f6f7ef 56%,#ecede1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ecede1',GradientType=1 );
}
.gradient-6 {
	background: #7c9ca5;
	background: -moz-linear-gradient(-45deg, #7c9ca5 0%, #99bdc1 50%, #bedadd 100%);
	background: -webkit-linear-gradient(-45deg, #7c9ca5 0%,#99bdc1 50%,#bedadd 100%);
	background: linear-gradient(135deg, #7c9ca5 0%,#99bdc1 50%,#bedadd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c9ca5', endColorstr='#bedadd',GradientType=1 );
}
.gradient-7 {
	background: #b5bdc8;
	background: -moz-linear-gradient(-45deg, #b5bdc8 0%, #828c95 36%, #28343b 100%);
	background: -webkit-linear-gradient(-45deg, #b5bdc8 0%,#828c95 36%,#28343b 100%);
	background: linear-gradient(135deg, #b5bdc8 0%,#828c95 36%,#28343b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=1 );
}


/* ================ The Timeline ================ */
.main-timeline{
    position: relative;
    transition: all 0.4s ease 0s;
}
.main-timeline:before{
    content: "";
    width: 3px;
    height: 100%;
    background: #bfbfbf;
    position: absolute;
    top: 0;
    left: 50%;
}
.main-timeline .timeline{
    position: relative;
}
.main-timeline .timeline:before,
.main-timeline .timeline:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.main-timeline .timeline-icon{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fc9211;
    border: 8px solid #fff;
    position: absolute;
    top: 0;
    left: 3px;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
	-webkit-box-shadow: 0px 1px 16px 0px rgba(0,0,0,0.60);
	-moz-box-shadow: 0px 1px 16px 0px rgba(0,0,0,0.60);
	box-shadow: 0px 1px 16px 0px rgba(0,0,0,0.60);
}
.main-timeline .timeline-content{
    width: 45%;
    padding: 20px;
    border-radius: 5px;
    text-align: right;
    transition: all 0.3s ease 0s;
}

.main-timeline .title{
    font-size: 24px;
    font-weight: 500;
    color: #5c5151;
    margin-top: 30px;
}
.main-timeline .description{
    font-size: 14px;
    color: #606060;
    line-height: 2;
}
.main-timeline .timeline-content.right{
    float: right;
    text-align: left;
}
@media only screen and (max-width: 1000px){
    .main-timeline:before{
        left: 0;
    }
    .main-timeline .timeline-icon{
        left: 0px;
        margin: 0;
    }
    .main-timeline .timeline-content{
        width: 40%;
        float: right;
    }
}

/*========= bullets =============*/

  /* bullets */
  .circle li {list-style-type: circle;}
  .disc li {list-style-type: disc;}
  .square li {list-style-type: square;}
  
  /* numbered lists */
  .decimal li { list-style-type: decimal;}
  .decimal-leading-zero li { list-style-type: decimal-leading-zero;}
  .georgian li { list-style-type: georgian;}
  .lower-alpha li { list-style-type: lower-alpha;}
  .lower-greek li { list-style-type: lower-greek;}
  .lower-latin li { list-style-type: lower-latin;}
  .lower-roman li { list-style-type: lower-roman;}
  .upper-alpha li { list-style-type: upper-alpha;}
  .upper-latin li { list-style-type: upper-latin;}
  .upper-roman li { list-style-type: upper-roman;}

/*========= Tabla =============*/

/*  Generic Styling, for Desktops/Laptops */
table { 
  width: 100%; 
  border-collapse: collapse; 
}
/* Zebra striping */
tr:nth-of-type(odd) { 
  background: none; 
}

th { 
  background: #FF8639; 
  color: white; 
  font-weight: bold; 
}
td, th { 
  padding: 6px; 
  border: 1px none #fff; 
  text-align: left; 
}

@media only screen and (max-width: 980px)  {

  /* Force table to not be like tables anymore */
  table, thead, tbody, th, td, tr { 
    display: block; 
  }
  
  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  
  tr { border: 1px solid #ccc; }

  tr:not(:last-child) {
    border-bottom: none;
  }
  
  td { 
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px none; 
    position: relative;
    padding-top: 2em;
  }
  
  td:before { 
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 4px;
    left: 4px;
    white-space: nowrap;
    font-weight: bold;
  }
 
}

/*============otros========*/

.padSmall {
  border-radius: 10px;
  padding: 2%;
  color: #303030;
  background: ;
  overflow: hidden;
}
.padInicio {
  border-radius: 10px;
  padding: 20px;
  background: ;
  overflow: hidden;
  height: 180px;
  width: 180px;
  vertical-align: middle;
}

.padAlpha {
  border-radius: 10px;
  padding: 4%;
  color: #303030;
  background:  rgba(255,255,255,0.6) ;
  overflow: hidden;
}