body{
margin: 0;
padding: 0;
display: flex;
justify-content: center;
box-sizing: border-box;
font-family: sans-serif;

}





.oyentes {

	padding: 20px;
	
	margin-top: 10px;
	width: 20px;
	height: 20px;
	
	border-radius: 30px;
	
	
}

 .contenedor{
	display: flex;
	flex-direction:row;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
	
	margin-top: 10px;
	padding: 10px;
	max-width: 1500px;
	width: 600px;
	height: auto;
	position: relative;
	/* width: 21.875em;
	height:31.25em; */
	border:1px solid #000;
	text-align: center;
	background-image: url('../img/fondo.png');
	background-image: url('../img/fondo-nuevo.png');
	background-color: rgba(0,0,0,0.35);
	background-blend-mode: darken;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
  
} 
  

/* span{
	flex: 1 1 100%;
	min-width: 100%;
	text-align: center;
	color: #eee;
	font-size: 20pt;
	font-weight: bold;
	margin-bottom: 5px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.8);
} */

.titulo{
	flex: 1 1 100%;
	min-width: 100%;
	text-align: center;
	order: -1;
}
.album{
	flex: 0 1 140px;
	width: 130px;
	height: 130px;
	margin-top: 10px;
	border:3px solid #eee;
	border-radius: 50px;
	order: 0;
}

.marquee{ 
	flex: 1 1 auto;
	color: #eee;
	font-size: 15pt;
	margin-top: 10px;
	display: block;
	text-shadow: 0 1px 2px rgba(0,0,0,0.8);
}

.titulo{ order: 1; }
#cont-spectro{ order: 2; }
#player{ order: 3; }
.orden{ order: 4; }

#con-btn-play{
	flex: 0 1 120px;
	text-align: center;
	color:#eee;
	font-size: 35pt;
}
#player{
	order: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}
.orden{
	order: 4;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 1 220px;
	margin-left: 10px;
}

.vol-label{
	margin-right: 8px;
	color: #eee;
	font-size: 12pt;
	display: inline-flex;
	align-items: center;
}
.vol-label i{
	margin-right: 6px;
}
#player{
	text-decoration: none;
}

.slider, .volumen {
	flex: 1 1 220px;
	-webkit-appearance: none;
	border-radius: 5px;
	outline: none;
	opacity: 0.9;
	-webkit-transition: .2s;
	transition: opacity .2s;
	margin-top: 5px;
	height: 6px;
	background: #444;
}

.slider::-webkit-slider-thumb, .volumen::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	
	border-radius: 50%;
	background: #C0FF00;
	cursor: pointer;
	width: 18px;
	height: 18px;
}

.slider::-moz-range-thumb, .volumen::-moz-range-thumb {
	
	border-radius: 20%;
	background: #C0FF00;
	cursor: pointer;
	width: 18px;
	height: 18px;
}

.oyentes{
	position: absolute;
	top: 10px;
	right: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 10px;
	min-width: 32px;
	height: 32px;
	border-radius: 999px;
	background-color: rgba(129, 129, 121, 0.438);
	color: #fff;
	font-weight: 600;
}

#cont-spectro{
	flex: 0 1 160px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Responsive */
@media (max-width: 600px) {
	body{
		padding: 0px;
		padding-left: 0;
		justify-content: flex-start;
	}
	.contenedor{
		width: 100%;
		height: 95vh;
		padding: 12px 0;
		margin-left: 0;
		margin-right: 0;
		gap: 8px;
	}
	.album{
		margin-left: 18%;
		width: 100px;
		height: 200px;
		flex: 0 0 60%;
		margin-top: 0;
	}
	.marquee{
		justify-content: left;
		align-items: center;
	}
	#player{
		flex: 1 1 100%;
		justify-content: center;
	}
	#con-btn-play{
		font-size: 48pt;
	}
	.orden{
		flex: 1 1 100%;
		margin-left: 0;
	}
	.slider, .volumen{
		flex-basis: 80%;
	}
	.titulo{
		order: 2;
	}
	#cont-spectro{
		flex: 1 1 100%;
	}
}
