body{
	margin: 0;
    padding: 0;
	font-size: 12px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
	background-image: url(Fondo_Microfono_Planeta.jpg); 
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

.miVideo{
	position: fixed;
	min-width: 100%;
	min-height: 100%;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: -1;	

}


#logo{
	padding: 0px;
	max-width: 350px;
	align-items: center;
	justify-items: center;
}



html{
	margin: 0;
    padding: 0;
	font-size: 12px;
}

nav{
	padding: 10px;
	display: flex;
	color: white;
	/*background-color: #a30006;*/
	background-color: rgba(0, 167, 255, 0.5);
	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-grow: 1;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	margin-top: 20px;
}

.izquierda{
	width: 50%;
	height: 80%;
	/*visibility: hidden; */
	display: flex;
	align-content: center;
	justify-content: center;
	padding: 25px 25px 25px 25px;
}

#verso{
	
	padding: 0px;
	display: flex;
	align-content: center;
	margin-top: 100px;

}


.derecha{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 40%;
	height: 80%;
}

.derecha ul{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin-top: 20px;
}

.derecha li{
	padding-right: 40px;
	list-style: none;
}

#muses{
	display: none;
}

/* ESPACIO DEBAJO DEL LISTADO DE ULTIMAS CANCIONES*/
#sonic_history{
	width: 100%;
	height: 400px;
	padding-bottom: 100px;
	color: #ffffff;
	font-size: 18px;
	border-color: #0a141d;
	border-radius: 5px;
	text-shadow: #0a141d;
}

/* ESPACIO ARRIBA DEL TEXTO ULTIMAS CANCIONES*/
.derecha h2{
	padding-top: 50px;
	color: #ffffff;
	font-size: 30px;
	
}

/*.stroke {
	text-align: center;
	color: #2757d3;
	font-family: impact;
	font-size: 46px;
	text-shadow: -1px -1px 1px #000, 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000;
	-webkit-text-fill-color: #2757d3;
	-webkit-text-stroke: 2px black;
	}
*/



/* 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;
}

.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 */



/* SEGUNDO FOOTER */
#linea1{
	width: 100%;
	height: 85px;
	display: flex;
	flex-wrap: wrap;
	grid-gap: 10px;
	justify-content: space-around;
	align-content: space-around;
	align-items: center;
	background-image: url(Espectro-loop.gif);
	background-color: #a30006;
	
	background-position-y: 30px;
	background-repeat: repeat-x;
	
}



/*
#linea2{
	width: 100%;
	height: 85px;
	display: flex;
	flex-wrap: wrap;
	grid-gap: 10px;
	justify-content: space-around;
	align-content: space-around;
	align-items: center;
	padding-top: -150px; 
	position: absolute;
	background-position-y: 30px;
	background-repeat: repeat-x;
}
*/

#linea1 img{

	opacity: 6;
}

#RP{
	width: 100px;
}

.radiosPlay{
	height: 50px;
}

/* FIN DEL SEGUNDO FOOTER */





/* 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(Fondo2.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}

	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{
		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{
		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: 400px;
		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;
	}

	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;
	}

	#muses{
		display: none;
	}
	
	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{

		padding: 40px;
		max-width: 290px;
		align-items: center;
		justify-items: center;
	}

	/* ESPACIO DEBAJO DEL LISTADO DE ULTIMAS CANCIONES*/
	#sonic_history{
		width: 100%;
		height: 350px;
		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(Fondo2.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}

	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;
	}

	#muses{
		display: none;
	}
	
	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{

		padding: 40px;
		max-width: 340px;
		align-items: center;
		justify-items: center;
	}

	/* ESPACIO DEBAJO DEL LISTADO DE ULTIMAS CANCIONES*/
	#sonic_history{
		width: 100%;
		height: 400px;
		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(Fondo2.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}

	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;
	}

	#muses{
		display: none;
	}
	
	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;
	}


	/* ESPACIO DEBAJO DEL LISTADO DE ULTIMAS CANCIONES*/
	#sonic_history{
		width: 100%;
		height: 350px;
		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(Fondo2.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}

	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;
	}

	#muses{
		display: none;
	}
	
	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{

		padding: 40px;
		max-width: 900px;
		align-items: center;
		justify-items: center;
	}

	/* 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: 320px)
          {
          .Estrofa{
          font-size: 22px;
          line-height: 22px;
          }
          
    }

    @media only screen and (max-width: 640px) and (min-width: 320px)
          {
          .Estrofa{
                font-size: 20px;
                line-height: 12px;
          }
          
    }

    @media only screen and (max-width: 1080px) and (min-width: 640px)
          {
          .Estrofa{
                font-size: 36px;
                line-height: 28px;
          }
          
    }

    @media only screen and (max-width: 1920px) and (min-width: 1080px)
          {
          .Estrofa{
                font-size: 36px;
                line-height: 20px;
        }   

    }

    @media only screen and (min-width: 1920px)
          {

            .body{
                  padding: 50px;

        }

	}