    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%;
}
section {
    background-size: cover;
    background-position: center;
}
section .main {
    max-width: 1100px;    
    padding: 75px 10% 100px 10%;
    margin: auto;
    text-align: left;
}
section h1 {
    margin-bottom: 25px;
    font-family: 'Russo One', sans-serif;
	font-size: 2.9em;
    color: #fab924;
    letter-spacing: 1px;
}
section h2 {
    font-family: 'Russo One', sans-serif;
	font-size: 1.3em;
	font-weight: 400;
	color: #fff;
}
section p {
    font-family: 'Titillium Web', sans-serif;
	margin-bottom: 20px;
    color: #fff;
    font-size: 1.3em;
	line-height: 1.4em;
	font-weight: 400;
}
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: 'Russo One', sans-serif;
	font-size: 2.2em;
    color: #fff;
}
article h2 {
    font-family: 'Russo One', sans-serif;
    margin-bottom: 15px;
	font-size: 2em;
	font-weight: 400;
	color: #fab924;
}
article p {
    font-family: 'Titillium Web', sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: 400;
	margin-bottom: 20px;
    text-align: left;
}
article li {
    list-style-type: square;
    margin: 10px 0  0 40px;
    

}
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;
    }
}
blockquote {
	width: 80%;
    margin: 30px auto;
    padding: 0 0 0 20px;
    font-family: 'Titillium Web', sans-serif;
    line-height: 1.2em;
    font-size: 1.3em;
    font-weight: 600;	
    border-left: #fab924 8px solid;
}
blockquote span {
	margin-top: 15px;
	font-family: 'Open Sans', serif;
	font-size: 0.7em;
    color: #ccc;
}

#manuales {
    width: 100%;
    text-align: center;
}

#manuales li {
    display: inline-block;
    list-style: none;
    margin: 5px;
    width: 200px;
    height: 129;
}

#manuales a:link {
    list-style: none;
    text-decoration: none;
}
.arrow {
    width: 50px;
    height: 50px;
    display: block;
    margin-top: 20px;
    border-radius: 50%;
    background-color: #009baa;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .8;
    transition: all .5s ease;
}
.arrow.down {
    background-image: url(../svg/arrow_down.svg);
}
.arrow:hover {
    opacity: 1;
}
#playlist {
    width: 100%;
    margin: auto;
    background: #124d6c;
    text-align: center;
    padding: 30px;
}
#playlist li {
    height: 270px;
    width: 250px;
    background: #fff;
    vertical-align: top;
    margin: 5px;
    display: inline-block
}
#playlist h1 {
    font-size: 1em;
    color: #124d6c;
    margin: 3px;
}
#playlist li img{
    width: 100%;
    height: 160px;
    background: #fab924;
}
#playlist li span {
    width: 100%;
    height: 70px;
    padding: 6px;
    color: #124d6c;
    font-size: 0.8em;
}
#parallax {
    min-height: 450px;
    padding: 100px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#parallax.uno {
    background-image: url(../img/cover2.jpg)
}
#parallax.dos {
    background-image: url(../img/cover3.jpg)
}
@media screen and (max-width: 570px) {
    #parallax{
    background-attachment: scroll;
    }
}
a:link {
    color: #fab924;
    text-decoration: none;
}
a:hover {
    color: #fab924;
    text-decoration: underline;
}
a:visited {
    color: #fab924;
    text-decoration: none;
}