html, body {
    width: 100%;
    height: 100%;
    background-image: url(/gnfactory/LNC/GNF/2017/03/29/0013/img/nativebg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.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%;
}
main {
    width: 100%;
    font-family: 'Lato', sans-serif;
    color: #535353;
}
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: 'Josefin Sans', sans-serif;	
	font-size: 4em;
    font-weight: 800;
    text-shadow: 1px 1px #A6CE38;
    color: #ffffff;
}
section h2 {
	font-size: 1.2em;
	font-weight: 200;
	color: #ddd;
}
section p {
	margin-bottom: 20px;
    color: #fff;
    font-size: 18px;
	line-height: 24px;
	font-weight: 400;
}
article .main {
    max-width: 800px;
    padding: 40px 20px 25px 20px;
    margin: auto;
    background-color: none;
}
article img {
    max-width: 100%;
    margin: 0 auto 30px 0;
}
article h1 {
    margin-bottom: 10px;
	font-family: 'Josefin Sans', sans-serif;
    font-weight: 800;
	font-size: 2.6em;
    color: #A6CE38;
}
article h2 {
    margin-bottom: 15px;
	font-size: 1.2em;
	font-weight: 600;
	color: #00A651;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
}
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;
    }
}
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;
}
.inlinelink{
    display: block;
    text-align: center;
    background-color: #A6CE38;
    color: #ffffff;
    font-weight: 600;
    font-size: 1em;
    margin: auto;
    max-width: 70%;
    height: 30px;
    line-height: 30px;
    border: solid 1px #A6CE38;
    border-radius: 5px;
    transition: all .5s ease;
}
.inlinelink:hover{
    background-color: #71901d;
}
/*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/2017/03/29/0013/img/arrow_backward.png);
}
.slider .controls ul.arrows li.forward {
    right: 5px;
    background-image: url(/gnfactory/LNC/GNF/2017/03/29/0013/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*/

/*ABRE ICONOS PRODUCTOS*/

#productos {
	text-align: center;
    margin: 10px;
}
#productos li {
	display: inline-block;
	margin: 10px 7px;
    width: 170px;
    vertical-align: top;
}
#productos li img {
	width: 100%;
	height: 170px;
	margin: 0;
    display: block;
}
#productos li span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #404040;
	text-align: center;
}
#productos li span em {
	display: block;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
}
/*CIERRA ICONOS PRODUCTOS*/

/*ABRE LISTA BENEFICIOS*/

#beneficios{
	margin: 20px 5px;
}

#beneficios li {
    list-style-image: url(/gnfactory/LNC/GNF/2017/03/29/0013/img/check.png);
	margin: 10px 20px;
    font-size: 15px;
}

/*CIERRA LISTA BENEFICIOS*/

/*ABRE LISTA NEUTRALIDAD*/

#neutralidad{
	margin: 20px 5px;
}

#neutralidad li {
    list-style-image: url(/gnfactory/LNC/GNF/2017/03/29/0013/img/check.png);
	margin: 10px 20px;
    font-size: 15px;
}

/*CIERRA LISTA NEUTRALIDAD*/

/*ABRE ICONOS PRODUCTOS*/

#GEI {
	text-align: center;
    padding: 0px;
    margin: 5px;
}
#GEI li {
	display: inline-block;
	margin: 10px 20px;
    width: 140px;
    vertical-align: top;
}
#GEI li img {
	width: 100%;
	height: 140px;
	margin: 0;
    display: block;
}
#GEI li span {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #717171;
	text-align: center;
}
#GEI li span em {
	display: block;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
}
/*CIERRA ICONOS PRODUCTOS*/


/*OTROS*/
.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 {
    margin: auto;
    background-color: #000;
    background-image: url(/gnfactory/LNC/GNF/2017/03/29/0013/svg/arrow_down.svg);
}
.arrow:hover {
    opacity: 1;
}

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


/*OTROS*/