@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../../usr/local/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}*/

/* line 22, ../../../../../../../usr/local/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../usr/local/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../usr/local/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../usr/local/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../usr/local/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../usr/local/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../usr/local/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../usr/local/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 15, ../sass/screen.scss */
body {
  margin: o auto;
  height: 100%;
  color: #4f4f4f;
}

/* line 20, ../sass/screen.scss */
h2 {
  color: #ab1a2d;
}

/* line 23, ../sass/screen.scss */
h3 {
  color: #ab1a2d;
}

/* line 26, ../sass/screen.scss */
h5 {
  color: #0e1c2c;
  font-size: 13pt !important;
}

/* line 30, ../sass/screen.scss */
p {
  font-size: 10pt !important;
}

/* line 33, ../sass/screen.scss */
strong {
  color: #ab1a2d;
}

/* line 37, ../sass/screen.scss */
small {
  line-height: 130%;
  display: block;
}

/* line 43, ../sass/screen.scss */
table a, table a:hover {
  color: #ab1a2d;
}
/* line 47, ../sass/screen.scss */
table thead th {
  text-align: left;
}

/* line 53, ../sass/screen.scss */
.alert p, .alert ul {
  margin-bottom: 0;
}

/* line 57, ../sass/screen.scss */
.gris-bg, .table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background: #f6f6f6;
}

/* line 61, ../sass/screen.scss */
.btn-primary {
  background-color: #ab1a2d !important;
  border-color: #ab1a2d !important;
}
/* line 65, ../sass/screen.scss */
.btn-primary:hover {
  background-color: rgba(171, 26, 45, 0.9) !important;
  border-color: rgba(171, 26, 45, 0.1) !important;
}

/* line 71, ../sass/screen.scss */
.btn-secundary {
  background-color: #0e1c2c !important;
  border-color: #0e1c2c !important;
  color: #ffffff !important;
}
/* line 76, ../sass/screen.scss */
.btn-secundary:hover {
  background-color: rgba(14, 28, 44, 0.9) !important;
  border-color: rgba(14, 28, 44, 0.1) !important;
}

/* bootstrap addons */
/* line 84, ../sass/screen.scss */
.dropdown .dropdown-menu {
  -webkit-transition: margin-top 0.3s, max-height 0.3s, opacity 0.3s;
  -moz-transition: margin-top 0.3s, max-height 0.3s, opacity 0.3s;
  -ms-transition: margin-top 0.3s, max-height 0.3s, opacity 0.3s;
  -o-transition: margin-top 0.3s, max-height 0.3s, opacity 0.3s;
  transition: margin-top 0.3s, max-height 0.3s, opacity 0.3s;
  max-height: 0;
  margin-top: -20px;
  display: block;
  overflow: hidden !important;
  visibility: hidden;
  opacity: 0;
}

