html, body {
    width: 100%;
    height: 100%;
}
main {
    width: 100%;
}
section {
    background-size: cover;
    background-position: center;
    padding-top: 60px;
}
section .main {
    max-width: 750px;    
    padding: 75px 6% 50px 6%;
    margin: 10px auto 35px auto;
    text-align: left;
    background-color: #101A57;
    border-radius: 15px;
    text-align: center;
    opacity: 0.7;
}
section h1 {
    margin-bottom: 25px;
    font-family: 'Russo One', sans-serif;
    font-weight: 400;
    line-height: 1.1em;
	font-size: 2.7em;
    color: #fff;
}
section h2 {
	font-size: 1.2em;
	font-weight: 200;
	color: #101A57;
}
section p {
	margin-bottom: 20px;
    color: #fff;
    font-size: 1.3em;
	line-height: 1.4;
	font-weight: 400;
}
article .main {
    max-width: 1000px;
    padding: 40px 10% 25px 10%;
    margin: auto;
}
article img {
    display: block;
    max-width: 100%;
    margin: 0 auto 30px 0;
}
article h1 {
    margin-bottom: 10px;
font-family: 'Caveat Brush', cursive;
	font-size: 2.2em;
}
article h2 {
    font-family: 'Caveat Brush', cursive;
    margin-bottom: 15px;
	font-size: 2em;
	font-weight: 400;
	color: #101A57;
}
article p {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 400;
	margin-bottom: 20px;
}
article .playlist{
    width: 100%;
    text-align: center;
    margin: 25px auto;
}
article .playlist li {
    width: 200px;
    height: 250px;
    margin: 10px 18px 10px 18px;
    text-align: center;
    display: inline-block;
}
article .playlist li img{
    display: inline-block;
}
article .playlist p {
    font-size: 1em;
    color: #101A57;
    text-align: center;
    font-weight: 400;
}
article p.column {
    width: 40%;
    margin-left: 5%;
    float: right;
}
@media screen and (max-width: 600px) {
    article p.column {
        width: 90%;
        margin: auto;
        float: none;
    }
     #parallax blockquote {
        font-size: 1em;
    }
}
#parallax blockquote {
	width: 60%;
    margin: 30px auto;
    padding: 0 0 0 20px;
    font-style: italic;
    font-family: 'Russo One', sans-serif;
    color: #fff;
    font-size: 2em;
    font-weight: 600;	
    border-left: #FEC617 10px solid;
}
blockquote span {
	margin-top: 15px;
	font-family: 'Open Sans', serif;
	font-size: 0.6em;
    color: #ccc;
}
/*OTROS*/
.arrow {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-top: 20px;
    border-radius: 50%;
    background-color: #FEC617;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.arrow.down {
    background-image: url(/gnfactory/LNC/GNF/2016/12/08/0009/svg/arrow_down.svg);
}
.arrow:hover {
    opacity: 1;
}
/*PARALLAX*/
#parallax {
    padding-top: 8%;
    background-image: url(/gnfactory/LNC/GNF/2016/12/08/0009/img/cover_2.jpg);
    min-height: 600px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#parallax.second{
    background-image: url(/gnfactory/LNC/GNF/2016/12/08/0009/img/cover_3.jpg);
    padding-top: 8%;
}
#parallax.third{
    background-image: url(/gnfactory/LNC/GNF/2016/12/08/0009/img/cover_4.jpg);
    padding-top: 3%;
}
#parallax li {
    width: 50%;
    margin: auto;
    list-style-image: url(/gnfactory/LNC/GNF/2016/12/08/0009/svg/check.svg);
    color: #fff;
    margin-bottom: 20px;
}
#parallax h1 {
    margin-bottom: 30px;
    font-family: 'Caveat Brush', cursive;
    font-weight: 400;
    line-height: 1.1em;
	font-size: 2em;
    text-align: center;
    color: #fff;
}
@media screen and (max-width: 570px) {
    #parallax{
    background-attachment: scroll;
    }
    section h1 {
        font-size: 2em;
    }
    .video-play-button {
    margin-top: 50%;
    }    
}
/*PLAYLIST*/
#playlist {
    width: 100%;
    background-color: #252525;
    padding: 20px 60px;
    margin: 10px auto;
    text-align: center;
    border-bottom: 5px solid #FEC617;
}
#playlist li {
    width: 220px;
    height: 260px;
    margin: 12px;
    padding: 15px;
    background-color: #101A57;
    border-radius: 8px;
    display: inline-block;
    vertical-align: top;
}
#playlist h2 {
    color: #fff;
}
#playlist li h1 {
    color: #FEC617;
    padding-top: 30px;
	font-family: 'Open Sans', serif;
    font-weight: 600;
    font-size: 3.3em;
    letter-spacing: -2px;
}
#playlist li p {
	font-family: 'Open Sans', serif;
    font-weight: 400;
    font-size: 1em;
    color: #fff;
}
