 @font-face {
        font-family: "Museo_Sans_100";
        src: url("../fonts/MuseoSans-100.otf");
        font-weight: 100;
    }
    @font-face {
        font-family: "Museo_Sans_300";
        src: url("../fonts/MuseoSans-300.otf");
        font-weight: 300;
    }
    @font-face {
        font-family: "Museo_Sans_500";
        src: url("../fonts/MuseoSans-500.otf");
        font-weight: 500;
    }
    @font-face {
        font-family: "Museo_Sans_700";
        src: url("../fonts/MuseoSans_700.otf");
        font-weight: 700;
    }
    @font-face {
        font-family: "Museo_Sans_900";
        src: url("../fonts/MuseoSans_900.otf");
        font-weight: 900;
    }
body{
  margin: 0px;
}
header figure{
  margin: 0px;
  padding: 0px;
  box-sizing: content-box;
}
header img{
  width: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
nav{
  background-color: #0A2A80;
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: calc(52px * .7);
}
nav ul{
  display: flex;
  align-items: center;
  height: 100%;
  flex-direction: row;
  justify-content: center;
  list-style-type: none;
  margin:0px;
  padding: 0px;
  width: min(420px, 95%);
}
nav ul li{
  flex: 1;
  text-align: center;
  height: 65%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: #FFF 1px solid;
}
nav ul li:last-child {
  border-right: none;
  border: none;
}

nav ul li a{
  text-decoration: none;
  color: #fff;
  font-family: "Museo_Sans_500";
  font-size: calc(24px  * .7);
  line-height: 24px;
}
nav ul li  .active{
  
  color: #FBB913;
 
}
nav ul li:hover a{
  color: #FBB913;
}
h3{
  font-size: calc(35px * .7);
  font-weight: 900;
  line-height: 36px;
  font-family: "Museo_Sans_900";
  
}
p{
  font-weight: 500;
  font-size: calc(25px * .7);
  font-family: "Museo_Sans_500";
}
.seccion-texto{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 20px;
  
}
.contenedor-texto{
   width: min(995px, 90%);
   text-align: center;
}
.contenedor-texto h3{
  color: #0A2A80;
   font-family: "Museo_Sans_900";
   margin:0px;
   margin-bottom: 16px;
   
}
.contenedor-texto hr{
  border-color: #147BE3;
}
.contenedor-texto .parrafo{
  position: relative;
    font-weight: 500;
  font-size: calc(1.4375rem * .7);
  color:#0A2A80;
   font-family: "Museo_Sans_500";
}
.icono-mano{
  position: absolute;
  right: -140px;
  top:-66px;
}
.seccion-video {
  background-color: #0A2A80; /* azul de fondo */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 25px; 
}
.seccion-video h3{
  color: #fff;
  font-size: calc(35px * .7);
  margin-top: 0px;
}

.contenedor-video {
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  width: min(920px, 90%);
  text-align: center;
}

/* Corazón en la esquina */
.icono-corazon {
  position: absolute;
  top: -20px;
  left: -10px;
  background: #0A2A80;   /* fondo blanco detrás del corazón */
  border-radius: 75% 15% 75% 0%;
  padding: 6px;

}
.contenedor-parrafo{
  width: min(920px, 90%);
  color: #fff;
  text-align: center;
}
.seccion-propuestas{
  background-color: #FAB931; /* azul de fondo */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 0px;
  padding-bottom: 50px;
  
}
.seccion-propuestas h3{
  position: relative;
  color:#fff;
  margin-bottom: 30px;
}
.seccion-propuestas h3 .icono-estrella{
  position: absolute;
  top: -10px;
  left: 725px;
}
.contenedor-propuestas{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(254px, 1fr));
  width: min(1020px, 90%);
  
}
.contenedor-propuestas .box{
  border-right: #fff 1px dashed; 
  display: flex;
  align-items: end;
  justify-content: center;
  margin-bottom: 50px;
}
.contenedor-propuestas .box:nth-child(4n) {
  border-right: none;
}
.box a figure{
  margin: 0px;
  box-sizing: content-box; 
  width: 194px; 
  overflow: hidden;

}
.box a figure img{
  margin-top: 18px;
  margin-bottom: 22px;
  aspect-ratio: 193.99 / 231.62; 
  
  width: 100%; 
  height: auto; 
  display: block;   
  object-fit: cover;
   object-position:center
}
.box a figure figcaption{
  font-size: calc(27px * .7);
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-family: "Museo_Sans_500";
}
.box a figure figcaption:first-child{
    font-family: "Museo_Sans_900";
} 


