@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');



body{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 1.5;
	font: 15px/1.5 'Open Sans', sans-serif;
	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); /* Degradado de más oscuro a más claro */
    display: flex;
    justify-content: space-between;
	margin: 0;
    align-items: center; /* Alinea los elementos verticalmente al centro */
    padding: 10px 100px; /* Aumenta el padding para separar los elementos de los bordes */
	border-bottom: #e8491d 3px solid;
}


.encabezado img {
    margin-right: 20px; /* Agrega margen a la derecha de la imagen */
}

.nav-links {
    display: flex;
    align-items: center; /* Alinea los elementos verticalmente al centro */
}

.nav-links li {
    margin-left: 30px;
    display: flex;
    align-items: center; /* Alinea el texto verticalmente al centro */
}

	.nav-links a {
    color: white;
    text-decoration: none;
	font-size: 17.4px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
    display: flex;
    align-items: center; /* Alinea el texto verticalmente al centro */
    height: 100%; /* Asegura que el enlace ocupe toda la altura del contenedor */
}

.nav-links a:hover { color: #FBD846; /* Cambia a color dorado claro al hacer hover */ }


		
.header-image-container { position: relative; width: 100%; height: auto; } 
		
.header-image { 
	width: 100%; 
	height: auto; 
	opacity: 0.94; /* Hace la imagen más opaca */
    border-bottom: 3px solid rgba(0, 0, 0, 0.2); /* Borde gris claro */
} 
		
.header-title { 
    width: 80%;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 47px;
    font-weight: bold;
    color: #FFFFFF; /* Blanco puro para legibilidad */
    text-shadow: 4px 4px rgba(0, 0, 0, 0.5); /* Sombra más sutil */
    background-color: rgba(0, 128, 0, 0.7); /* Verde translúcido */
    padding: 20px 20px;
    border: 2px solid white;
    border-radius: 10px;
}


.imagen{
	opacity: 0.95;
}



.tube {
	width: 85%;
	overflow: hidden;
	padding-bottom: 45%;
	padding-top: 30px;
	text-align: center;
	margin: auto;
	position: relative;
	}
		
.tube iframe, .tube object, .tube embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	}


#main{
	width: 100%;
	margin-top: 30px;
	text-align: center;
}

article p{
	font-family: 'Open Sans', sans-serif;
	font-size: 20.5px;
	color: #111111;
	text-align: justify;
	line-height: 1.6;
}


article .pf{
	font-family: 'Open Sans', sans-serif;
	font-size: 19px;
	text-align: center;
	line-height: 1.5;
}

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: #000000;
	text-align: justify;
    padding-bottom: 10px;
}

article a{
	color: red;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
}

article a:hover{
	color: blue;
}

article#main-col{
	float:left;
	width:70%;
}


table {
  width: 100%;
  margin: auto;
  text-align: center;
  position: relative;
  border-collapse: collapse; /* Fusiona los bordes */
  table-layout: fixed;
  z-index: 1000; /* Aparece encima */
}

table .adsbygoogle {
    display: none !important;
}

.tabla-container .adsbygoogle {
    display: none !important;
}
		
	table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #000;
}
		
	th, td {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #555;
  padding: 15px;
}

 .middle{
  text-align: center;
}

.titulos {
	background-color: #DDF6FF; 
	margin: 10px auto; 
	border: 1px solid #99CDFB;
	position: relative;
    z-index: 1000;
}

.titulos .adsbygoogle {
    display: none !important;
}

  .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 */ }
		
.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: 18px; /* Tamaño de la fuente */ font-weight: bold; /* Texto en negrita */ width: 50%; /* 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 */ 
	font-size: 21px;
}


#lista-de-enlaces a { color: #0027BC;/* Color de los enlaces */ text-decoration: none; /* Elimina el subrayado por defecto */ } 

#lista-de-enlaces a:hover { color: #FF2BD4; /* Color al hacer hover */}

aside{
	text-align: center;

}

aside#sidebar{
	float:right;
	width:25%;
	margin-top:20px;
	text-align: center;

}

	.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 h3{
	background-color: #DDFFE6;
	padding: 8px;
	color: #333;
	width: 80%;
	margin: 10px auto 20px auto;
}
		
	aside h3 a{
	color: #333;
	text-decoration: none;
	text-transform: none;
	font-size: 18.5px;
}

		 #panel-derecho { 
			 width:100%; 
			 float: right; 
			 background: #f4f4f4;
	         text-align: center;
	         border:0;
		     margin: auto;} 

		.item { margin-bottom: 20px; text-align: center; } .item img { width: 100%; height: auto; }
		
		.item a { text-decoration: none; /* Quita la línea de subrayado */ color: #111; /* Color azul para los enlaces */ font-weight: 500;} .item a:hover { color: #061BE6; /* Color más oscuro al hacer hover */ }
		
		.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;}
		
