@charset "utf-8";
/* CSS Document */


@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css2?family=Arvo');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');
@import url('https://fonts.googleapis.com/css?family=Ubuntu');
@import url('https://fonts.googleapis.com/css?family=Catamaran');


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');



html, body {
  width: 100vw;
  min-height: 100vh;
  overflow-x: hidden; /* Evita desplazamiento lateral inesperado */
}

body {
  font: 15px/1.5 'Open Sans', sans-serif; /* Usa solo esta línea */
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  user-select: none;
}

.container{
	width: 84%;
	margin: auto;
	overflow: hidden;
}

.encabezado {
  background: linear-gradient(to right, #2D2B2B, #2E2C2C);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 10px 100px;
  border-bottom: #e8491d 3px solid;

  /* 👇 Lo que evita que el header se achique */
  min-height: 90px;          /* asegura una altura mínima visible */
  overflow: hidden;          /* oculta cualquier anuncio que Google meta dentro */
  position: relative;
  z-index: 10;
}


.encabezado img {
  margin-right: 20px;
}
.nav-links {
  display: flex;
  align-items: center;
}
.nav-links li {
  margin-left: 10px;
  display: flex;
  align-items: center;
}

  .nav-links a {
  background-color: #3a3f4b;  /* Un poco más claro que #282c34 */
  color: white;
  text-decoration: none;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 8px 30px;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

.nav-links a:hover {
  background-color: #4b5261;  /* Más claro aún al pasar el mouse */
  color: #FBD846;             /* Ya usas este amarillo elegante */
}

		
.header-image-container { position: relative; width: 100%; height: auto; } 
		
.header-image { width: 100%; height: auto; opacity: 0.94; /* Hace la imagen más opaca */ } 
		
	.header-title { 
	width: 80%; 
	position: absolute; 
	top: 50%; left: 50%; 
	transform: translate(-50%, -50%); 
	text-align: center;
	color: #29369A; 		
	align-items: center;
	font-size: 48px;
	font-weight: bold;
    background: rgba(255, 231, 255, 0.6); /* Black background with 0.7 opacity */
	text-shadow: 3px 3px #ffffff;
	padding: 10px 10px; /* Espaciado interno */
}

article .imagendiv{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.imagen{
	opacity: 0.94;
}

		.parent{
    position: relative;
	display: inline-block;
}


.tube {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Relación de aspecto 16:9 */
    height: 0;
    overflow: hidden;
}

.tube iframe, .tube object, .tube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#main{
	width: 100%;
	margin-top: 30px;
	text-align: center;
}

article p{
	color: #444;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	text-align: center;
	line-height: 1.1;
}

.ptran{
	color: #1B55D9;
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	text-align: center;
	line-height: 1.1;
}
	
	.translation{
	color: #444;
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	text-align: center;
	line-height: 1.1;
}
	
	.timer {
    color: #FB42BF; /* Cambia el color a azul oscuro */
    text-decoration: none; /* Opcional: elimina el subrayado */
}

.timer:hover {
	color: orangered;
    text-decoration: none; /* Opcional: subraya el texto al pasar el ratón */
}	
	

    .translatable {
            display: inline;
			text-transform: none;
        }

    .notranslate {
        unicode-bidi: isolate;
    }


.ploop{
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #222;
	text-align: center;
	line-height: 1.5;
}

.pdesc{
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	text-align: justify;
	line-height: 1.5;
	color: #222;
}

.pleft{
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	text-align: justify;
	line-height: 1.6;
}


article h1{
	font-family: 'Open Sans', sans-serif;
	font-size: x-large;
	color: #195393;
}

article h2{
	font-family: 'Open Sans', sans-serif;
	font-size: x-large;
	color: #004CA7;
	font-weight: 580;
    border-bottom: 2px solid #2069A6;
    padding-bottom: 4px;
	text-align: left; opacity: 1;
}

article li{
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #222222;
	text-align: justify;
    padding-bottom: 10px;
}

article a{
	color: #0027BC;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 19.5px;
	line-height: 1.6;
}

article a:hover{
	color: #FF2F63;
}

article#main-col{
	float:left;
	width:70%;
}


 .middle{
  text-align: center;
}

.titulos {background-color: #DDF6FF; margin: 10px auto; border: 1px solid #99CDFB;}


  .highlight-box {
            background-color: #E1FAFF; /* Color celeste */
            border-left: 2px solid #0e5589; /* Línea vertical azul */
            padding: 5px 20px 5px 20px;
            margin: 20px 0;
            font-family: Arial, sans-serif;
        }
		
   .pbox {
            color: #205F94; /* Color del texto azul */
        }


article	.cajita 
	{ display: inline-block; 
	    background: radial-gradient(circle, #FF85DC, #FF92E1);
		color: white; padding: 10px 40px; 
		margin: 10px; text-align: center; 
		border-radius: 5px; text-decoration: none; 
		font-family: Arial, sans-serif; 
		text-shadow: 2px 2px 4px rgba(168, 12, 116, 0.28);
		font-weight: 600;
		transition: background-color 0.2s ease; /* Transición suave */ 
	} 
	
	article .cajita:hover 	{ 
		color: white; 
		background: radial-gradient(circle, #FF71D6, #FF85DC);
	} 
		
    article .cajita:active { 
	color: white; 
	background-color: #FC58C3; /* Cambia el color de fondo al hacer clic */
	}

.titulo-container { width: 100%; /* Ancho completo de la página */ text-align: center; /* Centrar el contenido */ position: relative; /* Posicionamiento relativo */margin-bottom: 10px; }
		
.titulo { background-color: #1E73BE; /* Color de fondo azul */ color: white; /* Color del texto blanco */ padding: 10px; /* Espaciado interno */ display: inline-block; /* Ajustar el ancho del contenido */ font-size: 19px; /* Tamaño de la fuente */ font-weight: bold; /* Texto en negrita */ width: 70%; /* Ancho del cuadro */ margin: 0 auto; /* Centrar el cuadro */ } 
		
.linea { border-bottom: 2px solid #1E73BE; /* Línea en la base */ width: 100%; /* Ancho completo de la ventana */ position: absolute; bottom: 0; left: 0; }


#lista-de-enlaces { 
	list-style-type: none; /* Elimina los bullets */ 
	padding: 0; /* Elimina el padding por defecto */ 
} 

#lista-de-enlaces li { 
	margin: 7px 0; /* Añade un margen entre los elementos de la lista */ 
	line-height: 1.7; /* Ajusta la distancia entre los enlaces */ 
}


#lista-de-enlaces a { font-size: 20.5px; color: #0027BC;/* Color de los enlaces */ text-decoration: none; /* Elimina el subrayado por defecto */ } 

#lista-de-enlaces a:hover { color: #FF2F63; /* Color al hacer hover */}


#canciones-artista { 
	list-style-type: none; /* Elimina los bullets */ 
	padding: 0; /* Elimina el padding por defecto */ 
} 

#canciones-artista li { 
	margin: 7px 0; /* Añade un margen entre los elementos de la lista */ 
	line-height: 1.7; /* Ajusta la distancia entre los enlaces */ 
}


#canciones-artista a { font-size: 20.5px; color: #0027BC;/* Color de los enlaces */ text-decoration: none; /* Elimina el subrayado por defecto */ } 

#canciones-artista a:hover { color: #FF2F63; /* Color al hacer hover */}

.canciones-artista { 
	list-style-type: none; /* Elimina los bullets */ 
	padding: 0; /* Elimina el padding por defecto */ 
} 

.canciones-artista li { 
	margin: 7px 0; /* Añade un margen entre los elementos de la lista */ 
	line-height: 1.7; /* Ajusta la distancia entre los enlaces */ 
}


  .grammy {
    color: #444;
	font-weight: 650;
  }
		
  a.nuevito {
    color: #FF4B88;
    text-decoration: none;
	font-weight: 470;
  }

  a.nuevito:hover {
    color: #2876E1;
  }

	.containerizquierda {
	width: 100%;	
}

		
	.fa {
  padding: 13px;
  font-size: 26px;
  width: 25px;
  text-align: center;
  text-decoration: none;
  margin: 0px 2.5px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-whatsapp {
  background: #00b489;
  color: white;
}


  aside { 
  width:25%; 
  float: right; 
  background: #f4f4f4;
  text-align: center;
  }



	aside h3{
	background-color: #DDFFE6;
	font-size: 18.5px;
	padding: 8px;
	color: #5C5C5C;
	font-weight: 600; 
	width: 80%;
	margin: 10px auto 20px auto;
}
		
	aside h3 a{
	color: inherit;
	text-decoration: none;
	text-transform: none;
}

aside h3 a:hover {
  color: #008CBA;
}

		
		.item img {	width: 80%;
	text-align: center;
	margin: 0 0 5px 0;
	opacity: 0.95;
	border-radius: 14px; 
	transition: transform 0.2s;}

.item img:hover { transform: scale(0.94); /* Escala de la imagen al hacer hover */ opacity: 0.93;}

	
aside#sidebar #ver-mas {
  width: 90%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 15px 15px;
  cursor: pointer;
  background: #008CBA;
  color: white;
  border: none;
  border-radius: 5px;
  text-align: center;
  font-size: 20px;
}


		
#panel-derecho {
  max-height: 6160px;
  overflow-y: auto;
}


/* Chrome, Edge, Safari */
#panel-derecho::-webkit-scrollbar {
  width: 12px;
}
	
