@font-face{
  font-family: 'KeepCalm-Medium';
  src: url('fonts/KeepCalm-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  font-family: 'KeepCalm-Medium', sans-serif;
}

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f5f5f5;
  padding: 1rem 2rem;
}
.logo-img {
  height: 60px;
}
.header-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #263065;
  flex: 1;
  text-align: center;
}

/* menú */

.menu-toggle {
  display: none;
  background: #263065;
  color: white;
  font-size: 2rem;
  padding: 1rem;
  border: none;
  text-align: left;
  width: 100%;
}

.main-nav {
  background: #263065;
}

.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav > ul {
  display: flex;
  justify-content: flex-end;
}

.main-nav li {
  position: relative;
}

.main-nav a {
  display: block;
  color: white;
  padding: 1rem;
  text-decoration: none;
}

.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F9F9F9;
  z-index: 1000;
}

.submenu a {
  color: #4E5D94;
  padding: 0.75rem 1rem;
  display: block;
}

.submenu a:hover {
  background: #4E5D94;
  color: #F9F9F9;
}

.submenu.submenu-open {
  display: block;
}


@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  .main-nav > ul {
    flex-direction: column;
    display: none;
  }

  .main-nav > ul.show {
    display: flex;
  }

  .submenu {
    position: relative;
  }
}

footer {
  background-color: #202B60;
  color: white;
  padding: 2rem 1rem;
}

.footer-container {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr auto;
  gap: 2rem;
  align-items: center;
  max-width: 1200px;
  margin: auto;
}

.footer-content {
  text-align: center-left;
}

.footer-content p {
  margin: 0.3rem 0;
  text-decoration: none;
}

.footer-content p a{
  text-decoration: none;
}

.footer-content p a:hover {
  text-decoration: underline;
}

.footer-logo {
  display: flex;
  justify-content: center;
}

.footer-logo img {
  max-width: 120px;
  height: auto;
}

.footer-content p a:link,
.footer-content p a:visited {
  color: white;
  /*text-decoration: none;*/
}

@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-logo {
    margin-top: 1rem;
  }
}


/* SECCIONES */
.seccion {
  padding: 2rem;
  text-align: center;
}


/* 2. Video */
.video video {
  width: 100%;
  max-width: 800px;
  margin: 1rem auto;
}

.video {
  background-color: #4E5D94;
  color: white;
}
.video h2 {
  color: white;
}

/*instagram feed*/

.instagram-feed h2 {
  color: #263065;
  margin-bottom: 1.5rem;
  text-align: justify;
  margin-left: 3em;
}

.instagram-feed {
  padding: 2rem 1rem;
  background-color: #ffffff;
  text-align: center;
  max-width: 85%;
  margin: 0 auto;  
}


/*.instagram-feed {
  padding: 3rem 1rem;
  background-color: #ffffff;
  text-align: center;
}*/

/*.instagram-feed h2 {
  color: #202B60;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: bold;
}*/

.taggbox-container {
  max-width: 1400px;
  margin: 0 auto;
  /*box-shadow: 0 4px 12px rgba(0, 0, 0, 0);
  border-radius: 10px;*/
  overflow: hidden;
}

/* historia version imagenes*/
.historia-crai {
  padding: 2rem 1rem;
  text-align: center;
  background-color: #FFFFFF;
}

.historia-img {
  max-width: 75%;
  height: auto;
  margin-bottom: 2rem;
  border-radius: 1rem;
}

/*historia version texto*/

.historia-texto {
  padding: 2rem 1rem;
  text-align: center;
  max-width: 85%;
  margin: 0 auto;
}

.icono-centro img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-bottom: 1rem;
}

.texto-centro p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #263065;
  text-align: justify;
  margin: 0 auto;
  max-width: 85%;
  padding-top: 1rem;
}

.barra-final img {
  width: 100%;
  height: auto;
  margin-top: 2rem;
}

.acciones-crai {
  padding: 2rem 1rem;
  background-color: #ffffff;
  text-align: center;
  max-width: 85%;
  margin: 0 auto;  
}