.youtube-container {
  position: relative; /* Para posicionar el iframe correctamente */
  padding-bottom: 56.25%; /* Proporción 16:9 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.ficha-inciativa{
   background-color: #0A2A80; /* azul de fondo */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 80px; 
  color: #fff;

}
.ficha-inciativa h3{
   font-size: calc(35px * .7);
  font-weight: 900;
  line-height: 42px;
  font-family: "Museo_Sans_900";
  margin-bottom: 1.5rem;
  margin-top: 0px;
}
.ficha-inciativa .contenedor-iniciativa hr{
 color: #0178E5;
 border-top-width: 2px;
 margin: 18px 0px;
}
.ficha-inciativa .contenedor-iniciativa h5{
  margin: 0px;
   font-style: normal;
   font-size: calc(27px * .7);
   font-family: "Museo_Sans_700";
   padding: 6px 0px;
}
.ficha-inciativa .contenedor-iniciativa p{
  font-size: calc(25px * .7);
  font-family: "Museo_Sans_500";
}



.contenedor-iniciativa{
    width: min(920px, 90%);
}
.iniciativa-icono{
  padding-right: 2rem; text-align: right; padding-bottom: 0px;
}
.icono-imagen{
  object-fit: cover;width: min(292px, 100%);
}
.contenedor-iniciativa h5{
  font-family: "Museo_Sans_500";
  font-size:calc(1.6875rem * .7);
  font-style: italic;
}
.ficha-establecimiento{
   background-color: #FAB931; /* azul de fondo */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  
  padding-bottom: 80px; 
}
.iniciativa-video{
  width: 100%;
  overflow: hidden;
  box-sizing: content-box;
}
.iniciativa-video img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.video-iframe{
  background-color: #fff; width: min(922px,100%); aspect-ratio: 922.44 / 415.1;
}
.iniciativa-fotos{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
}
.foto-img{
  aspect-ratio: 215.36 / 257.14; background-color: #fff; width: min(215.36px, 100%);
}
.ficha-inciativa .contenedor-iniciativa .titulo-redes{
  font-style: normal !important;
  margin: 0px;
  font-weight: 900;
  font-size: calc(27px * .7);
  margin-bottom: 2.25rem;
}
.ficha-inciativa .contenedor-iniciativa .titulo-redes::after{
  content:none;
  background-color: none;
  width: none;
}

.web-redes{
  border: 5px solid #1DB0E0;
  border-radius: 31px;
  padding-top: 24px;
  padding-bottom: 24px;
 
}
.redes-link{
   display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 4rem;
}
.link-redes{
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
  text-decoration: none;
  gap:1rem;
  padding-bottom: 1rem;
  font-size: calc(25px * .7);
  font-family: "Museo_Sans_500";
  justify-content: center;
}
.link-redes img{
  margin-right: 10px;
}
.web-url{
text-align: center;
margin-top: 2.63rem;


}
.url-link{

  text-decoration: none;
  border: 1px solid #01AEE1;
  border-radius: 9px;
  font-family: "Museo_Sans_700";
  color: #FFF;
  font-size: calc(23px * .7);
  padding-left: 4rem;
  padding-right: 4rem;
  display: inline-block;
  background-color: #01AEE1;
}
.contenedor-establecimiento{
   width: min(920px, 90%);
   position: relative;
}
.contenedor-establecimiento h4{
   color:#FFF;
   font-family: "Museo_Sans_900";
   font-size: calc(27px * .7);
   margin-top: 42px;
}
.establecimiento-listado{
  color: #FFF;
  font-family: "Museo_Sans_500";
  font-size: calc(25px * .7);
}
.establecimiento-listado.dos-columnas {
  columns: 2;
}

