body{
	margin: 0;
    padding: 0;
	font-size: 12px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
	background-image: url(DJ-Ardiles.jpg); 
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	
}

#logo{
	
	padding: 0px;
	max-width: 350px;
	align-items: center;
	justify-items: center;
  padding-top: 25px;
  padding-bottom: 20px;
  
}

#muses{
	padding-top: 0rem;
}

#pag{
  font-size: 20px;
  color: #ff8201;
}



html{
	margin: 0;
    padding: 0;
	font-size: 12px;
}

nav{
	padding: 10px;
	display: flex;
	color: white;
	/*background-color: #a30006;*/
	background-color: rgba(255, 0, 0, 0.473);
	justify-content: space-between;
	align-items: center;
	box-shadow: inset;
}

/* MENU INICIO Y CONTACTOS */
nav ul{
	display: flex;
}

nav li{
	padding-right: 20px;
	list-style: none;
}

nav li a{
	color: white;
	text-decoration: none;
}

nav li a:hover{
	color: aqua;
}


/* BOTONES DE REDES SOCIALES */
.redes{
	max-width: 30px;
	max-height: 30px;
	padding-right: 15px;
	padding-left: 15px;
}

header{
	max-height: 60px;
}

/* CONTENIDO PRINCIPAL */
main{
	display: flex;
  flex-direction: row;
	flex-grow: 1;
	flex-wrap: column;
	gap: 20px;
	justify-content: center;
	margin-top: 5px;
}

.izquierda{
	width: 30%;
	height: 80%;
	/*visibility: hidden; */
	display: flex;
  flex-direction: column;
	align-content: center;
	justify-content: center;
	padding: 25px 25px 25px 25px;
}

#AppRadio{
	/*visibility: hidden; */
	padding-top: 50px;
	padding-bottom: 0px;
	max-width: 550px;
	/*justify-items: center;*/
	transform:translateX(25%) translateY(102%);
}


.derecha{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 50%;
	height: 80%;
}

.derecha ul{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin-top: 15px;
}

.derecha li{
	padding-right: 40px;
	list-style: none;
}

#Escuchando{
  color: #ffffff;
	font-size: 30px;
  border-color: #0a141d;
	border-radius: 5px;
	text-shadow: #0a141d;
  padding-bottom: 2px;
}

#Subraya{
  color: #ffffff;
	font-size: 18px;
  border-color: #0a141d;
	border-radius: 5px;
	text-shadow: #0a141d;
}

#DATOS{
  color: #ffffff;
	font-size: 18px;
  border-color: #0a141d;
	border-radius: 5px;
	text-shadow: #0a141d;
}

#DATOS-Color{
  max-width: 600px;
  background-color: rgba(255, 0, 0, 0.473);
  padding: 25px;
  border-radius: 25px;
}

/* ESPACIO DEBAJO DEL LISTADO DE ULTIMAS CANCIONES*/
#sonic_history{
	width: 100%;
	height: 550px;
	padding-bottom: 150px;
	color: #fe980b;
	font-size: 18px;
	border-color: #0a141d;
	border-radius: 5px;
	text-shadow: #0a141d;
}

/* ESPACIO ARRIBA DEL TEXTO ULTIMAS CANCIONES*/
.derecha h2{
	padding-top: 10px;
	color: #fe980b;
	font-size: 30px;
	
}

/* ESTILOS DEL FOOTER */
.pie-pagina{
    width: 100%;
    background-color: #0a141d;
	align-content: center;
}
.pie-pagina .grupo-1{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap:50px;
    padding: 45px 0px;
	align-content: center;
}
.pie-pagina .grupo-1 .box figure{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	align-content: center;
}

.grupo-1{
	align-content: center;
	align-items: center;
	justify-content: center;
}

/* LOGO DE RADIOS PLAY*/
.pie-pagina .grupo-1 .box img{
    width: 150px;
	align-content: center;
	align-items: center;
	justify-items: center;
	justify-content: center;
}

