@charset "UTF-8";
/* CSS Document */

.container_enade {
	max-width: 1300px; 
	margin-left: auto;
  	margin-right: auto;
}

.container_enade_2 {
	max-width: 1300px; 
	margin-left: auto;
  	margin-right: auto;
	border-style: dotted;
	border-width: thin;
	border-radius: 10px;
	border-color: #FFF;
}


.back_enade_1 {
	background-image:url("../../imagery_enade2026/fondotecno1200.jpg");
	background-attachment: fixed;
	background-size: cover;
}

.img-130 {
  width: 130%;
  margin: 0 auto;
  display: block;
	object-fit: contain; /* opcional, pero ayuda */
	
}

.img-80 {
  width: 80%;
  margin: 0 auto;
  display: block;
	object-fit: contain; /* opcional, pero ayuda */
	
}

.img-40 {
  width: 40%;
  margin: 0 auto;
  display: block;
	object-fit: contain; /* opcional, pero ayuda */
	
}

.text-albo{
	color:#FFF;
	text-align: center;
}


.league-gothic-regular {
  font-family: "League Gothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.LG-28{
font-family: "League Gothic", sans-serif;
font-weight: 300;
font-style: normal;
	font-size: 28px;
}


.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.caja_color{
	background-color: #191b4b;
	border-radius: 10px;
}

.caja_color_top{
	background-color: #191b4b;
	border-radius: 10px 10px 0px 0px;
	
}

.caja_color_light{
	background-color: #89939f;
}


.caja_platino{
	background-image: linear-gradient(135deg, #b3b8ba, #dbdcde, #95a295);
	border-radius: 10px;
	padding: 7px 0px 7px 0px;
	max-width: 50%;	
	margin-left: auto;
  	margin-right: auto;
}



.caja_oro{
	background-image: linear-gradient(135deg, #c69551, #ecdfc3, #c1a22f);
	border-radius: 10px;
	padding: 7px 0px 7px 0px;
	max-width: 50%;	
	margin-left: auto;
  	margin-right: auto;
}

.caja_plata{
	background-image: linear-gradient(135deg, #8b9595, #dbdcde, #8b8995);
	border-radius: 10px;
	padding: 7px 0px 7px 0px;
	max-width: 50%;	
	margin-left: auto;
  	margin-right: auto;
}

.caja_medios{
	background-image: linear-gradient(135deg, #85b8df, #dbdcde, #69a293);
	border-radius: 10px;
	padding: 7px 0px 7px 0px;
	max-width: 50%;	
	margin-left: auto;
  	margin-right: auto;
}


.bck_grad{
	background-image: linear-gradient(180deg, #9cbce2, #FFF);
}

.marquito{
	border-style: dotted;
	border-width: thin;
	border-radius: 10px;
	border-color: #FFF;
	padding: 10px 0px 10px 0px;
}

.clr-blue-anep{
	color:#191b4b;
}

.clr-blue-anep:hover{
	color:#000;
	font-weight: 500;
	background-color: #f8f9fa;
  border-radius: 4px;
  padding: 4px 10px;
}

.fondo_albo{
	background-color: #FFF;
}


.btn-subir {
  font-size: 24px;
  text-decoration: none;
  color: #fff;
}


/*LG*/

@media (max-width: 1200px){
	
	.container_enade {
	max-width: 900px; 

}
	
	.container_enade_2 {
		max-width: 900px; 
}
	
}

/*SM*/

@media (max-width: 768px) {
	.img-130{
		max-height: 300px;
	}
	
	.img-40{
		  width: 70%;;
	}
	
	.container_enade_2 {
	 border-left-style: none;
	border-right-style: none;
	border-radius: 0px;

}
	
}