.acciones-crai h2 {
  color: #263065;
  margin-bottom: 1.5rem;
  text-align: justify;
  margin-left: 3em;
}

.acciones-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  align-items: start;
  justify-items: center;
  text-align: center;
  margin-left: 3em;
  margin-right: 3em;
  max-width: 100%;
}

.acciones-grid img {
  max-width: 75%;
  height: auto;
  border-radius: 0.5rem;
   justify-items: center;
}

.acciones-grid a img{
    justify-items: center;
}

/* 3. Redes sociales botones */
.redes-botones {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 1rem;
  color: #8496A5;
}
.redes-botones img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.redes-botones img:hover {
  transform: scale(1.5);
}

.redes-sociales {
  background-color: #EAEBEF;
  color: white;
}
.redes-sociales h2 {
  color: #8496A5;
}

/* 4. Logos de sitios externos */
.logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 1.5rem;
  align-items: center;
  justify-items: center;
  margin-top: 1rem;
}
.logo-grid img {
  max-width: 200px;
  height: auto;
  transition: transform 0.3s ease;
}
.logo-grid img:hover {
  transform: scale(1.2);
}

@media (max-width: 950px) {
.logo-grid img {
  max-width: 150px;
  height: auto;
  transition: transform 0.3s ease;
}
}

/*carrusel*/
.div-carrusel {
	background: #FFFFFF;
	margin: 0;
	padding: 1rem;	
}

.carousel-container {
  position: relative;
  width: 75%;
  max-height: 100%;
  margin: 3rem auto;
  overflow: hidden;
  perspective: 1000px;
}

@media (max-width: 950px) {
.carousel-container {
  position: relative;
  width: 90%;
  max-height: 100%;
  margin: 3rem auto;
  overflow: hidden;
  perspective: 1000px;
}
}

.carousel-track {
  display: flex;
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
  gap: 1rem;
  align-items: center;
}

.carousel-item {
  width: 100%;  
  flex-shrink: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  border-radius: 10px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}
.carousel-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.carousel-item:not(.center) {
  opacity: 0.6;
  transform: scale(0.85) rotateY(10deg);
}

.carousel-item.center {
  transform: scale(1) rotateY(0);
  opacity: 1;
}

.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #002147;
  color: white;
  border: none;
  font-size: 2rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
  z-index: 10;
  border-radius: 6px;
}

.nav.prev {
  left: 10px;
}
.nav.next {
  right: 10px;
}



/*info*/
.info-crai {
  background-color: #FFFFFF;
  padding: 3rem 1rem;
  color: white;
}

.info-container {
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding: 2rem 0;
}

.bloque-texto {
  background: url('../iconos/rectangulo_azul.png') no-repeat;
  background-size: cover;
  color: white;
  padding: 2rem;
  padding-left: 3rem;
  max-width: 530px;
  z-index: 2;
  position: relative;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  text-align: justify; 
}

.bloque-imagen {
  position: absolute;
  top: 30px;
  left: 550px;
  max-width: 900px;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0);
}

.bloque-imagen img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 900px) {
  .info-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
  }

  .bloque-texto {
    max-width: 100%;
    margin-bottom: 1rem;
    border-radius: 10px;
  }

  .bloque-imagen {
    position: relative;
    left: 0;
    top: 0;
    max-width: 100%;
    border-radius: 10px;
  }
}
/*
.info-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 2rem;
  align-items: center;
  flex-wrap: wrap;
}

.info-img img {
  max-width: 500px;
  width: 100%;
  box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
  border-radius: 4px;
}

.info-texto {
  flex: 1;
  text-align: justify; 
}

.info-texto h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.info-texto p {
  font-size: 1.1rem;
  line-height: 1.6;
}*/

/*info ini*/

.info-container2 {
  max-width: 1500px;
  margin: auto;
  display: flex;
  gap: 2rem;
  align-items: center;
  flex-wrap: wrap;
}

.info-texto-ini {
  flex: 1;
  text-align: justify;
  background: url('../iconos/azul_inicio.png') no-repeat;
  background-size: cover;
  color: white;
  padding: 2rem;
}

