@font-face {
  font-family: 'FiraSans-Regular';
  src: url('../fonts/FiraSans-Regular.eot');
  src: url('../fonts/FiraSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/FiraSans-Regular.woff2') format('woff2'), url('../fonts/FiraSans-Regular.woff') format('woff'), url('../fonts/FiraSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FiraSans-Italic';
  src: url('../fonts/FiraSans-Italic.eot');
  src: url('../fonts/FiraSans-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/FiraSans-Italic.woff2') format('woff2'), url('../fonts/FiraSans-Italic.woff') format('woff'), url('../fonts/FiraSans-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FiraSans-SemiBold';
  src: url('../fonts/FiraSans-SemiBold.eot');
  src: url('../fonts/FiraSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/FiraSans-SemiBold.woff2') format('woff2'), url('../fonts/FiraSans-SemiBold-Bold.woff') format('woff'), url('../fonts/FiraSans-SemiBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FiraSans-SemiBoldItalic';
  src: url('../fonts/FiraSans-SemiBoldItalic.eot');
  src: url('../fonts/FiraSans-SemiBoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/FiraSans-SemiBoldItalic.woff2') format('woff2'), url('../fonts/FiraSans-SemiBoldItalic.woff') format('woff'), url('../fonts/FiraSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'wk-icons';
  src: url('../fonts/icons/wk-icons.eot');
  src: url('../fonts/icons/wk-icons.eot?#iefix') format('embedded-opentype'), url('../fonts/icons/wk-icons.woff') format("woff"), url('../fonts/icons/wk-icons.woff2') format("woff2"), url('../fonts/icons/wk-icons.ttf') format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'wk-icons-filled';
  src: url('../fonts/icons/wk-icons-filled.eot');
  src: url('../fonts/icons/wk-icons-filled.eot?#iefix') format('embedded-opentype'), url('../fonts/icons/wk-icons-filled.woff') format("woff"), url('../fonts/icons/wk-icons-filled.woff2') format("woff2"), url('../fonts/icons/wk-icons-filled.ttf') format("truetype");
  font-style: normal;
  font-weight: normal;
}
@keyframes wk-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
html {
  font-family: 'FiraSans-Regular', Arial, Helvetica, sans-serif;
  height: 100%;
}
body {
  height: 100%;
  color: #474747;
  font-size: 13px;
  line-height: 20px;
  padding-bottom: 0!important;
}
dt,
dd {
  line-height: inherit;
  font-weight: inherit;
}
dl {
  margin: 0;
}
em,
i {
  font-style: inherit;
}
h1,
h2,
h3,
h4,
p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  font-weight: inherit;
}
thead {
  font-family: 'FiraSans-SemiBold';
}
table {
  width: 100%;
}
textarea {
  padding: 16px;
}
img[src*="popup_load.gif"] {
  animation: wk-spin 4s infinite linear;
}
[type="text"],
[type="password"],
textarea,
select {
  border: 1px solid #e2e2e2 !important;
  transition: border 0.1s ease-out;
  background-color: #ffffff;
  border-radius: 0;
}
[type="text"][disabled="disabled"],
[type="password"][disabled="disabled"],
textarea[disabled="disabled"],
select[disabled="disabled"] {
  background-color: #ededed;
  color: #a3a3a3;
  cursor: not-allowed;
}
[type="text"][disabled="disabled"]:hover,
[type="password"][disabled="disabled"]:hover,
textarea[disabled="disabled"]:hover,
select[disabled="disabled"]:hover,
[type="text"][disabled="disabled"]:focus,
[type="password"][disabled="disabled"]:focus,
textarea[disabled="disabled"]:focus,
select[disabled="disabled"]:focus {
  border: 1px solid #cccccc !important;
  outline: 0;
}
[type="text"]:hover,
[type="password"]:hover,
textarea:hover,
select:hover,
[type="text"]:focus,
[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #000 !important;
}
input[type="checkbox"],
input[type="radio"] {
  border: 1px solid #ccc !important;
  transition: border 0.1s ease-out;
  background-color: #ffffff;
}
input[type="checkbox"][disabled="disabled"],
input[type="radio"][disabled="disabled"] {
  background-color: #ededed;
  color: #a3a3a3;
  cursor: not-allowed;
}
input[type="checkbox"][disabled="disabled"]:hover,
input[type="radio"][disabled="disabled"]:hover,
input[type="checkbox"][disabled="disabled"]:focus,
input[type="radio"][disabled="disabled"]:focus {
  border: 1px solid #cccccc !important;
}
input[type="checkbox"]:hover,
input[type="radio"]:hover,
input[type="checkbox"]:focus,
input[type="radio"]:focus {
  border: 1px solid #000 !important;
}
input[type="radio"],
input[type="checkbox"] {
  -webkit-appearance: none;
  margin: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
input[type="radio"][disabled="disabled"] + *,
input[type="checkbox"][disabled="disabled"] + * {
  color: #a3a3a3;
  cursor: not-allowed;
}
input[type="radio"]:checked,
input[type="checkbox"]:checked {
  background-position: center;
  background-repeat: no-repeat;
}
input[type="checkbox"]:checked {
  background-image: url('../../img/check.svg');
  background-size: 90%;
}
input[type="radio"] {
  border-radius: 8px;
}
input[type="radio"]:checked {
  background-image: url('../../img/filled-record.svg');
  background-size: 60%;
}
[type="text"],
[type="password"],
select {
  height: 32px;
  padding: 0 8px;
  width: 100%;
}
button,
[type="button"],
[type="submit"] {
  border: 0;
  padding: 0 16px;
  cursor: pointer;
  line-height: 32px;
  transition: background-color 0.1s ease-out;
  text-transform: uppercase;
  background-color: #007ac3;
  color: #ffffff;
  display: inline-block;
  border-radius: 0;
}
button:hover,
[type="button"]:hover,
[type="submit"]:hover,
button:focus,
[type="button"]:focus,
[type="submit"]:focus {
  background-color: #008adc;
  text-decoration: none;
  color: #ffffff;
}
input[type=radio],
input[type=checkbox] {
  margin: 0;
}
b,
strong {
  font-weight: inherit;
  font-family: 'FiraSans-SemiBold';
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  color: #007ac3;
  cursor: pointer;
}
a:hover,
a:focus {
  color: #007ac3;
  text-decoration: none;
}
blockquote {
  padding: 0 0 0 16px;
  margin: 0;
  font-size: inherit;
  border-left-color: #ededed;
}
del {
  /**/
}
ins {
  /**/
}
legend {
  margin-bottom: 0;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  border: 0;
  width: auto;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
  font-weight: inherit;
}
dfn {
  font-style: normal;
}
hr {
  margin-top: 16px;
  margin-bottom: 16px;
  border-top: 1px solid #cfcfcf;
  width: 100%;
}
fieldset {
  border: 1px solid #c0c0c0;
  padding: 16px;
}
.radio,
.checkbox {
  position: static;
  display: inline-block;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
}
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: static;
  margin-top: 0;
  margin-left: 0;
}
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: static;
  margin-top: 0;
  margin-left: 0;
}
.collapse {
  display: inline-block;
}
.close {
  float: none;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-shadow: none;
  filter: none;
  opacity: 1;
}
.close:hover,
.close:focus {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  filter: none;
  opacity: 1;
}
.panel {
  margin-bottom: 0;
  background-color: inherit;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fa {
  font: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
}
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}
.fa-print:before {
  content: "";
}
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin-top: 0;
  margin-bottom: 0;
}
.label {
  display: inline-block;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-align: inherit;
  white-space: inherit;
  vertical-align: inherit;
  border-radius: 0;
}
.navbar {
  position: static;
  min-height: auto;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  min-height: 0;
}
.navbar-default {
  background-color: inherit;
  border-color: inherit;
}
.navbar-default.affix {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 2;
  top: 0;
}
.navbar-default.affix .wk-header-menu {
  margin-top: 0;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: inherit;
}
.navbar-default .navbar-toggle {
  border-color: inherit;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: inherit;
}
.navbar-header {
  float: none;
}
.navbar-toggle {
  position: static;
  float: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  background-image: none;
  border: 0;
  border-radius: 0;
}
.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
  overflow-x: inherit;
  border-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  .navbar {
    /**/
  }
  .navbar-default {
    /**/
  }
  .navbar-default.affix {
    position: relative;
  }
  .navbar-default.affix .wk-header-menu {
    /**/
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    /**/
  }
  .navbar-default .navbar-toggle {
    /**/
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    /**/
  }
  .navbar-header {
    /**/
  }
  .navbar-toggle {
    /**/
  }
  .navbar-collapse {
    display: table;
  }
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: static;
}
.nav > li > a {
  position: static;
  padding: 0;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: inherit;
}
.nav-tabs {
  border-bottom: 0;
}
.nav-tabs > li {
  float: none;
  margin-bottom: 0;
}
.nav-tabs > li > a {
  margin-right: 0;
  line-height: inherit;
  border: 0;
  border-radius: 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: inherit;
}
.nav-tabs > li.active > a {
  color: inherit;
  background-color: inherit;
  border: 0;
  border-bottom-color: inherit;
}
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: inherit;
  background-color: inherit;
  border: 0;
  border-bottom-color: inherit;
}
.ui-dialog {
  position: static;
  padding: 0;
  width: auto;
  overflow: inherit;
}
.ui-widget-overlay {
  background: none;
  opacity: 1;
  filter: alpha(opacity=100);
  position: static;
  top: inherit;
  left: inherit;
  width: auto;
  height: auto;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  -khtml-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.row {
  margin-right: 0;
  margin-left: 0;
}
.well {
  min-height: auto;
  padding: 0;
  margin-bottom: 0;
  background-color: inherit;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.text-center {
  text-align: inherit;
}
.btn {
  display: inline-block;
  padding: 0;
  margin-bottom: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 0;
  border-radius: 0;
}
.btn-info {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}
.btn:active,
.btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn:hover,
.btn:focus {
  color: inherit;
}
.btn-group,
.btn-group-vertical {
  position: static;
  vertical-align: inherit;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: static;
  float: none;
}
.btn-group.open .dropdown-toggle,
.btn-group-vertical.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dropdown-menu {
  position: static;
  top: 100%;
  left: inherit;
  z-index: 1;
  display: none;
  float: none;
  min-width: 100%;
  padding: 0;
  margin: 0;
  font-size: inherit;
  text-align: inherit;
  list-style: none;
  background-color: inherit;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.hidden,
.is-hidden {
  display: none;
}
.allowfixed {
  position: fixed;
  width: 100%;
  z-index: 50;
  top: 60px;
}
.is-show {
  display: block;
}
.wk-is-hidden {
  display: none;
}
.wk-is-overflowhidden {
  overflow: hidden;
}
body {
  height: auto;
}
.cBody.wk-colofon {
  height: auto;
}
.wk-colofon {
  margin-left: auto;
  margin-right: auto;
  width: 28rem;
  margin-top: 10rem;
}
.wk-colofon p {
  margin: 0;
}
.wk-colofon-gracias {
  text-align: center;
}
.wk-colofon-gracias span:first-child {
  font-size: 18px;
}
.wk-colofon-gracias span:first-child + span {
  background-image: url(../img/main-logo.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  display: block;
  height: 40px;
  width: 160px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0;
  margin-top: 8px;
}
.wk-colofon-nuevaSesion {
  text-align: center;
  margin-top: 15px;
}
.wk-colofon-nuevaSesion span {
  display: block;
  line-height: 16px;
}
.wk-colofon-nuevaSesion span:first-child + span {
  margin-top: 8px;
}
.wk-colofon-nuevaSesion a {
  border: 0;
  padding: 0 16px;
  cursor: pointer;
  line-height: 32px;
  transition: background-color 0.1s ease-out;
  text-transform: uppercase;
  background-color: #007ac3;
  color: #ffffff;
  display: inline-block;
  padding: 8px 16px;
}
.wk-colofon-nuevaSesion a:hover,
.wk-colofon-nuevaSesion a:focus {
  background-color: #008adc;
  text-decoration: none;
  color: #ffffff;
}
.wk-colofon-mail {
  border: 1px solid #007ac3;
  color: #007ac3;
  padding: 16px;
  margin-top: 32px;
  border-left-width: 48px;
  position: relative;
}
.wk-colofon-mail a {
  text-decoration: underline;
}
.wk-colofon-mail:before {
  content: '\e80d';
  font-size: 24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-family: "wk-icons";
  position: absolute;
  left: -36px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .wk-colofon {
    width: 100%;
    margin-top: 1rem;
    padding-left: 16px;
    padding-right: 16px;
  }
  .wk-colofon p {
    /**/
  }
  .wk-colofon-gracias {
    /**/
  }
  .wk-colofon-gracias span:first-child {
    /**/
  }
  .wk-colofon-gracias span:first-child + span {
    /**/
  }
  .wk-colofon-nuevaSesion {
    /**/
  }
  .wk-colofon-nuevaSesion span {
    /**/
  }
  .wk-colofon-nuevaSesion span:first-child + span {
    /**/
  }
  .wk-colofon-nuevaSesion a {
    /**/
  }
  .wk-colofon-mail {
    /**/
  }
  .wk-colofon-mail a {
    /**/
  }
  .wk-colofon-mail:before {
    /**/
  }
}
.bannerout {
  margin-left: auto;
  margin-right: auto;
  display: table;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .bannerout {
    display: none;
  }
}
/*# sourceMappingURL=logout.css.map */