#panel-derecho::-webkit-scrollbar-track {
  background: #f4f4f4;
}
#panel-derecho::-webkit-scrollbar-thumb {
  background-color: #CBCBCB;
  border-radius: 5px;
}
#panel-derecho::-webkit-scrollbar-thumb:hover {
  background-color: #BCBCBC; /* hover ahora sí funciona */
}




.titulo-relacionados { background-color: #2F84CF; /* Color de fondo diferente */ color: white; /* Color del texto */ font-size: 20px; padding: 10px; /* Espaciado interno */ font-weight: bold; text-align: center; /* Centrar el texto */ margin: 20px auto 20px auto; /* Centrar el título y agregar espacio debajo */ width: 80%; /* Ancho del 85% */ }


.footer {
  background: linear-gradient(to right, #e8491d, #EB5C35);
  font-family: "Noto Sans", sans-serif;
  font-weight: 350;
  color: white;
  text-align: center;
  font-size: 20px;
  padding: 12px;
  margin-top: auto; /* Empuja el footer hacia abajo si hay espacio */
}
.footerlinksSocial {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
}
.footerlinksSocial img {
  width: 44px;
  height: 40px;
  margin: 0 10px 15px 10px;
  border: 1px solid white;
}
.footer ul {
  list-style: none;
  padding: 0;
}

.additional-links {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 60px 0;
}

.additional-links li {
  margin: 12px 7px 10px 7px;
}

.additional-links a {
  background-color: #f04b25;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  padding: 10px 30px;
  font-size: 21.5px;
  line-height: 2;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}


.additional-links a:hover {
  background-color: #c73a1d;      /* Más claro al pasar el mouse */
  color: #ffe;
  transform: translateY(-1px);
}

		.search-container { display: flex; justify-content: center; margin-top: 20px; flex-wrap: wrap;} 
		
		.search-box { width: 400px; padding: 15px; border: 1px solid #BCBCBC; color: #444; border-radius: 5px; font-size: 18px;} 
		
		.search-button { padding: 15px; border: none; background-color: #007BFF; color: white; border-radius: 5px; cursor: pointer; font-size: 17px;} 
		
		.result { text-align: center; margin-top: 20px; font-size: 18px;}
		
		.result.highlight { color: #0E48BB; }
		
		.error-message { font-size: 18px; /* Ajusta el tamaño de la fuente aquí */ }



 @media(min-width: 1800px){
		
	aside .imghome {
	width: 85%;
	text-align: center;
	margin: 0 0 5px 0;
	opacity: 0.95;
	border-radius: 14px;
}
		
}
	
@media (max-width: 960px) {
	
    .encabezado {
    display: flex;
    flex-direction: column; /* 🔑 logo arriba */
    align-items: center;
    padding: 20px 0;
    text-align: center;
    box-sizing: border-box;
  }

  .nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
    list-style: none;
    margin: 0 auto;
    gap: 12px;
    max-width: 720px;
    box-sizing: border-box;
  }

  .nav-links li {
    flex: none;
    width: auto;
    margin: 0;
    padding: 0;
  }

  .nav-links a {
    background-color: #3a3f4b;
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    padding: 10px 18px;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    transition: background-color 0.3s ease;
    white-space: nowrap;
  }

  .nav-links a:hover {
    background-color: #4b5261;
    color: #FBD846;
  }
	
		
	.header-image-container {
    position: relative;
    width: 100%;
    height: auto;
  }

  .header-image {
    width: 100%;
    height: 260px;        /* 🔧 Ajustamos altura fija para tablets */
    object-fit: cover;    /* 🔧 Recorta proporcionalmente */
    opacity: 0.94;
  }

	
		.header-title {
	font-size: 32px; 
    text-shadow: 4px 4px #ffffff;
	background-color: rgba(255, 231, 255, 0.7); /* Banda de color transparente */ 
}
	

	article#main-col{
		float:none;
		text-align:center;
		width:100%;
	}
	
		article#main-col iframe{
	width:100%;
}
	
	article#main-col .imagen{
  width: 70%;
}
	
	article#main-col .imagen2{
	width: 70%;
}

	article li{
	font-size: 22px;

}

		article li{
	font-size: 20px;

}
	
		.titulo { 
		width: 100%;
		font-size: 20px;
	} 
		
  aside#sidebar {
    float: none;               /* 🔁 Elimina el flotado lateral */
    width: 100%;               /* 🔁 Ocupar todo el ancho disponible */
    margin-top: 20px;
    text-align: center;
  }

  #panel-derecho {
    float: none;               /* 🔁 Elimina el flotado */
    width: 100%;               /* 🔁 Ocupar todo el ancho */
    margin: 0 auto;
    text-align: center;
	padding-top: 20px;
    padding-bottom: 20px;
  }
		
	#panel-derecho img {
    width: 50%;
    height: auto;
    max-width: 400px;
    display: block;
    margin: 0 auto;
  }
	

	aside h3 {
    font-size: 19px;           /* 🔧 Ligeramente más grande para mejor lectura */
    width: 50%;                /* 🔧 Un poco más ancho en tablet */
    margin: 10px auto 20px auto;
  }

  aside h3 a {
    font-size: 18.5px;
  }
	

	#boxes .box{
		float:none;
		text-align:center;
		padding: 0px;
		width:100%;
	}
	
	  .fa {
    padding: 14px;
    font-size: 24px;
    width: 28px;
    margin: 0 4px;
  }
	
	}

