body {
    width: 100%;
    height: 100%;
    font-family: 'Lato', sans-serif;
	background-color: #ffffff;
 
}
body.bgshirley {
	background-image: url(/gnfactory/LNC/GNF/2017/05/26/0017/img/bgstaticShirley.png),url(/gnfactory/LNC/GNF/2017/05/26/0017/img/bg.png);	
    background-position:center, center;
    background-attachment: fixed, scroll;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto; 	
}
body.bgkeylor {
	background-image: url(/gnfactory/LNC/GNF/2017/05/26/0017/img/bgstatic.png),url(/gnfactory/LNC/GNF/2017/05/26/0017/img/bg.png);	
    background-position:center, center;
    background-attachment: fixed, scroll;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto; 	
}
.arrowDown {
	padding-bottom: 30px;
	font-size: 16px;
	color: #299af0;
	text-align: center;
	background-position: bottom;
	background-repeat: no-repeat;
	cursor: pointer;
}
.arrowDown.keylor {
	background-image: url(/gnfactory/LNC/GNF/2017/05/26/0017/img/arrow_down.png);	
}
.arrowDown.shirley {
	background-image: url(/gnfactory/LNC/GNF/2017/05/26/0017/img/arrow_down-shirley.png);	
}
@media only screen and (max-width: 500px) {
    main img.phone { display: block; }
	main img.desktop { display: none; }
}
@media only screen and (min-width: 501px) {
    main img.phone { display: none; }
	main img.desktop { display: block; }
}
main {
    width: 100%;
    
}
main h2 {
	text-align: center;
	margin: 50px 0 10px 0;
	font-family: 'Rubik Mono One', sans-serif;
    font-weight: 100;
    color: #383838;
    text-shadow: 0px 2px 3px rgba(255,255,255,0.5);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
	font-size: 42px;
	letter-spacing: -5px;
}
main h2 img {
	display: block;
	margin: auto;
    max-width: 1034px;
}
section.home {
	color: #fff;	
	position: relative;
	padding-top: 20vh;
}
section.home .shirley, section.home .keylor {
	width: 50%;
	margin-bottom: 50px;	
}
section.home .shirley {
	float: left;
}
section.home .keylor {
	float: right;
}
section.home .shirley a, section.home .keylor a {
	width: 100%;
	display: block;
	height: 60vh;
	min-height: 550px;
	position: relative;
	background-size: cover;
	background-position: center;
	transition: all .1s ease;
}
section.home .shirley span, section.home .keylor span {
	position: absolute;
	bottom: 30px;
	color: #fff;
	font-weight: 800;
	font-size: 26px;
	line-height: 30px;
}
section.home .shirley span {
	right: 20px;
}
section.home .keylor span {
	left: 20px;
}
section.home .shirley a {
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(/gnfactory/LNC/GNF/2017/05/26/0017/img/img_home-shirley.jpg);
}
section.home .keylor a {
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(/gnfactory/LNC/GNF/2017/05/26/0017/img/img_home-keylor.jpg);
}
section.home .shirley a:hover {
	background-image: linear-gradient(rgba(7, 15, 24, 0.6), rgba(7, 15, 24, 0.6)), url(/gnfactory/LNC/GNF/2017/05/26/0017/img/img_home-shirley.jpg);
	border-bottom: 5px solid #9d2ad0;
}
section.home .keylor a:hover {
	background-image: linear-gradient(rgba(7, 15, 24, 0.6), rgba(7, 15, 24, 0.6)), url(/gnfactory/LNC/GNF/2017/05/26/0017/img/img_home-keylor.jpg);
	border-bottom: 5px solid #299af0;
}
section.home .champions {
	width: 470px;
	position: absolute;
	left: calc(50% - 235px);
	top: 50px;
	text-align: center;
	z-index: 10;
}
@media screen and (max-width:550px) {
	section.home .shirley, section.home .keylor {
		float: none;
		width: 100%;
		margin-bottom: 0px;
	}
	section.home .shirley a, section.home .keylor a {
		min-height: 200px;
		height: 200px;
	}
	section.home .shirley span, section.home .keylor span {
		width: 100%;
		text-align: center;
		right: 0;
		left: 0;
	}
	section.home .champions {
		max-width: 300px;
		margin: auto;
		position: relative;
		left: 0;
		top: -120px;
		margin-bottom: -100px;
	}
	
}

