html, body {
    width: 100%;
    height: 100%;
/*  background-color: #a3b59a;*/
  background-image: url(/gnfactory/LNC/GNF/2017/01/16/0004/img/engravedLight.png);
}
.embed {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 30px;
}
.embed iframe, .embed object, .embed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
header #back {
    position: absolute;
    right: 200px;
    top: 15px;
    z-index: 1001;
}
header #back a {
    height: 25px;
    padding-left: 22px;
    line-height: 25px;
    color: #000;
    font-size: 14px;
    font-weight: 600;    
    background: url(/gnfactory/LNC/GNF/2017/01/16/0004/img/btn_back.png) no-repeat left;
    opacity: .5;
    transition: opacity 0.5s ease 0s;
}
header #back a:hover {
    opacity: 1;
}
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 h1 {
    margin-bottom: 25px;
    font-family: 'Bevan', cursive;
    font-weight: 400;
	font-size: 3em;
    color: #fff;
    text-shadow: 2px 2px #2a4271;
}
section h2 {
	font-size: 1.2em;
	font-weight: 200;
	color: #ddd;
    
}
section p {
	margin-bottom: 20px;
    color: #fff;
    font-size: 18px;
	line-height: 26px;
	font-weight: 400;
    text-shadow: 1px 1px #8b8b8b;
}
article .main {
    max-width: 800px;
    padding: 40px 10px 25px 10px;
    margin: auto;
}
article img {
    display: block;
    max-width: 100%;
    margin: 0 auto 30px 0;
}
article h1 {
    margin-bottom: 10px;
    font-family: 'Bevan', cursive;	
	font-size: 2.2em;
    color: #404e72;
}
article h2 {
    font-family: 'Bevan', cursive;
    margin-bottom: 15px;
	font-size: 1.6em;
	font-weight: 200;
	color: #6f7c9d;
}
article h3 {
    font-family: 'Roboto Slab', serif;
    margin-bottom: 15px;
	font-size: 1.5em;
	font-weight: 200;
	color: #3e3e3e;
}
article h4 {
    font-family: 'Roboto Slab', serif;
    margin-bottom: 15px;
	font-size: 1.5em;
	font-weight: 400;
	color: #3e3e3e;
}
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;
    }
}
#inicio {
    margin: 20px auto;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Roboto Slab', serif;
}
#inicio a {
    color: #8f9bb2;
    transition: color 0.5s ease 0s;
}
#inicio a:hover {
    color: #2a4271;
}
#cd-timeline h2{
    font-family: 'Bevan', cursive;
    margin-bottom: 20px;
    color: #2a4271;
    font-size: 25px;
	line-height: 26px;
	font-weight: 400;
    text-shadow: 1px 1px #8b8b8b;   
}
#cd-timeline p{
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 16px;
	line-height: 24px;
	font-weight: 400;
    text-shadow: none; 
}

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;
}
/*SLIDER*/
.slider {
    width: 100%;
    margin: 10px auto;
    height: 600px;
    position: relative;
    background-color: #f4f4f4;
}
.slider .controls {
    width: 100%;
    height: 85%;    
    position: relative;
    z-index: 10;
}
.slider .controls ul.tabs {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}
.slider .controls ul.tabs li {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    background: #2a4271;
    cursor: pointer;
    opacity: .5;
}
.slider .controls ul.tabs li.current {
    opacity: 1;
}
.slider .controls ul.arrows {
    width: 100%;
    position: absolute;
    top: 40%;
}
.slider .controls ul.arrows li  {
    width: 40px;
    height: 90px;
    position: absolute;
    cursor: pointer;
    opacity: .5;
    transition: opacity 0.5s ease 0s;
}
.slider .controls ul.arrows li.backward {
    left: 5px;
    background-image: url(/gnfactory/LNC/GNF/2017/01/16/0004/img/arrow_backward.png);
}
.slider .controls ul.arrows li.forward {
    right: 5px;
    background-image: url(/gnfactory/LNC/GNF/2017/01/16/0004/img/arrow_forward.png);
}
.slider .controls ul.arrows li:hover {
    opacity: 1;
}
.slider .disabled {
    visibility:hidden !important;
}
.slider .items {
    width: 100%;
    height: inherit;
    position: absolute;
    top: 0;
}
.slider .items .item {
    width: 100%;
    height: inherit;
	position: absolute;
	display: none;
}
.slider .items .item .image {
    width: 100%;
    height: 85%;
    margin-bottom: 15px;
    background-position: center;
    background-size: cover;     
}
.slider .items .item p {
    width: 90%;
    height: 15%;
    max-width: 600px;
    margin: auto;
	color: #000;	
    font-size: 0.8em;
    line-height: 15px;
    font-weight: 300;
    text-align: center;
    overflow: hidden;
}
/*SLIDER*/
/*LISTAS-GIF*/
.lista{
    padding: 0 30px;
    margin-bottom: 20px;
    color: #ffffff;
}
.lista li{
    list-style-type:decimal;
    margin: 10px auto;
    color: #000;
    font-size: 16px;
}
.lista .listab{
    color: #606060;
    list-style-type:disc;
}
.lista p{
    color: #f00303;
    font-size: 14px;
}
.lista img{
    margin: 20px auto;
}
.listagif{
    padding: 0 10px;
    margin-bottom: 20px;
    background-image: url(/gnfactory/LNC/GNF/2017/01/16/0004/img/networking.png);
    background-position: center;
    background-repeat: no-repeat;
}
.listagif li{
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0 0 20px 35px;
    color: #ffffff;
    font-size: 16px;
}
.numero1{
    background-image: url(/gnfactory/LNC/GNF/2017/01/16/0004/img/billete.gif);
}
.numero2{
    background-image: url(/gnfactory/LNC/GNF/2017/01/16/0004/img/2coin.gif);
}
/*LISTAS-GIF*/

