#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;
   margin: 10px;
   padding: 0 50px;
 }

.image-banner-UMV {
   width:100%
}

.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;
}

/* Contenedor principal */
.umv-carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
  background: #f0f0f0;
}

/* Envoltura de las diapositivas */
.umv-carousel-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

/* Configuración de cada Slide */
.umv-slide {
  flex: 0 0 100%; /* Por defecto 1 sola imagen (móvil) */
  box-sizing: border-box;
  padding: 5px;
}

/* Media Query para pantallas grandes (Tablets y Desktop) */
@media only screen and (min-width: 768px) {
  .umv-slide {
    flex: 0 0 50%; /* Mostramos 2 imágenes */
  }
}

.umv-slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
  object-fit: cover;
}

/* Indicadores (Puntos) */
.umv-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  z-index: 10;
}

.umv-dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.umv-dot.active {
  background-color: #202A44;
  border-color: #202A44;
}