@charset "UTF-8";
/* Page Title*/
.page-header-headings .text-muted {
  color: #fff !important;
}

@media (max-width: 800px) {
  center img.img-fluid {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
  }
}
.breadcrumb {
  background-color: #f3f4f6 !important;
}

header ol.breadcrumb {
  color: #d45762;
}

.promobox-left a {
  background-color: #423475;
  color: white;
}

#loginlogo #logoimage {
  max-width: 200px;
  margin: 20px 0;
}

.loginform > div:nth-child(3) {
  display: none;
}

.loginform > div:nth-child(4) {
  display: none !important;
}

#page-mod-quiz-attempt #responseform {
  max-width: 1264px;
  margin-left: auto;
  margin-right: auto;
}

.que .formulation {
  margin-bottom: 0px;
  border-color: #fff !important;
  background-color: #fff !important;
  border-radius: 0px !important;
}

@media (min-width: 1200px) {
  #page-mod-quiz-attempt .answer,
  #page-mod-quiz-attempt .problemcontent,
  #page-mod-quiz-attempt .im-controls,
  #page-mod-quiz-attempt .table-responsive {
    padding-left: 82px;
  }
}
.problemcontent p,
.contextcontent p,
.pagecontent p,
form select option,
li,
.rightanswer {
  font-size: 1.14rem;
}

.etiqueta-trabajo {
  display: inline-flex;
  align-items: center;
  background: #f3972d;
  padding: 8px 20px 8px 12px;
  border-radius: 0px 12px 12px 0px;
  font-family: "Segoe UI", sans-serif;
  color: white;
  font-weight: bold;
  gap: 12px;
}
.etiqueta-trabajo .etiqueta-barra {
  width: 6px;
  height: 45px;
  background: white;
  border-radius: 3px;
}
.etiqueta-trabajo .etiqueta-icono {
  width: 45px;
  height: 100%;
}
.etiqueta-trabajo .etiqueta-texto {
  font-size: 24px;
}

.enunciado-container {
  display: flex;
  align-items: center;
  font-family: "Segoe UI", sans-serif;
  gap: 20px;
  position: relative;
  /* NÚMERO */
}
.enunciado-container .enunciado-numero {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #61b89a;
  color: white;
  font-size: 2rem;
  font-weight: bold;
}
.enunciado-container {
  /* LÍNEA */
}
.enunciado-container .enunciado-linea {
  display: none;
  width: 25%;
  height: 8px;
  background: #61b89a;
  border-radius: 6px;
  position: absolute;
  top: 0;
  left: 36px;
}
.enunciado-container {
  /* TEXTO */
}
.enunciado-container .enunciado-texto {
  flex: 1;
  padding-left: 16px;
  font-size: 1.24rem;
  color: #333;
  font-weight: 700;
  line-height: 1.2;
  text-align: justify;
}
.enunciado-container {
  /* RESPONSIVE */
}
@media (min-width: 800px) {
  .enunciado-container .enunciado-linea {
    display: block;
  }
}
.enunciado-container {
  /*  VARIANTES */
}
.enunciado-container.eval .enunciado-numero,
.enunciado-container.eval .enunciado-linea {
  background: #e35c62;
}
.enunciado-container.practica .enunciado-numero,
.enunciado-container.practica .enunciado-linea {
  background: #f0a33a;
}

/* OCULTAR EN RESPUESTAS */
.feedback .rightanswer .enunciado-container {
  display: none;
}

.submit.btn.btn-secondary,
.retrobutton {
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.12rem;
  background-color: #61b89a;
  color: #fff;
}

.capsula-container {
  overflow: visible;
  font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  margin: 24px 32px;
  position: relative;
}
.capsula-container .capsula-header {
  color: white;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 20px 20px 64px;
  position: relative;
  border-bottom: none;
  border-top-left-radius: 25px;
}
.capsula-container .capsula-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -45px;
  top: 50%;
  transform: translateY(-50%);
}
.capsula-container .capsula-icon img {
  width: 45px;
  height: 45px;
}
.capsula-container .capsula-content {
  padding: 30px 30px 40px;
  background: white;
  color: #333;
  line-height: 1.5;
  border: 2px solid #ddd;
  border-top: none;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  font-size: 1.12rem;
}