section.intro {
	height: 90vh;
	display: block;
	padding-top: 100px;
    background-size: cover;
    background-position: center;	
}
section.intro.keylor {
	background-image: url(/gnfactory/LNC/GNF/2017/05/26/0017/img/bg_intro-navasB.jpg);	
}
section.intro.shirley {
	background-image: url(/gnfactory/LNC/GNF/2017/05/26/0017/img/bg_intro-Shirley.jpg);	
}
@media screen and (max-width:500px) {
	section.intro {
		height: 130vh;
		background-position: -250px;
	}
}
@media screen and (max-width:800px) and (min-width:501px) {
	section.intro {
		height: 90vh;
		background-position: -250px;
	}
}
section .main {
    max-width: 1100px;
	position: relative;
    margin: 0 auto 30px auto;
    text-align: center;
}
section.intro .main h1 {
	margin-bottom: 10px;
	font-size: 80px;
	color: #60baff;
    text-shadow: 2px 2px 1px #ffffff;
}
section.intro .main p {
	font-size: 20px;
    color: #ffffff;
    text-shadow: 1px 1px 1px #1c2352;
	margin-bottom: 20px;
}
section.intro .main .arrowDown {
	font-weight: bold;
}



section.content {
	padding: 40px 0;
	background-image: url(/gnfactory/LNC/GNF/2017/05/26/0017/img/bg_content.png);
}
section.content p {
	width: 80%;
	max-width: 800px;
	margin: 0 auto 20px auto;
    font-family: 'Lato', sans-serif;
    color:#676767;
}
section.content .teams {
	margin: 30px 0;
	text-align: center;
}
section.content .teams li {
	width: 17%;
	margin: 0 10px;
	display: inline-block;
	vertical-align: middle;
}
section.content .teams li img {
	width: 100%;	
}
@media screen and (max-width:650px) {
	section.content .teams li {
		width: 35%;
	}
}
section .tables {
	margin-top: -70px;
	margin-bottom: 30px;
	padding-top: 60px;
	background-repeat: no-repeat;
	background-position: top center;
	
}
section .tables table {
	width: 100%;
	max-width: 1000px;
	height: 40px;
	margin: auto;
	padding: 30px 80px;
    box-shadow: 0px 5px 5px #b7b7b7;
	border-spacing: 0;
	background-color: rgba(255,255,255,.9);
}
section .tables table th {
	width: 10%;
	padding: 20px 0;
    color: #42516f;
	font-size: 15px;	
	border-bottom: 1px solid #36a8ff;
}
section .tables table td {
	padding: 10px 0;
	font-size: 26px;
	font-weight: 300;
    color: #a2a2a2;
}
section .tables table td:last-child {
	font-weight: 800;
}
@media screen and (max-width:650px) {
	section .tables table {
		padding: 30px;
	}
	section .tables table .phone {
		display: none;
	}
}
section.content .scores {
	width: 100%;
	max-width: 350px;
	margin: auto;
	position: relative;
}
section.content .scores p {
	margin-top: 80px;
	font-size: 28px;
	font-family: 'Rubik Mono One', sans-serif;
}
section.content .scores .team {
    background: white; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#d3d3d3, #ffffff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#d3d3d3, #ffffff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#d3d3d3, #ffffff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(75, 101, 137, 0.71), #ffffff); /* Standard syntax */
    width: 180px;
    height: 750px;
    top: -70px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
    position: absolute;
}
section.content .scores .team.left {
    left: -70%;
    
}
section.content .scores .final.left {
    left: -70%;
}
section.content .scores .team.right {
    right: -70%;
}
section.content .scores .team div {
    width: 180px;
    height: 750px;    
    position: relative;
}
section.content .scores .team div img {
    position: absolute;
    top: 150px;
}
section.content .scores .team div strong {
    color: #193872;
    -webkit-text-stroke: 0.5px #ffffff;
    text-shadow: 2px 2px 2px #939393;
    width: 180px;
    position: absolute;
    left: 0;
    bottom: 30px;
    font-size: 80px;
    font-family: 'Rubik Mono One', sans-serif;
}
@media screen and (max-width:850px) {
	section.content .scores .team {
        width: 120px;
        height: 200px;   
        margin: -70px 20px 120px 20px;
        position: static;
        display: inline-block;
        vertical-align: top;
    } 
    section.content .scores .team div {
        width: 120px;
        height: 200px;    
        position: relative;
    }
    section.content .scores .team div img {
        width: 120%;
        position: static;
        margin-top: 100px;
        margin-left: -10%;
    }  
    section.content .scores .team div strong {  
        display: none;
    }
    section.content .scores .score {
        margin-bottom: 30px;
    }    
    section.content .scores .score li {
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
        color: #193872;
        -webkit-text-stroke: 0.5px #ffffff;
        text-shadow: 2px 2px 2px #939393;
        width: 100px;
        height: 150px;
        margin: 0 10px;
        font-size: 80px;
        font-family: 'Rubik Mono One', sans-serif;
        line-height: 150px;
        display: inline-block;
    }
}
@media screen and (min-width:851px) {
    section.content .scores .score {
        display: none;
    }
}
@media screen and (max-width:850px) {
    section.content .scores .team .desktop{
        display: none;
    }     
}