.info-crai-ini {
  background-color: #F9F9F9;
  padding: 3rem 1rem;
  color: #263065;
}

.info-img-ini img {
  max-width: 500px;
  width: 100%;
  box-shadow: 5px 5px 15px rgba(0,0,0,0);
  border-radius: 4px;
  justify-content: center;
}

.info-texto-ini p {
  font-size: 1.1rem;
  line-height: 1.6;
}

.info-texto-ini h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

/* Botones */
.mvf-section {
  margin-top: 2rem;
  text-align: center;
  padding: 2rem 1rem;
  background: #FFFFFF;
}

.mvf-buttons {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.mvf-btn {
  background: white;
  /*border: 4px solid #2e3e7e;*/
  border-radius: 50%;
  border-color: white;
  border-style: none;
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s, background 0.3s;
  /*box-shadow: 0 2px 6px rgba(0,0,0,0);*/
}
.mvf-btn img {
  width: 100%;
  height: 100%;
  margin-bottom: 0.1rem;
  transition: transform 0.4s ease;
}
.mvf-btn span {
  font-weight: bold;
  font-size: 1.2rem;
  color: #4E5D94;
  margin-top: 1rem;
}
.mvf-btn.active {
 /* background: #263065;*/
  color: white;
}
.mvf-btn.active img {
  filter: brightness(0) invert(1);
}

.mvf-image img {
  max-width: 600px;
  height: auto;
  opacity: 0;
  transition: opacity 0.5s ease;
  margin: auto;
  display: none;
}

.mvf-image img.show {
  opacity: 1;
  display: block;
}

.mvf-image {
  text-align: center;
}

@media (max-width: 750px) {
.mvf-image img {
  max-width: 80%;
  height: auto;
  opacity: 0;
  transition: opacity 0.5s ease;
  margin: auto;
  display: none;
}

}

.coopAcad {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 3rem 1rem;
      background: #ffffff;
}

.coopAcad img {
      max-width: 100%;
      height: auto;   
}

.organigrama {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 3rem 1rem;
      background: #ffffff;
}

.organigrama img {
      max-width: 100%;
      height: auto;   
}

.mapa-interactivo {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.mapa-interactivo img {
  width: 100%;
  height: auto;
  display: block;
}

.area {
  position: absolute;
  display: block;
  z-index: 2;
  background-color: rgba(255, 255, 0, 0.0);
}

.area.circulo {
  clip-path: circle(50% at 50% 50%);
}

.area:hover {
 /* background-color: rgba(0, 123, 255, 0.2);*/
  /*outline: 2px solid #007bff;*/
}

/*sedes*/

 section .sedes{
      padding: 2rem 1rem;
      max-width: 100%;
      margin: auto;
    }

    .sedes-img-center {
      display: flex;
      justify-content: center;
      margin-bottom: 2rem;
	  margin-top: 2rem;
	
    }

    .sedes-img-center img {
      max-width: 400px;
	  text-align: center;
      height: auto;
      border-radius: 8px;
      /*box-shadow: 0 4px 10px rgba(0,0,0,0.2);*/
	  border-style: none;
    }
	
	 .sedes-img-mapa {
      display: flex;
      justify-content: center;
      margin-bottom: 2rem;
	  margin-top: 2rem;
	
    }

    .sedes-img-mapa img {
      max-width: 60%;
	  text-align: center;
      height: auto;
      border-radius: 8px;
      /*box-shadow: 0 4px 10px rgba(0,0,0,0.2);*/
	  border-style: none;
    }

    .sedes h2 {
      text-align: center;
      font-size: 2rem;
	  background: #4E5D94;
      margin-bottom: 1rem;
      color: white;
    }

   .sedes p {
      font-size: 1.1rem;
      line-height: 1.6;
      text-align: justify;
      margin-bottom: 2rem;
	  margin-left: 6rem;
	  margin-right: 6rem;
    }

    .sedes .grid-galeria {
	  width: 90%;
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
      gap: 2rem;
	  margin-left: 4rem;
	  justify-content: center;
	  margin-right: 4rem;
    }

    .sedes .grid-galeria img {
      width: 100%;
	  max-width: 300px;
      border-radius: 6px;
      transition: transform 0.4s ease;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	  cursor: pointer;
	  
    }

    .sedes .grid-galeria img:hover {
      transform: scale(1.2);
      box-shadow: 0 6px 16px rgba(0,0,0,0.3);
	  
    }
	
	.lista-sedes {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.5rem;
      max-width: 800px;
      margin: auto;
    }

    .lista-sedes a {
      font-size: 1.2rem;
      color: #263065;
      text-decoration: none;
      transition: color 0.3s;
      font-weight: bold;
    }

    .lista-sedes a:hover {
      color: #C8980F;
    }

    @media (max-width: 600px) {
      .lista-sedes {
        grid-template-columns: 1fr;
      }
    }
	
	 .sedes h3 {
      text-align: center;
      font-size: 1.2rem;
	  color: #4E5D94;
      margin-bottom: 2rem;
      
    }
	
	/*contacto*/
		
	 section .icono-contacto {
      max-width: 100%;
      padding-top: 1rem;
      padding: 2rem 1rem;
	  margin-bottom: 0;
    }
	
	.icono-contacto p {
      font-size: 1.1rem;
      margin-left: 1rem;
	  padding-left: 2.5rem;
	  padding-top: 0.5rem;
	  padding-bottom: 0.5rem;
	  padding-right: 0.5rem;
	  color: white;
	  border-radius: 6px;
	  background: url('../iconos/contacto.png') no-repeat center;
	  background-size: cover;
    }
	
	 .img-contacto {
      display: flex;
      justify-content: left;
      margin-bottom: 2rem;
	  margin-top: 2rem;
    }

    section .mapa-contacto {
      max-width: 100%;
	  min-height: 400px;
      margin-top: 4rem;
	  padding-top: 4rem;
      padding: 2rem 1rem;
	  margin-bottom: 0;
    }

    .mapa {
      width: 100%;      
      border: 0;
    }

    .contacto-info {	  
     display: flex;
     justify-content: center;
     align-items: center;
	 background: none; /* para que el fondo lo tenga overlay */
	  
    }

    .contacto-info h2 {
      font-size: 2rem;
      margin-bottom: 1rem;
	  color: #8496A5;
    }

    .contacto-info p {
      font-size: 1.1rem;
      margin: 0.5rem 0;
	  color: #4E5D94;
	  font-weight: bold;
    }
	
	.contacto-info p.otro{
      font-size: 1.1rem;
      margin: 0.5rem 0;
	  color: #263065;
	  
    }

    .contacto-info .overlay {
      background: url('../imagenes/fondo-contacto.png') no-repeat center;
	  background-size: cover;
	  padding: 0;
	  width: 80%;
	  /* max-width: 800px;*/
	  border-radius: 8px;
	  text-align: center;
    }
	
.mapa-container {
  position: relative;
  width: 100%;
  margin-top: 2rem;
  padding-top: 2rem;
  padding-bottom: 40%; /* relación 16:9 */
  height: 0;
  overflow: hidden;
}

.mapa-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 0;
}

/*CINIG */

	section .cinig{
      padding: 2rem 1rem;
      max-width: 100%;
      margin: auto;
    }

    .cinig-img-center {
      display: flex;
      justify-content: center;
      margin-bottom: 2rem;
	  margin-top: 2rem;
	
    }

    .cinig-img-center img {
      max-width: 250px;
	  text-align: center;
      height: auto;
      border-radius: 8px;
      /*box-shadow: 0 4px 10px rgba(0,0,0,0.2);*/
	  border-style: none;
    }
	
	 .cinig h2 {
      text-align: center;
      font-size: 2rem;
	  background: #4E5D94;
      margin-bottom: 1rem;
      color: white;
    }

   .cinig p {
      font-size: 1.1rem;
      line-height: 1.6;
      text-align: justify;
      margin-bottom: 2rem;
	  margin-left: 6rem;
	  margin-right: 6rem;
    }
	
	/*eventos cinig*/
	section .cinig-eventos{
      padding: 2rem 1rem;
      max-width: 100%;
      margin: auto;
    }
	
	 .cinig-eventos h3 {
      text-align: left;
      font-size: 1.2rem;
	  margin-left: 6rem;
	  color: #4E5D94;
      margin-bottom: 1rem;
      
    }
	
	.cinig-img-eventos {
      display: flex;
      justify-content: center;
      margin-bottom: 2rem;
	  margin-top: 2rem;
	
    }

    .cinig-img-eventos img {
      max-width: 80%;
	  text-align: center;
      height: auto;
      border-radius: 8px;
      /*box-shadow: 0 4px 10px rgba(0,0,0,0.2);*/
	  border-style: none;
    }
	
	/*Carrusel cinig*/
	
	.div-carrusel-cinig {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	}

.carousel-cinig {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 3rem auto;
  overflow: hidden;
  perspective: 1000px;
}

.carousel-track-cinig {
  display: flex;
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
  gap: 2rem;
}

.carousel-item-cinig {
  height: 100%;
  max-height: 400px;
  flex-shrink: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  border-radius: 10px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}

.carousel-item-cinig:not(.center) {
  opacity: 0.6;
  transform: scale(0.85) rotateY(10deg);
}

.carousel-item-cinig.center {
  transform: scale(1) rotateY(0);
  opacity: 1;
}

/* UISU */

section .uisu{
      padding: 2rem 1rem;
      max-width: 100%;
      margin: auto;
    }

    .uisu-img-center {
      display: flex;
      justify-content: center;
      margin-bottom: 2rem;
	  margin-top: 2rem;
	
    }

    .uisu-img-center img {
      max-width: 300px;
	  text-align: center;
      height: auto;
      border-radius: 8px;
      /*box-shadow: 0 4px 10px rgba(0,0,0,0.2);*/
	  border-style: none;
    }
	
	  .uisu h2 {
      text-align: center;
      font-size: 2rem;
	  background: #4E5D94;
      margin-bottom: 1rem;
      color: white;
    }
	
	.uisu-general {	  
	  width: 100%;		 

	}
	
	.uisu-container {	  
	  display: flex;
	  flex-wrap: wrap;
	  background-color: #4E5D94;
	  color: white;
	  padding: 5rem;
	  gap: 2rem;
	  align-items: center;
	  justify-content: center;
	}

	.uisu-video video{
	  max-width: 100%;
	  width: 600px;
      box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
      border-radius: 4px;
	}

	.uisu-texto {
      flex: 1;
	  text-align: justify;
	  color: white;
	}

	.uisu-texto p {
	  font-size: 1.1rem;
	  line-height: 1.6;
	}
	
	 .logos-uisu {
      max-width: 900px;
      margin: auto;
      padding: 1rem 1rem;
    }

    .escudos{
      margin-bottom: 3rem;
      text-align: center;
	  width: 100%;
    }

    .escudos img {
      width: 100%;      
      border-radius: 8px; 
    }
	
	.escudos2{
      margin-bottom: 3rem;
      text-align: left;
	  width: 100%;
    }
	
	.escudos2 img {
      width: 66%;      
      border-radius: 8px; 
	  text-align: left;
    }


    .miembros {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1rem;
      margin-top: 1rem;
	  align-items: center;
	  text-align: center;
    }

    .miembros a {
      display: block;
      padding: 1rem;
      background-color: #FFFFFF;
      text-decoration: none;
      color: #4E5D94;
      border-radius: 6px;
      transition: background-color 0.3s, color 0.3s;
      font-weight: bold;
    }

    .miembros a:hover {
      background-color: #4E5D94;
      color: white;
    }

    @media (max-width: 768px) {
      .miembros {
        grid-template-columns: 1fr;
      }
    }
	
	/*directorio*/
	
.directorio {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  padding: 4rem;
  background-color: #FFFFFF;
}

.personal {
  background-color: white;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  transition: transform 0.3s ease, background-color 0.3s ease;
  text-align: center;
}

.personal h3{
	color: #263065;
}


.personal:hover {
  transform: scale(1.05);
  background-color: #4E5D94; 
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  color: white;
}

.personal:hover h3{ 
   color: #C8980F;
}

/*noticias*/

.noticias {  
  background-color: #FFFFFF;
  max-width: 100%;
  margin: auto;
}

.noticias h2 {
      text-align: center;
      font-size: 2rem;
	  background: #4E5D94;
      margin-bottom: 2rem;
	  margin-top: 3rem;
      color: white;
	  max-width: 100%;
 }

.noticia {
  background-color: white;
  padding: 1.5rem;
  margin-bottom: 2rem;
  margin-left: 3rem;
  margin-right: 3rem;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

.titulo-noticia {
  font-size: 1.3rem;
  color: #263065;
  margin-bottom: 2rem;  
  text-align: center;
}

.noticia-imagen {
  flex: 1 1 500px;
  text-align: center;
}

.noticia-contenido {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  padding-left: 2rem;
  padding-right: 2rem;
}

.noticia-imagen img {
  width: 100%;
  max-width: 500px;
  border-radius: 6px;
}

.noticia-texto {
  flex: 2 1 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.fecha {
  font-size: 0.95rem;
  color: #4E5D94;
  margin-bottom: 0.5rem;
}

.pie {
  font-size: 0.9rem;
  color: #8496A5;
  font-style: italic;
  margin: 0.5rem ;
}


.descripcion {
  font-size: 1.05rem;
  line-height: 1.6;
  text-align: justify;
}

/*transparencia*/

.transp {  
  background-color: #FFFFFF;
  max-width: 100%;
  margin: auto;
}

.transp h2 {
      text-align: center;
      font-size: 2rem;
	  background: #4E5D94;
      margin-bottom: 2rem;
	  margin-top: 3rem;
      color: white;
	  max-width: 100%;
 }

.transp-sec {
  background-color: white;
  padding: 1.5rem;
  margin-bottom: 2rem;
  margin-left: 3rem;
  margin-right: 3rem;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

.titulo-sec {
  font-size: 1.3rem;
  color: #263065;
  margin-bottom: 2rem;  
  text-align: center;
}

.transp-imagen {
  flex: 1 1 500px;
  text-align: center;
}

.sec-cont {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  padding-left: 2rem;
  padding-right: 2rem;
}

.transp-imagen img {
  width: 100%;
  max-width: 500px;
  border-radius: 6px;
}

.transp-imagen img:hover{
  transform: scale(1.1);
}

.sec-texto {
  flex: 2 1 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.05rem;
  line-height: 1.6;
  text-align: justify;
}

.sec-texto a{
  text-decoration: none;
  color: #4E5D94;
}

.sec-texto a:hover{
  text-decoration: underline;
}

/*programas movilidad*/

.movilidad {  
  background-color: #FFFFFF;
  max-width: 100%;
  margin: auto;
}

.movilidad h2 {
      text-align: center;
      font-size: 2rem;
	  background: #4E5D94;
      margin-bottom: 2rem;
	  margin-top: 3rem;
      color: white;
	  max-width: 100%;
 }

.programa {
  background-color: white;
  padding: 1.5rem;
  margin-bottom: 2rem;
  margin-left: 3rem;
  margin-right: 3rem;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

.titulo-programa {
  font-size: 1.3rem;
  color: #263065;
  margin-bottom: 2rem;  
  text-align: center;
}

.programa-imagen {
  flex: 1 1 500px;
  text-align: center;
}

.programa-cont {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  padding-left: 2rem;
  padding-right: 2rem;
}

.programa-imagen img {
  width: 100%;
  max-width: 500px;
  border-radius: 6px;
}

.programa-imagen img:hover{
  transform: scale(1.1);
}

.programa-texto {
  flex: 2 1 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.05rem;
  line-height: 1.6;
  text-align: justify;
}

.programa-texto a{
  text-decoration: none;
  color: #4E5D94;
}

.programa-texto a:hover{
  text-decoration: underline;
}

	 