html {
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

@media all and (max-width: 960px) {
  html {
    font-size: 14px;
  }
  .guia__datosAsignatura {
    display: none;
  }
}

@media all and (min-width: 961px) {
  .guia__datosAsignaturaMobile {
    display: none;
  }
}

body {
  height:auto;
  background-color: #fbfaf8;
  color: #002028;
  font-family: 'IBM Plex Sans', sans-serif;
  padding: 0 1rem;
  text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pagebreak { 
  page-break-before: always; 
} /* page-break-after works, as well */

@page {
  @top-center {
      content: element(header);
  }
  @bottom-right {
      content: element(footer) counter(page) "/" counter(pages);
      font-size: 11px; 
      color: #f1f1f1; 
      color: #999;
      font-family: Arial; 
      font-weight: normal;	
      width: 100%;
  }
}

main {
  max-width: 100%;
  overflow-x: hidden;
}

@media print {
  body {
    background-color: #fff;
    font-size: 12px;
  }
  .printguia.is-borrador {
    padding: 16px 0 0 0;
  }
}

.printguia__borradorAviso {
  background-color: #e03b23;
  color: #ede9e3;
}

@media screen {
  .printguia.is-borrador {
    padding: 112px 0 0 0;
  }

  .printguia__borradorAviso {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 0 16px 0;
    padding: 16px;
  }
}

@media print {

  .printguia.is-borrador .printguia__borradorInfo {
    position: running(header);
    display: block;
  }

  .printguia__borradorAviso {
    font-size: 10px;
    padding: 4px;
  }
  
  .printguia__datosAsignaturaMobile {
    display: none;
  }
}

.printguia__borradorBG {
  z-index: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.25;
  font-size: 8rem;
  user-select: none;
}

.printguia__textBG {
  display: block;
  transform: rotate(-45deg)
}

/* Generales Textos */
p {
  line-height: 1.45;
  margin: 0 0 16px 0;
}

ul {
  list-style: square;
  padding: 0 0 16px 24px;
}

ul li {
  line-height: 20px;
  margin: 0 0 12px 0;
}

ol {
  list-style: decimal;
  padding: 0 0 8px 16px;
}

ol li {
  line-height: 20px;
  margin: 0 0 8px 0;
}

h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 16px 0;
}

h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 12px 0;
}

strong {
  font-weight: 700;
}

em {
  font-style: oblique;
}

table {
  border: 1px solid rgba(0, 32, 40, 0.5);
  border-collapse: collapse;
  width: 100%;
}

table thead th {
  background-color: #002028;
  color: #ede9e3;
  padding: 8px;
  vertical-align: middle;
}

tr:nth-child(2n) {
  background-color: #ede9e3;
}

td {
  border: 1px solid rgba(0, 32, 40, 0.5);
  padding: 8px;
  line-height: 16px;
}

.printguia__tutoriaHoursColumn {
	width: 65px;
}

dt {
  font-weight: 700;
  padding: 0 0 4px 0;
}

dd {
  padding: 0 0 8px 8px;
}

.text-right {
  text-align: right;
}

.notFound__title {
    font-weight: 600;
    font-size: 1.6rem
}

ol {counter-reset: section;  list-style-type:none;padding-left:0}
ol li:before {counter-increment: section;font-weight:700;content: counters(section, ".") ". "}
ul {counter-reset: section}
ul li:before {counter-increment: section; content: ""}

.texto-editor {
  padding: 1rem 0;
}
 .texto-editor ul {
  list-style: square;
  padding: 0 0 0 28px;
}
 .texto-editor ol {
  list-style: decimal;
  padding: 0 0 0 28px;
}
 .texto-editor ol li, .texto-editor ul li {
  margin: 0 0 4px 0;
  line-height: 18px;
}
 .texto-editor ol li::before, .texto-editor ul li::before {
  content: "";
}

.printguia__subapartado *:empty:not(td):not(br) { display: none; }

.textoNoDocencia {
    background-color: #ede9e3;
    padding: 16px;
    }
.textoNoDocencia p{
    margin: 0;
    }