@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'icomoon';
	src:url('../fonts/icomoon/icomoon.eot?-ee0u0f');
	src:url('../fonts/icomoon/icomoon.eot?#iefix-ee0u0f') format('embedded-opentype'),
		url('../fonts/icomoon/icomoon.woff?-ee0u0f') format('woff'),
		url('../fonts/icomoon/icomoon.ttf?-ee0u0f') format('truetype'),
		url('../fonts/icomoon/icomoon.svg?-ee0u0f#icomoon') format('svg');
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }
body {
	background: #fff;
	color: #69606b;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.5;
	font-family: 'Roboto slab', serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

a {
	outline: none;
	color: #69606b;
	text-decoration: none;
}
#pattern{
    background-image: url(/gnfactory/LNC/GNF/2016/01/19/0001/images/pattern.png);
    background-repeat: repeat;
    width: 100%;
    height: 100vh;
    position: absolute;
}
html, body, .container, .header {
	height: 100%;
}
/*MENU*/
menu{
    position: fixed;
    right: 10px;
    top: calc(50% - 134px);
    z-index: 1002;
    font-family: 'Open sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}
menu ul{
    list-style: none;
    text-align: right;
}
menu li{
    transition: opacity 1s ease-out;
    margin-top: 10px;
    border-top: solid 1px #9B9B9B;
    padding-top: 7px;
    right: -80px;
    position: absolute;
}
menu li:hover{
    cursor: pointer;
    opacity: 0.5;
    color:#FFF;
}
menu #m00{opacity: 0;}
menu #m02{top: 85px;}
menu #m03{top: 140px;}
menu #m04{top: 200px;}
#mm_items{display: none;}
#mm_items ul{
    list-style: none;
    margin: 15px 0;
    padding: 0px;
}
#mm_items li{
    font-family: 'Open sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    margin: 5px 0;
    padding: 2px 30px;
    background-color: #FFF;
}
#mm_launch{
    opacity: 0.7;
}

/* Header */
#top_logo{
    width: 100%;
    position: fixed;
    z-index: 1001;
    height: 50px;
    background-color:#0086d9;
    opacity: 1;
    -webkit-box-shadow: -16px 12px 25px -9px rgba(0,0,0,0.3);
    -moz-box-shadow: -16px 12px 25px -9px rgba(0,0,0,0.3);
    box-shadow: -16px 12px 25px -9px rgba(0,0,0,0.3);
}
#top_logo .logo_U{
    height: 50%;
    margin: 11px;
}
#top_logo #share {
	position: absolute;
	right: 15px;
    top:3px;
}
#top_logo #share ul{
    list-style: none;
    margin: 0;
}
#top_logo #share li {
	float: left;
}
#top_logo #share li a {
    width: 25px;
    height: 25px;
    display: block;
    margin: 10px 12px;
    opacity: 1;
    transition: opacity 0.5s ease 0s;
}
#top_logo #share li a:hover {
    opacity: 0.5;
}
#top_logo #share li.facebook a {
	background: url(/gnfactory/LNC/GNF/2016/01/19/0001/svg/share_fb.svg) no-repeat center center;
}
#top_logo #share li.twitter a {
	background: url(/gnfactory/LNC/GNF/2016/01/19/0001/svg/share_tw.svg) no-repeat center center;
}
#top_logo #share li.google a {
	background: url(/gnfactory/LNC/GNF/2016/01/19/0001/svg/share_go.svg) no-repeat center center;
}
.header {
	position: relative;
	margin: 0 auto;
	min-height: 560px;
	width: 100%;
}

.bg-img {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bg-img img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	min-width: 100%;
	min-height: 100%;
}

.title {
    font-family: 'Roboto', sans-serif;
	z-index: 1000;
	margin: 0 auto;
	padding: 0 1.25em;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.title h1 {
	padding: 0 0 0.2em;
	color: #fff;
	font-weight: 700;
	font-size: 3.25em;
	margin: 0 auto;
    line-height: 0.5em;
}
.title h1 span{
    font-weight: 400;
    font-size: 0.25em;
    text-transform: uppercase;
}
.title p {
    font-weight: 300;
	color: #fff;
	padding: 0 0 0.6em;
	font-weight: 300;
	font-size: 0.85em;
	margin: 0 auto;
}
.header #play_btn{
    display: inline;
    position: absolute;
    left: calc(50% - 80px);
    top: calc(60% - 100px);
    width: 100px;
    height: 100px;
    padding: 70px 120px 80px 60px;
    border-radius: 100px;
    font-family: 'Open sans', sans-serif;
    font-size: 12px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    
    background-image: url(/gnfactory/LNC/GNF/2016/01/19/0001/svg/play2.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: inherit;
    z-index: 1;
    opacity: 0.5;
    transition: opacity 1s ease-out;
}
.header #play_btn:hover{
    opacity: 1;
    cursor: pointer;
}
.title p.subline {
	line-height: 1;
}
.title p.subline {
	font-size: 1.75em;
}

