@charset "UTF-8";
@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  src: local("OpenSans-Regular"), url("../fonts/OpenSans/opensans-regular.woff") format("woff");
}
@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 600;
  src: local("OpenSans-Regular"), url("../fonts/OpenSans/opensans-bold.woff") format("woff");
}
@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 500;
  src: local("OpenSans-SemiBold"), url("../fonts/OpenSans/opensans-medium.woff") format("woff");
}
@font-face {
  font-family: "Unit";
  font-style: normal;
  font-weight: 400;
  src: local("Unitot"), url("../fonts/Unit/unitot.woff") format("woff");
}
@font-face {
  font-family: "Unit";
  font-style: normal;
  font-weight: 300;
  src: local("Unitot"), url("../fonts/Unit/unitot-light.woff") format("woff");
}
@font-face {
  font-family: "Unit";
  font-style: normal;
  font-weight: 500;
  src: local("Unitot"), url("../fonts/Unit/unitot-medium.woff") format("woff");
}
@font-face {
  font-family: "Unit";
  font-style: normal;
  font-weight: 600;
  src: local("Unitot"), url("../fonts/Unit/unitot-bold.woff") format("woff");
}
@font-face {
  font-family: "Icons";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Icons/icons.woff") format("woff"), url("../fonts/Icons/icons.svg") format("svg");
}
/* line 29, ../../../../tkz_scss/_tkz_scss_core/_mixins/_structurals.scss */
.lightbox[data-toggle="on"], .lightbox .lightbox-container .lightbox-content, .buttons-form-group, .accordion-button .button-container, .main-wrapper, .page-title-header, .main-header .user-button, .main-header .header-wrapper, .main-header .header-wrapper .mobile-header, .main-header .header-wrapper .mobile-header .mobile-header-container, .main-header .header-wrapper .secondary-menu, .main-header .header-wrapper .header-container, .main-header .header-wrapper .header-container .header-content, .main-header .header-wrapper .header-container .header-content .header-content-top, .main-header .header-wrapper .header-container .header-tools, .main-header .header-wrapper .search-wrapper[data-toggle="on"], .main-header .header-wrapper .search-wrapper form, .main-header .mobile-header-wrapper[data-toggle="on"] .mobile-header .user-button, .menu-wrapper .main-menu > ol, .menu-wrapper .main-menu > ol > li .submenu-linker > a,
.menu-wrapper .main-menu > ol > li .submenu-linker > button,
.menu-wrapper .main-menu > ol > li > a,
.menu-wrapper .main-menu > ol > li > button, .magazine-section .article-preview, .magazine-section .article-preview .media, .news-section .article-preview, .news-section .article-preview .media, .aside-section.info-aside-section > ul, .aside-banner-wrapper, .aside-banner, .breadcrumb-wrapper, .breadcrumb-wrapper .pdf-button, .page-nav, .list-order-header, .list-order-header .select-wrapper, .adv-container, .home-table-header, .magazine-section .articles-wrapper, .staff-article, .user-info .mailto-link, .main-aside .nav-aside-button .button-container, .theme-nav-wrapper, .theme-nav-wrapper nav ol, .pagination, .activity-legend ul, .revision-container form .form-radio, .test-wrapper form .term-container, .notification .notification-subheader, .notification .read-time-wrapper, .notifications-list .notification header, .forum-search-wrapper, .forum-header .forum-tools, .theme-order-wrapper, .theme-order-wrapper .theme-order-form .select-wrapper, .forum-theme .theme-header, .forum-post .post-author-wrapper, .forum-post .post-author-wrapper .post-author, .forum-post .theme-tools, .forum-post footer, .calendar-wrapper .calendar-filter-wrapper, .calendar-wrapper .calendar-filter-wrapper .calendar-filter-container, .calendar-wrapper .calendar-filter-wrapper .calendar-filter-container > div, .calendar-container, #ctl00_uprAgenda .preload-wrapper, .panelMes, .calendar-content .panelAGSemana table tr, .calendar-content .panelAGSemana table tr td.tdSemana > div, .events-list table tr, .lightbox .day-lightbox-content .day-header, .lightbox .day-lightbox-content .day-container .activity-container .section-title, .downloads-list, .downloads-list li .download-article, .downloads-list li .download-article .download-link-wrapper, .email-header .tabs-nav ol, .email-container .tr, .main-content .email-tools ul li a.button-read, .main-content .email-tools ul li a.button-unread, .email-tools .email-tools-container,
.email-tools .email-tools-list,
.email-tools .email-pagination,
.email-tools .email-pagination ul,
.email-tools .select-container, .write-email .fieldset-container, .write-email .fieldset-container .addressers-button, .email-sent-ok[data-toggle="on"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

/* * VH USE LIMITATION: Due to iphone's bars behaviours in Safari, the 100vh height means the bottom of the div will be partialy hidden behind the browser buttons bar (same on the top with the url's bar).
When the div's height depends on the device's height, please set the height by JS, and ask JS to constantly detect viewport size's changes. */
/* line 5, ../../../../tkz_scss/_tkz_scss_core/_reset.scss */
::-moz-selection {
  background: #dae9ee;


}

/* line 8, ../../../../tkz_scss/_tkz_scss_core/_reset.scss */
::selection {
  background: #dae9ee;
}

/* line 11, ../../../../tkz_scss/_tkz_scss_core/_reset.scss */
html {
  -webkit-tap-highlight-color: transparent;
}

/* line 14, ../../../../tkz_scss/_tkz_scss_core/_reset.scss */
button,
input,
select,
textarea {
  color: #222;
  -webkit-tap-highlight-color: rgba(201, 224, 253, 0.8);
}

/* line 21, ../../../../tkz_scss/_tkz_scss_core/_reset.scss */
body {
  -webkit-overflow-scrolling: touch;
}

/* line 24, ../../../../tkz_scss/_tkz_scss_core/_reset.scss */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 33, ../../../../tkz_scss/_tkz_scss_core/_reset.scss */
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
caption {
  font-weight: normal;
  word-wrap: break-word;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: 'liga';
  -ms-font-feature-settings: 'liga';
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
}

/* line 50, ../../../../tkz_scss/_tkz_scss_core/_reset.scss */
li {
  list-style: none;
  position: relative;
}

/* line 54, ../../../../tkz_scss/_tkz_scss_core/_reset.scss */
img {
  display: block;
  border: 0;
  max-width: 100%;
}

/* line 59, ../../../../tkz_scss/_tkz_scss_core/_reset.scss */
.ie9 img[src*=".svg"] {
  width: 100%;
  max-width: 100%;
}

/* line 63, ../../../../tkz_scss/_tkz_scss_core/_reset.scss */
img[src*=".svg"] {
  width: 100%;
  max-width: 100%;
}

/* line 67, ../../../../tkz_scss/_tkz_scss_core/_reset.scss */
a img {
  border: 0;
}

/* line 70, ../../../../tkz_scss/_tkz_scss_core/_reset.scss */
th,
td {
  vertical-align: top;
}

/* line 74, ../../../../tkz_scss/_tkz_scss_core/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 78, ../../../../tkz_scss/_tkz_scss_core/_reset.scss */
address {
  font-style: normal;
}

/* line 81, ../../../../tkz_scss/_tkz_scss_core/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
pre {
  display: block;
}

/* line 95, ../../../../tkz_scss/_tkz_scss_core/_reset.scss */
blockquote,
q {
  quotes: none;
}

/* line 99, ../../../../tkz_scss/_tkz_scss_core/_reset.scss */
ins {
  text-decoration: none;
}

/* line 102, ../../../../tkz_scss/_tkz_scss_core/_reset.scss */
del {
  text-decoration: line-through;
}

/* line 105, ../../../../tkz_scss/_tkz_scss_core/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 109, ../../../../tkz_scss/_tkz_scss_core/_reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 117, ../../../../tkz_scss/_tkz_scss_core/_reset.scss */
input,
select {
  vertical-align: middle;
}

/* line 121, ../../../../tkz_scss/_tkz_scss_core/_reset.scss */
.editor-preview {
  height: auto !important;
}

/* line 5, ../../../../tkz_scss/projects/unir/scss/_components/_modal.scss */
.modal {
  display: none;
  z-index: 400;
}
/* line 9, ../../../../tkz_scss/projects/unir/scss/_components/_modal.scss */
.modal[data-toggle="on"] {
  display: block;
}

/* line 5, ../../../../tkz_scss/projects/unir/scss/_components/_lightbox.scss */
.lightbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 400;
  opacity: 0;
  display: none;
}
/* line 18, ../../../../tkz_scss/projects/unir/scss/_components/_lightbox.scss */
.lightbox[data-toggle="on"] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  visibility: visible;
  opacity: 1;
}
/* line 25, ../../../../tkz_scss/projects/unir/scss/_components/_lightbox.scss */
.lightbox .lightbox-container {
  max-height: calc(100vh - 30px);
  height: auto;
  overflow: auto;
  width: auto;
  min-width: 570px;
  max-width: 1148px;
  margin: 0;
  padding: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  /* line 25, ../../../../tkz_scss/projects/unir/scss/_components/_lightbox.scss */
  .lightbox .lightbox-container {
    max-height: 1024px - 30px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  /* line 25, ../../../../tkz_scss/projects/unir/scss/_components/_lightbox.scss */
  .lightbox .lightbox-container {
    max-height: 768px - 30px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
  /* line 25, ../../../../tkz_scss/projects/unir/scss/_components/_lightbox.scss */
  .lightbox .lightbox-container {
    max-height: 480px - 30px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
  /* line 25, ../../../../tkz_scss/projects/unir/scss/_components/_lightbox.scss */
  .lightbox .lightbox-container {
    max-height: 320px - 30px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
  /* line 25, ../../../../tkz_scss/projects/unir/scss/_components/_lightbox.scss */
  .lightbox .lightbox-container {
    max-height: 568px - 30px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
  /* line 25, ../../../../tkz_scss/projects/unir/scss/_components/_lightbox.scss */
  .lightbox .lightbox-container {
    max-height: 320px - 30px;
  }
}
@media screen and (max-width: 1178px) {
  /* line 25, ../../../../tkz_scss/projects/unir/scss/_components/_lightbox.scss */
  .lightbox .lightbox-container {
    max-width: calc(100% - 30px);
  }
}
@media screen and (max-width: 600px) {
  /* line 25, ../../../../tkz_scss/projects/unir/scss/_components/_lightbox.scss */
  .lightbox .lightbox-container {
    min-width: 0;
    width: 100%;
  }
}
/* line 44, ../../../../tkz_scss/projects/unir/scss/_components/_lightbox.scss */
.lightbox .lightbox-container .lightbox-content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background-color: #fff;
  padding: 80px;
  position: relative;
}
@media screen and (max-width: 1020px) {
  /* line 44, ../../../../tkz_scss/projects/unir/scss/_components/_lightbox.scss */
  .lightbox .lightbox-container .lightbox-content {
    padding: 50px 15px;
  }
}
/* line 55, ../../../../tkz_scss/projects/unir/scss/_components/_lightbox.scss */
.lightbox .lightbox-container .lightbox-content .closer {
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  position: absolute;
}
/* line 59, ../../../../tkz_scss/projects/unir/scss/_components/_lightbox.scss */
.lightbox .lightbox-container .lightbox-content .lightbox-small-width {
  width: 100%;
  max-width: 400px;
}
/* line 64, ../../../../tkz_scss/projects/unir/scss/_components/_lightbox.scss */
.lightbox .lightbox-container .lightbox-content .lightbox-medium-width {
  width: 100%;
  max-width: 600px;
}

/* line 72, ../../../../tkz_scss/projects/unir/scss/_components/_lightbox.scss */
[data-layout="touch"] .lightbox[data-toggle="on"] {
  cursor: pointer;
}
/* line 75, ../../../../tkz_scss/projects/unir/scss/_components/_lightbox.scss */
[data-layout="touch"] .lightbox[data-toggle="on"] .lightbox-container {
  cursor: default;
}

/* line 5, ../../../../tkz_scss/projects/unir/scss/_components/_tabs.scss */
.tab-item-container {
  display: none;
}
/* line 8, ../../../../tkz_scss/projects/unir/scss/_components/_tabs.scss */
.tab-item-container[data-toggle="on"] {
  display: block;
}

/* line 15, ../../../../tkz_scss/projects/unir/scss/_components/_tabs.scss */
.tabs-nav ol li {
  list-style: none;
}

/* line 6, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
form fieldset {
  margin-bottom: 60px;
  position: relative;
}
/* line 10, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
form fieldset:last-of-type {
  margin-bottom: 0;
}
/* line 14, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
form fieldset > h2 {
  font-family: "Unit", sans-serif;
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}
/* line 19, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
form fieldset .checkbox,
form fieldset .radio {
  margin-bottom: 15px;
}
/* line 23, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
form fieldset .checkbox:last-of-type,
form fieldset .radio:last-of-type {
  margin-bottom: 0;
}
/* line 27, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
form fieldset .checkbox label,
form fieldset .radio label {
  font-family: "Unit", sans-serif;
  font-size: 1.188rem;
  line-height: 1.4;
  letter-spacing: 0.025rem;
}
@media screen and (max-width: 600px) {
  /* line 27, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
  form fieldset .checkbox label,
  form fieldset .radio label {
    font-size: 1.063rem;
  }
}
/* line 36, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
form fieldset .form-radio {
  position: relative;
}
/* line 41, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
form fieldset.file-upload input {
  font-size: .875rem;
  border-bottom: 0;
}
/* line 46, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
form fieldset.file-upload label {
  display: none;
}
/* line 50, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
form fieldset.file-upload small {
  margin-top: 10px;
  display: block;
}
/* line 57, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
form textarea {
  font-family: "Unit", sans-serif;
  font-size: 1rem;
  color: #333333;
  font-weight: 400;
  letter-spacing: 0.06rem;
  width: 100%;
  height: 180px;
  border: 1px solid #e4e4e4;
  padding: 15px;
}
/* line 65, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
form .error-message {
  font-family: "Unit", sans-serif;
  font-size: 0.75rem;
  color: #ef174a;
  font-weight: 400;
  letter-spacing: 0.02rem;
  top: auto;
  right: auto;
  bottom: -30px;
  left: 0;
  position: absolute;
  transition: opacity, 0.35s;
  height: auto;
  min-height: 24px;
  opacity: 0;
}
/* line 75, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
form .fieldset-error input {
  color: #ef174a;
  border-bottom-color: #ef174a;
}
/* line 80, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
form .fieldset-error select,
form .fieldset-error textarea {
  border-color: #ef174a;
}
/* line 85, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
form .fieldset-error .error-message {
  opacity: 1;
}
/* line 89, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
form .fieldset-error.file-upload input {
  color: #333333;
}

/* line 95, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
.form-title {
  font-size: 1.125rem;
  color: #0098cd;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  /* line 95, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
  .form-title {
    font-size: .9375rem;
    margin-top: 10px;
  }
}

/* line 105, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
.checkbox .form-help, .form-radio .form-help, .form-group .form-help {
  position: absolute;
  width: 100%;
}
/* line 112, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
.checkbox .form-help {
  position: relative;
}

/* line 119, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
.checkbox label,
.form-radio label {
  position: relative;
  cursor: pointer;
  padding-left: 32px;
  text-align: left;
  display: block;
}
/* line 127, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
.checkbox input,
.form-radio input {
  top: 0;
  right: auto;
  bottom: auto;
  left: auto;
  position: absolute;
  width: auto;
  width: 20px;
  opacity: 0;
  z-index: 2;
  height: 20px;
}

/* line 137, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
.radio {
  position: relative;
}
/* line 140, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
.radio .helper {
  top: -3px;
  right: auto;
  bottom: auto;
  left: -4px;
  position: absolute;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  user-select: none;
  color: #333333;
}
@media screen and (max-width: 600px) {
  /* line 140, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
  .radio .helper {
    top: -5px;
  }
}
/* line 152, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
.radio .helper::before, .radio .helper::after {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  position: absolute;
  transition: transform 0.28s ease;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '';
  margin: 7px;
  width: 12px;
  height: 12px;
  border: 2px solid #333333;
}
/* line 164, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
.radio .helper::after {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  background-color: #0098cd;
  border-color: #0098cd;
}
/* line 171, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
.radio label:hover .helper {
  color: #0098cd;
}
/* line 177, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
.radio input:checked ~ .helper::after {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
/* line 181, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
.radio input:checked ~ .helper::before {
  color: #0098cd;
  border-color: #0098cd;
}
/* line 187, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
.radio input:checked ~ label {
  color: #0098cd;
}

/* line 193, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
.checkbox {
  position: relative;
}
/* line 196, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
.checkbox .helper {
  top: 4px;
  right: auto;
  bottom: auto;
  left: 0;
  position: absolute;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  transition: border-color 0.28s ease;
  color: #333333;
  width: 16px;
  height: 16px;
  z-index: 0;
  border: 2px solid #333333;
}
@media screen and (max-width: 600px) {
  /* line 196, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
  .checkbox .helper {
    top: 1px;
  }
}
/* line 210, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
.checkbox .helper::before, .checkbox .helper::after {
  transition: opacity 0.28s ease, height 0s linear 0.28s;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  height: 0;
  width: 3px;
  background-color: #0098cd;
  display: block;
  transform-origin: left top;
  content: '';
  opacity: 0;
}
/* line 224, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
.checkbox .helper::before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  box-shadow: 0 0 0 0.0625rem #fff;
  top: 10px;
  left: 6px;
}
/* line 231, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
.checkbox .helper::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 5px;
  left: 0;
}
/* line 238, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
.checkbox label:hover .helper {
  color: #0098cd;
}
/* line 243, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
.checkbox input:checked ~ .helper {
  color: #0098cd;
  border-color: #0098cd;
}
/* line 247, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
.checkbox input:checked ~ .helper::after, .checkbox input:checked ~ .helper::before {
  transition: height 0.28s ease;
  opacity: 1;
}
/* line 253, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
.checkbox input:checked ~ .helper::after {
  height: 8px;
}
/* line 257, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
.checkbox input:checked ~ .helper::before {
  height: 19px;
  transition-delay: 0.28s;
}
/* line 263, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
.checkbox input:checked ~ label {
  color: #0098cd;
}

/* line 270, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
.checkbox-wrapper .checkbox label {
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 500;
}
/* line 274, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
.checkbox-wrapper .checkbox .helper {
  top: 2px;
}

/* line 280, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
.form-group fieldset {
  margin-bottom: 40px;
}
/* line 284, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
.form-group label,
.form-group input {
  width: 100%;
}
/* line 289, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
.form-group label {
  font-family: "Unit", sans-serif;
  font-size: 0.75rem;
  color: rgba(51, 51, 51, 0.65);
  font-weight: 400;
  letter-spacing: 0.0875rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
/* line 295, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
.form-group input {
  font-family: "Unit", sans-serif;
  font-size: 1.188rem;
  line-height: 1.4;
  letter-spacing: 0.025rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.25);
}
@media screen and (max-width: 600px) {
  /* line 295, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
  .form-group input {
    font-size: 1.063rem;
  }
}
/* line 303, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
.form-group input.datalist-input {
  font-family: "OpenSans", sans-serif;
  font-size: 1rem;
  color: #0098cd;
  font-weight: 500;
  background: url("../img/assets/select-arrow.png") no-repeat center right 5px;
}
/* line 307, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
.form-group input.datalist-input::-webkit-calendar-picker-indicator {
  opacity: 0 !important;
  cursor: pointer;
}
/* line 312, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
.form-group input.datalist-input:placeholder {
  color: #0098cd;
}
/* line 316, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
.form-group input.datalist-input::-webkit-input-placeholder {
  color: #0098cd;
}
/* line 320, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
.form-group input.datalist-input:-moz-placeholder {
  color: #0098cd;
  opacity: 1;
}
/* line 325, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
.form-group input.datalist-input::-moz-placeholder {
  color: #0098cd;
  opacity: 1;
}
/* line 330, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
.form-group input.datalist-input:-ms-input-placeholder {
  color: #0098cd;
}
/* line 334, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
.form-group input.datalist-input::-ms-clear {
  display: none;
}
/* line 339, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
.form-group input datalist {
  font-family: "OpenSans", sans-serif;
  font-size: 0.875rem;
}

/* line 345, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
.buttons-form-group {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px 0;
}
/* line 351, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
.buttons-form-group > * {
  margin-left: 10px;
  margin-bottom: 10px;
}
/* line 355, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
.buttons-form-group > *:first-of-type {
  margin-left: 0;
}
/* line 360, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
.buttons-form-group .send-button,
.buttons-form-group .reset-button {
  font-family: "Unit", sans-serif;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.0875rem;
  text-transform: uppercase;
  text-align: center;
  transition: 0.35s;
  padding: 15px 25px;
  width: auto;
  min-width: 200px;
  max-width: 100%;
  cursor: pointer;
}
/* line 371, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
.buttons-form-group .reset-button {
  background-color: rgba(51, 51, 51, 0.3);
}
/* line 374, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
.buttons-form-group .reset-button:hover {
  background-color: rgba(51, 51, 51, 0.4);
}
/* line 379, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
.buttons-form-group .send-button {
  background-color: #0098cd;
}
/* line 382, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
.buttons-form-group .send-button:hover {
  background-color: rgba(0, 152, 205, 0.75);
}

/* line 388, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
.select {
  background: url("../img/assets/select-arrow-black.png") no-repeat center right 10px;
}
/* line 391, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
.select select {
  font-family: "Unit", sans-serif;
  font-size: 0.875rem;
  border: 1px solid #e4e4e4;
  padding: 10px 30px 10px 10px;
  width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 399, ../../../../tkz_scss/projects/unir/scss/_components/_form.scss */
  .select select::-ms-expand {
    display: none;
  }
}

/* line 5, ../../../../tkz_scss/projects/unir/scss/_components/_show-more.scss */
.show-more button {
  font-size: 0.875rem;
  line-height: 2;
  color: #49A5E6;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 auto;
}
/* line 9, ../../../../tkz_scss/projects/unir/scss/_components/_show-more.scss */
.show-more button[data-toggle="off"] {
  display: none;
}

/* line 5, ../../../../tkz_scss/projects/unir/scss/_components/_accordion.scss */
.accordion-button {
  transition: background-color 1s ease;
  width: 100%;
}
/* line 9, ../../../../tkz_scss/projects/unir/scss/_components/_accordion.scss */
.accordion-button .button-container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "OpenSans", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #0098cd;
  letter-spacing: -0.005rem;
  text-align: left;
  padding: 18px 20px;
  background-color: #FFF;
  border: 1px solid #85d0e4;
  border-radius: 3px;
}
/* line 88, ../../../../tkz_scss/_tkz_scss_core/_mixins/_builders.scss */
.accordion-button .button-container::after {
  font-family: "Icons";
  display: inline-block;
  content: "";
}
@media screen and (max-width: 600px) {
  /* line 9, ../../../../tkz_scss/projects/unir/scss/_components/_accordion.scss */
  .accordion-button .button-container {
    padding: 15px;
  }
}
/* line 22, ../../../../tkz_scss/projects/unir/scss/_components/_accordion.scss */
.accordion-button .button-container::after {
  margin-top: 2px;
  margin-left: 20px;
}
/* line 28, ../../../../tkz_scss/projects/unir/scss/_components/_accordion.scss */
.accordion-button span,
.accordion-button .button-container::after {
  transition: 0.5s ease;
  opacity: 1;
}
/* line 34, ../../../../tkz_scss/projects/unir/scss/_components/_accordion.scss */
.accordion-button[data-toggle="on"] .button-container {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*background-color: transparent;*/
  background-color: #f2f7fc;
  border:0;

}
/* line 88, ../../../../tkz_scss/_tkz_scss_core/_mixins/_builders.scss */
.accordion-button[data-toggle="on"] .button-container::after {
  font-family: "Icons";
  display: inline-block;
  content: "";
}

/* line 41, ../../../../tkz_scss/projects/unir/scss/_components/_accordion.scss */
[data-layout="screen"] .accordion-button:hover span {
  opacity: .75;
}

/* line 45, ../../../../tkz_scss/projects/unir/scss/_components/_accordion.scss */
.accordion-content {
  height: auto;
  max-height: 0;
  overflow: hidden;
}
/* line 50, ../../../../tkz_scss/projects/unir/scss/_components/_accordion.scss */
.accordion-content[data-toggle="on"] {
  -webkit-animation: maxHeightIn .75s forwards;
  -moz-animation: maxHeightIn .75s forwards;
  animation: maxHeightIn .75s forwards;
  border-bottom: 1px solid #c6e2ec;
}
/* line 55, ../../../../tkz_scss/projects/unir/scss/_components/_accordion.scss */
.accordion-content[data-toggle="off"] {
  -webkit-animation: maxHeightOut .75s forwards;
  -moz-animation: maxHeightOut .75s forwards;
  animation: maxHeightOut .75s forwards;
}
/* line 60, ../../../../tkz_scss/projects/unir/scss/_components/_accordion.scss */
.accordion-content.theme-submenu[data-toggle="on"] {
  -webkit-animation: maxHeightInSmall .5s forwards;
  -moz-animation: maxHeightInSmall .5s forwards;
  animation: maxHeightInSmall .5s forwards;
  border-bottom: 1px solid #c6e2ec;
}
/* line 65, ../../../../tkz_scss/projects/unir/scss/_components/_accordion.scss */
.accordion-content.theme-submenu[data-toggle="off"] {
  -webkit-animation: maxHeightOutSmall .5s forwards;
  -moz-animation: maxHeightOutSmall .5s forwards;
  animation: maxHeightOutSmall .5s forwards;
}

/* line 5, ../../../../tkz_scss/projects/unir/scss/_commons/_grid.scss */
.container {
  max-width: 1178px;
  width: 100%;
  
}

/* line 10, ../../../../tkz_scss/projects/unir/scss/_commons/_grid.scss */
.main-wrapper {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
@media screen and (max-width: 1020px) {
  /* line 10, ../../../../tkz_scss/projects/unir/scss/_commons/_grid.scss */
  .main-wrapper {
    margin-bottom: 40px;
  }
}
/* line 19, ../../../../tkz_scss/projects/unir/scss/_commons/_grid.scss */
.main-wrapper.main-wrapper-margin {
  margin-top: 20px;
}
/* line 23, ../../../../tkz_scss/projects/unir/scss/_commons/_grid.scss */
.main-wrapper .main-content {
  width: auto;
  margin-right: 40px;
}
@media screen and (max-width: 1020px) {
  /* line 23, ../../../../tkz_scss/projects/unir/scss/_commons/_grid.scss */
  .main-wrapper .main-content {
    width: 100%;
    margin-right: 0;
  }
}
/* line 32, ../../../../tkz_scss/projects/unir/scss/_commons/_grid.scss */
.main-wrapper .main-content.full-main-content {
  width: 100%;
  margin-right: 0;
}
/* line 38, ../../../../tkz_scss/projects/unir/scss/_commons/_grid.scss */
.main-wrapper .main-aside {
  width: 240px;
}
@media screen and (max-width: 1020px) {
  /* line 38, ../../../../tkz_scss/projects/unir/scss/_commons/_grid.scss */
  .main-wrapper .main-aside {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1020px) {
  /* line 46, ../../../../tkz_scss/projects/unir/scss/_commons/_grid.scss */
  .main-wrapper .main-aside:first-child {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
/* line 53, ../../../../tkz_scss/projects/unir/scss/_commons/_grid.scss */
.main-wrapper .main-aside ~ .main-content {
  margin-right: 0;
  margin-left: 40px;
}
@media screen and (max-width: 1020px) {
  /* line 53, ../../../../tkz_scss/projects/unir/scss/_commons/_grid.scss */
  .main-wrapper .main-aside ~ .main-content {
    margin-left: 0;
  }
}

/* line 64, ../../../../tkz_scss/projects/unir/scss/_commons/_grid.scss */
.Home .main-container {
  margin-top: 60px;
}
@media screen and (max-width: 1020px) {
  /* line 64, ../../../../tkz_scss/projects/unir/scss/_commons/_grid.scss */
  .Home .main-container {
    margin-top: 40px;
  }
}

/* line 10, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
body {
  font-family: "OpenSans", sans-serif;
  color: #333333;
  position: relative;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
}
/* line 16, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
body[data-toggle="on"] {
  overflow: hidden;
}

/* line 21, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
.fbody {
  width: 100%;
  overflow-x: hidden;
}

/* line 26, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
button,
input,
select,
textarea {
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #000;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 38, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
img,
.media img {
  width: auto;
  height: auto;
}

/* line 44, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
h1,
h2,
h3,
h4,
h5
h6 {
  -moz-font-feature-settings: normal;
  -ms-font-feature-settings: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
}

/* line 57, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
.subtitle {
  font-size: 0.875rem;
  line-height: 1;
  color: #333333;
  font-weight: 500;
  letter-spacing: 0.02rem;
  margin-bottom: 15px;
}

/* line 62, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
.page-title-header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 0 20px;
  border-bottom: 1px solid #0098cd;
}
/* line 68, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
.page-title-header .page-title {
  font-size: 1rem;
  line-height: 1;
  color: #0098cd;
  font-weight: 600;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
}
/* line 72, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
.page-title-header h2.page-title {
  font-size: .875rem;
  margin-bottom: 10px;
}
/* line 76, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
.page-title-header h2.page-title span {
  display: block;
  margin-bottom: 10px;
}
/* line 82, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
.page-title-header .closer {
  font-size: 0.75rem;
  color: #0098cd;
  text-decoration: none;
  margin-left: 20px;
}
/* line 86, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
.page-title-header .closer:hover {
  color: #333333;
}

/* line 92, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
a,
button {
  display: block;
  cursor: pointer;
  outline: none;
}

/* line 99, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
a::-moz-focus-inner {
  border: 0;
}

/* line 103, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
button::-moz-focus-inner {
  border: 0;
}

/* line 107, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
p,
.main-content li {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #333333;
}
/* line 111, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
p a,
.main-content li a {
  display: inline;
  text-decoration: underline;
  color: inherit;
}
/* line 116, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
p a:hover,
.main-content li a:hover {
  text-decoration: none;
  opacity: 1;
}
/* line 122, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
p strong,
.main-content li strong {
  font-weight: 500;
}

/* line 127, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
p.highlight-text {
  background-color: #e4e4e4;
  padding: 15px;
}

/* line 134, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
.main-content ul li,
.main-content ol li {
  margin-bottom: 20px;
}
/* line 137, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
.main-content ul li:last-of-type,
.main-content ol li:last-of-type {
  margin-bottom: 0;
}

/* line 143, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
.content-panel {
  background-color: #fff;
}
/* line 146, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
.content-panel.padding-panel {
  padding: 20px;
}
@media screen and (max-width: 1020px) {
  /* line 146, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
  .content-panel.padding-panel {
    padding: 15px;
  }
}
/* line 154, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
.content-panel.margin-panel {
  margin-bottom: 40px;
}
/* line 157, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
.content-panel.margin-panel:last-of-type {
  margin-bottom: 0;
}
/* line 162, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
.content-panel .page-title-header {
  border-bottom: 0;
  padding-bottom: 0;
}
/* line 167, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
.content-panel .page-title {
  margin: 0 0 30px;
  padding: 0;
  border-bottom: 0;
}
/* line 173, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
.content-panel p {
  margin-bottom: 15px;
}
/* line 176, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
.content-panel p:last-child {
  margin-bottom: 0;
}

/* line 182, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
.h4-block {
  font-family: "Unit", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.0875rem;
  text-transform: uppercase;
  background-color: #dae9ee;
  padding: 15px 20px;
}
@media screen and (max-width: 1020px) {
  /* line 182, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
  .h4-block {
    padding: 15px 15px;
  }
}

/* line 192, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
.search-results-header {
  font-size: 0.9375rem;
  color: #333333;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
}
/* line 198, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
.search-results-header strong {
  font-weight: 500;
}

/* line 203, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
.back-button {
  margin: 20px 0 60px;
}
/* line 206, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
.back-button a {
  font-family: "Unit", sans-serif;
  font-size: 0.875rem;
  color: #0098cd;
  font-weight: 500;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}
/* line 210, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
.back-button a:hover {
  color: #333333;
}

/* line 216, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
}
/* line 222, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes maxHeightIn {
  0% {
    max-height: 0;
  }
  99% {
    max-height: 2000px;
  }
  100% {
    max-height: 9999999px;
  }
}
@keyframes maxHeightIn {
  0% {
    max-height: 0;
  }
  99% {
    max-height: 2000px;
  }
  100% {
    max-height: 9999999px;
  }
}
@-moz-keyframes maxHeightIn {
  0% {
    max-height: 0;
  }
  99% {
    max-height: 2000px;
  }
  100% {
    max-height: 9999999px;
  }
}
@-webkit-keyframes maxHeightOut {
  0% {
    max-height: 9999999px;
  }
  1% {
    max-height: 2000px;
  }
  100% {
    max-height: 0;
  }
}
@keyframes maxHeightOut {
  0% {
    max-height: 9999999px;
  }
  1% {
    max-height: 2000px;
  }
  100% {
    max-height: 0;
  }
}
@-moz-keyframes maxHeightOut {
  0% {
    max-height: 9999999px;
  }
  1% {
    max-height: 2000px;
  }
  100% {
    max-height: 0;
  }
}
@-webkit-keyframes maxHeightInSmall {
  0% {
    max-height: 0;
  }
  99% {
    max-height: 600px;
  }
  100% {
    max-height: 9999999px;
  }
}
@keyframes maxHeightInSmall {
  0% {
    max-height: 0;
  }
  99% {
    max-height: 600px;
  }
  100% {
    max-height: 9999999px;
  }
}
@-moz-keyframes maxHeightInSmall {
  0% {
    max-height: 0;
  }
  99% {
    max-height: 600px;
  }
  100% {
    max-height: 9999999px;
  }
}
@-webkit-keyframes maxHeightOutSmall {
  0% {
    max-height: 9999999px;
  }
  1% {
    max-height: 580px;
  }
  100% {
    max-height: 0;
  }
}
@keyframes maxHeightOutSmall {
  0% {
    max-height: 9999999px;
  }
  1% {
    max-height: 580px;
  }
  100% {
    max-height: 0;
  }
}
@-moz-keyframes maxHeightOutSmall {
  0% {
    max-height: 9999999px;
  }
  1% {
    max-height: 580px;
  }
  100% {
    max-height: 0;
  }
}
/* Loading para lazyload  */
/* line 256, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
figure > a > span,
figure > span,
.media span {
  width: 100%;
  display: block;
}

/* line 265, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
figure span[data-toggle="off"],
.media span[data-toggle="off"] {
  background: url("../img/assets/loader.svg") no-repeat center center;
  background-size: 80px;
}
/* line 270, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
figure span[data-toggle="on"],
.media span[data-toggle="on"] {
  background-image: none;
}
/* line 274, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
figure span > a:not(.video-toggler),
.media span > a:not(.video-toggler) {
  display: block;
  height: 100%;
}
/* line 278, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
figure span > a:not(.video-toggler)[data-toggle="off"],
.media span > a:not(.video-toggler)[data-toggle="off"] {
  background: url("../img/assets/loader.svg") no-repeat center center;
  background-size: 80px;
}
/* line 283, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
figure span > a:not(.video-toggler)[data-toggle="on"],
.media span > a:not(.video-toggler)[data-toggle="on"] {
  background-image: none;
}

/* Loading para noticias */
/* line 290, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
.preload {
  font-family: "OpenSans", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #666;
  font-weight: 500;
  display: none;
  text-align: center;
  margin: 80px 0;
}
/* line 296, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
.preload[data-toggle="on"] {
  display: block;
}
/* line 300, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
.preload .media {
  margin-bottom: 25px;
}
/* line 303, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
.preload .media svg {
  width: 85px;
  height: 85px;
}
/* line 307, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
.preload .media svg path,
.preload .media svg rect {
  fill: #49A5E6;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 303, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
  .preload .media svg {
    display: none;
  }
}
@supports (-ms-ime-align: auto) {
  /* line 303, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
  .preload .media svg {
    display: none;
  }
}
/* line 322, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
.preload .media .loader-fallback-ie {
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 322, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
  .preload .media .loader-fallback-ie {
    display: block;
    text-align: center;
  }
  /* line 330, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
  .preload .media .loader-fallback-ie img {
    width: 64px;
    display: inline-block;
  }
}
@supports (-ms-ime-align: auto) {
  /* line 322, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
  .preload .media .loader-fallback-ie {
    display: block;
    text-align: center;
  }
  /* line 340, ../../../../tkz_scss/projects/unir/scss/_commons/_basic.scss */
  .preload .media .loader-fallback-ie img {
    width: 64px;
    display: inline-block;
  }
}

/* line 5, ../../../../tkz_scss/projects/unir/scss/_commons/_tables.scss */
.table-section {
  margin-bottom: 60px;
}
/* line 8, ../../../../tkz_scss/projects/unir/scss/_commons/_tables.scss */
.table-section:last-child {
  margin-bottom: 0;
}

/* line 13, ../../../../tkz_scss/projects/unir/scss/_commons/_tables.scss */
.table-wrapper {
  width: 100%;
  overflow: auto;
}

/* line 18, ../../../../tkz_scss/projects/unir/scss/_commons/_tables.scss */
.table-title {
  font-size: 0.9375rem;
  line-height: 1;
  color: #0098cd;
  font-weight: 600;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
}
/* line 21, ../../../../tkz_scss/projects/unir/scss/_commons/_tables.scss */
.table-title span {
  display: block;
  margin-bottom: 10px;
}
/* line 25, ../../../../tkz_scss/projects/unir/scss/_commons/_tables.scss */
.table-title span.small {
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 500;
  text-transform: none;
}
/* line 29, ../../../../tkz_scss/projects/unir/scss/_commons/_tables.scss */
.table-title span:last-of-type {
  margin-bottom: 0;
}

/* line 35, ../../../../tkz_scss/projects/unir/scss/_commons/_tables.scss */
table {
  font-size: .875rem;
  width: 100%;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
}
/* line 41, ../../../../tkz_scss/projects/unir/scss/_commons/_tables.scss */
table tr {
  border-bottom: 1px solid #e4e4e4;
}
/* line 45, ../../../../tkz_scss/projects/unir/scss/_commons/_tables.scss */
table tbody tr:last-child {
  border-bottom: 0;
}
/* line 49, ../../../../tkz_scss/projects/unir/scss/_commons/_tables.scss */
table th,
table td {
  padding: 14px 4px;
  text-align: left;
  vertical-align: middle;
}
/* line 56, ../../../../tkz_scss/projects/unir/scss/_commons/_tables.scss */
table td > a,
table .td-content > a {
  color: #0098cd;
  text-decoration: none;
}
/* line 60, ../../../../tkz_scss/projects/unir/scss/_commons/_tables.scss */
table td > a:hover,
table .td-content > a:hover {
  color: #333333;
}

@media screen and (max-width: 600px) {
  /* line 68, ../../../../tkz_scss/projects/unir/scss/_commons/_tables.scss */
  .responsive-table th {
    display: none;
  }
  /* line 72, ../../../../tkz_scss/projects/unir/scss/_commons/_tables.scss */
  .responsive-table td {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e4e4e4;
    font-size: .75rem;
  }
  /* line 81, ../../../../tkz_scss/projects/unir/scss/_commons/_tables.scss */
  .responsive-table td::before {
    content: attr(data-th) ":";
    width: 40%;
    display: block;
    font-weight: 500;
    padding-right: 10px;
  }
  /* line 89, ../../../../tkz_scss/projects/unir/scss/_commons/_tables.scss */
  .responsive-table td .td-content {
    width: 60%;
  }
  /* line 94, ../../../../tkz_scss/projects/unir/scss/_commons/_tables.scss */
  .responsive-table tr {
    border-bottom: 0;
  }
  /* line 97, ../../../../tkz_scss/projects/unir/scss/_commons/_tables.scss */
  .responsive-table tr td:first-of-type {
    background-color: #dae9ee;
  }
}

/* line 5, ../../../../tkz_scss/projects/unir/scss/_commons/_social.scss */
.icon-facebook {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 62, ../../../../tkz_scss/_tkz_scss_core/_mixins/_builders.scss */
.icon-facebook::before {
  font-family: "Icons";
  display: inline-block;
  content: "";
}

/* line 9, ../../../../tkz_scss/projects/unir/scss/_commons/_social.scss */
.icon-twitter {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 62, ../../../../tkz_scss/_tkz_scss_core/_mixins/_builders.scss */
.icon-twitter::before {
  font-family: "Icons";
  display: inline-block;
  content: "";
}

/* line 13, ../../../../tkz_scss/projects/unir/scss/_commons/_social.scss */
.icon-instagram {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 62, ../../../../tkz_scss/_tkz_scss_core/_mixins/_builders.scss */
.icon-instagram::before {
  font-family: "Icons";
  display: inline-block;
  content: "";
}

/* line 17, ../../../../tkz_scss/projects/unir/scss/_commons/_social.scss */
.icon-linkedin {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 62, ../../../../tkz_scss/_tkz_scss_core/_mixins/_builders.scss */
.icon-linkedin::before {
  font-family: "Icons";
  display: inline-block;
  content: "";
}

/* line 21, ../../../../tkz_scss/projects/unir/scss/_commons/_social.scss */
.icon-youtube {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 62, ../../../../tkz_scss/_tkz_scss_core/_mixins/_builders.scss */
.icon-youtube::before {
  font-family: "Icons";
  display: inline-block;
  content: "";
}

/* line 25, ../../../../tkz_scss/projects/unir/scss/_commons/_social.scss */
.icon-google-maps {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 62, ../../../../tkz_scss/_tkz_scss_core/_mixins/_builders.scss */
.icon-google-maps::before {
  font-family: "Icons";
  display: inline-block;
  content: "";
}

/* line 29, ../../../../tkz_scss/projects/unir/scss/_commons/_social.scss */
.icon-google-plus {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 62, ../../../../tkz_scss/_tkz_scss_core/_mixins/_builders.scss */
.icon-google-plus::before {
  font-family: "Icons";
  display: inline-block;
  content: "";
}

/* line 5, ../../../../tkz_scss/projects/unir/scss/_commons/_buttons.scss */
.email-button,
.notification-button,
.settings-button,
.closer,
.menu-button,
.search-button,
.prev-button,
.next-button,
.alert-button {
  color: #333333;
}
/* line 16, ../../../../tkz_scss/projects/unir/scss/_commons/_buttons.scss */
.email-button span,
.notification-button span,
.settings-button span,
.closer span,
.menu-button span,
.search-button span,
.prev-button span,
.next-button span,
.alert-button span {
  display: none;
}

/* line 21, ../../../../tkz_scss/projects/unir/scss/_commons/_buttons.scss */
.email-button,
.notification-button,
.alert-button {
  text-decoration: none;
  position: relative;
  padding-right: 8px;
}
/* line 28, ../../../../tkz_scss/projects/unir/scss/_commons/_buttons.scss */
.email-button::after,
.notification-button::after,
.alert-button::after {
  -webkit-border-radius: 100px;
  border-radius: 100px;
  font-size: 0.75rem;
  color: #ffffff;
  text-align: center;
  top: -4px;
  right: auto;
  bottom: auto;
  left: 100%;
  position: absolute;
  margin-left: -50%;
  content: attr(data-value);
  display: block;
  width: auto;
  min-width: 9px;
  height: 17px;
  padding: 0 4px;
  background-color: #ef174a;
}
/* line 42, ../../../../tkz_scss/projects/unir/scss/_commons/_buttons.scss */
.email-button[data-value="0"]::after,
.notification-button[data-value="0"]::after,
.alert-button[data-value="0"]::after {
  background-color: #333333;
}

/* line 47, ../../../../tkz_scss/projects/unir/scss/_commons/_buttons.scss */
.email-button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 62, ../../../../tkz_scss/_tkz_scss_core/_mixins/_builders.scss */
.email-button::before {
  font-family: "Icons";
  display: inline-block;
  font-size: 1.75rem;
  content: "";
}

/* line 51, ../../../../tkz_scss/projects/unir/scss/_commons/_buttons.scss */
.notification-button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 62, ../../../../tkz_scss/_tkz_scss_core/_mixins/_builders.scss */
.notification-button::before {
  font-family: "Icons";
  display: inline-block;
  font-size: 1.75rem;
  content: "";
}

/* line 55, ../../../../tkz_scss/projects/unir/scss/_commons/_buttons.scss */
.alert-button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 62, ../../../../tkz_scss/_tkz_scss_core/_mixins/_builders.scss */
.alert-button::before {
  font-family: "Icons";
  display: inline-block;
  font-size: 1.75rem;
  content: "";
}

/* line 59, ../../../../tkz_scss/projects/unir/scss/_commons/_buttons.scss */
.settings-button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: url("../img/icons/settings.svg") no-repeat;
  background-size: 31px;
}
/* line 62, ../../../../tkz_scss/_tkz_scss_core/_mixins/_builders.scss */
.settings-button::before {
  font-family: "Icons";
  display: inline-block;
  font-size: 1.938rem;
  content: "";
}
/* line 64, ../../../../tkz_scss/projects/unir/scss/_commons/_buttons.scss */
.settings-button::before {
  opacity: 0;
}

/* line 69, ../../../../tkz_scss/projects/unir/scss/_commons/_buttons.scss */
.closer {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
}
/* line 62, ../../../../tkz_scss/_tkz_scss_core/_mixins/_builders.scss */
.closer::before {
  font-family: "Icons";
  display: inline-block;
  font-size: 1rem;
  content: "";
}
/* line 73, ../../../../tkz_scss/projects/unir/scss/_commons/_buttons.scss */
.closer:hover {
  color: #0098cd;
}

/* line 78, ../../../../tkz_scss/projects/unir/scss/_commons/_buttons.scss */
.search-button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 25px;
}
/* line 62, ../../../../tkz_scss/_tkz_scss_core/_mixins/_builders.scss */
.search-button::before {
  font-family: "Icons";
  display: inline-block;
  font-size: 1.5rem;
  content: "";
}

/* line 83, ../../../../tkz_scss/projects/unir/scss/_commons/_buttons.scss */
.filters-button {
  font-size: 0.75rem;
  line-height: 1;
  color: #333333;
  font-weight: 400;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 88, ../../../../tkz_scss/_tkz_scss_core/_mixins/_builders.scss */
.filters-button::after {
  font-family: "Icons";
  display: inline-block;
  font-size: 1.25rem;
  margin-left: 10px;
  content: "";
}
/* line 87, ../../../../tkz_scss/projects/unir/scss/_commons/_buttons.scss */
.filters-button.active, .filters-button[data-toggle="on"] {
  color: #0098cd;
}
/* line 92, ../../../../tkz_scss/projects/unir/scss/_commons/_buttons.scss */
.filters-button span {
  font-family: "OpenSans", sans-serif;
  display: inline-block;
  vertical-align: 3px;
}
/* line 98, ../../../../tkz_scss/projects/unir/scss/_commons/_buttons.scss */
.filters-button:hover {
  opacity: .85;
}

/* line 103, ../../../../tkz_scss/projects/unir/scss/_commons/_buttons.scss */
.menu-button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 25px;
  height: 25px;
}
/* line 62, ../../../../tkz_scss/_tkz_scss_core/_mixins/_builders.scss */
.menu-button::before {
  font-family: "Icons";
  display: inline-block;
  font-size: 1.5rem;
  content: "";
}

/* line 109, ../../../../tkz_scss/projects/unir/scss/_commons/_buttons.scss */
.file-button,
.th.attachment-td,
.attachment-td a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 62, ../../../../tkz_scss/_tkz_scss_core/_mixins/_builders.scss */
.file-button::before,
.th.attachment-td::before,
.attachment-td a::before {
  font-family: "Icons";
  display: inline-block;
  font-size: 1rem;
  margin-right: 10px;
  content: "";
}

/* line 115, ../../../../tkz_scss/projects/unir/scss/_commons/_buttons.scss */
.attachment-td span {
  display: none;
}

/* line 119, ../../../../tkz_scss/projects/unir/scss/_commons/_buttons.scss */
.reply-button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 62, ../../../../tkz_scss/_tkz_scss_core/_mixins/_builders.scss */
.reply-button::before {
  font-family: "Icons";
  display: inline-block;
  font-size: 1rem;
  margin-right: 10px;
  content: "";
}
/* line 122, ../../../../tkz_scss/projects/unir/scss/_commons/_buttons.scss */
.reply-button[data-toggle="on"] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 62, ../../../../tkz_scss/_tkz_scss_core/_mixins/_builders.scss */
.reply-button[data-toggle="on"]::before {
  font-family: "Icons";
  display: inline-block;
  font-size: 0.875rem;
  margin-right: 10px;
  content: "";
}

/* line 129, ../../../../tkz_scss/projects/unir/scss/_commons/_buttons.scss */
.new-theme-button::before,
.help-button::before {
  font-family: "OpenSans", sans-serif;
  font-size: 0.6rem;
  line-height: 18px;
  color: #0098cd;
  font-weight: 600;
  text-align: center;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border: 2px solid #0098cd;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
/* line 140, ../../../../tkz_scss/projects/unir/scss/_commons/_buttons.scss */
.new-theme-button:hover::before,
.help-button:hover::before {
  border-color: #333333;
  color: #333333;
}

/* line 147, ../../../../tkz_scss/projects/unir/scss/_commons/_buttons.scss */
.new-theme-button::before {
  content: "N";
}

/* line 152, ../../../../tkz_scss/projects/unir/scss/_commons/_buttons.scss */
.back-button a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 62, ../../../../tkz_scss/_tkz_scss_core/_mixins/_builders.scss */
.back-button a::before {
  font-family: "Icons";
  display: inline-block;
  font-size: 1rem;
  margin-right: 10px;
  content: "";
}

/* line 157, ../../../../tkz_scss/projects/unir/scss/_commons/_buttons.scss */
.help-button::before {
  content: "?";
}

/* line 162, ../../../../tkz_scss/projects/unir/scss/_commons/_buttons.scss */
.attachment-file {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 62, ../../../../tkz_scss/_tkz_scss_core/_mixins/_builders.scss */
.attachment-file::before {
  font-family: "Icons";
  display: inline-block;
  font-size: 1rem;
  margin-right: 10px;
  content: "";
}

/* line 166, ../../../../tkz_scss/projects/unir/scss/_commons/_buttons.scss */
.pdf-file {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 62, ../../../../tkz_scss/_tkz_scss_core/_mixins/_builders.scss */
.pdf-file::before {
  font-family: "Icons";
  display: inline-block;
  font-size: 1rem;
  margin-right: 10px;
  content: "";
}

/* line 170, ../../../../tkz_scss/projects/unir/scss/_commons/_buttons.scss */
.xls-file {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 62, ../../../../tkz_scss/_tkz_scss_core/_mixins/_builders.scss */
.xls-file::before {
  font-family: "Icons";
  display: inline-block;
  font-size: 1rem;
  margin-right: 10px;
  content: "";
}

/* line 174, ../../../../tkz_scss/projects/unir/scss/_commons/_buttons.scss */
.image-file {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 62, ../../../../tkz_scss/_tkz_scss_core/_mixins/_builders.scss */
.image-file::before {
  font-family: "Icons";
  display: inline-block;
  font-size: 1rem;
  margin-right: 10px;
  content: "";
}

/* line 178, ../../../../tkz_scss/projects/unir/scss/_commons/_buttons.scss */
.doc-file {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 62, ../../../../tkz_scss/_tkz_scss_core/_mixins/_builders.scss */
.doc-file::before {
  font-family: "Icons";
  display: inline-block;
  font-size: 1rem;
  margin-right: 10px;
  content: "";
}

/* line 182, ../../../../tkz_scss/projects/unir/scss/_commons/_buttons.scss */
.scheme-button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "OpenSans", sans-serif;
  font-size: 0.8125rem;
  color: #0098cd;
  font-weight: 500;
}
/* line 88, ../../../../tkz_scss/_tkz_scss_core/_mixins/_builders.scss */
.scheme-button::after {
  font-family: "Icons";
  display: inline-block;
  font-size: 1rem;
  margin-left: 10px;
  content: "";
}

/* line 187, ../../../../tkz_scss/projects/unir/scss/_commons/_buttons.scss */
.pdf-button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 62, ../../../../tkz_scss/_tkz_scss_core/_mixins/_builders.scss */
.pdf-button::before {
  font-family: "Icons";
  display: inline-block;
  font-size: 1.25rem;
  margin-right: 10px;
  content: "";
}

/* line 191, ../../../../tkz_scss/projects/unir/scss/_commons/_buttons.scss */
.prev-button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 62, ../../../../tkz_scss/_tkz_scss_core/_mixins/_builders.scss */
.prev-button::before {
  font-family: "Icons";
  display: inline-block;
  font-size: 1rem;
  content: "";
}

/* line 195, ../../../../tkz_scss/projects/unir/scss/_commons/_buttons.scss */
.next-button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 62, ../../../../tkz_scss/_tkz_scss_core/_mixins/_builders.scss */
.next-button::before {
  font-family: "Icons";
  display: inline-block;
  font-size: 1rem;
  content: "";
}

/* line 199, ../../../../tkz_scss/projects/unir/scss/_commons/_buttons.scss */
.button-store,
.button-delete,
.button-read,
.button-unread {
  text-decoration: none;
  position: relative;
  padding-right: 8px;
}

/* line 208, ../../../../tkz_scss/projects/unir/scss/_commons/_buttons.scss */
.button-store {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 62, ../../../../tkz_scss/_tkz_scss_core/_mixins/_builders.scss */
.button-store::before {
  font-family: "Icons";
  display: inline-block;
  font-size: 1.5rem;
  content: "";
}

/* line 212, ../../../../tkz_scss/projects/unir/scss/_commons/_buttons.scss */
.button-delete {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 62, ../../../../tkz_scss/_tkz_scss_core/_mixins/_builders.scss */
.button-delete::before {
  font-family: "Icons";
  display: inline-block;
  font-size: 1.5rem;
  content: "";
}

/* line 216, ../../../../tkz_scss/projects/unir/scss/_commons/_buttons.scss */
.button-unread {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
/* line 62, ../../../../tkz_scss/_tkz_scss_core/_mixins/_builders.scss */
.button-unread::before {
  font-family: "Icons";
  display: inline-block;
  font-size: 1.5rem;
  content: "";
}
/* line 220, ../../../../tkz_scss/projects/unir/scss/_commons/_buttons.scss */
.button-unread::before {
  margin-top: 5px;
}
/* line 224, ../../../../tkz_scss/projects/unir/scss/_commons/_buttons.scss */
.button-unread::after {
  -webkit-border-radius: 100px;
  border-radius: 100px;
  font-size: 0.6rem;
  line-height: 17px;
  color: #ffffff;
  text-align: center;
  top: 5px;
  right: auto;
  bottom: auto;
  left: 15px;
  position: absolute;
  content: "N";
  display: block;
  height: 17px;
  width: 17px;
  background-color: #333333;
}

/* line 236, ../../../../tkz_scss/projects/unir/scss/_commons/_buttons.scss */
.button-read {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
/* line 62, ../../../../tkz_scss/_tkz_scss_core/_mixins/_builders.scss */
.button-read::before {
  font-family: "Icons";
  display: inline-block;
  font-size: 2rem;
  content: "";
}
/* line 240, ../../../../tkz_scss/projects/unir/scss/_commons/_buttons.scss */
.button-read::before {
  margin-top: 5px;
}

/* line 5, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header {
  margin-bottom: 20px;
  position: relative;
  z-index: 200;
}
@media screen and (max-width: 1020px) {
  /* line 5, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
  .main-header {
    height: 110px;
  }
  /* line 14, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
  .main-header[data-toggle="on"] .main-header-wrapper {
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    position: fixed;
    height: 110px;
    background-color: #f3f3f3;
  }
  /* line 20, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
  .main-header[data-toggle="on"] .header-wrapper .mobile-header {
    border: 0;
  }
}
/* line 26, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header a,
.main-header button {
  transition: 0.35s;
}
/* line 31, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header a:hover::before,
.main-header button:hover::before {
  color: #0098cd;
}
/* line 37, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .user-button {
  font-family: "OpenSans", sans-serif;
  font-size: 0.75rem;
  color: #333333;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 1020px) {
  /* line 37, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
  .main-header .user-button {
    color: #fff;
  }
}
/* line 47, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .user-button .media {
  width: 45px;
}
@media screen and (max-width: 1020px) {
  /* line 47, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
  .main-header .user-button .media {
    width: 34px;
  }
}
/* line 54, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .user-button .media img {
  -webkit-border-radius: 100px;
  border-radius: 100px;
  width: 100%;
}
/* line 59, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .user-button .media.generic-avatar {
  width: 34px;
}
/* line 64, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .user-button span {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-weight: 600;
  width: auto;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  max-width: 260px;
  text-overflow: ellipsis;
  margin-right: 15px;
}
@media screen and (max-width: 600px) {
  /* line 64, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
  .main-header .user-button span {
    display: none;
  }
}
/* line 80, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .user-button:hover {
  color: #0098cd;
}
/* line 85, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .header-wrapper {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* line 89, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .header-wrapper .mobile-header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #d6d6d6;
  padding: 10px 0;
  height: 60px;
}
/* line 96, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .header-wrapper .mobile-header .mobile-header-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
/* line 101, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .header-wrapper .mobile-header .logo {
  width: 170px;
  margin-left: 30px;
}
/* line 105, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .header-wrapper .mobile-header .logo img {
  width: 100%;
}
/* line 109, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .header-wrapper .mobile-header .logo:hover {
  opacity: .75;
}
/* line 114, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .header-wrapper .mobile-header .logo-negative {
  display: none;
}
/* line 119, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .header-wrapper .mobile-header .menu-button:hover::before {
  color: #333333;
}
/* line 123, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .header-wrapper .mobile-header .menu-button[data-toggle="on"] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 62, ../../../../tkz_scss/_tkz_scss_core/_mixins/_builders.scss */
.main-header .header-wrapper .mobile-header .menu-button[data-toggle="on"]::before {
  font-family: "Icons";
  display: inline-block;
  font-size: 1.125rem;
  content: "";
}
/* line 128, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .header-wrapper .mobile-header .user-button {
  display: none;
}
/* line 133, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .header-wrapper .secondary-menu {
  margin-right: 20px;
}
@media screen and (max-width: 1020px) {
  /* line 133, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
  .main-header .header-wrapper .secondary-menu {
    display: none;
  }
}
/* line 141, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .header-wrapper .secondary-menu li {
  margin-right: 10px;
  padding-right: 10px;
}
/* line 145, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .header-wrapper .secondary-menu li::after {
  top: 2px;
  right: 0;
  bottom: auto;
  left: auto;
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background-color: #0098cd;
}
/* line 155, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .header-wrapper .secondary-menu li:last-child::after {
  display: none;
}
/* line 160, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .header-wrapper .secondary-menu li a {
  font-size: 0.75rem;
  color: #0098cd;
  letter-spacing: 0.015rem;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 163, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .header-wrapper .secondary-menu li a:hover {
  color: #333333;
}
/* line 170, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .header-wrapper .header-container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 1021px) {
  /* line 170, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
  .main-header .header-wrapper .header-container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1020px) {
  /* line 170, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
  .main-header .header-wrapper .header-container {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
    height: 50px;
    background-color: #333333;
  }
}
/* line 187, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .header-wrapper .header-container .logo {
  width: 135px;
}
@media screen and (max-width: 1020px) {
  /* line 187, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
  .main-header .header-wrapper .header-container .logo {
    display: none;
  }
}
/* line 195, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .header-wrapper .header-container .header-content {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
@media screen and (min-width: 1021px) {
  /* line 195, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
  .main-header .header-wrapper .header-container .header-content {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 91px;
    position: relative;
  }
}
@media screen and (max-width: 1020px) {
  /* line 195, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
  .main-header .header-wrapper .header-container .header-content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
  }
}
/* line 210, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .header-wrapper .header-container .header-content .header-content-top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (min-width: 1021px) {
  /* line 210, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
  .main-header .header-wrapper .header-container .header-content .header-content-top {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1020px) {
  /* line 219, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
  .main-header .header-wrapper .header-container .header-content .header-tools-container {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
    position: static;
    margin-bottom: 2px;
  }
}
/* line 228, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .header-wrapper .header-container .header-tools {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
/* line 232, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .header-wrapper .header-container .header-tools li {
  margin-left: 30px;
}
@media screen and (max-width: 1020px) {
  /* line 235, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
  .main-header .header-wrapper .header-container .header-tools li:first-child {
    margin-left: 0;
  }
}
/* line 241, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .header-wrapper .header-container .header-tools li.header-tool-search {
  height: 25px;
}
@media screen and (max-width: 1020px) {
  /* line 244, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
  .main-header .header-wrapper .header-container .header-tools li.header-tool-search .search-button::before {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 1020px) {
  /* line 255, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
  .main-header .header-wrapper .header-container .header-tools .email-button::before,
  .main-header .header-wrapper .header-container .header-tools .alert-button::before {
    color: #fff;
    font-size: 1.75rem;
  }
  /* line 260, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
  .main-header .header-wrapper .header-container .header-tools .email-button:hover::before,
  .main-header .header-wrapper .header-container .header-tools .alert-button:hover::before {
    color: #0098cd;
  }
  /* line 265, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
  .main-header .header-wrapper .header-container .header-tools .email-button[data-value="0"]::after,
  .main-header .header-wrapper .header-container .header-tools .alert-button[data-value="0"]::after {
    background-color: #fff;
    color: #333333;
  }
  /* line 270, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
  .main-header .header-wrapper .header-container .header-tools .email-button[data-value="0"]:hover::after,
  .main-header .header-wrapper .header-container .header-tools .alert-button[data-value="0"]:hover::after {
    background-color: #0098cd;
    color: #fff;
  }
}
/* line 277, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .header-wrapper .header-container .header-tools .email-button:hover::after,
.main-header .header-wrapper .header-container .header-tools .alert-button:hover::after {
  background-color: #0098cd;
}
/* line 282, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .header-wrapper .header-container .header-tools .email-button::before {
  font-size: 2rem;
}
@media screen and (max-width: 1020px) {
  /* line 282, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
  .main-header .header-wrapper .header-container .header-tools .email-button::before {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1020px) {
  /* line 290, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
  .main-header .header-wrapper .header-container .header-tools .alert-button::before {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1020px) {
  /* line 297, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
  .main-header .header-wrapper .header-container .search-button {
    color: #fff;
  }
}
/* line 304, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .header-wrapper .search-wrapper {
  position: absolute;
  background-color: #f3f3f3;
  z-index: 2;
  display: none;
}
@media screen and (min-width: 1021px) {
  /* line 304, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
  .main-header .header-wrapper .search-wrapper {
    left: 0;
    bottom: -4px;
    right: 133px;
    height: 40px;
  }
}
@media screen and (max-width: 1020px) {
  /* line 304, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
  .main-header .header-wrapper .search-wrapper {
    right: 15px;
    left: 15px;
    top: 5px;
    width: calc(100% - 30px);
    max-width: 370px;
    background-color: #333333;
  }
}
@media screen and (max-width: 740px) {
  /* line 304, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
  .main-header .header-wrapper .search-wrapper {
    max-width: none;
  }
}
/* line 330, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .header-wrapper .search-wrapper[data-toggle="on"] {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
/* line 335, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .header-wrapper .search-wrapper .closer {
  top: 0;
  right: 5px;
  bottom: 0;
  left: auto;
  position: absolute;
}
@media screen and (max-width: 1020px) {
  /* line 338, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
  .main-header .header-wrapper .search-wrapper .closer::before {
    color: #fff;
  }
}
/* line 344, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .header-wrapper .search-wrapper .closer:hover::before {
  color: #0098cd;
}
/* line 349, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .header-wrapper .search-wrapper form {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: calc(100% - 35px);
  position: relative;
}
/* line 355, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .header-wrapper .search-wrapper form input {
  font-family: "OpenSans", sans-serif;
  font-size: 0.875rem;
  border: 1px solid #828282;
  width: 100%;
  height: 40px;
  padding: 0 40px 0 15px;
}
@media screen and (max-width: 1020px) {
  /* line 355, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
  .main-header .header-wrapper .search-wrapper form input {
    color: #fff;
  }
}
/* line 367, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .header-wrapper .search-wrapper form input:placeholder {
  color: #a3a3a3;
}
/* line 371, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .header-wrapper .search-wrapper form input::-webkit-input-placeholder {
  color: #a3a3a3;
}
/* line 375, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .header-wrapper .search-wrapper form input:-moz-placeholder {
  color: #a3a3a3;
  opacity: 1;
}
/* line 380, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .header-wrapper .search-wrapper form input::-moz-placeholder {
  color: #a3a3a3;
  opacity: 1;
}
/* line 385, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .header-wrapper .search-wrapper form input:-ms-input-placeholder {
  color: #a3a3a3;
}
/* line 389, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .header-wrapper .search-wrapper form input::-ms-clear {
  display: none;
}
/* line 393, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .header-wrapper .search-wrapper form .search-submit-button {
  top: 0;
  right: 12px;
  bottom: 0;
  left: auto;
  position: absolute;
}
/* line 396, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .header-wrapper .search-wrapper form .search-submit-button:hover::before {
  color: #0098cd;
}
/* line 400, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .header-wrapper .search-wrapper form .search-submit-button::before {
  font-size: 1.125rem;
}
@media screen and (min-width: 1021px) {
  /* line 408, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
  .main-header .mobile-header-wrapper {
    display: none;
  }
}
/* line 413, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .mobile-header-wrapper[data-toggle="on"] {
  height: 60px;
}
/* line 416, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .mobile-header-wrapper[data-toggle="on"] .mobile-header {
  background-color: #333333;
  left: 0;
  right: 0;
  padding: 10px 15px;
  z-index: 10;
}
/* line 424, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .mobile-header-wrapper[data-toggle="on"] .mobile-header .logo.logo-negative {
  display: block;
}
/* line 428, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .mobile-header-wrapper[data-toggle="on"] .mobile-header .logo.logo-positive {
  display: none;
}
/* line 433, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .mobile-header-wrapper[data-toggle="on"] .mobile-header .menu-button {
  text-align: center;
}
/* line 436, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
.main-header .mobile-header-wrapper[data-toggle="on"] .mobile-header .menu-button::before {
  color: #fff;
}
@media screen and (max-width: 1020px) {
  /* line 446, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
  .main-header .mobile-header-wrapper[data-toggle="on"] ~ .menu-wrapper {
    transition: right 0.35s;
    height: calc(100vh - 60px);
    top: 60px;
    position: fixed;
  }
}
@media only screen and (max-width: 1020px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  /* line 446, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
  .main-header .mobile-header-wrapper[data-toggle="on"] ~ .menu-wrapper {
    height: 1024px - 60px;
  }
}
@media only screen and (max-width: 1020px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  /* line 446, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
  .main-header .mobile-header-wrapper[data-toggle="on"] ~ .menu-wrapper {
    height: 768px - 60px;
  }
}
@media only screen and (max-width: 1020px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
  /* line 446, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
  .main-header .mobile-header-wrapper[data-toggle="on"] ~ .menu-wrapper {
    height: 480px - 60px;
  }
}
@media only screen and (max-width: 1020px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
  /* line 446, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
  .main-header .mobile-header-wrapper[data-toggle="on"] ~ .menu-wrapper {
    height: 320px - 60px;
  }
}
@media only screen and (max-width: 1020px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
  /* line 446, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
  .main-header .mobile-header-wrapper[data-toggle="on"] ~ .menu-wrapper {
    height: 568px - 60px;
  }
}
@media only screen and (max-width: 1020px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
  /* line 446, ../../../../tkz_scss/projects/unir/scss/_commons/_header.scss */
  .main-header .mobile-header-wrapper[data-toggle="on"] ~ .menu-wrapper {
    height: 320px - 60px;
  }
}

/* line 5, ../../../../tkz_scss/projects/unir/scss/_commons/_footer.scss */
.main-footer {
  background-color: #222;
  padding: 25px 0;
  text-align: center;
}
/* line 10, ../../../../tkz_scss/projects/unir/scss/_commons/_footer.scss */
.main-footer .logo {
  display: inline-block;
  width: 220px;
  max-width: 100%;
}
@media screen and (max-width: 1020px) {
  /* line 10, ../../../../tkz_scss/projects/unir/scss/_commons/_footer.scss */
  .main-footer .logo {
    width: 180px;
  }
}
/* line 19, ../../../../tkz_scss/projects/unir/scss/_commons/_footer.scss */
.main-footer .logo img {
  width: 100%;
}
/* line 24, ../../../../tkz_scss/projects/unir/scss/_commons/_footer.scss */
.main-footer a.logo:hover {
  opacity: .9;
}
/* line 28, ../../../../tkz_scss/projects/unir/scss/_commons/_footer.scss */
.main-footer p {
  font-size: 0.8125rem;
  line-height: 1.4;
  color: #666;
}
/* line 32, ../../../../tkz_scss/projects/unir/scss/_commons/_footer.scss */
.main-footer .footer-sup-container {
  padding-bottom: 25px;
}
/* line 36, ../../../../tkz_scss/projects/unir/scss/_commons/_footer.scss */
.main-footer .footer-inf-container {
  border-top: 1px solid #343434;
  padding-top: 25px;
}

/* line 5, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
.menu-wrapper {
  background-color: #dae9ee;
}
@media screen and (min-width: 1021px) {
  /* line 5, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
  .menu-wrapper {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1020px) {
  /* line 5, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
  .menu-wrapper {
    transition: right 0.35s;
    height: calc(100vh - 110px);
    top: 110px;
    right: 100%;
    bottom: auto;
    left: auto;
    position: absolute;
    width: 100%;
    overflow: auto;
  }
}
@media only screen and (max-width: 1020px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  /* line 5, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
  .menu-wrapper {
    height: 1024px - 110px;
  }
}
@media only screen and (max-width: 1020px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  /* line 5, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
  .menu-wrapper {
    height: 768px - 110px;
  }
}
@media only screen and (max-width: 1020px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
  /* line 5, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
  .menu-wrapper {
    height: 480px - 110px;
  }
}
@media only screen and (max-width: 1020px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
  /* line 5, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
  .menu-wrapper {
    height: 320px - 110px;
  }
}
@media only screen and (max-width: 1020px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
  /* line 5, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
  .menu-wrapper {
    height: 568px - 110px;
  }
}
@media only screen and (max-width: 1020px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
  /* line 5, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
  .menu-wrapper {
    height: 320px - 110px;
  }
}
@media screen and (max-width: 1020px) {
  /* line 19, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
  .menu-wrapper[data-toggle="on"] {
    right: 0;
  }
}
/* line 25, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
.menu-wrapper li[data-toggle="on"] > a {
  cursor: default;
  background-color: transparent !important;
}
@media screen and (min-width: 1021px) {
  /* line 31, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
  .menu-wrapper .secondary-menu-item {
    display: none;
  }
}
@media screen and (max-width: 1020px) {
  /* line 37, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
  .menu-wrapper > .container {
    padding: 0;
  }
}
/* line 43, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
.menu-wrapper .main-menu > ol {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1020px) {
  /* line 43, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
  .menu-wrapper .main-menu > ol {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/* line 51, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
.menu-wrapper .main-menu > ol a,
.menu-wrapper .main-menu > ol button {
  font-family: "Unit", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.3;
  color: #0098cd;
  font-weight: 500;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
/* line 56, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
.menu-wrapper .main-menu > ol > li {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 1020px) {
  /* line 56, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
  .menu-wrapper .main-menu > ol > li {
    border-bottom: 1px solid #fff;
    border-left: 0;
    width: 100%;
  }
}
/* line 65, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
.menu-wrapper .main-menu > ol > li:first-of-type {
  border-left: 0;
}
/* line 69, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
.menu-wrapper .main-menu > ol > li .submenu-linker > a,
.menu-wrapper .main-menu > ol > li .submenu-linker > button,
.menu-wrapper .main-menu > ol > li > a,
.menu-wrapper .main-menu > ol > li > button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 0 29px;
  height: 46px;
}
@media screen and (min-width: 1021px) and (max-width: 1200px) {
  /* line 69, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
  .menu-wrapper .main-menu > ol > li .submenu-linker > a,
  .menu-wrapper .main-menu > ol > li .submenu-linker > button,
  .menu-wrapper .main-menu > ol > li > a,
  .menu-wrapper .main-menu > ol > li > button {
    padding-left: 1.9vw;
    padding-right: 1.9vw;
  }
}
@media screen and (min-width: 1021px) {
  /* line 69, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
  .menu-wrapper .main-menu > ol > li .submenu-linker > a,
  .menu-wrapper .main-menu > ol > li .submenu-linker > button,
  .menu-wrapper .main-menu > ol > li > a,
  .menu-wrapper .main-menu > ol > li > button {
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
  }
}
@media screen and (max-width: 1020px) {
  /* line 69, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
  .menu-wrapper .main-menu > ol > li .submenu-linker > a,
  .menu-wrapper .main-menu > ol > li .submenu-linker > button,
  .menu-wrapper .main-menu > ol > li > a,
  .menu-wrapper .main-menu > ol > li > button {
    padding-right: 10px;
    padding-left: 10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }
}
/* line 95, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
.menu-wrapper .main-menu > ol > li .submenu-linker > a:hover,
.menu-wrapper .main-menu > ol > li .submenu-linker > button:hover,
.menu-wrapper .main-menu > ol > li > a:hover,
.menu-wrapper .main-menu > ol > li > button:hover {
  background-color: #c4e0ea;
}
/* line 100, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
.menu-wrapper .main-menu > ol > li .submenu-linker > a,
.menu-wrapper .main-menu > ol > li .submenu-linker > button {
  padding: 0 35px 0 23px;
}
@media screen and (max-width: 1020px) {
  /* line 100, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
  .menu-wrapper .main-menu > ol > li .submenu-linker > a,
  .menu-wrapper .main-menu > ol > li .submenu-linker > button {
    width: 100%;
    padding: 0 35px 0 15px;
  }
}
@media screen and (max-width: 1020px) {
  /* line 110, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
  .menu-wrapper .main-menu > ol > li .submenu-linker > a {
    display: none;
  }
}
/* line 117, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
.menu-wrapper .main-menu > ol > li .submenu-linker .submenu-button[data-toggle="on"] {
  background-color: #c4e0ea;
}
/* line 120, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
.menu-wrapper .main-menu > ol > li .submenu-linker .submenu-button[data-toggle="on"]::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 13px;
}
/* line 126, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
.menu-wrapper .main-menu > ol > li .submenu-linker .submenu-button[data-toggle="off"] {
  background-color: #dae9ee;
}
@media screen and (min-width: 1021px) {
  /* line 133, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
  .menu-wrapper .main-menu > ol > li[data-toggle="on"] a,
  .menu-wrapper .main-menu > ol > li[data-toggle="on"] button, .menu-wrapper .main-menu > ol > li.active a,
  .menu-wrapper .main-menu > ol > li.active button {
    border-bottom-color: #0098cd;
  }
}
@media screen and (max-width: 1020px) {
  /* line 133, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
  .menu-wrapper .main-menu > ol > li[data-toggle="on"] a,
  .menu-wrapper .main-menu > ol > li[data-toggle="on"] button, .menu-wrapper .main-menu > ol > li.active a,
  .menu-wrapper .main-menu > ol > li.active button {
    border-left-color: #0098cd;
  }
}
/* line 144, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
.menu-wrapper .main-menu > ol > li[data-toggle="on"] > a, .menu-wrapper .main-menu > ol > li.active > a {
  background-color: #dae9ee;
}
/* line 150, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
.menu-wrapper .main-menu > ol > li[data-toggle="on"] .submenu-container li a,
.menu-wrapper .main-menu > ol > li[data-toggle="on"] .submenu-container li button, .menu-wrapper .main-menu > ol > li.active .submenu-container li a,
.menu-wrapper .main-menu > ol > li.active .submenu-container li button {
  border-bottom-color: #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  width: 100%;
}
@media screen and (min-width: 1021px) {
  /* line 150, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
  .menu-wrapper .main-menu > ol > li[data-toggle="on"] .submenu-container li a,
  .menu-wrapper .main-menu > ol > li[data-toggle="on"] .submenu-container li button, .menu-wrapper .main-menu > ol > li.active .submenu-container li a,
  .menu-wrapper .main-menu > ol > li.active .submenu-container li button {
    border-left-width: 3px;
    border-right-width: 3px;
  }
}
/* line 165, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
.menu-wrapper .main-menu > ol > li[data-toggle="on"] .submenu-container li[data-toggle="on"] > a,
.menu-wrapper .main-menu > ol > li[data-toggle="on"] .submenu-container li[data-toggle="on"] > button, .menu-wrapper .main-menu > ol > li[data-toggle="on"] .submenu-container li.active > a,
.menu-wrapper .main-menu > ol > li[data-toggle="on"] .submenu-container li.active > button, .menu-wrapper .main-menu > ol > li.active .submenu-container li[data-toggle="on"] > a,
.menu-wrapper .main-menu > ol > li.active .submenu-container li[data-toggle="on"] > button, .menu-wrapper .main-menu > ol > li.active .submenu-container li.active > a,
.menu-wrapper .main-menu > ol > li.active .submenu-container li.active > button {
  border-left-color: #0098cd;
}
@media screen and (max-width: 1020px) {
  /* line 173, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
  .menu-wrapper .main-menu > ol > li[data-toggle="on"] .submenu-container::after, .menu-wrapper .main-menu > ol > li.active .submenu-container::after {
    position: absolute;
    bottom: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #c4e0ea;
  }
}
/* line 188, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
.menu-wrapper .submenu-linker a,
.menu-wrapper .submenu-linker button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 88, ../../../../tkz_scss/_tkz_scss_core/_mixins/_builders.scss */
.menu-wrapper .submenu-linker a::after,
.menu-wrapper .submenu-linker button::after {
  font-family: "Icons";
  display: inline-block;
  font-size: 0.75rem;
  margin-left: 10px;
  content: "";
}
/* line 192, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
.menu-wrapper .submenu-linker a::after,
.menu-wrapper .submenu-linker button::after {
  transition: 0.35s;
  position: absolute;
  top: 15px;
  right: 10px;
}
/* line 200, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
.menu-wrapper .submenu-linker a::after {
  margin-left: 10px;
}
/* line 204, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
.menu-wrapper .submenu-linker button::after {
  right: 15px;
  margin: 0;
}
@media screen and (max-width: 1020px) {
  /* line 204, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
  .menu-wrapper .submenu-linker button::after {
    right: 20px;
  }
}
@media screen and (min-width: 1021px) {
  /* line 214, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
  .menu-wrapper .secondary-menu {
    display: none;
  }
}
/* line 220, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
.menu-wrapper .submenu-container {
  overflow: hidden;
  height: auto;
  max-height: 0;
  border-top: 1px solid #fff;
  background-color: #c4e0ea;
}
/* line 227, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
.menu-wrapper .submenu-container[data-toggle="on"] {
  -webkit-animation: maxHeightIn .75s forwards;
  -moz-animation: maxHeightIn .75s forwards;
  animation: maxHeightIn .75s forwards;
}
/* line 231, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
.menu-wrapper .submenu-container[data-toggle="off"] {
  -webkit-animation: maxHeightOut .75s forwards;
  -moz-animation: maxHeightOut .75s forwards;
  animation: maxHeightOut .75s forwards;
}
@media screen and (min-width: 1021px) {
  /* line 220, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
  .menu-wrapper .submenu-container {
    position: absolute;
    width: 346px;
  }
}
/* line 241, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
.menu-wrapper .submenu-container li a,
.menu-wrapper .submenu-container li button {
  border-bottom: 1px solid #fff;
  border-top: 0;
  padding: 15px;
  text-align: left;
}
@media screen and (max-width: 1020px) {
  /* line 241, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
  .menu-wrapper .submenu-container li a,
  .menu-wrapper .submenu-container li button {
    width: 100%;
  }
}
/* line 253, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
.menu-wrapper .submenu-container li button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 30px;
}
/* line 88, ../../../../tkz_scss/_tkz_scss_core/_mixins/_builders.scss */
.menu-wrapper .submenu-container li button::after {
  font-family: "Icons";
  display: inline-block;
  font-size: 0.75rem;
  margin-left: 10px;
  content: "";
}
/* line 257, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
.menu-wrapper .submenu-container li button::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: 0.35s;
  position: absolute;
  right: 15px;
  top: 15px;
}
@media screen and (max-width: 1020px) {
  /* line 257, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
  .menu-wrapper .submenu-container li button::after {
    right: 20px;
  }
}
/* line 269, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
.menu-wrapper .submenu-container li button[data-toggle="on"]::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* line 275, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
.menu-wrapper .submenu-container .submenu {
  height: auto;
  max-height: none;
  overflow: hidden;
}
/* line 280, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
.menu-wrapper .submenu-container .submenu[data-toggle="on"] {
  -webkit-animation: maxHeightIn .75s forwards;
  -moz-animation: maxHeightIn .75s forwards;
  animation: maxHeightIn .75s forwards;
}
/* line 284, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
.menu-wrapper .submenu-container .submenu[data-toggle="off"] {
  -webkit-animation: maxHeightOut .75s forwards;
  -moz-animation: maxHeightOut .75s forwards;
  animation: maxHeightOut .75s forwards;
}
/* line 289, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
.menu-wrapper .submenu-container .submenu li a,
.menu-wrapper .submenu-container .submenu li button {
  padding-left: 32px;
}

@media screen and (min-width: 1021px) {
  /* line 299, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
  [data-layout="screen"] .menu-wrapper .submenu-wrapper .submenu-linker .submenu-button {
    display: none;
  }
}
/* line 306, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
[data-layout="screen"] .menu-wrapper .submenu-wrapper:hover .submenu-linker > a {
  background-color: #c4e0ea;
}
@media screen and (min-width: 1021px) {
  /* line 311, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
  [data-layout="screen"] .menu-wrapper .submenu-wrapper:hover .submenu-container {
    max-height: 1500px;
  }
}
/* line 320, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
[data-layout="screen"] .menu-wrapper .submenu-wrapper .submenu-container li a:hover,
[data-layout="screen"] .menu-wrapper .submenu-wrapper .submenu-container li button:hover {
  background-color: #dae9ee;
}
@media screen and (min-width: 1021px) {
  /* line 326, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
  [data-layout="screen"] .menu-wrapper .submenu-wrapper .submenu-direct-link {
    display: none;
  }
}

/* line 333, ../../../../tkz_scss/projects/unir/scss/_commons/_menu.scss */
[data-layout="touch"] .menu-wrapper .main-menu > ol > li .submenu-linker > a {
  display: none;
}

/* line 5, ../../../../tkz_scss/projects/unir/scss/_commons/_user-menu.scss */
.user-menu-wrapper {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  transition: 0.35s;
  background-color: rgba(255, 255, 255, 0.75);
  position: fixed;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: 250;
}
/* line 15, ../../../../tkz_scss/projects/unir/scss/_commons/_user-menu.scss */
.user-menu-wrapper .user-menu-container {
  transition: right 0.35s 0.1s;
  top: 0;
  right: -100%;
  bottom: 0;
  left: auto;
  position: absolute;
  overflow: auto;
  background-color: #333333;
  width: 360px;
  max-width: 100%;
}
/* line 24, ../../../../tkz_scss/projects/unir/scss/_commons/_user-menu.scss */
.user-menu-wrapper[data-toggle="on"] {
  opacity: 1;
  visibility: visible;
}
/* line 28, ../../../../tkz_scss/projects/unir/scss/_commons/_user-menu.scss */
.user-menu-wrapper[data-toggle="on"] .user-menu-container {
  right: 0;
}
/* line 33, ../../../../tkz_scss/projects/unir/scss/_commons/_user-menu.scss */
.user-menu-wrapper .user-menu-container {
  padding: 40px 0;
}
/* line 37, ../../../../tkz_scss/projects/unir/scss/_commons/_user-menu.scss */
.user-menu-wrapper .closer {
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  position: absolute;
  color: #fff;
}
/* line 42, ../../../../tkz_scss/projects/unir/scss/_commons/_user-menu.scss */
.user-menu-wrapper .user-info {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
  display: block;
}
/* line 48, ../../../../tkz_scss/projects/unir/scss/_commons/_user-menu.scss */
.user-menu-wrapper .user-info .media {
  display: inline-block;
  width: 114px;
  margin-bottom: 30px;
}
/* line 53, ../../../../tkz_scss/projects/unir/scss/_commons/_user-menu.scss */
.user-menu-wrapper .user-info .media img {
  -webkit-border-radius: 200px;
  border-radius: 200px;
  width: 100%;
}
/* line 59, ../../../../tkz_scss/projects/unir/scss/_commons/_user-menu.scss */
.user-menu-wrapper .user-info .user-name {
  font-size: 1.125rem;
  line-height: 1.4;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
/* line 65, ../../../../tkz_scss/projects/unir/scss/_commons/_user-menu.scss */
.user-menu-wrapper .user-info .user-degree {
  font-size: 0.6875rem;
  line-height: 1.6;
  color: #01bdff;
  letter-spacing: 0.013rem;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}
/* line 71, ../../../../tkz_scss/projects/unir/scss/_commons/_user-menu.scss */
.user-menu-wrapper .user-info a.user-degree {
  text-decoration: none;
}
/* line 74, ../../../../tkz_scss/projects/unir/scss/_commons/_user-menu.scss */
.user-menu-wrapper .user-info a.user-degree:hover {
  color: #fff;
}
/* line 80, ../../../../tkz_scss/projects/unir/scss/_commons/_user-menu.scss */
.user-menu-wrapper .user-menu {
  border-top: 1px solid #5e5e5e;
}
/* line 83, ../../../../tkz_scss/projects/unir/scss/_commons/_user-menu.scss */
.user-menu-wrapper .user-menu li {
  border-bottom: 1px solid #5e5e5e;
}
/* line 86, ../../../../tkz_scss/projects/unir/scss/_commons/_user-menu.scss */
.user-menu-wrapper .user-menu li a {
  font-family: "Unit", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.3;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
  text-decoration: none;
  padding: 18px 30px;
}
/* line 90, ../../../../tkz_scss/projects/unir/scss/_commons/_user-menu.scss */
.user-menu-wrapper .user-menu li a:hover {
  color: #01bdff;
}

/* line 6, ../../../../tkz_scss/projects/unir/scss/_commons/_article-preview.scss */
.article-preview time {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
/* line 12, ../../../../tkz_scss/projects/unir/scss/_commons/_article-preview.scss */
.article-preview .time {
  color: #0098cd;
  text-decoration: none;
  transition: color 0.3s;
}
/* line 16, ../../../../tkz_scss/projects/unir/scss/_commons/_article-preview.scss */
.article-preview .time:hover {
  color: #333333;
}
/* line 21, ../../../../tkz_scss/projects/unir/scss/_commons/_article-preview.scss */
.article-preview h1 {
  font-family: "Unit", sans-serif;
  font-size: 1.15rem;
  line-height: 1.2;
  font-weight: 400;
}
/* line 24, ../../../../tkz_scss/projects/unir/scss/_commons/_article-preview.scss */
.article-preview h1 a {
  color: #0098cd;
  text-decoration: none;
  transition: color 0.3s;
}
/* line 28, ../../../../tkz_scss/projects/unir/scss/_commons/_article-preview.scss */
.article-preview h1 a:hover {
  color: #333333;
}
/* line 34, ../../../../tkz_scss/projects/unir/scss/_commons/_article-preview.scss */
.article-preview .summary p {
  margin-bottom: 15px;
}
/* line 37, ../../../../tkz_scss/projects/unir/scss/_commons/_article-preview.scss */
.article-preview .summary p:last-of-type {
  margin-bottom: 0;
}
/* line 43, ../../../../tkz_scss/projects/unir/scss/_commons/_article-preview.scss */
.article-preview .media img {
  width: 100%;
  height: auto;
}
/* line 49, ../../../../tkz_scss/projects/unir/scss/_commons/_article-preview.scss */
.article-preview .media.video a::before {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
  position: absolute;
  content: "";
  background: url("../img/icons/play.svg") no-repeat center center;
  background-size: 100%;
  display: block;
  width: 66px;
  height: 66px;
  z-index: 2;
}
/* line 61, ../../../../tkz_scss/projects/unir/scss/_commons/_article-preview.scss */
.article-preview .media a {
  transition: opacity 0.3s;
}
/* line 64, ../../../../tkz_scss/projects/unir/scss/_commons/_article-preview.scss */
.article-preview .media a:hover {
  opacity: .75;
}
/* line 69, ../../../../tkz_scss/projects/unir/scss/_commons/_article-preview.scss */
.article-preview .media > span {
  position: relative;
  width: 100%;
}

/* line 77, ../../../../tkz_scss/projects/unir/scss/_commons/_article-preview.scss */
.magazine-section .article-preview {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 741px) and (max-width: 1020px) {
  /* line 77, ../../../../tkz_scss/projects/unir/scss/_commons/_article-preview.scss */
  .magazine-section .article-preview {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
/* line 85, ../../../../tkz_scss/projects/unir/scss/_commons/_article-preview.scss */
.magazine-section .article-preview h1 {
  padding: 20px 30px;
}
@media screen and (max-width: 480px) {
  /* line 85, ../../../../tkz_scss/projects/unir/scss/_commons/_article-preview.scss */
  .magazine-section .article-preview h1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 94, ../../../../tkz_scss/projects/unir/scss/_commons/_article-preview.scss */
.magazine-section .article-preview .summary {
  padding: 0px 30px 20px;
}
@media screen and (max-width: 480px) {
  /* line 94, ../../../../tkz_scss/projects/unir/scss/_commons/_article-preview.scss */
  .magazine-section .article-preview .summary {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 103, ../../../../tkz_scss/projects/unir/scss/_commons/_article-preview.scss */
.magazine-section .article-preview .media {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 741px) and (max-width: 1020px) {
  /* line 103, ../../../../tkz_scss/projects/unir/scss/_commons/_article-preview.scss */
  .magazine-section .article-preview .media {
    width: 50%;
    height: auto;
    min-height: 310px;
  }
}
@media screen and (min-width: 741px) and (max-width: 1020px) {
  /* line 114, ../../../../tkz_scss/projects/unir/scss/_commons/_article-preview.scss */
  .magazine-section .article-preview .media img {
    top: -50%;
    right: -1000%;
    bottom: -50%;
    left: -1000%;
    position: absolute;
    margin: auto;
    width: auto;
    height: 100%;
    min-height: 310px;
    max-width: none;
  }
}
@media screen and (min-width: 741px) and (max-width: 1020px) {
  /* line 126, ../../../../tkz_scss/projects/unir/scss/_commons/_article-preview.scss */
  .magazine-section .article-preview .media ~ .article-container {
    width: 50%;
  }
}

/* line 135, ../../../../tkz_scss/projects/unir/scss/_commons/_article-preview.scss */
.news-section .article-preview {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}
@media screen and (min-width: 601px) {
  /* line 135, ../../../../tkz_scss/projects/unir/scss/_commons/_article-preview.scss */
  .news-section .article-preview {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
/* line 146, ../../../../tkz_scss/projects/unir/scss/_commons/_article-preview.scss */
.news-section .article-preview:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}
/* line 151, ../../../../tkz_scss/projects/unir/scss/_commons/_article-preview.scss */
.news-section .article-preview h1 {
  margin-bottom: 5px;
}
/* line 155, ../../../../tkz_scss/projects/unir/scss/_commons/_article-preview.scss */
.news-section .article-preview .media {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 601px) {
  /* line 155, ../../../../tkz_scss/projects/unir/scss/_commons/_article-preview.scss */
  .news-section .article-preview .media {
    width: 40%;
    height: auto;
    min-height: 200px;
  }
}
/* line 166, ../../../../tkz_scss/projects/unir/scss/_commons/_article-preview.scss */
.news-section .article-preview .media > span {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 601px) {
  /* line 171, ../../../../tkz_scss/projects/unir/scss/_commons/_article-preview.scss */
  .news-section .article-preview .media img {
    top: -50%;
    right: -1000%;
    bottom: -50%;
    left: -1000%;
    position: absolute;
    margin: auto;
    width: auto;
    height: 100%;
    min-height: 200px;
    max-width: none;
  }
}
/* line 183, ../../../../tkz_scss/projects/unir/scss/_commons/_article-preview.scss */
.news-section .article-preview .media ~ .article-container {
  margin-top: 20px;
}
@media screen and (min-width: 601px) {
  /* line 183, ../../../../tkz_scss/projects/unir/scss/_commons/_article-preview.scss */
  .news-section .article-preview .media ~ .article-container {
    width: 60%;
    margin-top: 0;
    padding-left: 20px;
  }
}

/* line 5, ../../../../tkz_scss/projects/unir/scss/_commons/_main-aside.scss */
.aside-section {
  background-color: #fff;
  margin-bottom: 20px;
  border: 1px solid #e4e4e4;
  padding-bottom: 18px;
}
/* line 11, ../../../../tkz_scss/projects/unir/scss/_commons/_main-aside.scss */
.aside-section:last-child {
  margin-bottom: 0;
}
/* line 15, ../../../../tkz_scss/projects/unir/scss/_commons/_main-aside.scss */
.aside-section > * {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 19, ../../../../tkz_scss/projects/unir/scss/_commons/_main-aside.scss */
.aside-section > *:first-child {
  padding-top: 18px;
}
/* line 24, ../../../../tkz_scss/projects/unir/scss/_commons/_main-aside.scss */
.aside-section:last-child {
  margin-top: 0;
}
/* line 28, ../../../../tkz_scss/projects/unir/scss/_commons/_main-aside.scss */
.aside-section.info-aside-section {
  font-family: "Unit", sans-serif;
}
/* line 31, ../../../../tkz_scss/projects/unir/scss/_commons/_main-aside.scss */
.aside-section.info-aside-section h3 {
  font-size: 0.875rem;
  line-height: 1.7;
  color: #0098cd;
  font-weight: 600;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  border-left: 4px solid rgba(0, 152, 205, 0.8);
  padding-bottom: 10px;
  padding-left: 11px;
  margin-bottom: 15px;
}
/* line 38, ../../../../tkz_scss/projects/unir/scss/_commons/_main-aside.scss */
.aside-section.info-aside-section h3 span {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.025rem;
  text-transform: none;
  display: block;
  margin-top: 3px;
}
/* line 45, ../../../../tkz_scss/projects/unir/scss/_commons/_main-aside.scss */
.aside-section.info-aside-section p {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 300;
}
/* line 49, ../../../../tkz_scss/projects/unir/scss/_commons/_main-aside.scss */
.aside-section.info-aside-section a {
  color: #0098cd;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s;
}
/* line 53, ../../../../tkz_scss/projects/unir/scss/_commons/_main-aside.scss */
.aside-section.info-aside-section a:hover {
  color: #333333;
}
/* line 58, ../../../../tkz_scss/projects/unir/scss/_commons/_main-aside.scss */
.aside-section.info-aside-section ul {
  margin-top: 10px;
}
/* line 61, ../../../../tkz_scss/projects/unir/scss/_commons/_main-aside.scss */
.aside-section.info-aside-section ul li {
  margin-bottom: 10px;
}
/* line 64, ../../../../tkz_scss/projects/unir/scss/_commons/_main-aside.scss */
.aside-section.info-aside-section ul li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 601px) and (max-width: 1020px) {
  /* line 70, ../../../../tkz_scss/projects/unir/scss/_commons/_main-aside.scss */
  .aside-section.info-aside-section .aside-list {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
/* line 75, ../../../../tkz_scss/projects/unir/scss/_commons/_main-aside.scss */
.aside-section.info-aside-section .aside-list p {
  font-size: 0.8125rem;
  line-height: 1.35;
  font-weight: 300;
  letter-spacing: 0.008rem;
}
/* line 78, ../../../../tkz_scss/projects/unir/scss/_commons/_main-aside.scss */
.aside-section.info-aside-section .aside-list p.aside-header {
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.033rem;
  margin-bottom: 8px;
}
@media screen and (min-width: 601px) and (max-width: 1020px) {
  /* line 84, ../../../../tkz_scss/projects/unir/scss/_commons/_main-aside.scss */
  .aside-section.info-aside-section .aside-list > li {
    width: 33.3333%;
    border-bottom: 0;
    border-right: 1px solid #e4e4e4;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
/* line 95, ../../../../tkz_scss/projects/unir/scss/_commons/_main-aside.scss */
.aside-section.info-aside-section > ul {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
}
/* line 100, ../../../../tkz_scss/projects/unir/scss/_commons/_main-aside.scss */
.aside-section.info-aside-section > ul > li {
  padding: 0 15px 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #e4e4e4;
}
/* line 105, ../../../../tkz_scss/projects/unir/scss/_commons/_main-aside.scss */
.aside-section.info-aside-section > ul > li:last-child {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 114, ../../../../tkz_scss/projects/unir/scss/_commons/_main-aside.scss */
.aside-section.aside-direct-link {
  transition: border-color 0.3s;
  padding-bottom: 0;
}
/* line 118, ../../../../tkz_scss/projects/unir/scss/_commons/_main-aside.scss */
.aside-section.aside-direct-link:hover {
  border-color: #0098cd;
}
/* line 122, ../../../../tkz_scss/projects/unir/scss/_commons/_main-aside.scss */
.aside-section.aside-direct-link a,
.aside-section.aside-direct-link button {
  font-family: "Unit", sans-serif;
  font-size: 1.375rem;
  line-height: 1.1;
  color: #333333;
  font-weight: 300;
  text-decoration: none;
  text-align: left;
  padding-top: 25px;
  padding-bottom: 25px;
}
/* line 128, ../../../../tkz_scss/projects/unir/scss/_commons/_main-aside.scss */
.aside-section.aside-direct-link a:hover,
.aside-section.aside-direct-link button:hover {
  color: #0098cd;
}
@media screen and (max-width: 1020px) {
  /* line 122, ../../../../tkz_scss/projects/unir/scss/_commons/_main-aside.scss */
  .aside-section.aside-direct-link a,
  .aside-section.aside-direct-link button {
    text-align: center;
  }
}
/* line 136, ../../../../tkz_scss/projects/unir/scss/_commons/_main-aside.scss */
.aside-section.aside-direct-link a span,
.aside-section.aside-direct-link button span {
  color: #0098cd;
  font-weight: 400;
  margin-left: 10px;
}

/* line 144, ../../../../tkz_scss/projects/unir/scss/_commons/_main-aside.scss */
.aside-banner-wrapper {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 741px) and (max-width: 1020px) {
  /* line 144, ../../../../tkz_scss/projects/unir/scss/_commons/_main-aside.scss */
  .aside-banner-wrapper {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 741px) and (max-width: 1020px) {
  /* line 153, ../../../../tkz_scss/projects/unir/scss/_commons/_main-aside.scss */
  .aside-banner-wrapper .aside-banner {
    margin-right: 30px;
    margin-bottom: 20px;
  }
}
/* line 159, ../../../../tkz_scss/projects/unir/scss/_commons/_main-aside.scss */
.aside-banner-wrapper .aside-banner:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

/* line 166, ../../../../tkz_scss/projects/unir/scss/_commons/_main-aside.scss */
.aside-banner {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 20px;
}
/* line 172, ../../../../tkz_scss/projects/unir/scss/_commons/_main-aside.scss */
.aside-banner:last-child {
  margin-bottom: 0;
}
/* line 176, ../../../../tkz_scss/projects/unir/scss/_commons/_main-aside.scss */
.aside-banner a {
  transition: opacity 0.3s;
}
/* line 179, ../../../../tkz_scss/projects/unir/scss/_commons/_main-aside.scss */
.aside-banner a:hover {
  opacity: .75;
}
/* line 184, ../../../../tkz_scss/projects/unir/scss/_commons/_main-aside.scss */
.aside-banner img {
  width: 100%;
  max-width: 236px;
}

/* line 5, ../../../../tkz_scss/projects/unir/scss/_commons/_breadcrumb.scss */
.breadcrumb-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  /* line 5, ../../../../tkz_scss/projects/unir/scss/_commons/_breadcrumb.scss */
  .breadcrumb-wrapper {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
}
/* line 16, ../../../../tkz_scss/projects/unir/scss/_commons/_breadcrumb.scss */
.breadcrumb-wrapper > * {
  margin-bottom: 20px;
}
/* line 20, ../../../../tkz_scss/projects/unir/scss/_commons/_breadcrumb.scss */
.breadcrumb-wrapper .breadcrumb-nav {
  width: auto;
  max-width: 100%;
}
@media screen and (min-width: 601px) {
  /* line 20, ../../../../tkz_scss/projects/unir/scss/_commons/_breadcrumb.scss */
  .breadcrumb-wrapper .breadcrumb-nav {
    margin-right: 40px;
  }
}
/* line 29, ../../../../tkz_scss/projects/unir/scss/_commons/_breadcrumb.scss */
.breadcrumb-wrapper .breadcrumb-nav ol li {
  font-size: 0.875rem;
  color: #0098cd;
  display: inline-block;
  vertical-align: top;
}
/* line 34, ../../../../tkz_scss/projects/unir/scss/_commons/_breadcrumb.scss */
.breadcrumb-wrapper .breadcrumb-nav ol li::after {
  content: "\003e";
  color: #333333;
  margin: 0 8px;
}
/* line 40, ../../../../tkz_scss/projects/unir/scss/_commons/_breadcrumb.scss */
.breadcrumb-wrapper .breadcrumb-nav ol li:last-of-type::after {
  display: none;
}
/* line 44, ../../../../tkz_scss/projects/unir/scss/_commons/_breadcrumb.scss */
.breadcrumb-wrapper .breadcrumb-nav ol li a {
  color: #333333;
  text-decoration: none;
  display: inline-block;
}
/* line 48, ../../../../tkz_scss/projects/unir/scss/_commons/_breadcrumb.scss */
.breadcrumb-wrapper .breadcrumb-nav ol li a:hover {
  color: #0098cd;
}
/* line 56, ../../../../tkz_scss/projects/unir/scss/_commons/_breadcrumb.scss */
.breadcrumb-wrapper .pdf-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-size: 0.75rem;
  color: #0098cd;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.5s ease;
  border: 2px solid rgba(0, 152, 205, 0.25);
  padding: 10px 30px 10px 20px;
}
/* line 65, ../../../../tkz_scss/projects/unir/scss/_commons/_breadcrumb.scss */
.breadcrumb-wrapper .pdf-button:hover {
  border-color: rgba(0, 152, 205, 0.75);
}

/* line 5, ../../../../tkz_scss/projects/unir/scss/_commons/_page-nav.scss */
.page-nav-wrapper {
  padding: 0 30px;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 600px) {
  /* line 5, ../../../../tkz_scss/projects/unir/scss/_commons/_page-nav.scss */
  .page-nav-wrapper {
    padding: 0 15px;
  }
}

/* line 15, ../../../../tkz_scss/projects/unir/scss/_commons/_page-nav.scss */
.page-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: .875rem;
  border-top: 1px solid #e4e4e4;
  border-bottom: 3px solid #e4e4e4;
  margin: 60px 0 40px 0;
}
@media screen and (max-width: 480px) {
  /* line 15, ../../../../tkz_scss/projects/unir/scss/_commons/_page-nav.scss */
  .page-nav {
    margin-top: 40px;
  }
}
/* line 27, ../../../../tkz_scss/projects/unir/scss/_commons/_page-nav.scss */
.page-nav a {
  color: rgba(51, 51, 51, 0.65);
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 30, ../../../../tkz_scss/projects/unir/scss/_commons/_page-nav.scss */
.page-nav a:hover {
  color: #333333;
  opacity: 1;
}
/* line 37, ../../../../tkz_scss/projects/unir/scss/_commons/_page-nav.scss */
.page-nav ol li {
  padding: 12px 0;
  vertical-align: top;
  margin-right: -5px;
  display: inline-block;
  margin-bottom: 0;
}
/* line 44, ../../../../tkz_scss/projects/unir/scss/_commons/_page-nav.scss */
.page-nav ol li a {
  color: rgba(51, 51, 51, 0.65);
  font-weight: 500;
  text-decoration: none;
  padding: 0 13px;
}
@media screen and (max-width: 740px) {
  /* line 44, ../../../../tkz_scss/projects/unir/scss/_commons/_page-nav.scss */
  .page-nav ol li a {
    padding: 0 10px;
  }
}
/* line 55, ../../../../tkz_scss/projects/unir/scss/_commons/_page-nav.scss */
.page-nav ol li[data-layout="active"] a, .page-nav ol li[data-active="true"] a {
  color: #0098cd;
  cursor: default;
}
/* line 59, ../../../../tkz_scss/projects/unir/scss/_commons/_page-nav.scss */
.page-nav ol li[data-layout="active"] a:hover, .page-nav ol li[data-active="true"] a:hover {
  color: #0098cd;
  opacity: 1;
}
@media screen and (max-width: 600px) {
  /* line 68, ../../../../tkz_scss/projects/unir/scss/_commons/_page-nav.scss */
  .page-nav > a {
    display: none;
  }
}
/* line 75, ../../../../tkz_scss/projects/unir/scss/_commons/_page-nav.scss */
.page-nav.page-nav-complete ol {
  padding: 12px 0;
  margin: 0 8px;
}
/* line 80, ../../../../tkz_scss/projects/unir/scss/_commons/_page-nav.scss */
.page-nav.page-nav-complete ol[data-layout="first"] li:first-of-type {
  padding-right: 0;
}
/* line 83, ../../../../tkz_scss/projects/unir/scss/_commons/_page-nav.scss */
.page-nav.page-nav-complete ol[data-layout="first"] li:first-of-type::after {
  display: none;
}
/* line 90, ../../../../tkz_scss/projects/unir/scss/_commons/_page-nav.scss */
.page-nav.page-nav-complete ol[data-layout="last"] li:last-of-type {
  padding-left: 0;
}
/* line 93, ../../../../tkz_scss/projects/unir/scss/_commons/_page-nav.scss */
.page-nav.page-nav-complete ol[data-layout="last"] li:last-of-type::before {
  display: none;
}
/* line 100, ../../../../tkz_scss/projects/unir/scss/_commons/_page-nav.scss */
.page-nav.page-nav-complete ol[data-layout="none"] li:first-of-type {
  padding-right: 0;
}
/* line 103, ../../../../tkz_scss/projects/unir/scss/_commons/_page-nav.scss */
.page-nav.page-nav-complete ol[data-layout="none"] li:first-of-type::after {
  display: none;
}
/* line 108, ../../../../tkz_scss/projects/unir/scss/_commons/_page-nav.scss */
.page-nav.page-nav-complete ol[data-layout="none"] li:last-of-type {
  padding-left: 0;
}
/* line 111, ../../../../tkz_scss/projects/unir/scss/_commons/_page-nav.scss */
.page-nav.page-nav-complete ol[data-layout="none"] li:last-of-type::before {
  display: none;
}
/* line 117, ../../../../tkz_scss/projects/unir/scss/_commons/_page-nav.scss */
.page-nav.page-nav-complete ol li {
  display: none;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 122, ../../../../tkz_scss/projects/unir/scss/_commons/_page-nav.scss */
.page-nav.page-nav-complete ol li[data-toggle="on"] {
  display: inline-block;
}
/* line 126, ../../../../tkz_scss/projects/unir/scss/_commons/_page-nav.scss */
.page-nav.page-nav-complete ol li:first-of-type, .page-nav.page-nav-complete ol li:last-of-type {
  display: inline-block;
}
/* line 131, ../../../../tkz_scss/projects/unir/scss/_commons/_page-nav.scss */
.page-nav.page-nav-complete ol li:first-of-type::after, .page-nav.page-nav-complete ol li:last-of-type::before {
  content: "...";
  position: absolute;
  top: 0;
  color: #969696;
}
/* line 139, ../../../../tkz_scss/projects/unir/scss/_commons/_page-nav.scss */
.page-nav.page-nav-complete ol li:first-of-type {
  padding-right: 10px;
}
/* line 142, ../../../../tkz_scss/projects/unir/scss/_commons/_page-nav.scss */
.page-nav.page-nav-complete ol li:first-of-type::after {
  right: 3px;
}
/* line 147, ../../../../tkz_scss/projects/unir/scss/_commons/_page-nav.scss */
.page-nav.page-nav-complete ol li:last-of-type {
  padding-left: 10px;
}
/* line 150, ../../../../tkz_scss/projects/unir/scss/_commons/_page-nav.scss */
.page-nav.page-nav-complete ol li:last-of-type::before {
  left: 3px;
}
/* line 159, ../../../../tkz_scss/projects/unir/scss/_commons/_page-nav.scss */
.page-nav.page-nav-simple ol li {
  border-right: 1px solid #e4e4e4;
}
/* line 162, ../../../../tkz_scss/projects/unir/scss/_commons/_page-nav.scss */
.page-nav.page-nav-simple ol li:last-of-type {
  border-right: 0;
}
/* line 166, ../../../../tkz_scss/projects/unir/scss/_commons/_page-nav.scss */
.page-nav.page-nav-simple ol li[data-layout="active"]::after {
  top: auto;
  right: 0;
  bottom: -3px;
  left: 0;
  position: absolute;
  content: "";
  background-color: #0098cd;
  height: 3px;
}
/* line 173, ../../../../tkz_scss/projects/unir/scss/_commons/_page-nav.scss */
.page-nav.page-nav-simple ol li a {
  padding: 0 16px;
}

/* line 6, ../../../../tkz_scss/projects/unir/scss/_commons/_lightbox-content.scss */
.lightbox-text-content .page-title-header {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* line 10, ../../../../tkz_scss/projects/unir/scss/_commons/_lightbox-content.scss */
.lightbox-text-content .page-title-header:first-child {
  margin-top: 0;
}
/* line 15, ../../../../tkz_scss/projects/unir/scss/_commons/_lightbox-content.scss */
.lightbox-text-content > * {
  margin-bottom: 20px;
}
/* line 18, ../../../../tkz_scss/projects/unir/scss/_commons/_lightbox-content.scss */
.lightbox-text-content > *:last-child {
  margin-bottom: 0;
}
/* line 23, ../../../../tkz_scss/projects/unir/scss/_commons/_lightbox-content.scss */
.lightbox-text-content h4 {
  font-family: "OpenSans", sans-serif;
  font-size: 1rem;
  color: #0098cd;
  font-weight: 500;
}
/* line 29, ../../../../tkz_scss/projects/unir/scss/_commons/_lightbox-content.scss */
.lightbox-text-content p.new-theme-icon::before {
  font-family: "OpenSans", sans-serif;
  font-size: 0.6rem;
  line-height: 18px;
  color: #0098cd;
  font-weight: 600;
  text-align: center;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  content: "N";
  border: 2px solid #0098cd;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
/* line 42, ../../../../tkz_scss/projects/unir/scss/_commons/_lightbox-content.scss */
.lightbox-text-content p.back-icon {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 62, ../../../../tkz_scss/_tkz_scss_core/_mixins/_builders.scss */
.lightbox-text-content p.back-icon::before {
  font-family: "Icons";
  display: inline-block;
  font-size: 1rem;
  margin-right: 10px;
  content: "";
}
/* line 45, ../../../../tkz_scss/projects/unir/scss/_commons/_lightbox-content.scss */
.lightbox-text-content p.back-icon::before {
  width: 18px;
}
/* line 51, ../../../../tkz_scss/projects/unir/scss/_commons/_lightbox-content.scss */
.lightbox-text-content ul,
.lightbox-text-content ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
}
/* line 57, ../../../../tkz_scss/projects/unir/scss/_commons/_lightbox-content.scss */
.lightbox-text-content ul:last-child,
.lightbox-text-content ol:last-child {
  margin-bottom: 0;
}
/* line 62, ../../../../tkz_scss/projects/unir/scss/_commons/_lightbox-content.scss */
.lightbox-text-content ul li {
  list-style: disc;
}
/* line 66, ../../../../tkz_scss/projects/unir/scss/_commons/_lightbox-content.scss */
.lightbox-text-content ol li {
  list-style: decimal;
}
/* line 70, ../../../../tkz_scss/projects/unir/scss/_commons/_lightbox-content.scss */
.lightbox-text-content li {
  font-family: "OpenSans", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 10px;
}
/* line 74, ../../../../tkz_scss/projects/unir/scss/_commons/_lightbox-content.scss */
.lightbox-text-content li:last-child {
  margin-bottom: 0;
}
/* line 78, ../../../../tkz_scss/projects/unir/scss/_commons/_lightbox-content.scss */
.lightbox-text-content li ol,
.lightbox-text-content li ul {
  margin-top: 10px;
}
/* line 83, ../../../../tkz_scss/projects/unir/scss/_commons/_lightbox-content.scss */
.lightbox-text-content li a {
  display: inline;
  text-decoration: underline;
  color: inherit;
}
/* line 88, ../../../../tkz_scss/projects/unir/scss/_commons/_lightbox-content.scss */
.lightbox-text-content li a:hover {
  text-decoration: none;
  opacity: 1;
}
/* line 94, ../../../../tkz_scss/projects/unir/scss/_commons/_lightbox-content.scss */
.lightbox-text-content li strong {
  font-weight: 500;
}

/* line 100, ../../../../tkz_scss/projects/unir/scss/_commons/_lightbox-content.scss */
.lightbox-tutor-content {
  text-align: center;
}
/* line 103, ../../../../tkz_scss/projects/unir/scss/_commons/_lightbox-content.scss */
.lightbox-tutor-content form {
  margin-top: 40px;
  line-height: 1.4;
}
/* line 108, ../../../../tkz_scss/projects/unir/scss/_commons/_lightbox-content.scss */
.lightbox-tutor-content .buttons-form-group {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
/* line 111, ../../../../tkz_scss/projects/unir/scss/_commons/_lightbox-content.scss */
.lightbox-tutor-content .buttons-form-group button {
  min-width: 180px;
}

/* line 5, ../../../../tkz_scss/projects/unir/scss/_commons/_list-order-header.scss */
.list-order-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
@media screen and (max-width: 600px) {
  /* line 5, ../../../../tkz_scss/projects/unir/scss/_commons/_list-order-header.scss */
  .list-order-header {
    display: block;
  }
}
/* line 17, ../../../../tkz_scss/projects/unir/scss/_commons/_list-order-header.scss */
.list-order-header .list-total {
  font-size: 0.875rem;
  color: #333333;
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  /* line 17, ../../../../tkz_scss/projects/unir/scss/_commons/_list-order-header.scss */
  .list-order-header .list-total {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}
/* line 28, ../../../../tkz_scss/projects/unir/scss/_commons/_list-order-header.scss */
.list-order-header .select-wrapper {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 33, ../../../../tkz_scss/projects/unir/scss/_commons/_list-order-header.scss */
.list-order-header .select-wrapper h2 {
  font-family: "Unit", sans-serif;
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  margin-right: 10px;
  margin-top: 10px;
}
/* line 39, ../../../../tkz_scss/projects/unir/scss/_commons/_list-order-header.scss */
.list-order-header .select-wrapper .select {
  width: 170px;
  max-width: 100%;
  margin-top: 10px;
}
/* line 44, ../../../../tkz_scss/projects/unir/scss/_commons/_list-order-header.scss */
.list-order-header .select-wrapper .select select {
  border-color: rgba(51, 51, 51, 0.15);
  padding-right: 35px;
}

/* line 5, ../../../../tkz_scss/projects/unir/scss/_Home/_adv.scss */
.adv-container {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
/* line 10, ../../../../tkz_scss/projects/unir/scss/_Home/_adv.scss */
.adv-container .adv-content {
  margin-top: 10px;
}

/* line 15, ../../../../tkz_scss/projects/unir/scss/_Home/_adv.scss */
.adv-wrapper.adv-wrapper-sup .adv-container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media screen and (max-width: 1130px) {
  /* line 15, ../../../../tkz_scss/projects/unir/scss/_Home/_adv.scss */
  .adv-wrapper.adv-wrapper-sup .adv-container {
    display: none;
  }
}

/* line 24, ../../../../tkz_scss/projects/unir/scss/_Home/_adv.scss */
.adv-wrapper.adv-wrapper-inf {
  margin-bottom: 40px;
}
@media screen and (min-width: 1131px) {
  /* line 24, ../../../../tkz_scss/projects/unir/scss/_Home/_adv.scss */
  .adv-wrapper.adv-wrapper-inf {
    display: none;
  }
}
/* line 31, ../../../../tkz_scss/projects/unir/scss/_Home/_adv.scss */
.adv-wrapper.adv-wrapper-inf .adv-container {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

/* line 5, ../../../../tkz_scss/projects/unir/scss/_Home/_home-table.scss */
.home-table-header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 0 0 20px 0;
}
/* line 11, ../../../../tkz_scss/projects/unir/scss/_Home/_home-table.scss */
.home-table-header h1 {
  width: calc(100% - 100px);
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
}
@media screen and (max-width: 740px) {
  /* line 11, ../../../../tkz_scss/projects/unir/scss/_Home/_home-table.scss */
  .home-table-header h1 {
    width: calc(100% - 40px);
    font-size: .875rem;
    white-space: normal;
  }
}
/* line 26, ../../../../tkz_scss/projects/unir/scss/_Home/_home-table.scss */
.home-table-header .filters-button {
  transition: color, 0.35s;
}
@media screen and (max-width: 740px) {
  /* line 29, ../../../../tkz_scss/projects/unir/scss/_Home/_home-table.scss */
  .home-table-header .filters-button span {
    display: none;
  }
}

/* line 37, ../../../../tkz_scss/projects/unir/scss/_Home/_home-table.scss */
.home-table-wrapper {
  border-top: 1px solid #0098cd;
}
@media screen and (max-width: 740px) {
  /* line 37, ../../../../tkz_scss/projects/unir/scss/_Home/_home-table.scss */
  .home-table-wrapper {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}

/* line 47, ../../../../tkz_scss/projects/unir/scss/_Home/_home-table.scss */
.home-table {
  background-color: #fff;
}
@media screen and (max-width: 740px) {
  /* line 47, ../../../../tkz_scss/projects/unir/scss/_Home/_home-table.scss */
  .home-table {
    font-size: 0.8125rem;
  }
}
/* line 55, ../../../../tkz_scss/projects/unir/scss/_Home/_home-table.scss */
.home-table tr td,
.home-table tr th {
  height: 58px;
  width: 60px;
}
/* line 60, ../../../../tkz_scss/projects/unir/scss/_Home/_home-table.scss */
.home-table tr td:first-child,
.home-table tr th:first-child {
  padding-right: 0;
}
@media screen and (max-width: 740px) {
  /* line 64, ../../../../tkz_scss/projects/unir/scss/_Home/_home-table.scss */
  .home-table tr td.grupos-col, .home-table tr td.inicio-col, .home-table tr td.fin-col, .home-table tr td.creditos-col,
  .home-table tr th.grupos-col,
  .home-table tr th.inicio-col,
  .home-table tr th.fin-col,
  .home-table tr th.creditos-col {
    display: none;
  }
}
/* line 73, ../../../../tkz_scss/projects/unir/scss/_Home/_home-table.scss */
.home-table tr td.inicio-col,
.home-table tr th.inicio-col {
  padding-right: 20px;
}
@media screen and (min-width: 1179px) {
  /* line 73, ../../../../tkz_scss/projects/unir/scss/_Home/_home-table.scss */
  .home-table tr td.inicio-col,
  .home-table tr th.inicio-col {
    padding-right: 30px;
  }
}
/* line 81, ../../../../tkz_scss/projects/unir/scss/_Home/_home-table.scss */
.home-table tr td.email-col,
.home-table tr th.email-col {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 741px) and (max-width: 1178px) {
  /* line 81, ../../../../tkz_scss/projects/unir/scss/_Home/_home-table.scss */
  .home-table tr td.email-col,
  .home-table tr th.email-col {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 740px) {
  /* line 81, ../../../../tkz_scss/projects/unir/scss/_Home/_home-table.scss */
  .home-table tr td.email-col,
  .home-table tr th.email-col {
    padding-right: 10px;
    padding-left: 10px;
  }
}
/* line 96, ../../../../tkz_scss/projects/unir/scss/_Home/_home-table.scss */
.home-table tr td.notification-col,
.home-table tr th.notification-col {
  padding-right: 12px;
}
@media screen and (max-width: 740px) {
  /* line 96, ../../../../tkz_scss/projects/unir/scss/_Home/_home-table.scss */
  .home-table tr td.notification-col,
  .home-table tr th.notification-col {
    padding-right: 0;
  }
}
@media screen and (max-width: 740px) {
  /* line 106, ../../../../tkz_scss/projects/unir/scss/_Home/_home-table.scss */
  .home-table tr th.creditos-col, .home-table tr th.notas-col {
    text-align: center;
  }
}
/* line 115, ../../../../tkz_scss/projects/unir/scss/_Home/_home-table.scss */
.home-table tr td a {
  transition: color, 0.35s;
  color: #0098cd;
  text-decoration: none;
}
/* line 120, ../../../../tkz_scss/projects/unir/scss/_Home/_home-table.scss */
.home-table tr td a:hover {
  color: #333333;
}
/* line 125, ../../../../tkz_scss/projects/unir/scss/_Home/_home-table.scss */
.home-table tr td.aulas-col {
  padding-right: 20px;
}
@media screen and (max-width: 740px) {
  /* line 125, ../../../../tkz_scss/projects/unir/scss/_Home/_home-table.scss */
  .home-table tr td.aulas-col {
    padding-right: 0;
    padding-left: 0;
  }
}
/* line 133, ../../../../tkz_scss/projects/unir/scss/_Home/_home-table.scss */
.home-table tr td.aulas-col span {
  display: block;
  width: 320px;
  position: relative;
  padding-right: 20px;
}
@media screen and (min-width: 1021px) and (max-width: 1178px) {
  /* line 133, ../../../../tkz_scss/projects/unir/scss/_Home/_home-table.scss */
  .home-table tr td.aulas-col span {
    width: 18vw;
  }
}
@media screen and (min-width: 741px) and (max-width: 1020px) {
  /* line 133, ../../../../tkz_scss/projects/unir/scss/_Home/_home-table.scss */
  .home-table tr td.aulas-col span {
    width: 26vw;
  }
}
@media screen and (max-width: 740px) {
  /* line 133, ../../../../tkz_scss/projects/unir/scss/_Home/_home-table.scss */
  .home-table tr td.aulas-col span {
    width: calc(100vw - 200px);
    min-width: 50vw;
    padding-right: 0;
  }
}
/* line 153, ../../../../tkz_scss/projects/unir/scss/_Home/_home-table.scss */
.home-table tr td.aulas-col span a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 88, ../../../../tkz_scss/_tkz_scss_core/_mixins/_builders.scss */
.home-table tr td.aulas-col span a::after {
  font-family: "Icons";
  display: inline-block;
  color: inherit;
  margin-left: 10px;
  content: "";
}
/* line 160, ../../../../tkz_scss/projects/unir/scss/_Home/_home-table.scss */
.home-table tr td.aulas-col span a::after {
  position: absolute;
  top: 4px;
  right: 0;
}
@media screen and (max-width: 740px) {
  /* line 160, ../../../../tkz_scss/projects/unir/scss/_Home/_home-table.scss */
  .home-table tr td.aulas-col span a::after {
    display: none;
  }
}
/* line 173, ../../../../tkz_scss/projects/unir/scss/_Home/_home-table.scss */
.home-table tr td.creditos-col, .home-table tr td.notas-col, .home-table tr td.email-col, .home-table tr td.notification-col {
  text-align: center;
}
/* line 182, ../../../../tkz_scss/projects/unir/scss/_Home/_home-table.scss */
.home-table .email-button,
.home-table .notification-button {
  transition: 0.35s;
  display: inline-block;
  color: #333333;
}
@media screen and (max-width: 740px) {
  /* line 189, ../../../../tkz_scss/projects/unir/scss/_Home/_home-table.scss */
  .home-table .email-button::before,
  .home-table .notification-button::before {
    font-size: 1.375rem;
  }
}
/* line 194, ../../../../tkz_scss/projects/unir/scss/_Home/_home-table.scss */
.home-table .email-button::after,
.home-table .notification-button::after {
  transition: 0.35s;
}
/* line 198, ../../../../tkz_scss/projects/unir/scss/_Home/_home-table.scss */
.home-table .email-button:hover,
.home-table .notification-button:hover {
  color: #0098cd;
}
/* line 201, ../../../../tkz_scss/projects/unir/scss/_Home/_home-table.scss */
.home-table .email-button:hover::after,
.home-table .notification-button:hover::after {
  background-color: #0098cd;
}

@media screen and (min-width: 1179px) {
  /* line 208, ../../../../tkz_scss/projects/unir/scss/_Home/_home-table.scss */
  .full-main-content .home-table tr td.aulas-col span {
    width: 500px;
  }
}
@media screen and (min-width: 1021px) and (max-width: 1178px) {
  /* line 208, ../../../../tkz_scss/projects/unir/scss/_Home/_home-table.scss */
  .full-main-content .home-table tr td.aulas-col span {
    width: 46vw;
  }
}

/* line 5, ../../../../tkz_scss/projects/unir/scss/_Home/_magazine-section.scss */
.magazine-section {
  background-color: #fff;
  margin-bottom: 40px;
}
/* line 9, ../../../../tkz_scss/projects/unir/scss/_Home/_magazine-section.scss */
.magazine-section > h2 {
  font-family: "Unit", sans-serif;
  font-size: 1.438rem;
  line-height: 1.2;
  font-weight: 400;
  padding: 25px 30px 20px;
}
@media screen and (max-width: 480px) {
  /* line 9, ../../../../tkz_scss/projects/unir/scss/_Home/_magazine-section.scss */
  .magazine-section > h2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 18, ../../../../tkz_scss/projects/unir/scss/_Home/_magazine-section.scss */
.magazine-section > h2 a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}
/* line 22, ../../../../tkz_scss/projects/unir/scss/_Home/_magazine-section.scss */
.magazine-section > h2 a:hover {
  color: #0098cd;
}
/* line 28, ../../../../tkz_scss/projects/unir/scss/_Home/_magazine-section.scss */
.magazine-section .articles-wrapper {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 32, ../../../../tkz_scss/projects/unir/scss/_Home/_magazine-section.scss */
.magazine-section .articles-wrapper .article {
  width: 33.3333%;
  border-right: 1px solid #f2f2f2;
}
@media screen and (max-width: 1020px) {
  /* line 32, ../../../../tkz_scss/projects/unir/scss/_Home/_magazine-section.scss */
  .magazine-section .articles-wrapper .article {
    width: 100%;
    border-top: 1px solid #f2f2f2;
    border-right: 0;
  }
}
/* line 42, ../../../../tkz_scss/projects/unir/scss/_Home/_magazine-section.scss */
.magazine-section .articles-wrapper .article:last-of-type {
  border-right: 0;
}

@media screen and (min-width: 481px) {
  /* line 50, ../../../../tkz_scss/projects/unir/scss/_Home/_magazine-section.scss */
  .main-content .magazine-section > h2,
  .main-content .magazine-section .article-preview .summary,
  .main-content .magazine-section .article-preview h1 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* line 6, ../../../../tkz_scss/projects/unir/scss/_Staff/_staff.scss */
.staff-list article {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
/* line 11, ../../../../tkz_scss/projects/unir/scss/_Staff/_staff.scss */
.staff-list article:last-of-type {
  border-bottom: 0;
}

@media screen and (max-width: 480px) {
  /* line 17, ../../../../tkz_scss/projects/unir/scss/_Staff/_staff.scss */
  .staff-article {
    display: block;
  }
}
@media screen and (min-width: 481px) {
  /* line 24, ../../../../tkz_scss/projects/unir/scss/_Staff/_staff.scss */
  .staff-article .media {
    width: 105px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 480px) {
  /* line 24, ../../../../tkz_scss/projects/unir/scss/_Staff/_staff.scss */
  .staff-article .media {
    margin-bottom: 20px;
  }
}
/* line 34, ../../../../tkz_scss/projects/unir/scss/_Staff/_staff.scss */
.staff-article .media img {
  width: 100%;
}
@media screen and (min-width: 481px) {
  /* line 39, ../../../../tkz_scss/projects/unir/scss/_Staff/_staff.scss */
  .staff-article .article-container {
    width: calc(100% - 130px);
  }
}
/* line 44, ../../../../tkz_scss/projects/unir/scss/_Staff/_staff.scss */
.staff-article .article-container h1 {
  font-size: 1rem;
  line-height: 1.35;
  color: #0098cd;
  font-weight: 400;
  margin-bottom: 15px;
}
/* line 48, ../../../../tkz_scss/projects/unir/scss/_Staff/_staff.scss */
.staff-article .article-container h1 a {
  color: #0098cd;
  text-decoration: none;
}
/* line 53, ../../../../tkz_scss/projects/unir/scss/_Staff/_staff.scss */
.staff-article .article-container p {
  font-size: 0.875rem;
  line-height: 1.55;
}
/* line 57, ../../../../tkz_scss/projects/unir/scss/_Staff/_staff.scss */
.staff-article .article-container .staff-link {
  font-size: 0.875rem;
  color: #0098cd;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  /* line 57, ../../../../tkz_scss/projects/unir/scss/_Staff/_staff.scss */
  .staff-article .article-container .staff-link {
    margin-top: 20px;
  }
}
/* line 66, ../../../../tkz_scss/projects/unir/scss/_Staff/_staff.scss */
.staff-article .article-container a {
  transition: color 0.25s;
}
/* line 69, ../../../../tkz_scss/projects/unir/scss/_Staff/_staff.scss */
.staff-article .article-container a:hover {
  color: #333333;
}

/* line 76, ../../../../tkz_scss/projects/unir/scss/_Staff/_staff.scss */
.user-info {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (min-width: 481px) and (max-width: 1020px) {
  /* line 76, ../../../../tkz_scss/projects/unir/scss/_Staff/_staff.scss */
  .user-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
/* line 87, ../../../../tkz_scss/projects/unir/scss/_Staff/_staff.scss */
.user-info .user-info-container {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 481px) and (max-width: 1020px) {
  /* line 87, ../../../../tkz_scss/projects/unir/scss/_Staff/_staff.scss */
  .user-info .user-info-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 130px);
    margin-left: 30px;
  }
}
/* line 102, ../../../../tkz_scss/projects/unir/scss/_Staff/_staff.scss */
.user-info .file-upload input[type="file"] {
  display: none;
}
/* line 106, ../../../../tkz_scss/projects/unir/scss/_Staff/_staff.scss */
.user-info .file-upload label {
  font-family: "Unit", sans-serif;
  font-size: 0.875rem;
  color: #0098cd;
  font-weight: 600;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
  text-align: center;
  transition: 0.35s;
  background-color: #dae9ee;
  width: 100%;
  padding: 18px 15px 15px;
  display: block;
  cursor: pointer;
}
@media screen and (min-width: 481px) and (max-width: 1020px) {
  /* line 106, ../../../../tkz_scss/projects/unir/scss/_Staff/_staff.scss */
  .user-info .file-upload label {
    width: 250px;
  }
}
/* line 119, ../../../../tkz_scss/projects/unir/scss/_Staff/_staff.scss */
.user-info .file-upload label:hover {
  background-color: rgba(0, 152, 205, 0.2);
}
/* line 125, ../../../../tkz_scss/projects/unir/scss/_Staff/_staff.scss */
.user-info .media {
  margin-bottom: 20px;
}
@media screen and (min-width: 481px) and (max-width: 1020px) {
  /* line 125, ../../../../tkz_scss/projects/unir/scss/_Staff/_staff.scss */
  .user-info .media {
    width: 100px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  /* line 125, ../../../../tkz_scss/projects/unir/scss/_Staff/_staff.scss */
  .user-info .media {
    margin: 0 auto 20px;
    width: 200px;
    max-width: 100%;
  }
}
/* line 139, ../../../../tkz_scss/projects/unir/scss/_Staff/_staff.scss */
.user-info .media img {
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
/* line 144, ../../../../tkz_scss/projects/unir/scss/_Staff/_staff.scss */
.user-info form {
  margin-bottom: 30px;
}
@media screen and (min-width: 481px) and (max-width: 1020px) {
  /* line 144, ../../../../tkz_scss/projects/unir/scss/_Staff/_staff.scss */
  .user-info form {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -moz-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
}
/* line 152, ../../../../tkz_scss/projects/unir/scss/_Staff/_staff.scss */
.user-info .user-name {
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0.0125rem;
  margin-bottom: 20px;
  display: block;
}
/* line 158, ../../../../tkz_scss/projects/unir/scss/_Staff/_staff.scss */
.user-info .user-degree {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #0098cd;
  font-weight: 500;
  letter-spacing: 0.015rem;
  text-transform: uppercase;
  margin-bottom: 40px;
  display: block;
}
@media screen and (max-width: 1020px) {
  /* line 158, ../../../../tkz_scss/projects/unir/scss/_Staff/_staff.scss */
  .user-info .user-degree {
    margin-bottom: 20px;
  }
}
/* line 167, ../../../../tkz_scss/projects/unir/scss/_Staff/_staff.scss */
.user-info .user-degree a {
  color: #0098cd;
  display: inline;
}
/* line 171, ../../../../tkz_scss/projects/unir/scss/_Staff/_staff.scss */
.user-info .user-degree a:hover {
  text-decoration: none;
}
/* line 177, ../../../../tkz_scss/projects/unir/scss/_Staff/_staff.scss */
.user-info .mailto-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #0098cd;
  font-weight: 400;
  letter-spacing: 0.015rem;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 62, ../../../../tkz_scss/_tkz_scss_core/_mixins/_builders.scss */
.user-info .mailto-link::before {
  font-family: "Icons";
  display: inline-block;
  color: #333333;
  font-size: 1.75rem;
  margin-right: 10px;
  content: "";
}
/* line 183, ../../../../tkz_scss/projects/unir/scss/_Staff/_staff.scss */
.user-info .mailto-link::before {
  line-height: 1;
}
/* line 187, ../../../../tkz_scss/projects/unir/scss/_Staff/_staff.scss */
.user-info .mailto-link:hover {
  color: #333333;
}

/* line 194, ../../../../tkz_scss/projects/unir/scss/_Staff/_staff.scss */
.user-file .form-group,
.user-file .user-file-info,
.user-file > fieldset {
  padding: 20px 20px 50px;
}
@media screen and (max-width: 1020px) {
  /* line 194, ../../../../tkz_scss/projects/unir/scss/_Staff/_staff.scss */
  .user-file .form-group,
  .user-file .user-file-info,
  .user-file > fieldset {
    padding: 20px 15px 40px;
  }
}
/* line 204, ../../../../tkz_scss/projects/unir/scss/_Staff/_staff.scss */
.user-file > fieldset {
  margin-bottom: 0;
}
/* line 208, ../../../../tkz_scss/projects/unir/scss/_Staff/_staff.scss */
.user-file .user-file-info {
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  /* line 208, ../../../../tkz_scss/projects/unir/scss/_Staff/_staff.scss */
  .user-file .user-file-info {
    font-size: 0.9375rem;
    letter-spacing: 0;
  }
}
/* line 215, ../../../../tkz_scss/projects/unir/scss/_Staff/_staff.scss */
.user-file .user-file-info p,
.user-file .user-file-info ul {
  margin-bottom: 25px;
}
/* line 219, ../../../../tkz_scss/projects/unir/scss/_Staff/_staff.scss */
.user-file .user-file-info p:last-child,
.user-file .user-file-info ul:last-child {
  margin-bottom: 0;
}
/* line 224, ../../../../tkz_scss/projects/unir/scss/_Staff/_staff.scss */
.user-file .user-file-info h2 {
  font-family: "Unit", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.0875rem;
  text-transform: uppercase;
  margin-bottom: 15px;
}
/* line 229, ../../../../tkz_scss/projects/unir/scss/_Staff/_staff.scss */
.user-file .user-file-info ul {
  margin-left: 20px;
}
/* line 232, ../../../../tkz_scss/projects/unir/scss/_Staff/_staff.scss */
.user-file .user-file-info ul li {
  list-style: disc;
}

/* line 5, ../../../../tkz_scss/projects/unir/scss/_Course/_course-news.scss */
.accordion-course-news {
  padding-bottom: 55px;
}

/* line 9, ../../../../tkz_scss/projects/unir/scss/_Course/_course-news.scss */
.accordion-news-wrapper {
  padding: 18px 20px 35px;
}
@media screen and (max-width: 600px) {
  /* line 9, ../../../../tkz_scss/projects/unir/scss/_Course/_course-news.scss */
  .accordion-news-wrapper {
    padding: 15px 15px 35px;
  }
}
/* line 16, ../../../../tkz_scss/projects/unir/scss/_Course/_course-news.scss */
.accordion-news-wrapper p {
  font-family: "OpenSans", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.3333;
  letter-spacing: -0.005rem;
  margin-bottom: 10px;
}
/* line 20, ../../../../tkz_scss/projects/unir/scss/_Course/_course-news.scss */
.accordion-news-wrapper p:last-of-type {
  margin-bottom: 0;
}

/* line 5, ../../../../tkz_scss/projects/unir/scss/_Course/_course-nav.scss */
.main-aside .nav-aside-button {
  width: 100%;
}
/* line 8, ../../../../tkz_scss/projects/unir/scss/_Course/_course-nav.scss */
.main-aside .nav-aside-button .button-container {
  transition: 0.5s;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  font-family: "Unit", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.006rem;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #dae9ee;

  padding: 20px 20px;
}
/* line 88, ../../../../tkz_scss/_tkz_scss_core/_mixins/_builders.scss */
.main-aside .nav-aside-button .button-container::after {
  font-family: "Icons";
  display: inline-block;
  font-size: 1rem;
  content: "";
}
@media screen and (max-width: 600px) {
  /* line 8, ../../../../tkz_scss/projects/unir/scss/_Course/_course-nav.scss */
  .main-aside .nav-aside-button .button-container {
    padding: 20px 15px;
  }
}
/* line 23, ../../../../tkz_scss/projects/unir/scss/_Course/_course-nav.scss */
.main-aside .nav-aside-button[data-toggle="on"] .button-container {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
}
/* line 88, ../../../../tkz_scss/_tkz_scss_core/_mixins/_builders.scss */
.main-aside .nav-aside-button[data-toggle="on"] .button-container::after {
  font-family: "Icons";
  display: inline-block;
  font-size: 0.875rem;
  content: "";
}
@media screen and (min-width: 1021px) {
  /* line 5, ../../../../tkz_scss/projects/unir/scss/_Course/_course-nav.scss */
  .main-aside .nav-aside-button {
    display: none;
  }
}

/* line 34, ../../../../tkz_scss/projects/unir/scss/_Course/_course-nav.scss */
.main-nav-aside {
  background-color: #fff;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 1020px) {
  /* line 34, ../../../../tkz_scss/projects/unir/scss/_Course/_course-nav.scss */
  .main-nav-aside {
    max-height: 0;
  }
  /* line 42, ../../../../tkz_scss/projects/unir/scss/_Course/_course-nav.scss */
  .main-nav-aside[data-toggle="on"] {
    -webkit-animation: maxHeightIn .75s forwards;
    -moz-animation: maxHeightIn .75s forwards;
    animation: maxHeightIn .75s forwards;
  }
  /* line 46, ../../../../tkz_scss/projects/unir/scss/_Course/_course-nav.scss */
  .main-nav-aside[data-toggle="off"] {
    -webkit-animation: maxHeightOut .75s forwards;
    -moz-animation: maxHeightOut .75s forwards;
    animation: maxHeightOut .75s forwards;
  }
}
/* line 51, ../../../../tkz_scss/projects/unir/scss/_Course/_course-nav.scss */
.main-nav-aside h2 {
  font-family: "Unit", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.0875rem;
  text-transform: uppercase;
  background-color: #dae9ee;
  padding: 10px 15px;
}
@media screen and (min-width: 601px) and (max-width: 1020px) {
  /* line 51, ../../../../tkz_scss/projects/unir/scss/_Course/_course-nav.scss */
  .main-nav-aside h2 {
    padding: 10px 20px;
  }
}
/* line 62, ../../../../tkz_scss/projects/unir/scss/_Course/_course-nav.scss */
.main-nav-aside ol li {
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
}
/* line 65, ../../../../tkz_scss/projects/unir/scss/_Course/_course-nav.scss */
.main-nav-aside ol li:last-child {
  border-bottom: 0;
}
/* line 69, ../../../../tkz_scss/projects/unir/scss/_Course/_course-nav.scss */
.main-nav-aside ol li[data-toggle="on"] a {
  color: #0098cd;
  font-weight: 500;
  border-color: #0098cd;
  cursor: default;
}
/* line 75, ../../../../tkz_scss/projects/unir/scss/_Course/_course-nav.scss */
.main-nav-aside ol li a {
  font-family: "Unit", sans-serif;
  font-size: 1rem;
  color: #333333;
  font-weight: 300;
  letter-spacing: 0.006rem;
  text-decoration: none;
  border-left: 3px solid transparent;
  padding: 8px 12px;
}
@media screen and (min-width: 601px) and (max-width: 1020px) {
  /* line 75, ../../../../tkz_scss/projects/unir/scss/_Course/_course-nav.scss */
  .main-nav-aside ol li a {
    padding: 8px 18px;
  }
}
/* line 84, ../../../../tkz_scss/projects/unir/scss/_Course/_course-nav.scss */
.main-nav-aside ol li a:hover {
  color: #0098cd;
}

/* line 31, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-nav.scss */
.theme-nav-panel {
  background-color: transparent;
}
/* line 34, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-nav.scss */
.theme-nav-panel .theme-nav-wrapper {
  margin-top: 0;
}

/* line 39, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-nav.scss */
.theme-nav {
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 10px;
}
/* line 46, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-nav.scss */
.theme-nav::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: #EDEDED;
}
/* line 51, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-nav.scss */
.theme-nav::-webkit-scrollbar {
  height: 8px;
  background-color: transparent;
}
/* line 56, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-nav.scss */
.theme-nav::-webkit-scrollbar-thumb {
  border-radius: 4px;
  border: 2px solid #EDEDED;
  background-color: #C7C7C7;
}
/* line 62, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-nav.scss */
.theme-nav ul {
  width: 100%;
  white-space: nowrap;
  position: relative;
  background-color: #fff;
  z-index: 5;
  position: relative;
}
/* line 70, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-nav.scss */
.theme-nav ul::after {
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background-color: #e4e4e4;
  z-index: 0;
}
/* line 80, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-nav.scss */
.theme-nav ul li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  background-color: #fff;
  margin-right: -4px;
  z-index: 2;
}
/* line 88, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-nav.scss */
.theme-nav ul li:first-of-type {
  border-left: 0;
}
/* line 92, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-nav.scss */
.theme-nav ul li.active button {
  border-bottom: 3px solid #0098cd;
  color: #0098cd;
  cursor: default;
}
/* line 97, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-nav.scss */
.theme-nav ul li.active button:hover {
  border-color: #0098cd;
}
/* line 102, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-nav.scss */
.theme-nav ul li button {
  font-family: "OpenSans", sans-serif;
  font-size: 0.875rem;
  color: rgba(51, 51, 51, 0.75);
  font-weight: 500;
  transition: border-color 0.35s;
  padding: 0 20px;
  border-bottom: 3px solid #e7e7e7;
  height: 44px;
}
/* line 109, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-nav.scss */
.theme-nav ul li button:hover {
  border-color: rgba(51, 51, 51, 0.35);
}

/* line 5, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.theme-container .home-table-header {
  transition: background-color 1s ease;
  padding: 0;
  background-color: #dae9ee;
}
@media screen and (max-width: 740px) {
  /* line 5, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .theme-container .home-table-header {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* line 14, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.theme-container .home-table-header[data-toggle="on"] {
  background-color: #fff;
}
/* line 17, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.theme-container .home-table-header[data-toggle="on"] h1 {
  white-space: normal;
}
@media screen and (max-width: 600px) {
  /* line 17, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .theme-container .home-table-header[data-toggle="on"] h1 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    border-top: 1px solid rgba(0, 152, 205, 0.25);
  }
}
/* line 27, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.theme-container .home-table-header[data-toggle="on"] .scheme-button {
  border-color: rgba(0, 152, 205, 0.15);
}
@media screen and (max-width: 600px) {
  /* line 27, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .theme-container .home-table-header[data-toggle="on"] .scheme-button {
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    width: 150px;
    border: 2px solid rgba(0, 152, 205, 0.25);
    padding: 7px 0px;
    margin-left: 15px;
  }
  /* line 38, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .theme-container .home-table-header[data-toggle="on"] .scheme-button span {
    display: inline-block;
    margin-right: 10px;
  }
}
@media screen and (max-width: 600px) {
  /* line 45, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .theme-container .home-table-header[data-toggle="on"] .accordion-button {
    border-left: 1px solid rgba(0, 152, 205, 0.15);
  }
}
/* line 52, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.theme-container .home-table-header h1 {
  width: calc(100% - 210px);
  padding: 15px 15px;
  white-space: nowrap;
}
@media screen and (max-width: 1020px) {
  /* line 52, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .theme-container .home-table-header h1 {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 740px) {
  /* line 52, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .theme-container .home-table-header h1 {
    font-size: .75rem;
  }
}
/* line 66, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.theme-container .home-table-header .scheme-button,
.theme-container .home-table-header .accordion-button {
  padding-top: 15px;
  padding-bottom: 15px;
}
/* line 72, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.theme-container .home-table-header .scheme-button {
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: 150px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 1020px) {
  /* line 72, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .theme-container .home-table-header .scheme-button {
    width: 50px;
  }
  /* line 81, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .theme-container .home-table-header .scheme-button::after {
    margin: 0;
  }
  /* line 85, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .theme-container .home-table-header .scheme-button span {
    display: none;
  }
}
/* line 91, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.theme-container .home-table-header .accordion-button {
  width: 60px;
}
@media screen and (max-width: 1020px) {
  /* line 91, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .theme-container .home-table-header .accordion-button {
    width: 50px;
  }
}
/* line 98, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.theme-container .home-table-header .accordion-button .button-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  background-color: transparent;
  border: 0;
}
/* line 105, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.theme-container .home-table-header .accordion-button .button-container::after {
  margin: 0;
}

/* line 112, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.theme-list {
  max-height: calc(100vh - 200px);
  height: auto;
  overflow: auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  /* line 112, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .theme-list {
    max-height: 1024px - 200px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  /* line 112, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .theme-list {
    max-height: 768px - 200px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
  /* line 112, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .theme-list {
    max-height: 480px - 200px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
  /* line 112, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .theme-list {
    max-height: 320px - 200px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
  /* line 112, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .theme-list {
    max-height: 568px - 200px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
  /* line 112, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .theme-list {
    max-height: 320px - 200px;
  }
}
/* line 117, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.theme-list .accordion-content {
  border: 0;
}

/* line 124, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.theme-content table,
.week-calendar-wrapper table {
  border: 0;
}
/* line 127, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.theme-content table tr,
.week-calendar-wrapper table tr {
  border-color: rgba(0, 152, 205, 0.1);
}
/* line 130, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.theme-content table tr td,
.theme-content table tr th,
.week-calendar-wrapper table tr td,
.week-calendar-wrapper table tr th {
  border-right: 1px solid rgba(0, 152, 205, 0.1);
  vertical-align: top;
  padding: 14px;
}
/* line 136, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.theme-content table tr td:last-of-type,
.theme-content table tr th:last-of-type,
.week-calendar-wrapper table tr td:last-of-type,
.week-calendar-wrapper table tr th:last-of-type {
  border: 0;
}
/* line 142, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.theme-content table td,
.week-calendar-wrapper table td {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #333333;
}
/* line 146, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.theme-content table h5,
.week-calendar-wrapper table h5 {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #333333;
  font-weight: 600;
  margin-bottom: 15px;
}
/* line 150, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.theme-content table h5 a,
.week-calendar-wrapper table h5 a {
  color: #333333;
}
/* line 153, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.theme-content table h5 a:hover,
.week-calendar-wrapper table h5 a:hover {
  color: #0098cd;
}
/* line 159, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.theme-content table li,
.week-calendar-wrapper table li {
  font-size: 0.875rem;
  line-height: 1.4;
}
/* line 165, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.theme-content table a:hover,
.theme-content table .theme-content-button:hover,
.week-calendar-wrapper table a:hover,
.week-calendar-wrapper table .theme-content-button:hover {
  color: #0098cd;
}
/* line 170, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.theme-content table .theme-content-button,
.week-calendar-wrapper table .theme-content-button {
  font-family: "OpenSans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #333333;
  text-align: left;
}
/* line 174, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.theme-content table a,
.week-calendar-wrapper table a {
  text-decoration: none;
}
/* line 178, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.theme-content table li:not(:last-of-type),
.week-calendar-wrapper table li:not(:last-of-type) {
  margin-bottom: 15px;
}
/* line 182, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.theme-content table td ul:not(:last-child),
.week-calendar-wrapper table td ul:not(:last-child) {
  margin-bottom: 20px;
}

/* line 190, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.theme-content table tr {
  border: 0;
}
@media screen and (max-width: 740px) {
  /* line 193, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .theme-content table tr td,
  .theme-content table tr th {
    padding-top: 0;
  }
}
/* line 201, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.theme-content table th {
  font-size: 0.6875rem;
  line-height: 1;
  color: #0098cd;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #dae9ee;
  width: 23.25%;
}
/* line 206, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.theme-content table th.test-th {
  width: 7%;
}
@media screen and (max-width: 740px) {
  /* line 201, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .theme-content table th {
    display: none;
  }
}
@media screen and (max-width: 740px) {
  /* line 215, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .theme-content table td {
    display: block;
    width: 100%;
  }
  /* line 220, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .theme-content table td::before {
    font-size: 0.6875rem;
    line-height: 1;
    color: #0098cd;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #dae9ee;
    content: attr(data-th);
    width: 100%;
    padding: 14px;
    display: block;
    margin-bottom: 14px;
    margin-left: -14px;
  }
}
/* line 234, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.theme-content table a.tv-link {
  color: #f67211;
  display: block;
}
/* line 238, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.theme-content table a.tv-link:hover {
  color: #0098cd;
}
/* line 241, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.theme-content table a.tv-link:hover .tv-icon {
  background-color: #0098cd;
}

/* line 251, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.week-calendar-wrapper table td {
  line-height: 1.28;
}
@media screen and (max-width: 740px) {
  /* line 251, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .week-calendar-wrapper table td {
    display: block;
    width: 100%;
  }
}
/* line 259, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.week-calendar-wrapper table td.th-title {
  line-height: 1.2;
  color: #0098cd;
  font-weight: 500;
  background-color: #dae9ee;
}
@media screen and (max-width: 740px) {
  /* line 259, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .week-calendar-wrapper table td.th-title {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    align-items: baseline;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 741px) {
  /* line 259, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .week-calendar-wrapper table td.th-title {
    width: 160px;
  }
}
/* line 278, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.week-calendar-wrapper table td.th-title h2 {
  font-size: 1rem;
  font-weight: 500;
  margin-right: 20px;
}
@media screen and (min-width: 741px) {
  /* line 278, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .week-calendar-wrapper table td.th-title h2 {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
/* line 288, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.week-calendar-wrapper table td.th-title span {
  display: block;
}
@media screen and (min-width: 741px) {
  /* line 293, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .week-calendar-wrapper table td:last-of-type {
    width: 250px;
  }
}
/* line 300, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.week-calendar-wrapper table h5 {
  font-weight: 500;
  margin-bottom: 5px;
}
/* line 305, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.week-calendar-wrapper table ul li:not(:last-of-type) {
  margin-bottom: 0;
}
/* line 310, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.week-calendar-wrapper table .highlight-link strong {
  text-transform: uppercase;
}
/* line 314, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.week-calendar-wrapper table .highlight-link span {
  margin: 0 5px;
}
@media screen and (min-width: 741px) {
  /* line 314, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .week-calendar-wrapper table .highlight-link span {
    display: block;
    margin: 0;
  }
}
/* line 323, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.week-calendar-wrapper table .highlight-link:hover {
  color: #333333;
}
/* line 328, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.week-calendar-wrapper table small {
  font-size: 0.6875rem;
  display: block;
  margin-top: 10px;
}

/* line 336, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.theme-section .theme-section-content {
  padding: 20px;
}
@media screen and (max-width: 1020px) {
  /* line 336, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .theme-section .theme-section-content {
    padding: 15px;
  }
}
/* line 344, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.theme-section p {
  margin-bottom: 20px;
}
/* line 347, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.theme-section p:last-of-type {
  margin-bottom: 0;
}

/* line 353, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.theme-nav-wrapper {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  font-size: 0.875rem;
  line-height: 1;
  color: #333333;
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-top: 1px solid #e4e4e4;
  margin-top: 40px;
}
/* line 361, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.theme-nav-wrapper .nav-indicator,
.theme-nav-wrapper li {
  border-left: 1px solid #e4e4e4;
}
/* line 366, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.theme-nav-wrapper .nav-indicator {
  color: rgba(51, 51, 51, 0.5);
  text-align: center;
  width: auto;
  min-width: 150px;
  padding: 15px 30px;
}
@media screen and (max-width: 600px) {
  /* line 366, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .theme-nav-wrapper .nav-indicator {
    border-left: 0;
  }
}
/* line 377, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.theme-nav-wrapper nav {
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
/* line 380, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.theme-nav-wrapper nav ol {
  height: 100%;
}
/* line 384, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.theme-nav-wrapper nav ol li {
  margin-bottom: 0;
  padding: 10px 30px;
}
/* line 389, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.theme-nav-wrapper nav ol li:first-of-type a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 62, ../../../../tkz_scss/_tkz_scss_core/_mixins/_builders.scss */
.theme-nav-wrapper nav ol li:first-of-type a::before {
  font-family: "Icons";
  display: inline-block;
  margin-right: 20px;
  content: "";
}
@media screen and (max-width: 600px) {
  /* line 392, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .theme-nav-wrapper nav ol li:first-of-type a::before {
    margin: 0;
  }
}
/* line 399, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.theme-nav-wrapper nav ol li:last-of-type a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 88, ../../../../tkz_scss/_tkz_scss_core/_mixins/_builders.scss */
.theme-nav-wrapper nav ol li:last-of-type a::after {
  font-family: "Icons";
  display: inline-block;
  margin-left: 20px;
  content: "";
}
@media screen and (max-width: 600px) {
  /* line 402, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .theme-nav-wrapper nav ol li:last-of-type a::after {
    margin: 0;
  }
}
/* line 409, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.theme-nav-wrapper nav ol li a {
  color: #0098cd;
  text-decoration: none;
}
/* line 412, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.theme-nav-wrapper nav ol li a:hover {
  color: #333333;
}
@media screen and (max-width: 600px) {
  /* line 416, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .theme-nav-wrapper nav ol li a span {
    display: none;
  }
}

/* line 427, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.tv-link {
  color: #f67211;
  position: relative;
  padding-left: 35px;
  display: block;
}
/* line 433, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.tv-link:hover {
  color: #0098cd;
}
/* line 436, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.tv-link:hover .tv-icon {
  background-color: #0098cd;
}
/* line 441, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.tv-link .tv-icon {
  font-size: 0.75rem;
  line-height: 21px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  position: absolute;
  background-color: #f67211;
  width: 21px;
  height: 21px;
  display: block;
  vertical-align: top;
  margin-right: 10px;
}

/* line 454, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.test-link img {
  width: 27px;
}
/* line 458, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.test-link span {
  display: none;
}

/* line 464, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.lightbox-theme-content .lightbox-container {
  height: calc(100vh - 120px);
  background-color: #fff;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  /* line 464, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .lightbox-theme-content .lightbox-container {
    height: 1024px - 120px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  /* line 464, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .lightbox-theme-content .lightbox-container {
    height: 768px - 120px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
  /* line 464, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .lightbox-theme-content .lightbox-container {
    height: 480px - 120px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
  /* line 464, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .lightbox-theme-content .lightbox-container {
    height: 320px - 120px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
  /* line 464, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .lightbox-theme-content .lightbox-container {
    height: 568px - 120px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
  /* line 464, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .lightbox-theme-content .lightbox-container {
    height: 320px - 120px;
  }
}
@media screen and (max-height: 700px) {
  /* line 464, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .lightbox-theme-content .lightbox-container {
    height: calc(100vh - 30px);
  }
}
@media only screen and (max-height: 700px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  /* line 464, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .lightbox-theme-content .lightbox-container {
    height: 1024px - 30px;
  }
}
@media only screen and (max-height: 700px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  /* line 464, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .lightbox-theme-content .lightbox-container {
    height: 768px - 30px;
  }
}
@media only screen and (max-height: 700px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
  /* line 464, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .lightbox-theme-content .lightbox-container {
    height: 480px - 30px;
  }
}
@media only screen and (max-height: 700px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
  /* line 464, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .lightbox-theme-content .lightbox-container {
    height: 320px - 30px;
  }
}
@media only screen and (max-height: 700px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
  /* line 464, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .lightbox-theme-content .lightbox-container {
    height: 568px - 30px;
  }
}
@media only screen and (max-height: 700px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
  /* line 464, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .lightbox-theme-content .lightbox-container {
    height: 320px - 30px;
  }
}

/* line 472, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.lightbox-theme-content .lightbox-container .lightbox-content {
  padding-bottom: 25px;
}
/* line 475, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.lightbox-theme-content .lightbox-container .lightbox-content .lightbox-text-content {
  max-width: 100%;
  width: 750px;
}
/* line 482, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.lightbox-theme-content .theme-section .theme-section-content {
  padding: 0 0 70px;
}
/* line 486, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.lightbox-theme-content .theme-nav-wrapper nav ol,
.lightbox-theme-content .theme-menu ul {
  margin: 0;
  padding: 0;
}
/* line 491, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.lightbox-theme-content .theme-nav-wrapper nav ol li,
.lightbox-theme-content .theme-menu ul li {
  list-style: none;
}
/* line 496, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.lightbox-theme-content .theme-nav-wrapper .nav-indicator {
  min-width: 120px;
}
/* line 500, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.lightbox-theme-content .theme-menu-header .menu-button {
  color: #0098cd;
  width: 30px;
}
@media screen and (max-width: 600px) {
  /* line 500, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .lightbox-theme-content .theme-menu-header .menu-button {
    height: 20px;
  }
}

/* line 510, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.pagination {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  font-size: 0.875rem;
  line-height: 1;
  color: #333333;
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-top: 1px solid #e4e4e4;
  position: fixed;
  bottom: 60px;
  width: 100%;
  max-width: 910px;
  margin-left: -80px;
  background-color: #fff;
  padding: 0 80px;
  border-top: 1px solid #e4e4e4;
}
@media screen and (max-height: 700px) {
  /* line 510, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .pagination {
    bottom: 15px;
  }
}
@media screen and (max-width: 1020px) {
  /* line 510, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .pagination {
    margin-left: -15px;
    max-width: 780px;
    padding: 0;
  }
}
@media screen and (max-width: 810px) {
  /* line 510, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .pagination {
    max-width: calc(100% - 30px);
  }
}
/* line 539, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.pagination a,
.pagination .paginateinfo {
  border-left: 1px solid #e4e4e4;
}
/* line 544, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.pagination a {
  color: #0098cd;
  text-decoration: none;
  padding: 15px 20px;
}
/* line 548, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.pagination a:first-of-type {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 62, ../../../../tkz_scss/_tkz_scss_core/_mixins/_builders.scss */
.pagination a:first-of-type::before {
  font-family: "Icons";
  display: inline-block;
  margin-right: 20px;
  content: "";
}
@media screen and (max-width: 600px) {
  /* line 551, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .pagination a:first-of-type::before {
    margin: 0;
  }
}
/* line 558, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.pagination a:last-of-type {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 88, ../../../../tkz_scss/_tkz_scss_core/_mixins/_builders.scss */
.pagination a:last-of-type::after {
  font-family: "Icons";
  display: inline-block;
  margin-left: 20px;
  content: "";
}
@media screen and (max-width: 600px) {
  /* line 561, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .pagination a:last-of-type::after {
    margin: 0;
  }
}
/* line 568, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.pagination a.disabled, .pagination a[data-toggle="off"] {
  color: rgba(51, 51, 51, 0.5);
  cursor: default;
}
@media screen and (max-width: 600px) {
  /* line 574, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .pagination a span {
    display: none;
  }
}
/* line 581, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.pagination .paginateinfo {
  color: rgba(51, 51, 51, 0.5);
  text-align: center;
  padding: 15px 20px;
}
@media screen and (max-width: 600px) {
  /* line 581, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
  .pagination .paginateinfo {
    border-left: 0;
  }
}

/* line 592, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.virtualpage h3 {
  font-size: 1rem;
  color: #0098cd;
  font-weight: 500;
  margin-bottom: 15px;
}
/* line 597, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.virtualpage h4 {
  margin-top: 30px;
}
/* line 601, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.virtualpage .highlight-text {
  background-color: #f3f3f3;
  padding: 10px;
  margin: 20px 0;
}
/* line 606, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.virtualpage .highlight-text p {
  font-size: .875rem;
  margin-bottom: 10px;
}
/* line 610, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.virtualpage .highlight-text p:last-child {
  margin-bottom: 0;
}
/* line 616, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.virtualpage .link {
  font-size: 0.75rem;
  color: #0098cd;
  font-weight: 500;
  text-transform: uppercase;
}
/* line 620, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.virtualpage .button {
  font-size: 0.75rem;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
  background: #0098cd;
  padding: 5px 20px;
  border: 2px solid #0098cd;
}
/* line 628, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.virtualpage .button:hover {
  background-color: #fff;
  color: #0098cd;
}
/* line 634, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.virtualpage .video-wrapper {
  margin: 20px 0;
}
/* line 637, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.virtualpage .video-wrapper:last-child {
  margin-bottom: 0;
}
/* line 643, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.virtualpage .tabs-nav ol {
  padding: 0;
  margin: 30px 0 0;
}
/* line 647, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.virtualpage .tabs-nav ol li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  margin-bottom: 15px;
}
/* line 654, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.virtualpage .tabs-nav ol li button {
  font-family: "OpenSans", sans-serif;
  font-size: 0.875rem;
  color: #0098cd;
  font-weight: 500;
}
/* line 658, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-content.scss */
.virtualpage .tabs-nav ol li[data-toggle="on"] button {
  color: #333333;
}

/* line 5, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-menu.scss */
.theme-menu-header {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
  position: relative;
  padding-bottom: 5px;
  background-color: #0098cd;
  padding: 5px 5px 5px 15px;
  border-bottom: 0;
}
@media screen and (max-width: 600px) {
  /* line 5, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-menu.scss */
  .theme-menu-header {
    padding-bottom: 0;
  }
}
/* line 18, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-menu.scss */
.theme-menu-header .page-title {
  font-size: 0.875rem;
  line-height: 1.25;
  color: #fff;
  font-weight: 500;
  width: calc(100% - 40px);
}
@media screen and (max-width: 600px) {
  /* line 18, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-menu.scss */
  .theme-menu-header .page-title {
    margin-bottom: 7px;
  }
}
/* line 27, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-menu.scss */
.theme-menu-header .menu-button {
  width: 40px;
}
/* line 30, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-menu.scss */
.theme-menu-header .menu-button[data-toggle="on"]::before {
  content: "\E804";
}
/* line 34, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-menu.scss */
.theme-menu-header .menu-button::before {
  font-size: .875rem;
  color: #fff;
}
/* line 40, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-menu.scss */
.theme-menu-header .theme-menu {
  transition: 0.5s;
  max-height: calc(100vh - 100px);
  position: static;
  background-color: #fff;
  overflow: auto;
  height: auto;
  opacity: 0;
  visibility: hidden;
  z-index: 20;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  /* line 40, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-menu.scss */
  .theme-menu-header .theme-menu {
    max-height: 1024px - 100px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  /* line 40, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-menu.scss */
  .theme-menu-header .theme-menu {
    max-height: 768px - 100px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
  /* line 40, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-menu.scss */
  .theme-menu-header .theme-menu {
    max-height: 480px - 100px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
  /* line 40, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-menu.scss */
  .theme-menu-header .theme-menu {
    max-height: 320px - 100px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
  /* line 40, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-menu.scss */
  .theme-menu-header .theme-menu {
    max-height: 568px - 100px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
  /* line 40, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-menu.scss */
  .theme-menu-header .theme-menu {
    max-height: 320px - 100px;
  }
}
@media screen and (min-width: 601px) {
  /* line 40, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-menu.scss */
  .theme-menu-header .theme-menu {
    top: 0;
    right: 40px;
    bottom: auto;
    left: auto;
    position: absolute;
    max-width: 300px;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 600px) {
  /* line 40, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-menu.scss */
  .theme-menu-header .theme-menu {
    max-height: calc(100vh - 160px);
    height: 0;
    margin-top: -20px;
    width: calc(100% + 20px);
    margin-left: -15px;
    margin-right: -5px;
  }
}
@media only screen and (max-width: 600px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  /* line 40, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-menu.scss */
  .theme-menu-header .theme-menu {
    max-height: 1024px - 160px;
  }
}
@media only screen and (max-width: 600px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  /* line 40, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-menu.scss */
  .theme-menu-header .theme-menu {
    max-height: 768px - 160px;
  }
}
@media only screen and (max-width: 600px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
  /* line 40, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-menu.scss */
  .theme-menu-header .theme-menu {
    max-height: 480px - 160px;
  }
}
@media only screen and (max-width: 600px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
  /* line 40, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-menu.scss */
  .theme-menu-header .theme-menu {
    max-height: 320px - 160px;
  }
}
@media only screen and (max-width: 600px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
  /* line 40, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-menu.scss */
  .theme-menu-header .theme-menu {
    max-height: 568px - 160px;
  }
}
@media only screen and (max-width: 600px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
  /* line 40, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-menu.scss */
  .theme-menu-header .theme-menu {
    max-height: 320px - 160px;
  }
}

/* line 66, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-menu.scss */
.theme-menu-header .theme-menu[data-toggle="on"] {
  opacity: 1;
  border: 1px solid #0098cd;
  visibility: visible;
}
@media screen and (max-width: 600px) {
  /* line 66, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-menu.scss */
  .theme-menu-header .theme-menu[data-toggle="on"] {
    height: auto;
    margin-top: 5px;
  }
}
/* line 77, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-menu.scss */
.theme-menu-header .theme-menu .accordion-button .button-container {
  font-size: 0.875rem;
  line-height: 1;
  color: #0098cd;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 15px 9px;
}
/* line 81, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-menu.scss */
.theme-menu-header .theme-menu .accordion-button .button-container::after {
  font-weight: 400;
}
/* line 88, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-menu.scss */
.theme-menu-header .theme-menu .theme-submenu h5,
.theme-menu-header .theme-menu .theme-submenu li a {
  width: 100%;
  display: block;
}
/* line 94, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-menu.scss */
.theme-menu-header .theme-menu .theme-submenu h5 {
  color: #0098cd;
  font-weight: 500;
  padding: 10px 15px 0px;
  border-top: 1px solid #c6e2ec;
}
/* line 99, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-menu.scss */
.theme-menu-header .theme-menu .theme-submenu h5:last-child {
  padding-bottom: 10px;
  margin-bottom: 0;
  border-bottom: 0;
}
/* line 105, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-menu.scss */
.theme-menu-header .theme-menu .theme-submenu h5 a {
  color: #0098cd;
  text-decoration: none;
}
/* line 111, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-menu.scss */
.theme-menu-header .theme-menu .pdf-button {
  font-size: 0.875rem;
  line-height: 1;
  color: #0098cd;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  background-color: rgba(0, 152, 205, 0.08);
  padding: 10px 15px;
}
/* line 116, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-menu.scss */
.theme-menu-header .theme-menu .pdf-button::before {
  font-weight: 400;
}
/* line 121, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-menu.scss */
.theme-menu-header .theme-menu ul li {
  margin-bottom: 0;
}
/* line 124, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-menu.scss */
.theme-menu-header .theme-menu ul li.active a {
  color: #0098cd;
  cursor: default;
}
/* line 129, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-menu.scss */
.theme-menu-header .theme-menu ul li a {
  font-size: 0.8125rem;
  line-height: 1.3;
  color: #333333;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 15px;
}
/* line 133, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-menu.scss */
.theme-menu-header .theme-menu ul li a.tv-link {
  color: #f67211;
  padding-left: 45px;
}
/* line 137, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-menu.scss */
.theme-menu-header .theme-menu ul li a.tv-link .tv-icon {
  top: 5px;
  left: 15px;
}
/* line 143, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-menu.scss */
.theme-menu-header .theme-menu ul li a:hover {
  color: #0098cd;
}
/* line 147, ../../../../tkz_scss/projects/unir/scss/_Course/_themes-menu.scss */
.theme-menu-header .theme-menu ul li a[data-toggle="on"] {
  color: #0098cd;
  cursor: pointer;
}

/* line 5, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.activity-legend {
  border-top: 1px solid #0098cd;
  background-color: rgba(0, 152, 205, 0.1);
  padding: 20px 20px 0;
}
@media screen and (max-width: 1020px) {
  /* line 5, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
  .activity-legend {
    padding: 15px 15px 0;
  }
}
@media screen and (max-width: 600px) {
  /* line 5, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
  .activity-legend {
    padding: 15px 0 0 10px;
  }
}
/* line 18, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.activity-legend ul {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  /* line 18, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
  .activity-legend ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
/* line 28, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.activity-legend ul li {
  font-family: "Unit", sans-serif;
  font-size: 0.75rem;
  color: #0098cd;
  font-weight: 500;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  margin-right: 10px;
}
@media screen and (max-width: 600px) {
  /* line 28, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
  .activity-legend ul li {
    width: calc(25% - 10px);
    font-size: 0.6875rem;
  }
}
/* line 37, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.activity-legend ul li:last-of-type {
  margin-bottom: 20px;
}
/* line 41, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.activity-legend ul li img {
  display: block;
  margin: 0 auto 5px;
  height: 20px;
  width: auto;
}

/* line 56, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.theme-content .activity-table h2 {
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 5px;
}
@media screen and (max-width: 740px) {
  /* line 56, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
  .theme-content .activity-table h2 {
    display: inline;
    font-size: .875rem;
  }
}
/* line 66, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.theme-content .activity-table p {
  margin-bottom: 10px;
}
@media screen and (max-width: 740px) {
  /* line 66, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
  .theme-content .activity-table p {
    font-size: .875rem;
    margin-top: 5px;
  }
}
/* line 75, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.theme-content .activity-table .revision-button,
.theme-content .activity-table .activity-link,
.theme-content .activity-table .comment-button {
  font-family: "OpenSans", sans-serif;
  font-size: 0.675rem;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-color: #0098cd;
  padding: 5px 10px;
  border: 2px solid #0098cd;
  display: inline-block;
}
/* line 86, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.theme-content .activity-table img {
  display: block;
  margin: 0 auto;
  height: 20px;
  width: auto;
}
/* line 93, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.theme-content .activity-table .doc-type {
  height: 30px;
}
@media screen and (max-width: 740px) {
  /* line 97, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
  .theme-content .activity-table thead {
    display: none;
  }
}
/* line 103, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.theme-content .activity-table tr {
  border-bottom: 1px solid rgba(0, 152, 205, 0.1);
}
@media screen and (max-width: 740px) {
  /* line 103, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
  .theme-content .activity-table tr {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 15px solid #f3f3f3;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 740px) {
  /* line 118, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
  .theme-content .activity-table .td-title {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 122, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
  .theme-content .activity-table .td-title::before {
    background-color: #0098cd;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
    content: attr(data-title);
    margin-left: -10px;
  }
  /* line 132, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
  .theme-content .activity-table .td-title h2 {
    display: none;
  }
}
/* line 138, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.theme-content .activity-table .test-title-th {
  width: 500px;
}
/* line 142, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.theme-content .activity-table .deadline-th,
.theme-content .activity-table .attachment-th {
  width: 70px;
}
/* line 147, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.theme-content .activity-table .type-th,
.theme-content .activity-table .sent-th {
  width: 90px;
}
/* line 152, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.theme-content .activity-table .situation-th {
  width: 65px;
}
/* line 156, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.theme-content .activity-table .title-th {
  width: 380px;
}
/* line 160, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.theme-content .activity-table th,
.theme-content .activity-table td {
  padding: 14px 10px;
}
@media screen and (max-width: 740px) {
  /* line 160, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
  .theme-content .activity-table th,
  .theme-content .activity-table td {
    padding-top: 0;
  }
  /* line 167, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
  .theme-content .activity-table th.max-td,
  .theme-content .activity-table td.max-td {
    padding-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 740px) {
  /* line 174, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
  .theme-content .activity-table td img,
  .theme-content .activity-table .file-link {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
  }
}
@media screen and (max-width: 740px) {
  /* line 183, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
  .theme-content .activity-table td {
    border: 0;
  }
}
@media screen and (max-width: 740px) {
  /* line 188, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
  .theme-content .activity-table td::before {
    font-size: 0.75rem;
    color: #0098cd;
    background-color: transparent;
    width: auto;
    padding: 0;
    display: inline-block;
    margin: 0 5px 0 0;
  }
}

/* line 204, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
[data-layout="screen"] .theme-content .activity-table .revision-button:hover,
[data-layout="screen"] .theme-content .activity-table .activity-link:hover {
  transition: 0.25s;
  background-color: #fff;
  color: #0098cd;
}

/* line 212, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.activity-form {
  border-top: 1px solid #0098cd;
  padding: 20px;
}
@media screen and (max-width: 1020px) {
  /* line 212, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
  .activity-form {
    padding: 15px;
  }
}
/* line 220, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.activity-form .form-info {
  padding: 20px;
  background-color: #f3f3f3;
  margin-top: 20px;
}
@media screen and (max-width: 1020px) {
  /* line 220, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
  .activity-form .form-info {
    padding: 15px;
  }
}
/* line 229, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.activity-form .form-info ul li {
  margin-bottom: 10px;
  font-size: .875rem;
}
/* line 233, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.activity-form .form-info ul li:last-of-type {
  margin-bottom: 0;
}
/* line 239, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.activity-form .form-response {
  margin-top: 40px;
}
/* line 243, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.activity-form .send-activity {
  margin-top: 40px;
}
/* line 246, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.activity-form .send-activity h2 {
  font-size: 0.9375rem;
  font-weight: 500;
  margin-bottom: 20px;
}
/* line 253, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.activity-form .file-upload small {
  display: inline-block;
  margin-right: 10px;
}

/* line 260, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.tooltip-wrapper {
  display: inline-block;
}
@media screen and (min-width: 481px) {
  /* line 260, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
  .tooltip-wrapper {
    position: relative;
  }
}
/* line 267, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.tooltip-wrapper:hover .tooltip-container {
  display: block;
}
/* line 272, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.tooltip-wrapper button::before {
  font-family: Georgia, serif;
  font-size: 0.75rem;
  line-height: 18px;
  color: #0098cd;
  font-weight: 600;
  text-align: center;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-style: italic;
  content: "i";
  border: 2px solid #0098cd;
  width: 16px;
  height: 16px;
  display: block;
}
/* line 283, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.tooltip-wrapper button span {
  display: none;
}
/* line 288, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.tooltip-wrapper .tooltip-container {
  top: auto;
  right: 0;
  bottom: 28px;
  left: 0;
  position: absolute;
  width: 100%;
  border: 2px solid #0098cd;
  background-color: #fff;
  z-index: 10;
  padding: 10px;
  display: none;
}
@media screen and (min-width: 481px) {
  /* line 288, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
  .tooltip-wrapper .tooltip-container {
    left: 50%;
    right: auto;
    width: 300px;
    margin-left: -150px;
  }
}
/* line 304, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.tooltip-wrapper .tooltip-container[data-toggle="on"] {
  display: block;
}
/* line 308, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.tooltip-wrapper .tooltip-container h4 {
  font-family: "Unit", sans-serif;
  font-size: 0.875rem;
  color: #0098cd;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-bottom: 1px solid;
  padding-bottom: 10px;
}
/* line 315, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.tooltip-wrapper .tooltip-container p {
  font-size: .8125rem;
}

/* line 321, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.activity-results {
  margin-bottom: 40px;
}
/* line 324, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.activity-results:last-of-type {
  margin-bottom: 0;
}
/* line 328, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.activity-results .content-panel {
  border-top: 1px solid #0098cd;
}
/* line 332, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.activity-results .empty-results {
  padding: 20px 0;
  background-color: #f3f3f3;
}
@media screen and (max-width: 1020px) {
  /* line 332, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
  .activity-results .empty-results {
    padding: 15px 0;
  }
}
/* line 341, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.activity-results .activity-th {
  width: 250px;
}
/* line 345, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.activity-results .correction-th,
.activity-results .conv-th,
.activity-results .revision-th {
  width: 105px;
}
/* line 351, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.activity-results .score-th,
.activity-results .max-th {
  width: 85px;
}
/* line 356, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.activity-results .grade-th {
  width: 50px;
}
/* line 360, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.activity-results .comment-th {
  width: 100px;
}
/* line 364, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.activity-results .max-td {
  color: #bbb;
}
@media screen and (min-width: 741px) {
  /* line 364, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
  .activity-results .max-td {
    background-color: #fafafa;
  }
}
/* line 373, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.activity-results .activity-table h2 {
  font-size: 0.875rem;
  line-height: 1.3;
}
/* line 377, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.activity-results .activity-table th {
  padding-left: 10px;
  padding-right: 5px;
}
/* line 382, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.activity-results .activity-table .revision-button {
  margin-top: 15px;
}
/* line 385, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.activity-results .activity-table .revision-button:first-child {
  margin-top: 0;
}
/* line 392, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.activity-results .horizontal-table th {
  display: none;
}
/* line 396, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.activity-results .horizontal-table tr {
  border-bottom: 30px solid #f3f3f3;
  display: block;
  padding: 0;
}
/* line 401, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.activity-results .horizontal-table tr.revision-wrapper {
  margin-top: -29px;
  background-color: #fff;
}
/* line 405, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.activity-results .horizontal-table tr.revision-wrapper td {
  padding-left: 14px;
}
/* line 408, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.activity-results .horizontal-table tr.revision-wrapper td::before {
  display: none;
}
/* line 415, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.activity-results .horizontal-table td {
  display: block;
  position: relative;
  padding: 14px 14px 14px 135px;
  border-bottom: 1px solid #d8e6ec;
  border-right: 0;
}
/* line 422, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.activity-results .horizontal-table td::before {
  font-size: 0.6875rem;
  line-height: 1;
  color: #0098cd;
  font-weight: 600;
  text-transform: uppercase;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0, 152, 205, 0.1);
  content: attr(data-th);
  width: 120px;
  padding: 14px;
  display: block;
  margin: 0;
}
/* line 434, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.activity-results .horizontal-table td img {
  margin: 0;
}
/* line 442, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.activity-results .table-results-head {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 500;
  background-color: #0098cd;
  padding: 10px;
}
@media screen and (max-width: 740px) {
  /* line 442, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
  .activity-results .table-results-head {
    margin-bottom: 14px;
  }
}

/* line 453, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.activities-notes {
  border: 1px solid #0098cd;
  background-color: #fff;
}
/* line 457, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.activities-notes table {
  border: 0;
}
/* line 461, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.activities-notes th,
.activities-notes td {
  vertical-align: top;
  padding: 15px;
}
/* line 467, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.activities-notes th {
  font-family: "Unit", sans-serif;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
  width: 50%;
  background-color: #0098cd;
}
@media screen and (max-width: 600px) {
  /* line 474, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
  .activities-notes thead {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  /* line 480, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
  .activities-notes td {
    width: 100%;
    display: inline-block;
  }
  /* line 485, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
  .activities-notes td::before {
    font-family: "Unit", sans-serif;
    font-size: 0.875rem;
    color: #0098cd;
    font-weight: 500;
    text-transform: uppercase;
    content: attr(data-th);
    display: block;
    margin-bottom: 5px;
  }
}
/* line 493, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.activities-notes td:first-of-type {
  border-right: 1px solid #e4e4e4;
}
@media screen and (max-width: 600px) {
  /* line 493, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
  .activities-notes td:first-of-type {
    border-bottom: 1px solid #e4e4e4;
    border-right: 0;
  }
}
/* line 503, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.activities-notes p {
  margin-bottom: 30px;
  font-size: .875rem;
}
/* line 507, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.activities-notes p:last-of-type {
  margin-bottom: 0;
}

/* line 513, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.revision-container {
  position: relative;
}
/* line 516, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.revision-container h2 {
  font-family: "OpenSans", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 5px;
}
/* line 522, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.revision-container form fieldset {
  margin-bottom: 20px;
}
/* line 526, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.revision-container form .form-radio {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 530, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.revision-container form .form-radio label {
  font-size: 1rem;
  line-height: 26px;
}
/* line 534, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.revision-container form .form-radio .radio {
  margin-right: 20px;
}
/* line 539, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.revision-container form textarea {
  height: 100px;
}
/* line 543, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.revision-container form .buttons-form-group {
  margin: 20px 0 0;
}

/* line 550, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.theme-content .results-table th small {
  display: block;
}
/* line 554, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.theme-content .results-table tr {
  border-bottom-width: 1px;
}
@media screen and (max-width: 740px) {
  /* line 557, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
  .theme-content .results-table tr td:first-of-type {
    padding-top: 15px;
  }
}
/* line 564, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.theme-content .results-table p {
  font-size: 0.875rem;
  line-height: 1.4;
}
/* line 569, ../../../../tkz_scss/projects/unir/scss/_Course/_activities.scss */
.theme-content .results-table .tooltip-container p {
  font-size: 0.8125rem;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 0;
}

/* line 6, ../../../../tkz_scss/projects/unir/scss/_Course/_professor-guide.scss */
.professor-guide-container .accordion-button .button-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
/* line 10, ../../../../tkz_scss/projects/unir/scss/_Course/_professor-guide.scss */
.professor-guide-container .accordion-content {
  border-bottom: 0;
}
/* line 13, ../../../../tkz_scss/projects/unir/scss/_Course/_professor-guide.scss */
.professor-guide-container .accordion-content[data-toggle="on"] .professor-guide-content {
  border-top: 1px solid #85d0e4;;
}
/* line 17, ../../../../tkz_scss/projects/unir/scss/_Course/_professor-guide.scss */
.professor-guide-container table {
  border: 0;
}
/* line 21, ../../../../tkz_scss/projects/unir/scss/_Course/_professor-guide.scss */
.professor-guide-container .professor-guide-content {
  padding: 20px;
}
@media screen and (max-width: 600px) {
  /* line 21, ../../../../tkz_scss/projects/unir/scss/_Course/_professor-guide.scss */
  .professor-guide-container .professor-guide-content {
    padding: 15px;
  }
}
/* line 29, ../../../../tkz_scss/projects/unir/scss/_Course/_professor-guide.scss */
.professor-guide-container .professor-guide-content .guide-presentation-table tr td {
  vertical-align: top;
}
/* line 32, ../../../../tkz_scss/projects/unir/scss/_Course/_professor-guide.scss */
.professor-guide-container .professor-guide-content .guide-presentation-table tr td:first-of-type {
  font-weight: 500;
}
@media screen and (min-width: 601px) {
  /* line 32, ../../../../tkz_scss/projects/unir/scss/_Course/_professor-guide.scss */
  .professor-guide-container .professor-guide-content .guide-presentation-table tr td:first-of-type {
    width: 230px;
  }
}
@media screen and (max-width: 600px) {
  /* line 29, ../../../../tkz_scss/projects/unir/scss/_Course/_professor-guide.scss */
  .professor-guide-container .professor-guide-content .guide-presentation-table tr td {
    display: block;
    width: 100%;
  }
  /* line 44, ../../../../tkz_scss/projects/unir/scss/_Course/_professor-guide.scss */
  .professor-guide-container .professor-guide-content .guide-presentation-table tr td:first-of-type {
    padding-bottom: 0;
  }
  /* line 48, ../../../../tkz_scss/projects/unir/scss/_Course/_professor-guide.scss */
  .professor-guide-container .professor-guide-content .guide-presentation-table tr td:last-of-type {
    padding-top: 5px;
  }
}
/* line 56, ../../../../tkz_scss/projects/unir/scss/_Course/_professor-guide.scss */
.professor-guide-container .guide-article {
  padding-bottom: 20px;
}
/* line 59, ../../../../tkz_scss/projects/unir/scss/_Course/_professor-guide.scss */
.professor-guide-container .guide-article:not(:first-child) {
  margin-top: 40px;
}
/* line 63, ../../../../tkz_scss/projects/unir/scss/_Course/_professor-guide.scss */
.professor-guide-container .guide-article h1 {
  font-size: 1.125rem;
  color: #0098cd;
  font-weight: 500;
  margin-bottom: 15px;
}
/* line 68, ../../../../tkz_scss/projects/unir/scss/_Course/_professor-guide.scss */
.professor-guide-container .guide-article h2 {
  font-size: 1rem;
  color: #0098cd;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 30px;
}
/* line 73, ../../../../tkz_scss/projects/unir/scss/_Course/_professor-guide.scss */
.professor-guide-container .guide-article h2:first-of-type {
  margin-top: 0;
}
/* line 78, ../../../../tkz_scss/projects/unir/scss/_Course/_professor-guide.scss */
.professor-guide-container .guide-article ul,
.professor-guide-container .guide-article ol {
  margin-bottom: 30px;
  padding-left: 17px;
}
/* line 83, ../../../../tkz_scss/projects/unir/scss/_Course/_professor-guide.scss */
.professor-guide-container .guide-article ul:last-child,
.professor-guide-container .guide-article ol:last-child {
  margin-bottom: 0;
}
/* line 87, ../../../../tkz_scss/projects/unir/scss/_Course/_professor-guide.scss */
.professor-guide-container .guide-article ul li,
.professor-guide-container .guide-article ol li {
  margin-bottom: 15px;
}
/* line 90, ../../../../tkz_scss/projects/unir/scss/_Course/_professor-guide.scss */
.professor-guide-container .guide-article ul li:last-child,
.professor-guide-container .guide-article ol li:last-child {
  margin-bottom: 0;
}
/* line 96, ../../../../tkz_scss/projects/unir/scss/_Course/_professor-guide.scss */
.professor-guide-container .guide-article ul li {
  list-style: disc;
}
/* line 100, ../../../../tkz_scss/projects/unir/scss/_Course/_professor-guide.scss */
.professor-guide-container .guide-article ol li {
  list-style: decimal;
}
/* line 105, ../../../../tkz_scss/projects/unir/scss/_Course/_professor-guide.scss */
.professor-guide-container .pdf-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-size: 0.75rem;
  color: #0098cd;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.5s ease;
  border: 2px solid rgba(0, 152, 205, 0.25);
  padding: 10px 30px 10px 20px;
  display: inline-block;
  margin-bottom: 30px;
}
/* line 115, ../../../../tkz_scss/projects/unir/scss/_Course/_professor-guide.scss */
.professor-guide-container .pdf-button:hover {
  border-color: #0098cd;
}
/* line 120, ../../../../tkz_scss/projects/unir/scss/_Course/_professor-guide.scss */
.professor-guide-container .methodology-table {
  margin-bottom: 40px;
  border-bottom: 1px solid #e4e4e4;
}
/* line 124, ../../../../tkz_scss/projects/unir/scss/_Course/_professor-guide.scss */
.professor-guide-container .methodology-table:last-child {
  margin-bottom: 0;
}
/* line 128, ../../../../tkz_scss/projects/unir/scss/_Course/_professor-guide.scss */
.professor-guide-container .methodology-table th {
  font-size: 0.75rem;
  color: #0098cd;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #dae9ee;
}
@media screen and (max-width: 480px) {
  /* line 128, ../../../../tkz_scss/projects/unir/scss/_Course/_professor-guide.scss */
  .professor-guide-container .methodology-table th {
    font-size: .6875rem;
  }
}
/* line 136, ../../../../tkz_scss/projects/unir/scss/_Course/_professor-guide.scss */
.professor-guide-container .methodology-table th:first-of-type {
  width: 400px;
}
/* line 140, ../../../../tkz_scss/projects/unir/scss/_Course/_professor-guide.scss */
.professor-guide-container .methodology-table th:nth-of-type(2) {
  width: 200px;
}
/* line 144, ../../../../tkz_scss/projects/unir/scss/_Course/_professor-guide.scss */
.professor-guide-container .methodology-table th:nth-of-type(3) {
  width: 100px;
}
/* line 150, ../../../../tkz_scss/projects/unir/scss/_Course/_professor-guide.scss */
.professor-guide-container .score-table {
  margin-bottom: 40px;
  border-bottom: 1px solid #e4e4e4;
}
/* line 154, ../../../../tkz_scss/projects/unir/scss/_Course/_professor-guide.scss */
.professor-guide-container .score-table:last-child {
  margin-bottom: 0;
}
/* line 159, ../../../../tkz_scss/projects/unir/scss/_Course/_professor-guide.scss */
.professor-guide-container .score-table td:first-of-type {
  width: 300px;
}
/* line 163, ../../../../tkz_scss/projects/unir/scss/_Course/_professor-guide.scss */
.professor-guide-container .score-table td:nth-of-type(2) {
  width: 300px;
}
/* line 167, ../../../../tkz_scss/projects/unir/scss/_Course/_professor-guide.scss */
.professor-guide-container .score-table td:nth-of-type(3) {
  width: 300px;
}
/* line 173, ../../../../tkz_scss/projects/unir/scss/_Course/_professor-guide.scss */
.professor-guide-container .guide-info {
  background-color: #f3f3f3;
  padding: 15px;
  font-size: .8125rem;
}
/* line 179, ../../../../tkz_scss/projects/unir/scss/_Course/_professor-guide.scss */
.professor-guide-container .evalutation-table {
  margin-top: 30px;
}
/* line 183, ../../../../tkz_scss/projects/unir/scss/_Course/_professor-guide.scss */
.professor-guide-container .evalutation-table td span:first-of-type {
  text-align: right;
  width: 30px;
  display: inline-block;
  margin-right: 5px;
}
/* line 190, ../../../../tkz_scss/projects/unir/scss/_Course/_professor-guide.scss */
.professor-guide-container .evalutation-table td span:last-of-type {
  margin-left: 5px;
}

/* line 6, ../../../../tkz_scss/projects/unir/scss/_Course/_test.scss */
.test-wrapper .test-legend {
  background-color: #dae9ee;
  padding: 10px 10px 0;
  margin-bottom: 20px;
}
/* line 11, ../../../../tkz_scss/projects/unir/scss/_Course/_test.scss */
.test-wrapper .test-legend span,
.test-wrapper .test-legend p,
.test-wrapper .test-legend h2 {
  color: #0098cd;
  font-weight: 500;
  margin-bottom: 10px;
}
/* line 18, ../../../../tkz_scss/projects/unir/scss/_Course/_test.scss */
.test-wrapper .test-legend p {
  font-size: .875rem;
}
/* line 21, ../../../../tkz_scss/projects/unir/scss/_Course/_test.scss */
.test-wrapper .test-legend p:last-of-type {
  padding-bottom: 10px;
}
/* line 26, ../../../../tkz_scss/projects/unir/scss/_Course/_test.scss */
.test-wrapper .test-legend h2 {
  font-size: 1rem;
}
/* line 30, ../../../../tkz_scss/projects/unir/scss/_Course/_test.scss */
.test-wrapper .test-legend span {
  font-size: .75rem;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
/* line 40, ../../../../tkz_scss/projects/unir/scss/_Course/_test.scss */
.test-wrapper form fieldset {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 30px;
  margin-bottom: 40px;
  counter-increment: step-counter;
}
/* line 46, ../../../../tkz_scss/projects/unir/scss/_Course/_test.scss */
.test-wrapper form fieldset:first-of-type {
  border-top: 1px solid #e4e4e4;
  padding-top: 30px;
}
/* line 51, ../../../../tkz_scss/projects/unir/scss/_Course/_test.scss */
.test-wrapper form fieldset > h2 {
  font-family: "OpenSans", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}
/* line 54, ../../../../tkz_scss/projects/unir/scss/_Course/_test.scss */
.test-wrapper form fieldset > h2::before {
  content: counter(step-counter) ". ";
}
/* line 59, ../../../../tkz_scss/projects/unir/scss/_Course/_test.scss */
.test-wrapper form fieldset .checkbox label,
.test-wrapper form fieldset .radio label {
  font-family: "OpenSans", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  padding-top: 2px;
}
/* line 66, ../../../../tkz_scss/projects/unir/scss/_Course/_test.scss */
.test-wrapper form .media-wrapper {
  margin-bottom: 20px;
}
/* line 69, ../../../../tkz_scss/projects/unir/scss/_Course/_test.scss */
.test-wrapper form .media-wrapper img {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  margin-right: 20px;
  width: auto;
  max-width: 100px;
}
/* line 79, ../../../../tkz_scss/projects/unir/scss/_Course/_test.scss */
.test-wrapper form label img {
  display: inline-block;
  vertical-align: top;
  width: 100px;
}
/* line 85, ../../../../tkz_scss/projects/unir/scss/_Course/_test.scss */
.test-wrapper form p,
.test-wrapper form span {
  font-size: .875rem;
}
/* line 90, ../../../../tkz_scss/projects/unir/scss/_Course/_test.scss */
.test-wrapper form .term-container {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
/* line 95, ../../../../tkz_scss/projects/unir/scss/_Course/_test.scss */
.test-wrapper form .term-container:last-of-type {
  margin-bottom: 0;
}
/* line 99, ../../../../tkz_scss/projects/unir/scss/_Course/_test.scss */
.test-wrapper form .term-container .term {
  margin-right: 10px;
  width: 100px;
}
@media screen and (max-width: 600px) {
  /* line 99, ../../../../tkz_scss/projects/unir/scss/_Course/_test.scss */
  .test-wrapper form .term-container .term {
    width: calc(100% - 80px);
  }
}
/* line 108, ../../../../tkz_scss/projects/unir/scss/_Course/_test.scss */
.test-wrapper form .term-container .select {
  margin-top: -6px;
  width: 70px;
  background-position: top 12px right 10px;
  margin-bottom: 20px;
}
/* line 114, ../../../../tkz_scss/projects/unir/scss/_Course/_test.scss */
.test-wrapper form .term-container .select select {
  padding-right: 40px;
}
/* line 119, ../../../../tkz_scss/projects/unir/scss/_Course/_test.scss */
.test-wrapper form .term-container .definition {
  width: calc(100% - 200px);
  margin-left: 20px;
  margin-bottom: 20px;
}
/* line 124, ../../../../tkz_scss/projects/unir/scss/_Course/_test.scss */
.test-wrapper form .term-container .definition:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  /* line 119, ../../../../tkz_scss/projects/unir/scss/_Course/_test.scss */
  .test-wrapper form .term-container .definition {
    -webkit-box-ordinal-group: 1001;
    -webkit-order: 1000;
    -moz-order: 1000;
    -ms-flex-order: 1000;
    order: 1000;
    width: 100%;
    margin-left: 0;
  }
}
/* line 137, ../../../../tkz_scss/projects/unir/scss/_Course/_test.scss */
.test-wrapper form .order-wrapper .term {
  width: calc(100% - 80px);
  margin-left: 10px;
  margin-right: 0;
}
/* line 143, ../../../../tkz_scss/projects/unir/scss/_Course/_test.scss */
.test-wrapper form .order-wrapper .select {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-order: -1;
  -ms-flex-order: -1;
  order: -1;
  margin-bottom: 0;
}
/* line 149, ../../../../tkz_scss/projects/unir/scss/_Course/_test.scss */
.test-wrapper form input[type="text"] {
  font-family: "OpenSans", sans-serif;
  font-size: 0.875rem;
  color: #333333;
  font-weight: 500;
  border-bottom: 1px solid #333333;
}
/* line 153, ../../../../tkz_scss/projects/unir/scss/_Course/_test.scss */
.test-wrapper form input[type="text"].answer-correct {
  border-color: #0f9b34;
  color: #0f9b34;
}
/* line 158, ../../../../tkz_scss/projects/unir/scss/_Course/_test.scss */
.test-wrapper form input[type="text"].answer-wrong {
  border-color: #ef174a;
  color: #ef174a;
}
/* line 167, ../../../../tkz_scss/projects/unir/scss/_Course/_test.scss */
.test-wrapper form .radio.answer-correct input:checked ~ label,
.test-wrapper form .checkbox.answer-correct input:checked ~ label {
  color: #0f9b34;
}
/* line 171, ../../../../tkz_scss/projects/unir/scss/_Course/_test.scss */
.test-wrapper form .radio.answer-correct input:checked ~ .helper::before,
.test-wrapper form .checkbox.answer-correct input:checked ~ .helper::before {
  color: #0f9b34;
  border-color: #0f9b34;
}
/* line 176, ../../../../tkz_scss/projects/unir/scss/_Course/_test.scss */
.test-wrapper form .radio.answer-correct .helper::after,
.test-wrapper form .checkbox.answer-correct .helper::after {
  background-color: #0f9b34;
  border-color: #0f9b34;
}
/* line 181, ../../../../tkz_scss/projects/unir/scss/_Course/_test.scss */
.test-wrapper form .radio.answer-correct input:checked ~ .helper,
.test-wrapper form .checkbox.answer-correct input:checked ~ .helper {
  color: #0f9b34;
  border-color: #0f9b34;
}
/* line 188, ../../../../tkz_scss/projects/unir/scss/_Course/_test.scss */
.test-wrapper form .radio.answer-wrong input:checked ~ label,
.test-wrapper form .checkbox.answer-wrong input:checked ~ label {
  color: #ef174a;
}
/* line 192, ../../../../tkz_scss/projects/unir/scss/_Course/_test.scss */
.test-wrapper form .radio.answer-wrong input:checked ~ .helper::before,
.test-wrapper form .checkbox.answer-wrong input:checked ~ .helper::before {
  color: #ef174a;
  border-color: #ef174a;
}
/* line 197, ../../../../tkz_scss/projects/unir/scss/_Course/_test.scss */
.test-wrapper form .radio.answer-wrong .helper::after,
.test-wrapper form .checkbox.answer-wrong .helper::after {
  background-color: #ef174a;
  border-color: #ef174a;
}
/* line 202, ../../../../tkz_scss/projects/unir/scss/_Course/_test.scss */
.test-wrapper form .radio.answer-wrong input:checked ~ .helper,
.test-wrapper form .checkbox.answer-wrong input:checked ~ .helper {
  color: #ef174a;
  border-color: #ef174a;
}
/* line 211, ../../../../tkz_scss/projects/unir/scss/_Course/_test.scss */
.test-wrapper form .checkbox.answer-correct .helper::before {
  background-color: #0f9b34;
}
/* line 217, ../../../../tkz_scss/projects/unir/scss/_Course/_test.scss */
.test-wrapper form .checkbox.answer-wrong .helper::before {
  background-color: #ef174a;
}
/* line 224, ../../../../tkz_scss/projects/unir/scss/_Course/_test.scss */
.test-wrapper form .select.answer-correct select {
  border-color: #0f9b34;
  color: #0f9b34;
}
/* line 229, ../../../../tkz_scss/projects/unir/scss/_Course/_test.scss */
.test-wrapper form .select.answer-wrong select {
  border-color: #ef174a;
  color: #ef174a;
}

/* line 237, ../../../../tkz_scss/projects/unir/scss/_Course/_test.scss */
.iframe-test {
  height: 500px;
}

/* line 5, ../../../../tkz_scss/projects/unir/scss/_Course/_classes.scss */
.class-title {
  font-family: "Unit", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  color: #0098cd;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
  background: #dae9ee;
  padding: 15px;
}

/* line 12, ../../../../tkz_scss/projects/unir/scss/_Course/_classes.scss */
.class-description {
  padding: 20px;
  border-bottom: 1px solid #e4e4e4;
}
@media screen and (max-width: 1020px) {
  /* line 12, ../../../../tkz_scss/projects/unir/scss/_Course/_classes.scss */
  .class-description {
    padding: 15px;
  }
}
/* line 20, ../../../../tkz_scss/projects/unir/scss/_Course/_classes.scss */
.class-description:last-of-type {
  border-bottom: 0;
}
/* line 24, ../../../../tkz_scss/projects/unir/scss/_Course/_classes.scss */
.class-description p {
  margin-bottom: 5px;
}
/* line 28, ../../../../tkz_scss/projects/unir/scss/_Course/_classes.scss */
.class-description .button {
  font-size: 0.75rem;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  transition: 0.25s;
  background-color: #0098cd;
  padding: 5px 10px;
  border: 2px solid #0098cd;
  display: inline-block;
  margin-top: 5px;
}
/* line 38, ../../../../tkz_scss/projects/unir/scss/_Course/_classes.scss */
.class-description .button:hover {
  background-color: #fff;
  color: #0098cd;
}

/* line 45, ../../../../tkz_scss/projects/unir/scss/_Course/_classes.scss */
.classes-panel .list-order-header {
  padding: 10px 20px 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 1020px) {
  /* line 45, ../../../../tkz_scss/projects/unir/scss/_Course/_classes.scss */
  .classes-panel .list-order-header {
    padding: 10px 15px 20px;
  }
}

/* line 6, ../../../../tkz_scss/projects/unir/scss/_Course/_courses-iframes.scss */
.theme-iframe-container iframe {
  width: 100%;
}

/* line 5, ../../../../tkz_scss/projects/unir/scss/_Notifications/_notifications.scss */
.notifications-section {
  margin-bottom: 40px;
}
/* line 8, ../../../../tkz_scss/projects/unir/scss/_Notifications/_notifications.scss */
.notifications-section:last-of-type {
  margin-bottom: 0;
}
/* line 12, ../../../../tkz_scss/projects/unir/scss/_Notifications/_notifications.scss */
.notifications-section .page-nav {
  margin-top: 40px;
}

/* line 18, ../../../../tkz_scss/projects/unir/scss/_Notifications/_notifications.scss */
.notification .notification-subheader {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  /* line 18, ../../../../tkz_scss/projects/unir/scss/_Notifications/_notifications.scss */
  .notification .notification-subheader {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* line 29, ../../../../tkz_scss/projects/unir/scss/_Notifications/_notifications.scss */
.notification .read-time-wrapper {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 34, ../../../../tkz_scss/projects/unir/scss/_Notifications/_notifications.scss */
.notification .read-time-wrapper > * {
  margin-bottom: 10px;
}
/* line 39, ../../../../tkz_scss/projects/unir/scss/_Notifications/_notifications.scss */
.notification .read-time-wrapper .checkbox .helper {
  top: 2px;
  width: 12px;
  height: 12px;
  border: 2px solid #333333;
}
/* line 45, ../../../../tkz_scss/projects/unir/scss/_Notifications/_notifications.scss */
.notification .read-time-wrapper .checkbox .helper::before {
  top: 8px;
}
/* line 49, ../../../../tkz_scss/projects/unir/scss/_Notifications/_notifications.scss */
.notification .read-time-wrapper .checkbox .helper::after {
  top: 2px;
}
/* line 54, ../../../../tkz_scss/projects/unir/scss/_Notifications/_notifications.scss */
.notification .read-time-wrapper .checkbox label {
  padding-left: 20px;
  font-size: .875rem;
}
/* line 59, ../../../../tkz_scss/projects/unir/scss/_Notifications/_notifications.scss */
.notification .read-time-wrapper .checkbox input:checked ~ .helper::before {
  height: 12px;
}
/* line 63, ../../../../tkz_scss/projects/unir/scss/_Notifications/_notifications.scss */
.notification .read-time-wrapper .checkbox input:checked ~ .helper::after {
  height: 7px;
}
/* line 69, ../../../../tkz_scss/projects/unir/scss/_Notifications/_notifications.scss */
.notification time,
.notification h2,
.notification span {
  color: #333333;
}
/* line 74, ../../../../tkz_scss/projects/unir/scss/_Notifications/_notifications.scss */
.notification time a,
.notification h2 a,
.notification span a {
  color: #0098cd;
  text-decoration: none;
  display: inline;
}
/* line 78, ../../../../tkz_scss/projects/unir/scss/_Notifications/_notifications.scss */
.notification time a:hover,
.notification h2 a:hover,
.notification span a:hover {
  color: #333333;
}
/* line 84, ../../../../tkz_scss/projects/unir/scss/_Notifications/_notifications.scss */
.notification h2 {
  font-size: 1.25rem;
  color: #0098cd;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  /* line 84, ../../../../tkz_scss/projects/unir/scss/_Notifications/_notifications.scss */
  .notification h2 {
    font-size: 1rem;
  }
}
/* line 93, ../../../../tkz_scs