body {
	background-image: url(/gnfactory/LNC/GNF/2016/07/28/0001/img/bg_body.png);
	color: #fff;
    font-family: 'Open Sans', sans-serif;
}
.arrowDown {
	padding-bottom: 20px;
	font-size: 16px;
	text-align: center;
    margin: auto;
	background-image: url(/gnfactory/LNC/GNF/2016/07/28/0001/img/arrow_down.png);
	background-position: bottom;
	background-repeat: no-repeat;
	cursor: pointer;
    margin-top: 20px;
    width: 10%;
    transition: margin-top 1s;
}
.arrowDown:hover {
    margin-top: 30px;
}
/*SECTIONS*/
#intro {
	height: 100vh;
	padding: 20% 5%;
	text-align: center;
	background-image: url(/gnfactory/LNC/GNF/2016/07/28/0001/img/bg_intro.jpg);
	background-size: cover;
}
#intro h1 {
	font-family: 'Amatic SC', cursive;
	font-size: 140px;
	color: #fff;
	line-height: 130px;
	background-image: url(/gnfactory/LNC/GNF/2016/07/28/0001/img/bg_h1.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
@media screen and (max-width:550px) {
	#intro {
		padding: 25% 5%;
	}
	#intro h1 {
		font-size: 60px;
		line-height: 90px;
	}
}
#intro h3 {
	font-family: 'Satisfy', cursive;
	font-size: 28px;
	margin-bottom: 20px;
}
#intro p {
	max-width: 600px;
	margin: auto;
	font-weight: 400;
	font-size: 16px;	
	text-shadow: 0px 0px 10px #070c48;
}
#map h2 {
    background-image: url(/gnfactory/LNC/GNF/2016/07/28/0001/img/bg_h2.png);
}
#map p {
	font-weight: 400;
	font-size: 16px;	
}
.googlemap{
    padding: 20px 0;
    background-color: rgba(0, 38, 80, 0.5);
    height: auto;
}
.googlemap iframe{
    display:block;
    background-color: aqua;
    height: 400px;
    width: 90%;
	max-width: 900px;
	margin: auto;
    border: none;
}
#estrellas{
	padding: 2% 0 10% 0;
	text-align: center;
	background-image: url(/gnfactory/LNC/GNF/2016/07/28/0001/img/bg_estrellas.jpg);
	background-size: cover;   
}
#estrellas h2 {
	background-image: url(/gnfactory/LNC/GNF/2016/07/28/0001/img/bg4_h2.png);
}
#estrellas p {
	font-weight: 400;
	font-size: 16px;
}
.teams {
    display: block;
    margin: 30px 0 0;
	padding: 20px;
    background-color: rgba(0, 66, 114, 0.69);
}
.teams ul li {
	width: 220px;
	display: inline-block;
	margin: 10px;
}
.teams ul li span {
	display: block;
}
.teams ul li span.name{
	color: aqua;
    font-family: 'Amatic SC', cursive;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
}
.teams ul li span.info{
    border-bottom: solid 1px aqua;
    margin: 5px 0;
}
select  {
	width: 250px;
	height: 50px;
	background-color: rgba(0, 66, 114, 0.7);
	border: 1px solid #fff;
	display: inline-block;
	font-family: 'Amatic SC', cursive;
	font-weight: 600;
	line-height: 50px;
	color: aqua;
	padding-left: 50px;
	font-size: 26px;
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-repeat: no-repeat;	
	background-position: 90% center, 10px center;
	background-size: auto, 30px;
	outline: none;
	color: transparent;
    text-shadow: 0 0 0 aqua;	
	border-radius: 0px;
}
select.costarica {
	background-image: url(/gnfactory/LNC/GNF/2016/07/28/0001/img/arrow_down.png), url(/gnfactory/LNC/GNF/2016/07/28/0001/svg/banderacr.svg);	
}
select.restodelmundo {
	background-image: url(/gnfactory/LNC/GNF/2016/07/28/0001/img/arrow_down.png), url(/gnfactory/LNC/GNF/2016/07/28/0001/img/icon_global.png);	
}
select.posiciones {
	background-image: url(/gnfactory/LNC/GNF/2016/07/28/0001/img/arrow_down.png), url(/gnfactory/LNC/GNF/2016/07/28/0001/img/icon_surfboard.png);	
}
#evento{
	text-align: center;
	background-size: cover;   
}
#evento h2 {
	background-image: url(/gnfactory/LNC/GNF/2016/07/28/0001/img/bg3_h2.png);
}
#evento h3.border {
    border-bottom-style: solid;
    border-width: 1px;
}
#evento p {
	font-weight: 400;
	font-size: 16px;
}
#envivo{
    background-color: rgba(0, 66, 114, 0.59);
}
.ranking {
    max-width: 100%;
    background-color: rgba(0, 66, 114, 0.69);
}
.noticias {
    padding: 15px;
    max-width: 100%;
    background-color: rgba(0, 48, 83, 0.79);  
}
.news ul {
	max-width: 1100px;
	margin: auto;
}
.news li {
	width: 38%;
	display: inline-block;
    margin: 5px;
	border-bottom: 0.5px solid aqua;
}
@media screen and (max-width:700px) {
	.news li {
		width: 60%;
	}
}
@media screen and (max-width:500px) {
	.news li {
		width: 90%;
	}
}
.news li a {
	display: block;
	min-height: 90px;
	padding: 0 0 5px 0;
	text-align: left;
	transition: all .5s ease;	
}
.news li a img {
	width: 120px;
	float: left;
	margin-right: 15px;
}
.news li a .date {
	display: block;
	color: aqua;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}