/* Trigger Button */
button.trigger {
	position: fixed;
	bottom: 40px;
	left: 50%;
	z-index: 5000;
	display: block;
	margin-left: -0.5em;
	padding: 0;
	width: 1em;
	height: 1em;
	border: none;
	background: transparent;
	color: transparent;
	font-size: 2em;
	cursor: pointer;
}

.container:not(.notrans) button.trigger {
	-webkit-transition: opacity 0.3s 0.5s;
	transition: opacity 0.3s 0.5s;
}

.container.modify:not(.notrans) button.trigger {
	opacity: 0;
	pointer-events: none;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

button.trigger::before {
	position: absolute;
	bottom: 100%;
	left: -100%;
	padding: 0.8em;
	width: 300%;
	color: #fff;
	content: attr(data-info);
	font-size: 0.35em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

button.trigger:focus {
	outline: none;
}

button.trigger span {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

button.trigger span::before {
	position: absolute;
	top: 0;
	left: 2px;
	width: 100%;
	height: 100%;
	color: #fff;
	content: "\e097";
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'icomoon';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Content */
.content {
	margin: 0 auto;
	padding: 0;
}

.content > div:not(.title) {
	margin: -80px auto 0;
	max-width: 660px;
	padding: 0 1.25em;
}

.content > div:not(.title) p {
	margin: 10px auto 10px auto;
}

.content h5{
    font-size: 18px;
    font-weight: 600;
    margin: -170px auto 120px auto;
}

.content > div:not(.title) p span{
	font-weight: 800;
}

.content > div:not(.title) .nota{
    margin: 0 auto 1.5em auto;
    font-size: 14px;
}
.content > div:not(.title) .credito{  
    font-family: sans-serif;
    font-size: 16px;
    text-align: center;
}
.content > div:not(.title) .credito span{
    color: #473b57;
    font-style: italic;
}
.content > div:not(.title) p:first-child {
	font-size: 1.35em;
}
.content > div:not(.title) h2 {
    margin: 0 auto 1.5em auto;
    letter-spacing: -0.01px;
    font-size: 1.3em;
    line-height: 1em;
    font-family: 'Open sans', sans-serif;
    font-weight: 700;
}
.content > div:not(.title) h3 {
    margin: 0 auto;
  font-size: 1em;
  text-transform: uppercase;
  font-family: 'Open sans', sans-serif;
  font-weight: 700;
}
.content > div:not(.title) .icon_section{
    text-align: center;
    margin-top: 170px;
}

.content > div:not(.title) .icon_section h1{
    font-family: 'Open sans', sans-serif;
    text-transform: uppercase;
    font-size: 1em;
    margin: 10px auto 50px auto;
    color: #a0a0a0;
    font-weight: 300;
}
.content h3 {
	margin: 0;
	font-size: 1.4em;
}
.content > div:not(.title) .quote{
    margin: 50px auto 120px auto;
    font-weight: 700;
    font-style: italic;
}
.content > div:not(.title) .quote p:first-child:first-letter {
    float: left;
    color: #881020; 
    font-size: 75px; 
    line-height: 60px; 
    padding-top: 4px; 
    padding-right: 8px; 
    padding-left: 3px; 
}
.content > div:not(.title) h4{
    font-weight: 400;
    float: right;
    margin: -30px 0;
}
.content > div:not(.title) .btn{
    font-family:'Open sans', sans-serif;
    text-transform: uppercase;
    background-color: transparent;
    border: solid 1px #CCC;
    padding: 10px;
    font-size: 14px;
    color: #817D7D;
}
.content > div:not(.title) .btn:hover{
    cursor: pointer;
    background-color: #CCC;
}
.content > div:not(.title) .opciones{
    display: none;
}
.content > div:not(.title) .pregunta{
    margin: 40px 0;
}
.videoWrapper {
	position: relative;
    margin: 0 auto;
	padding-bottom: 45%; /* 16:9 */
	padding-top: 25px;
	height: 0;
    background-color: #000;
    width:640px;
    height:360px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#menu_mobile{
    display: none;
    background-color: rgba(255, 255, 255, 0.65);
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 2000;
}

blockquote {
	width: 80%;
    margin: 30px auto;
    padding: 0 0 0 20px;
    font-style: italic;
	font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-weight: 600;	
    border-left: #4a4a4a 10px solid;
    letter-spacing: -0.8px;
    
}
blockquote span {
	margin-top: 15px;
	font-family: 'Open Sans', serif;
	font-size: 16px;
    color: #ccc;
}

footer {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
}
footer {
    position: relative;
	padding: 20px;
}
footer .link {
    width: 320px;
    display: none;
    position: absolute;
    right: 10px;
    top: -120px;
    padding: 15px;
    background: #000;
    border-radius: 4px;
    opacity: .9;
    z-index: 100;
}
footer .link .close {
	width: 100%;
    display: block;
    position: relative;
}
footer .link .close img {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0px;
    cursor: pointer;
}
footer .link a img {
    width: 75px;
    float: left;
}
footer .link a span {
    width: 190px;
    float: left;
    margin-left: 20px;
    font-family: 'Roboto Slab', serif;
    color: #fff;
	font-size: 16px;
	line-height: 22px;	
}
footer .link a span strong {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
	line-height: 12px;
    color: #616161;
}
footer .main {
    max-width: 800px;
    margin: 0 auto;
}
footer .main p {
    color: #616161;
	font-size: 9px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	line-height: 20px;
	letter-spacing: 1px;
}
footer .main p strong {
	color: #b4b4b4;
}
footer .main p a {
    text-decoration: underline;
    color: #616161;
}
footer .main p span {
    color: #a5a5a5;
}



//---tabs----//
#slider_tabs {
	width: 100%;
	height: 100%;
	position:relative;
	overflow:hidden;
}
#slider_tabs .contenControlGen{
	position: absolute;
	z-index: 10;
	top:10px;
	height:26px;
	width:777px;
	right:10px;
}
#slider_tabs .tabs {
	float:right;
	height: 26px;
	background-image:url(/gnfactory/LNC/GNF/2016/01/19/0001/images/fond.jpg);
}
#slider_tabs .tabs a {
	text-align: center;
	cursor: pointer;
	color:3d3d3d;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:central;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bolder;
	text-decoration:none;
	padding:0 6px 8px 6px;
	margin:2px;
}
#slider_tabs .tabs a.current{
	background-image:url(/gnfactory/LNC/GNF/2016/01/19/0001/images/fond_curr.jpg);
	padding:2px 6px 8px 6px;
	color:000;
}
#slider_tabs .controls ul {
	list-style: none;
	float:right;
}
#slider_tabs .controls li a {
	text-align: center;
	cursor: pointer;
	right:37px;
}
#slider_tabs .controls li a.backward {
	float:right;
	background-image:url(/gnfactory/LNC/GNF/2016/01/19/0001/images/puntas.png);
	background-repeat:no-repeat;
	background-position:left;
	height:26px;
	width:29;
	overflow:hidden;
}
#slider_tabs .controls li a.forward {
	float:right;
	background-image:url(/gnfactory/LNC/GNF/2016/01/19/0001/images/puntas.png);
	background-repeat:no-repeat;
	background-position:right;
	height:26px;
	width:29;
	overflow:hidden;
}
#slider_tabs .items {
	width: 797px;
	height: 504px;
	position: relative;
}
#slider_tabs .item {
	display: none;
	position: absolute;
}
#slider_tabs .item span {
	font-size: 100px;
	color: #fff;
	text-align: center;
}
#slider_tabs .disabled {
	visibility: hidden !important;
}