/* ANIMACION PARA EL LOGO DE RADIOSPLAY */
.shake:hover{
    animation-name: shake;
        -webkit-animation-name: shake;
        -moz-animation-name: shake;
    animation-duration: 1s;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
    animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
}

    @keyframes shake {
        0%  {transform: translate(1px, 1px) rotate(0deg);}
        10% {transform: translate(-1px, -2px) rotate(-1deg);}
        20% {transform: translate(-3px, 0px) rotate(1deg);}
        30% {transform: translate(3px, 2px) rotate(0deg);}
        40% {transform: translate(1px, -1px) rotate(1deg);}
        50% {transform: translate(-1px, 2px) rotate(-1deg);}
        60% {transform: translate(-3px, 1px) rotate(0deg);}
        70% {transform: translate(3px, 1px) rotate(-1deg);}
        80% {transform: translate(-1px, -1px) rotate(1deg);}
        90% {transform: translate(1px, 2px) rotate(0deg);}
        100% {transform: translate(1px, -2px) rotate(-1deg);}
    }


/* ANIMACION PARA ICONOS DE PLAYSTORE*/         

.pulsate-fwd:hover {
	-webkit-animation: pulsate-fwd 0.5s ease-in-out infinite both;
	        animation: pulsate-fwd 0.5s ease-in-out infinite both;
}

 @-webkit-keyframes pulsate-fwd {
	0% {
	  -webkit-transform: scale(1);
			  transform: scale(1);
	}
	50% {
	  -webkit-transform: scale(1.1);
			  transform: scale(1.1);
	}
	100% {
	  -webkit-transform: scale(1);
			  transform: scale(1);
	}
  }
  @keyframes pulsate-fwd {
	0% {
	  -webkit-transform: scale(1);
			  transform: scale(1);
	}
	50% {
	  -webkit-transform: scale(1.1);
			  transform: scale(1.1);
	}
	100% {
	  -webkit-transform: scale(1);
			  transform: scale(1);
	}
  }
  

.pie-pagina .grupo-1 .box{
    width: 100%;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: center;
}

.pie-pagina .grupo-1 .box h2{
    color: #fff;
    margin-bottom: 25px;
    font-size: 20px;
}
.pie-pagina .grupo-1 .box p{
    color: #efefef;
    margin-bottom: 10px;
	align-content: center;
}
.pie-pagina .grupo-1 .red-social a{
    display: inline-block;
    text-decoration: none;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    margin-right: 10px;
    text-align: center;
    transition: all 300ms ease;
}

/* TAMAÑO DE LOS ICONOS DE SIGUENOS */
.red-social img{
	align-content: center;
	max-width: 50px;
}

#GP{
	align-items: center;
	align-content: center;
	width: 200px;
}


.pie-pagina .grupo-1 .red-social a:hover{
    color: aqua;
}
.pie-pagina .grupo-2{
    background-color: #0a1a2a;
    padding: 15px 10px;
	font-size: 15px;
    text-align: center;
    color: #fff;
}
.pie-pagina .grupo-2 small{
    font-size: 15px;
}
@media screen and (max-width:800px){
    .pie-pagina .grupo-1{
        width: 90%;
        grid-template-columns: repeat(1, 1fr);
        grid-gap:30px;
        padding: 35px 0px;
    }
}

/* FIN DEL PIE DE PAGINA */



/* ESTO ES PARA QUE CAMBIEN LOS TAMAÑOS DE ACUERDO A LA PANTALLA */

@media only screen and (max-width: 320px) {
    body{
		margin: 0;
		padding: 0;
		font-size: 12px;
		min-height: 100vh;
		display: flex;
		flex-direction: column;
		/*
		background-image: url(FONDO-3.jpg);
		*/
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}

	.miVideo{
		display: none;	
	}

	nav{
		padding: 10px;
		display: flex;
		color: white;
		justify-content: space-between;
		align-items: center;
		box-shadow: inset;
	}

	.logo{
		padding: 0px;
		display: grid;
		grid-template-columns: 30px 30px 30px;
		grid-column-gap: 10px;
		padding-right: 0px;
		padding-left: 0px;
	}

	nav li{
		padding-right: 15px;
		list-style: none;
	}

	main li{
		padding-right: 15px;
		gap: 5px;
	}

	.redes{
		padding-right: 5px;
		padding-left: 5px;
		display: flex;
		flex-direction: row;
	}

	#muses{
		padding-top: 2rem;
		max-width: 320px;
		display: grid;
		grid-template-columns: 100%;
	}

	
	main{
		display: flex;
		flex-wrap: wrap;
		gap: 100%;
		justify-content: center;
		margin-top: 5px;
	}
	
	.izquierda{
		width: 100%;
		padding: 20px;
		padding-top: 5px;
		/*visibility: hidden;*/
	}
	
	
	.derecha{
		width: 98%;
		height: 80%;
	}

	.derecha ul{
		display: none;
	}

	#logo{
		display: flex;
		padding: 20px;
		max-width: 280px;
		align-items: center;
		justify-items: center;
	}

	#reproductor1{
		display: none;
	}

	#GP{
		align-items: center;
		align-content: center;
		max-width: 250px;
	}

	#linea1{
		display: none;		
	}

	/* ESPACIO DEBAJO DEL LISTADO DE ULTIMAS CANCIONES*/
	#sonic_history{
		width: 100%;
		height: 600px;
		padding-bottom: 100px;
	}

}