.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-optical-sizing: auto;
  font-weight: 350;
  font-style: normal;
  color: white; text-align: center; 
  font-size: 20.5px;
  padding:20px;
	}
		
	.footerlinksSocial img {
    width: 44px;
    height: 40px;
    margin: 10px 10px 20px 10px;
    border: 1px solid white; /* Borde blanco de 1 píxel */
}
		
 .footer ul { list-style:none; /* Elimina los bullets */ padding: 0; /* Elimina el padding por defecto */ }

		
.additional-links {
    display: flex;
    justify-content: center; /* Centra los enlaces */
    gap: 10px; /* Espaciado entre los enlaces */
    padding: 40px 0; /* Espaciado superior e inferior */
}
		
		.additional-links li { margin: 0 10px; /* Espaciado entre los enlaces */ }
		
		.additional-links a {
    color: white;
    text-decoration: none;
	font-size: 21px;
}

.additional-links a:hover {
    color: #FDF751; /* Cambia a color dorado claro al hacer hover */
    text-decoration:none; /* Aparece subrayado al hacer hover */
}

				.search-container { display: flex; justify-content: center; margin-top: 20px; } 
		
		.search-box { width: 400px; padding: 15px; border: 1px solid #ccc; 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; }
		
		.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) {
	
	header #branding{
		float:none;
		text-align:center;
		width:100%;
		padding: 8px 0 0 0;
	}
	
	header nav{
		float:none;
		text-align:center;
		width:100%;
		padding: 0 0 10px 0;
	}
	
	header li{
	float:none;
	width:100%;
	text-align:center;
	padding: 0 10px 0 10px;
}
	
	header{
		header-bottom:20px;
	}

	article#main-col{
		float:none;
		text-align:center;
		width:100%;
	}
	
		article#main-col iframe{
	width:100%;
}
	
	article#main-col .imagen{
	width:100%;
}
	
		article#main-col .imagen2{
	width:100%;
}
	
	article p{
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	color: #111111;
	text-align: justify;
	line-height: 1.6;
}
	article li{
	font-size: 22px;

}
	
		table{
  width: 100%;
			}
	
		table, th, td {
font-size: 22px;
}

		article li{
	font-size: 20px;

}
	
		.tube {
	width: 100%;
	overflow: hidden;
	padding-bottom: 53%;
	padding-top: 30px;
	text-align: center;
	margin: auto;
	position: relative;
	}
		
			aside#sidebar{
		float: none;
		text-align:center;
		width:100%;
	}
	
		aside .imghome {
		width: 60%;
		padding: 9px 0 11px 0;
}
	
	aside a{
	font-size: 22px;
}

	#boxes .box{
		float:none;
		text-align:center;
		padding: 0px;
		width:100%;
	}
	
			.fa {
  padding: 20px;
  font-size: 28px;
  width: 32px;
	
}
	
	}

@media (max-width: 768px){
	

/* Estilos generales */
.encabezado {
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column; /* Coloca los elementos en columna */
  align-items: center; /* Centra los elementos horizontalmente */
  margin: 0;
  padding: 15px 0 0 0;
}

.encabezado img {
  max-width: 250px; /* Aumenta el tamaño del logo */
  display: block;
  margin: 0 auto; /* Centra el logo horizontalmente */
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 10px; /* Espacio entre los enlaces */
  margin: 10px 0 0 0; /* Espacio entre el logo y los enlaces */
  flex-wrap: nowrap; /* Asegura que los enlaces se mantengan en una sola línea */
  padding: 0;
}

	.nav-links li {
    align-items: center; /* Alinea el texto verticalmente al centro */
	padding: 0;
	margin: 5px 7px 10px 7px;
}
		
.nav-links a {
  display: inline-block; /* Asegura que los enlaces se coloquen uno al lado del otro */
  margin: 0 5px; /* Espacio entre los enlaces */
  padding: 0;
  white-space: nowrap; /* Evita que los enlaces se dividan en dos líneas */
}



	

			
	article#main-col iframe{
	width:100%;
}
	
	article#main-col .imagen{
	width: 99%;
}
	
			
		table{
  width: 100%;
			}

	table, th, td {
font-size: 20px;
}
	
	.tube {
	width: 100%;
	overflow: hidden;
	padding-bottom: 56%;
	padding-top: 30px;
	text-align: center;
	margin: auto;
	position: relative;
	}
		

	article li{
	font-size: 20px;

}
	
	article .pc{
	font-size: 22px;

}
	
		article#main-col .imagen2{
	width:99%;
}
	
	.encajar{
	width: 80%;
	text-align: center;
	margin: auto;
}
	
		.grupo{
  width: 98%;
}	

	.titulo { width: 100%; } 
	

.header-image { 
	
	height: 250px; /* Ajusta la altura para dispositivos móviles */ object-fit: cover; /* Recorta la imagen para ajustarse al contenedor */ } 

.header-title { 
	
	font-size: 2em; /* Ajusta el tamaño del texto para dispositivos móviles */ }

.additional-links {
    display: flex; 
	flex-direction: column; /* Alinea los elementos en columna */ 
	align-items: center;
	font-weight: bold;
}


}






