@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500italic,500,700,700italic,900,900italic);

html, body {
    width: 100%;
    height: 100%;
    background-color: #fff;
}
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: 'Roboto', sans-serif;	
	font-size: 2.7em;
    color: #fff;
}
section h2 {
	font-size: 1.2em;
	font-weight: 200;
	color: #ddd;
}
section p {
	margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}
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: 'Roboto', sans-serif;
    font-size: 50px;
    font-weight: 800;
    color: #EA0A0A;
        text-align: center;
}
article h2 {
    margin-bottom: 15px;
	font-size: 1.2em;
	font-weight: 200;
	color: #696969;
}
article p {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 20px;
        text-align: center;
}
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;
    }
}
blockquote {
	width: 80%;
    margin: 30px auto;
    padding: 0 0 0 20px;
    font-style: italic;
	font-family: 'Roboto', sans-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%;
    height: 500px;
    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: #fff;
    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/2016/07/27/0006/img/arrow_backward.png);
}
.slider .controls ul.arrows li.forward {
    right: 5px;
    background-image: url(/gnfactory/LNC/GNF/2016/07/27/0006/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: 10%;
    max-width: 600px;
    margin: auto;
	color: #000;	
    font-size: 0.8em;
    line-height: 15px;
    font-weight: 300;
    text-align: center;
    overflow: hidden;
}
/*SLIDER*/
/*OTROS*/
.arrow {
    display: block;
    margin-top: -5px;
    margin-left: -19px;
    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/2016/07/27/0006/svg/arrow_down.svg);
}
.arrow:hover {
    opacity: 1;
}
/*OTROS*/
/*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*/





/*OTROS*/

#playlist {
	text-align: center;
    margin-bottom: 100px;
}
#playlist li {
	display: inline-block;
	margin: 10px;
    width: 300px;
    height: 631px;
	transition: background 1s ease;
    vertical-align: top;
    color:#fff;
}

#playlist li img {
	width: 100%;
	height: 100%;
	margin: 0;
}

/*OTROS*/

.disclaimer{
    width: 300px;
    margin: 0 auto;
    color: #F12B24;
    font-size: 15px;
    text-align: center;
    line-height: 13px;
}

/* para el slider peso info */

#contenedor{position: relative;}
#contenedor .items .item p, #contenedor .items .item h2{color: black;}
#contenedor .items{
    overflow: hidden;
    height: 438px;
}
#contenedor .items .item{
    position: relative;
}
#contenedor .items .item .full{
        width: 75%;
}
/*
#contenedor .items .item:after{
    position: absolute;
    bottom: -30px;
    z-index: 1;
    left: 0;
    content: url('');
    width: 100%;
    height: 25%;
    
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.98) 50%, rgba(0,0,0,1) 51%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(50%, rgba(0,0,0,0.98)), color-stop(51%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.98) 50%, rgba(0,0,0,1) 51%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.98) 50%, rgba(0,0,0,1) 51%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.98) 50%, rgba(0,0,0,1) 51%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.98) 50%, rgba(0,0,0,1) 51%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );   
}
*/
#contenedor .items .item .textos{
            position: absolute;
    z-index: 3;
    left: 1%;
    bottom: -18%;
    width: 90%;
}
#contenedor .items .item p{color: #000;}
#contenedor .items .item p b{color: #000;font-weight: 600;}
#contenedor .controls{
    position: absolute;
    width: 100%;
    top: 50%;
}
#contenedor .controls p{
    background-color: white;
    padding: 5px 7px;
    font-weight: 800;
}
#contenedor .controls li{transition: opacity ease 1s;}
#contenedor .controls li.forward{
    float: right;
    margin-right: 0%;
    background-image: url('../img/arrow.png');
    width: 38px;height: 58px;
    background-position: center;
    background-repeat: no-repeat;
}
#contenedor .controls li.backward{
    float: left;
    margin-left: 0%;
    background-image: url('../img/arrow.png');
    width: 38px;height: 58px;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(-1);
    -moz-transform: scale(-1);
    -webkit-transform: scale(-1);
}
#contenedor .controls li:hover{
    opacity: 0.6;
    cursor: pointer;
}
#contenedor .tabs{text-align: center; margin: 5px; width: 630px;}
#contenedor .tabs li.current {
    background-color: #c43500;
}
#contenedor .tabs li {
    border-radius: 100%;
    width: 10px;
    height: 10px;
    background-color: rgba(70, 70, 70, 0.64);
    display: inline-block;
    margin: 0 5px;
}

/*
.video1 iframe{
    width: 100%;
    height: 1000px;
}

.video2 iframe{
    width: 640px;
    height: 360px;
}
*/

/*  MEDIA QUERY AJUSTES MOBILE  */
@media (max-width: 600px) {
    #contenedor .items{max-height:290px;}
    article h1 {
    font-size: 30px;
    line-height: 32px;
    }
    .disclaimer {
    width: 230px;
    }
    .hashtag {font-size: 20px;}
    .video1{
    height: 250px;
    margin: 0 auto;
            width: 220px;
    }
    .video2{
    height: 260px;
            width: 220px;
    }
    article p {
    font-size: 13px;
    }
    #contenedor .tabs {
    margin-top: -85px;
        width: 100%;
    }
    
}