*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


html, body{
	height: 100%;
	color: rgba(255,255,255,0.7);
	font-family: 'Source Sans Pro', sans-serif;
}


.shapper{
	display: flex;
}


img{
	max-width: 100%;
	cursor: pointer;
}


/* Inicio section.menuEsq */

section.menuEsq{
	height: 90vh;
	width: 16vw;
	max-width: 204.8px;
	background-color: rgb(18,18,18);
	padding: 15px 2% 0 2%;
}

section.menuEsq > div:nth-of-type(1){
	margin-top: 24px;
	color: white;
}

section.menuEsq div > img{
	margin-top: 16px;
	margin-right: 12px;
}

section.menuEsq > div:nth-of-type(3){
	margin-bottom: 24px;
}

section.menuEsq h4:first-of-type{
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1.5px;
	margin-bottom: 8px;
}

section.menuEsq h4{
	margin-bottom: 9px;
	font-weight: 400;
}

section.menuEsq h4:nth-of-type(7){
	margin-bottom: 26px;
}

section.menuEsq div.bLWrapper{
	position: absolute;
	width: 16vw;
	max-width: 204.8px;
	z-index: 4;
	bottom: 0;
	left: 0;
	margin-bottom: 10vh;
	background-color: rgb(18,18,18);
	border-top: 0.6px solid rgb(128, 128, 128);
}

/* Fim section.menuEsq */
/* Início section.main */

.main{
	height: 90vh;
	width: 65.5vw;
	background-image: linear-gradient(rgb(69, 69, 69), rgb(24,24,24), rgb(24,24,24), rgb(24,24,24), rgb(24,24,24));
}

.main navigation{
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 8px 16px 0 16px;
}

.main navigation div:first-of-type input[type=text]{
	border-radius: 21px;
	border: 0;
	outline: 0;
	background-color: white;
	width: 170px;
	height: 21px;
	padding-left: 21px;
	color: rgb(18,18,18);
}

.main navigation div:last-of-type{
	display: flex;
}

.main navigation div:last-of-type img:first-of-type{
	margin-right: 7px;
	height: 20px;
}

.main navigation div:last-of-type h3{
	color: white;
	font-weight: 500;
	letter-spacing: -0.65px;
	word-spacing: 3px;
	margin-right: 21px;
}

.main div.content{
	height: 100%;
	padding: 90px 2% 0 2%;

}

.main div.content div:first-of-type h1{
	color: white;
	margin-bottom: 32px;
	font-size: 50px;
	font-weight: bold;
	letter-spacing: -2px;
}

.main div.content h3{
	color: white;
}

.main div.content div:first-of-type div.madeForYou{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}

.main div.content div:first-of-type div.madeForYou img{
	margin: 0 3px 5px 30px;
}

/* Inicio MenuRO */

	.menuRO ul{
		display: none;
		list-style-type: none;
		position: absolute;
		width: 190px;
		top: 36px;
		right: 19vw;
		box-shadow: 1px 1px 40px black;
	}

	.menuRO ul li{
		height: 36px;
		display: flex;
		align-items: center;
		padding-left: 28px;
		background-color: rgb(40,40,40);
	}

	.menuRO ul li:hover{
		background-color: rgb(64,64,64);
	}

/* Fim MenuRO */

/* Início Slides */

.arrow-left-nav{
	cursor: pointer;
	background-image:url('../img/arrow-left.png');
	background-size: 100% 100%;
	width: 22px;
	height: 22px;
}

.arrow-right-nav{
	cursor: pointer;
	background-image:url('../img/arrow-right.png');
	background-size: 100% 100%;
	width: 22px;
	height: 22px;
}

.spotifySuggestions{
	overflow: hidden;
	width: 100%;
	padding-top: 6px;
}

.suggestionWrapper{
	float: left;
	padding: 10px;
	/*width: Via js*/
}

.suggestion{
	width: 200px;
	height: 200px;
}

.suggestion{
	width: 100%;
	cursor: pointer;
	padding-top:70%;
	background-position: center;
	background-size: cover;
	background-color:green;
}

/* Fim slides */

.main div.content div.spotifySuggestionsWrapper h3{
	font-weight: bold;
	font-size: 16px;
	margin: 4px 0;
}

.main div.content div.spotifySuggestionsWrapper h4{
	font-size: 14px;
}

/* Fim section.main */
/* Início section.menuDir */

section.menuDir{
	height: 90vh;
	width: 18.5vw;
	max-width: 236.8px;
	position: fixed;
	top: 0;
	right: 0;
	background-image: linear-gradient(130deg, rgb(18,18,18), rgb(18,18,18), rgb(69,69,69), rgb(18,18,18), rgb(18,18,18));
}

section.menuDir div.screenSizeButtons{
	display: flex;
	justify-content: flex-end;
	height: 30px;
}

section.menuDir div.friends{
	text-align: center;
	display: flex;
	height: calc(100% - 60px);
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

section.menuDir h2{
	width: 78%;
	color: white;
	margin-bottom: 45px;
	font-size: 23px;
}

section.menuDir .off{
	text-transform: uppercase;
	background-color: rgb(26, 26, 26);
	color: white;
	width: 78%;
	height: 40px;
	border-radius: 20px;
	border: 1px solid white;
	outline: 0;
	cursor: pointer;
	font-size: 12px;
	letter-spacing: 2px;
}

.popUp{
	display: none;
	position: fixed;
	z-index: 9;
	left: 0;
	top: 0;
	transform: translate(80%,60%);
	width: 500px;
	height: 400px;
	background-color:rgb(18,18,18);
	border-radius: 1px;
	box-shadow: 1px 1px 15px 3px rgb(27, 27, 27);
}

.popUp div:nth-of-type(1) h2{
	position: absolute;
	top: 10px;
	left: 20px;
}

.popUp div:nth-of-type(1) span{
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	background-color: red;
	width: 20px;
	height: 20px;
}

.popUp div:nth-of-type(2){
	margin-top: 25%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color:rgb(27, 27, 27);
}

.popUp div:nth-of-type(2) h3{
	margin-top: 30px;
	color: white;
}

.popUp div:nth-of-type(2) button.on{
	background-color: royalblue;
	color: white;
	text-transform: uppercase;
	border: 0;
	outline: 0;
	width: 240px;
	height: 28px;
	border-radius: 15px;
	margin-top: 15px;
}

.popUp div:nth-of-type(2) h5{
	padding-top: 40px;
}

/* Fim section.menuDir */
/* Início nav */

nav{
	display: flex;
	height: 10vh;
	width: 100%;
	background-color: rgb(40,40,40);
	padding: 1%;
	/*position: fixed;*/
}

nav img{
	width: 20px;
}

nav div.curSong{
	width: 18%;
	padding: 9px 0;
}

nav div.curSong h2{
	font-size: 16px;
	color: white;
	margin-bottom: 4px;
}

nav div.curSong h3{
	font-size: 14px;
}

nav div.controls{
	width: 62%;
	display: flex;
	justify-content: center;
	text-align: center;
	flex-direction: column;
}

nav div.controls div.controlsWrapper{
	display: flex;
	justify-content: space-around;
	padding: 0 35%;
}

nav div.moreButtons{
	width: 20%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

/* Fim nav */