/* line 99, ../sass/screen.scss */
.dropdown.show .dropdown-menu {
  max-height: 100vh !important;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

/* line 106, ../sass/screen.scss */
.pagination li a,
.pagination li span {
  color: #0e1c2c;
}

/* line 110, ../sass/screen.scss */
.pagination li.active .page-link {
  background: #0e1c2c;
  border: 1px solid #0e1c2c;
  color: #4f4f4f;
}
/* line 115, ../sass/screen.scss */
.pagination li.active .page-link:hover {
  color: #4f4f4f;
}

/* line 119, ../sass/screen.scss */
.pagination li .page-link:hover {
  color: #0e1c2c;
}

/* elimina recuadro azul en focus */
/* line 125, ../sass/screen.scss */
.nav-link:focus {
  border-color: none !important;
  box-shadow: 0 !important;
  outline: 0 none !important;
}

/* corrección de tamaño tooltip*/
/* line 132, ../sass/screen.scss */
.tooltip-inner {
  font-size: 8pt;
}

/* tabs responsivos */
@media (min-width: 768px) {
  /* line 139, ../sass/screen.scss */
  .tab-content > .tab-pane {
    display: block !important;
  }
}
/* fix tablas responsivas */
@media only screen and (max-width: 800px) {
  /* line 147, ../sass/screen.scss */
  .responsive-table {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
    Label the data
    */
  }
  /* line 150, ../sass/screen.scss */
  .responsive-table table,
  .responsive-table thead,
  .responsive-table tbody,
  .responsive-table th,
  .responsive-table td,
  .responsive-table tr {
    display: block;
  }
  /* line 160, ../sass/screen.scss */
  .responsive-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  /* line 166, ../sass/screen.scss */
  .responsive-table tr {
    border: 1px solid #ccc;
  }
  /* line 168, ../sass/screen.scss */
  .responsive-table td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50% !important;
    white-space: normal;
    text-align: left;
  }
  /* line 178, ../sass/screen.scss */
  .responsive-table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  /* line 194, ../sass/screen.scss */
  .responsive-table td:before {
    content: attr(data-title);
  }
}
/* bullets de etapa */
/* line 202, ../sass/screen.scss */
.steps_form form {
  text-align: center;
  position: relative;
  padding-top: 45px;
  min-height: 100px;
  margin: 0 auto;
  z-index: 1;
}
/* line 210, ../sass/screen.scss */
.steps_form form .tittle {
  text-align: center;
  padding-bottom: 30px;
}
/* line 213, ../sass/screen.scss */
.steps_form form .tittle h2 {
  font: 500 24px/35px;
  padding-bottom: 5px;
}
/* line 217, ../sass/screen.scss */
.steps_form form .tittle p {
  font: 400 16px/28px;
  margin: 0;
  padding: 0;
}
/* line 224, ../sass/screen.scss */
.steps_form form #progressbar {
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
}
/* line 229, ../sass/screen.scss */
.steps_form form #progressbar.item-2 li {
  width: calc(100%/2);
}
/* line 230, ../sass/screen.scss */
.steps_form form #progressbar.item-3 li {
  width: calc(100%/3);
}
/* line 231, ../sass/screen.scss */
.steps_form form #progressbar.item-4 li {
  width: calc(100%/4);
}
/* line 232, ../sass/screen.scss */
.steps_form form #progressbar.item-5 li {
  width: calc(100%/5);
}
/* line 233, ../sass/screen.scss */
.steps_form form #progressbar.item-6 li {
  width: calc(100%/6);
}
/* line 234, ../sass/screen.scss */
.steps_form form #progressbar.item-7 li {
  width: calc(100%/7);
}
/* line 235, ../sass/screen.scss */
.steps_form form #progressbar.item-8 li {
  width: calc(100%/8);
}
/* line 236, ../sass/screen.scss */
.steps_form form #progressbar.item-9 li {
  width: calc(100%/9);
}
/* line 237, ../sass/screen.scss */
.steps_form form #progressbar.item-10 li {
  width: calc(100%/10);
}
/* line 239, ../sass/screen.scss */
.steps_form form #progressbar li {
  list-style-type: none;
  color: rgba(79, 79, 79, 0.7);
  float: left;
  position: relative;
  font: 500 13px/1;
}
/* line 248, ../sass/screen.scss */
.steps_form form #progressbar li:first-child:after {
  width: 50%;
}
/* line 253, ../sass/screen.scss */
.steps_form form #progressbar li:last-child:after {
  width: 50%;
}
/* line 259, ../sass/screen.scss */
.steps_form form #progressbar li:nth-child(1):before {
  content: "1";
}
/* line 260, ../sass/screen.scss */
.steps_form form #progressbar li:nth-child(2):before {
  content: "2";
}
/* line 261, ../sass/screen.scss */
.steps_form form #progressbar li:nth-child(3):before {
  content: "3";
}
/* line 262, ../sass/screen.scss */
.steps_form form #progressbar li:nth-child(4):before {
  content: "4";
}
/* line 263, ../sass/screen.scss */
.steps_form form #progressbar li:nth-child(5):before {
  content: "5";
}
/* line 264, ../sass/screen.scss */
.steps_form form #progressbar li:nth-child(6):before {
  content: "6";
}
/* line 265, ../sass/screen.scss */
.steps_form form #progressbar li:nth-child(7):before {
  content: "7";
}
/* line 266, ../sass/screen.scss */
.steps_form form #progressbar li:nth-child(8):before {
  content: "8";
}
/* line 267, ../sass/screen.scss */
.steps_form form #progressbar li:nth-child(9):before {
  content: "9";
}
/* line 268, ../sass/screen.scss */
.steps_form form #progressbar li:nth-child(10):before {
  content: "10";
}
/* line 270, ../sass/screen.scss */
.steps_form form #progressbar li:before {
  font-family: 30px/50px "Font Awesome 5 Free";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  background: #f6f6f6;
}
/* line 280, ../sass/screen.scss */
.steps_form form #progressbar li:after {
  content: '';
  width: 100%;
  height: 5px;
  position: absolute;
  left: -50%;
  top: 18px;
  z-index: -1;
  background: #f6f6f6;
}
/* line 291, ../sass/screen.scss */
.steps_form form #progressbar li:last-child:after {
  width: 100%;
}
/* line 296, ../sass/screen.scss */
.steps_form form #progressbar li i {
  top: 5px !important;
}
/* line 300, ../sass/screen.scss */
.steps_form form #progressbar li.active {
  color: #ab1a2d;
}
/* line 302, ../sass/screen.scss */
.steps_form form #progressbar li.active:before, .steps_form form #progressbar li.active:after {
  border: none;
  color: white;
  background: #ab1a2d;
}