/*footer*/

footer {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
}
footer {
    position: relative;
	padding: 20px;
}

footer .main {
    max-width: 800px;
    margin: 0 auto;
}
footer .main p {
    color: #616161;
	font-size: 9px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	line-height: 20px;
	letter-spacing: 1px;
}
footer .main p strong {
	color: #b4b4b4;
}
footer .main p a {
    text-decoration: underline;
    color: #616161;
}
footer .main p span {
    color: #a5a5a5;
}


.vs {margin: 0 auto;
    margin-bottom: 10px;
    width: 35%;
   }


/*este es el boton**/

.onoffswitch {
    position: relative; width: 100px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 17px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 23px; padding: 0; line-height: 23px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "Análoga";
    padding-left: 5px;
    background-color: #EEEEEE; color: #999999;
}
.onoffswitch-inner:after {
    content: "Digital";
    padding-right: 5px;
    background-color: #0086D9; color: #FFFFFF;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 17px; margin: 3px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 73px;
    border: 2px solid #999999; border-radius: 17px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

/**tooltip**/
#info {
    width: 100%;
    height: 400px;
    background-image: url(http://www.nacion.com/archivo/tele-digital_LNCIMA20160118_0126_1.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
/*    background-position: center center;*/
/*    background-size: cover;*/
}
#info ul.spots {
    width: 100%;
    height: 100%;
	position: relative;
}
#info ul.spots li {
	width: 25px;
	height: 25px;
	position: absolute;
    background: #f00;
	border-radius: 25px;
	cursor: pointer;
    list-style: none;
}

/*medias*/


@media (min-width: 300px) and (max-width: 840px) {
    #info{
        width: 300px;
        height: 200px;
    
    }
	
}
