.evento-contenedor {
    display:                    flex;
    flex-wrap:                  wrap;
    flex-direction: column;
    background-image: url('../resources/background.png'); 
    background-size:            cover;
    background-position:        center;
    background-repeat:          repeat-y;
    box-shadow:                 0 4px 12px rgba(0, 0, 0, 0.1);
    margin:                     40px auto;
    padding:                    20px;
    border-radius:              10px;
    width:                      90%;
    gap:                        20px;
    align-items: center;
}

.about-video {    
  width: 39%;
  max-width: 39%;
  border-radius: 10px;
  aspect-ratio: 16 / 9;
  background: black;
  border: 4px solid #000;
  position: relative;
}


@media (max-width: 768px) {
    .about-video {    
      width: 97%;
      max-width: 97%;
      height: 230px;
      border-radius: 10px;
      aspect-ratio: 16 / 9;
      background: black;
      border: 4px solid #000;
      position: relative;
    }
}

.logo-fondo {
    background: rgba(0, 0, 0, 0.3); 
    backdrop-filter: blur(10px);         
    -webkit-backdrop-filter: blur(10px); 
    border-radius:10px;
    padding: 10px;    
    width: 27%;
    max-width: 27%;
    position: relative;
}

@media (max-width: 768px) {
    .logo-fondo {
        max-width: 97%; 
        width: 97%;
        position: relative; 
    }
}
.logo-fondo2 {
    background: #fff; /* fondo semi-transparente */
    backdrop-filter: blur(10px);         /* efecto de desenfoque */
    -webkit-backdrop-filter: blur(10px); /* soporte para Safari */
    border-radius:10px;
    padding: 20px;    
    width: 27%;
    max-width: 27%;
    position: relative;
}
@media (max-width: 768px) {
    .logo-fondo2 {
        max-width: 97%; 
        width: 97%;
        position: relative; 
    }
}
.evento-info {
    display: flex;
    flex-wrap: wrap;  
    align-items: flex-start;                
    gap: 30px;
    text-align: center;
    margin-top: 40px;
}

.evento-logo {  
    width: 100px;
    height: auto;
}
.evento-logo-btm {  
    width: 80px;
    height: auto;
    margin-right: 20px;
}
.evento-logo2 { 
    width: 200px;
    height: auto;
    margin-left: -10px;
}
.evento-logo-title {
        width:  100px;
        height: auto;
	
}
.welcome-1{
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.evento-texto2{
    font-size: 0.9rem;    
    color: #000;
    padding: 10px;
}
.evento-textoH1{
    font-size: 1.3rem;
    font-weight: bold;    
    color: #fca311;
    margin-bottom: 7px;    
}

.evento-textolargo{
    font-size: 0.9rem;    
    color: #fff;
    padding: 10px;
}
.evento-logo3 {
    margin-top: 20px;
    width: 200px;
    height: auto;
    margin: 0px 0px;        
}
.evento-texto,
.evento-fecha {
    font-size: 0.9rem;    
    color: #fff;
}
.evento-pr {
        font-size: 1.1rem;
        color:  #000;
}

.evento-carrusel {
    flex: 2;
    min-width: 300px;
    position: relative;
    overflow: hidden;
    height:   450px;
    border-radius: 10px;
}



.evento-carrusel .prev,
.evento-carrusel .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;              /* ancho fijo */
    height: 50px;             /* alto fijo */
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    color: white;
    font-weight: bold;
    font-size: 28px;
    border-radius: 50%;       /* círculo perfecto */
    cursor: pointer;
    user-select: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    text-align: center;
    line-height: 50px;        /* centra el símbolo verticalmente */
    padding: 0;               /* elimina padding para evitar deformación */
}


.evento-carrusel .prev:hover,
.evento-carrusel .next:hover {
    background-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-50%) scale(1.1);
}

.evento-carrusel .prev {
    left: 10px;
}

.evento-carrusel .next {
    right: 10px;
}





