*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Muli', 'sans-serif';

}
.efect{
	-webkit-transition: width 0.5s ease-in;
	-moz-transition: width 0.5s ease-in;
	-ms-transition: width 0.5s ease-in;
	-o-transition: width 0.5s ease-in;
	transition: width 0.5s ease-in;
}

h1, h2, h3, h4{
	margin-top: 0;
	letter-spacing: -0.02em;
}

a{
	text-decoration: none;
}

ul li{
	list-style: none;
}
.bold{
	font-weight: bold;
}

.main{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}


.text-danger{
	color: indianred !important;
}

.text-success{
	color: green !important;
}


.badge{
	float: right;
	font-size: 11px;
	padding: 3px 5px;
	border-radius: 3px;
	font-weight: bold;
	background-color: darkred;
}


.badge-primary{
	float: right;
	font-size: 11px;
	padding: 3px 5px;
	border-radius: 3px;
	font-weight: bold;
	background-color: dodgerblue;
}

.flex{
	display: flex;
	/*align-items: center;*/
	justify-content: center;
	flex-flow: row wrap;
}

.flex > div{
	flex: 1;
}


.initial{
	flex: initial;
}

.no-margin{
	margin: 0;
}

.no-paddig{
	padding: 0;
}

.padding{
	padding: 20px;
}

#base{
	align-items: flex-start;
	justify-content: flex-start;
}




#aside > .user{
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-color: #f7f7f7;
}

.user > .estado {
	color: greenyellow;
}
#aside{
	background-color: #000;
	color: #fff;
	width: 230px;
	height: 100vh;
	flex: initial;
	/*-webkit-box-shadow: -2px 1px 5px 5px rgba(0,0,0,0.6);
	box-shadow: -2px 1px 5px 5px rgba(0,0,0,0.6);*/
}
#aside .menu{
	font-size: 14px;
	padding: 0 20px;
}
#aside a{
	color: white;
	display: block;
	padding: 10px;
	width: 100%;
	text-decoration: none;
	cursor: pointer;
}
#aside a:hover{
	background: #555454;
}
.activate{
	background: #2a2929;
}

#aside a > i{
	margin-right: 10px;
}

#contenedor{
	height: calc(100vh);
	overflow: hidden;
}

.head{
	/*display: flex;*/
	display: inline-block;
	background-color: #eee;
	width: 100%;
	flex: initial;
	/*padding: 5px;*/
}

.page{
	height: 100%;
	overflow: auto;
	/*background-color: #fff;*/
}

.controles{
	text-align: right;
}


.song{
	flex: initial !important;
	/*width: 230px;*/
	/*width: 249px;*/
	/*width: 25%;*/
	/*margin: 15px;*/
	padding: 15px;
	/*background-color: #292929;*/
	background: #FFFFFF;
	overflow: hidden;
	position: relative;
}

.song .cover{
	width: 100%;
	/*width: 249px;*/
	display: flex;
	justify-content: center;
	align-items: center;
}

.song .cover > img{
	width: 100%;
	/*min-height: 100%;*/
}


.song > .acciones{
	/*position: absolute;
	left: 0;
	bottom: 0;
	width: inherit;
	background-color: rgba(0,0,0,.8);
	color: #fff;*/
	position: absolute;
	/* display: flex; */
	/* left: 0; */
	width: 100%;
	padding-right: 10px;
	/* margin-bottom: 15px; */
	/* margin-right: 15px; */
	margin: 15px 0px;
	bottom: 0;
	/* width: inherit; */
	background-color: rgba(0,0,0,.8);
	color: #fff;
}


.song > .acciones p{
	text-align: right;
	padding: 10px;
}

.song a{
	padding: 10px;
	color: white;
	display: inline-block;
}

.btn-primary{
	padding: 7px 20px;
	background-color: dodgerblue;
	text-decoration: none !important;
	cursor: pointer;
	color: white;
	border-radius: 3px;
	font-weight: bold;
}


.btn-primary:hover{
	cursor: pointer;
}

.buscador .text{
	width: 300px;
	height: 35px;
	outline: none;
	border: 0;
	border: solid #ddd 1px;
	border-radius: 3px;
	padding: 0 10px;
}

.buscador .text::placeholder{
	color: #eee;
	font-weight: bold;
}
.buscador .btn{
	position: relative;
	left: -5px;
	height: 35px;
	width: 70px
}



.modal{
	display: none;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.6);
}


.modal > .caja{
	width: 800px;
	margin: auto;
	background-color: #fff;
}


.form{
	align-items: flex-start;
}

.form label{
	width: 100%;
	display: block;
	font-weight: bold;
	font-size: 12px;
	margin-top: 10px;
}

.form label > input, select{
	width: 100%;
	height: 30px;
	padding: 0 10px;
	outline: 0;
	border: 0;
	border: solid 1px #d1e0ea;
	margin-top: 5px;
}