@media only screen and (max-width: 375px) and (min-width: 321px){
	body{
		margin: 0;
		padding: 0;
		font-size: 12px;
		min-height: 100vh;
		display: flex;
		flex-direction: column;
	}

	.miVideo{
		display: none;	
	}

	nav{
		padding: 10px;
		display: flex;
		color: white;
		justify-content: space-between;
		align-items: center;
		box-shadow: inset;
	}

	.logo{
		padding: 0px;
		display: grid;
		grid-template-columns: 30px 30px 30px;
		grid-column-gap: 25px;
		padding-right: 0px;
		padding-left: 0px;
	}

	nav li{
		padding-right: 15px;
		list-style: none;
	}

	main li{
		padding-right: 15px;
		gap: 5px;
	}

	.redes{
		padding-right: 5px;
		padding-left: 5px;
		max-width: 40px;
		max-height: 40px;
		display: flex;
		flex-direction: row;
	}

		
	main{
		padding: 20px;
		display: flex;
		flex-wrap: wrap;
		gap: 100%;
		justify-content: center;
		margin-top: 5px;
	}
	
	.izquierda{
		width: 100%;
		padding-top: 20px;
		/*visibility: hidden;*/
	}

	#logo{
		display: flex;
		padding: 40px;
		max-width: 290px;
		align-items: center;
		justify-items: center;
	}

	#muses{
		padding-top: 5rem;
	}

	/* ESPACIO DEBAJO DEL LISTADO DE ULTIMAS CANCIONES*/
	#sonic_history{
		width: 100%;
		height: 450px;
		padding-bottom: 100px;
	}
	
	
	.derecha{
		width: 98%;
		height: 80%;
	}


	.derecha ul{
		display: none;
	}

	#GP{
		align-items: center;
		align-content: center;
		max-width: 300px;
	}

	#verso{
	
		padding-top: 50px;
		display: flex;
		align-content: center;
	
	}

}

@media only screen and (max-width: 425px) and (min-width: 376px){
	body{
		margin: 0;
		padding: 0;
		font-size: 12px;
		min-height: 100vh;
		display: flex;
		flex-direction: column;
		/*
		background-image: url(FONDO-3.jpg);
		*/
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}

	.miVideo{
		display: none;	
	}

	nav{
		padding: 10px;
		display: flex;
		color: white;
		justify-content: space-between;
		align-items: center;
		box-shadow: inset;
	}

	.logo{
		padding: 0px;
		display: grid;
		grid-template-columns: 20px 20px 20px;
		grid-column-gap: 45px;
		padding-right: 0px;
		padding-left: 0px;
	}

	nav li{
		padding-right: 15px;
		list-style: none;
	}

	main li{
		padding-right: 15px;
		gap: 5px;
	}

	.redes{
		padding-right: 15px;
		padding-left: 15px;
		max-width: 40px;
		max-height: 40px;
		display: flex;
		flex-direction: row;
	}


	
	main{
		padding: 20px;
		display: flex;
		flex-wrap: wrap;
		gap: 100%;
		justify-content: center;
		margin-top: 5px;
	}
	
	
	.derecha{
		width: 98%;
		height: 80%;
	}

	.derecha ul{
		display: none;
	}

	#logo{
		display: flex;
		padding: 40px;
		max-width: 340px;
		align-items: center;
		justify-items: center;
	}

	#muses{
		padding-top: 2rem;
	}

	/* ESPACIO DEBAJO DEL LISTADO DE ULTIMAS CANCIONES*/
	#sonic_history{
		width: 100%;
		height: 550px;
		padding-bottom: 100px;
	}

	.izquierda{
		width: 100%;
		padding-top: 20px;
		/*visibility: hidden;*/
	}

	#verso{
	
		padding-top: 5px;
		display: flex;
		align-content: center;
	
	}

}


