
@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');

	@keyframes slideLeft {
			from {
				left: -200px;
			}
			to {
				left: 0;
			}
		
}


@keyframes slideRight {
			from {
				right: -200px;
			}
			to {
				right: 0;
			}
		}

html {
        height:100%;
        width:100%;
}

body{
	margin: 0;
	padding:0;
	background-color:#DF0109;
	background:url("../images/backgroud.jpg") no-repeat fixed;
	background-size:cover;
}


.content{
	
	background:rgba(255,255,255,0.90);
	/*height:100%;*/
	background-size: cover !important;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	padding-left:50px;
	padding-right:50px;
	overflow:hidden;
	position: relative;
    }

    .content::before,
    .content::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      width: 20px; /* Ajusta el ancho de la sombra según tus necesidades */
      box-shadow: 10px 0 10px -5px rgba(0, 0, 0, 0.5); /* Ajusta el color y la difuminación según tus necesidades */
      z-index: -1;
    }

    .content::before {
      left: 0;
    }

    .content::after {
      right: 0;
    }


#player{
color: #FFF;
background: rgba(0,0,0,0.90);
position:fixed; /*El div será ubicado con relación a la pantalla*/
left:0px; /*A la derecha deje un espacio de 0px*/
right:0px; /*A la izquierda deje un espacio de 0px*/
bottom:0px; /*Abajo deje un espacio de 0px*/
height:100px; /*alto del div*/
z-index:0;
white-space:nowrap;
padding-top:10px;
padding-bottom:10px;
padding-left:200px;
padding-right:200px;
font-family: 'Roboto', sans-serif;

}



#logo{
	width:250px;
	padding:10px;
	animation: slideLeft 1s ease-in-out;
	position: relative;
		}

		

#play-store{
	width:250px;
	padding:10px;
	float: right;
	animation: slideRight 1s ease-in-out;
	position: relative;
}



#facebook{
	float:left;
	width:450px;
	height:auto;
	border:rgba(0,0,0,1.00) 2px solid;
	padding:10px;
	border-radius:20px;
	background:rgba(255,255,255,1.00);
	animation: slideLeft 1s ease-in-out;
	position: relative;
		}

	

#metadata{
	
	width:370px;
	height:180px;
	border:rgba(0,0,0,1.00) 2px solid;
	padding:10px;
	border-radius:20px;
	background:rgba(255,255,255,1.00);
}



#publi{
	
	width:370px;
	height:370px;
	border:rgba(0,0,0,1.00) 2px solid;
	padding:10px;
	border-radius:20px;
	background:rgba(255,255,255,1.00);
	animation: slideRight 1s ease-in-out;
	position: relative;
}


hr{
	color: #C5C5C5;
	height: 0px;
	border:1px dashed;
}


#song{
	color:#c5c5c5;
	font-family: 'Tajawal', sans-serif;
	text-transform:uppercase;
	/*float:right;*/
	margin-top:40px;
	margin-left:8px;
}

#cover{
	background:url(../images/cartel.jpg) no-repeat;
	border-radius:50%;
	border:rgba(201,201,201,1.00) 4px solid;
	overflow:hidden;
	width:150px;
	height:150px;
	float:left;
	margin-right:8px;

}
#fb1{
	display:block;
}

#fb2{
	display:none;
}



#caption{
	color:#fff;
	width:250px;
	margin-left:80px;
	text-transform:uppercase;
	
}

#frame{
	float:left;
}

#der{

float:right;
}

#noticias{
	
	color:#FFEF14;
	font-family: 'Righteous', cursive;
	font-size:18px;
	text-decoration:none;
	text-transform: lowercase;
	white-space:nowrap;
	
}

#noticias a:link, a:visited, a:hover {
	color:#FFEF14;
	text-decoration:none;
}


	.titlenot{
	
	color:#0A010E;
	font-family: 'Righteous', cursive;
	font-size:18px;
	text-decoration:none;
	
	
}

.titlenot a:link, a:visited, a:hover {
	color:#FFF;
	text-decoration:none;
}


.footer{
	
	color:#242424;
	font-family: 'Righteous', cursive;
	font-size:18px;
	text-decoration:none;
	
	
}

.footer a:link, a:visited, a:hover {
	color:#242424;
	text-decoration:none;
}

	
	.line{
		color: #fff;
		
	}
.slider a{
    color: #6F2844;
    font-family: 'Righteous', cursive;
    font-size: 18px;
    text-decoration: none;
}

.slider a:hover{
	color: #017CB8;
}


@media screen and (max-width : 1000px) {
	
	
.content{
		
	width:100%;
	padding-left:25px;
	padding-right:25px;
}
	
#player{
padding-left:20px;
padding-right:20px;


}

	
#logo{
	
	width:200px;
	float: left;
	
	


}
	
	#play-store{
	width:200px;
	float: right;
	
	
}

	
	
	}



@media screen and (max-width : 768px) {

#player{
		padding-left:10px;
	}	
	
	
	
.content{
		
padding-left:5px;
padding-right:5px;


}



#logo{
	
	width:200px;


}



#facebook{
	float:none;
	width:auto;
	padding:5px;
	margin-left:auto;
	margin-right:auto;
}

#metadata{
	float:none;
	padding:5px;
	border-radius:10px;
	width:200px;
	height:250px;
	margin-top:8px;
	margin-left:auto;
	margin-right:auto;
	padding-left:auto;
	padding-right:auto;
}

#publi{
	margin-left:auto;
	margin-right:auto;
}


#song{
	
	
	
	float:none;
	margin-top:0px;
	margin-left:0px;
}

#cover{
	
	float:none;
	margin-bottom:5px;

}
	#play-store{
	float:none;
	
}


#fb1{
	display:none;
}

#fb2{
	display:block;
}

#caption{
	
	width:150px;
}


#der{

float:none;
}

}



@media screen and (max-width : 360px) {
	
#player{
	padding-right:10px;
}


#logo{
	
	width:150px;
	padding:7px;


}

#caption{
	
	width:100px;
 }
 
	
	
}