@charset "utf-8";
/* CSS Document */
.activo{
 	font-size:1.5rem; 
    width:250px;
}
.sec-parrafo-a{
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 20px;
  margin-top:50px;
}
.sec-parrafo-a p{
  text-align:justify;
}
.sec-cont-icon {
    width: 100px;
  height: 100px;
  border-radius: 20%;
  background-color: #FFB606;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}
.sec-cont-img-a{
  height: 100%; /* ajusta según necesites */
  background-size: cover;         /* Hace que la imagen llene el div */
  background-position: center;    /* Centra horizontal y verticalmente */
  background-repeat: no-repeat; 
  border-radius:0 50px 50px 50px;
    
  padding: 0.25rem;
  background-color: #fff;
  border: 3px solid #ffffff;
  box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.2);
-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.2);
}
.sec-cont-img-a{
  height: 100%; /* ajusta según necesites */
  background-size: cover;         /* Hace que la imagen llene el div */
  background-position: center;    /* Centra horizontal y verticalmente */
  background-repeat: no-repeat; 
  border-radius:50px 0 50px 50px;
    
  padding: 0.25rem;
  background-color: #fff;
  border: 3px solid #ffffff;
  box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
}
.sec-cont-icon img {
    width: 60%;
    height: 60%;
    object-fit: contain; /* O 'cover' si prefieres que llene el espacio */
  filter: invert(1) brightness(2);
}
/* === VELORES === */
.valores h3{
    line-height:normal;
    font-size:1.3rem;
}
.valores h4{
    
}
.valores .cont-icon{
  height: 100%; /* ajusta según necesites */
  background-size: cover;         /* Hace que la imagen llene el div */
  background-position: center;    /* Centra horizontal y verticalmente */
  background-repeat: no-repeat; 
  /*padding:25px !important;*/
}
.valores .cont-icon img{
  	width: 100%;
    height: 100%;
    object-fit: contain; /* O 'cover' si prefieres que llene el espacio */
	filter: brightness(0) saturate(100%) invert(79%) sepia(54%) saturate(1750%) hue-rotate(1deg) brightness(100%) contrast(105%);
}
.cont-list-a{
   padding:15px;
   
}
.cont-list-item{
   display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom:10px;
  background-color: #F5F5F5; 
   padding:15px;
}
.cont-list-item .cont-icon{
 width:100px;
 heigh:100px;
}
.cont-list-item .cont-icon img{
}
/* === FOTOS DIRECTIVOS === */
.cont-foto-a{
	width: 270px;
	height: 270px;
	position: relative;
    margin-bottom:25px;
}
.cfa-circulo{
	width: 270px;
	height: 270px;
	border-radius: 50%;
	background: #FFFFFF;
	background-size: cover;       /* Asegura que la imagen cubra todo el contenedor */
background-position: center;  /* Centra la imagen */
background-repeat: no-repeat; /* Evita que se repita */
overflow: hidden;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
    transition: transform 0.4s ease;
    border:solid 5px rgb(255, 215, 0);
}
.cfa-nombre {
position: absolute;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
align-content: flex-start;
bottom: -10px;
left: 0;
background-color: #0C3782; /* Celeste */
padding: 8px 12px;
color: white;
font-size: 0.8rem;
width: 100%;
border-radius:5px;
/*clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);*/
box-shadow: 0 2px 5px rgba(0,0,0,0.2);
z-index:1000;
}
.cont-cv{
 text-decoration:none;
 border-radius:50%;
 background:#FFFFFF;
 width:35px;
 height:35px;
 display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.cont-cv span{
 font-size:1.7rem;
 color:#626262;
}
.cargo {
  font-weight: 500;
  font-size: 0.9rem;
}
.cfa-circulo:hover .cfa-img {
  transform: scale(1.1); /* Agranda un poco */
}
/* === TABS PROGRAMAS === */
/*.nav-link{
	background:#F0F2F5 !important;
	color: #000;
	font-size: 0.9rem;
	border-radius: 7px 7px 0 0 !important;
	margin: 0 1px 0 1px;
	font-weight: 500;
}
.active{
	/*background: #4291C9 !important;*/
	background: linear-gradient(to bottom,  #54d0f0 0%,#2fabe0 100%) !important;
	color:#fff !important;
	text-shadow:0px 1px 0px rgba(66,145,201,1.0);
	
}
*/
.active-icon{
	color:#000;
	text-shadow:0px 1px 0px #fff;
}
.tab-pane{
	background: #fff !important;
	color: #000 !important;
}
.semest{
	padding: 10px 15px 10px 20px;
	color:rgba(0,0,0,1.00)!important;
	background: #EAF1F7;
	border-radius: 6px;
	font-size: 0.8rem;
	margin: 10px 1px;
	cursor: pointer;
}
.semest span{
	position: relative;
	padding: 2px 2.5px;
	background: rgba(255,255,255,0.8);
	border-radius: 50%;
	margin-left: 5px;
	color: #000;
}
.activ_semest{
	background: #58CCE6;
	color: #fff!important;
}
.my-table th{
 background-color: #003366;
 color: white;
 text-align: center;
 vertical-align: middle;
 font-weight: normal;
 font-size:0.9rem;
}
.my-table td{
 font-size:0.9rem;
}
.my-table td:not(:first-child){
	text-align: center;
  	vertical-align: middle;
}
.cont-documento{
 width:23%;
 border-radius:5px;
 padding:10px 15px;
 border:solid 1px #ffffff;
 text-decoration:none;
 text-align:center;
 color:#001B4E;
 display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  background: #FFFFFF;
  box-shadow: 2px 1px 4px 0px rgba(0,0,0,0.3);
-webkit-box-shadow: 2px 1px 4px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 2px 1px 4px 0px rgba(0,0,0,0.3);
}
.cont-documento .desc{
 font-size:0.9rem;
 line-height:normal;
}
.cont-documento .folder{
 text-align:center;   
}
.cont-documento .btn-doc span{
font-size:0.8rem;    
}
.doc-inactivo{
 -webkit-filter: grayscale(100%); filter: grayscale(100%);   
}
@media screen and (max-width: 800px) {
   .cont-documento{
 	width:45%;
    }
}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
}
  
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  
}		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  