.controls{
	flex: initial;
	text-align: right;
	padding: 10px;
}


.btn-full{
	color: white;
	border-radius:4px;
	padding: 10px 30px;
	border: 0;
	outline: 0;
	font-weight: bold;
	background-color: #2ecc71;
}

.btn-full:hover{
	cursor: pointer;
}

.btn-cancel{
	color: white;
	border-radius:4px;
	padding: 10px 30px;
	border: 0;
	outline: 0;
	font-weight: bold;
	background-color: #e74c3c;
}


.btn-cancel:hover{
	cursor: pointer;
}


 #loading{
 	padding: 10px;
 	background-color: transparent;
 	width: 30px;
 	height: 30px;
 	display: none;
 	vertical-align: middle;
 	border: solid #e6e6e6 5px;
 	border-top: 5px solid #0176fe;
 	border-radius: 100%;
 	animation-name: rotate;
 	animation-duration: 1s;
 	animation-iteration-count: infinite;
 	animation-timing-function: linear;
 	animation-fill-mode: forwards;
 	margin-right: 10px;
 }

 @keyframes rotate{
 	0%{
 		transform: rotate(0deg);
 	}

 	100%{
 		transform: rotate(360deg);
 	}
 }

 .caja{
 	max-width: 800px;
	width: 100%;
	 margin: 0 auto 80px auto;
 	box-shadow: 0 0 10px rgba(0,0,0,.1);
 	border: solid 1px #ddd;
 }

.padding2{
	padding: 15px 15px 0 15px;
}

.table{
	width: 800px;
	/*margin: 20px;*/
	border-collapse: collapse;
}

.table tr th{
	text-align: left;
}

.table tr:nth-child(even){
	background-color: #eee;
}


.loggin{
	width: 100%;
	height: 100vh;
	background:url('../img/1.jpeg') no-repeat center center;
	background-size: cover;
}

.loggin p{
	color: rgba(250,250,250,.7);
	font-size: 14px;
	margin: 10px 0;
}

.loggin .sombra{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0,0,0,.7);
}

.loggin .caja{
	text-align: center;
	padding:20px;
	border: 0;
	width: 400px;
	background-color: rgba(0,0,0,.5);
}

.loggin .caja input{
	outline: 0;
	border: 0;
	padding: 10px;
	width: 100%;
	margin-bottom: 15px;
}
.btninicio{
	outline: 0;
	border: 0;
	border-radius: 20px;
	font-weight: bold;
	margin-top: 10px;
	background-color: #3498db;
	transition: all ease .3s;
	color: white;
}

.btninicio:hover{
	cursor: pointer;
}

.upfoto{
	/*padding: 20px 0;*/
}

.upfoto .cover{
	width: 100%;
	padding: 10px;
	height: auto;
	overflow:hidden;
	position: relative;
}

.upfoto .cover img{
	width: 100%;
	height: 100%;
}

.upfoto .cover .sombra{
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
}

.upfoto .cover .sombra > i{
	font-size: 50px;
}

.upfoto:hover .sombra{
	opacity: 1;
	cursor: pointer;
}

.c-resposive{
	width: 25%;
}
.p-ctrl{
	margin-top: 7px;
	margin-right: 20px
}
.box-search{
	display: flex;
}
.title-leter{
	width: 33.33333333%;
}
.box-search-ater{
	display: none;
}

@media screen and (max-width: 360px) {
	#aside{
		width: 180px;
	}

}
@media screen and (max-width: 1100px) {
	.c-resposive{
		width: 33.3333333%;
	}
}

@media screen and (max-width: 900px) {
	.c-resposive{
		width: 50%;
	}
	.c-12-sm{
		width: 100%;
	}
}
@media screen and (max-width: 700px) {
	.c-resposive{
		width: 100%;
	}
	.box-search{
		display: none;
	}
	.title-leter{
		width: 100%;
	}
	.box-search-ater{
		display: flex;
		width: 100%;
	}
	.wi{
		width: 100%;
	}
}





.artista{
	width: 100%;
	padding: 20px;
	text-align: center;
	display: flow-root;
}
.art-a{
	width: 49%;
	display: inline-block;
}
.art-im{
	width: 100%;
	display: flex
}

@media screen and (min-width: 580px) {
	.art-a{
		width: 32.5%;
		display: inline-block;
	}

}
@media screen and (min-width: 780px) {
	.art-a{
		width: 24.5%;
		display: inline-block;
	}

}
@media screen and (min-width: 1020px) {
	.art-a{
		/*width: 19.5%;*/
		width: 19.5%;
		display: inline-block;
	}

}
@media screen and (min-width: 1250px) {
	.art-a{
		width: 16%;
		display: inline-block;
	}

}
@media screen and (min-width: 1550px) {
	.art-a{
		width: 14%;
		display: inline-block;
	}

}