@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Poppins", serif;
}

h2 {
  font-size: 36px;
  font-weight: 800;
  color: #4d4d4d;
  text-transform: uppercase;
}

h2 span {
  color: #14a74f;
}
.absolute-menu-secundario{
  position: fixed;
  bottom: 0;
  z-index: 9;
  width: 100%;
}

.flechas-orden-2{
    display:none;
}
.absolute-menu-secundario{
  display: none;
 
}
.section-incribir a{
    text-decoration:none;
}

.menu-secundario{
  background-color: #fff;
    padding: 15px 10px;
    width: 100%;
    display: flex
;
    justify-content: space-around;
    box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1);
}

.item-menu-secundario{
      display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.item-menu-secundario:hover .span-menu-secundario span {
    color: #18A74F;
    font-weight: 700;
}


.item-menu-secundario:hover .cls-secundario{
   fill:#18A74F
}
.item-menu-secundario:hover .cls-secundario2{
   stroke:#18A74F
}

.menu-secundario a{
  text-decoration: none;
}

.svg-menu-secundario{
  width: 25px;
  height: 25px;
}

.svg-menu-secundario svg{
  width: 100%;
}

.span-menu-secundario span{ 
font-size: 10px;
font-weight: 500;
color: #575756;
}
.cuerpo-general {
  position: relative;
}

.encabezado {
  position: relative;
  width: 100%;
  height: 809px;
  background: url("https://ingecert.edu.pe/CampusVirtual/Assets/img/fondo.jpg")
    center/cover no-repeat;
  overflow: hidden;
}
.encabezado::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  /* Aquí el gradiente de derecha a izquierda, opacidad visible */
  background: linear-gradient(
    to right,
    rgba(35, 52, 101, 1),
    rgba(0, 30, 171, 0.53),
    rgba(20, 167, 79, 1)
  );
  z-index: 1;
  pointer-events: none;
}
.encabezado > * {
  position: relative;
  z-index: 2;
  height: 100%;
}

.encabezado-confirmacion {
  position: relative;
  width: 100%;
  height: 809px;
  background: url("https://ingecert.edu.pe/assets/img/fondoconfirmacion.png")
    center/cover no-repeat;
  overflow: hidden;
}
.encabezado-confirmacion::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  /* Aquí el gradiente de derecha a izquierda, opacidad visible */
  background: linear-gradient(
    to right,
    rgba(35, 52, 101, 1),
    rgba(0, 30, 171, 0.9),
    rgba(20, 167, 79, 0.9)
  );
  z-index: 1;
  pointer-events: none;
}
.encabezado-confirmacion > * {
  position: relative;
  z-index: 2;
  height: 100%;
}