@media (max-width: 600px) {
	
		.encabezado {
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    text-align: center;
  }  

	
.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* 🔑 centra las filas */
  padding: 10px;
  list-style: none;
  margin: 0 auto;
  gap: 12px;
  max-width: 600px;
  box-sizing: border-box;
}


.nav-links li {
  flex: 0 1 calc(33.33% - 12px); /* 🔑 3 por fila con espacio */
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}

  
.nav-links a {
  background-color: #3a3f4b;
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding: 8px 9px;
  border-radius: 6px;
  display: inline-block;
  text-align: center;
  transition: background-color 0.3s ease;
  width: 100%; /* se adapta a su celda */
  max-width: 100%;

}
  
.nav-links a:hover {
  background-color: #4b5261;
  color: #FBD846;
}
		
	
    .search-box{
        width: 100%;
		border: 1px solid #363636;
		font-size: 21px;
    }
	
		.search-button {font-size: 20px;} 
	
	.error-message { font-size: 21px; }
	
	
	article#main-col iframe{
	width:100%;
}
	
	article#main-col .imagen{
	width: 99%;
}

	article li{
	font-size: 20px;
}
					
	article p{
	font-size: 22px;
}
				
    article a{
	font-size: 22px;
}
	
.titulo-container { width: 100%;}
		
	
	.titulo { width: 100%; 
	font-size: 20px;
	padding: 10px 0 10px 0; 
	text-align: center;
	} 
	
	article .pc{
	font-size: 22px;
}


    .ptran{
	font-size: 22px;
}
	
	.translation{
	font-size: 22px;
}
	
	.timer{
	font-size: 22px;
}

    .pleft{
	font-size: 22px;
}
	
	
	.ploop{
	font-size: 22px;
	line-height: 1.5;
}

	
	article#main-col .imagen2
	{
	width:99%;
}
	
	.encajar{
	width: 80%;
	text-align: center;
	margin: auto;
}
	
	.grupo{
    width: 98%;
}	


	.header-image-container { 
    position: relative; 
    width: 100%; 
    height: 250px; /* Ajusta la altura para dispositivos móviles */ 
    overflow: hidden; /* Evita que el contenido desborde */ 
} 