/* line 314, ../sass/screen.scss */
header {
  /* header - menu desplegable */
  /* reset bootstrap */
}
/* line 315, ../sass/screen.scss */
header .encabezado {
  height: 80px;
  background: #ab1a2d;
}
/* line 319, ../sass/screen.scss */
header .encabezado h2 {
  float: left;
  color: #ffffff;
  padding: 27px 0 0 20px;
  font-size: 16pt;
}
/* line 326, ../sass/screen.scss */
header .encabezado .navbar-brand {
  width: 240px;
  height: 80px;
  background: url("../images/logo-unab-fondo-horizontal.jpg") 0 no-repeat;
  background-size: auto 80px;
  text-indent: -9999px;
  overflow: hidden;
  float: left;
}
/* line 337, ../sass/screen.scss */
header .usuario {
  float: right;
  color: #ffffff;
}
/* line 341, ../sass/screen.scss */
header .usuario .nav-link {
  margin: 18px 0 0 0;
  line-height: 0%;
}
/* line 346, ../sass/screen.scss */
header .usuario.responsive {
  display: none;
}
/* line 351, ../sass/screen.scss */
header nav {
  background: #f6f6f6;
}
/* line 354, ../sass/screen.scss */
header nav a, header nav a:hover {
  color: #4f4f4f;
}
/* line 358, ../sass/screen.scss */
header nav .navbar-nav {
  margin: 0 auto;
  font-size: 90%;
}
/* line 362, ../sass/screen.scss */
header nav .navbar-nav li {
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(79, 79, 79, 0.2);
}
/* line 367, ../sass/screen.scss */
header nav .navbar-nav li:last-child, header nav .navbar-nav li.last {
  border-right: none;
}
/* line 374, ../sass/screen.scss */
header .btn {
  background-color: #ab1a2d !important;
  border: 1px solid #ab1a2d !important;
}
/* line 378, ../sass/screen.scss */
header .btn:hover {
  background-color: rgba(171, 26, 45, 0.7) !important;
}
/* line 389, ../sass/screen.scss */
header .navbar-toggler {
  height: 35px;
  margin-top: 4px;
  padding-right: 0 !important;
  margin-top: 20px;
  margin-right: 15px;
  z-index: 9999999;
  display: none;
}
/* line 399, ../sass/screen.scss */
header .hamburger-menu,
header .hamburger-menu:after,
header .hamburger-menu:before {
  width: 35px;
  height: 3px;
}
/* line 406, ../sass/screen.scss */
header .hamburger-menu {
  position: relative;
  transform: translateY(10px);
  background: #ffffff;
  transition: all 0ms 300ms;
}
/* line 412, ../sass/screen.scss */
header .hamburger-menu.animate {
  background: rgba(255, 255, 255, 0);
}
/* line 416, ../sass/screen.scss */
header .hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: #ffffff;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 425, ../sass/screen.scss */
header .hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: #ffffff;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 434, ../sass/screen.scss */
header .hamburger-menu.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 440, ../sass/screen.scss */
header .hamburger-menu.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 448, ../sass/screen.scss */
footer {
  background: #0e1c2c;
  color: #ffffff;
}
/* line 452, ../sass/screen.scss */

/* line 457, ../sass/screen.scss */
footer a {
  color: #ffffff;
}
/* line 460, ../sass/screen.scss */
footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

footer img {
  max-width: 400px;
  max-height: 60px;
  margin: 10px 30px;
}