/* Styles for 3 columns (optional, but good for clarity/override) */
.establecimiento-listado.tres-columnas {
  columns: 3;
}
.establecimiento-listado li::marker{
  color: #23397E;
}
.establecimiento-listado li{
  margin-bottom: 18px;
}
.ficha-icono-corazon{
  position: absolute;
  top: -50px;
  left: -200px;
}
.ficha-icono-koreano{
   position: absolute;
  bottom: 50%;
  right: -200px;
}
footer{
  background-color: #F94556;
  padding-bottom: 57px;
  padding-top: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-footer{
   width: min(920px, 90%);
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   align-items: center;
   text-align: center;
}
.section-footer a img{
  width: min(calc(230px * .5), 100%);
}
.contenedor-redes{
  width: min(490px, 100%);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.contenedor-redes a img{
  width: min(calc(78px * .5), 100%);
}
.carousel {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: 2rem auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.carousel-track {
display: flex;
  transition: transform 0.6s ease, opacity 0.8s ease;
  opacity: 1;
  gap: 25px;
}

.carousel-track.fade {
  opacity: 0;
}

.carousel img {
  width: calc(50% - 24.5px); 
  min-width: calc(50% - 24.5px); 
  height: 300px;
  object-fit: cover;
  user-select: none;
  transition: 
    transform 0.6s ease,
    box-shadow 0.5s ease,
    filter 0.4s ease;
  will-change: transform;
  perspective: 1000px;
    animation: fadeUp 0.8s ease forwards;
  animation-delay: calc(var(--i) * 0.15s);
  opacity: 0; /* Para que se vea la animación desde 0 */
}

/* Efecto parallax + zoom */
.carousel img:hover{
  transform: scale(1.1) rotateY(5deg) translateZ(15px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
  filter: brightness(1.05);
  z-index: 3;
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Aplica la animación a las imágenes al cargar */

/* Asignamos un índice distinto a cada imagen */
.carousel-track img:nth-child(1) { --i: 0; }
.carousel-track img:nth-child(2) { --i: 1; }
.carousel-track img:nth-child(3) { --i: 2; }
.carousel-track img:nth-child(4) { --i: 3; }
.carousel-track img:nth-child(5) { --i: 4; }
.carousel-track img:nth-child(6) { --i: 5; }
.carousel-track img:nth-child(7) { --i: 6; }
.carousel-track img:nth-child(8) { --i: 7; }

/* En pantallas pequeñas reducimos el efecto */
@media (max-width: 600px) {
  .carousel img {
    width: 100%;
    min-width: 100%;
  }
  .carousel img:hover {
    transform: scale(1.05);
    rotate: none;
  }
}



/* Botones */
.carousel button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  padding: 0.3em 0.6em;
  border-radius: 50%;
  transition: background 0.3s;
  z-index: 10;
}

.carousel button:hover {
  background: rgba(0, 0, 0, 0.7);
}

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


.btn {
  background: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 2rem;
  padding: 10px 18px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
  user-select: none;
}

.btn:hover {
  background: rgba(0,0,0,0.7);
}
.infraestructura section .contenedor-escuela{
    width: min(920px, 90%);
    margin: 0 auto;
    text-align: center;
} 
.infraestructura .ficha-escuela{
  background-color: #FAB931;
  padding-top: 10px;
  padding-bottom: 15px;
}
.infraestructura .ficha-escuela h3{
  font-family: "Museo_Sans_900";
  font-size: calc(50px * .7);
  margin: 0px;
  color: #fff;
}
.infraestructura .sectiob-bajada{
  padding-top: 25px;
  padding-bottom: 25px;
}
.infraestructura .sectiob-bajada .contenedor-bajada{
      width: min(1024px, 90%);
    margin: 0 auto;
    text-align: center;
}
.infraestructura .sectiob-bajada .contenedor-bajada .bajada{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(308px, 1fr));

}
.infraestructura .sectiob-bajada .contenedor-bajada .bajada div{
  border-right: 1px solid #0A2A80;
}
.infraestructura .sectiob-bajada .contenedor-bajada .bajada div h4{
  color: #0A2A80;
  font-family: "Museo_Sans_700";
  font-size: calc(27px * .7);
  margin: 0px;
}
.infraestructura .sectiob-bajada .contenedor-bajada .bajada div p{
    color: #0A2A80;
  font-family: "Museo_Sans_500";
  font-size: calc(22px * .7);
  margin: 0px;

}
.infraestructura .section-detalle{
  background-color: #F94556;
}
.infraestructura .section-detalle .contenedor-detalle{
        width: min(1024px, 90%);
    margin: 0 auto;
}
.infraestructura .section-detalle .contenedor-detalle article h5{
  font-family: "Museo_Sans_500";
  font-size: calc(29px * .7);
  line-height: 34px;
  text-align: center;
  color: #fff;  
  padding-top: 34px;
  padding-bottom: 15px;
  margin: 0px;

}
.infraestructura .section-detalle .contenedor-detalle article .monto{
    font-family: "Museo_Sans_900";
    font-size: calc(60px * .7);
    color: #fff;
    text-align: center;
    margin: 0px;
    padding-bottom: 18px;
}
.infraestructura .section-detalle .contenedor-detalle article p{
  margin:0px;
  color:#fff;
  text-align: center;
  padding-bottom: 20px;
  font-family: "Museo_Sans_500";
  font-size: calc(29px * .7);
}
.infraestructura .section-detalle .contenedor-detalle article hr{
  color: #fff;
  margin:0px;
  border-top: 1px solid #fff;
  margin-bottom: 20px;
}
.infraestructura .section-detalle .contenedor-detalle article .boxes{
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 20px;

}
.infraestructura .section-detalle .contenedor-detalle article .boxes .box{
  border-right: 1px solid #fff;
  padding-top: 22px;
  padding-right: 41px;
}
.infraestructura .section-detalle .contenedor-detalle article .boxes .box:first-child{
  position: relative;

}
.infraestructura .section-detalle .contenedor-detalle article .boxes .icono-mano{
  position: absolute;
    top: 0%;
  left: -30%;
  z-index: 5;
  right: 0px;
}
.infraestructura .section-detalle .contenedor-detalle article .boxes .box p{
  font-family: "Museo_Sans_500";
  font-size: calc(29px * .7);
  text-align: center;

} 
.infraestructura .section-detalle .contenedor-detalle article .boxes .box p strong{
  font-family: "Museo_Sans_900";
  margin: 0px;
}
.infraestructura .section-detalle .contenedor-detalle article .boxes .box:last-child{
  border-right: none;
}
.infraestructura section article figure{
  margin:0px;
  padding:0px;
  box-sizing: border-box;
  position: relative;

}
.infraestructura section article figure .icono-estrella{
  position: absolute;
  right: -25%;
  top:20%;
}
.infraestructura section article figure img{
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  display: block;
  
}

   
.infraestructura .img-principal{
  background-color: #0A2A80;
}
.infraestructura  .img-principal .contenedor{
    width: min(941px, 90%);
    margin: 0px auto;
}
.infraestructura  .img-principal .contenedor h5{
  font-size: calc(29px * .7);
  font-family: "Museo_Sans_500";
  line-height: 34px;
  color: #FFF;
  text-align: center;
  margin:0px;
  padding-top: 58px;
  padding-bottom: 30px;
}
.infraestructura .img-principal .contenedor figure figcaption{
  color:#fff;
  font-family: "Museo_Sans_700";
  font-size: calc(29px * .7);
  
  padding-top: 25px;
  text-align: center;
  padding-bottom: 40px;
  position: relative;
}
.infraestructura .img-principal .contenedor figure figcaption .icono-corazon{
  position: absolute;
  top: 10%;
  left: -25%;
}
.infraestructura section .galeria{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5px;
  margin: 15PX 0PX; 
}
.infraestructura section .galeria .cuadro{
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.menu-interno{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #FAB931;
  margin-top: 16px;

}
.menu-interno ul{
  display: flex;
  flex-direction: row;
  list-style-type: none;

  justify-content: space-between;
  align-items: center;
  padding-left: 0px;
  flex-wrap: wrap;
}
.menu-interno ul li{
  text-align: center;
  flex-wrap: wrap;
  border-right: 1px solid #0A2A80;
  padding-right: 36px;
  padding-left: 36px;
  padding-top: 5px;
  padding-bottom: 5px;
  flex: 1;
}
.menu-interno ul li:last-child{
  border-right: none;
}
.menu-interno ul li:hover{
   font-family: "Museo_Sans_900";
   font-weight: 900;
}
.menu-interno ul li a{
  text-decoration: none;
   white-space: nowrap;
   font-family: "Museo_Sans_500";
   font-size: 17.5px;
   color: #0A2A80;
}
.menu-interno ul li a:hover{
 font-family: "Museo_Sans_900";
   font-weight: 900;
}
.menu-interno ul li .active{
 font-family: "Museo_Sans_900";
   font-weight: 900;
}
.contenedor-infra{
    width: min(908px, 95%);
}
.contenedor-infra h3{
  position: relative;
   font-family: "Museo_Sans_900";
   font-size: calc(34px * .7);
   color: #273571;
   margin-bottom: 0px;
   text-align: center;
}
.contenedor-infra h3 .icono-estrella{ 
  position: absolute;
  top: -170%;
  right: -5%;
  transform: scale(.5);
}
.contenedor-infra hr{
 width:  min(790px, 95%);
 border-top-width: 3px;
 border-top-style: solid;
  border-top-color: #273571;
 color: #273571;
 margin-bottom: 20px;
}
.contenedor-infra p{
  margin: 0px;
  font-size: calc(27px * .7);
  font-family: "Museo_Sans_700";
  color: #273571;
  text-align: center;
}
.proyectos{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  gap: 20px;
  place-items: center;
  padding-top: 62px;
  padding-bottom: 82px;
  position: relative;
  width: min(1150px, 95%);
  margin: 0 auto;
   grid-template-rows: 1fr;
    grid-auto-flow: row; 
}
.proyectos .proyecto{
  width: min(330px, 95%); 
  position: relative;
  margin-bottom: 50px;
  height: 550px;
}
.proyectos .proyecto::after {
  content: "";
  position: absolute;
  top: 0;
  right: -31px; /* mitad del gap (48px / 2) */
  width: 0;
  height: 100%;
  border-right: 2px dotted #273571;
}
.proyectos .proyecto:nth-child(3n)::after {
  display: none;
}

.proyectos .proyecto:last-child::after {
  display: none;
}
.proyectos .proyecto a {
  text-decoration: none;
  text-align: center;
  display: block;
}
.proyectos .proyecto a h4{
  font-family: "Museo_Sans_700";
  font-size: calc(28px * .7);
  color:#273571;
  line-height: 36px;
  margin:0px;
  
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;

}
.proyectos .proyecto a hr{
  color: #273571;
  border-top-color: #273571;
  margin: 0px;
  margin-bottom: 8px;
  border-top-style: solid;
}
.proyectos .proyecto a h5{
  color: #273571;
  margin: 0px;
  font-size: calc(23px * .7);
   font-family: "Museo_Sans_500";
}
.proyectos .proyecto a figure{
box-sizing: border-box;

margin: 0px;
}
.proyectos .proyecto a figure img{
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 27px;
  height: 280px;
}
.proyectos .proyecto a figure figcaption{
    font-family: "Museo_Sans_700";
  font-size: calc(23px * .7);
  color:#273571;
  line-height: 23px;
  margin:0px;

}





.principal .carrusel-wrapper {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
}

.principal .carrusel-track-container {
  overflow: hidden;
}

.principal .carrusel-track {
  display: flex;
  transition: transform .8s ease;
}

.principal .box {
  flex: 0 0 25%; /* 4 por fila desktop */
  padding: 10px;
  box-sizing: border-box;
}

.principal .box figure {
  margin: 0;
  text-align: center;
}

.principal .box img {
  width: 100%;
  display: block;
}

/* Flechas */
.principal .carrusel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: rgba(0,0,0,0.45);
  color: #fff;
  padding: 10px 14px;
  font-size: 24px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 5;
  backdrop-filter: blur(3px);
}
.principal .carrusel-btn:hover {
  background: rgba(0,0,0,0.7);
}

.principal .prev { left: 0px; }
.principal .next { right: 0px; }

/* Indicadores */
.principal .carrusel-indicadores {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 15px;
}

.principal .carrusel-indicadores button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: #ccc;
  cursor: pointer;
}

.principal .carrusel-indicadores button.active {
  background: #444;
}

.principal .unidocente-contenedor-texto{
    width: min(918px, 90%);
   text-align: center;
}

.principal .unidocente-contenedor-texto h3{
  color: #0A2A80;
   font-family: "Museo_Sans_900";
   margin:0px;
   margin-bottom: 16px;
   
}
.principal .unidocente-contenedor-texto hr{
  border-color: #147BE3;
}
.principal .unidocente-contenedor-texto .parrafo{
  position: relative;
    font-weight: 500;
  font-size: calc(1.4375rem * .7);
  color:#0A2A80;
   font-family: "Museo_Sans_500";
   text-align: center;
}
.principal .unidocente-contenedor-texto .parrafo .icono-mano{
  position: absolute;
  right: -110px;
  top:60px;
  bottom: 0px;
  transform: scale(.8);
}
.principal .unidocente-seccion-video{
   background-color: #0A2A80; /* azul de fondo */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 50px; 
}
.principal .unidocente-icono-corazon{
   position: absolute;
  top: 450px;
  left: -45px;
  padding: 6px;
}
.principal .unidocente-seccion-video h3{
  color: #fff;
  font-size: calc(35px * .7);
  margin-top: 0px;
}
.principal .unidocente-seccion-propuestas{
  background-color: #FAB931; /* azul de fondo */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 0px;
  padding-bottom: 50px;
  
}
.principal .unidocente-seccion-propuestas h3{
  position: relative;
  color:#fff;
  margin-bottom: 12px;
}
.principal .unidocente-seccion-propuestas h3 .icono-estrella{
  position: absolute;
  top: 100px;
  left: 525px;
}
.principal .unidocente-seccion-propuestas p{
  width: min(951px, 90%);
  text-align: center;
  color: #0A2A80;
  margin:0px;
  margin-bottom: 60px;
}

.principal .unidocente-seccion-propuestas p span{
  font-family: "Museo_Sans_900";
}

.principal .unidocente-seccion-propuestas hr{
  width: min(790px, 95%);
  border: none;
  border-top: 3px solid #FFF;
  margin: 0 auto 20px;
}

.principal .unidocente-seccion-propuestas article{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(423px, 1fr));
  place-items: center center;
  align-items: stretch;
  gap: 40px 1px;
  width: min(920px, 90%);
}
.principal .unidocente-seccion-propuestas article .item{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: center;
  gap:3px 10px;
  text-decoration: none;
}
.principal .unidocente-seccion-propuestas article .item h5{
  min-height: 30px; /* ajusta según diseño */
font-family: "Museo_Sans_900";
font-size: calc(27px * .7);
color: #fff;
text-decoration: none;
margin: 0px;
width: min(302px);
text-align: center;
}
.principal .unidocente-seccion-propuestas article .item p{
  white-space: nowrap;
  min-height: 38px; /* ajusta según diseño */
  margin: 0px;
  color: #fff;
  font-family: "Museo_Sans_500";
  font-size: calc(27px * .7);
  text-align: center;
  width: min(302px);
}

.principal .unidocente-seccion-propuestas article .item h5{
  position: relative;
 /* padding-bottom: 8px;*/
}

.principal .unidocente-seccion-propuestas article .item h5::after{
  content: "";
  display: block;
  width: 50%;          /* largo de la línea */
  height: 2px;          /* grosor */
  background-color: #fff;
  margin: 6px auto 0;   /* centrada */
}


.principal .unidocente-seccion-propuestas article .item figure{
 
  width: min(423px, 90%);
  height: 282px;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0px;
}
.principal .unidocente-seccion-propuestas article .item figure img{
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}
.principal-uni{
  background-color: #062681;
  color:#FFF;
  padding-top: 66px;
  padding-bottom: 66px;
}
.principal-uni .contenedor{
  width: min(878px, 98%);
  margin: 0 auto;
}
.principal-uni .contenedor .uni-detalle{
    display: flex;
    font-family: "Museo_Sans_300";
    color: #fff;
    font-size: calc(27px * .7);
    justify-content: space-evenly;
    border-top: 2px solid #0178E5;
    border-bottom: 2px solid #0178E5;
    width: min(878px, 96%);
    margin-top: 24px;
    margin-bottom: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.principal-uni .contenedor .uni-detalle article:first-child{
  border-right: 2px solid #0178E5;
  padding-right: 25px;
}

.principal-uni .contenedor .uni-detalle article ul li  {
  padding-top: 10px;
}

.principal-uni .contenedor .uni-detalle article ul li p{
  margin: 5px;
  font-family: "Museo_Sans_700";
}
.principal-uni .contenedor h3{
  margin: 0px;
  color: #fff;
  font-family: "Museo_Sans_900";
  font-size: calc(35px * .7);
  text-align: center;

}
.principal-uni .contenedor .extracto{
    width: min(871px, 95%);
    box-sizing: border-box;
    margin: 0px auto;
    margin-bottom: calc(40px * .7);
}
.principal-uni .contenedor .extracto p{
  font-family: "Museo_Sans_500";
  font-size: calc(25px * .7);
  line-height: 23px;
  text-align: left;
  margin: 0px;

}
.principal-uni .contenedor .multimedia{
  width: min(843px, 95%);
  margin: 0px auto;
  box-sizing: border-box;
}
.principal-uni .contenedor .multimedia figure{
  margin: 0px;

}
.principal-uni .contenedor .multimedia article{
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
  gap: 18px 18px;
  margin-top:42px;
}
.principal-uni .contenedor .multimedia h3{
  margin-top:22px;
  font-weight: 900;
  line-height: 36px;
}


/* RESPONSIVE */
@media (max-width: 900px) {
 .principal .box {
    flex: 0 0 50%; /* 2 por fila */
  }
}

@media (max-width: 500px) {

  .principal .box {
    flex: 0 0 100%; /* 1 por fila */
  }

}




/* Responsivo */
@media (max-width: 1149px) {
  .proyectos .proyecto:nth-child(3n)::after {
display: block;
}
.proyectos .proyecto:nth-child(2n)::after {
  display: none;
}

.proyectos .proyecto:last-child::after {
  display: none;
}
}
@media (max-width: 715px) {
  .grupo {
    grid-template-columns: repeat(2, 1fr);
  }
  .icono-mano{
    display: none;
  }
  .icono-estrella{
    display: none;
  }
  .seccion-video h3{
    text-align: center;
  }
  .seccion-propuestas h3{
    text-align: center;
  }
  .redes-link{
    grid-template-columns: repeat(1, 1fr);
  }
  .ficha-icono-koreano{
    display: none;
  }
  .icono-corazon{
    transform: scale(.8);
    top: -40px;
    left: -15px;
  }
  .proyectos .proyecto::after{
    display:  none;
  }
    .proyectos .proyecto:nth-child(3n)::after {
display: none;
}
}
@media (max-width: 480px) {
  .grupo {
    grid-template-columns: 1fr;
  }
}