@charset "utf-8";
/* CSS Document */
.lista-valores {
    list-style: none;
    padding: 0;
    margin: 0;
}
.lista-valores li {
    display: flex;
    align-items: flex-start; /* clave para alinear arriba */
    gap: 10px;
    margin-bottom: 12px;
}
.lista-valores li span {
    color: #158F15; /* verde institucional */
    font-size: 2.0rem;
    line-height: 1.4;
    flex-shrink: 0; /* evita que el icono se mueva */
}
.lista-valores p {
    margin: 0;
    color:#100503;
}
.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;
}
.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;
}	
/* TABLA */
table{
    width:100%;
    border-collapse:collapse;
    font-size:15px;
}
/* columna izquierda (etiquetas) */
th{
    width:260px;
    background:#d9ead3;        /* verde claro */
    color:#1f3d1f;
    text-align:left;
    padding:10px;
    border:1px solid #b6d7a8;
    font-weight:bold;
}
/* contenido */
td{
    padding:10px;
    border:1px solid #b6d7a8;
}
/* filas alternadas verde suave */
tr:nth-child(odd) td{
    background:#f3f8f2;        /* casi blanco verdoso */
}
tr:nth-child(even) td{
    background:#eaf4e6;        /* verde pastel elegante */
}
.contacto{
    padding:70px 20px;
}
.contacto-contenedor{
    max-width:1100px;
    margin:auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:50px;
    align-items:center;
}
/* INFO */
.contacto-info h2{
    color:#2e6b2e;
    font-size:34px;
    margin-bottom:10px;
}
.contacto-info p{
    color:#555;
    margin-bottom:25px;
}
.item{
    display:flex;
    gap:15px;
    margin-bottom:18px;
    align-items:flex-start;
}
.item span{
    font-size:24px;
    background:#6aa84f;
    color:white;
    width:45px;
    height:45px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
}
.item strong{
    color:#1f3d1f;
}
/* FORMULARIO */
.contacto-form form{
    background:white;
    padding:30px;
    border-radius:12px;
    box-shadow:0 8px 20px rgba(0,0,0,0.12);
}
.contacto-form input,
.contacto-form textarea{
    width:100%;
    padding:12px;
    margin-bottom:15px;
    border:1px solid #dcdcdc;
    border-radius:8px;
    font-size:14px;
    transition:0.2s;
}
.contacto-form input:focus,
.contacto-form textarea:focus{
    border-color:#6aa84f;
    outline:none;
    box-shadow:0 0 0 3px rgba(106,168,79,0.2);
}
.contacto-form button{
    width:100%;
    background:#2e6b2e;
    color:white;
    border:none;
    padding:14px;
    font-size:16px;
    border-radius:8px;
    cursor:pointer;
    transition:0.25s;
}
.contacto-form button:hover{
    background:#1f4d1f;
}
/* ==== SECCION SERVICIOS === */
.icono-servicio {
  width: 55px;
  height: 55px;
  background: #198754;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-top: 6px;
  flex-shrink: 0;
  position: relative; /* 👈 necesario */
}
.icono-servicio::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 40px;
  height: 3px;
  background: #198754;
  border-radius: 2px;
}
.contenido-servicio {
  margin-left: 70px; /* 👈 AJUSTE CLAVE */
}
.fontListSubseccion {
  max-width: 520px;
  padding-left: 0;
}
.fontListSubseccion li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.fontListSubseccion li i {
  flex-shrink: 0;
  margin-top: 4px;
}
.img-bienvenida {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
}
.contenedor-imagen {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
  background: #fff;
  border: 4px solid #FFFFFF;
}
.img-servicio {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: 0.4s;
}
/* efecto hover */
.contenedor-imagen:hover .img-servicio {
  transform: scale(1.04);
}
/* 🔹 Imagen estilo catálogo */
.img-catalogo {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.img-catalogo img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 20px;
}
/* borde verde decorativo */
.img-catalogo::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 100%;
  height: 100%;
  border: 4px solid #198754;
  border-radius: 20px;
  z-index: -1;
}
/* 🔹 Badge */
.badge-servicio {
  background: #198754;
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}
/* 🔹 Icono grande */
.icono-catalogo {
  width: 60px;
  height: 60px;
  background: #e9f7ef;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #198754;
  font-size: 24px;
}
/* 🔹 Items tipo card */
.item-servicio {
  display: flex;
  gap: 15px;
  padding: 15px;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.item-servicio i {
  font-size: 20px;
  color: #198754;
  margin-top: 5px;
}
.item-servicio p {
  margin: 0;
  font-size: 14px;
  color: #555;
}
/* ------------------------------- */
.ac-bloque-titulo {
  max-width: 700px;
}
/* ICONO */
.ac-icono-circulo {
  width: 70px;
  height: 70px;
  background: #1f5e2e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ac-icono-circulo i {
  color: #ffffff;
  font-size: 28px;
}
/* TITULO BASE */
.ac-titulo {
  font-size: 1.3rem;
  font-weight: 600;
  color: #2b2b2b;
  letter-spacing: 1px;
  margin: 0;
}
/* PARTE DESTACADA */
.ac-titulo span {
  display: block;
  font-size: 2.2rem;
  font-weight: 800;
  color: #1f5e2e;
}
/* LINEA DECORATIVA */
.ac-linea {
  width: 100px;
  height: 4px;
  background: #1f5e2e;
  border-radius: 10px;
}
/* TEXTO */
.ac-texto {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
  margin: 0;
}
/* =========================
   PROYECTO CARD
========================= */
.ac-proyecto {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 20px;
  transition: all 0.3s ease;
}
.ac-proyecto:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
/* =========================
   ICONO
========================= */
.ac-proyecto-icono {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  border: 2px solid #2f6b3f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2f6b3f;
  font-size: 20px;
  flex-shrink: 0;
}
/* =========================
   NUMERO
========================= */
.ac-proyecto-numero {
  background: #2f6b3f;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  padding: 8px 14px;
  border-radius: 6px;
  flex-shrink: 0;
}
/* =========================
   TITULO
========================= */
.ac-proyecto-titulo {
  font-size: 1rem;
  font-weight: 700;
  color: #2b2b2b;
  margin: 0;
}
/* =========================
   SUBTITULO
========================= */
.ac-proyecto-subtitulo {
  font-size: 0.85rem;
  color: #4f7d57;
  font-weight: 500;
}
/* =========================
   LINEA
========================= */
.ac-proyecto-linea {
  height: 1px;
  background: #ddd;
  margin-top: 10px;
}
/* =========================
   FOOTER GENERAL
========================= */
.ac-proyecto-footer {
 /* border-top: 1px solid #ddd;*/
  padding-top: 15px;
  margin-top: 15px;
}
/* =========================
   FINANCIAMIENTO
========================= */
.ac-proyecto-financia {
  font-size: 0.85rem;
  color: #555;
}
/* =========================
   LOGOS
========================= */
.ac-logos {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.ac-logo-box {
  height: 40px; /* 🔥 tamaño oficial */
  display: flex;
  align-items: center;
}
.ac-logo-box img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
/* =========================
   BENEFICIOS
========================= */
.ac-beneficios {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0;
  margin-top:25px;
}
.ac-proyecto-beneficio {
  flex: 1;
  text-align: center;
  font-size: 0.8rem;
  color: #444;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 0 15px;
}
/* ICONO BENEFICIO */
.ac-proyecto-beneficio i {
  font-size: 20px;
  color: #2f6b3f;
}
/* SEPARADORES */
.ac-proyecto-beneficio:not(:last-child) {
  border-right: 1px solid #ddd;
}
/* =========================
   RESPONSIVE
========================= */
@media (max-width: 768px) {
  .ac-proyecto {
    padding: 15px;
  }
  .ac-proyecto-titulo {
    font-size: 0.95rem;
  }
  .ac-proyecto-numero {
    font-size: 16px;
  }
  .ac-logo-box {
    height: 45px;
  }
  .ac-beneficios {
    flex-direction: column;
  }
  .ac-proyecto-beneficio {
    border-right: none;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
  }
  .ac-proyecto-beneficio:last-child {
    border-bottom: none;
  }
}
/* =========================
   RESPONSIVE (GLOBAL)
========================= */
@media (max-width: 768px) {
  .ac-titulo {
    font-size: 1.1rem;
  }
  .ac-titulo span {
    font-size: 1.8rem;
  }
  .ac-icono-circulo {
    width: 55px;
    height: 55px;
  }
  .ac-icono-circulo i {
    font-size: 22px;
  }
    
   /* === PROYECTOS === */
.ac-proyecto {
    padding: 15px;
  }
  .ac-proyecto-numero {
    font-size: 16px;
  }
  .ac-proyecto-titulo {
    font-size: 0.95rem;
  }
  .ac-beneficios {
    flex-direction: column;
    gap: 15px;
  }
  .ac-proyecto-beneficio {
    border-left: none;
    border-top: 1px solid #ddd;
    padding-top: 10px;
  }
  .ac-proyecto-beneficio:first-child {
    border-top: none;
  }
  .ac-logo-box {
    height: 35px;
  } 
}
/* efecto al pasar mouse (solo pantalla) */
@media (min-width: 992px) {
  .img-bienvenida {
    height: 420px;
  }
}
@media screen{
    tr:hover td{
        background:#dff0d8;
        transition:0.2s;
    }
}