.carrusel-imagen {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.carrusel-imagen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.carrusel-imagen.show {
    display: block;
    opacity: 1;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    padding: 10px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 24px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    user-select: none;
    z-index: 10;
    
}

.prev:hover, .next:hover {
    background: rgba(0, 0, 0, 0.6);
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

/* Responsivo */
@media (max-width: 768px) {
    .evento-contenedor {
        flex-direction: column;
        align-items: center;
    }

    .evento-info,
    .evento-carrusel {
        width: 100%;
    }
}

.committee-s1 {
    text-align: left;         
    align-self: flex-start;   
    margin-left: 0;           
    width: 100%;
    
}
.contenedor-columnas-fijas {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
    border: 2px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
}

/* Cambia los porcentajes aquí para ajustar el ancho */
.columna-izquierda {
    width: 20%; 
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.columna-derecha {
    width: 80%; 
    padding: 20px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: justify;
}

/* La imagen se ajusta al 100% del alto disponible */
.imagen-completa {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 100%;
    padding: 10px;
}

/* Para pantallas pequeñas (se apilan) */
@media (max-width: 768px) {
    .contenedor-columnas-fijas {
        flex-direction: column;
    }

    .columna-izquierda,
    .columna-derecha {
        width: 100%;
    }

    .imagen-completa {
        width: 80%;
        margin: auto;
    }
}


  .indicator {
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #007bff, #00c6ff);
    position: absolute;
    left: 0;
    top: 0;
    clip-path: polygon(0 50%, 15% 0, 100% 0, 100% 100%, 15% 100%);
    display: flex;
    justify-content: flex-end; 
    align-items: center;
    padding-right: 15px; 
    box-sizing: border-box; 
  }

  .indicator-text {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    color: white; 
    font-size: 1.2em;
    font-weight: bold; 
    letter-spacing: 1px; 
    
  }

.linea {
  width: 80px;
  height: 6px;
  background-color: #fca311;
  margin: 16px auto 24px;
  border-radius: 3px;
}

/* Créditos Footer */
.creditos-footer {    
  width: 99%;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px 20px;
  text-align: center;
  color: white;
  font-size: 1.0rem;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
  margin-top: 24px;
  border-radius: 12px;  
  justify-content: center;
}

.creditos-footer h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #fca311;
}

.creditos-footer .linea {
  margin: 0 auto 37px;
}

.creditos-footer p {
  margin: 10px 0;
  font-size: 1.1rem;
}

/* ------------------ TABLA DE HORARIOS ------------------ */

.card-horario {
  text-align: center;
  color: white;
}

/* ------------------ CONTENIDO INTERNO ------------------ */
.card-h2 {
  font-size: 60px;  
  margin-bottom: 0;
}

.card-horario table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 12px;
  margin-top: 30px;
  font-size: 18px;
  
}

.card-horario th,
.card-horario td {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 16px 24px;
  border-radius: 12px;
  color: white;
  text-align: center;
}

.card-horario th {
  background-color: rgba(255, 255, 255, 0.25);
  font-weight: bold;
}

/* Sección Actividades */
.activities {
  position: relative;
  background: #001021; 
  padding: 80px 60px;
  min-height: 70vh;
}

.activities-title {
  font-size: 2.7rem;
  color: #001021;
  margin-bottom: 40px;
  font-weight: 800;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.activities-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

.activity-card {
  background: #1a1a1a;
  color: white;
  border-radius: 16px;
  overflow: hidden;
  width: 300px;
  cursor: pointer;
  transition: transform 0.3s ease;
  position: relative;
}

.activity-card:hover {
  transform: translateY(-5px);
}

.activity-image {
  height: 220px;
  background: gray;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.eventos-image {
  height: 250px;
  background: gray;
  background-size: cover;
  background-position: center;
}

.activity-info {
  padding: 20px;
  background-color: #000;
}

.activity-info h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  color: #f9d423;  
}

.activity-info p {
  margin: 0 0 5px;
  font-size: 1rem;
  text-align: left;
}

.activity-info span {
  font-size: 0.9rem;
  color: #f46507;
  display: block;
  text-align: right;
}

.activity-expanded {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  color: #000;
  padding: 0 15px;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.activity-card.expanded .activity-expanded,
.service-card.expanded .activity-expanded {
  max-height: 200px;
  padding: 15px;
}

.logos-image {
  height: 150px;
  width: 150px;  
  border-radius: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 5px;
}

/***** MURO DE HONOR PREMIOS ***/

.muro-fondo {
    background:#d9ad26; 
    backdrop-filter: blur(10px);         
    -webkit-backdrop-filter: blur(10px); 
    border-radius:10px;
    padding: 7px;    
    width: 70%;
    max-width: 60%;    
}

.muro-title {
  font-size: 2.5vw;
  color: #001021;  
  font-weight: 800;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  text-align: center;
}

@media (max-width: 768px) {
  .muro-title {
    font-size: 1.2rem;
  }
}

.premios-card {
  background: #1a1a1a;
  color: white;
  border: 3px solid #d9ad26; ;
  border-radius: 16px;
  overflow: hidden;
  max-width: 470px;
  cursor: pointer;
  transition: transform 0.3s ease;
  position: relative; 
}

.premios-card:hover {
  transform: translateY(-5px);
}

.premios-image {
  max-height: 318px;
  max-width: 100%; 
  background: gray;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.premios-image img {
  width: 100%;
  max-height: 318px;
  display: block;  
}

/**** Student Ganadores ***/

.student-fondo {
    background:#d9ad26; 
    backdrop-filter: blur(10px);         
    -webkit-backdrop-filter: blur(10px); 
    border-radius:10px;
    padding: 7px;    
    min-width: 67%;
    max-width: 67%;    
    position: relative;
}


.student-title {
  text-align: center;
  margin-left: 7px;
  font-size: 1.4rem;
  color: #001021;
  margin-bottom: 5px;  
  width: 95%;
  height: auto;  
  font-weight: 800;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.student-card {
  background: #efb810;
  color: gray;
  border: 3px solid #efb810; ;
  border-radius: 16px;
  overflow: hidden;
  max-width: 179px;
  cursor: pointer;
  transition: transform 0.3s ease;
  position: relative;  
}

.student-card:hover {
  transform: translateY(-5px);
}

.student-image {
  width: 182px;
  height: 182px;
  background: gray;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/***** Sección de ultimas noticias ***/

.noti-card {
  background: #dadede;
  color: white;
  border: 2px solid #dadede; ;
  border-radius: 10px;
  overflow: hidden;
  max-width: 30%; 
  transition: transform 0.3s ease;
  position: relative; 
}

@media (max-width: 768px) {
    .noti-card {
        max-width: 90%; 
        width: 90%;
        position: relative; 
    }
}
.noti-card-texto {  
  border: 1px solid #dadede; ;
  border-radius: 10px;
  overflow: hidden;
  max-width: 97%;
  width:97%;  
  transition: transform 0.3s ease;
  position: relative; 
}

.noti-image {
  max-height: 318px;
  width: 100%;
  background: gray;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.noti-image img {
  width: 100%;
  max-height: 318px;
  display: block;  
}

.noti-info {
  padding: 20px;
  background-color:#FBFBFA;
}

.noti-info h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  color: #000;  
}

.noti-info p {
  margin: 0 0 5px;
  font-size: 14px;
  text-align: left;
  font-family: "Open Sans", Helvetica, sans-serif, "Helvetica Neue";
  font-weight: normal;
  line-height: 1.5;
  color: #6f6f6f;  
}

.noti-info span {
  font-size: 12px;
  color:#001021;
  font-family: "Open Sans", Helvetica, sans-serif, "Helvetica Neue";  
  margin-bottom: 10px;  
}

/*************************************************************************************/

.logo-pagemain-horario {
    background: rgba(0, 0, 0, 0.3); 
    backdrop-filter: blur(10px);         
    -webkit-backdrop-filter: blur(10px); 
    border-radius:10px;
    padding: 10px;    
    width: 357px;
    max-width: 357px;
    height: 395px;
    max-height: 395px;
    position: relative;
}

.logo-pagemain-box2 {
    background: rgba(0, 0, 0, 0.3); 
    backdrop-filter: blur(10px);         
    -webkit-backdrop-filter: blur(10px); 
    border-radius:10px;
    padding: 10px;    
    width: 330px;
    max-width: 330px;
    height: 395px;
    max-height: 395px;
    position: relative;
}

.logo-pagemain-boxfondo {
    background: rgba(0, 0, 0, 0.3); 
    backdrop-filter: blur(10px);         
    -webkit-backdrop-filter: blur(10px); 
    border-radius:10px;
    padding: 1px;    
    width: 270px;
    max-width: 270px;
    height: 395px;
    max-height: 395px;
    position: relative;
}

@media (max-width: 768px) {
    .logo-pagemain-boxfondo {
        background: rgba(0, 0, 0, 0.3); 
        backdrop-filter: blur(10px);         
        -webkit-backdrop-filter: blur(10px); 
        border-radius:10px;
        padding: 1px;          
        width: 97%;
        max-width: 97%; 
        height: 395px;
        max-height: 395px;
        position: relative; 
    }
}

.evento-textobox2{
    font-size: 0.7rem;    
    color: #fff;
    padding: 10px;
    line-height: 1.5;
}

.icono-box2 {
  height: 125px;
  width: 125px;  
  border-radius: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 5px;
}