.unidad-header {
  position: relative;
  background-color: #4b2f6b;
  color: #ffffff;
  padding: 48px 64px 56px 96px;
  font-family: "Montserrat", "Helvetica", sans-serif;
  overflow: hidden;
}
.unidad-header .barra-lateral {
  position: absolute;
  left: 32px;
  top: 32px;
  bottom: 32px;
  width: 12px;
  background-color: #ffffff;
}
.unidad-header .barra-lateral.practica {
  background-color: #f0a33a;
}
.unidad-header .barra-lateral.herramientas {
  background-color: #c94f5c;
}
.unidad-header .contenido {
  display: flex;
  flex-direction: column;
  gap: 32px;
  text-transform: uppercase;
  text-align: left;
}
.unidad-header .unidad {
  font-size: 1.12rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.95;
}
.unidad-header .tema {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.15;
  color: #ffffff;
  margin: 0;
}
.unidad-header .tema span {
  display: block;
  margin-top: 8px;
}
.unidad-header .leccion {
  font-size: 1.64rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}

@media (max-width: 768px) {
  .unidad-header {
    padding: 32px 24px;
  }
  .unidad-header .barra-lateral {
    display: none;
  }
  .unidad-header .contenido {
    gap: 24px;
  }
  .unidad-header .tema {
    font-size: 1.6rem;
  }
  .unidad-header .leccion {
    font-size: 1.35rem;
  }
}
/*Hide extra buttons on submit files*/
.ablock .answer .attachments .buttonsets {
  display: none;
}

/*Flex responsive images*/
.imagenes-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

/* valor por defecto: 2 imágenes */
.imagenes-flex img {
  flex: 1 1 45%;
  max-width: 45%;
}

/* EXACTAMENTE 3 imágenes */
.imagenes-flex img:first-child:nth-last-child(3),
.imagenes-flex img:first-child:nth-last-child(3) ~ img {
  flex: 1 1 30%;
  max-width: 30%;
}

/* EXACTAMENTE 4 imágenes */
.imagenes-flex img:first-child:nth-last-child(4),
.imagenes-flex img:first-child:nth-last-child(4) ~ img {
  flex: 1 1 22%;
  max-width: 22%;
}

/* EXACTAMENTE 5 imágenes */
.imagenes-flex img:first-child:nth-last-child(5),
.imagenes-flex img:first-child:nth-last-child(5) ~ img {
  flex: 1 1 18%;
  max-width: 18%;
}

/* móviles */
@media (max-width: 800px) {
  .imagenes-flex img,
  .imagenes-flex img:first-child:nth-last-child(3),
  .imagenes-flex img:first-child:nth-last-child(3) ~ img,
  .imagenes-flex img:first-child:nth-last-child(4),
  .imagenes-flex img:first-child:nth-last-child(4) ~ img,
  .imagenes-flex img:first-child:nth-last-child(5),
  .imagenes-flex img:first-child:nth-last-child(5) ~ img {
    max-width: 100%;
    flex: 1 1 auto;
  }
  .imagenes-flex {
    flex-direction: column;
    align-items: center;
  }
}
.path-mod-feedback div.feedback_is_dependent {
  background: #e3e5e7 !important;
}

/*FRACCIONES*/
.fraction {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 10px;
  font-size: 14px;
}

.fraction > span {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
}

.fraction span.bar {
  background-color: #737373;
  height: 1px;
  width: 100%;
  margin: 1px;
  margin-bottom: 2px;
  overflow: hidden;
}

.fraction_grande {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
}

.fraction_grande > span {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 24px;
  font-weight: bold;
}

.fraction_grande span.bar {
  background-color: #737373;
  height: 1px;
  width: 100%;
  margin: 1px;
  margin-bottom: 2px;
  overflow: hidden;
}

.dimmed_text {
  color: #d45762 !important;
}

.breadcrumb .breadcrumb-item.dimmed_text > a {
  color: #4f684b !important;
}

header .breadcrumb .dimmed_text a:visited {
  color: #d7e4d6;
}

.exploremos .capsula-header {
  background: #5b95d1;
}
.exploremos .capsula-icon {
  background: #2e6fa7;
}

.objetivos .capsula-header {
  background: #6b4c9a;
}
.objetivos .capsula-icon {
  background: #4b2f6b;
}

.recordemos .capsula-header {
  background: #dc5a7d;
}
.recordemos .capsula-icon {
  background: #ae1442;
}

.contenido .capsula-header {
  background: #719768;
}
.contenido .capsula-icon {
  background: #69bd61;
}

.observacion .capsula-header {
  background: #009ab6;
}
.observacion .capsula-icon {
  background: #016a7d;
}

.instruccion .capsula-header {
  background: #eb8c47;
}
.instruccion .capsula-icon {
  background: #ad5f27;
}

.ejemplo .capsula-header {
  background: #0d9488;
}
.ejemplo .capsula-icon {
  background: #0f766e;
}

