*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.image-container img {
  max-width: 100%;
  height: auto;
  width: 250px;
  object-fit: cover;
}

.navbar-nav {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

.nav-link:hover {
  color: #000;

}

.nav-link {
  position: relative;
}

.nav-link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #089c7c;
  height: 5px;
  transition: all 0.3s ease;
}

.nav-link:hover:after,
.nav-link.active:after {
  width: 100%;
}


.benefits-icons {
  font-size: 10rem;
  background: rgb(108, 200, 180);
  background: linear-gradient(90deg, rgba(108, 200, 180, 1) 0%, rgba(8, 156, 124, 1) 66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 3rem;
  transition: 0.3s;
}

.benefits-icons:hover{
  background: none;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: #8A2D40
}

.benefits-section {
  display: flex;
  padding: 100px 0;
  align-items: center;
}
.benefits-section a{
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.benefits-section a h1{
  text-align: center;
  font-size: 2rem;
}

.statistics-left {
  width: 40%;
  background: #f0f0f0;
}

.statistics-right {
  width: 60%;
}

.statistics-left ul li h1 {
  font-size: 7rem;
  font-weight: bold;
}

.statistics-left ul li {
  text-align: end;
  margin-bottom: 4rem;
}

.statistics-left ul li p {
  font-size: 1.7rem;
}

.statistics-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.competencies-container {
  margin: 0;
}

.competencies-container img{
  height: 90vh;
}

.background-home {
  top: 0;
  left: 0;
}

.competencies-container h4 {
  font-size: 40px;
  margin-right: 15rem;
}

.competencies-container h1 {
  font-size: 64px;
  margin-right: 15rem;
}

.competencies-container p {
  font-size: 24px;
  margin-right: 15rem;
}

.study-method-container {
  margin-top: 3rem;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.study-method-container p{
  margin-right: 15rem;
  text-align: end;
  margin-left: 2rem;
}

.study-method-container h1 {
  border-radius: 140px 0 0 140px;
  padding: 40px;
  color: #fff;
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
  border-left: 10px solid #fff;
  font-size: 6rem;
  display: flex;
  align-items: center;
  column-gap: 3rem;
}

.study-method-container h1 span {
  font-size: 3rem;
}

.study-method-container .percentage1 {
  width: 80%;
  background: rgb(8, 156, 124);
  background: linear-gradient(90deg, rgba(8, 156, 124, 1) 0%, rgba(96, 194, 173, 1) 66%);
}

.study-method-container .percentage2 {
  width: 40%;
  z-index: 10;
  margin-top: -50px;
  background: rgb(108, 200, 180);
  background: linear-gradient(90deg, rgba(108, 200, 180, 1) 0%, rgba(8, 156, 124, 1) 66%);
}



@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}


.animate-percentage1 {
  animation: slideInFromRight 1s ease-out forwards;
}


.animate-percentage2 {
  animation: slideInFromRight 1s ease-out forwards;
}




.turns-container .turns-title {
  font-size: 18.75rem;
}

.time-container h1 {
  font-size: 2.5rem;
  text-align: end;
}

.time-container {
  border-right: 10px solid #089c7c;
  padding-right: 1.7rem;
  position: relative;
  bottom: 14rem;
  margin-right: 15rem;
}


.footer-location ul {
  text-align: right;
}

.footer-logo-container img {
  width: 300px;
  height: auto;
  max-width: 100%;
  object-fit: cover;
}

.footer-link {
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.social-icon {
  font-size: 1.5rem;
  transition: all 0.2s ease;
}

.social-icon:hover {
  color: #c8c8c8;
}

.btn-generate {
  border-radius: 20px 0 0 0;
  padding-inline: 3rem;
  font-size: 2rem;
  background: #8A2D40;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  position: fixed;  
  bottom: 0;     
  right: 0;    
  z-index: 1000;    
}




/* CSS DE MUNDO ESTUDIANTIL*/


.student-world-img-container {
  height: auto;
}

.student-world-grid {
  display: grid;
  height: auto;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
}

.student-world-grid-img1 {
  grid-column: 1/2;
  grid-row: 1/3;
}

.student-world-grid-img2 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.student-world-grid-img3 {
  grid-column: 3/4;
  grid-row: 1/2;
}

.student-world-grid-img4 {
  grid-column: 4/5;
  grid-row: 1/2;
}

.student-world-grid-img5 {
  grid-column: 2/3;
  grid-row: 2/3;
}

.student-world-grid-img6 {
  grid-column: 3/4;
  grid-row: 2/3;
}

.student-world-grid-img7 {
  grid-column: 4/5;
  grid-row: 2/4;
}

.student-world-grid-img8 {
  grid-column: 1/3;
  grid-row: 3/4;
}


/* NUESTRA UNIVERSIDAD CSS */

.our-uni-text {
  position: absolute;
  top: 30%;
  left: 0;
  background: rgb(108, 200, 180);
  background: linear-gradient(90deg, rgba(108, 200, 180, 1) 0%, rgba(8, 156, 124, 1) 66%);
  border-bottom: 10px solid #fff;
  border-top: 10px solid #fff;
  border-right: 10px solid #fff;
  border-radius: 0 120px 120px 0;
  color: #fff;
  height: 45%;
  width: 75%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  font-weight: bold;
  transform: translateX(-100%);
  animation: slideIn 2s forwards; 
}


.icons-container-ouruni {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5rem;
  row-gap: 6rem;
}

.icon-box-ouruni {
  flex: 1 0 30%;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  margin: 10px;
}

.icon-box-ouruni i {
  font-size: 10rem;
  background: rgb(108, 200, 180);
  background: linear-gradient(90deg, rgba(108, 200, 180, 1) 0%, rgba(8, 156, 124, 1) 66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 3rem;
  transition: color 0.5s ease-in-out, -webkit-text-fill-color 0.5s ease-in-out;
}
.icon-box-ouruni i:hover{
  background: none;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: #8A2D40;
}

.icon-box-ouruni h1{
  font-size: 1.6rem;
}

/* CARRERAS CSS */

.career-header-text {
  position: absolute;
  top: 30%;
  left: 0;
  background: rgb(108, 200, 180);
  background: linear-gradient(90deg, rgba(108, 200, 180, 1) 0%, rgba(8, 156, 124, 1) 66%);
  border-bottom: 10px solid #fff;
  border-top: 10px solid #fff;
  border-right: 10px solid #fff;
  border-radius: 0 120px 120px 0;
  color: #fff;
  height: 45%;
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  font-weight: bold;
  transform: translateX(-100%);
  animation: slideIn 2s forwards; 
}


.container-inscription{
  position: relative;
  height: 70vh;
  justify-content: center;
}


.container-inscription img{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  
}
.container-inscription a{
  margin-top: 20px;
  color: #fff;
  font-weight: bold;
  background: #902c44;
  border: none;
  border-radius: 80px;
  font-size: 2rem;
  padding: 10px 40px;
  text-decoration: none;
}
.container-inscription h2{
  font-size: 2rem;
}
.container-inscription h1{
  font-size: 3rem;
}
.container-inscription p{
  font-size: 1.4rem;
  width: 80%;
  text-align: center;
}


.custom-control .carousel-control-prev-icon,
.custom-control .carousel-control-next-icon {
    background-color: white; /* Fondo blanco */
    border-radius: 50%; /* Hace que el fondo sea redondo */
    width: 60px; /* Ajusta el tamaño según sea necesario */
    height: 60px; /* Ajusta el tamaño según sea necesario */
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-control .carousel-control-prev-icon::after,
.custom-control .carousel-control-next-icon::after {
    content: '';
    display: inline-block;
    width: 20px; /* Ajusta el tamaño según sea necesario */
    height: 20px; /* Ajusta el tamaño según sea necesario */
    border: solid #089c7c;
    border-width: 0 5px 5px 0;
    padding: 5px;
}

.custom-control .carousel-control-prev-icon::after {
    transform: rotate(135deg);
}

.custom-control .carousel-control-next-icon::after {
    transform: rotate(-45deg);
}


.careers-container{
  margin-top: 10rem;
}
.careers-container .title {
  font-size: 4rem;
  font-weight: bold;
}

.careers-container .career-box {
  display: flex;
  margin-top: 9rem;
}


.career-box-title {
  padding: 0 1rem;
  margin-bottom: 3rem;
  position: relative;
  cursor: pointer; /* Cambia el cursor a mano para indicar que es interactivo */
}

.career-box-title::before {
  content: '';
  height: 0; /* Inicialmente sin altura */
  width: 0.5rem;
  background: #089c7c;
  position: absolute;
  left: 0;
  bottom: 0; /* Inicia desde la parte inferior */
  transition: none; /* Quita la transición para el estado inicial */
  animation: grow 0.5s forwards;
}

/* Animación para crecer de abajo hacia arriba */
@keyframes grow {
  from {
    height: 0; /* Comienza sin altura */
  }
  to {
    height: 100%; /* Termina con la altura completa */
  }
}

/* Clase para activar la animación */
.animate-grow::before {
  animation: grow 0.5s forwards; /* Aplica la animación para crecer */
}




.career-box{
  gap: 2rem;

}
.career-box p{
  font-size: 1.5rem;
}

.see-more-mecatronica{
  display: flex;
  column-gap: 1rem;
  width: 100%;
  height: 3rem;
  
}
.see-more-mecatronica p{
  text-decoration: underline;
  cursor: pointer;
  color: #089c7c;
}

.see-more-mecatronica p:hover{
  color: #8A2D40;
}

.modal-mecatronica{
  display: flex;
  height: 100%;
  width: 100%; 
  justify-content: end;
  column-gap: 1rem;
}
.modal-mecatronica span{
  cursor: pointer;
  font-size: 2rem;
}
.modal-mecatronica a{
  color: #089c7c;
  transition: 0.3s ease;
  font-size: 4rem;
}
.modal-mecatronica a:hover{
  color: #8A2D40;
}




.see-more-metalMecanica{
  display: flex;
  column-gap: 1rem;
  width: 100%;
  height: 3rem;
  
}
.see-more-metalMecanica p{
  text-decoration: underline;
  cursor: pointer;
  color: #089c7c;
}

.see-more-metalMecanica p:hover{
  color: #8A2D40;
}

.modal-metal-mecanica{
  display: flex;
  height: 100%;
  width: 100%; 
  justify-content: end;
  column-gap: 1rem;
}
.modal-metal-mecanica span{
  cursor: pointer;
  font-size: 2rem;
}
.modal-metal-mecanica a{
  color: #089c7c;
  transition: 0.3s ease;
  font-size: 4rem;
}
.modal-metal-mecanica a:hover{
  color: #8A2D40;
}





.see-more-mantenimiento-industrial{
  display: flex;
  column-gap: 1rem;
  width: 100%;
  height: 3rem;
  
}
.see-more-mantenimiento-industrial p{
  text-decoration: underline;
  cursor: pointer;
  color: #089c7c;
}

.see-more-mantenimiento-industrial p:hover{
  color: #8A2D40;
}

.modal-mantenimiento-industrial{
  display: flex;
  height: 100%;
  width: 100%; 
  justify-content: end;
  column-gap: 1rem;
}
.modal-mantenimiento-industrial span{
  cursor: pointer;
  font-size: 2rem;
}
.modal-mantenimiento-industrial a{
  color: #089c7c;
  transition: 0.3s ease;
  font-size: 4rem;
}
.modal-mantenimiento-industrial a:hover{
  color: #8A2D40;
}






.see-more-desarrollo-software{
  display: flex;
  column-gap: 1rem;
  width: 100%;
  height: 3rem;
  
}
.see-more-desarrollo-software p{
  text-decoration: underline;
  cursor: pointer;
  color: #089c7c;
}

.see-more-desarrollo-software p:hover{
  color: #8A2D40;
}

.modal-desarrollo-software{
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: end;
  column-gap: 1rem; 
}
.modal-desarrollo-software span{
  cursor: pointer;
  font-size: 2rem;
}
.modal-desarrollo-software a{
  color: #089c7c;
  transition: 0.3s ease;
  font-size: 4rem;
}
.modal-desarrollo-software a:hover{
  color: #8A2D40;
}





.see-more-tecnologias-produccion{
  display: flex;
  column-gap: 1rem;
  width: 100%;
  height: 3rem;
  
}
.see-more-tecnologias-produccion p{
  text-decoration: underline;
  cursor: pointer;
  color: #089c7c;
}

.see-more-tecnologias-produccion p:hover{
  color: #8A2D40;
}

.modal-tecnologias-produccion{
  display: flex;
  height: 100%;
  width: 100%; 
  justify-content: end;
  column-gap: 1rem;
}
.modal-tecnologias-produccion span{
  cursor: pointer;
  font-size: 2rem;
}
.modal-tecnologias-produccion a{
  color: #089c7c;
  transition: 0.3s ease;
  font-size: 4rem;
}
.modal-tecnologias-produccion a:hover{
  color: #8A2D40;
}




.see-more-virtuales-digitales{
  display: flex;
  column-gap: 1rem;
  width: 100%;
  height: 3rem;
  
}
.see-more-virtuales-digitales p{
  text-decoration: underline;
  cursor: pointer;
  color: #089c7c;
}

.see-more-virtuales-digitales p:hover{
  color: #8A2D40;
}

.modal-virtuales-digitales{
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: end;
  column-gap: 1rem; 
}
.modal-virtuales-digitales span{
  cursor: pointer;
  font-size: 2rem;
}
.modal-virtuales-digitales a{
  color: #089c7c;
  transition: 0.3s ease;
  font-size: 4rem;
}
.modal-virtuales-digitales a:hover{
  color: #8A2D40;
}




.see-more-gestion-proyectos{
  display: flex;
  column-gap: 1rem;
  width: 100%;
  height: 3rem;
  
}
.see-more-gestion-proyectos p{
  text-decoration: underline;
  cursor: pointer;
  color: #089c7c;
}

.see-more-gestion-proyectos p:hover{
  color: #8A2D40;
}

.modal-gestion-proyectos{
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  column-gap: 1rem; 
}
.modal-gestion-proyectos span{
  cursor: pointer;
  font-size: 2rem;
}
.modal-gestion-proyectos a{
  color: #089c7c;
  transition: 0.3s ease;
  font-size: 4rem;
}
.modal-gestion-proyectos a:hover{
  color: #8A2D40;
}
.master-text-info a{
  color: #089c7c;
  transition: 0.3s ease;
}
.master-text-info a:hover{
  color: #8A2D40;
}
.postgraduate-container-careers{
  margin-top: 8rem;
}
.postgraduate-container-careers h1{
  font-size: 4rem;
}

.master-container{
  justify-content: center;
  margin-top: 5rem;
  height: auto;
}

.master-text-container{
  border-left: 0.5rem solid #089c7c;
  padding: 0 1rem;
  font-size: 2rem;
  margin-left: 20px;
  width: 50%;
  text-align: start;
}

.master-box{
  row-gap: 3rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.master-img-container{
  width: auto;
  height: auto;
}
.master-text-info{
  width: 50%;
}

.educational-model-container{
  margin-top: 7rem;
  row-gap: 3rem;
  padding: 5rem 0;
}
.educational-model-container h1{
  font-size: 4rem;
}

.educational-model-info{
  font-size: 2rem;
  width: 75%;
}


/*tramites alumnos css */
.student-procedures-text{
  position: absolute;
  top: 30%;
  left: 0;
  background: rgb(108, 200, 180);
  background: linear-gradient(90deg, rgba(108, 200, 180, 1) 0%, rgba(8, 156, 124, 1) 66%);
  border-bottom: 10px solid #fff;
  border-top: 10px solid #fff;
  border-right: 10px solid #fff;
  border-radius: 0 120px 120px 0;
  color: #fff;
  height: 45%;
  width: 75%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  font-weight: bold;
  transform: translateX(-100%);
  animation: slideIn 2s forwards; 
}
.text-studentPro{
  padding: 30px 50px;
  cursor: pointer;
}

.text-studentPro p{
  font-size: 2rem;
}

.text-studentPro i{
  font-size: 3rem;
  color: #089c7c;
}
.text-studentPro a{
  text-decoration: none;
  color: #000;
  font-size: 2rem;
}

.liberacion-egresados-container {
  display: none;
  background: #f8f4f4;
}

.liberacion-egresados-container ul{
  list-style: none;
}

.liberacion-egresados-container ul li{
  margin-top: 2rem;
}


.liberacion-egresados-container ul li a{
  font-size: 1.1rem;
  color: #fff;
  background-color: #089c7c;
  border-radius: 5px;
  width: 30%;
  height: auto;
  display: flex;
  justify-content: center;
  justify-content: center;
  text-align: center;
  transition: 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}

.liberacion-egresados-container ul li a:hover{
  background: #8A2D40;
}

.IMSS-digital-container{
  display: none;
}
.IMSS-digital-container ul{
  list-style: none;
}
.IMSS-digital-container ul li{
  margin-top: 2rem;
}

.IMSS-digital-container ul li a{
  font-size: 1.1rem;
  color: #fff;
  background-color: #089c7c;
  border-radius: 5px;
  width: 30%;
  height: auto;
  display: flex;
  justify-content: center;
  justify-content: center;
  text-align: center;
  transition: 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}

.IMSS-digital-container ul li a:hover{
background: #8A2D40;
}
.IMSS-digital-container li iframe{
  width: 600px;
  height: 500px;
}

.ingreso-container {
  width: 100%;
  height: auto;
  display: none;
}

.ingreso-list-container {
  display: flex;
  flex-direction: column;
  width: 30%;
  align-items: center;
}

.ingreso-list-container a {
  text-decoration: none;
  color: #fff;
}

.ingreso-list-container p{
  color: #fff;
  background-color: #089c7c;
  border-radius: 5px;
  width: 70%;
  height: auto;
  display: flex;
  justify-content: center;
  justify-content: center;
  text-align: center;
  transition: 0.3s ease;
  cursor: pointer;
}

.ingreso-list-container p:hover{
  background: #8A2D40;
}



.ingreso-info-container {
  width: 70%;
  height: auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

.show-text-ingreso-container {
  grid-column: 1/1;
  grid-row: 1/1;
}

.hide-text-ingreso-container {
  grid-column: 1/1;
  grid-row: 1/1;
  display: none;
}

.becas-info-container{
  display: none;
  flex-direction: column;
  width: 100%;
  height: auto;
  row-gap: 1rem;
  margin-left: 2rem;
}

.becas-info-container a{
  color: #fff;
  background-color: #089c7c;
  border-radius: 5px;
  width: 30%;
  height: auto;
  display: flex;
  justify-content: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s ease;
  cursor: pointer;
}

.becas-info-container a:hover{
  background: #8A2D40;
}

.becas-info-container img{
  width: 500px;
  height: 400px;
  cursor: pointer;
}

.requisitos-titulacion-info-container{
  margin-left: 2rem;
  display: none;
  flex-direction: column;
  margin-bottom: 3rem;
}

.requisitos-titulacion-info-container a{
  color: #fff;
  background-color: #089c7c;
  border-radius: 5px;
  width: 30%;
  height: auto;
  display: flex;
  justify-content: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s ease;
  cursor: pointer;
}

.requisitos-titulacion-info-container a:hover{
  background: #8A2D40;
}
.requisitos-titulacion-info-container video{
  width: 500px;
  height: 400px;
}
/* vinculación css */

.link-text{
  position: absolute;
  top: 30%;
  left: 0;
  background: rgb(108, 200, 180);
  background: linear-gradient(90deg, rgba(108, 200, 180, 1) 0%, rgba(8, 156, 124, 1) 66%);
  border-bottom: 10px solid #fff;
  border-top: 10px solid #fff;
  border-right: 10px solid #fff;
  border-radius: 0 120px 120px 0;
  color: #fff;
  height: 45%;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  font-weight: bold;
  transform: translateX(-100%);
  animation: slideIn 2s forwards; 
}

.text-link-container{
  padding: 30px 50px;
  cursor: pointer;
}

.text-link-container p{
  font-size: 2rem;
}

.text-link-container i{
  font-size: 3rem;
  color: #089c7c;
}

.practicas-estadias-container{
  width: 100%;
  display: none;
  height: auto;
  
}

.practicas-estadias-list-container{
  display: flex;
  flex-direction: column;
  width: 30%;
  align-items: center;
}
.practicas-estadias-list-container p{
  color: #fff;
  background: #089c7c;
  border-radius: 5px;
  width: 70%;
  height: auto;
  display: flex;
  justify-content: center;
  justify-content: center;
  text-align: center;
  transition: 0.3s ease;
  cursor: pointer;
}

.practicas-estadias-list-container p:hover{
  background: #8A2D40;
}

.practicas-estadias-info-container{
  width: 70%;
  height: auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.show-text-practicas-estadias-container{
  grid-column: 1/1;
  grid-row: 1/1;
}
.hide-text-practicas-estadias-container{
  grid-column: 1/1;
  grid-row: 1/1;
  display: none;
}
.practicas-estadias-img{
  width: 600px;
  height: 500px;
}

.proceso-estadia-info{
  display: flex;
  column-gap: 2rem;
}
.proceso-estadia-info-left p{
  text-align: center;
}
.proceso-estadia-info-right p{
  text-align: center;
}

.bolsa-estadia-img{
  width: 600px;
  height: 500px;
}

.requisitos-carta-liberacion{
  width: 600px;
  height: 500px;
}
.seguimiento-egresados-container{
  display: none;
  margin-left: 2rem;
}
.servicio-social-img{
  width: 600px;
  height: 500px;
}

.congreso-container{
  display: none;
  width: 100%;
  height: auto;
}

.congreso-list-container{
  display: flex;
  flex-direction: column;
  width: 30%;
  align-items: center;
}

.congreso-list-container p{
  color: #fff;
  background: #089c7c;
  border-radius: 5px;
  width: 70%;
  height: auto;
  display: flex;
  justify-content: center;
  justify-content: center;
  text-align: center;
  transition: 0.3s ease;
  cursor: pointer;
}

.congreso-list-container p:hover{
  background: #8A2D40;
}
.congreso-info-container{
  width: 70%;
  height: auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.show-text-congreso{
  grid-column: 1/1;
  grid-row: 1/1;
  flex-direction: column;
}
.hide-text-congreso{
  grid-column: 1/1;
  grid-row: 1/1;
  display: none;
  flex-direction: column;
}
.call-of-papers-img{
  width: 500px;
  height: 200px;
}
.call-of-papers-img2{
  width: 500px;
  height: 600px;
}
/* transparencia css */

@keyframes slideIn {
  0% {
      transform: translateX(-100%);
  }
  100% {
      transform: translateX(0);
  }
}

.transparency-text {
  position: absolute;
  top: 30%;
  left: 0;
  background: rgb(108, 200, 180);
  background: linear-gradient(90deg, rgba(108, 200, 180, 1) 0%, rgba(8, 156, 124, 1) 66%);
  border-bottom: 10px solid #fff;
  border-top: 10px solid #fff;
  border-right: 10px solid #fff;
  border-radius: 0 120px 120px 0;
  color: #fff;
  height: 45%;
  width: 75%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  font-weight: bold;
  transform: translateX(-100%);
  animation: slideIn 2s forwards; 
}



.text-transparency-container{
  height: 7rem;
  padding: 0 4rem;
  cursor: pointer;
}
.text-transparency-container p {
  font-size: 1.5rem;
  margin: 0;
}

.text-transparency-container i{
  font-size: 3rem;
  color: #089c7c;
}

.text-transparency-left p{
  width: 80%;
  
}
.text-transparency-left i{
  width: 20%;
}


.text-transparency-right p{
  width: 80%;
}
.text-transparency-right i{
  width: 20%;
}
.programa-fortalecimiento-profice{
  background: #089c7c;
  color: #fff;
  width: 30%;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.programa-fortalecimiento-profice:hover{
  background: #8A2D40;
}
.profice-container{
  display: none;
  padding: 0 3rem;
  
}
.profice-container p{
 
 cursor: pointer;
 
}

.profice-left-info-container{
  display: none;
}
.profice-mid-info-container{
  display: none;
}
.profice-right-info-container{
  display: none;
}
.documentos-profice-left, 
.formatos-profice-left, 
.manuales-profice-left, 
.marco-normativo-profice-left,
.documentos-importantes-profice-left,
.quejas-denuncias-profice-left,
.informe-profice-left,
.directorio-profice-left,
.info-mid,
.info-right
{
  display: none;
}

.reglamentos-administrativos-container,
.reglamentos-academicos-container,
.reglamentos-comunidad-uni-container,
.generales-comunes-container,
.reglamento-vinculacion-container,
.informes-planeacion-container,
.actas-inventario-container,
.inventario-fisico-container,
.estados-financieros-container,
.fondos-extraordinarios-container,
.evaluacion-programas-container
{
  display: none;
  flex-direction: column;
  padding: 0 3rem;
}


.section-container-transparency a{
  text-decoration: none;
  font-size: 1rem;
  color: #000;
}
.section-container-transparency ul{
  list-style: none;
}



.slider-transparency-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; /* Agregado para que las flechas se posicionen correctamente */
}

.slider-transparency {
  width: 70%;
  height: 100%;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.image-container-transparency {
  flex: 0 0 25%; /* Ajustado para que se vea una imagen completa a la vez */
  height: 100%;
}

.image-container-transparency img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-transparency-container i {
  position: absolute;
  top: 50%;
  cursor: pointer;
  font-size: 2rem;
  color: #000000;
  z-index: 1;
}

.slider-transparency-container .fa-chevron-left {
  left: 10%;
}

.slider-transparency-container .fa-chevron-right {
  right: 10%;
}

/* access css */

.text-access-container{
  padding: 30px 50px;
  cursor: pointer;
}

.text-access-container a{
  font-size: 2rem;
  color: #000;
  text-decoration: none;
}
.text-access-container i{
  font-size: 3rem;
  color: #089c7c;
}

@media only screen and (max-width: 900px) {
  .benefits-section {
    padding: 50px;
  }

  .benefits-container {
    margin-bottom: 2rem;
    width: 200px;
    height: 200px;
  }

  .benefits-icons {
    font-size: 5rem;
  }

  .benefits-container h1 {
    font-size: 1rem;
  }

  .statistics-left ul li h1 {
    font-size: 3rem;
    font-weight: bold;
  }

  .statistics-left ul li p {
    font-size: 1rem;
  }

  .statistics-left ul li {
    margin-bottom: 1rem;
  }

  .statistics-section {
    height: 50vh;
  }

  .statistics-right {
    height: 100%;
  }

  .statistics-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .competencies-container {
    margin-left: 0;
    margin-right: 0;
  }

  .competencies-container h4 {
    font-size: 20px;
    margin: 0;
  }

  .competencies-container h1 {
    font-size: 40px;
    margin: 0;
  }

  .competencies-container p {
    font-size: 20px;
    margin: 0;
  }

  .study-method-container {
    margin-top: 2rem;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: end;
  }
  .study-method-container p{
    margin: 0;
  }

  .study-method-container h1 {
    border-radius: 80px 0 0 80px;
    padding: 45px;
    color: #fff;
    border-top: 7px solid #fff;
    border-bottom: 7px solid #fff;
    border-left: 7px solid #fff;
    font-size: 3rem;
    display: flex;
    align-items: center;
    column-gap: 1rem;
  }

  .study-method-container h1 span {
    font-size: 1.5rem;
  }

  .study-method-container .percentage1 {
    width: 80%;
    background: rgb(8, 156, 124);
    background: linear-gradient(90deg, rgba(8, 156, 124, 1) 0%, rgba(96, 194, 173, 1) 66%);
  }

  .study-method-container .percentage2 {
    width: 60%;
    z-index: 10;
    margin-top: -40px;
    background: rgb(108, 200, 180);
    background: linear-gradient(90deg, rgba(108, 200, 180, 1) 0%, rgba(8, 156, 124, 1) 66%);
  }

  .our-uni-text {
    font-size: 2rem;
  }

  .icon-box-ouruni {
    padding: 0;
  }

  .icon-box-ouruni h1 {
    font-size: 1.5rem;
  }

  .icon-box-ouruni i {
    font-size: 6rem;
    margin-bottom: 1rem;
  }

  /* css tablet carreras */
  .career-header-text{
    border-bottom: 5px solid #fff;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  font-size: 3rem;
  }
  .container-inscription{
    height: 40vh;
  }
  .container-inscription img{
    object-fit: cover;
  }

  .container-inscription h1{
    font-size: 2rem;
  }
  .container-inscription h2{
    font-size: 1rem;
  }
  .container-inscription p{
    font-size: 0.5em;
    width: 100%;
  }

  .container-inscription h3{
    font-size: 1rem;
  }
  .container-inscription a{
    margin: 0;
    padding: 10px 30px;
    font-size: 1.5rem;
    border-radius: 30px;
  }
  .educational-model-img-container{
    width: 100%;
  }

  .careers-container{
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
  }

  .careers-container .title{
    font-size: 1.5rem;
  }
  .career-box{
    display: flex;
    width: 100%;
  }
  .career-box p{
    font-size: 1rem;
  } 

  .career-box-title{
    border-left: 0.8rem solid #089c7c;
    padding: 0 1rem;
    margin-bottom: 2rem;
    font-size: 1rem;
  }

  .master-container{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }
  .master-box{
    width: 100%;
    text-align: center;
  }

  .master-text-container{
    width: 100%;
    margin: 0;
    text-align: center;
    border-left: 0.5rem solid #089c7c;
  }

  .master-text-info{
    width: 100%;
  }

  .educational-model-info{
    width: 100%;
  }

  .educational-model-info p{
    font-size: 1rem;
  }


/* tramites alumnos css tablet */
.student-procedures-text{
  border-bottom: 5px solid #fff;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  border-radius: 0 30px 30px 0;
  font-size: 3rem;
  border-radius: 0 50px 50px  0;
}

.liberacion-egresados-container ul li a{
  font-size: 1rem;
}

.text-studentPro a{
  font-size: 1rem;
}

.IMSS-digital-container li iframe{
  width: 500px;
  height: 400px;
}
.text-studentPro a{
  font-size: 2rem;
}

.becas-info-container a{
  width: 50%;
}
/*vinvulacion css tablet */
.link-text{
  border-bottom: 5px solid #fff;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  border-radius: 0 40px 40px 0;
  font-size: 2rem;
}

.text-link-container{
  padding: 30px 50px;
  cursor: pointer;
}

.text-link-container p{
  font-size: 2rem;
  margin: 0;
}

.text-link-container i{
  font-size: 2.5em;
  color: #089c7c;
}

.practicas-estadias-img{
  width: 400px;
  height: 400px;
}

.bolsa-estadia-img{
  width: 400px;
  height: 400px;
}
.requisitos-carta-liberacion{
  width: 400px;
  height: 400px;
}
.servicio-social-img{
  width: 400px;
  height: 400px;
}

.call-of-papers-img{
  width: 90%;
  height: 300px;
}
.call-of-papers-img2{
  margin-top: 1rem;
  width: 90%;
  height: 350px;
}
/* css transparencia tablet */

.transparency-text{
  border-bottom: 5px solid #fff;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  border-radius: 0 60px 60px 0;
  font-size: 2rem;
}


.text-transparency-container{
  height: 5rem;
  padding: 0 2rem;
  cursor: pointer;
}
.text-transparency-container p {
  font-size: 1rem;
  margin: 0;
}

.text-transparency-container i{
  font-size: 3rem;
  color: #089c7c;
}


  footer .footer-section-right {
    width: 30%;
  }

  .turns-container .turns-title {
    font-size: 10rem;
  }

  .time-container h1 {
    font-size: 1.5rem;
    text-align: end;
  }

  .time-container {
    border-right: 5px solid #089c7c;
    padding-right: 1rem;
    position: relative;
    bottom: 7.5rem;
    margin-right: 9rem;
  }

  .background-home {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .benefits-section {
    flex-direction: column;
    padding: 0;

  }

  .benefits-container {
    margin-bottom: 1rem;
  }

  .benefits-icons {
    font-size: 4rem;
    margin-bottom: 1rem;
  }

  .benefits-container h1 {
    font-size: 1rem;
  }

  .statistics-left ul li h1 {
    font-size: 1.5rem;
    font-weight: bold;
  }

  .statistics-left ul li p {
    font-size: 0.7rem;
  }

  .competencies-container h4 {
    font-size: 10px;
    margin: 0;
  }

  .competencies-container h1 {
    font-size: 15px;
    margin: 0;
  }

  .competencies-container p {
    font-size: 15px;
    margin: 0;
  }

  .study-method-container {
    margin-top: 2rem;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: end;
  }

  .study-method-container h1 {
    border-radius: 50px 0 0 50px;
    padding: 20px;
    color: #fff;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    font-size: 2rem;
    display: flex;
    align-items: center;
    column-gap: 1rem;
  }

  .study-method-container h1 span {
    font-size: 1rem;
  }

  .study-method-container .percentage1 {
    width: 80%;
    background: rgb(8, 156, 124);
    background: linear-gradient(90deg, rgba(8, 156, 124, 1) 0%, rgba(96, 194, 173, 1) 66%);
  }

  .study-method-container .percentage2 {
    width: 60%;
    z-index: 10;
    margin-top: -30px;
    background: rgb(108, 200, 180);
    background: linear-gradient(90deg, rgba(108, 200, 180, 1) 0%, rgba(8, 156, 124, 1) 66%);
  }
.study-method-container p{
  margin: 0;
  text-align: center;
}
  .footer-location h5 {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .background-home {
    display: none;
  }

  .footer-location ul {
    text-align: center;
  }

  .our-uni-text {
    font-size: 1rem;
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }

  .icons-container-ouruni {
    row-gap: 1rem;
    justify-content: center
  }

  .icon-box-ouruni {
    flex-basis: 100%;
  }

  .icon-box-ouruni i {
    font-size: 4rem;
    margin-bottom: 1rem;
  }
 

  .icon-box-ouruni h1 {
    font-size: 1rem;
  }

  .career-header-text {
    font-size: 1rem;
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }

  .footer-section {
    margin-bottom: 4rem;
  }

  .btn-generate {
    border-radius: 0;
  }

  .footer-section-left ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }


  /*  css movil carreras */
  
  .container-inscription{
    height: 40vh;
  }
  .container-inscription img{
    object-fit: cover;
  }

  .container-inscription h1{
    font-size: 1rem;
  }
  .container-inscription h2{
    font-size: 0.6rem;
  }
  .container-inscription p{
    font-size: 0.7rem;
    width: 100%;
  }
  .container-inscription h3{
    font-size: 0.7rem;
  }
  .container-inscription a{
    margin: 0;
    padding: 5px 20px;
    font-size: 0.8rem;
    border-radius: 30px;
  }
  .educational-model-img-container{
    width: 100%;
  }

  .careers-container{
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
  }

  .careers-container .title{
    font-size: 1.5rem;
  }
  .career-box{
    display: flex;
    flex-direction: column;
  }
  .career-box p{
    font-size: 1rem;
  } 

  .career-box-title{
    border-left: 0.8rem solid #089c7c;
    padding: 0 1rem;
    margin-bottom: 2rem;
    font-size: 1rem;
  }

  .master-container{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }
  .master-box{
    width: 100%;
  }

  .master-text-container{
    border-left: 0.5rem solid #089c7c;
    width: 100%;
    margin: 0;
  }

  .master-text-info{
    width: 100%;
  }

  .educational-model-info{
    width: 100%;
  }

  .educational-model-info p{
    font-size: 1rem;
  }


/* tramites alumnos movil */ 

.student-procedures-text{
  border-bottom: 3px solid #fff;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-radius: 0 30px 30px 0;
  font-size: 1rem;
}
.text-studentPro{
  padding: 20px 40px;
  cursor: pointer;
}

.text-studentPro p{
  font-size: 1rem;
  margin: 0;
}

.text-studentPro i{
  font-size: 2rem;
  color: #089c7c;
}

.text-studentPro a{
  font-size: 1rem;
}
.IMSS-digital-container li iframe{
  width: 300px;
  height: 200px;
}


.ingreso-container{
  flex-direction: column;
}
.ingreso-list-container{
  width: 100%;
}
.ingreso-info-container{
  width: 100%;
  text-align: center;
}



.becas-info-container a{
  width: 80%;
}
.becas-info-container img{
  width: 200px;
  height: 150px;
}

.requisitos-titulacion-info-container{
  justify-content: center;
  align-items: center;
}

.requisitos-titulacion-info-container a{
  width: 80%;
  margin: 0;
}
.requisitos-titulacion-info-container video{
  width: 300px;
  height: 200px;
}
/* vinvulacion css movil */

.link-text{
  border-bottom: 3px solid #fff;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-radius: 0 40px 40px 0;
  font-size: 1rem;
}

.text-link-container{
  padding: 20px 40px;
  cursor: pointer;
}

.text-link-container p{
  font-size: 1rem;
  margin: 0;
}

.text-link-container i{
  font-size: 1.5em;
  color: #089c7c;
}

.practicas-estadias-container{
  flex-direction: column;
}
.practicas-estadias-list-container{
  width: 100%;
}
.practicas-estadias-info-container{
  width: 100%;
  text-align: center;
}
.practicas-estadias-img{
  width: 250px;
  height: 200px;
}
.requisitos-carta-liberacion{
  width: 250px;
  height: 200px;
}
.servicio-social-img{
  width: 250px;
  height: 200px;
}
.bolsa-estadia-img{
  width: 250px;
  height: 200px;
}

.congreso-container{
  flex-direction: column;
}
.congreso-list-container {
  width: 100%;
}
.congreso-info-container{
  width: 100%;
  text-align: center;
}

.call-of-papers-img{
  width: 80%;
  height: 200px;
}
.call-of-papers-img2{
  margin-top: 1rem;
  width: 80%;
  height: 300px;
}
/* css transparencia movil */

.transparency-text{
  border-bottom: 3px solid #fff;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-radius: 0 40px 40px 0;
  font-size: 1rem;
}


.text-transparency-container{
  height: 4rem;
  padding: 0 0.5rem;
  cursor: pointer;
}
.text-transparency-container p {
  font-size: 0.7rem;
  margin: 0;
}

.text-transparency-container i{
  font-size: 1.5rem;
  color: #089c7c;
}


.liberacion-egresados-container ul li a{
  font-size: 0.7rem;
}
.programa-fortalecimiento-profice{
  width: 100%;
  font-size: 0.7rem;
  text-align: center;
}

/* acces css movil */

.text-access-container a{
  font-size: 1rem;
}

  footer .footer-section-right {
    width: 100%;
  }

  footer a {
    width: 100%;
  }

  .turns-container .turns-title {
    font-size: 5rem;
  }

  .time-container h1 {
    font-size: 0.8rem;
    text-align: end;
  }

  .time-container {
    border-right: 5px solid #089c7c;
    padding-right: 1rem;
    position: relative;
    bottom: 4.5rem;
    margin-right: 3rem;
  }
}
/* Mostrar dropdown al pasar el cursor */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* evita salto feo */
}
