@import url(https://fonts.googleapis.com/css?family=Archivo+Black);

html {
    height: 100%;
    min-width: 320px;
    max-height: 100%;	
	font-size: 62.5%;
}
body {
	width: 100%;
    height: 100%;
	max-height: 100%;
	font-size: 1.8rem;
    line-height: 1.5em;
    color: #3e3e3e;
    background: #333;
}
nav {
    width: 30%;	
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: center;
    background-color: #c96620;	
    overflow: auto;
    z-index: 1;	
}
nav ul {
    width: 100%;
    height: 50%;	
    position: absolute;
	top: 15%;
    display: block;
    padding: 46px 11.4%;
    margin: 30px 0 30px 0;
}
nav li {
    width: 100%;
    padding: 10px 0 15px 0;	
    border-bottom: 1px solid #fff;
}
nav li a {
	display: block;
	color: #fff;
	font-size: 18px;
	font-family: 'Roboto', serif;
	transition: color 1s ease;
    font-weight: 600;
}
nav li a span {
	display: block;
	font-size: 14px;
	line-height: 18px;
	font-family: 'Open Sans', sans-serif;
}
nav li a:hover {
	color: #FFD700;
}
nav li:last-child {
    border-bottom: none;
}

main {
    width: 70%;
    position: relative;
    margin: 0 0 0 30%;
	background: #fff;
}
article {
    padding: 70px 8% 20px 8%;
}
article img {
    display: block;
    max-width: 100%;
    margin: 0 auto 30px 0;
}
article h1, article h2 {
	margin-bottom: 25px;
}
article h1 {
	font-family: 'Archivo Black', sans-serif;	
	font-size: 2.5em;
    font-size: 48px;
    line-height: 50px;
        color: #0085ba;
        font-weight: 100;
}
article h2 {
	font-size: 1.2em;
	font-weight: 200;
	color: #696969;
}
article p {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 20px;
}
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: 90%;
    margin: 30px auto;
    padding: 0 0 0 20px;
    font-style: italic;
	font-family: 'Roboto', serif;
    font-size: 20px;
    font-weight: 100;	
    border-left: #0085ba 3px solid;
}
blockquote span {
	margin-top: 15px;
	font-family: 'Open Sans', serif;
	font-size: 16px;
    color: #000;
}
@media only screen and (max-width: 900px) {
    nav {
        display: none;
    }
    main {
        width: 100%;
        max-width: none;
        margin: 0% auto;
    }	
}

@media only screen and (max-width: 500px) {
    main {
        width: 100%;
        max-width: none;
        margin: 0% auto;
    }
    article {
        width: auto;
        font-size: 0.8em;
        line-height: 1.6em;
    }
}

#playlist {
	text-align: center;
    margin-bottom: 100px;
}
#playlist li {
	display: inline-block;
	    margin-right: 85px;
    width: 300px;
	background: #0085ba;
	transition: background 1s ease;
    vertical-align: top;
    color:#fff;
}
/*
#playlist li a {
	width: 250px;
	display: block;
	background: #ccc;
	transition: background 1s ease;
}
*/
/*
#playlist li a:hover {
	background: #393939;
}
*/
#playlist li img {
	width: 100%;
	height: 100%;
	margin: 0;
}
#playlist li span {
	display: block;
	padding: 20px;
	font-size: 14px;
/*
	font-weight: 600;
	color: #fff;
*/
	text-align: left;
    height: 470px;
}

#playlist li span strong {
	font-size: 35px;
	font-weight: 600;
	color: #fff;
	text-align: left;
    height: 400px;
        font-family: 'Archivo Black', sans-serif;
}
#playlist li a span em {
	display: block;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	
}

@media only screen and (max-width: 900px) {
   #playlist li {
    margin: 0px;
    width: 250px;
   }
    article h1 {
    font-size: 32px;
    line-height: 35px;
    }
}

/* lista items */
.list_items {
    width: 95%;
    margin: 0 auto;
}

.main .list_items ul li{
    color: red;
    list-style-type: square;
}
.list_items ul li{
    background: #fd6a37;   
}

#bullet{
   list-style-type: square;
   color: #fd6a37;
    margin-bottom: 20px;
}
#bullet span {
    color: black;
    font-weight: 100;
}

/* segundo */

#playlist_dos {
	text-align: center;
    margin-bottom: 100px;
}
#playlist_dos li {
	display: inline-block;
    margin-right: 42px;
    width: 160px;
	transition: background 1s ease;
    vertical-align: top;
    color:#000;
}
#playlist_dos li p{
	font-size: 12px;
    line-height: 18px;
    margin-top: 31px;
    text-align: left;
}
#playlist_dos li img {
	width: 100%;
	height: 100%;
	margin: 0;
        margin-bottom: 25px;
}
#playlist_dos li p strong{
	font-size: 24px;
}
#playlist_dos li span {
	display: block;
	padding: 20px;
	font-size: 14px;
/*
	font-weight: 600;
	color: #fff;
*/
	text-align: left;
    height: 470px;
}

#playlist_dos li span strong {
	font-size: 35px;
	font-weight: 600;
	color: #fff;
	text-align: left;
    height: 400px;
        font-family: 'Archivo Black', sans-serif;
}
#playlist_dos li a span em {
	display: block;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	
}

@media only screen and (max-width: 900px) {
   #playlist_dos li {
    margin: 0px;
    width: 250px;
   }
    article h1 {
    font-size: 32px;
    line-height: 35px;
    }
}

/*SLIDER*/
.slider {
    width: 100%;
    height: 600px;
    position: relative;
    background-color: #f4f4f4;
}
.slider .controls {
    width: 100%;
    height: 85%;    
    position: relative;
    z-index: 10;
}
.slider .controls ul.tabs {
    width: 100%;
    position: absolute;
    bottom: -80px;
    text-align: center;
}
.slider .controls ul.tabs li {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    background: #c96620;
    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(../img/arrow_backward.png);
}
.slider .controls ul.arrows li.forward {
    right: 5px;
    background-image: url(../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: 15px;
    background-position: center;
    background-size: cover;     
}
.slider .items .item p {
    width: 90%;
    height: 10%;
    max-width: 800px;
    margin: auto;
    color: #000;    
    font-size: 0.8em;
    line-height: 15px;
    font-weight: 300;
    text-align: center;
    overflow: hidden;
}

@media only screen and (max-width: 500px) {
    .slider .items .item .image {
    width: 100%;
    height: 55%;
    margin: 0 auto;
    background-size: cover;
    }
    .slider .items .item {
    width: 100%;
    height: 480px;
    }
    .slider .controls {
    height: 95%;
    }
    .slider .items .item .image {
    width: 100%;
    height: 55%;
    margin: 0 auto;
    background-size: cover;
    }
    .slider .controls ul.tabs {
    bottom: 10px;
    }
    .slider .controls ul.arrows {
    top: 25%;
    }
    .slider {
    height: 440px;
    }
    .slider .items .item p {
        height: 54%;
    margin-top: 24px;
    }
    blockquote {
    font-size: 15px;
    }
    blockquote span {
    margin-top: 15px;
    color: #939393;
    }
    article img {
    display: block;
    max-width: 120%;
    margin: 0 0px 30px -30px;
    }
}
/*SLIDER*/