section.display {
	
}
section.display .main {
    max-width: 1100px;
	position: relative;
    margin: 0 auto 30px auto;
}
section.display.recordGrupos {
	height: 750px;
	background-image: url(/gnfactory/LNC/GNF/2017/05/26/0017/img/img_stripe01.png), url(/gnfactory/LNC/GNF/2017/05/26/0017/img/img_keylor01.png);
	background-blend-mode: soft-light;
	background-repeat: no-repeat;
	background-position: center 200px, center;
}
@media screen and (max-width:650px) {
	section.display.recordGrupos {
		background-position: left;
	}
}
section.display h3 {
	position: absolute;
	font-family: 'Rubik Mono One', sans-serif;
	font-size: 46px;	
}
section.display.recordGrupos h3 {
	right: 0px;
	top: 50px;
	text-align: right;
}
section.display.recordGrupos .time {
	height: 55px;
	padding-left: 45px;
	position: absolute;
	right: 0px;
	top: 150px;
	background-image: url(/gnfactory/LNC/GNF/2017/05/26/0017/img/icon_clock.png);
	background-repeat: no-repeat;
	background-position: left center;
}
section.display.recordGrupos .quote {
	width: 50%;
	position: absolute;
	right: 0px;
	top: 250px;
	text-align: right;
	font-size: 20px;
	font-weight: 600;
	font-style: italic;
}
section.display.recordGrupos .quote span {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	font-style: normal;
}
@media screen and (max-width:1100px) {
	section.display.recordGrupos h3, section.display.recordGrupos .time, section.display.recordGrupos .quote {
		right: 30px;
	}
}
@media screen and (max-width:600px) {
	section.display.recordGrupos {
		height: 1100px;
		background-position: -200px bottom, -250px bottom;
	}
	section.display.recordGrupos .time {
		top: 200px;
		width: 90%;
	}
	section.display.recordGrupos .time img {
		width: 100%;
	}
	section.display.recordGrupos .quote {
		width: 70%;
		top: 300px;
	}
} 


section.display.recordOctavos {
	height: 750px;
	background-image: url(/gnfactory/LNC/GNF/2017/05/26/0017/img/img_stripe02.png), url(/gnfactory/LNC/GNF/2017/05/26/0017/img/img_keylor02.png);
	background-blend-mode: soft-light;
	background-repeat: no-repeat;
	background-position: center, center;
}
@media screen and (max-width:1500px) {
	section.display.recordOctavos {
		background-position: center, center;
	}
}

section.display.recordOctavos h3 {
	left: 0px;
	top: 50px;
	text-align: left;
}
section.display.recordOctavos .time {
	height: 55px;
	padding-left: 45px;
	position: absolute;
	left: 0px;
	top: 150px;
	background-image: url(/gnfactory/LNC/GNF/2017/05/26/0017/img/icon_clock.png);
	background-repeat: no-repeat;
	background-position: left center;
}
section.display.recordOctavos .quote {
	width: 50%;
	position: absolute;
	left: 0px;
	top: 250px;
	text-align: left;
	font-size: 20px;
	font-weight: 600;
	font-style: italic;
}
section.display.recordOctavos .quote span {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	font-style: normal;
}
@media screen and (max-width:1100px) {
	section.display.recordOctavos h3, section.display.recordOctavos .time, section.display.recordOctavos .quote {
		left: 30px;
	}
}
@media screen and (max-width:600px) {
	section.display.recordOctavos {
		height: 1200px;
		background-position: -500px 600px, -900px bottom;
	}
	section.display.recordOctavos .time {
		top: 200px;
		width: 90%;
	}
	section.display.recordOctavos .time img {
		width: 100%;
	}
	section.display.recordOctavos .quote {
		width: 70%;
		top: 300px;
	}
}


