@charset "utf-8";
/* CSS Document */
.ac-title-docs{
 font-family: "Inter Tight", sans-serif;
 font-size: 1.0rem;
 font-weight:600;
  color: #1A5F20;
  padding: 1px 10px;
}
.ac-desc-docs{
 font-size: 0.85rem;
line-height:normal;
font-family: "Open Sans", sans-serif; 
 padding: 1px 10px;
}
.ac-list-info ol li, ul li{
 font-size:0.8rem;   
}
.servicios-item{
    list-style:none;
}
.servicios-item li{
 border-radius:10px;
 padding:20px 30px;
 background:#ffffff;
 margin-bottom:10px;
 font-size:0.95rem;
 box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.25);
-webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.25);
}
.servicios-item li:hover{
    background:#08936C;
    color:#ffffff;
}
/* === FORMULARIO CONTACTO === */
.cont-frm-contacto{
 background: #F5F6F8;
 border-radius: 8px;
 padding: 35px;
}
.frm-contacto label{
 font-size:0.85rem;   
}
.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.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-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;
bottom: 20px;
left: 0;
background-color: #0C3782; /* Celeste */
padding: 8px 12px;
color: white;
font-size: 0.8rem;
width: 100%;
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;
}
.cargo {
  font-weight: bold;
  font-size: 0.9rem;
}
.cfa-circulo:hover .cfa-img {
  transform: scale(1.1); /* Agranda un poco */
}
.cont-frm-contacto {
    position: relative;
}
/* Overlay completamente oculto al inicio */
.msje-loading {
    position: absolute;
    inset: 0; /* cubre todo el contenedor */
    background: rgba(255, 255, 255, 0.5); /* blanco semi-transparente */
    display: none; /* oculto por defecto */
    z-index: 20;
    display:block ;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
	font-size:0.8rem;
    padding: 20px;
}
.msje-loading.show {
    display: flex; /* se muestra agregando la clase 'show' */
}
.active-icon{
	color:#000;
	text-shadow:0px 1px 0px #fff;
}
.tab-pane{
	background: #fff !important;
	color: #000 !important;
}
.mytab_info{
	list-style: none;
	padding: 0;
	display: inline-flex;
}
/*.mytab_info li{
	background:#F0F2F5 !important;
	color: #000;
	font-size: 0.9rem;
	border-radius: 7px 7px 0 0 !important;
	margin: 0 1px 0 1px;
	font-weight: 500;
	padding: 10px 20px;
}*/
.mytab_info li{
	/*background:#F0F2F5 !important;*/
	font-family: "Roboto", sans-serif;
	font-size: 0.85rem;
	border-radius: 7px 7px 0 0 !important;
	margin: 0 1px 0 1px;
	font-weight: 500;
	padding: 8px 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
}
.mytab_info li span{
	
}
.tab_inactivo{
	background:#F0F2F5 !important;
	color:#000 !important;
}
.cont_span_a span{
	position: relative;
	top:1px;
	font-size: 0.7rem !important;
	color:#262525;
}
.tab_inactivo .cont_span_a{
	border-radius: 50%;
	background:rgba(253,252,252,1.00);
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 7px;
	color:#ACA9A9 !important;
	
}
.tab_activo{
	background: #1A5F20;
	color: #fff;
}
.tab_activo .cont_span_a{
	border-radius: 50%;
	background:rgba(253,252,252,1.00);
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 7px;
	color:#000 !important;
}
.cont_titles_a{
	font-family: "Roboto", sans-serif;
	font-size: 0.9rem;
	background: #EAF1F7;
	border-radius: 4px;
	padding: 8px 10px 8px 15px;
}.color_folder{
	color:rgba(248,178,2,1.00);
	font-size: 1.2rem;
	text-shadow:0px 1px 0px #fff;
}	
.cont-convocatorias{
		font-family: "Roboto", sans-serif;
		background:#F0F3FA;
		padding: 25px;
		border-radius: 5px;
		margin-bottom: 10px;
	}
	.cont-convocatorias .conv-num{
		background:rgba(0,0,0,0.7);
		font-size:1.0rem;
		color:#fff;
		width: 8%;
		border-radius: 5px 0 0 5px;
	}
	.cont-convocatorias .conv-title{
		background:rgba(43,40,40,0.1);
		font-size:1.0rem;
		color:#000;
		width: 90%;
		border-radius: 0 5px 5px 0;
		padding: 5px 5px 5px 10px;
		line-height: normal;
	}
	.conv-detalles{
		width: 90%;
		font-size: 0.9rem;
		line-height: normal;
		padding: 10px 10px 10px 0;
	}
	.tbl-conv-docs{
		border-collapse: separate;
		border-spacing: 0;
		font-size:0.9rem;
	}
	.tbl-conv-docs thead {
            background-color:rgba(29,108,1,1.00); /* Azul Bootstrap */
            color: white;
			text-align: center;
        }
	.tbl-conv-docs thead th:first-child {
            border-top-left-radius: 6px;
        }
        .tbl-conv-docs thead th:last-child {
            border-top-right-radius: 6px;
        }
	 .tbl-conv-docs thead th:nth-child(1),
        .tbl-conv-docs tbody td:nth-child(1) {
            width: 50%;
			padding-left: 25px;
        }
        .tbl-conv-docs thead th:nth-child(2),
        .tbl-conv-docs tbody td:nth-child(2) {
            width: 30%;
			font-size: 0.8rem;
        }
		.tbl-conv-docs tbody td:nth-child(1) {
     	text-transform: uppercase;
			font-size: 0.75rem;
        }
        .tbl-conv-docs thead th:nth-child(3),
        .tbl-conv-docs tbody td:nth-child(3) {
            width: 20%;
			padding-right: 15px;
        }
		.tbl-conv-docs tbody td:nth-child(3) a {
            text-decoration: none;
			font-size: 0.7rem;
			color:rgba(19,19,19,0.7);
        }
	.tbl-conv-docs td {
   white-space: nowrap; /* Evita el salto de línea */
    overflow: hidden; /* Oculta el texto sobrante */
    text-overflow: ellipsis; /* Agrega los puntos suspensivos (...) */
    max-width: 100px;
}
	.cont-conv-docs{
		border-radius: 8px;
		-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.63);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.63);
box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.63);
	}