#R127268031446858148 {
	display: none !important;
	visibility: hidden !important;
}

.fc-apexListButton-button {
	display: none !important;
}
.t-Body-contentInner,.t-Body-main,.t-Body-content,.t-Region-bodyWrap,.t-Region-body {
	min-height: 100vh !important;
	height: auto !important;
    padding: 2px !important;
}
.container {
	flex-grow: 1 !important;
	height: 100% !important;
	width: 100% !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: stretch !important;
	align-items: stretch !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
}
.t-Page-content7 {
	position: absolute;
	left: 0;
	width: 75%;

	height: auto;
	transition: width 0.3s ease-in-out;
	padding: 0 !important;

}
.t-Page-sidebar-right {
	position: absolute;
top: 46px;
	right: 0;
	width: 25%;
	height: 100vh;
	background-color: var(--t-sidebar-bg, #ffffff);
	padding: 0 !important;
	overflow-y: auto;
	transition: width 0.3s ease-in-out;
	min-height: 100vh !important;
	margin-top: -6.2px !important;
}
.t-Page-content7 .fila,.t-Page-content7 .contenedor-principal {
	width: 100%;
	height: auto;

}
.contenedor-principal {
    margin: 0;
    flex-wrap: wrap; /* Permite que los hijos pasen a una nueva línea si no caben */
      display: flex;
    flex-direction: row; /* Apila verticalmente los divs hijos */
    gap: 10px; /* Espacio entre secciones */
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
    overflow: hidden; /* Evita desbordamientos */
}

.t-Page-container {
	display: flex;
	justify-content: center;
	gap: 20px;
	padding: 15px;
	width: 100%;
	max-width: 100%;
}
.t-Region-header {
	display: none !important;
}
.t-Region-bodyWrap {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.fila fila-info {
	width: 50%;
	;
}
.fila fila-2 {
                    /* Ocupa el ancho completo del padre */
  max-width: 100%;                 /* Evita desbordamiento horizontal */
  padding: 16px;                   /* Espaciado interno */
  margin: 0 auto;                  /* Centrado si el padre es más ancho */
  box-sizing: border-box;          /* Incluye padding en el ancho total */
  overflow: hidden;                /* Oculta contenido que se desborde */
  background-color: #23a00d;       /* Fondo blanco (opcional) */
  border-radius: 8px;              /* Bordes redondeados */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* Sombra sutil (opcional) */
      display: flex;
    flex-direction: row; /* Coloca los divs hijos en horizontal */
    flex-wrap: wrap; /* Permite saltar a nueva línea si no hay espacio */
    gap: 15px;
    width: 100%;
}

/* Contenedor padre (asegura estructura) */
.contenedor-grande {
  width: 100%;
  padding: 20px;                   /* Espaciado para el hijo */
  background-color: #f8f9fa;       /* Fondo gris claro (opcional) */
}

.sidebar-link {
	display: block;
	padding-top: 10px;
	padding-left: 15px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	width: calc(100% - 30px);
	margin: 5px auto;
	border-radius: 5px;
}
button {
	display: inline-block;
	width: 100%;
	padding: 12px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	border-radius: 12px;
	transition: all 0.3s ease-in-out;
	border: none;
	cursor: pointer;
}
.btnRecursos {
	background-color: var(--color-primario, #E63946);
}
.btnActividades {
	background-color: var(--color-secundario, #F4A261);
}
.btnForos {
	background-color: var(--color-terciario, #2A9D8F);
}
.btnNotas {
	background-color: var(--color-cuaternario, #264653);
}
.texto-info-welcome {
    padding: 1px 0.5px;
  font-size: 14px;
    border-radius: 8px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.texto-info-welcome .task-count {
    background-color: #fff4f4;
    color: #dc2626;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.85rem;
}
.btnHVDocente {
	background-color: var(--color-gris, #D20A11);
    border-color: #FFFFFF;
}
button:hover {
	filter: brightness(1.2);
	transform: scale(1.07);
}
button:active {
	transform: scale(0.98);
}

.a-Notification .a-Notification-close {
	font-size: 14px !important;
	padding: 4px !important;
	width: 24px !important;
	height: 24px !important;
	line-height: 24px !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	border-radius: 50% !important;
}
.a-Notification {
	max-width: 450px !important;
}
.t-Body-nav,.a-TreeView,.t-TreeNav,.t-TreeNav ul {
	border: none !important;
}
.t-TreeNav::-webkit-scrollbar {
	width: 0px !important;
	background: transparent;
}
.t-TreeNav {
	padding-top: 5px !important;
}
.t-Body-nav {
	background-color: var(--t-sidebar-bg, #f2f4f7);
	width: 100%;
}
/* Categorías principales del menú */
#t_TreeNav .menu-category {
    display: block;
    width: 100%;
    padding: 15px;
    text-align: left;
    font-weight: bold;
    border-radius: 5px;

    background-color: var(--t-sidebar-bg,  #2C2B2B );
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}
#t_TreeNav .menu-category .fa {
   
   
   
    text-align: center;
    font-weight: bold;
    margin-right: 10px !important;

}

#t_TreeNav .menu-category:hover {
    background-color: #1c1c1c;
    color: white;
    
}

/* Submenú del menú personalizado */
#t_TreeNav .submenu {
    width: 100%;
    background-color: var(--t-sidebar-bg, #1c1c1c) !important;
    border-left: 2px solid #E63946;
    padding: 5px;
    display: none;
}
#t_TreeNav .submenu .fa {
   
   
   
    text-align: center;
    font-weight: bold;
    margin-right: 10px !important;

}
/* Enlaces dentro del menú */
#t_TreeNav a {
    display: block;
    width: 100%;
    padding:  11px;
    color: #ffffff !important;
    
    margin-right: 10px !important;
    transition: background 0.3s ease-in-out;
    border-bottom: 2px solid #ffffff;
}

#t_TreeNav a:hover {
    background-color: #E63946;
    color: white !important;
}
.seccion {
	background: white;
	padding: 15px;
	border-radius: 8px;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}
.fila-info {
	width: 100%;
	margin-bottom: 20px;
}
.informacion-estudiante {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #f2f4f7;
	padding: 20px;
	border-radius: 8px;
    margin-top: 0.5rem;
    margin-left: 0.5rem;
width: 98%;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}
.cortina {
	position: absolute;
	width: 44px;
	height: 70px;
	top: 0;
	z-index: 10;
}
.cortina-izquierda {
	left: 0;
}
.cortina-derecha {
	right: 0;
}
.seccion-bienvenida {
	flex: 1;
	max-width: 30%;
}
.seccion-bienvenida h2 {
	font-size: 1.5em;
	color: #333;
}
.seccion-curso {
	text-align: center;
	flex: 1;
	max-width: 40%;
}
.seccion-curso h1 {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 5px;
	color: #D20A11;
}
.seccion-curso h3 {
	font-size: 1.4em;
	font-weight: 500;
	color: #333;
}
.periodo {
	font-size: 1.1em;
	color: #555;
}
.seccion-docente {
	text-align: center;
	flex: 1;
	max-width: 30%;
}
.foto-docente {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 2px solid #ddd;
}
.seccion-docente p {
	margin: 5px 0;
	color: #333;
}
.perfil-estudiante {
	display: flex;
	align-items: center;
	gap: 20px;
}
.foto-estudiante {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 2px solid #ddd;
}
.info-detalles {
	list-style: none;
	padding: 0;
}

.fila-2 {
	display: flex;
	gap: 10px;
	margin-bottom: 15px;
	background: #fff;
}
.avance-materia {
	flex: 1.5;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
    padding: 0%;
background: transparent;
    margin-left: 0.2rem;
    width: 100%;
}
.avance-materia .titulo-select {
	display: flex;
	align-items: center;
	gap: 10px;
    
}
.avance-materia h3 {
	margin: 0;
	white-space: nowrap;

}
.avance-materia select {
	min-width: auto;
	height: 30px;
	font-size: 14px;
	padding: 5px 10px;
	margin-left: 172px;
}
.avance-materia ul {
	margin-top: 10px;
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	width: 100%;
}
.avance-materia ul li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.asistencias {
	flex: 1;
	background: #f2f4f7;
}
.barra-estado {
	width: 100%;
	height: 15px;
	background-color: #e0e0e0;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	margin-top: 10px;
}
.progreso {
	height: 100%;
	background-color: #E63946;
	transition: width 0.5s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 12px;
	font-weight: bold;
}

.contenedor-izquierdo {
    flex: 1; /* Ocupan el espacio disponible equitativamente */
    min-width: 200px; /* Ancho mínimo para evitar que se compriman demasiado */
    box-sizing: border-box;

	display: flex;
	align-self: stretch;
	margin: 0;
	padding: 0;
	max-width: 78%;
    flex-direction: row; /* Coloca los divs hijos en horizontal */
    flex-wrap: wrap; /* Permite saltar a nueva línea si no hay espacio */
    gap: 10px;
    width: 100%;

}
.contenedor-derecho {
    margin-right: 1.4rem;
    flex: 1; /* Ocupan el espacio disponible equitativamente */
    min-width: 200px; /* Ancho mínimo para evitar que se compriman demasiado */
    box-sizing: border-box;
    background: #fff; /* Solo para visualización */
	align-self: stretch;
	margin: 0;
	padding: 0;
	max-width: 30%;
    /* Enlaces dentro del menú */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: row; /* Coloca los divs hijos en horizontal */
    flex-wrap: wrap; /* Permite saltar a nueva línea si no hay espacio */
    gap: 15px;
    width: 100%;
 	background: #f2f4f7; 
}
.fila-explora {
	width: 100%;
	background: #fff;
}
.sections-container {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	background: #fff;
}
.section-card {
	background: #f2f7f4;
	padding: 15px;
	border-radius: 8px;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
	flex: 1 1 calc(33.333% - 10px);
	min-width: 250px;
}
.t-Header-branding {
	background-color: #ffffff !important;
}
.t-Header-branding,.t-Header-navBar,.t-Button-label {
	color: #000 !important;
    font-size: 15px !important;
}
.t-NavigationBar-item.has-username .t-Button-label {
	color: #D20A11 !important;
    font-size: 15px !important;
}
.botones-asistencias {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-bottom: 10px;
}
.botones-asistencias button {
	padding: 5px 15px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-weight: bold;
}
.btnFaltas {
	background-color: #D20A11;
	color: white;
}
.btnTotal {
	background-color: #2A9D8F;
	color: white;
}
.btnbibliografia {
      background-color: #d32f2f !important;
    }

.btnver-curso {
      background-color: #d32f2f !important;
    }
.btnFaltas.active,.btnTotal.active {
	filter: brightness(1.2);
}
.rueda-progreso {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
@media (max-width: 768px) {
	.contenedor-principal {
		flex-direction: column;
	}
	.contenedor-derecho {
		width: 100%;
	}
	.sections-container {
		flex-direction: column;
	}
}
@media (max-width: 768px) {
	.informacion-estudiante {
		flex-direction: column;
		text-align: center;
	}
	.seccion-bienvenida,.seccion-curso,.seccion-docente {
		max-width: 100%;
		margin-bottom: 15px;
	}
}
.horario {
	width: 90%;
	max-width: 600px;
	margin: 20px auto;
	font-family: Arial, sans-serif;
	color: #333;
}
.horario h2 {
	font-size: 24px;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 5px;
}
.fecha {
	font-size: 16px;
	color: #666;
	margin-bottom: 15px;
}
.clase {
	display: flex;
	align-items: center;
	background: white;
	border-radius: 10px;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	border-left: 5px solid #D20A11;
	margin-bottom: 15px;
}
.hora {
	background: #666;
	color: white;
	width: 60px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	font-weight: bold;
	padding: 15px 10px;
}
.contenido {
	flex-grow: 1;
	padding: 10px 15px;
}
.contenido h3 {
	font-size: 18px;
	margin: 0;
	color: #333;
}
.carrera {
	font-size: 14px;
	color: #666;
	margin: 2px 0;
}
.hora-detalle {
	font-size: 14px;
	font-weight: bold;
	color: #D20A11;
	margin: 5px 0;
}
.ubicacion {
	font-size: 14px;
	color: #444;
	display: flex;
	align-items: center;
	gap: 5px;
}
.mis-deberes-container {
	background: white;
	border-radius: 8px;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
	padding: 10px 15px;
	margin-top: 15px;
	font-family: Arial, sans-serif;
        width: 100%;
}
.mis-deberes-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid #000;
	padding-bottom: 8px;
	margin-bottom: 10px;
}
.mis-deberes-header h3 {
	font-size: 1.2em;
	color: #333;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 5px;
}
.mis-deberes-header i {
	color: green;
}
.ver-mas {
	font-size: 0.9em;
	color: green;
	font-weight: bold;
	text-decoration: none;
}
.ver-mas i {
	font-size: 1em;
}
.deberes-lista {
	display: flex;
	flex-direction: column;
	gap: 10px;
        width: 100%;
}
.sub-tarea {
	font-size: 1.2em;
	color: #333;
	margin: 0;
    width: 100%;
	display: flex;
	align-items: center;
    padding: 0;
	gap: 5px;
}
.deber-tarea {
	background: #F2F4F7;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: transform 0.2s ease-in-out;
}
.deber-tarea:hover {
	transform: scale(1.02);
}
.deber-info {
	display: flex;
	align-items: center;
	gap: 10px;
}
.deber-icono {
	font-size: 25px;
	color: #D20A11;
background: #F2F4F7;
	padding: 5px;
	border-radius: 5px;
}
.btn-detalles {
	padding: 8px 12px;
	border: none;
	border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
	transition: background 0.3s ease-in-out;
}
.btn-detalles-verde {
	background-color: #D20A11;
	color: white;
}
.btn-detalles-verde:hover {
	background-color: green;
}
.btn-detalles-rojo {
	width: auto;
	background-color: #D20A11;
	color: white;
    
}
.btn-detalles-rojo:hover {
	background-color: green;
}
.actividad-container {
	display: flex;
	gap: 20px;
	width: 100%;
	justify-content: space-between;
}
.actividad-info {
	flex: 2;
	background: white;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 500px;
        font-size: 14px;
}
.actividad-info h2 {
	color: #D20A11;
	font-size: 2em;
	margin-bottom: 5px;
}
.actividad-info p {
	font-size: 1em;
	margin-bottom: 10px;
}
.info-box {
	background: #f2f2f2;
	padding: 10px;
	border-radius: 6px;
	margin-bottom: 15px;
    font-size: 16px;
}
.actividad-tabla {
	width: 100%;
	border-collapse: collapse;
}
.texto-14 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px !important;
  color: #333; 
}
.actividad-tabla th,.actividad-tabla td {
	padding: 8px;
	border: 1px solid #ddd;
}
.actividad-tabla th {
	background: #f2f2f2;
	text-align: left;
}
.incompleta {
	color: #D20A11;
	font-weight: bold;
}
.actividad-academica {
	flex: 1;
	background: white;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
   
}
.actividad-academica h2 {
	color: #D20A11;
	margin-bottom: 10px;
     font-size: 25px;
         font-weight: 500; /* o usa 700 */
}
  .form-group {
      margin-bottom: 10px;
      border: 1px solid #e0e0e0;
      padding: 12px;
      border-radius: 4px;
    }

    .form-label {
      font-weight: bold;
      margin-bottom: 6px;
      display: block;
      padding: 0 !important;
      margin: 0% !important;
    }

    .form-hint {
      color: #999;
      font-size: 13px;
    }

    .form-input {
      width: 100%;
      padding: 10px;
      font-size: 14px;
      margin-top: 5px;
      border: 1px solid #ccc;
      border-radius: 4px;
    }

    .custom-file-upload {
      display: flex;
      align-items: center;
      border: 1px solid #ccc;
      border-radius: 4px;
      padding: 10px;
      cursor: pointer;
      color: #999;
      font-size: 14px !important;
      font-weight: 400 !important;
    }

    .custom-file-upload i {
      margin-right: 8px;
      font-size: 16px;
    }

    input[type="file"] {
      display: none;
    }

    .bottom-border {
      height: 3px;
      background-color: red;
      margin-top: 20px;
    }
.archivo-item {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 5px;
}
.actividad-academica label {
	font-weight: bold;
	display: block;
	margin-top: 10px;
}
.actividad-academica textarea {
	width: 100%;
	padding: 8px;
    height: 100px;
	margin-top: 5px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.status-table {
  border-collapse: collapse;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  font-weight: 400px;
  font-size: 16px;
}

.status-table td {
  padding: 10px 12px;
  border: 1px solid #d9d9d9;
  vertical-align: middle;
  color: #333; /* Texto gris oscuro */
}

.status-table td:first-child {
  background-color: #f5f5f5; /* Fondo gris claro */
  font-weight: bold;
  width: 40%;
}

.status-table td:last-child {
  background-color: #ffffff; /* Fondo blanco */
}

.red {
  color: red;
  font-weight: bold;
}
.archivo-item {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 5px;
}
.archivo-label {
	font-weight: bold;
}
.archivo-input {
	flex-grow: 1;
}
.archivo-nombre {
	font-size: 0.9em;
	color: #555;
}
.archivo-agregar {
	background: #D20A11;
	color: white;
	border: none;
	padding: 5px;
	border-radius: 4px;
	cursor: pointer;
}
.archivo-agregar:hover {
	background: #A50C0C;
}
.archivo-eliminar {
	background: #E63946;
	color: white;
	border: none;
	padding: 5px;
	border-radius: 4px;
	cursor: pointer;
	opacity: 0.5;
}
.archivo-eliminar:enabled {
	opacity: 1;
}
.archivo-eliminar:hover {
	background: #B22222;
}
.archivo-agregar {
	background: #27AE60;
	color: white;
	border: none;
	padding: 10px;
	margin-top: 10px;
	border-radius: 6px;
	cursor: pointer;
	opacity: 0.5;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	width: 116.5px;
	margin-left: auto;
}
.archivo-agregar:enabled {
	opacity: 1;
}
.archivo-agregar:hover {
	background: #1E8C50;
}
.guardar-archivo {
	background: #6C757D;
	color: white;
	border: none;
	padding: 10px;
	width: 100%;
	margin-top: 15px;
	font-size: 1.1em;
	border-radius: 6px;
	cursor: pointer;
}
.guardar-archivo:hover {
	background: #545B62;
}
.deberes-filtros {
	display: flex;
	justify-content: left;
	gap: 5px;
	margin-bottom: 8px;
}
.btn-filtro {
	padding: 3px 6px;
	font-size: 17px;
	border-radius: 3px;
	font-weight: bold;
	border: none;
	cursor: pointer;
}
.btn-pendientes {
	background-color: #d20a11;
	color: white;
	width: 20%;
}
.btn-completadas {
	background-color: #28a745;
	color: white;
	width: 20%;
}
.btn-activo {
	cursor: pointer;
	opacity: 1;
}
@media (max-width: 768px) {
	.mis-deberes-container {
		width: 100%;
	}
	.deber-tarea {
		flex-direction: column;
		align-items: flex-start;
	}
	.btn-detalles {
		width: 100%;
		text-align: center;
		margin-top: 5px;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.t-Alert.t-Alert--success {
	background-color: #407e37 !important;
	color: #FFFFFF !important;
	border-radius: 5px !important;
	padding: 1px!important;
	display: flex !important;
z-index: 1001 !important;
      border-left: 5px solid #35dc46 !important;
       animation: Eva-Docente-slideIn 0.5s forwards !important;
	align-items: center !important;
	justify-content: space-between !important;
	      box-shadow: 0 2px 10px rgba(0,0,0,0.1)!important;
width: 100px !important;
top: 20px !important;
  left: 20px !important; 
          
}

.t-Alert-icon .t-Icon {
	color: #FFFFFF !important;
	font-size: 22px !important;
}
.t-Alert-title {
	font-size: 16px !important;
	font-weight: bold !important;
	color: #FFFFFF !important;
    margin: 0 !important;
}
.t-Alert-buttons .t-Button.t-Button--closeAlert {
	background-color: #52fa79 !important;
	color: #28a745 !important;
	border-radius: 50% !important;
	width: 24px !important;
	height: 24px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	transition: background-color 0.2s ease-in-out !important;
     animation: fadeOutSuccess 4.5s ease forwards;
}
.t-Alert.t-Alert--success.fade-in {
  animation: fadeOutSuccess 4.5s ease forwards;
}
@keyframes fadeOutSuccess {
  /* la alerta permanece visible (opacidad 1) hasta el 99% de la animación */
  0%, 80% {
    opacity: 1;
  }
  /* al 100% alcanza opacidad 0 y desaparece totalmente */
  100% {
    opacity: 0;
    display: none;
    height: 0;
    padding: 0;
    margin: 0;
  }
}
.t-Alert-buttons .t-Button.t-Button--closeAlert:hover {
	background-color: #545B62 !important;
}
#breadcrumb-container {
	top: 0;
	left: 0;
	z-index: 1000;
	padding: 10px 20px;
	border-bottom: 2px solid #ddd;
}
.breadcrumb {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 10px;
}
.breadcrumb-item a {
	text-decoration: none;
	color: #000;
	cursor: pointer;
}
.breadcrumb-item a:hover {
	text-decoration: underline;
}
.breadcrumb-item.active {
	font-weight: bold;
	color: #D20A11;
}
.foro-fullscreen {
	width: 70%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	background-color: #F2F4F7;
	padding: 0;
	overflow-y: auto;
	margin: 0 auto;
}
.foro-detalles{
	width: 70%;
}
.foro-titulo {
	font-size: 24px;
	color: #1c1e21;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}
.foro-formulario {
	width: 100%;
	background: #F2F4F7;
	border-radius: 10px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
	padding: 20px;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.foro-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	background: #fff;
	padding: 15px;
	margin-bottom: 10px;
	border-radius: 10px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.foro-item-text {
	flex-grow: 1;
}
.foro-item-titulo {
	font-size: 18px;
	color: #1c1e21;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.foro-item-fecha {
	font-size: 14px;
	color: #606770;
	margin-top: 5px;
}
.btn-ingresar-foro {
	padding: 8px 12px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
	cursor: pointer;
	background-color: #28a745;
	color: white;
	border: none;
	margin-left: 15px;
}
.btn-ingresar-foro:hover {
	background-color: #218838;
	transform: scale(1.05);
	transition: transform 0.2s ease-in-out;
}
.foro-input,.foro-textarea {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	font-size: 16px;
	margin-top: 10px;
}
.foro-subida {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 10px;
}
.foro-label {
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: bold;
}
.foro-input-file {
	width: 100%;
	padding: 5px;
}
.btn-nuevo-foro {
	width: auto;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
	margin-top: 10px;
	cursor: pointer;
	background: green;
}
.btn-ingresar-foro {
	width: 100%;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
	margin-top: 10px;
	cursor: pointer;
	background: #27AE60;
}
.btn-publicar-foro {
	background-color: #1877F2;
	color: white;
	border: none;
}
.btn-publicar-foro:hover {
	background-color: #166fe5;
}
.btn-cancelar-foro {
	background-color: #e4e6eb;
	border: none;
	color: #050505;
}
.btn-cancelar-foro:hover {
	background-color: #d8dadf;
}
.btn-volver-foros {
	margin-right: auto;
	background-color: #bebdbf;
	border-radius: 5px;
	width: auto;
}
.btn-volver-foros:hover {
	transform: scale(1.05);
	transition: transform 0.2s ease-in-out;
}
.foro-detalles h2 {
	font-size: 22px;
	font-weight: bold;
	color: #333;
	margin-top: 30px;
}
.foro-detalles p {
	font-size: 16px;
	color: #555;
	margin-bottom: 10px;
}
.foro-imagen {
	width: 100%;
	max-height: 300px;
	object-fit: cover;
	border-radius: 8px;
	margin-top: 10px;
}
.foro-detalles p strong {
	color: #222;
}
.foro-buttons {
	text-align: left;
	margin-top: 15px;
	padding: 10px;
	border-radius: 8px;
	border: 1px solid #ddd;
	background: #f8f9fa;
	display: block;
}
.btn-like-foro,.btn-comentar-foro {
	background: #fff;
	border: 1px solid #ccc;
	font-size: 14px;
	font-weight: bold;
	color: #65676b;
	padding: 8px 15px;
	cursor: pointer;
	display: inline-block;
	border-radius: 20px;
	transition: background 0.2s, box-shadow 0.2s;
	width: auto;
	min-width: 120px;
	white-space: nowrap;
	margin-right: 10px;
	text-align: center;
	vertical-align: middle;
}
.btn-like-foro:hover,.btn-comentar-foro:hover {
	background: #f0f2f5;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.btn-like-foro i {
	color: #1877f2;
	margin-right: 5px;
}
.btn-comentar-foro i {
	color: #606770;
	margin-right: 5px;
}
.comentarios-container {
	margin-top: 15px;
	display: block;
	border-top: 1px solid #ddd;
	padding-top: 10px;
}
.comentario-input {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 8px;
	margin-bottom: 10px;
	font-size: 14px;
}
.btn-enviar-comentario {
	background: #fff;
	border: 1px solid #ccc;
	font-size: 14px;
	font-weight: bold;
	color: #65676b;
	padding: 8px 15px;
	border-radius: 20px;
	transition: background 0.2s, box-shadow 0.2s;
	width: auto;
	display: block;
	margin: auto;
	text-align: center;
}
.btn-enviar-comentario i {
	color: white;
	font-size: 16px;
}
.btn-enviar-comentario:hover {
	background: #f0f2f5;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.lista-comentarios {
	margin-top: 15px;
}
.comentario {
	background: #f0f2f5;
	padding: 10px;
	border-radius: 6px;
	margin-bottom: 8px;
	font-size: 14px;
	border-left: 4px solid #1877f2;
}
.comentario strong {
	font-size: 14px;
	color: #333;
}
.category {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.category-title {
	background: #D20A11;
	color: white;
	font-size: 18px;
	font-weight: bold;
	padding: 8px;
	text-align: left;
}
.category-title.grey {
	background: #706F6F;
}
.category-title span {
	font-size: 14px;
}
.category th, .category td {
	border: 1px solid #ccc;
	padding: 8px;
	text-align: right;
}
.category th {
	background: #ddd;
}
.total-row {
	background: #ddd;
	font-weight: bold;
	text-align: right;
}
.dropdown-container {
	margin-top: 20px;
	display: flex;
	align-items: center;
}
select {
	margin-left: 10px;
	padding: 5px;
	font-size: 14px;
}
.summary {
	margin-top: 10px;
	font-weight: bold;
}
/* === Custom APEX Styling === */
/* ===== Barra lateral ===== */
.t-Body-nav {
	background-color: #1e1e1e !important;
	color: white !important;
    height: 100%;
}
.t-TreeNav .a-TreeView-label {
	color: white !important;
	font-weight: 500;
}
.t-TreeNav .a-TreeView-row:hover {
	background-color: #e60000 !important;
	color: white !important;
}
.t-TreeNav .a-TreeView-row .fa {
	color: white !important;
}
.t-TreeNav .a-TreeView-row {
	border-bottom: 1px solid #ffffff33;
}
/* ===== Barra superior ===== */
.t-Header {
	background-color: white !important;
	color: #1e1e1e !important;
	border-bottom: 1px solid #ccc;
}
.t-Header .t-Header-user,.t-Header .t-Header-nav,.t-Header .t-Header-logo {
	color: #1e1e1e !important;
}
.t-Header .t-Header-user:hover,.t-Header .t-Header-nav:hover {
	color: #e60000 !important;
}
.t-Header-nav .fa {
	color: #1e1e1e !important;
}
.t-Header .t-Button--navLink {
	color: #1e1e1e !important;
}
.t-Header .t-Button--navLink:hover {
	color: #e60000 !important;
}

/*-----------------------------------------------------------------------------*/
/*---------------------------------FOOTER------------------------------------*/
/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/

.t-Footercustom {
  background-color: #111;
  color: white;
 margin: 0% !important;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

  font-family: Arial, sans-serif;
  position: relative;
}
.t-Footer {
  background-color: #111;
  margin: 0% !important;
  padding: 0% !important;
  border: none !important;
}

.footer-section {
  flex: 1 1 45%;
  margin: 10px;
}

.social-section {
  align-self: flex-start; /* Subir esta sección */
  text-align: left;
}

.contact-section {
  align-self: flex-start;
  text-align: right;
}

.footer-section h4 {
  margin-bottom: 15px;
  font-size: 1.2rem;
  color: white;
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  font-size: 1.5rem;
}

.social-icons i {
  color: white;
  cursor: pointer;
  transition: color 0.3s ease;
}

.social-icons i:hover {
  color: #2196F3;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 0.95rem;
}

.contact-item {
  display: flex;
  justify-content: flex-st;

  color: white;
}

.contact-item i {
  margin-right: 10px;
  color: #ffffff;
  font-size: 1rem;
}

.contact-item a {
  color: white;
  text-decoration: none;
}

.contact-item a:hover {
  text-decoration: underline;
}

/* Móvil */
@media (max-width: 768px) {
  .t-Footer {
    flex-direction: column;
    text-align: center;
  }

  .contact-section {
    text-align: center;
  }

  .contact-item {
    justify-content: center;
  }

  .social-section {
    text-align: center;
  }
}

    .Eva-Docente-container {
border-color: #EBEBEB;
padding-bottom: 25px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
padding-top: 10px;
    overflow-y: auto;
    max-height: calc(100vh - 10px);
    padding-right: 8px;
    padding-left: 8px;

    align-items: center;
    }


    /* Personalización del scrollbar (usando tu estilo) */
.Eva-Docente-container::-webkit-scrollbar {
    width: 8px;
}

.Eva-Docente-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.Eva-Docente-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.Eva-Docente-container::-webkit-scrollbar-thumb:hover {
    background: #555;
}
    .Eva-Docente-header {
      display: flex;

      gap: 1rem;
      margin-bottom: 1.5rem;
    }
    .Eva-Docente-h2 {
      text-align: left;
      padding-left: 1rem;
      color: #333;
      margin: 0;
    }
    .Eva-Docente-dropdown {
      margin-bottom: 2rem;
      text-align: center;
    }
    .Eva-Docente-select {
      padding: 0.5rem;
      font-size: 1rem;
      border-radius: 5px;
      border: 1px solid #ddd;
      width: 100%;
      max-width: 300px;
    }
    .Eva-Docente-question {
      margin-bottom: 1.5rem;
      padding: 1rem;
      border-radius: 8px;
      background-color: #f9f9f9;
          font-size: 16px;
    font-weight: 500;
    color: #495057;
    padding-bottom: 2px;
    margin-left: 5px;
    }
    .Eva-Docente-question i {
      color: #D20A11;
      margin-right: 0.5rem;
      font-size: 20px;
    }
    .Eva-Docente-options {
      display: flex;
      justify-content: space-between;
      gap: 0.5rem;
      margin-top: 0.5rem;
    }
    .Eva-Docente-options div {
      flex: 1;
    }
    .Eva-Docente-options label {
      display: block;
      background-color: #f5f5f5;
      padding: 0.75rem 0.5rem;
      border-radius: 5px;
            font-size: 16px;
      text-align: center;
      cursor: pointer;
      transition: all 0.2s;
        pointer-events: auto;

    }
   .Eva-Docente-options input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
    .Eva-Docente-options input[type="radio"]:checked + label {
      background-color: #2E2E2E;
      color: white;
    }
    .Eva-Docente-options small {
      display: block;
      font-size: 1rem;
      margin-top: 0.25rem;
        font-weight: 400;
    }
.Eva-Docente-button {
  display: block;
  width: 100%;
  max-width: 1000px;
  padding: 0.75rem;
  background-color: #D20A11;
  color: white;
  margin: 10px auto; /* Centra horizontalmente */
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  margin-top: 1rem;
  transition: background 0.2s;
}
    .Eva-Docente-button:hover {
      background-color: #a0080d;
    }
    

    /* Modal styles */
    .Eva-Docente-modal {
      display: none;
      position: fixed;
      z-index: 1000;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,0.5);
      justify-content: center;
      align-items: center;
    }

    .Eva-Docente-modal-content {
      background-color: white;
      width: 90%;
      max-width: 400px;  
      text-align: center;
          border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    }

.Modalcard-header {
    background: #2E2E2E;
    color: white;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    padding: 6px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .Eva-Docente-modal-title {
        margin: 0;
  font-size: 1.25rem;
  font-weight: bold;
  color: #ffffff ;
    }
    .Eva-Docente-modal-message {
      margin-bottom: 1rem;
      margin-top: 1rem;
      color: #585858;
      line-height: 1.5;
      font-size: 1rem;
        justify-content: center;
    align-items: center;
    }
    .Eva-Docente-modal-buttons {
      display: flex;
      justify-content: center;
      gap: 1rem;
    }
    .Eva-Docente-modal-button {
      padding: 0.75rem 1.5rem;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      font-weight: bold;
      transition: all 0.2s;
      margin: 1.2rem;
    }
    .Eva-Docente-modal-button-cancel {
      background-color: #D20A11;
      color: white;
    }
    .Eva-Docente-modal-button-cancel:hover {
      background-color: #D20A11;
    }
    .Eva-Docente-modal-button-confirm {
      background-color: #008000;
      color: white;
    }
    .Eva-Docente-modal-button-confirm:hover {
      background-color: #008000;
    }
    .Eva-Docente-success-message {
      display: none;
      background-color: #d4edda;
      color: #155724;
      padding: 1rem;
      border-radius: 5px;
      margin-bottom: 1rem;
      text-align: center;
    }
    .Eva-Docente-success-message i {
      margin-right: 0.5rem;
      color: #155724;
    }
    #Eva-Docente-formulario {
      display: none;
    }
    .Eva-Docente-instructions {
      text-align: center;
      color: #666;
      margin: 1rem 0;
      font-style: italic;
    }
    
    /* Alerta personalizada */
    .Eva-Docente-custom-alert {
      display: none;
      position: fixed;
      top: 20px;
      left: 20px;
      background-color: #f8d7da;
      color: #721c24;
      padding: 15px;
      border-radius: 5px;
      border-left: 5px solid #dc3545;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
      z-index: 1001;
      animation: Eva-Docente-slideIn 0.5s forwards;
      max-width: 300px;
    }
    
    @keyframes Eva-Docente-slideIn {
      from {
        transform: translateX(-100%);
        opacity: 0;
      }
      to {
        transform: translateX(0);
        opacity: 1;
      }
    }
    
    .Eva-Docente-custom-alert i {
      margin-right: 10px;
      color: #dc3545;
    }

.iconoGeneral{

font-size:30px;
}

/*-------------------------------------*/
/*-------------------------------------*/
/*-------------------------------------*/
/* Cursos del Estudiante*/
/*-------------------------------------*/
/*-------------------------------------*/
/*-------------------------------------*/
.card-avances {
    background: #f2f4f7;
    padding: 1.5em;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    width: 100%;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    max-height: 300px;

}

/* Área de cursos con scroll */
.cursos-container {
    overflow-y: auto;
    max-height: calc(100vh - 10px);
    padding-right: 8px;
}

/* Personalización del scrollbar (usando tu estilo) */
.cursos-container::-webkit-scrollbar {
    width: 8px;
}

.cursos-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.cursos-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.cursos-container::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Título FIJO (sin position: sticky) */
.titulo-avances {
    margin-bottom: 0.5em;
    color: #3c3c3c;
    margin-top: 0%;
    display: flex;
    align-items: center;
    gap: 10px;
    /* Eliminado: position: sticky */
    padding: 2px 0;

}

/* Tus estilos originales (conservados) */
.curso {
    background: white;
    padding: 1em 1.5em;
    border-radius: 12px;
    margin-bottom: 16px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.curso-info {
    flex: 1;
}

.curso-info h3 {
    font-size: 20px;
    color: #007a2f;
    margin: 0 0 10px;
    font-weight: bold;
}

.curso-info p {
    margin: 3px 0;
    font-size: 16px;
    color: #333;
}

.curso-info p strong {
    color: #222;
}

.curso-derecha {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 20px;
}

.progress-container-cursos {
    min-width: 250px;
    position: relative;
}

.progress-bar-container-cursos {
    background-color: #e0e0e0;
    border-radius: 20px;
    height: 25px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.progress-bar-cursos {
    background-color: #28a745;
    height: 100%;
    width: 0;
    border-radius: 20px;
    position: relative;
    animation: loadProgress 1.5s ease-out forwards;
}

.progress-text-cursos {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #333;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    z-index: 2;
}

.progress-bar-container.high-progress .progress-text {
    color: white;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

@keyframes loadProgress {
    from {
        width: 0;
    }

    to {
        width: var(--progress-width);
    }
}

.botones {
    display: flex;
    gap: 10px;
}

.btn {
    padding: 8px 14px;
    border: none;
    border-radius: 6px;
    color: white;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}




@media (max-width: 768px) {
    .curso {
        flex-direction: column;
        align-items: flex-start;
    }

    .curso-derecha {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 10px;
        margin-left: 0;
        gap: 10px;
        width: 100%;
    }

    .progress-container-cursos {
        width: 100%;
    }

    .cursos-container {
        max-height: calc(100vh - 220px);
        /* Ajuste para móviles */
    }
}




.AcaCurso-header-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 20px;
    margin-top: 20px;
}

.AcaCurso-header-title h1 {
    margin: 0;
    font-size: 24px;
    color: #585858;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

.AcaCurso-title-icon {
    color: #FD3B3B;
    font-size: 22px;
}

.AcaCurso-cursos-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 18px;
    max-width: 1200px;
    margin: 0 auto;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
}

.AcaCurso-curso-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;

  /* Tamaño estándar inicial */
  width: 100%;
  max-width: 300px;   /* Se verá como una tarjeta “estándar” */

  /* Altura ajustable y flexible */
  height: 100%;

  /* Responsivo */
  box-sizing: border-box;
}

.AcaCurso-card-header {
    background: #2E2E2E;
    color: white;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    padding: 5px 10px;
    min-height: 50px;
    display: flex;                  /* Añade flexbox */
    justify-content: center;       /* Centra horizontalmente */
    align-items: center;           /* Centra verticalmente */
}

.AcaCurso-card-header h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    
}

.AcaCurso-card-content {
    padding: 15px 15px 10px;
}

.AcaCurso-progress-text-line {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 8px;
}

.AcaCurso-progress-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.AcaCurso-progress-percent {
    font-size: 14px;
    font-weight: 600;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.AcaCurso-progress-percent.completado {
    color: #166C68;
}

/* Colores para texto y barras de faltas */
.AcaCurso-progress-percent.faltas.verde,
.AcaCurso-progress-fill-absences.verde {
    color: #4CAF50;
    stroke: #4CAF50;
    background-color: white !important;
}

.AcaCurso-progress-percent.faltas.amarillo,
.AcaCurso-progress-fill-absences.amarillo {
    color: #FFC107;
    stroke: #FFC107;
    background-color: white !important;
}

.AcaCurso-progress-percent.faltas.rojo,
.AcaCurso-progress-fill-absences.rojo {
    color: #F44336;
    stroke: #F44336;
    background-color: white !important;
}

.AcaCurso-progress-label {
    font-size: 10px;
    color: #666;
}

.AcaCurso-progress-graphics {
  display: flex;
  justify-content: center;
}

.AcaCurso-combined-progress {
  position: relative;
  width: 90px;
  height: 90px;
}

.AcaCurso-progress-circle-outer svg,
.AcaCurso-progress-circle-inner svg {
  display: block;
  overflow: visible;

}

.AcaCurso-progress-circle-outer {
  width: 100%;
  height: 100%;
}

.AcaCurso-progress-circle-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 47px;
  height: 47px;
}

/* Animación opcional */
@keyframes AcaCurso-circle-load-animation {
  from {
    stroke-dasharray: 0, 100;
  }
  to {
    stroke-dasharray: var(--circle-percentage-final, 80), 100;
  }
}

.AcaCurso-progress-fill-completed {
  animation: AcaCurso-circle-load-animation 1.5s ease-out forwards;
  stroke: #166C68;
}

.AcaCurso-progress-fill-absences {
  animation: AcaCurso-circle-load-animation 1.5s ease-out forwards;
  animation-delay: 0.3s;
  stroke: #F57C00;
}

.AcaCurso-course-info-container {
    padding: 0.5px 5px;
    background: #FFFFFF;
    border-top: 1px solid #e9ecef;
      min-height: 80px;
}

.AcaCurso-info-docente
 {
    display: flex;
    align-items: center;
    padding: 5px 0;
}
.AcaCurso-info-email {
    display: flex;
    align-items: center;
    padding: 0px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.AcaCurso-info-stats {
    display: flex;
    justify-content: space-between;
}

.AcaCurso-stat-item {
    display: flex;
    align-items: center;
    gap: 5px;
    flex: 1;
    justify-content: center;
}

.AcaCurso-stat-icon {
    color: #585858;
    font-size: 14px;
}

.AcaCurso-info-icon {
    color: #585858;
    font-size: 14px;
    margin-right: 8px;
}
    .icon-wrapper {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      overflow: hidden;
      border: 2px solid #ccc;
    }
.AcaCurso-info-img {
 width: 300%; /* Zoom más fuerte */
      transform: translate(-35%, 0%); /* Ajusta posición para centrar la cara */
 
}
.AcaCurso-info-text,
.AcaCurso-stat-text {
    font-size: 14px;
 
    color: #495057;
    padding-bottom: 2px;
}
.AcaCurso-info-text-Tittle{
    font-size: 16px;
    font-weight: 500;
    color: #495057;
    padding-bottom: 2px;
    margin-left: 5px;
}

.AcaCurso-card-footer {
    padding: 2px 10px;
    padding-bottom: 7px;
    background: #f9f9f9;
    text-align: right;
}

.AcaCurso-view-button {
    background: #D20A11;
    color: white;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: none;
    border-radius: 8px;
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25); 
    padding: 5px 12px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

/* Configuracion del select box*/
.AcaCurso-custom-select * {
    margin: 0;
    padding: 0;
}

.AcaCurso-custom-select {
    position: relative;
    width: 220px;
    font-size: 14px;
    line-height: 1.5;
    margin-left: 20px;
    margin-top: 5px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.AcaCurso-select-box {
    position: relative;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background-color: #ffffff;
    overflow: hidden;
    transition: border-color 0.2s;
}

.AcaCurso-select-box select {
    width: 100%;
    padding: 8px 32px 8px 12px;
    border: none;
    background-color: transparent;
    appearance: none;
    outline: none;
    cursor: pointer;
    color: #111827;
    font-size: 14px;
    line-height: 1.5;
}

.AcaCurso-custom-arrow {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.AcaCurso-custom-arrow::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #6b7280;
    transition: transform 0.2s;
}

.AcaCurso-select-box:hover {
    border-color: #9ca3af;
}

.AcaCurso-select-box select:focus {
    border-color: #3b82f6;
}

.AcaCurso-select-box select:focus+.AcaCurso-custom-arrow::before {
    border-top-color: #3b82f6;
    transform: translateY(-25%) rotate(180deg);
}

.AcaCurso-select-box select option {
    padding: 8px 12px;
    background-color: #ffffff;
    color: #111827;
}

.AcaCurso-select-box select option:hover {
    background-color: #f3f4f6 !important;
}

.AcaCurso-select-box select option:checked {
    background-color: #e5e7eb;
}

.AcaCurso-select-box select option[disabled][selected] {
    color: #9ca3af;
}

.AcaCurso-card-top,
.AcaCurso-card-middle,
.AcaCurso-card-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}
.perfil-e-alerta {
  position: fixed;
  top: 20px;
  left: 20px; /* Cambiado de right a left */
   padding: 15px;
   border-radius: 5px;
    border-left: 5px solid #dc3545;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 9999;
  background-color: #fdecea; /* fondo rosado claro */
  color: #c62828; /* rojo oscuro para texto e ícono */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateX(-100%);
   animation: Eva-Docente-slideIn 0.5s forwards;
    max-width: 300px;
}

.perfil-e-alerta.error {
  background-color: #fdecea;
  color: #c62828;
}

.perfil-e-alerta.exito {
  background-color: #e6f4ea;
  color: #2e7d32;
  
    border-left: 5px solid #008000;
}

.perfil-e-alerta i {
  font-size: 18px;
}

.perfil-e-alerta.oculto {
  display: none;
}

/* Animación de entrada desde la izquierda */
@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.t-Login-header {
    background-color: transparent !important;
    /* Quita cualquier fondo */
    box-shadow: none;
    /* Elimina sombras si las hay */
}

.t-Login-logo {
    background-color: transparent !important;
    /* Fondo transparente en la imagen */
}

.t-Login-logo {
    width: 200px;
    /* Reduce el ancho */
    height: auto;
    /* Mantiene la proporción */
    object-fit: contain;
    /* Ajusta la imagen sin deformarla */
    display: block;
    margin: 0 auto;
    padding-top: 10px;
}

body.t-PageBody--login {
    background-image: url('#APP_FILES#icons/Background UTN.jpeg');
    background-size: contain;
    /* Cubre todo el espacio, puede recortarse */
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    /* Garantiza el alto mínimo de la pantalla */
    /* opacity: 0.9;
     Transparencia de la imagen */
}
/* Botón de Login con Rojo Institucional */
.btn-login-utn {
    background-color: #d20a11;      /* Rojo institucional UTN */
    color: #ffffff;                 /* Texto blanco */
    font-family: 'Helvetica Neue', sans-serif; /* Tipografía institucional */
    font-size: 16px;                /* Tamaño de fuente */
    padding: 10px 20px;            /* Espaciado interno */
    border-radius: 4px;            /* Bordes redondeados */
    border: none;                  /* Sin bordes */
    width: 100%;                   /* Botón ancho completo */
    transition: background-color 0.3s ease;
}

/* Efecto hover (tono más oscuro) */
.btn-login-utn:hover {
    background-color: #a50d0f; /* Tono más oscuro */
    cursor: pointer;
}
/* Tipografía general de la página de Login */
body.t-PageBody--login {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 16px;
    color: #333333; /* Texto oscuro para mejor legibilidad */
}
/* Transparencia para ambas regiones */
.t-Region--hideShow, .t-Login-region {
    background-color: rgba(255, 255, 255, 0.50); /* Fondo blanco con transparencia */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); /* Sombra suave */
}
/* Eliminar fondo del encabezado */
.t-Region-header {
    background-color: transparent !important;
    box-shadow: none;
}
/* Contenedor general */

.login-help {
  margin-top: 20px;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500; /* Medium */
  font-size: 16px;
  line-height: normal; /* Esto aplica "auto height" de Figma */
  color: #333333;
}

.login-help p {
 
   margin: 12px 0; /* 8px arriba y abajo */
}

.login-help a {
  color: #007bff;
  text-decoration: none;
  font-weight: 500;
   margin: 12px 0; /* 8px arriba y abajo */
}

.login-help a:hover {
  text-decoration: underline;
}
/* Aplica estilo al checkbox nativo de APEX */
input[type="checkbox"][id*="P1_REMEMBER"] {
  opacity: 0;
  position: absolute;
}

input[type="checkbox"][id*="P1_REMEMBER"] + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 50px;
  color: #333333;
  display: inline-block;
}

/* Cuadro visual del checkbox */
input[type="checkbox"][id*="P20_REMEMBER"] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  border-radius: 4px;
}

/* Marca azul cuando está activado */
input[type="checkbox"][id*="P20_REMEMBER"]:checked + label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid #36bb24;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}