.header-image { 
    width: 100%; 
    height: 100%; /* Asegúrate de llenar todo el contenedor */ 
    object-fit: cover; /* Recorta la imagen para ajustarse al contenedor */ 
} 

	.header-title {
	font-size: 30px; 
    text-shadow: 4px 4px #ffffff;
	background-color: rgba(255, 231, 255, 0.8); /* Banda de color transparente */ 
}	
	
	.titulo-relacionados{
	font-size: 22px;
}

	.tube {
	width: 100%;
	overflow: hidden;
	padding-bottom: 56%;
	padding-top: 30px;
	text-align: center;
	margin: auto;
	position: relative;
}
	
	aside#sidebar{
	padding-top:10px;
	padding-bottom: 10px;
}
	
			
	#panel-derecho img {
    width: 80%;
  }
	
	aside h3 {
    font-size: 19px;           /* 🔧 Ligeramente más grande para mejor lectura */
    width: 80%;                /* 🔧 Un poco más ancho en tablet */
  }
	
	
.additional-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.additional-links li {
  width: 250px; /* Fuerza que todos los botones tengan el mismo ancho */
  margin: 5px;
}

.additional-links a {
  display: block;               /* Asegura que el ancho se respete */
  width: 100%;                  /* Ocupa todo el ancho del <li> */
  background-color: #f04b25;
  color: #fff;
  font-size: 23px;
  padding: 5px 0;
  border-radius: 6px;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.additional-links a:hover {
  background-color: #c73a1d;
  color: #ffe;
  transform: translateY(-1px);
}


  .footerlinksSocial {
    flex-direction: row;
    justify-content: center;
    gap: 10px;
	margin-top:10px;
  }

  .footerlinksSocial img {
    margin: 10px 5px;
  }
			
	  .fa {
    padding: 14px;
    font-size: 28px;
    width: 30px;
  }
	



}






