.ic-Login__content{
   background-color: #F4F5F5 !important;
}

.linea-divisora {
    width: 100%;
    height: 1px;
    background-color: #555D8D; /* Color de la línea */
    position: relative; /* Es necesario para posicionar el pseudo-elemento */
    margin: 20px 0; /* Espacio arriba y abajo de la línea */
}

.linea-divisora::before {
    content: '';
    position: absolute;
    top: 50%; /* Centra el punto verticalmente */
    left: 50%; /* Centra el punto horizontalmente */
    transform: translate(-50%, -50%); /* Ajuste fino para centrar el punto */
    width: 10px; /* Tamaño del punto */
    height: 10px;
    background-color: #555D8D; /* Color del punto */
    border-radius: 50%; /* Hace que el pseudo-elemento sea un círculo */
}

.login_button_s4l{
    padding: 6px 12px; 
    background-color:#1C1E2C; 
    color:#F4F5F5; 
    border-color:#1C1E2C; 
    border-radius:10px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    font-size: 16px;
}

.login_button_s4l:hover{
    background-color:#212844;
    border-color:#212844;
    color:#F4F5F5; 
}






#admin-access.active {
  background-color: #007bff; /* Cambia el color de fondo a azul */
  color: white; /* Cambia el color del texto a blanco */
 }

.banner-cont-UMV {
   display: flex;
   justify-content: space-around;
   padding-bottom: 35px;   
 }
 
 .banner-cont-UMV > div {      
   display: flex;
   justify-content: center;
   align-items: center;
   margin: 10px;
   padding: 0 50px;
 }

.image-banner-UMV {
   width:65%
}

.tab-tablero-asig {  
  margin-bottom: 10px !important;
  border-bottom: 1px !important;  
  border-radius: 5px !important;  
  color: #2D3748 !important;
}

.tab-asig-active {
  background: #E2E8F0 !important;

}

.tab-asig-state-active {
  background: #E2E8F0 !important;  
}

.ic-tarjetaTablero {
  box-sizing: border-box;
  box-shadow: 0 2px 5px rgba(0,0,0,.3);
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  width: 262px;
  display: inline-block;
  vertical-align: top;
  margin: 36px 0 0 36px;
}

.ic-tarjetaTablero__header {
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}

.ic-tarjetaTablero__header_image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.ic-tarjetaTablero__header_hero
.ic-tarjetaTablero__header_hero {
  box-sizing: border-box;
  height: 146px;
  border: 1px solid rgba(0,0,0,.1);
}

.ic-tarjetaTablero__header_content
.ic-tarjetaTablero__header_content {
  box-sizing: border-box;
  padding: 12px 18px 0;
  background: #fff;
}

.ic-tarjetaTablero__action-container
.ic-tarjetaTablero__action-container {
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  padding: 0 0 12px;
  margin-top: 9px;
  height: 2.5rem;
}

.ic-tarjetaTablero__header-title {
  transition: all .2s ease-out;
  transform: translate3d(0, 0, 0);
  padding: 0;
  margin: 0;
  line-height: 1.3;
  font-size: 0.875rem;
  font-weight: bold;
}

.ic-tarjetaTablero__header-subtitle {
  line-height: 1.3;
  padding: 0;
  margin-top: 4px;
}

.ic-tarjetaTablero__header-subtitle, .ic-tarjetaTablero__header-term {
  color: var(--ic-brand-font-color-dark-lightened-28);
}

.ic-tarjetaTablero__header-term {
  line-height: 1.3;
  font-size: 12px;
  height: 1rem;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.contenedor-login-umv {
  display: flex;
  justify-content: space-between; /* Alinea los elementos a los extremos */
  align-items: center; /* Centra verticalmente los elementos */
}

.imagen-login-umv {
  padding: 40px;
}

.pila-login-umv {
  display: flex;
  flex-direction: column; /* Apila los elementos verticalmente */
  background-color: rgba(255, 255, 255, 0.8);
  padding: 8px;
  margin-right: 40px;
  border-radius: 8px;
  box-shadow: 5px 5px 10px #0B082E40;      
}

.item-login-umv{
  padding: 5px 5px;
  display: flex;
  justify-content: center;
  color: #212844;
  font-weight: bolder;
  font-size: 20px;
}

.row-rec-dash {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/*--  ESTILOS HERRAMIENTAS --*/
.cuadro-acceso {
	padding: 10px;
}

.accesos {
	text-align: center;
}

div[class*="block-"] {
	height: 100%;
}

.contenedor p[class*="p-block-"] {
  margin: 0;
  text-align: left;
}

.block-herramientas {
	background: rgba(43, 62, 80, 0.1) !important;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-ms-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}
.block-herramientas:hover {
	background: rgba(85, 104, 121, 0.1) !important;
}
.block-herramientas p {
	color: #2c3e4f !important;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-ms-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}
.block-herramientas:hover p {
	color: #4a8dcc !important;
}

@media (max-width: 991px) {
	.accesos img {
		height: 30px;
		margin: 10px auto;
	}
}
@media (max-width: 480px) {
	.accesos img {
		margin: 14px 10px;
		float: left;
		height: auto;
		width: 30px;
	}
	.contenedor p[class*="p-block-"] {
		margin: 0;
		text-align: left;
	}
	.cuadro-acceso {
		width: 100%;
		float: none;
	}
}
@media (min-width: 992px) {
	.accesos img {
		height: 50px;
		margin: 10px auto;
	}
}

.summary tbody tr:last-child{
  display: none;
}

.student_assignment:not(.hard_coded).final_grade{
  font-size: x-large;
  font-weight: bold;
}

.inline-display-notas {
  display: inline-block !important;
  margin-right: 100px;
  margin-bottom: 30px;
}

.module-item {
	width: 25%;
	min-width: 200px;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}

.module-link-container {
	display: block;
	border-radius: 8px;
	transition: all 0.3s ease;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	text-decoration: none;
	overflow: hidden;
}

.module-link-container img {
	display: block;
	width: 100%;
	height: 120px;
	object-fit: cover;
	border-radius: 8px;
}

.module-link-container:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	opacity: 0.9;
}

/* ------------------------------------------------ */
/* MEDIA QUERIES PARA RESPONSIVIDAD */
/* ------------------------------------------------ */

/* Tablets: menos de 992px de ancho */
@media (max-width: 992px) {
	.module-item {
		/* Cambia a 3 items por fila */
		width: 33.33%; 
	}
}

/* Móviles: menos de 600px de ancho */
@media (max-width: 600px) {
	.module-item {
		/* Cambia a 2 items por fila */
		width: 50%; 
		min-width: unset; /* Permite que el ancho del 50% se aplique sin restricción de min-width */
	}
}

/* Móviles pequeños: menos de 400px de ancho */
@media (max-width: 400px) {
	.module-item {
		/* Cambia a 1 item por fila */
		width: 100%; 
	}
}