html, body {
    width: 100%;
    height: 100%;
    background: #dddddd;
}
main {
    width: 100%;
}
section {
    background-size: cover;
    background-position: center;
}

section .main {
    max-width: 1100px;    
    padding: 75px 10% 100px 10%;
    margin: auto;
    text-align: left;
}
section .overlay{
    width: 100%;
    height: auto;
    padding: 35px;
    background-color: #000;
    border-radius: 15px;
    opacity: 2;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+50,000000+100&0.4+0,0.4+99 */
background: -moz-linear-gradient(left,  rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.4) 99%, rgba(0,0,0,0.4) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 50%,rgba(0,0,0,0.4) 99%,rgba(0,0,0,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 50%,rgba(0,0,0,0.4) 99%,rgba(0,0,0,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#66000000',GradientType=1 ); /* IE6-9 */


}
section h1 {
    margin-bottom: 25px;
    font-family: 'Fjalla One', sans-serif;
	font-size: 3.1em;
    font-weight: 600;
    color: #F5D12F;
    text-align: center;
}
section h2 {
	font-size: 1em;
	font-weight: 50;
    margin-bottom: 12px;
	color: #fff;
    text-align: center;
    text-transform: uppercase;
}
section p {
	margin-bottom: 20px;
    color: #fff;
    font-size: 1.1em;
	line-height: 1.3em;
	font-weight: 500;
    text-align: left;

}
article .main {
    max-width: 1000px;
    padding: 40px 10% 25px 10%;
    margin: auto;
}
article img {
    display: block;
    max-width: 100%;
    margin: 0 auto 30px 0;
}
article h1 {
    margin-bottom: 10px;
    font-family: 'Fjalla One', sans-serif;
    color: #07137b;
	font-size: 2.2em;
}
article h2 {
    margin-bottom: 15px;
	font-size: 1.2em;
	font-weight: 500;
	color: #121953;
}
article p {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 20px;
}
article p.column {
    width: 40%;
    margin-left: 5%;
    float: right;
}
@media screen and (max-width: 600px) {
    article p.column {
        width: 90%;
        margin: auto;
        float: none;
    }
}
article li {
    list-style-image: url(/gnfactory/LNC/GNF/2016/09/12/0001/svg/bullet.svg);
    margin-left: 40px;
}

blockquote {
	width: 80%;
    margin: 30px auto;
    padding: 0 0 0 20px;
    font-style: italic;
	font-family: 'Roboto Slab', serif;
    font-size: 24px;
    font-weight: 600;	
    border-left: #4a4a4a 10px solid;
}
blockquote span {
	margin-top: 15px;
	font-family: 'Open Sans', serif;
	font-size: 16px;
    color: #ccc;
}
#timeline {
    width: 100%;
    padding: 35px 0 35px 0;
    margin: auto;
    background-image: url(/gnfactory/LNC/GNF/2016/09/12/0001/img/bg_01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
/*
/*OTROS*/
.arrow {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    background-color: #07137b;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .7;
    transition: all .5s ease;
}
.arrow.down {
    background-image: url(/gnfactory/LNC/GNF/2016/09/12/0001/svg/arrow_down.svg);
}
.arrow:hover {
    opacity: 1;
}

/*ANIMATION*/
@keyframes animationFrames{
  0% {
    opacity:0;
    background-size: 120%;
  }
  10% {
    opacity:1;  
    background-size: 120%;
  }
  100% {
    opacity:1;
    background-size: 100%;
  }
}
@-moz-keyframes animationFrames{
  0% {
    opacity:0;
    background-size: 120%; 
  }
  10% {
    opacity:1;  
    background-size: 120%;
  }
  100% {
    opacity:1;
    background-size: 100%;
  }
}
@-webkit-keyframes animationFrames {
  0% {
    opacity:0;
    background-size: 120%;  
  }
  10% {
    opacity:1;  
    background-size: 120%;
  }    
  100% {
    opacity:1;
    background-size: 100%;
  }
}
@-o-keyframes animationFrames {
  0% {
    opacity:0;
    background-size: 120%; 
  }
  10% {
    opacity:1;  
    background-size: 120%;
  }
  100% {
    opacity:1;
    background-size: 100%;
  }
}

@-ms-keyframes animationFrames {
  0% {
    opacity:0;
    background-size: 120%;
  }
  10% {
    opacity:1;  
    background-size: 120%;
  }
  100% {
    opacity:1;
    background-size: 100%;
  }
}
/*ANIMATION*/
/*MODALS*/
#modals {
	text-align: center;
}
#modals h1 {
	margin: 10px 0;
	font-size: 2em;
	font-weight: 300;
    color: #393939;
}
#modals h2 {
	margin: 20px 0;
	font-size: 1em;
	font-weight: 500;
    color: #000;
}
#modals p {
	margin-bottom: 20px;
    font-size: 1em;
    color: #393939;
}
#modals p.gray {
	color: #acacac;
}
/*PLANO*/
#listApps {
    width: 900px;
    max-width: 900px;
    height: 550px;
    margin: auto;
    background-size: 100%;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
}

#listApps ul.md-trigger {
    width: 100%;
    height: 100%;
	position: relative;
}
#listApps li {
	position: absolute;
}
/*TIEMLINE*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



.intro {
  background: #fff;
  padding: 100px 0;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

h1 {
  font-size: 2.5rem;
}


/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul {

  padding: 20px 0;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 3px;
  margin: 0 auto;
  padding-top: 50px;
  background: #F5D12F;
}

.timeline ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
}

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 300px;
  padding: 15px;
  background: #fff;
  border-radius: 5px;
  font-size: 1em;

}

.timeline ul li div::before {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ul li:nth-child(odd) div {
  left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #fff transparent transparent;
}

.timeline ul li:nth-child(even) div {
  left: -339px;
}

.timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #fff;
}

time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}


/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul li::after {
  transition: background .5s ease-in-out;
}

.timeline ul li.in-view::after {
  background: #F5D12F;
  width: 50px;
    height: 50px;
    border: #fff 3px solid;
    background-image: url(/gnfactory/LNC/GNF/2016/09/12/0001/svg/tower.svg);
    background-position: center center;
    background-repeat: no-repeat;
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}


/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 1500px;
  }
  .timeline ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}

@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left:0px;
  }
  .timeline ul li div {
    width: calc(100vw - 80px);
  }
  .timeline ul li:nth-child(even) div {
    left: 30px;
  }
  .timeline ul li:nth-child(even) div::before {
    left: -10px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #F5D12F transparent transparent;
  }
#listApps {
    height: 230px;

}
}
/*playlist*/
#playlist {
	margin-top: 40px;
	text-align: center;
}
#playlist li {
	display: inline-block;
	margin: 10px;
}
#playlist li a {
	width: 200px;
	display: block;
	background: #121953;
	transition: background 1s ease;
}
#playlist li a:hover {
	background: #393939;
}
#playlist li a img {
	width: 100%;
	height: 150px;
	margin: 0;
}
#playlist li a span {
	display: block;
	padding: 20px;
	font-size: 1em;
	font-weight: 600;
	color: #fff;
	text-align: center;	
}
#playlist li a span em {
	display: block;
	font-size: 1em;
	font-style: normal;
	font-weight: 400;	
}