@media only screen and (max-width: 640px) and (min-width: 426px){
	body{
		margin: 0;
		padding: 0;
		font-size: 22px;
		min-height: 100vh;
		display: flex;
		flex-direction: column;
		/*
		background-image: url(FONDO-3.jpg);
		*/
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}

	.miVideo{
		display: none;	
	}

	nav{
		padding: 10px;
		display: flex;
		color: white;
		justify-content: space-between;
		align-items: center;
		box-shadow: inset;
	}

	.logo{
		padding: 0px;
		display: grid;
		grid-template-columns: 60px 60px 60px;
		grid-column-gap: 30px;
		padding-right: 0px;
		padding-left: 0px;
	}

	nav li{
		padding-right: 15px;
		list-style: none;
	}

	main li{
		padding-right: 15px;
		gap: 5px;
	}

	.redes{
		padding-right: 5px;
		padding-left: 5px;
		max-width: 60px;
		max-height: 60px;
		display: flex;
		flex-direction: row;
	}

	
	main{
		padding: 40px;
		display: flex;
		flex-wrap: wrap;
		gap: 100%;
		justify-content: center;
		margin-top: 20px;
	}
	
	
	.derecha{
		width: 98%;
		height: 80%;
	}

	.derecha ul{
		display: none;
	}

	#logo{
		display: flex;
		padding: 40px;
		max-width: 340px;
		align-items: center;
		justify-items: center;
	}

	#muses{
		padding-top: 2rem;
	}
	/* ESPACIO DEBAJO DEL LISTADO DE ULTIMAS CANCIONES*/
	#sonic_history{
		width: 100%;
		height: 550px;
		padding-bottom: 100px;
	}

	.izquierda{
		width: 100%;
		padding-top: 20px;
		/*visibility: hidden;*/
	}

	#verso{
	
		padding-top: 5px;
		display: flex;
		align-content: center;
	
	}

}

@media only screen and (max-width: 1080px) and (min-width: 641px){
	body{
		margin: 0;
		padding: 0;
		font-size: 22px;
		min-height: 100vh;
		display: flex;
		flex-direction: column;
		/*
		background-image: url(FONDO-3.jpg);
		*/
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}

	.miVideo{
		display: none;	
	}

	nav{
		padding: 10px;
		display: flex;
		color: white;
		justify-content: space-between;
		align-items: center;
		box-shadow: inset;
	}

	.logo{
		padding: 0px;
		display: grid;
		grid-template-columns: 60px 60px 60px;
		grid-column-gap: 30px;
		padding-right: 0px;
		padding-left: 0px;
	}

	nav li{
		padding-right: 35px;
		list-style: none;
	}

	main li{
		padding-right: 35px;
		gap: 5px;
	}

	.redes{
		padding-right: 5px;
		padding-left: 5px;
		max-width: 60px;
		max-height: 60px;
		display: flex;
		flex-direction: row;
	}

	
	main{
		padding: 60px;
		display: flex;
		flex-wrap: wrap;
		gap: 100%;
		justify-content: center;
		margin-top: 30px;
	}

	
	.derecha{
		width: 98%;
		height: 80%;
	}

	.derecha ul{
		display: none;
	}

	#logo{
		display: flex;
		padding: 40px;
		max-width: 900px;
		align-items: center;
		justify-items: center;
	}

	#muses{
		padding-top: 2rem;
	}

	/* ESPACIO DEBAJO DEL LISTADO DE ULTIMAS CANCIONES*/
	#sonic_history{
		width: 100%;
		height: 550px;
		padding-bottom: 100px;
	}

	.izquierda{
		width: 100%;
		padding-top: 20px;
		/*visibility: hidden;*/
	}

	#verso{
	
		padding-top: 5px;
		display: flex;
		align-content: center;
	
	}

}