/* listados */
/* line 469, ../sass/screen.scss */
.list-group {
  max-height: 375px;
  margin-bottom: 10px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

/* tarjetas */
/* line 477, ../sass/screen.scss */
.card {
  min-height: 193px !important;
}

/* line 480, ../sass/screen.scss */
.card-img-overlay {
  background: rgba(14, 28, 44, 0.8);
  bottom: 0 !important;
  top: unset !important;
}
/* line 485, ../sass/screen.scss */
.card-img-overlay h5 {
  color: #ffffff;
}

/* tabs */
/* line 492, ../sass/screen.scss */
.nav-tabs .nav-link {
  color: #0e1c2c !important;
}

/* line 499, ../sass/screen.scss */
.list-group .list-group-item.active {
  background-color: #0e1c2c;
  border: 1px solid #0e1c2c;
}
/* line 503, ../sass/screen.scss */
.list-group .list-group-item.active h5 {
  color: #ffffff;
}

/* line 510, ../sass/screen.scss */
.tabs-responsive {
  display: none;
  color: #0e1c2c !important;
}

.error {
	max-width: 1140px;
	margin: 10px auto;
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

@media (max-width: 1200px) {
  /* line 527, ../sass/screen.scss */
  header {
    /* arrow */
  }
  /* line 528, ../sass/screen.scss */
  header .navbar-toggler {
    display: block;
    float: right;
  }
  /* line 533, ../sass/screen.scss */
  header h2 {
    font-size: 10pt !important;
    width: 100px;
    padding: 24px 0 0 15px !important;
  }
  /* line 539, ../sass/screen.scss */
  header .card-body .gris-bg {
    background: transparent;
  }
  /* line 548, ../sass/screen.scss */
  header .navbar .navbar-nav:before {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    right: 23px;
    top: 0px;
    margin-left: -10px;
    margin-top: -20px;
    border: 10px solid transparent;
    border-bottom: 10px solid #0e1c2c;
  }
  /* line 563, ../sass/screen.scss */
  header .navbar {
    padding: 0;
    border-top: 15px solid #f6f6f6 !important;
  }
  /* line 567, ../sass/screen.scss */
  header .navbar .navbar-nav {
    background: #0e1c2c;
    padding: 15px 25px;
    font-size: 100%;
  }
  /* line 573, ../sass/screen.scss */
  header .navbar .navbar-nav li {
    padding-left: 0;
    padding-right: 0;
    border-right: none;
  }
  /* line 578, ../sass/screen.scss */
  header .navbar .navbar-nav li:nth-child(4) {
    border-bottom: none;
  }
  /* line 582, ../sass/screen.scss */
  header .navbar .navbar-nav li:last-child {
    margin-top: 20px;
    border-top: 1px solid #ffffff;
  }
  /* line 587, ../sass/screen.scss */
  header .navbar .navbar-nav li li {
    border-top: none !important;
    border-bottom: none !important;
  }
  /* line 590, ../sass/screen.scss */
  header .navbar .navbar-nav li li:last-child {
    border-top: none !important;
  }
  /* line 596, ../sass/screen.scss */
  header .navbar .navbar-nav a {
    color: #ffffff;
  }
  /* line 602, ../sass/screen.scss */
  header .usuario {
    float: left !important;
    width: 100%;
  }
  /* line 606, ../sass/screen.scss */
  header .usuario.desktop {
    display: none;
  }
  /* line 610, ../sass/screen.scss */
  header .usuario.responsive {
    display: block;
    background: #0e1c2c;
  }

  /* line 619, ../sass/screen.scss */
  .login .nav-tabs .active {
    background: #f6f6f6 !important;
  }
  /* line 622, ../sass/screen.scss */
  .login .nav-tabs:last-child .active {
    background: none;
  }
  /* line 625, ../sass/screen.scss */
  .login .nav-tabs .nav-item {
    width: 50%;
    text-align: center;
    border-bottom: none;
  }
  /* line 630, ../sass/screen.scss */
  .login .nav-tabs .nav-item .nav-link {
    height: 100%;
    line-height: 100%;
  }
  /* line 634, ../sass/screen.scss */
  .login .nav-tabs .nav-item .nav-link.active {
    border-bottom: 1px solid #f6f6f6 !important;
  }

  /* line 642, ../sass/screen.scss */
  .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  /* line 645, ../sass/screen.scss */
  .dropdown.show .dropdown-menu {
    background-color: transparent;
    border: none;
    box-shadow: none;
  }
  /* line 650, ../sass/screen.scss */
  .dropdown.show .dropdown-menu a {
    color: #ffffff;
  }
  /* line 653, ../sass/screen.scss */
  .dropdown.show .dropdown-menu a:hover {
    background: transparent;
  }
  /* line 658, ../sass/screen.scss */
  .dropdown.show .dropdown-menu.shadow-sm {
    box-shadow: none !important;
  }

  /* line 663, ../sass/screen.scss */
  .dropdown-toggle:after {
    position: absolute;
    top: 15px;
    right: 0 !important;
  }

  /* line 670, ../sass/screen.scss */
  .tabs-responsive {
    display: block;
  }

  /* line 673, ../sass/screen.scss */
  .tabs-salones {
    display: none !important;
  }
}