section.display.recordCuartos {
	height: 750px;
	background-image: url(/gnfactory/LNC/GNF/2017/05/26/0017/img/img_stripe03.png), url(/gnfactory/LNC/GNF/2017/05/26/0017/img/img_keylor03.png);
	background-blend-mode: soft-light;
	background-repeat: no-repeat;
	background-position: center 200px, left center;
}

@media screen and (max-width: 1200px) {
	section.display.recordCuartos {
		background-position: center bottom, -300px 50px;
	}
}

@media screen and (max-width:250px) {
	section.display.recordCuartos {
		background-position: left;
	}
}
section.display.recordCuartos h3 {
	right: 0px;
	top: 50px;
	text-align: right;
}
section.display.recordCuartos .time {
	height: 55px;
	padding-left: 45px;
	position: absolute;
	right: 0px;
	top: 150px;
	background-image: url(/gnfactory/LNC/GNF/2017/05/26/0017/img/icon_clock.png);
	background-repeat: no-repeat;
	background-position: left center;
}
section.display.recordCuartos .quote {
	width: 50%;
	position: absolute;
	right: 0px;
	top: 250px;
	text-align: right;
	font-size: 20px;
	font-weight: 600;
	font-style: italic;
}
section.display.recordCuartos .quote span {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	font-style: normal;
}
@media screen and (max-width:1100px) {
	section.display.recordCuartos h3, section.display.recordCuartos .time, section.display.recordCuartos .quote {
		right: 30px;
	}
}
@media screen and (max-width:600px) {
	section.display.recordCuartos {
		height: 1000px;
		background-position: -250px 500px, -350px bottom;
	}
	section.display.recordCuartos .time {
		top: 200px;
		width: 90%;
	}
	section.display.recordCuartos .time img {
		width: 100%;
	}
	section.display.recordCuartos .quote {
		width: 70%;
		top: 300px;
	}
}



section.display.recordSemis {
	height: 750px;
	background-image: url(/gnfactory/LNC/GNF/2017/05/26/0017/img/img_stripe04.png), url(/gnfactory/LNC/GNF/2017/05/26/0017/img/img_keylor04.png);
	background-blend-mode: soft-light;
	background-repeat: no-repeat;
	background-position: center 200px, center;
}
@media screen and (max-width:650px) {
	section.display.recordSemis {
		background-position: left;
	}
}
section.display.recordSemis h3 {
	left: 30px;
	top: 40px;
	text-align: left;
}
section.display.recordSemis .tablarecord {
	height: 187px;
	position: absolute;
	left: 30px;
	top: 120px;
	background-repeat: no-repeat;
	background-position: left center;
}
section.display.recordSemis .quote span {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	font-style: normal;
}
@media screen and (max-width:1100px) {
	section.display.recordSemis h3, section.display.recordSemis .tablarecord {
		left: 0px;
	}
}
@media screen and (max-width:650px) {
	section.display.recordSemis {
		height: 1050px;
		background-position: -350px 400px, -450px 300px;
	}
	section.display.recordSemis .tablarecord {
		top: 180px;
		width: 100%;
	}
	section.display.recordSemis .tablarecord img {
		width: 100%;
        max-width: 481px;
	}
}
section.champion {
	text-align: center;
	padding: 40px 0 0 0;
	background-image: url(/gnfactory/LNC/GNF/2017/05/26/0017/img/bg_champion.png);
    background-size: auto;
    background-position: top center;	
	background-repeat: no-repeat;
}
section.champion .main img {
	width: 100%;
	display: block;
	margin: auto;
}
section.champion .main p {
	width: 90%;
	max-width: 600px;
	margin: auto;
}
section.champion .main #video {
	width: 90%;
	height: 50%;
	max-width: 700px;
	margin: 50px auto;
}
section.champion .main #video p {
	font-size: 13px;
	margin-top: 20px;
}
/*OTROS*/

/*PUBLICIDAD*/

.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;
}

/*PUBLICIDAD*/

.inlinelink{
    font-family: 'Lato', sans-serif;
    display: block;
    text-align: center;
    background-color: #b4b4b4;
    color: #ffffff;
    font-weight: 600;
    font-size: 1em;
    margin: auto;
    max-width:300px;
    height: 30px;
    line-height: 30px;
    transition: all .5s ease;
}
.inlinelink:hover{
    background-color: #5a5a5a;
}