.news li a .name {
    vertical-align: baseline;
	display: block;
	font-weight: 100;
	font-size: 14px;
	color: #ffffff;
}
#historia{
	padding: 1% 0;
}
.crcampeon{
    position: relative;
    height: 90vh;
    background-position: center;
    background-size: auto, cover;
    background-image:  url(/gnfactory/LNC/GNF/2016/07/28/0001/img/noise.gif), url(/gnfactory/LNC/GNF/2016/07/28/0001/img/bg_historia.png);
    background-repeat: repeat, no-repeat;
    background-blend-mode: multiply, normal;
}
.fondomain{
    position: absolute;
    top: 30%;
    background-color: rgba(0, 0, 0, 0.67);
    width: 100%;
    height: auto;
}
#historia h2 {
	background-image: url(/gnfactory/LNC/GNF/2016/07/28/0001/img/bg2_h2.png);
}
#historia p {
	font-weight: 400;
	font-size: 16px;
}
#historia img{
    margin-top: 20px;
    height: 30px;
}
.textohistoriatop{
    line-height: 1.5;
    margin: 25px auto;
    max-width: 50%;
    background-color: rgba(5, 46, 82, 0.3);
    padding: 20px;
}
@media screen and (max-width:900px) {
	.textohistoriatop{
        max-width: 80%;
        padding: 20px;
	}
}
.textohistoriabutton{
    line-height: 1.5;
    margin: 25px auto;
    max-width: 50%;
    background-color: rgba(5, 46, 82, 0.3);
    padding: 20px;
}
@media screen and (max-width:900px) {
	.textohistoriabutton{
        max-width: 80%;
        padding: 20px;
        margin: 80px auto 20px auto;
	}
}
.textohistoriabutton .left {
    float: left;
    width: 50%;
    color: white;
    line-height: 1.5;
    text-align: left;
    padding: 20px;
}
@media screen and (max-width:1200px) {
	.textohistoriabutton .left{
        width: 100%;
        padding: 10px;
		float: none;
        text-align: left;
        margin-bottom: 20px;
	}
}
.textohistoriabutton .rightbutton {
    float: right;
    width: 50%;
    color: white;
    text-align: left; 
}
@media screen and (max-width:1200px) {
	.textohistoriabutton .rightbutton{
        width: 100%;
        padding: 0;
        text-align: left;
		float: none;
        border: none;
	}
}
blockquote {
    padding: 0 0 0 20px;
    font-family: 'Satisfy', cursive;
    font-size: 26px;
    font-weight: 600;	
    border-left: #ffffff 10px solid;
}
blockquote span {
	margin-top: 15px;
    font-family: 'Satisfy', cursive;
	font-size: 16px;
    color: #ccc;
}
/*SLIDER*/
.slider {
    width: 100%;
    height: 600px;
    position: relative;
}
.slider .controls {
    width: 100%;
    height: 92%;    
    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: aqua;
    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/28/0001/img/arrow_backward.png);
}
.slider .controls ul.arrows li.forward {
    right: 5px;
    background-image: url(/gnfactory/LNC/GNF/2016/07/28/0001/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: 45px;
    background-position: center;
    background-size: cover;     
}
.slider .items .item p {
    width: 90%;
    height: 20%;
    max-width: 600px;
    margin: auto;
	color: #ffffff;	
    font-size: 0.8em;
    line-height: 18px;
    font-weight: 300;
    text-align: center;
    overflow: hidden;
}
#info{
	background-image: url(/gnfactory/LNC/GNF/2016/07/28/0001/img/bg_info.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#info h2 {
	background-image: url(/gnfactory/LNC/GNF/2016/07/28/0001/img/bg_h2.png);	
}
.infografia {
    width: 100%;
    max-width: 958px;
    margin: 20px auto;
}
@media screen and (max-width:400px) {
	.infoTablet, .infoDesktop{
		display: none;
	}
    .infoPhone{
        display: block;
    }
}
@media screen and (min-width:401px) and (max-width:799px){
	.infoPhone, .infoDesktop{
		display: none;
	}
    .infoTablet{
        display: block;
    }
}
@media screen and (min-width:800px){
	.infoTablet, .infoPhone{
		display: none;
	}
    .infoDesktop{
        display: block;
    }
}
/*GENERALES*/
.icons {
	background-color: rgba(20,70,110,0.5);
}
.icons ul {
	width: 95%;
	max-width: 900px;
	margin: auto;
	padding: 15px 0;
	text-align: center;
}
.icons ul li {
	width: 220px;
	height: 70px;
	margin-bottom: 10px;
	padding-left: 80px;	
	display: inline-block;
	text-align: left;
	background-repeat: no-repeat;
}
.icons ul li .title {
	display: block;
    font-weight: 600;
	font-family: 'Amatic SC', cursive;
	font-size: 32px;
}
.icons ul li .info {
	font-size: 13px;
	font-weight: 600;
}
.main {
	width: 95%;
	max-width: 900px;
	margin: auto;
	padding: 20px;
	text-align: center;
}
h2 {
	margin-bottom: 20px;
    text-align: center;
	font-family: 'Amatic SC', cursive;
	font-size: 70px;
    font-weight: 700;
	line-height: 70px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;	
}
@media screen and (max-width:550px) {
	#map h2, #estrellas h2, #evento h2, #historia h2, #info h2 {
		font-size: 50px;
		line-height: 50px;
	}
}
h3 {
	font-family: 'Amatic SC', cursive;
    width: 95%;
    max-width: 900px;
    text-align: center;
    margin: auto;
	font-size: 40px;
	line-height: 70px;
}
.button {
	width: 170px;
	margin: 20px auto;
    font-family: 'Amatic SC', cursive;
	height: 50px;	
	position: relative;
	padding: 0 20px;
	color:aqua;
	line-height:50px;	
	font-weight: 600;
	font-size: 26px;
	text-align: left;	
	background-color: rgba(0, 66, 114, 0.7);
	cursor: pointer;
	border: 1px solid #fff;
	background-image: url(/gnfactory/LNC/GNF/2016/07/28/0001/img/arrow_down.png);
	background-repeat: no-repeat;
	background-position: 90% 20px;
}
.hide {
    display: none;
}