html, body {
    width: 100%;
    height: 100%;
}
.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%;
}
#info {
    width: 100%;
    max-height: 450px;
    min-height: 450px;
    background-image: url(/gnfactory/LNC/GNF/2017/03/02/0001/svg/map.svg);
    background-repeat: no-repeat;
    background-position: center top;
    border-bottom: 1px solid #d0d0d0;
    position: relative;
}
#info ul.spots {
    width: 100%;
    height: 100%;
	position: absolute;
}
#info ul.spots li {
	width: 25px;
	height: 25px;
    background-image: url(/gnfactory/LNC/GNF/2017/03/02/0001/svg/tooltip.svg);
    background-size: cover;
    border: solid 1px #fff;
    background-repeat: no-repeat;
    background-position: center center;
	position: absolute;
	border-radius: 25px;
	cursor: pointer;
    list-style-image: none;
}
section {
    background-size: cover;
    background-position: center;
}
section .main {
    max-width: 850px;    
    padding: 75px 10% 50px 10%;
    margin: auto;
    text-align: center;
}
section .main img{
    max-width: 400px;
    width: 100%;
}
section h1 {
    margin-bottom: 25px;
    font-family: 'Bangers', cursive;
    letter-spacing: 2px;
	font-size: 3.2em;
    line-height: 1.2em;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
}
section h2 {
	font-size: 1.2em;
	font-weight: 200;
	color: #ddd;
}
section p {
	margin-bottom: 20px;
    color: #fff;
    line-height: 1.3em;
    font-size: 1.2em;
	font-weight: 400;
}
article p img {
    display: block;
    margin: auto;
    
}
article li {
    margin: 10px 0 0 5%;
    list-style-image: url(/gnfactory/LNC/GNF/2017/03/02/0001/svg/check.svg)
}
    
article .main {
    max-width: 800px;
    padding: 40px 10px 25px 10px;
    margin: auto;
}
article img {
    display: block;
    max-width: 100%;
    margin: 0 auto 30px 0;
}
article h1 {
    margin-bottom: 10px;
    font-family: 'Bangers', cursive;
	font-size: 2.4em;
    color: #E20A17;
    font-weight: 400;
}
article h2 {
    font-family: 'Bangers', cursive;
    margin-bottom: 15px;
    text-transform: uppercase;
	font-size: 1.5em;
	font-weight: 400;
	color: #E20A17;
}
article p {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 400;
	margin-bottom: 20px;
    color: #000;
}
article p.column {
    width: 40%;
    margin-left: 5%;
    float: right;
}
article p a:link{
        color: #6d6b6b;
        text-decoration: underline;
        font-weight: 600;
}
article p a:hover{
        color: #6d6b6b;
        text-decoration: none;
        font-weight: 600;
}
article p a:visited{
        color: #6d6b6b;
        text-decoration: underline;
        font-weight: 600;
}
@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-family: 'Roboto Slab', serif;
    font-size: 1.3em;
    font-weight: 400;	
    border-left: #E20A17 10px solid;
    font-style: italic;
}
blockquote span {
	margin-top: 15px;
	font-family: 'Open Sans', serif;
	font-size: 1em;
    color: #726d6d;
    font-weight: 200;
    font-style: normal
}
/*OTROS*/
.arrow {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-top: 20px;
    border-radius: 50%;
    background-color: #E20A17;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .5;
    transition: all .5s ease;
}
.arrow.down {
    background-image: url(/gnfactory/LNC/GNF/2017/03/02/0001/svg/arrow_down.svg);
}
.arrow:hover {
    opacity: 1;
}
/*Grid*/

.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 0.5em 0 1em;
	max-width: 100%;
	list-style: none;
}

/* Common style */
.grid figure {
	position: relative;
	overflow: hidden;
	margin: 10px 2px;
	width: 253px;
	height: 350px;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
    display: inline-block;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
}

.grid figure figcaption {
	padding: 1.1em;
	color: #fff; opacity: 0.9;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
    width: 100%;
    background: #169487; 
	font-weight: 400;
    font-size: 1em;
    text-align: center;
}

.grid figure h2 span {
	font-weight: 600;
    color: #d3bf6c;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: -1px;
	font-size: 65%;
}

/*---------------*/
/***** Julia *****/
/*---------------*/

figure.effect-julia {
	background: #998634;
}

figure.effect-julia img {
	max-width: none;
	height: 300px;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-julia figcaption {
	text-align: left;
}

figure.effect-julia h2 {
	position: relative;
	padding: 0.3em 0;
    margin-bottom: 10px;
    font-size: 0.9em;
    font-family: 'Open Sans', serif;
}
figure.effect-julia p {
	display: inline-block;
	margin: 0 0 0.25em;
	padding: 0.6em 1em;
	background: rgba(255,255,255,0.9);
	color: #2f3238;
	text-transform: none;
	font-weight: 500;
	font-size: 60%;
	-webkit-transition: opacity 0.25s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-360px,0,0);
	transform: translate3d(-600px,0,0);
}

figure.effect-julia p:first-child {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-julia p:nth-of-type(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia p:nth-of-type(3) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

figure.effect-julia:hover p:nth-of-type(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:nth-of-type(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

figure.effect-julia:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/*PARALLAX */
#parallax {
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#parallax.cover_2{
    background-image: url(/gnfactory/LNC/GNF/2017/03/02/0001/img/cover_2.jpg);
}
#parallax.cover_3{
    background-image: url(/gnfactory/LNC/GNF/2017/03/02/0001/img/cover_3.jpg);
}
#parallax.cover_4{
    background-image: url(/gnfactory/LNC/GNF/2017/03/02/0001/img/cover_4.jpg);
}
/*PLAYLIST*/
#playlist {
    width: 100%;
    margin: auto;
    padding: 25px;
    text-align: center;
}
#playlist li {
    width: 220px;
    height: 220px;
    display: inline-block;
    margin: 2px 2px 45px 2px;
    background-color: #998634;
 
}
#playlist li img{
	width: 100%;
	height: 170px;
	margin: 0;
}
#playlist span {
    width: 100%;
    height: 80px;
    background-color: #E20A17;
    padding: 10px;
    font-size: 0.9em;
    color: #fff;
    display: block;
}