/*RESET*/
* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
    //-webkit-text-stroke-width: .05px;
	//-webkit-text-stroke-color: white;
	-webkit-font-smoothing:antialiased;
	text-rendering: optimizeLegibility;
}
html, body, header, main, footer, section, article, iframe, div, p, form, input, ul, li, h1, h2, h3, table, th, td {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 'Open Sans', sans-serif;
   
}

.fondo{
    background: blue; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#44805b, #021f07); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#44805b, #021f07); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#44805b, #021f07); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#44805b, #021f07); /* Standard syntax */
}

li {
	list-style: none;
}
a {
    outline: none;
    text-decoration: none;
}
/*RESET*/
/*TEMPLATE*/
header {
	width: 100%;
	height: 60px;
    position: fixed;
	top: 0px;
	font-family: 'Open Sans', sans-serif;
	background: #fff;
	z-index: 100;
}
nav#menu {
	position: absolute;
	top: 10px;
	left: 0px;	
}
nav#menu .icon {
	width: 40px;
	height: 40px;
	position: relative;
	background-image: url(/gnfactory/LNC/GNF/2016/10/21/0019/svg/icon_menu.svg);
	transition: background-color 1s ease;
	cursor: pointer;
}
nav#menu .icon:hover {
	background-color: #dedede;
}
nav#menu #sections {
	width: 200px;
	padding: 10px;
	position: absolute;
	top: 40px;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0px 0px 10px #d3d3d3;	
	z-index: 100;
}
nav#menu #sections li a {
	height: 40px;
	line-height: 40px;
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	color: #404040;
	letter-spacing: -0.3px;
	transition: color 1s ease;
}
nav#menu #sections li a:hover {
	color: #000;
}
#logo {
	position: absolute;
}
#logo a {
	float: left;
    opacity: .75;
}
#logo.ln a {
	width: 122px;
	height: 26px;
	left: 15px;
	margin: 16px 0 0 15px;
	background: url(/gnfactory/LNC/GNF/2016/10/21/0019/svg/logo_ln.svg) no-repeat center center;
	background-size: contain;
}
#logo.ln_70 a {
	    width: 161px;
    height: 42px;
	left: 15px;
	margin: 16px 0 0 5px;
	background: url(/gnfactory/LNC/GNF/2016/10/21/0019/img/logo_ln-desktop_70.png) no-repeat center center;
	background-size: contain;
        margin-left: 49px;
}

#logo span {
	margin-left: 15px;
    color: #000;
	line-height: 60px;
	font-weight: 400;
	font-size: 15px;
	text-transform: uppercase;
}
@media screen and (max-width: 570px) {
    #logo.ln_70 a {
/*        width: 90px;*/
            height: 44px;
    margin: 13px 5px 5px -3px;
    background: url(/gnfactory/LNC/GNF/2016/10/21/0019/img/logo_ln-phone_70.png) no-repeat center center;
    background-size: contain;
    margin-left: 6px;
	}
    #logo .title{
        display: none;
    }
   
}
/*
#share {
	position: absolute;
	right: 15px;
	top: 15px;
}
#share li {
	float: left;
}
#share li a {
	width: 23px;
	height: 23px;
	display: block;
	margin-left: 15px;
	opacity: 0.5;
	transition: opacity 0.5s ease 0s;
}
#share li a:hover {
	opacity: 1;
}
#share li.facebook a {
	background: url(../svg/share_facebook.svg) no-repeat center center;
	background-size: contain;
}
#share li.twitter a {
	background: url(../svg/share_twitter.svg) no-repeat center center;
	background-size: contain;
}
#share li.google a {
	background: url(../svg/share_google.svg) no-repeat center center;
	background-size: contain;
}
*/
#sponsor {
	padding-top: 60px;
	position: relative;
	z-index: 10;
}
#sponsor .title {
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	background: #e2e2e2;
}
#sponsor .logo {
	height: 50px;
	padding-top: 5px;
	text-align: center;
	background: #fff;
	border-bottom: 1px solid #e2e2e2;
}
#social {
	position: absolute;
	right: 10px;
	top: 15px;
}
#social li {
	display: inline-block;
}
#social li a {
	width: 50px;
	height: 30px;
	display: block;
	margin-left: 5px;
	background-size: auto;
	background-repeat: no-repeat;
}
#social li a.facebook {
	background-image: url(/gnfactory/LNC/GNF/2016/10/21/0019/svg/icon_facebook.svg);
}
#social li a.twitter {
	background-image: url(/gnfactory/LNC/GNF/2016/10/21/0019/svg/icon_twitter.svg);
}
#social li a.google {
	background-image: url(/gnfactory/LNC/GNF/2016/10/21/0019/svg/icon_google.svg);
}
#sponsor {
	padding-top: 60px;
	position: relative;
	z-index: 10;
}
#sponsor .title {
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	background: #e2e2e2;
}
#sponsor .logo {
	height: 50px;
	padding-top: 5px;
	text-align: center;
	background: #fff;
	border-bottom: 1px solid #e2e2e2;
}
.banner {
	margin: 30px 0;
}
.banner p {
	width: 300px;
	height: 25px;
	margin: 1px auto;
	color: #fff;
	text-align: center;
	font-size: 10px;
	font-weight: 600;
	line-height: 25px;
	background: #000;
}
.banner .content {
	width: 300px;
	height: 250px;
	margin: 0 auto;
	position: relative;
	background: #000;
}
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', sans-serif;
    color: #fff;
	font-size: 16px;
	line-height: 22px;	
}
footer .link a span strong {
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
	line-height: 12px;
    color: #fff;
}
footer .main {
    max-width: 600px;
/*    margin: 140px auto 0 auto;*/
    z-index: 10;
/*    position: absolute;*/
/*    transform: translate(600px, -50%);*/
        margin: 0 auto;
    position: inherit;
}
footer .main p {
    color: #fff;
	font-size: 9px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	line-height: 20px;
	letter-spacing: 1px;
}
footer .main p strong {
	color: #fff;
}
footer .main p a {
    text-decoration: underline;
    color: #fff;
}
footer .main p span {
    color: #fff;
}
/*TEMPLATE*/

.map{
    width: 100%;
    height: 500px;
}