.ubuntu-light {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.ubuntu-regular {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ubuntu-medium {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ubuntu-bold {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.ubuntu-light-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.ubuntu-regular-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.ubuntu-medium-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.ubuntu-bold-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: italic;
}

/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
  overflow-x: hidden;
}

body {
  font-family: "Ubuntu", sans-serif;
  background: #F5F6FA;
  position: relative;
  min-height: 100vh;
}

h1 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
}

h2 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 600;
}

h3 {
  font-weight: 500;
}

h4 {
  font-weight: 300;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.text-white {
  color: #fff;
}

.text-azul {
  color: #3C4788;
}

.text-verde {
  color: #1CBC54;
}

.bg-verde {
  background-color: #1CBC54;
}

a {
  color: #3C4788;
}

.text-bold {
  font-weight: 700;
}

.fs-6 {
  font-size: 0.6em !important;
}

.fs-7 {
  font-size: 0.5em;
}

.h-100 {
  height: 100vh !important;
}

.btn-primary-blue {
  background-color: #3C4788;
  border-color: #3C4788;
  padding: 0.375rem 1.5rem;
  color: #fff;
  font-weight: 500;
}
.btn-primary-blue:hover {
  background-color: #fff;
  color: #3C4788;
}

.btn-orange {
  background-color: #FF8743;
  border-color: #FF8743;
  padding: 0.375rem 1.5rem;
}

.btn-editar {
  background-color: #3C4788;
  border-color: #3C4788;
  padding: 0.375rem 1.5rem;
  color: #fff;
}
.btn-editar:hover {
  background-color: #fff;
  color: #3C4788;
  border-color: #3C4788;
}

.card {
  border: none;
  border-radius: 15px;
  box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.15);
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

iframe {
  border-radius: 15px;
}

section {
  max-width: 1137px;
  width: 96%;
  margin: 0 auto;
}

.card-noticia {
  max-width: 400px;
  text-decoration: none;
}
.card-noticia img {
  border-radius: 15px 15px 0 0;
  width: 100%;
}
.card-noticia h3 {
  margin: 10px 20px 2px;
  font-size: 1.5em;
  color: #202224;
}
.card-noticia p {
  margin: 10px 20px;
  color: #6A6A6B;
}

.frase {
  font-style: italic;
  font-weight: 500;
}

.accordion {
  border-radius: 15px;
  width: 100%;
}
.accordion .accordion-item:first-of-type {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.accordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.accordion .accordion-item:last-of-type {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.accordion .accordion-item:last-of-type .accordion-button {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.accordion .accordion-header .accordion-button {
  font-weight: 500;
  font-size: 0.6em;
}

.titulo-seccion {
  color: #636466;
  font-size: 1rem;
}

.navbar {
  z-index: 99;
  background-color: #fff;
  padding: 0 0 56px 0;
}
.navbar .navbar-toggler {
  font-size: 1rem;
}

.navbar-collapse {
  flex-grow: inherit;
}
.navbar-collapse ul li {
  font-size: 1em;
}

.navbar-brand {
  width: 25%;
  max-width: 250px;
}
.navbar-brand svg {
  width: 100%;
}

.navbar-collapse {
  background-color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
}

.navbar-nav {
  margin-top: 15px;
  position: absolute;
  top: 41px;
  background: #fff;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 80%;
  max-width: 1142px;
  display: flex;
  justify-content: center;
}
.navbar-nav li {
  padding: 0;
  font-size: 1em;
  margin-bottom: 0;
}
.navbar-nav li a {
  padding: 7px 16px 20px !important;
  color: #202224;
  padding: 0;
  font-weight: 300;
  display: block;
  font-size: 1.1em;
}
.navbar-nav li a.active {
  color: #3C4788;
  font-weight: 600;
  font-size: 1.2em;
  background-color: #F5F6FA;
  border-radius: 15px 15px 0 0;
}
.navbar-nav li a.active:hover {
  line-height: 1.4em !important;
}
.navbar-nav li a:hover {
  color: #3C4788;
  background-color: #F5F6FA;
  border-radius: 15px 15px 0 0;
  line-height: 1.63em;
}
.navbar-nav li .btn-primary-blue {
  margin-top: -10px;
}
.navbar-nav .nav-item {
  position: relative;
}
.navbar-nav .dropdown-menu {
  border: none;
  border-radius: 2px 20px 20px 20px;
  box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.21);
  -webkit-box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.21);
  background-color: #F5F6FA;
  position: absolute;
}

.navbar-toggler-icon {
  position: absolute;
  right: 20px;
  width: 40px;
  top: 15px;
}
.navbar-toggler-icon svg {
  width: 40px;
}

.estado-activo {
  color: #00B69B;
  background-color: #C4E9E7 !important;
  border-radius: 10px !important;
  padding: 4px 10px !important;
  text-align: center;
  border: 2px solid #fff;
}

.slider-titulo {
  position: relative;
  width: 100%;
  height: 40vh;
  max-height: 140px;
  padding: 1em;
  text-align: center;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.slider-titulo img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.slider-titulo .banner-caption {
  width: 100%;
  z-index: 2;
}

.mensaje-error {
  position: relative;
  width: 100%;
  min-height: 300px;
  padding: 1em;
  text-align: center;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.mensaje-error img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.mensaje-error .banner-caption {
  width: 80%;
  margin: 0 auto;
  z-index: 2;
}

.user-op {
  position: absolute;
  right: 0;
  top: 0;
}
.user-op .btn-search {
  padding: 10px;
  border: 1px solid #D5D5D5;
  background-color: #F5F6FA;
  border-radius: 100px;
  margin-top: 20px;
}
.user-op .btn-search + .dropdown-menu {
  right: 0;
  left: inherit;
  position: absolute;
  width: 250px;
  background-color: transparent;
  border: none;
}
.user-op .btn-search + .dropdown-menu input[type=search] {
  height: 50px;
  border-radius: 40px;
}
.user-op .btn-search + .dropdown-menu .btn-search {
  right: 5px;
  top: 2px;
  margin-top: 0;
  padding: 10px 14px;
}
.user-op .nombre {
  font-weight: 800;
  margin-bottom: 0;
  color: #404040;
}
.user-op .estado {
  font-size: 0.9em;
}
.user-op .notificacion {
  position: relative;
  width: 39px;
  top: 14px;
  left: 4px;
}
.user-op .notificacion span {
  background-color: #F93C65;
  color: #fff;
  font-weight: 500;
  padding: 1px 5px 0;
  border-radius: 100px;
  position: absolute;
  top: -13px;
  right: 7px;
  font-size: 0.9em;
  margin-bottom: 0;
}
.user-op .notificacion .dropdown-menu {
  left: -250px;
  top: 76%;
  width: 300px;
  position: absolute;
}
.user-op .avatar {
  position: relative;
}
.user-op .avatar #userDropdown {
  border-radius: 100px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  display: block;
  margin: 10px 10px 0 0;
}
.user-op .avatar #userDropdown img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.user-op .avatar .dropdown-menu {
  right: 0;
  left: inherit;
}

.login {
  background-image: url(../img/bg-login.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.login svg {
  max-width: 85%;
}
.login section:first-child {
  border-radius: 0 80px 0 0;
  height: calc(100vh - 56px) !important;
}
.login section:first-child img {
  bottom: 0;
  right: 10%;
}
.login .card {
  border-radius: 24px;
}

form label {
  width: 100%;
  color: #4D4E50;
  font-weight: 400;
  font-size: 1.1em;
  margin-bottom: 5px;
}
form input {
  width: 100%;
  border: 1px solid #D8D8D8;
  border-radius: 8px;
  padding: 12px;
  background-color: #F1F4F9;
  font-size: 1.3em;
  margin-bottom: 10px;
}
form input[type=checkbox] {
  width: 20px;
  margin: 7px 0;
}
form input[type=checkbox] + label {
  width: calc(100% - 28px);
}
form a {
  color: #4D4E50;
}
form input[type=submit] {
  width: 80%;
  margin: 0 auto;
  display: block;
  background-color: #128A3D;
  color: #fff;
}
form select {
  width: 100%;
  border: 1px solid #D8D8D8;
  border-radius: 8px;
  padding: 12px;
  background-color: #F1F4F9;
  font-size: 1.3em;
  margin-bottom: 10px;
}
form textarea {
  width: 100%;
  border: 1px solid #D8D8D8;
  border-radius: 8px;
  padding: 12px;
  background-color: #F1F4F9;
  font-size: 1em;
  margin-bottom: 10px;
}
form input[type=file] {
  width: 80%;
  margin: 0 auto;
  display: block;
  background-color: #fff;
  color: #3C4788;
  position: relative;
  cursor: pointer;
}
form input[type=file]:after {
  position: absolute;
  background-color: #fff;
  color: #3C4788;
  border: 1px solid #D8D8D8;
  border-radius: 8px;
  text-align: center;
  align-content: center;
  content: attr(data-label);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}

.pqrs-form label,
.pqrs-form input,
.pqrs-form select,
.pqrs-form textarea {
  width: 80%;
  margin: 0 auto;
  display: block;
}

.historial-pqrs .notificacion {
  margin-bottom: 6px;
  width: 75%;
  transform: translateX(10px);
  position: relative;
  margin: 0 auto 9px;
  background-color: #F1F4F9;
  border-radius: 8px;
  border: 1px solid #D8D8D8;
  padding: 10px 15px 13px 10px;
}
.historial-pqrs .notificacion span {
  position: absolute;
  right: 4px;
  bottom: 2px;
  font-size: 0.8em;
  color: #4D4E50;
}
.historial-pqrs .notificacion:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 14px;
  background-image: url('data:image/svg+xml,<svg width="24" height="15" viewBox="0 0 24 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.9999 0.353516L23.9999 14.3535H7.99994C7.99994 14.3535 6.49965 15.3535 4.99965 13.3535C3.49965 11.3535 4.99994 9.35352 4.99994 9.35352L13.9999 0.353516Z" fill="%23F1F4F9"/><path d="M14 0.353516L5.12132 9.2322C3.23142 11.1221 4.56993 14.3535 7.24264 14.3535H24" stroke="%23D8D8D8"/></svg>');
  left: -15px;
  bottom: -1px;
}

.carousel {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 1px 1px 54px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 1px 1px 54px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 54px 0px rgba(0, 0, 0, 0.05);
  max-height: 250px;
}
.carousel .carousel-caption {
  text-align: left;
  top: 10px;
  bottom: inherit;
  padding: 0 !important;
}
.carousel .carousel-item {
  min-height: 100px;
}
.carousel .carousel-item img {
  height: 100%;
  min-height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

.accesos-rapidos ul {
  padding: 0;
}
.accesos-rapidos ul li {
  list-style-type: none;
}
.accesos-rapidos ul li a {
  color: #202224;
  font-weight: 600;
  font-size: 1.1em;
  text-decoration: none;
}
.accesos-rapidos ul li a:hover {
  text-decoration: underline;
}

.section-titulo h2 {
  font-size: 1.3em;
  margin-bottom: 0;
}

.destacados {
  min-width: 700px;
  min-height: 276px;
}
.destacados div {
  background-image: url(../img/bg-destacado.png);
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  max-width: 33%;
  text-align: right;
  padding: 20px 15px;
}
.destacados div img {
  z-index: 0;
  width: 46%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.destacados div p {
  font-size: 0.9em;
  color: #fff;
  z-index: 2;
  position: relative;
}
.destacados div h2 {
  color: #fff;
  font-size: 1.6em;
  line-height: 1.2em;
  z-index: 2;
  position: relative;
  width: 63%;
  left: 37%;
}
.destacados a {
  border-radius: 15px;
  overflow: hidden;
  display: block;
  text-decoration: none;
}

footer {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.15);
  display: inline-block;
  width: 100%;
}
footer p {
  margin-bottom: 0;
  font-size: 0.8em;
}

.popup .modal-header {
  padding: 0;
  border: 0;
}
.popup .modal-header button {
  position: absolute;
  right: 9px;
  top: -2px;
  z-index: 10;
  border: none;
  background-color: transparent;
  font-size: 2em;
  color: #fff;
}
.popup .modal-body {
  padding: 0;
}
.popup .modal-body img {
  width: 100%;
}

.alert {
  /*position: fixed;*/
  bottom: 10px;
  width: 90%;
  left: 5%;
  text-align: center;
}
.alert button {
  right: 20px;
  position: absolute;
  top: 1px;
  z-index: 10;
  border: none;
  background-color: transparent;
  font-size: 2em;
}

.tabs-title button {
  font-size: 1.3em;
  margin-bottom: 0;
  font-weight: 600;
}

.pqrs-list .pqrs-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E0E0E0;
  padding: 10px 1.5rem 10px 1.5rem;
}
.pqrs-list .pqrs-item p {
  margin-bottom: 0;
}
.pqrs-list .pqrs-item .pqrs-nombre {
  width: 30%;
}
.pqrs-list .pqrs-item .pqrs-nombre p + p {
  color: #848484;
  font-size: 0.8em;
}
.pqrs-list .pqrs-item .pqrs-estado {
  width: 10%;
  padding: 5px 7px;
  border-radius: 6px;
  height: 30px;
  font-size: 0.9em;
  font-weight: 500;
  text-align: center;
}
.pqrs-list .pqrs-item .revision {
  background-color: rgba(253, 153, 86, 0.1254901961);
  color: #FF9871;
}
.pqrs-list .pqrs-item .resuelto {
  background-color: rgba(0, 182, 155, 0.1254901961);
  color: #00B69B;
}
.pqrs-list .pqrs-item .abierto {
  background-color: rgba(90, 140, 255, 0.1254901961);
  color: #5A8CFF;
}
.pqrs-list .pqrs-item .pqrs-resumen {
  width: 40%;
  color: rgba(32, 34, 36, 0.7137254902);
}
.pqrs-list .pqrs-item .pqrs-fecha {
  width: 6%;
  text-align: right;
  color: rgba(32, 34, 36, 0.7137254902);
}
.pqrs-list .pqrs-item .btn-editar {
  border-radius: 5px;
  padding: 4px 9px;
  text-decoration: none;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (max-width: 1200px) {
  .navbar-collapse ul li {
    font-size: 0.9em;
  }
  .navbar-collapse ul li a {
    padding: 7px 12px 20px !important;
  }
}
@media only screen and (max-width: 991px) {
  .content-header {
    height: 55px;
  }
  .navbar {
    padding: 0 0 80px 0;
  }
  .navbar-brand {
    width: 70%;
    display: block;
  }
  .navbar-collapse {
    width: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
  }
  .navbar-nav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 70px;
    background-color: #fff;
    transform: translateX(0px);
  }
  .navbar-nav .dropdown-menu {
    position: relative;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    padding-left: 20px;
  }
  .user-op {
    position: relative;
    width: 100%;
    left: 0;
    flex-wrap: wrap;
    top: 15px;
    justify-content: space-around;
    background-color: #fff;
  }
  .user-op .btn-search + .dropdown-menu {
    right: inherit;
    left: 0;
    position: absolute;
    width: 400px;
    max-width: 100vw;
  }
  .carousel-caption {
    padding-bottom: 0;
    bottom: inherit !important;
    top: 4px !important;
    left: 10%;
    right: 10%;
  }
  .carousel-caption h1 {
    font-size: 1.4em;
    line-height: 0.9em;
  }
  .carousel-caption h2 {
    font-size: 1.2em;
  }
  .carousel-caption .fs-5 {
    font-size: 0.7em !important;
  }
  .carousel .carousel-item {
    min-height: 120px;
  }
  .carousel .carousel-item img {
    min-height: 120px;
    -o-object-position: 80%;
       object-position: 80%;
  }
  .accesos-rapidos ul {
    flex-wrap: wrap;
  }
  .accesos-rapidos ul li {
    padding-right: 15px;
    padding-bottom: 15px;
  }
  .accesos-rapidos ul li a {
    font-size: 0.9em;
  }
  .destacados {
    min-width: 700px;
    min-height: 220px;
  }
  .destacados div img {
    z-index: 0;
    width: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .destacados div p {
    font-size: 0.9em !important;
    color: #fff;
    z-index: 2;
    position: relative;
  }
  .destacados div h2 {
    color: #fff;
    font-size: 1.2em;
    line-height: 1.1em;
    z-index: 2;
    position: relative;
    width: 70%;
    left: 30%;
  }
  .destacados a {
    border-radius: 15px;
    overflow: hidden;
    display: block;
    text-decoration: none;
  }
}
@media only screen and (max-width: 768px) {
  .login section:first-child {
    height: inherit !important;
  }
  .login footer {
    margin-top: 20px;
  }
  .navbar {
    padding: 0 0 0px 0;
  }
  .pqrs-list .pqrs-item {
    flex-wrap: wrap;
  }
  .pqrs-list .pqrs-item .pqrs-nombre {
    width: 70%;
  }
  .pqrs-list .pqrs-item .pqrs-estado {
    width: 30%;
  }
  .pqrs-list .pqrs-item .pqrs-resumen {
    width: 60%;
  }
  .pqrs-list .pqrs-item .pqrs-fecha {
    width: 15%;
  }
}
@media print, (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
  * Don't show links that are fragment identifiers,
  * or use the `javascript:` pseudo protocol
  */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
  * Printing Tables:
  * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
  */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}/*# sourceMappingURL=main.css.map */