.roundedtable {
  border-collapse: separate;
  border-spacing: 0;
  font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  color: #333;
  margin: 20px 0;
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
}
.roundedtable th {
  background-color: #d9d9d9;
  font-weight: 600;
  padding: 12px 15px;
  border-bottom: 1px solid #ddd;
}
.roundedtable td {
  padding: 12px 15px;
  border-bottom: 1px solid #eee;
}
.roundedtable td:last-child {
  border-bottom: none;
}

.dialog {
  display: flex;
  align-items: flex-start;
  margin: 25px 0;
  gap: 15px;
}
.dialog.right {
  flex-direction: row-reverse;
}
.dialog .avatar {
  width: 80px;
  text-align: center;
}
.dialog .avatar img {
  width: 75px;
  height: 75px;
  object-fit: scale-down;
}
.dialog .avatar .name {
  padding: 4px 8px;
  font-size: 14px;
  color: white;
  font-weight: 600;
  border-radius: 12px;
}
.dialog .bubble {
  max-width: 800px;
  padding: 18px 22px;
  border-radius: 16px;
  font-size: 1.18rem;
  line-height: 1.45em;
  background: #ECECEC;
}

.carouselSYS,
.carouselSYStable,
.carousel-carpeta {
  position: relative;
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
}

.carouselSYS-container,
.carouselSYStable-container {
  display: flex;
  transition: transform 0.5s ease;
}

.carouselSYS-slide,
.carouselSYStable-slide {
  min-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carouselSYS-slide img,
.carouselSYStable-slide img {
  max-width: 100%;
  height: auto;
}

.carouselSYS-prev,
.carouselSYS-next,
.carouselSYStable-prev,
.carouselSYStable-next {
  position: absolute;
  top: 50%;
  background: none !important;
  box-shadow: none !important;
  border: none;
  font-size: 24px !important;
  cursor: pointer;
  transform: translateY(-50%);
  color: gray;
  padding: 4px 4px 8px;
}

.carouselSYS-prev {
  left: 10px;
}

.carouselSYS-next {
  right: 10px;
}

.carouselSYStable-prev,
.carouselSYStable-next {
  color: #61b89a;
}

.carouselSYS .carouselSYS-prev,
.carouselSYS .carouselSYS-next,
.carouselSYStable .carouselSYStable-prev,
.carouselSYStable .carouselSYStable-next {
  color: #61b89a;
}
.carouselSYS .carouselSYS-prev:hover,
.carouselSYS .carouselSYS-next:hover,
.carouselSYStable .carouselSYStable-prev:hover,
.carouselSYStable .carouselSYStable-next:hover {
  background-color: #f3972d;
}

.carouselSYS-prev.disabled,
.carouselSYS-next.disabled,
.carouselSYStable-prev.disabled,
.carouselSYStable-next.disabled {
  color: gray !important;
  cursor: default !important;
}
.carouselSYS-prev.disabled:hover,
.carouselSYS-next.disabled:hover,
.carouselSYStable-prev.disabled:hover,
.carouselSYStable-next.disabled:hover {
  background: none;
  color: gray;
}

.carousel-carpeta {
  padding-top: 40px;
}
.carousel-carpeta .carousel-carpeta-container {
  background-color: #fffacd;
  border-radius: 10px;
  border: 2px solid black;
  padding: 24px;
}
.carousel-carpeta .carousel-carpeta-container.blanco {
  background-color: #fff;
}
.carousel-carpeta .carousel-carpeta-tabs {
  position: absolute;
  top: 2px;
  left: 8px;
  width: 100%;
  display: flex;
  z-index: 1;
  justify-content: flex-start;
}
.carousel-carpeta .carousel-carpeta-tab {
  background-color: #d7cfa4 !important;
  border: 2px solid black !important;
  border-radius: 5px 5px 0 0 !important;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 16px;
  color: #313131 !important;
}
.carousel-carpeta .carousel-carpeta-tab:hover {
  background-color: #ffd700 !important;
}
.carousel-carpeta .carousel-carpeta-tab.active {
  background-color: #fffacd !important;
  font-weight: bold;
  border-bottom: none !important;
}

.tablatabSYS .tab-content {
  display: none;
}
.tablatabSYS .tab-content.active {
  display: block;
}
.tablatabSYS .tabhead {
  padding: 10px;
  text-align: center;
}
.tablatabSYS .tabhead a {
  background: transparent;
  color: white;
  border-radius: 10px;
  padding: 10px;
  cursor: pointer;
}
.tablatabSYS .tabhead a.active {
  background-color: rgba(255, 255, 255, 0.2);
}
.tablatabSYS .tabmid {
  padding: 20px;
  margin-top: -2px;
  border-radius: 0 0 10px 10px;
}
.tablatabSYS.azul .tabhead {
  background-color: #0095DB;
}
.tablatabSYS.azul .tabhead a.active {
  background-color: #007ab7;
}
.tablatabSYS.azul .tabmid {
  border: 2px solid #0095DB;
}
.tablatabSYS.roja .tabhead {
  background-color: #e71f24;
}
.tablatabSYS.roja .tabmid {
  border: 2px solid #e71f24;
}
.tablatabSYS.morado .tabhead {
  background-color: #800080;
}
.tablatabSYS.morado .tabhead a.active {
  background-color: #660066;
}
.tablatabSYS.morado .tabmid {
  border: 2px solid #800080;
}

.mtfgreyingout {
  display: none;
}

.recuadroSYS {
  background-color: #f0f0f1;
  width: fit-content;
  margin-top: 30px;
  margin-bottom: 16px;
  padding: 30px;
  padding-bottom: 30px;
  padding-bottom: 12px;
  border-radius: 12px;
}

.recuadroSYS.rosado {
  background-color: #f7e5eb;
}

.path-mod-feedback .feedback-item-info .felement {
  font-size: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
}

.mod_quiz-prev-nav.btn,
.mod_quiz-next-nav.btn {
  padding: 12px 16px;
  font-size: 1.16rem;
}

.dropdownSYS {
  width: 100%;
}

.dropdownSYS-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  color: white;
  background-color: #61b89a;
  border: none;
  border-radius: 0.75rem;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.15s ease;
}
.dropdownSYS-toggle:hover {
  background-color: rgb(77.6349344978, 172.7650655022, 139.9615720524);
}
.dropdownSYS-toggle:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(97, 184, 154, 0.45);
}
.dropdownSYS-toggle {
  /* Flecha con ::after — visible sin elemento en HTML */
}
.dropdownSYS-toggle::after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin-left: 0.5rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  color: inherit;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  flex-shrink: 0;
}
.dropdownSYS-toggle[aria-expanded=true]::after {
  transform: rotate(-135deg);
}