section .intro {
    max-width: 1100px;    
    padding: 75px 5% 100px 5%;
    margin: 0 auto 30px auto;
    text-align: center;
}
/*PLAYLIST*/
#playlist {
	margin-top: 40px;
	text-align: center;
}
#playlist li {
	display: inline-block;
	margin: 10px;
}
#playlist li a {
	width: 250px;
	display: block;
	background: #000;
	transition: background 1s ease;
}
#playlist li a:hover {
	background: #393939;
}
#playlist li a img {
	width: 100%;
	height: 120px;
	margin: 0;
}
#playlist li a span {
	display: block;
	padding: 10px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-align: left;	
}
#playlist li a span em {
	display: block;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;	
}

/*------*/

#icons {
	text-align: center;
}
#icons li {
	display: inline-block;
	margin: 10px 2px;
    width: 220px;
}
#icons li img {
	width: 100%;
	height: 120px;
	margin: 0;
    display: block;
}
#icons li span {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #2e2e2e;
	text-align: center;	
}
#icons li span em {
	display: block;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;	
}

/*------*/

#protect {
	text-align: center;
    margin: 10px;
}
#protect li {
	display: inline-block;
	margin: 10px 2px;
    width: 240px;
    vertical-align: top;
}
#protect li img {
	width: 100%;
	height: 180px;
	margin: 0;
    display: block;
}
#protect li span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #404040;
	text-align: center;	
}
#protect li span em {
	display: block;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;	
}

/*------*/


/*PLAYLIST*/

.arrow {
    width: 50px;
    height: 50px;
    display: block;
    margin-top: 20px;
    border-radius: 50%;
    background-color: #000;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .5;
    transition: all .5s ease;
}
.arrow.down {
    background-image: url(/gnfactory/LNC/GNF/2017/01/16/0004/svg/arrow_down.svg);
}
.arrow:hover {
    opacity: 1;
}
/*OTROS*/

@media screen and (min-width: 401px) {
    .imgdesktop {
        display: block;
    }
    .imgphone{
        display: none;
    }
}
@media screen and (max-width: 400px) {
    .imgphone {
        display: block;
    }
    .imgdesktop{
        display: none;
    }
}

/*PARALLAX*/
#parallax {
    background-image: url("/gnfactory/LNC/GNF/2017/01/16/0004/img/Fondo002Bb.jpg");
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

