body{
	margin: 0;
    padding: 0;
	font-size: 12px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
	/*background-image: url(Fondo.webp); */
	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: 500px;
	align-items: center;
	justify-items: center;
}



.meteorolog{
	padding-top: 0px;
	
}



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.623);
	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;
	position: -webkit-sticky; /* necesario para la compatibilidad con versiones más antiguas de Safari que requieren el prefijo -webkit-. */
    position: sticky;
    top: 0; /* Umbral para el sticky */
	z-index: 10000;
}

/* CONTENIDO PRINCIPAL */

main{
	display: flex;
	flex-grow: 1;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	margin-top: 20px;
}

#google-map{
	width: 100%;
	height: 460px; /* Altura fija de 400px */
	border: none; /* Quita el borde del iframe */
	overflow: hidden; /* Evita que la página interior tenga barras de desplazamiento */
	/*display: none;  Inicialmente oculto */
	
	background-color: rgba(255, 0, 0, 0.473);
	margin-top: -20px;
	
}

#iframe-radiosplay-noticias-cristianas, #embedded-nc {
	width: 100%;
	height: 400px; /* Altura fija de 400px */
	border: none; /* Quita el borde del iframe */
	overflow: hidden; /* Evita que la página interior tenga barras de desplazamiento */
	/*display: none;  Inicialmente oculto */
	
	background-color: rgba(255, 0, 0, 0.473);
	
}

/* Estilos para pantallas en orientación horizontal */
/*@media screen and (orientation: landscape) { */
	/* Agrega aquí tus estilos para pantalla horizontal */
/*	body {
	  background-color: lightblue;
	}
  }*/
  
  /* Estilos para pantallas en orientación vertical */
  @media screen and (orientation: portrait) {
	/* Agrega aquí tus estilos para pantalla vertical */
	
	#iframe-radiosplay-noticias-cristianas, #embedded-nc {
		width: 100%;
		height: 470px; /* Altura fija de 400px */
		border: none; /* Quita el borde del iframe */
		overflow: hidden; /* Evita que la página interior tenga barras de desplazamiento */
		/*display: none;  Inicialmente oculto */
		background-color: rgba(255, 0, 0, 0.473);
	}

  }

.izquierda{
	width: 50%;
	height: 80%;
	/*visibility: hidden; */
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: center;
	padding: 25px 25px 25px 25px;
}

#WhaIMG{
	max-width: 100%;
	display: flex;
	align-content: center;
	align-items: center;
	padding-bottom: 50px;
	max-height: 300px;
}

#verso{
	
	padding: 0px;
	display: flex;
	align-content: center;
	align-items: center;
	margin-top: 0px;
	max-width: 300px;

}





#manos{
	padding: 0px;
	max-width: 350px;
	align-items: flex-end;
	justify-items: center;
}


.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;
} */


#Escuchando{
	color: #ffffff;
	  font-size: 30px;
	border-color: #0a141d;
	  border-radius: 5px;
	  text-shadow: #0a141d;
	padding-bottom: 2px;
  }


  #DATOS{
	color: #ffffff;
	  font-size: 15px;
	border-color: #0a141d;
	  border-radius: 5px;
	  text-shadow: #0a141d;
  }
  
  #DATOS-Color {
	width: 250px;
	border-radius: 25px;
	padding: 25px;
	overflow: hidden;
	white-space: nowrap;
	background-color: rgba(255, 0, 0, 0.473);
	color: white;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);

}





#Nomb-Cancion {
	width: 160px;
	border-radius: 350px 155px 155px 10px;
	overflow: hidden;
	white-space: nowrap;
	background-color: rgba(255, 0, 0, 0.473);
	color: white;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);

	position: fixed;
	bottom: 0;
	right: 100px;

	
	margin-right: 6px;
	margin-bottom: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	z-index: 10000;

	font-size: 20px;
	
	
}

#bt_minimizar{

	background-color: #0a1a2a;
	border-radius: 30px 30px 30px 30px;
	padding: 3px;

	right: 30px;
	height: 30px;
	position: fixed;
	bottom: 0;
	right: 10px;
	z-index: 5000;
}

.bt_min_max{
	max-width: 30px;
}











@keyframes scroll {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-100%);
	}
}




/* ESPACIO ARRIBA DEL TEXTO ULTIMAS CANCIONES*/
.derecha h2{
	padding-top: 50px;
	color: #000000;
	font-size: 30px;
	
}

#Rep{
	background-color: #ff7d03;
	border-radius: 50px 20px 0 0;
	position: fixed;
	z-index: 100;
	bottom: 0;
	right: 100px;
}

#Rep2{
	background-color: #ff7d03;
	border-radius: 50px 20px 0 0;
	position: fixed;
	z-index: 100;
	bottom: 0px;
	right: 600px;
}

#x3horizontal{
	width: 100%;
    max-width: 1200px;
    margin: auto;
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap:50px;
    padding: 45px 0px;
	align-content: center;
	align-items: center;
	justify-content: center;
}

#logotipoRadio{
	width: 230px;
}


.pie-pagina .grupo-1-Rep{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap:50px;
    padding: 7px 0px;
	align-content: center;
	align-items: center;
	justify-content: center;
}



/*.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{
	background-color: #0a141d;
    width: 100%;
    
    margin: auto;
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap:15px;
    padding: 5px 0px;
	align-content: center;
	position: fixed;
	bottom: 0px;
	border-radius: 75px 75px 0 0;
}


.pie-pagina .grupo-0{
	background-color: #ff7d03;
    width: 100%;
    
    margin: auto;
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap:3px;
    padding: 3px 0px;
	align-content: center;
	position: fixed;
	bottom: 0px;
	right: 80px;
	border-radius: 0 15px 0 0;
	
}


.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: 170px;
	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);}
    }

/* FIN ANIMACION PARA EL LOGO DE RADIOSPLAY */


/* 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: 150px;
}


.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;
		*/
	}

	#play-cel{
		display: block;
	}

	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;		
	}

	

}

@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;
	}

	#play-cel{
		display: block;
	}

	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;
	}

	
	
	
	.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;
		*/
	}

	#play-cel{
		display: block;
	}

	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;
	}

	

	.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;
		*/
	}

	#play-cel{
		display: block;
	}

	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;
	}


	

	.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: 700px;
		align-items: center;
		justify-items: center;
	}

	

	.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;

        }

	}