/* Por si en el HTML se añade .dropdownSYS-arrow */
.dropdownSYS-arrow {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  margin-left: 0.5rem;
  flex-shrink: 0;
}

.dropdownSYS-toggle[aria-expanded=true] .dropdownSYS-arrow {
  transform: rotate(-135deg);
}

.dropdownSYS-content {
  margin-top: 0.75rem;
  padding: 0.75rem 1rem;
  border-left: 3px solid #61b89a;
}

.tipoleccion {
  display: flex;
  align-items: center;
  width: 100%;
  height: 65px;
  font-family: "Montserrat", "Helvetica", sans-serif;
  overflow: hidden;
  background: #dddddd;
}
.tipoleccion-icono {
  width: 120px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);
}
.tipoleccion-icono img {
  width: 50px;
  height: 50px;
  z-index: 2;
}
.tipoleccion-contenido {
  display: inline-flex;
  align-items: center;
  height: 100%;
  padding-right: 40px;
  margin-left: -25px;
  position: relative;
  z-index: 1;
}
.tipoleccion-texto {
  padding-left: 40px;
  font-size: 1.64rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: white;
  white-space: nowrap;
}
.tipoleccion.practica .tipoleccion-icono {
  background: rgb(229.5235849057, 139.8113207547, 17.4764150943);
}
.tipoleccion.practica .tipoleccion-contenido {
  background: #f0a33a;
}
.tipoleccion.herramientas .tipoleccion-icono {
  background: rgb(175.2347826087, 53.7652173913, 66.7086956522);
}
.tipoleccion.herramientas .tipoleccion-contenido {
  background: #c94f5c;
}

.downloadbutton {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;

  padding: 0.85rem 1.4rem;
  border-radius: 12px;

  background-color: #423475;
  color: #fff !important;

  font-size: 1.16rem;
  font-weight: 700;
  text-decoration: none;

  transition: 
    background-color 0.2s ease,
    transform 0.2s ease;

  &::before {
    content: "";
    width: 24px;
    height: 24px;
    flex-shrink: 0;

    background-image: url("https://static.sumaysigue.uchile.cl/cmmtvo/assets/download_icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  &:hover {
    background-color: #34285e;
    transform: translateY(-2px);
    text-decoration: none;
    color: #fff;
  }
}

.botonpurpura {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 0.85rem 1.4rem;
  border-radius: 12px;

  background-color: #423475;
  color: #fff !important;

  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;

  transition:
    background-color 0.2s ease,
    transform 0.2s ease;

  &:hover {
    background-color: #34285e;
    transform: translateY(-2px);

    color: #fff;
    text-decoration: none;
  }
}


.d-none{
  display: none;
}