.container-encabezado {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.container-encabezado-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.btn-ir-campus {
  margin-top: 50px;

}

.btn-ir-campus a {
  background: #18a74f;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 15px;
  text-align: center;
  border-radius: 20px;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s ease;
}

.btn-ir-campus svg{
    width:31px;
    height:31px;
}

.colum-8 {
  height: 100%;
  padding-right: 44px;
}

.header {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 80px;
}

.img-logo {
  width: 237px;
}

.img-logo img {
  width: 100%;
}

.enlaces {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.enlaces a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
}

.titulo-banner h1 {
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 52px;
  line-height: 1;
}

.titulo-banner h1 span {
  color: #18a74f;
}

.parrafo-contenido p {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  margin: 0;
  margin-top: 50px;
}

.end-banner {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 80px;
}
.section-incribir {
  display: flex;
  align-items: center;
  gap: 10px;
}

.section-incribir p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.svg-flechas svg {
  width: 8px;
}

.section-video,
.section-noticias {
  padding: 92px 0px;
}

.section-noticias {
 
  position: relative;
}

.encabezado-noticias {
  display: flex;
  justify-content: space-between;
  align-items: c;
}

.section-video p {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
}

.container-video {
  position: relative;
  padding-bottom: 56.25%; /* Relación de aspecto 16:9 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.container-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cuerpo .svg-flechas {
  margin-bottom: 0.5rem;
}

.encabezado-noticias a {
  font-size: 16px;
  font-weight: 600;
  color: #14a74f !important;
  text-decoration: underline !important;
}

.absolute-flecha {
  position: absolute;
  z-index: 4;
  
}

.absolute-flecha-izquierda{
  top: 44%;
  left: -55px;
}

.absolute-flecha-derecha{
  top: 44%;
  right:  55px;
}


.circle-container {
  width: 36px;
  height: 36px;
  background-color: #14a74f;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}

.circle-container svg {
  width: 30%;
}

.cards-noticias {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 20px 0px;
}

.card-noticia {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 1px 1px 5px gray;
  width: 345px;
  cursor: pointer;
  /* El overflow solo para las demás, la excepción va abajo */
  overflow: visible;
}

/* --- SOLO MODIFICAS EL TERCERO Y EL CUARTO, NADA MÁS --- */

/* El tercero se RECORTA visualmente a 122px con efecto opaco */
.card-noticia:nth-child(3) {
  position: relative;
  /* Muestra el tamaño normal, pero visualmente recortamos */
  clip-path: inset(0 250px 0 0); /* 345-122 = 223px recorte derecha */
  opacity: 0.5;
  filter: grayscale(30%);
  pointer-events: none;
  z-index: 2;
}

/* El contenido no sale por los lados */
.card-noticia:nth-child(3) * {
  pointer-events: none !important;
}

/* El cuarto y siguientes NO se ven */
.card-noticia:nth-child(n + 4) {
  display: none !important;
}



.card-imagen {
  width: 100%;
  height: 219px;
  border-radius: 15px 15px 0px 0px;

  overflow: hidden;
}

.card-imagen img {
  width: 100%;
}

.cuerpo-fecha span {
  font-size: 13px;
  color: #4d4d4d;
  font-weight: 600;
}

.cuerpo-titulo p {
  font-size: 14px;
  color: #4d4d4d;
  font-weight: 700;
  margin: 0;
  text-align: justify;
}

.cuerpo-parrafo p {
  font-size: 13px;
  color: #4d4d4d;
  font-weight: 400;
  margin: 0;
  text-align: justify;
}
.cuerpo-titulo p,
.cuerpo-parrafo p {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Limita a 2 líneas */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cuerpo-p a {
  font-size: 13px;
  color: #18a74f;
  font-weight: 600;
  margin: 0;
}

.card-cuerpo {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-top: 20px;
  padding: 16px;
}

.absolute-formulario {
  position: fixed;
  top: 150px;
  right: 90px;
  z-index: 999;
}

.formulario {
  background-color: #fff;
  padding: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 6.61px rgba(20, 167, 79, 0.3);
  border-radius: 20px;
  flex-direction: column;
  width: 446px;
}

.formulario h2 {
  font-size: 30px;
  color: #233465;
  font-weight: 800;
  text-align: center;
}

.formulario input {
  background-color: #f2f2f2;
  font-size: 12px;
  color: #4d4d4d;
  font-weight: 600;
  height: 37px;
  border: none;
}

.formulario input::placeholder {
  background-color: #f2f2f2;
  font-size: 12px;
  color: #808080;
  font-weight: 600;
}

.formulario input:focus {
  background-color: #f2f2f2;

  border: 1px solid #14a74f;
  box-shadow: none;
}

.formulario input:hover {
  background-color: #f2f2f2;

  border: 1px solid #14a74f;
  box-shadow: none;
  cursor: pointer;
}

.formulario button {
  height: 40px;
  background-color: #18a74f;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border: none;
}

.formulario button:hover {
  background-color: #18a74f;
  color: #fff;
}

.footer {
  background-color: #212121;
  padding: 65px;
}

.section-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-inicial {
  width: 237px;
}

.logo-inicial img {
  width: 100%;
}

.segundo-logo {
  width: 132px;
}

.segundo-logo img {
  width: 100%;
}

.tercer-logo {
  width: 137px;
}

.ultimos-logos {
  display: flex;
  align-items: center;
  gap: 20px;
}

.tercer-logo img {
  width: 100%;
}
.texto-alianza {
  margin-bottom: 25px;
}
.texto-alianza span {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

.section-copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}

.section-copyright p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.cuerpo-servicios{
  background-color: #212121;
  padding:92px 0px;
}

.section-servicios h2{
  color: #fff;
}


.cards-servicios {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  padding: 20px 0px;
 
}

.card-servicio.dragging {
  cursor: grabbing;
}
.card-servicio:nth-child(n + 3){
    display:none;
}


.lista-circulos{
        display: flex
;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 50px;
}

.card-servicio{
     padding: 38px;
    background: #fff;
    width: auto;
    border-radius: 30px 15px 15px 15px;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
      overflow: visible;
      height:484px;
       cursor: grab;
}

.circulo-verde{
    width:20px;
    height:20px;
    border-radius:50%;
    background:#14a74f99;
    cursor:pointer;
}

.circulo-verde.active{
  
    background:#14A74F;
}

.card-servicio.active{
border: 5px solid #14A74F;
}
.cuerpo-parrafo-servicio{
  position: relative;
  margin-bottom:15px;
}

.cuerpo-parrafo-servicio p {
  display: -webkit-box;
  -webkit-line-clamp: 5; /* Limita a 2 líneas */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-imagen-servicio{
  height: 129px;
  border-radius: 0px;
}

.svg-servicio{
  width: 60px;
  height: 60px;
  display: flex
;
    align-items: center;
    justify-content: center;
}
.svg-servicio svg{
  width: 100%;
}

.card-inicial{
  display: flex;
  flex-direction:row-reverse;
  justify-content: space-between;
  align-items: center;
}
.card-inicial .cuerpo-titulo{
    width:70%;
    margin:0;
}
.card-inicial .cuerpo-titulo p {
  font-size: 20px;
  color: #14a74f;
  font-weight: 700;
  margin: 0;
  text-align: normal; -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: visible;
  text-overflow: unset;
}

.btn-informacion{
  border: 1px solid #18A74F;
  
  padding: 8px 10px;
  border-radius: 20px;
}

.btn-informacion span{
  color:#14A74F;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}

.btn-informacion:hover{
background-color: #14A74F;
cursor: pointer;
}
.btn-informacion:hover span{
color:#fff;
}



.section-contacto{
     display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-top:60px;
}

.span-contacto span{
    color:#fff;
}

.span-contacto span{
    color:#fff;
    font-size:16px;
    font-weight:400;
}


.svg-contacto{
    width:18px;
   
}
.svg-contacto svg{
    width:100%;
}

.contactos{
    display: flex
;
    align-items: center;
    gap: 75px;
}

.caja-contacto{
        display: flex;
    gap: 5px;
}


.svg-span a{
     color:#fff;
    font-size:16px;
    font-weight:400;
    text-decoration:none;
}

.absolute-whatsapp{
    position: fixed;
       bottom: 10px;
    right: 10px;
    z-index: 9999;
}

.btn-whatsapp{
    background: #00B62C;
    padding: 10px 20px;
    border-radius: 50px;

}

.absolute-whatsapp a{
 text-decoration:none;       cursor:pointer;
}

.btn-whatsapp span{
    color:#fff;
    font-weight:600;
    font-size:16px;
}

.btn-whatsapp svg{
    width:31px;
    height:31px;
}








/* ======================
   MEDIA QUERIES HASTA 1600px
   ====================== */

/* 1600px */
@media (max-width: 1600px) {
  .encabezado {
    height: 760px;
  }
  .colum-8 {
    padding-right: 36px;
  }

  .absolute-formulario {
    top: 102px;
    right: 60px;
  }
}

/* 1440px */
@media (max-width: 1440px) {
  .encabezado {
    height: 700px;
  }
  .colum-8 {
    padding-right: 24px;
  }
  .header {
    gap: 40px;
  }
  .formulario {
    width: 390px;
    padding: 36px;
  }
  .absolute-formulario {
    top: 64px;
    right: 16px;
  }
  h2,
  .formulario h2 {
    font-size: 28px;
  }

  .parrafo-contenido p,
  .section-video p,
  .cuerpo-titulo p,
  .cuerpo-parrafo p,
  .cuerpo-fecha span,
  .cuerpo-p a,
  .section-incribir p,
  .encabezado-noticias a,
  .formulario input,
  .formulario input::placeholder,
  .formulario button,
  .section-copyright p,
  .texto-alianza span {
    font-size: 14px;
  }
}

/* 1366px */
@media (max-width: 1366px) {
  .encabezado {
    height: 640px;
  }
  .colum-8 {
    padding-right: 14px;
  }

  .absolute-formulario {
    top: 20px;
    right: 10px;
  }
  h2,
  .formulario h2 {
    font-size: 25px;
  }

  .parrafo-contenido p,
  .section-video p,
  .cuerpo-titulo p,
  .cuerpo-parrafo p,
  .cuerpo-fecha span,
  .cuerpo-p a,
  .section-incribir p,
  .encabezado-noticias a,
  .formulario input,
  .formulario input::placeholder,
  .formulario button,
  .section-copyright p,
  .texto-alianza span {
    font-size: 14px;
  }
}

/* 1200px */
@media (max-width: 1200px) {
  .encabezado {
    height: 600px;
  }
  .colum-8 {
    padding-right: 8px;
  }
  .header {
    margin-top: 36px;
  }
  .formulario {
    width: 310px;
    padding: 22px;
  }
  .absolute-formulario {
    top: 20px;
    right: 4px;
  }
  h2,
  .formulario h2 {
    font-size: 25px;
  }
  .titulo-banner h1 {
    font-size: 30px;
  }
  .parrafo-contenido p,
  .section-video p,
  .cuerpo-titulo p,
  .cuerpo-parrafo p,
  .cuerpo-fecha span,
  .cuerpo-p a,
  .section-incribir p,
  .encabezado-noticias a,
  .formulario input,
  .formulario input::placeholder,
  .formulario button,
  .section-copyright p,
  .texto-alianza span {
    font-size: 14px;
  }
}

/* 992px */
@media (max-width: 992px) {
    .card-inicial .cuerpo-titulo p {
  font-size: 14px;
  color: #14a74f;
  font-weight: 700;
  margin: 0;
  text-align: normal;
   -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: visible;
  text-overflow: unset;
}
    .container-encabezado-2{
        padding:20px;
    }
    .btn-whatsapp{
        border-radius:15px;
    }
    .btn-whatsapp span{
        display:none;
    }
    
    .contactos{
            align-items: start;
    gap: 6px;
    }.absolute-whatsapp {
    position: fixed;
    bottom: 100px;
    right: 10px;
    z-index: 9999;
}
.section-contacto{
    margin-top:20px;
      gap: 10px;
}
    .span-contacto span, .svg-span a{
        font-size:12px;
    }
    
  .section-contacto{
      flex-direction:column;
  }
  
  .contactos{
      flex-direction:column;
  }
  
    .footer{
        padding:50px 20px 100px;
    }
    .flechas-orden-1{
        display:none;
    }
    .flechas-orden-2{
        display:flex;
        flex-direction:column;
    }
    
    .flechas-orden-2 svg{
        width:35px !important;
    }

    .card-servicio{
        height: 405px;
    }
    
      .card-noticia{
        height: 422px;
    }
    
    
    .section-incribir p{
              background: #18a74f;
        font-size: 14px !important;
        text-align: center;
        /* height: 40px; */
        display: flex
;
        align-items: center;
        justify-content: center;
        padding: 8px 20px;
        border-radius: 20px;
    }
    .container-encabezado{
        align-items:center;
    }
 
    .absolute-menu-secundario{
        display:flex;
    }
    .ultimos-logos{
        flex-direction:column;
    }
    .absolute-flecha-izquierda {
    top: 50%;
    left: 0;
}
    .absolute-flecha-derecha {
    top: 50%;
    right: 0;
}

     .card-noticia:nth-child(3) {
    clip-path: none !important;
    opacity: 1 !important;
    filter: none !important;
    pointer-events: auto !important;
    position: static !important;
    z-index: auto !important;
  }

  /* Permitir interacción dentro del tercer card */
  .card-noticia:nth-child(3) * {
    pointer-events: auto !important;
  }

  /* Mostrar todos los cards, incluyendo el cuarto y siguientes */
  .card-noticia:nth-child(n + 2) {
    display: none ;
  }


  
     .encabezado-noticias a{
         display:none;
     }
    .lista-circulos{
        margin-top:25px;
    }
        .card-servicio:nth-child(n + 2) {
  display: none;
}
    
    .circulo-verde:nth-child(n + 4) {
  display: block !important;
}

    .svg-servicio{
        width:40px;
    }
    .btn-informacion{
        padding:8px 15px;
    }
    .card-servicio {
    padding: 26px;
    }
    .card-imagen-servicio{
        height:auto;
    }
    .cuerpo-servicios{
        padding:75px 20px;
    }
    .container-form{
        padding:20px;
    }
.end-banner{
    justify-content:center;
}
.titulo-banner h1 span{
    color:#fff;
}
.section-incribir{
    flex-direction:column;
}



    .contenido-banner{
            display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    }
    .enlaces{
        display:none;
    }
  .encabezado{
      height:813px;
      padding:20px;
          background: url(https://ingecert.edu.pe/CampusVirtual/Assets/img/fondo.jpg) 18% 18% / cover no-repeat;
  }
  
  .encabezado::after {
            background: linear-gradient(to bottom, rgba(20, 167, 79, 0.85), rgba(0, 30, 171, 0.78), rgba(35, 52, 101, 1));
    }
  .encabezado-confirmacion {
    height: 690px;
  }
  .colum-8 {
    padding-right: 0;
    width: 100% !important;
  }
  .container-encabezado {
    padding: 0 8px;
  }
  .header {
    gap: 18px;
    margin-top: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
 
  .enlaces {
    gap: 18px;
  }
  .titulo-banner h1 {
    font-size: 36px;
    text-align:center;
  }
  .parrafo-contenido p,
  .section-video p,
  .cuerpo-titulo p,
  .cuerpo-parrafo p,
  .cuerpo-fecha span,
  .cuerpo-p a,
  .section-incribir p,
  .encabezado-noticias a,
  .formulario input,
  .formulario input::placeholder,
  .formulario button,
  .section-copyright p,
  .texto-alianza span {
    font-size: 14px;
  }
  .formulario {
    width: 100%;
    min-width: unset;
    max-width: 100vw;
    padding: 20px;
  }
  .absolute-formulario {
    position: static;
    top: unset;
    right: unset;
    margin: 16px auto;
    width: 100%;
    z-index: 1;
  }
  .section-video,
  .section-noticias {
    padding: 50px 20px;
  }
 
  .cards-noticias {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 6px 0px;
  }
  .card-noticia {
    width: 100%;
   
  }

  .section-footer {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
 
  .parrafo-contenido p {
    margin-top: 25px;
    text-align:justify;
  }
  .btn-ir-campus {
    margin-top: 25px;
  }
  .texto-alianza {
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section-copyright p {
    text-align: center;
  }
  
  .cards-servicios{

    grid-template-columns: repeat(1, 1fr);
  }
  
  .parrafo-contenido p{
      font-size:14px !important;
  }
  
}

/* 768px */
@media (max-width: 768px) {
  .encabezado{
      height:713px;
  }
  .encabezado-confirmacion {
    height: 590px;
  }
  .colum-8 {
    width: 100% !important;
  }
  .header {
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }
  
  .enlaces {
    gap: 6px;
    font-size: 10px;
  }
  .titulo-banner h1 {
    font-size: 36px;
    text-align:center;
  }
  .parrafo-contenido p,
  .section-video p,
  .cuerpo-titulo p,
  .cuerpo-parrafo p,
  .cuerpo-fecha span,
  .cuerpo-p a,
  .section-incribir p,
  .encabezado-noticias a,
  .formulario input,
  .formulario input::placeholder,
  .formulario button,
  .section-copyright p,
  .texto-alianza span {
    font-size: 12px;
  }
  .section-video,
  .section-noticias {
    padding: 50px 20px;
  }



  .formulario h2 {
    font-size: 25px;
  }
  .btn-ir-campus a {
    font-size: 14px;
  }
  .parrafo-contenido p {
    margin-top: 25px;
  }
  .btn-ir-campus {
    margin-top: 25px;
  }
  .texto-alianza {
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section-copyright p {
    text-align: center;
  }
}

/* 576px */
@media (max-width: 576px) {
  .colum-8 {
    width: 100% !important;
  }
  .encabezado{
       height: 613px;
  }
  .encabezado-confirmacion {
    height: 490px;
  }
  .header {
    flex-direction: column;
    gap: 4px;
    margin-top: 20px;
  }
  .container-encabezado {
    padding: 0 1px;
  }

  .titulo-banner h1 {
    font-size: 36px;
    text-align:center;
  }
  .parrafo-contenido p,
  .section-video p,
  .cuerpo-titulo p,
  .cuerpo-parrafo p,
  .cuerpo-fecha span,
  .cuerpo-p a,
  .section-incribir p,
  .encabezado-noticias a,
  .formulario input,
  .formulario input::placeholder,
  .formulario button,
  .section-copyright p,
  .texto-alianza span {
    font-size: 12px;
  }
  .section-video,
  .section-noticias {
    padding: 50px 20px;
  }

  .cards-noticias {
    grid-template-columns: 1fr;
    gap: 2px;
  }
 
  .encabezado-noticias h2 {
    font-size: 25px;
  }

  .section-footer {
    gap: 2px;
  }
 
  .formulario {
    padding: 20px;
    width: auto;
  }
  .formulario h2 {
    font-size: 25px;
  }
  .section-copyright {
    margin-top: 20px;
  }
  .btn-ir-campus a {
    font-size: 14px;
  }
  .parrafo-contenido p {
    margin-top: 25px;
  }
  .btn-ir-campus {
    margin-top: 25px;
  }
  .texto-alianza {
    margin-bottom: 15px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section-copyright p {
    text-align: center;
  }
}

/* Para dos columnas en tablets */
@media (max-width: 991px) and (min-width: 600px) {
  .cards-noticias {
    grid-template-columns: repeat(2, 1fr);
  }
}
