@charset "UTF-8";
/* ==========================================================================
   Fonts
   ========================================================================== */
@font-face {
  font-family: 'ProximaNova Regular';
  font-weight: normal;
  src: url("../fonts/ProximaNova-Regular.ttf"); }

@font-face {
  font-family: 'ProximaNova Bold';
  font-weight: normal;
  src: url("../fonts/ProximaNova-Bold.ttf"); }

/* ==========================================================================
   POPUP
   ========================================================================== */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  font-style: italic;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   Functions
   ========================================================================== */
/* ==========================================================================
   Mixins
   ========================================================================== */
/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
  border-radius: 0; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* ==========================================================================
   Base Styles
   ========================================================================== */
html {
  font-size: 1em;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "ProximaNova Regular", sans-serif;
  height: 100%; }

body {
  height: 100%;
  background: #F8F8F8;
  color: #222222; }
  @media (prefers-color-scheme: dark) {
    body {
      background: #F8F8F8;
      color: #222222; } }

::-moz-selection {
  background: #7693F3;
  color: #F8F8F8;
  text-shadow: none; }

::selection {
  background: #7693F3;
  color: #F8F8F8;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #eee;
  margin: 48px 0;
  padding: 0; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.browsehappy {
  margin: 0;
  background: #ccc;
  color: #000;
  padding: 24px; }

a, button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  color: #3055CF; }

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/* ==========================================================================
   TEXTS
   ========================================================================== */
h1,
h2,
h3,
h4,
h5 {
  margin: 32px 0;
  font-weight: normal; }
  h1 b,
  h1 strong,
  h2 b,
  h2 strong,
  h3 b,
  h3 strong,
  h4 b,
  h4 strong,
  h5 b,
  h5 strong {
    font-family: "ProximaNova Bold", sans-serif;
    font-weight: normal; }

p,
ul,
ol,
dl {
  margin: 32px 0; }

b,
strong {
  font-family: "ProximaNova Bold", sans-serif;
  font-weight: normal; }

a {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  a:active {
    opacity: .7; }

body.lock-scroll {
  overflow: hidden; }
  @media (min-width: 48em) {
    body.lock-scroll {
      overflow: auto; } }

/* ==========================================================================
   COMMOND
   ========================================================================== */
.grid__col > *:first-child, .footer__col > *:first-child, .section__wrapper > *:first-child, .form > *:first-child, .form form > *:first-child, .form__fieldset > *:first-child, .form .grid__col > *:first-child, .hero__wrapper > *:first-child, .hero__col > *:first-child, .category__header > *:first-child, .category__content > *:first-child, .card__data > *:first-child, [editor] > *:first-child, [editor] ul > *:first-child, [editor] ol > *:first-child, .course__intro > *:first-child, .course__intro__text > *:first-child, .course__sidebar > *:first-child, .course__tabs__nav > *:first-child, .course__module > *:first-child, .course__module__data > *:first-child, .course__evaluation > *:first-child, .course__evaluation__step > *:first-child, .course__evaluation__answer > *:first-child, .help__content > *:first-child, .notice__nav > *:first-child, .notice__chat > *:first-child, .popup__main > *:first-child, .maintenance > *:first-child, .error > *:first-child {
  margin-top: 0 !important; }

.grid__col > *:last-child, .footer__col > *:last-child, .section__wrapper > *:last-child, .form > *:last-child, .form form > *:last-child, .form__fieldset > *:last-child, .form .grid__col > *:last-child, .hero__wrapper > *:last-child, .hero__col > *:last-child, .category__header > *:last-child, .category__content > *:last-child, .card__data > *:last-child, [editor] > *:last-child, [editor] ul > *:last-child, [editor] ol > *:last-child, .course__intro > *:last-child, .course__intro__text > *:last-child, .course__sidebar > *:last-child, .course__tabs__nav > *:last-child, .course__module > *:last-child, .course__module__data > *:last-child, .course__evaluation > *:last-child, .course__evaluation__step > *:last-child, .course__evaluation__answer > *:last-child, .help__content > *:last-child, .notice__nav > *:last-child, .notice__chat > *:last-child, .popup__main > *:last-child, .maintenance > *:last-child, .error > *:last-child {
  margin-bottom: 0 !important; }

.footer__nav__link, .header__btn-toggle, .header__nav__link, .main__nav__link, .btn, .form__btn, .hero__anchor, .card, .card__figure, .course__intro__text__more, .course__next, .course__back, .course__tabs__nav__link, .course__module__chapter, .course__download, .course__evaluation__nav__back, .help__btn, .notice__nav__link, .notice__chat__reply {
  display: inline-block;
  text-decoration: none;
  border: none;
  outline: none !important;
  border-radius: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.section__wrapper, .hero__wrapper {
  max-width: 1304px;
  margin: 0 auto;
  padding: 0 16px; }
  @media (min-width: 48em) {
    .section__wrapper, .hero__wrapper {
      padding: 0 24px; } }
  @media (min-width: 64em) {
    .section__wrapper, .hero__wrapper {
      padding: 0 40px; } }
  .section__wrapper--xs, [editor], [editor] figure,
  [editor] img, .course__download {
    max-width: 960px; }
  .section__wrapper--xxs, [editor] > * {
    max-width: 768px; }

.main__nav__link {
  white-space: nowrap; }

.footer__logo img,
[editor] img {
  max-width: 100%;
  height: auto; }

[editor] .iframe {
  max-width: 1024px;
  margin: 32px auto; }
  [editor] .iframe__wrapper {
    position: relative;
    height: 0;
    padding-bottom: 56.25%; }
    [editor] .iframe__wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.form__switch__slider, .form__evaluation__radio + .form__evaluation__label, .card.no-touch:hover, .course__next.no-touch:hover, .course__back.no-touch:hover, .help__content {
  -webkit-box-shadow: 0 0 24px -4px rgba(44, 65, 94, .2);
          box-shadow: 0 0 24px -4px rgba(44, 65, 94, .2); }

/* ==========================================================================
   ICONS
   ========================================================================== */
.icon, .icon--arrow, .btn--arrow:before, .hero__anchor:before, .icon--book, .card__data__lenght:before, .course__module__chapter[data-content="texto"] .course__module__chapter__icon:before, .icon--certificate, .card__data__credit--pending:before, .card__data__score:before, .icon--check, .card__content--complete:before, .card__content--fail:before, .course__module__chapter__check, .course__evaluation__answer__option.is-success:before, .icon--close, .mfp-iframe-holder .mfp-close,
button.mfp-close, .icon--nocheck, .course__module__chapter.is-locked .course__module__chapter__check, .course__module__chapter.is-fail .course__module__chapter__check, .course__evaluation__answer__option.is-fail:before, .icon--chevron-arrow, .course__tabs__nav__link:before, .notice__nav__link:before, .icon--hat, .card__data__credit--available:before, .icon--home, .icon--notification, .icon--pdf, .course__module__chapter[data-content="documento"] .course__module__chapter__icon:before, .course__download__icon:before, .icon--profile, .icon--reply, .notice__chat__reply:before, .icon--test, .course__module__chapter[data-content="evaluación"] .course__module__chapter__icon:before, .icon--time, .card__data__time:before, .icon--tutor, .icon--video, .course__module__chapter[data-content="video"] .course__module__chapter__icon:before {
  display: inline-block;
  vertical-align: middle; }
  .icon--arrow, .btn--arrow:before, .hero__anchor:before, .icon--book, .card__data__lenght:before, .course__module__chapter[data-content="texto"] .course__module__chapter__icon:before, .icon--certificate, .card__data__credit--pending:before, .card__data__score:before, .icon--check, .card__content--complete:before, .card__content--fail:before, .course__module__chapter__check, .course__evaluation__answer__option.is-success:before, .icon--close, .mfp-iframe-holder .mfp-close,
  button.mfp-close, .icon--nocheck, .card__content--fail:before, .course__module__chapter.is-locked .course__module__chapter__check, .course__module__chapter.is-fail .course__module__chapter__check, .course__evaluation__answer__option.is-fail:before, .icon--chevron-arrow, .course__tabs__nav__link:before, .notice__nav__link:before, .icon--hat, .card__data__credit--available:before, .icon--home, .icon--notification, .icon--pdf, .course__module__chapter[data-content="documento"] .course__module__chapter__icon:before, .course__download__icon:before, .icon--profile, .icon--reply, .notice__chat__reply:before, .icon--test, .course__module__chapter[data-content="evaluación"] .course__module__chapter__icon:before, .icon--time, .card__data__time:before, .icon--tutor, .icon--video, .course__module__chapter[data-content="video"] .course__module__chapter__icon:before {
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: cover;
            mask-size: cover;
    background-color: #2C415E; }
  .icon--arrow, .btn--arrow:before, .hero__anchor:before {
    width: 24px;
    height: 24px;
    -webkit-mask-image: url(../images/icons/arrow.svg);
    mask-image: url(../images/icons/arrow.svg); }
  .icon--book, .card__data__lenght:before, .course__module__chapter[data-content="texto"] .course__module__chapter__icon:before {
    width: 24px;
    height: 24px;
    -webkit-mask-image: url(../images/icons/book.svg);
    mask-image: url(../images/icons/book.svg); }
  .icon--certificate, .card__data__credit--pending:before, .card__data__score:before {
    width: 24px;
    height: 24px;
    -webkit-mask-image: url(../images/icons/certificate.svg);
    mask-image: url(../images/icons/certificate.svg); }
  .icon--check, .card__content--complete:before, .card__content--fail:before, .course__module__chapter__check, .course__evaluation__answer__option.is-success:before {
    width: 24px;
    height: 24px;
    -webkit-mask-image: url(../images/icons/check.svg);
    mask-image: url(../images/icons/check.svg); }
  .icon--close, .mfp-iframe-holder .mfp-close,
  button.mfp-close {
    width: 24px;
    height: 24px;
    -webkit-mask-image: url(../images/icons/close.svg);
    mask-image: url(../images/icons/close.svg); }
  .icon--nocheck, .card__content--fail:before, .course__module__chapter.is-locked .course__module__chapter__check, .course__module__chapter.is-fail .course__module__chapter__check, .course__evaluation__answer__option.is-fail:before {
    width: 24px;
    height: 24px;
    -webkit-mask-image: url(../images/icons/nocheck.svg);
    mask-image: url(../images/icons/nocheck.svg); }
  .icon--chevron-arrow, .course__tabs__nav__link:before, .notice__nav__link:before {
    width: 24px;
    height: 24px;
    -webkit-mask-image: url(../images/icons/chevron-arrow.svg);
    mask-image: url(../images/icons/chevron-arrow.svg); }
  .icon--hat, .card__data__credit--available:before {
    width: 24px;
    height: 24px;
    -webkit-mask-image: url(../images/icons/hat.svg);
    mask-image: url(../images/icons/hat.svg); }
  .icon--home {
    width: 24px;
    height: 24px;
    -webkit-mask-image: url(../images/icons/home.svg);
    mask-image: url(../images/icons/home.svg); }
  .icon--notification {
    width: 24px;
    height: 24px;
    -webkit-mask-image: url(../images/icons/notification.svg);
    mask-image: url(../images/icons/notification.svg); }
  .icon--pdf, .course__module__chapter[data-content="documento"] .course__module__chapter__icon:before, .course__download__icon:before {
    width: 24px;
    height: 24px;
    -webkit-mask-image: url(../images/icons/pdf.svg);
    mask-image: url(../images/icons/pdf.svg); }
  .icon--profile {
    width: 24px;
    height: 24px;
    -webkit-mask-image: url(../images/icons/profile.svg);
    mask-image: url(../images/icons/profile.svg); }
  .icon--reply, .notice__chat__reply:before {
    width: 24px;
    height: 24px;
    -webkit-mask-image: url(../images/icons/reply.svg);
    mask-image: url(../images/icons/reply.svg); }
  .icon--test, .course__module__chapter[data-content="evaluación"] .course__module__chapter__icon:before {
    width: 24px;
    height: 24px;
    -webkit-mask-image: url(../images/icons/test.svg);
    mask-image: url(../images/icons/test.svg); }
  .icon--time, .card__data__time:before {
    width: 24px;
    height: 24px;
    -webkit-mask-image: url(../images/icons/time.svg);
    mask-image: url(../images/icons/time.svg); }
  .icon--tutor {
    width: 24px;
    height: 24px;
    -webkit-mask-image: url(../images/icons/tutor.svg);
    mask-image: url(../images/icons/tutor.svg); }
  .icon--video, .course__module__chapter[data-content="video"] .course__module__chapter__icon:before {
    width: 24px;
    height: 24px;
    -webkit-mask-image: url(../images/icons/video.svg);
    mask-image: url(../images/icons/video.svg); }

/* ==========================================================================
   GRID
   ========================================================================== */
.grid {
  margin: 32px auto;
  font-size: 0 !important; }
  @media (min-width: 48em) {
    .grid__row {
      /* margin-bottom: 64px; */ }
      .grid__row:last-child {
        margin-bottom: 0; }
      .grid__row .grid__col {
        padding-top: 0;
        padding-bottom: 0; } }
  .grid__col {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.5rem; }
    .grid__col--sm-1 {
      width: 8.33%; }
    .grid__col--sm-2 {
      width: 16.66%; }
    .grid__col--sm-3 {
      width: 25%; }
    .grid__col--sm-4 {
      width: 33.33%; }
    .grid__col--sm-5 {
      width: 41.66%; }
    .grid__col--sm-6 {
      width: 50%; }
    .grid__col--sm-7 {
      width: 58.33%; }
    .grid__col--sm-8 {
      width: 66.66%; }
    .grid__col--sm-9 {
      width: 75%; }
    .grid__col--sm-10 {
      width: 83.33%; }
    .grid__col--sm-11 {
      width: 91.66%; }
    .grid__col--sm-12 {
      width: 100%; }
    @media (min-width: 48em) {
      .grid__col {
        display: inline-block;
        vertical-align: top;
        max-width: 100%; }
        .grid__col--1 {
          width: 8.33%; }
        .grid__col--2 {
          width: 16.66%; }
        .grid__col--3 {
          width: 25%; }
        .grid__col--4 {
          width: 33.33%; }
        .grid__col--5 {
          width: 41.66%; }
        .grid__col--6 {
          width: 50%; }
        .grid__col--7 {
          width: 58.33%; }
        .grid__col--8 {
          width: 66.66%; }
        .grid__col--9 {
          width: 75%; }
        .grid__col--10 {
          width: 83.33%; }
        .grid__col--11 {
          width: 91.66%; }
        .grid__col--12 {
          width: 100%; } }
  .grid--padding .grid__wrapper {
    margin: -16px; }
    .grid--padding .grid__wrapper--no-margin {
      margin: 0 auto; }
  .grid--padding .grid__col {
    padding: 16px; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer {
  background-color: #1E1E1E;
  padding: 32px 0; }
  @media (min-width: 48em) {
    .footer {
      padding: 40px 0; } }
  .footer__wrapper {
    padding: 0 16px; }
    @media (min-width: 48em) {
      .footer__wrapper {
        padding: 0 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-column-gap: 24px;
           -moz-column-gap: 24px;
                column-gap: 24px; } }
    @media (min-width: 64em) {
      .footer__wrapper {
        padding: 0 40px;
        -webkit-column-gap: 72px;
           -moz-column-gap: 72px;
                column-gap: 72px; } }
  .footer__col {
    margin-bottom: 24px; }
    @media (min-width: 48em) {
      .footer__col {
        margin: 0;
        width: 220px; } }
  .footer__logo {
    display: inline-block;
    vertical-align: middle; }
  .footer__title {
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-family: "ProximaNova Bold", sans-serif;
    margin: 8px auto; }
    @media (min-width: 48em) {
      .footer__title {
        margin: 24px auto;
        font-size: 1.375rem;
        line-height: 1.75rem; } }
  .footer__nav__item {
    margin: 8px auto; }
    @media (min-width: 48em) {
      .footer__nav__item {
        margin: 16px auto; } }
  .footer__nav__link {
    color: #fff;
    font-family: "ProximaNova Bold", sans-serif;
    font-size: 0.875rem;
    line-height: 1.5rem; }
    @media (min-width: 48em) {
      .footer__nav__link {
        font-size: 1rem;
        line-height: 1.5rem; } }
    .footer__nav__link.no-touch:hover {
      color: #7693F3; }
  .footer__copyright {
    font-size: 0.875rem;
    line-height: 1.5rem;
    font-family: "ProximaNova Regular", sans-serif;
    color: #D5D5D5;
    margin: 0 auto;
    padding: 0 16px; }
    @media (min-width: 48em) {
      .footer__copyright {
        font-size: 1rem;
        line-height: 1.5rem;
        padding: 0 24px; } }
    @media (min-width: 64em) {
      .footer__copyright {
        padding: 0 40px; } }

/* ==========================================================================
   HEADER
   ========================================================================== */
.header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-box-shadow: 0 1px 8px rgba(213, 213, 213, .7);
          box-shadow: 0 1px 8px rgba(213, 213, 213, .7); }
  .header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0;
    padding: 0 16px; }
    @media (min-width: 48em) {
      .header__wrapper {
        padding: 0 24px; } }
    @media (min-width: 64em) {
      .header__wrapper {
        padding: 0 40px; } }
  .header__btn-toggle {
    font-size: 0;
    padding: 8px 16px;
    position: absolute;
    top: 12px;
    left: 0; }
    @media (min-width: 48em) {
      .header__btn-toggle {
        top: 15px;
        padding: 8px 24px; } }
    .header__btn-toggle__lines {
      position: relative;
      width: 20px;
      height: 20px; }
    .header__btn-toggle__line {
      position: absolute;
      display: block;
      width: 100%;
      height: 2px;
      background: #222222;
      -webkit-transition: .15s;
      -o-transition: .15s;
      transition: .15s; }
      .header__btn-toggle__line--top {
        top: 1px;
        left: 0; }
      .header__btn-toggle__line--middle {
        top: 50%;
        left: 0;
        margin-top: -1px; }
      .header__btn-toggle__line--bottom {
        bottom: 1px;
        left: 0; }
    .header__btn-toggle.is-active .header__btn-toggle__line--top {
      -webkit-transform: translateY(8px) rotate(45deg);
          -ms-transform: translateY(8px) rotate(45deg);
              transform: translateY(8px) rotate(45deg); }
    .header__btn-toggle.is-active .header__btn-toggle__line--middle {
      -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
              transform: scaleX(0); }
    .header__btn-toggle.is-active .header__btn-toggle__line--bottom {
      -webkit-transform: translateY(-8px) rotate(-45deg);
          -ms-transform: translateY(-8px) rotate(-45deg);
              transform: translateY(-8px) rotate(-45deg); }
    .header__btn-toggle + .header__logo {
      padding-left: 36px; }
      @media (min-width: 48em) {
        .header__btn-toggle + .header__logo {
          padding-left: 64px; } }
      @media (min-width: 64em) {
        .header__btn-toggle + .header__logo {
          padding-left: 48px; } }
  .header__logo {
    display: inline-block;
    vertical-align: middle;
    padding: 16px 0; }
    .header__logo img {
      height: 24px; }
      @media (min-width: 23.4375em) {
        .header__logo img {
          height: 28px; } }
      @media (min-width: 48em) {
        .header__logo img {
          height: 34px; } }
  .header__nav {
    margin: 0 -8px; }
    .header__nav__item {
      display: inline-block;
      vertical-align: middle;
      padding: 0 8px; }
    .header__nav__link {
      color: #2C415E; }
      .header__nav__link__icon {
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 20px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
      .header__nav__link__text {
        display: inline-block;
        vertical-align: middle;
        font-size: 1rem;
        line-height: 1.5rem;
        font-family: "ProximaNova Bold", sans-serif;
        padding-left: 8px;
        margin: 0; }
      .header__nav__link.no-touch:hover {
        color: #3055CF; }
        .header__nav__link.no-touch:hover .header__nav__link__icon {
          background-color: #3055CF; }

/* ==========================================================================
   MAIN
   ========================================================================== */
.main {
  font-size: 0;
  padding-top: 60px; }
  @media (min-width: 48em) {
    .main {
      position: relative;
      padding-top: 66px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start; } }
  .main__nav {
    position: fixed;
    z-index: 88;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: #F8F8F8; }
    @media (min-width: 48em) {
      .main__nav {
        position: sticky;
        top: 66px;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
        width: 72px;
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .main__nav__link {
      position: relative;
      display: block;
      margin: 24px auto;
      padding: 12px 24px;
      color: #2C415E; }
      .main__nav__link__icon {
        display: inline-block;
        vertical-align: middle;
        width: 24px;
        height: 24px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
      .main__nav__link__text {
        display: inline-block;
        vertical-align: middle;
        font-size: 1rem;
        line-height: 1.5rem;
        font-family: "ProximaNova Bold", sans-serif;
        padding-left: 8px;
        margin: 0; }
        @media (min-width: 48em) {
          .main__nav__link__text {
            display: none; } }
      .main__nav__link.is-notified:before {
        content: '';
        display: block;
        width: 7px;
        height: 7px;
        background-color: #C5203F;
        border-radius: 50%;
        border: 2px solid #F8F8F8;
        position: absolute;
        z-index: 8;
        top: 12px;
        left: 40px; }
      .main__nav__link.no-touch:hover {
        color: #3055CF; }
        .main__nav__link.no-touch:hover .main__nav__link__icon {
          background-color: #3055CF; }
    .main__nav.is-active {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
      @media (min-width: 48em) {
        .main__nav.is-active {
          width: 232px; } }
      .main__nav.is-active .main__nav__link__text {
        display: inline-block; }
  .main__content {
    background-color: #fff; }
    @media (min-width: 48em) {
      .main__content {
        width: 100%; } }
    .main__content__overlay {
      position: fixed;
      z-index: 16;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(34, 34, 34, .8);
      opacity: 0;
      pointer-events: none;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .main__content__overlay.is-active {
        opacity: 1;
        pointer-events: visible; }
      @media (min-width: 48em) {
        .main__content__overlay {
          display: none; } }

/* ==========================================================================
   SECTION
   ========================================================================== */
.section {
  position: relative;
  padding: 32px 0; }
  @media (min-width: 48em) {
    .section {
      padding: 60px 0; } }
  @media (min-width: 85.375em) {
    .section {
      padding: 72px 0; } }
  .section__anchor {
    position: absolute;
    top: -60px; }
    @media (min-width: 48em) {
      .section__anchor {
        top: -66px; } }
  .section__title {
    font-size: 1.75rem;
    line-height: 2rem;
    font-family: "ProximaNova Bold", sans-serif;
    margin: 24px auto; }
    @media (min-width: 64em) {
      .section__title {
        font-size: 2.5rem;
        line-height: 3rem;
        margin: 40px auto; } }
  .section--grey {
    background-color: #F4F5F4; }

/* ==========================================================================
   BUTTONS
   ========================================================================== */
.btn, .form__btn {
  position: relative;
  white-space: nowrap;
  -o-transition: 0.15s;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #fff;
  padding: 8px 20px;
  font-family: "ProximaNova Bold", sans-serif;
  background: #3055CF;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
  border-radius: 0;
  text-align: center; }
  .btn i, .form__btn i {
    margin-right: 4px;
    background-color: #fff; }
  @media (min-width: 48em) {
    .btn, .form__btn {
      font-size: 1.125rem;
      line-height: 1.5rem;
      padding-top: 12px;
      padding-bottom: 12px; } }
  .btn.no-touch:hover, .no-touch.form__btn:hover {
    background: #203662; }
  .btn.no-touch:active, .no-touch.form__btn:active, .btn:active, .form__btn:active {
    opacity: .7; }
  .btn.is-disabled, .is-disabled.form__btn {
    background-color: #CCCCCC;
    pointer-events: none; }
  .btn--block {
    display: block;
    width: 100%; }
  .btn--arrow {
    padding-right: 52px; }
    .btn--arrow:before {
      content: '';
      background-color: #fff;
      position: absolute;
      top: 50%;
      right: 16px;
      margin-top: -12px; }

/* ==========================================================================
   FORMS
   ========================================================================== */
.form {
  margin: 24px auto; }
  @media (min-width: 48em) {
    .form {
      margin: 40px auto; } }
  .form__paragraph {
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin: 16px auto; }
    .form__paragraph a {
      color: #3055CF; }
  .form__fieldset {
    display: block;
    position: relative;
    padding: 0;
    margin: 24px 0;
    border: 0; }
    .form__fieldset__alert {
      margin-top: 4px;
      font-size: 0.875rem;
      line-height: 1.5rem;
      font-family: "ProximaNova Regular", sans-serif;
      color: #C5203F;
      text-align: left; }
  .form__label {
    display: block;
    margin-bottom: 4px;
    font-size: 0.875rem;
    line-height: 1.5rem;
    -o-transition: 0.15s;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    font-family: "ProximaNova Bold", sans-serif;
    color: #222222;
    text-align: left; }
    .form__label.is-required {
      color: #C5203F !important; }
    .form__label.is-disabled {
      color: #909090; }
    .form__label--inline {
      display: inline-block;
      vertical-align: middle;
      padding-right: 16px; }
  .form__input, .form__textarea, .form__textarea, .form__select {
    display: block;
    width: 100%;
    padding: 12px 16px;
    border: 0;
    font-size: 1rem;
    line-height: 1.5rem;
    outline: none;
    background: #fff;
    border: 1px solid #CCCCCC;
    -webkit-appearance: none;
    color: #6D6D6D;
    border-radius: 0;
    -o-transition: 0.15s;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    text-align: left; }
    .form__input:focus, .form__textarea:focus, .form__textarea:focus, .form__select:focus {
      border-color: #CCCCCC; }
    .form__input::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder, .form__select::-webkit-input-placeholder {
      color: #6D6D6D; }
    .form__input::-moz-placeholder, .form__textarea::-moz-placeholder, .form__textarea::-moz-placeholder, .form__select::-moz-placeholder {
      color: #6D6D6D; }
    .form__input::-ms-input-placeholder, .form__textarea::-ms-input-placeholder, .form__textarea::-ms-input-placeholder, .form__select::-ms-input-placeholder {
      color: #6D6D6D; }
    .form__input::placeholder, .form__textarea::placeholder, .form__textarea::placeholder, .form__select::placeholder {
      color: #6D6D6D; }
    .form__input.is-required, .is-required.form__textarea, .form__textarea.is-required, .form__select.is-required {
      border: 1px solid #C5203F; }
    .form__input.is-disabled, .is-disabled.form__textarea, .form__textarea.is-disabled, .form__select.is-disabled {
      color: #6D6D6D;
      border-color: #CCCCCC;
      background: #E6E6E6;
      pointer-events: none; }
  .form__textarea {
    min-height: 160px; }
  .form__select {
    padding-right: 40px;
    -moz-appearance: none;
    text-indent: 0.01px;
    -o-text-overflow: '';
       text-overflow: ''; }
    .form__select-container {
      position: relative; }
      .form__select-container:before {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        border-right: 2px solid #6D6D6D;
        border-bottom: 2px solid #6D6D6D;
        position: absolute;
        top: 18px;
        right: 19px;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        pointer-events: none; }
      .form__select-container.is-disabled:before {
        color: #CCCCCC; }
      .form__select-container.is-disabled .form__select {
        border-color: #CCCCCC;
        pointer-events: none; }
  .form__checkbox {
    position: absolute;
    opacity: 0;
    text-align: left; }
    .form__checkbox__container {
      position: relative;
      margin: 8px auto;
      text-align: left; }
    .form__checkbox + .form__label {
      position: relative;
      padding-left: 32px;
      margin: 0;
      font-family: "ProximaNova Regular", sans-serif;
      font-size: 0.875rem;
      line-height: 1.5rem;
      line-height: 24px; }
      .form__checkbox + .form__label:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        border: 1px solid #CCCCCC;
        background-color: #fff;
        display: inline-block;
        border-radius: 4px;
        vertical-align: top;
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 32px;
        line-height: 2rem;
        -webkit-transition: .15s;
        -o-transition: .15s;
        transition: .15s; }
      .form__checkbox + .form__label:after {
        content: '';
        position: absolute;
        top: 6px;
        left: 5px;
        width: 10px;
        height: 5px;
        border: 2px solid #3055CF;
        border-top: 0;
        border-right: 0;
        -webkit-transform: scale(0) rotate(-45deg);
            -ms-transform: scale(0) rotate(-45deg);
                transform: scale(0) rotate(-45deg);
        -webkit-transition: .15s;
        -o-transition: .15s;
        transition: .15s; }
    .form__checkbox:checked + .form__label:before {
      border-color: #3055CF; }
    .form__checkbox:checked + .form__label:after {
      -webkit-transform: scale(1) rotate(-45deg);
          -ms-transform: scale(1) rotate(-45deg);
              transform: scale(1) rotate(-45deg); }
  .form__radio {
    position: absolute;
    opacity: 0;
    text-align: left; }
    .form__radio__container {
      position: relative;
      margin: 8px auto;
      text-align: left; }
    .form__radio + .form__label {
      position: relative;
      padding-left: 32px;
      margin: 0;
      font-family: "ProximaNova Regular", sans-serif;
      font-size: 0.875rem;
      line-height: 1.5rem;
      line-height: 24px;
      margin-bottom: 8px; }
      .form__radio + .form__label--inline {
        margin: 0; }
      .form__radio + .form__label:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 1px solid #CCCCCC;
        background-color: #fff;
        display: inline-block;
        vertical-align: top;
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 32px;
        line-height: 2rem;
        -webkit-transition: .15s;
        -o-transition: .15s;
        transition: .15s; }
      .form__radio + .form__label:after {
        content: '';
        position: absolute;
        top: 5px;
        left: 5px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #3055CF;
        -webkit-transform: scale(0);
            -ms-transform: scale(0);
                transform: scale(0);
        -webkit-transition: .15s;
        -o-transition: .15s;
        transition: .15s; }
    .form__radio:checked + .form__label:before {
      border-color: #3055CF; }
    .form__radio:checked + .form__label:after {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
  .form__switch {
    display: none; }
    .form__switch__label {
      display: block;
      font-size: 0;
      position: relative; }
      .form__switch__label + .form__switch__label {
        margin-top: 24px; }
    .form__switch__slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: -5px;
      width: 40px;
      height: 24px;
      background-color: #fff;
      border: 2px solid #fff;
      -webkit-transition: .6s;
      -o-transition: .6s;
      transition: .6s;
      border-radius: 12px; }
      .form__switch__slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 2px;
        bottom: 2px;
        background-color: #93ACCC;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        border-radius: 50%; }
    .form__switch:checked + .form__switch__slider {
      border: 2px solid #203662; }
      .form__switch:checked + .form__switch__slider:before {
        -webkit-transform: translateX(16px);
            -ms-transform: translateX(16px);
                transform: translateX(16px);
        background-color: #203662; }
    .form__switch__title {
      display: block;
      font-size: 1rem;
      line-height: 1.5rem;
      font-family: "ProximaNova Regular", sans-serif;
      color: #6D6D6D;
      padding-left: 44px; }
  .form__evaluation {
    position: relative;
    margin: 8px auto;
    text-align: left;
    margin-bottom: 32px; }
    @media (min-width: 48em) {
      .form__evaluation {
        margin-bottom: 40px; } }
    .form__evaluation__radio {
      position: absolute;
      opacity: 0;
      text-align: left; }
      .form__evaluation__radio + .form__evaluation__label {
        position: relative;
        display: block;
        padding: 16px 16px 16px 56px;
        margin: 0 auto 8px;
        font-family: "ProximaNova Regular", sans-serif;
        font-size: 1rem;
        line-height: 1.5rem;
        background-color: #fff;
        border-radius: 8px;
        border: 2px solid #fff; }
        .form__evaluation__radio + .form__evaluation__label:last-child {
          margin-bottom: 0; }
        @media (min-width: 48em) {
          .form__evaluation__radio + .form__evaluation__label {
            font-size: 1.125rem;
            line-height: 1.5rem; } }
        .form__evaluation__radio + .form__evaluation__label:before {
          content: '';
          position: absolute;
          top: 50%;
          margin-top: -14px;
          left: 16px;
          width: 24px;
          height: 24px;
          border-radius: 50%;
          border: 2px solid #93ACCC;
          background-color: #fff;
          display: inline-block;
          -webkit-transition: .15s;
          -o-transition: .15s;
          transition: .15s; }
        .form__evaluation__radio + .form__evaluation__label:after {
          content: '';
          position: absolute;
          top: 50%;
          margin-top: -8px;
          left: 22px;
          width: 16px;
          height: 16px;
          border-radius: 50%;
          background: #203662;
          -webkit-transform: scale(0);
              -ms-transform: scale(0);
                  transform: scale(0);
          -webkit-transition: .15s;
          -o-transition: .15s;
          transition: .15s; }
      .form__evaluation__radio:checked + .form__evaluation__label {
        border-color: #203662; }
        .form__evaluation__radio:checked + .form__evaluation__label:before {
          border-color: #203662; }
        .form__evaluation__radio:checked + .form__evaluation__label:after {
          -webkit-transform: scale(1);
              -ms-transform: scale(1);
                  transform: scale(1); }
  .form .grid--padding .grid__wrapper {
    margin: -12px; }
  .form .grid__col {
    padding: 12px; }

/* ==========================================================================
   HERO
   ========================================================================== */
.hero {
  position: relative;
  padding: 24px 0;
  background-color: #F4F5F4; }
  @media (min-width: 48em) {
    .hero {
      padding: 56px 0 72px; } }
  @media (min-width: 85.375em) {
    .hero {
      padding: 72px 0; } }
  .hero__wrapper {
    position: relative;
    z-index: 8; }
  .hero__col {
    margin-bottom: 40px; }
    .hero__col:nth-child(2) {
      margin-bottom: 0; }
    @media (min-width: 48em) {
      .hero__col {
        width: 50%;
        display: inline-block;
        vertical-align: top; } }
    .hero__col .form {
      width: 100%;
      margin: 24px 0; }
      @media (min-width: 48em) {
        .hero__col .form {
          max-width: 240px;
          margin: 40px auto; } }
      .hero__col .form__fieldset {
        margin: 16px auto; }
  .hero__suptitle {
    font-size: 0.875rem;
    line-height: 1.5rem;
    font-family: "ProximaNova Bold", sans-serif;
    color: #6D6D6D;
    text-transform: uppercase;
    margin: 16px 0; }
    @media (min-width: 64em) {
      .hero__suptitle {
        font-size: 1rem;
        line-height: 1.5rem; } }
  .hero__title {
    font-size: 2rem;
    line-height: 2.5rem;
    font-family: "ProximaNova Bold", sans-serif;
    color: #464646;
    max-width: 320px;
    margin: 16px 0 40px 0; }
    @media (min-width: 48em) {
      .hero__title {
        max-width: 470px; } }
    @media (min-width: 64em) {
      .hero__title {
        font-size: 3.125rem;
        line-height: 3.75rem; } }
  .hero__anchor {
    position: relative;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-family: "ProximaNova Bold", sans-serif;
    padding-left: 32px; }
    @media (min-width: 48em) {
      .hero__anchor {
        position: absolute;
        bottom: -48px; } }
    @media (min-width: 85.375em) {
      .hero__anchor {
        bottom: -32px; } }
    .hero__anchor:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      background-color: #3055CF;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg);
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .hero__anchor.no-touch:hover {
      color: #203662; }
      .hero__anchor.no-touch:hover:before {
        background-color: #203662; }
  .hero__bg {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    opacity: .8; }
    .hero__bg:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      background: #f4f5f4;
      background: -webkit-gradient(linear, left top, right top, color-stop(40%, #f4f5f4), to(rgba(244, 245, 244, 0)));
      background: -o-linear-gradient(left, #f4f5f4 40%, rgba(244, 245, 244, 0) 100%);
      background: linear-gradient(90deg, #f4f5f4 40%, rgba(244, 245, 244, 0) 100%); }
      @media (min-width: 85.375em) {
        .hero__bg:before {
          width: 90%; } }
  .hero--dark {
    background-color: #2C415E; }
    .hero--dark .hero__title, .hero--dark .hero__suptitle {
      color: #fff; }
    .hero--dark .hero__anchor {
      color: #fff; }
      .hero--dark .hero__anchor:before {
        background-color: #fff; }
      .hero--dark .hero__anchor.no-touch:hover {
        color: #7693F3; }
        .hero--dark .hero__anchor.no-touch:hover:before {
          background-color: #7693F3; }
    .hero--dark .hero__bg:before {
      background: #2c415e;
      background: -webkit-gradient(linear, left top, right top, color-stop(40%, #2c415e), to(rgba(44, 65, 94, 0)));
      background: -o-linear-gradient(left, #2c415e 40%, rgba(44, 65, 94, 0) 100%);
      background: linear-gradient(90deg, #2c415e 40%, rgba(44, 65, 94, 0) 100%); }
    .hero--dark .form__paragraph {
      color: #fff; }
      .hero--dark .form__paragraph a {
        color: #fff; }
  .hero--course .hero__title {
    max-width: 680px; }
    @media (min-width: 64em) {
      .hero--course .hero__title {
        font-size: 2.5rem;
        line-height: 3rem; } }

/* ==========================================================================
   CATEGORY
   ========================================================================== */
.category {
  position: relative;
  margin: 32px auto;
  padding-bottom: 56px; }
  @media (min-width: 48em) {
    .category {
      padding-bottom: 64px; } }
  @media (min-width: 64em) {
    .category {
      padding-bottom: 0;
      margin: 60px auto; } }
  @media (min-width: 85.375em) {
    .category {
      margin: 72px auto; } }
  .category__header {
    margin-bottom: 16px;
    display: inline-block;
    vertical-align: top;
    width: 100%; }
    @media (min-width: 64em) {
      .category__header {
        width: 33.333%;
        padding-right: 24px; } }
    @media (min-width: 76.25em) {
      .category__header {
        width: 25%;
        padding-right: 32px; } }
    .category__header__title {
      font-size: 1.5rem;
      line-height: 2rem;
      font-family: "ProximaNova Bold", sans-serif;
      margin: 8px auto; }
      @media (min-width: 64em) {
        .category__header__title {
          font-size: 2.375rem;
          line-height: 2.5rem;
          margin: 16px auto; } }
    .category__header__subtitle {
      font-size: 1rem;
      line-height: 1.5rem;
      font-family: "ProximaNova Regular", sans-serif;
      margin: 8px auto; }
      @media (min-width: 64em) {
        .category__header__subtitle {
          font-size: 1.125rem;
          line-height: 1.5rem; } }
    .category__header .btn, .category__header .form__btn {
      position: absolute;
      bottom: 0;
      left: 0;
      margin-top: 16px; }
      @media (min-width: 64em) {
        .category__header .btn, .category__header .form__btn {
          position: relative;
          bottom: auto;
          margin-top: 40px; } }
  .category__content {
    display: inline-block;
    vertical-align: top;
    width: 100%; }
    @media (min-width: 64em) {
      .category__content {
        width: 66.666%; } }
    @media (min-width: 76.25em) {
      .category__content {
        width: 75%; } }
    .category__content__wrapper {
      margin: -8px; }
      @media (min-width: 76.25em) {
        .category__content__wrapper {
          margin: -12px; } }
      .category__content__wrapper__item {
        display: inline-block;
        padding: 8px;
        width: 100%; }
        @media (min-width: 31.25em) {
          .category__content__wrapper__item {
            width: 50%; } }
        @media (min-width: 76.25em) {
          .category__content__wrapper__item {
            padding: 12px;
            width: 33.333%; } }
        .category__content__wrapper__item:nth-child(3) {
          display: none; }
          @media (min-width: 76.25em) {
            .category__content__wrapper__item:nth-child(3) {
              display: inline-block; } }

/* ==========================================================================
   CARD
   ========================================================================== */
.card {
  display: block;
  border: 1px solid #D5D5D5;
  background-color: #fff;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }
  .card-container__wrapper {
    margin: -8px; }
    @media (min-width: 76.25em) {
      .card-container__wrapper {
        margin: -12px; } }
    .card-container__wrapper__item {
      display: inline-block;
      vertical-align: top;
      padding: 8px;
      width: 100%; }
      @media (min-width: 31.25em) {
        .card-container__wrapper__item {
          width: 50%; } }
      @media (min-width: 64em) {
        .card-container__wrapper__item {
          width: 33.333%; } }
      @media (min-width: 76.25em) {
        .card-container__wrapper__item {
          padding: 12px;
          width: 25%; } }
  @media (min-width: 76.25em) {
    .card-container--courses .card-container__wrapper__item {
      width: 33.333%; } }
  .card-container--courses .card__content__title {
    padding-right: 40px; }
  .card__figure {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    margin: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    background: #11319C; }
    .card__figure__image {
      position: absolute;
      z-index: 4;
      top: 50%;
      left: 50%;
      width: 100%;
      height: auto;
      max-height: none;
      max-width: none;
      min-height: 100%;
      min-width: 100%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
      .card__figure__image.is-wide {
        width: auto;
        height: 100%; }
    .card__figure__tag {
      display: inline-block;
      vertical-align: top;
      padding: 1px 8px;
      margin: 4px;
      font-size: 0.625rem;
      line-height: 1rem;
      font-family: "ProximaNova Bold", sans-serif;
      background-color: #fff;
      border-radius: 16px; }
      @media (min-width: 76.25em) {
        .card__figure__tag {
          font-size: .6875rem;
          line-height: 1.25rem;
          padding: 1px 12px; } }
      .card__figure__tag--orange {
        background: #c51f3f;
        background: -webkit-gradient(linear, left top, right top, from(#c51f3f), to(#ff8514));
        background: -o-linear-gradient(left, #c51f3f 0%, #ff8514 100%);
        background: linear-gradient(90deg, #c51f3f 0%, #ff8514 100%);
        color: #fff; }
      .card__figure__tag--blue {
        background: #2F4E8C;
        background: -webkit-gradient(linear, left top, right top, from(#2F4E8C), to(#3FB9C2));
        background: -o-linear-gradient(left, #2F4E8C 0%, #3FB9C2 100%);
        background: linear-gradient(90deg, #2F4E8C 0%, #3FB9C2 100%);
        color: #fff; }
      .card__figure__tag--ghost {
        border: 1px solid #3055CF;
        padding: 0 8px; }
      .card__figure__tag-container {
        position: absolute;
        z-index: 8;
        top: 8px;
        left: 8px; }
  .card__content {
    position: relative;
    padding: 12px; }
    @media (min-width: 48em) {
      .card__content {
        padding: 24px; } }
    .card__content__title {
      font-size: 1rem;
      line-height: 1.5rem;
      font-family: "ProximaNova Regular", sans-serif;
      color: #222222;
      margin: 0 auto; }
      @media (min-width: 48em) {
        .card__content__title {
          font-size: 1.125rem;
          line-height: 1.5rem; } }
    .card__content__date {
      font-size: 0.75rem;
      line-height: 1.25rem;
      font-family: "ProximaNova Regular", sans-serif;
      color: #6D6D6D;
      margin: 4px auto 0; }
      @media (min-width: 48em) {
        .card__content__date {
          margin: 8px auto 0; } }
    .card__content--complete:before, .card__content--fail:before {
      content: '';
      position: absolute;
      top: 12px;
      right: 12px;
      background-color: #A5DC0D; }
      @media (min-width: 48em) {
        .card__content--complete:before, .card__content--fail:before {
          top: 24px;
          right: 24px; } }
    .card__content--fail:before {
      background-color: #C5203F; }
  .card__progress {
    position: relative;
    width: 100%;
    margin: 16px auto;
    --progress: 0%; }
    .card__progress-content {
      padding: 0 12px; }
      @media (min-width: 48em) {
        .card__progress-content {
          padding: 0 24px; } }
    @media (min-width: 48em) {
      .card__progress {
        margin: 16px auto; } }
    .card__progress:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: var(--progress);
      height: 16px;
      background: #c51f3f;
      background: -webkit-gradient(linear, left top, right top, from(#c51f3f), to(#ff8514));
      background: -o-linear-gradient(left, #c51f3f 0%, #ff8514 100%);
      background: linear-gradient(90deg, #c51f3f 0%, #ff8514 100%);
      -webkit-transition: width .3s ease-in-out;
      -o-transition: width .3s ease-in-out;
      transition: width .3s ease-in-out;
      border-radius: 8px; }
    .card__progress__bar {
      width: 100%;
      height: 16px;
      border-radius: 8px;
      background-color: #F9ECD1; }
    .card__progress__title {
      font-size: 0.75rem;
      line-height: 1.25rem;
      font-family: "ProximaNova Bold", sans-serif;
      color: #222222;
      text-transform: uppercase;
      margin: 0 auto 8px; }
    .card__progress__percent {
      font-size: 0.75rem;
      line-height: 1.25rem;
      line-height: 1rem;
      font-family: "ProximaNova Bold", sans-serif;
      color: #fff;
      position: absolute;
      bottom: 0;
      left: 8px; }
  .card__data {
    padding: 0 12px 12px; }
    @media (min-width: 48em) {
      .card__data {
        padding: 0 24px 24px; } }
    .card__data__time, .card__data__lenght {
      font-size: 0.75rem;
      line-height: 1.25rem;
      font-family: "ProximaNova Bold", sans-serif;
      color: #2C415E;
      margin: 4px auto; }
      @media (min-width: 48em) {
        .card__data__time, .card__data__lenght {
          margin: 8px auto; } }
      .card__data__time:before, .card__data__lenght:before {
        content: '';
        width: 16px;
        height: 16px;
        margin-right: 8px; }
    .card__data__credit {
      font-size: 1.125rem;
      line-height: 1.5rem;
      font-family: "ProximaNova Bold", sans-serif;
      color: #2C415E;
      margin: 4px auto; }
      @media (min-width: 48em) {
        .card__data__credit {
          margin: 8px auto; } }
      .card__data__credit:before {
        content: '';
        margin-right: 8px; }
      .card__data__credit--available:before {
        background-color: #203662; }
      .card__data__credit--pending {
        color: #93ACCC; }
        .card__data__credit--pending:before {
          background-color: #93ACCC; }
    .card__data__score {
      font-size: 1.125rem;
      line-height: 1.5rem;
      font-family: "ProximaNova Bold", sans-serif;
      color: #2C415E;
      margin: 4px auto; }
      @media (min-width: 48em) {
        .card__data__score {
          margin: 8px auto; } }
      .card__data__score:before {
        content: '';
        margin-right: 8px;
        background-color: #203662; }
  .card.no-touch:hover .card__figure__image {
    opacity: .9; }

/* ==========================================================================
   BREADCRUMB
   ========================================================================== */
.breadcrumb {
  position: relative;
  z-index: 8;
  overflow: hidden;
  background: #fff;
  margin-bottom: -16px; }
  @media (min-width: 48em) {
    .breadcrumb {
      margin-bottom: -48px; } }
  @media (min-width: 85.375em) {
    .breadcrumb {
      margin-bottom: -56px; } }
  .breadcrumb__wrapper {
    padding: 0 16px; }
    @media (min-width: 48em) {
      .breadcrumb__wrapper {
        padding: 0 24px; } }
    @media (min-width: 64em) {
      .breadcrumb__wrapper {
        padding: 0 40px; } }
  .breadcrumb__nav {
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    font-size: 0; }
  .breadcrumb__item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    line-height: 1.5rem; }
    .breadcrumb__item + .breadcrumb__item {
      margin-left: 12px;
      padding-left: 12px; }
      @media (min-width: 48em) {
        .breadcrumb__item + .breadcrumb__item {
          margin-left: 16px;
          padding-left: 16px; } }
    .breadcrumb__item:before {
      content: '';
      position: absolute;
      top: 50%;
      left: -4px;
      margin-top: -4px;
      width: 5px;
      height: 5px;
      border-bottom: 2px solid #CCCCCC;
      border-right: 2px solid #CCCCCC;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .breadcrumb__item:first-child:before {
      display: none; }
    .breadcrumb__item:last-child .breadcrumb__btn {
      color: #6D6D6D; }
  .breadcrumb__btn {
    display: block;
    padding: 8px 0;
    margin: 0;
    font-family: "ProximaNova Regular", sans-serif;
    text-decoration: none;
    color: #909090;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }
    @media (min-width: 48em) {
      .breadcrumb__btn {
        padding: 16px 0;
        max-width: 250px; } }
    .breadcrumb__btn i {
      background-color: #CCCCCC;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      width: 16px;
      height: 16px;
      margin-top: -4px; }
    .breadcrumb__btn.no-touch:hover {
      color: #3055CF; }
      .breadcrumb__btn.no-touch:hover i {
        background-color: #3055CF; }

/* ==========================================================================
   editor
   ========================================================================== */
[editor] {
  margin: 32px auto; }
  [editor] > * {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #464646;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 48em) {
      [editor] > * {
        font-size: 1.125rem;
        line-height: 1.5rem;
        line-height: 1.75rem; } }
  [editor] h1, [editor] h2, [editor] h3, [editor] h4, [editor] h5, [editor] h6 {
    color: #222222;
    font-weight: normal; }
  [editor] h1, [editor] h2 {
    font-size: 1.75rem;
    line-height: 2rem;
    font-family: "ProximaNova Bold", sans-serif;
    margin: 24px auto; }
    @media (min-width: 64em) {
      [editor] h1, [editor] h2 {
        font-size: 2.5rem;
        line-height: 3rem;
        margin: 40px auto; } }
  [editor] h3 {
    font-size: 1.375rem;
    line-height: 1.75rem;
    font-family: "ProximaNova Bold", sans-serif; }
    @media (min-width: 48em) {
      [editor] h3 {
        font-size: 1.5rem;
        line-height: 2rem; } }
  [editor] p, [editor] ol, [editor] ul, [editor] dl, [editor] table {
    color: #464646; }
    [editor] p strong, [editor] p u, [editor] p b, [editor] ol strong, [editor] ol u, [editor] ol b, [editor] ul strong, [editor] ul u, [editor] ul b, [editor] dl strong, [editor] dl u, [editor] dl b, [editor] table strong, [editor] table u, [editor] table b {
      color: #222222; }
    [editor] p u, [editor] ol u, [editor] ul u, [editor] dl u, [editor] table u {
      position: relative;
      text-decoration: none;
      background-image: -o-linear-gradient(330deg, rgba(147, 172, 204, .5) 0%, rgba(147, 172, 204, .5) 100%);
      background-image: linear-gradient(120deg, rgba(147, 172, 204, .5) 0%, rgba(147, 172, 204, .5) 100%);
      background-repeat: no-repeat;
      background-size: 100% 8px;
      background-position: 0 95%;
      -webkit-transition: background-size 0.25s ease-in;
      -o-transition: background-size 0.25s ease-in;
      transition: background-size 0.25s ease-in; }
  [editor] ul, [editor] ol {
    -webkit-padding-start: 24px;
            padding-inline-start: 24px; }
    [editor] ul li, [editor] ol li {
      margin: 8px 0; }
  [editor] figure,
  [editor] img {
    display: block;
    text-align: center;
    margin: 40px auto;
    height: auto; }
  [editor] figcaption {
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #CCCCCC;
    margin-top: 16px; }
  [editor] table {
    position: relative;
    height: auto !important;
    width: 100%;
    text-align: center; }
    [editor] table th {
      padding: 32px 16px;
      vertical-align: middle;
      min-width: 150px;
      background-color: #fff;
      font-weight: normal; }
    [editor] table td {
      padding: 12px 8px;
      font-size: 0.75rem;
      line-height: 1.25rem; }
      [editor] table td:first-child {
        text-align: left;
        font-size: 0.875rem;
        line-height: 1.5rem;
        min-width: 25%; }
    [editor] table tr:nth-child(odd) {
      background-color: #D5D5D5; }
    [editor] table tr:nth-child(even) {
      background-color: #fff; }
  [editor] .table-container {
    position: relative;
    overflow-x: auto; }
  [editor] .embed {
    max-width: none; }
    [editor] .embed iframe {
      width: 100%; }

/* ==========================================================================
   COURSE
   ========================================================================== */
.course__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 32px; }
  @media (min-width: 48em) {
    .course__top {
      margin-bottom: 60px; } }
  @media (min-width: 64em) {
    .course__top {
      display: block; } }
  @media (min-width: 85.375em) {
    .course__top {
      margin-bottom: 72px; } }

.course__bottom .course__title {
  text-align: center; }

@media (min-width: 64em) {
  .course__intro {
    display: inline-block;
    vertical-align: top;
    width: 66.666%;
    padding-right: 24px; } }

.course__intro__text {
  max-width: 768px;
  position: relative;
  height: 300px;
  overflow: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  padding-bottom: 48px; }
  .course__intro__text:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    z-index: 4;
    background: white;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, white), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(bottom, white 30%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, white 30%, rgba(255, 255, 255, 0) 100%); }
  .course__intro__text__more {
    position: absolute;
    z-index: 8;
    bottom: 0;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-family: "ProximaNova Bold", sans-serif;
    color: #3055CF; }
    .course__intro__text__more i {
      width: 12px;
      height: 12px;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg);
      background-color: #3055CF;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .course__intro__text__more.no-touch:hover {
      color: #11319C; }
      .course__intro__text__more.no-touch:hover i {
        background-color: #11319C; }
  .course__intro__text [editor] {
    margin: 0; }
  .course__intro__text.is-active {
    height: auto; }
    .course__intro__text.is-active:before {
      display: none; }
    .course__intro__text.is-active .course__intro__text__more i {
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); }

.course__sidebar {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  max-width: 440px;
  margin-bottom: 32px; }
  @media (min-width: 64em) {
    .course__sidebar {
      position: sticky;
      top: 104px;
      display: inline-block;
      vertical-align: top;
      width: 33.333%;
      margin-bottom: 0; } }
  .course__sidebar__credits {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #2C415E; }
    @media (min-width: 85.375em) {
      .course__sidebar__credits {
        font-size: 1.125rem;
        line-height: 1.5rem; } }
    .course__sidebar__credits i {
      display: inline-block;
      vertical-align: middle;
      background: #2C415E;
      margin-right: 4px; }
  .course__sidebar__title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #222222;
    margin: 24px auto 16px; }

.course__progress {
  position: relative;
  width: 100%;
  padding-bottom: 40px;
  --progress: 0%; }
  .course__progress:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: var(--progress);
    height: 8px;
    background: #3055CF;
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    border-radius: 8px; }
  .course__progress__bar {
    width: 100%;
    height: 8px;
    border-radius: 8px;
    background-color: rgba(48, 85, 207, .3); }
  .course__progress__percent {
    position: absolute;
    bottom: 0;
    left: var(--progress);
    width: 44px;
    height: 32px;
    margin-left: -22px;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: cover;
            mask-size: cover;
    background-color: #3055CF;
    -webkit-mask-image: url(../images/percent-bubble.svg);
    mask-image: url(../images/percent-bubble.svg);
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: "ProximaNova Bold", sans-serif;
    color: #fff;
    text-align: center;
    padding-top: 7px; }
    .course__progress__percent span {
      font-size: 0.75rem;
      line-height: 1.25rem; }
  .course__progress-title {
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: "ProximaNova Bold", sans-serif;
    margin: 16px auto;
    color: #A5DC0D; }
    .course__progress-title i {
      display: inline-block;
      vertical-align: top;
      margin-right: 4px;
      background-color: #A5DC0D; }
    .course__progress-title--red {
      color: #C5203F; }
      .course__progress-title--red i {
        background-color: #C5203F; }

.course__next {
  position: relative;
  display: block;
  background: #F4F5F4;
  border: 1px solid #D5D5D5;
  border-radius: 8px;
  padding: 16px 80px 16px 16px; }
  .course__next__title {
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #464646;
    margin: 0 auto; }
  .course__next__subtitle {
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #6D6D6D;
    margin: 0 auto; }
  .course__next__arrow {
    position: absolute;
    top: 50%;
    margin-top: -21px;
    right: 16px;
    border: 1px solid #3055CF;
    border-radius: 50%;
    padding: 8px; }
    .course__next__arrow i {
      background-color: #3055CF; }

.course__back {
  position: relative;
  display: block;
  background: #F4F5F4;
  border: 1px solid #D5D5D5;
  border-radius: 8px;
  padding: 16px 16px 16px 80px; }
  .course__back__title {
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #464646;
    margin: 0 auto; }
  .course__back__subtitle {
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #6D6D6D;
    margin: 0 auto; }
  .course__back__arrow {
    position: absolute;
    top: 50%;
    margin-top: -21px;
    left: 16px;
    border: 1px solid #3055CF;
    border-radius: 50%;
    padding: 8px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
    .course__back__arrow i {
      background-color: #3055CF; }

.course__pretitle {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "ProximaNova Bold", sans-serif;
  color: #464646;
  text-transform: uppercase;
  text-align: center;
  max-width: 768px;
  margin: 8px auto; }

.course__breadcrumb {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: "ProximaNova Regular", sans-serif;
  color: #222222;
  max-width: 768px;
  margin: 8px auto; }

.course__title {
  font-size: 1.75rem;
  line-height: 2rem;
  font-family: "ProximaNova Regular", sans-serif;
  color: #222222;
  max-width: 768px;
  margin: 8px auto; }
  @media (min-width: 48em) {
    .course__title {
      font-size: 2rem;
      line-height: 2.5rem; } }
  @media (min-width: 64em) {
    .course__title {
      font-size: 2.5rem;
      line-height: 3rem; } }

.course__paragraph {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "ProximaNova Regular", sans-serif;
  color: #222222;
  max-width: 768px;
  margin: 0 auto; }

.course__tabs {
  margin: 32px 0; }
  @media (min-width: 48em) {
    .course__tabs {
      margin: 56px 0; } }
  .course__tabs__nav {
    display: inline-block;
    vertical-align: top;
    width: 100%; }
    @media (min-width: 48em) {
      .course__tabs__nav {
        width: 50%;
        padding-right: 20px; } }
    @media (min-width: 76.25em) {
      .course__tabs__nav {
        padding-right: 36px; } }
    .course__tabs__nav__link {
      position: relative;
      display: block;
      margin: 16px auto;
      font-size: 1rem;
      line-height: 1.5rem;
      font-family: "ProximaNova Bold", sans-serif;
      color: #222222;
      border-bottom: 1px solid #CCCCCC;
      padding-bottom: 16px;
      padding-right: 40px; }
      @media (min-width: 48em) {
        .course__tabs__nav__link {
          font-family: "ProximaNova Regular", sans-serif;
          color: #909090; } }
      @media (min-width: 76.25em) {
        .course__tabs__nav__link {
          font-size: 1.25rem;
          line-height: 1.75rem;
          margin: 24px auto;
          padding-bottom: 24px; } }
      .course__tabs__nav__link:before {
        content: '';
        width: 12px;
        height: 12px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -18px;
        background-color: #222222; }
        @media (min-width: 48em) {
          .course__tabs__nav__link:before {
            background-color: #909090; } }
      @media (min-width: 48em) {
        .course__tabs__nav__link.is-active {
          font-family: "ProximaNova Bold", sans-serif;
          color: #222222; }
          .course__tabs__nav__link.is-active:before {
            background-color: #222222; } }
  .course__tabs__close {
    position: fixed;
    z-index: 25;
    top: 20%;
    right: 0;
    padding: 12px;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    pointer-events: none; }
    .course__tabs__close.is-active {
      opacity: 1;
      pointer-events: visible;
      -webkit-transition-delay: .3s;
           -o-transition-delay: .3s;
              transition-delay: .3s; }
    @media (min-width: 48em) {
      .course__tabs__close {
        display: none; } }
  .course__tabs__content {
    position: fixed;
    z-index: 24;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80%;
    background-color: #fff;
    padding-top: 48px;
    border-radius: 16px 16px 0 0;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    @media (min-width: 48em) {
      .course__tabs__content {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 50%;
        height: auto;
        padding: 0;
        padding-left: 20px;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); } }
    @media (min-width: 76.25em) {
      .course__tabs__content {
        padding-left: 36px; } }
    .course__tabs__content.is-active {
      -webkit-transform: translate(0);
          -ms-transform: translate(0);
              transform: translate(0); }

.course__module {
  padding: 0 16px 16px;
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  display: none; }
  @media (min-width: 48em) {
    .course__module {
      position: relative;
      top: auto;
      padding: 0; } }
  .course__module.is-active {
    display: block; }
  .course__module__title {
    margin: 16px auto;
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: "ProximaNova Bold", sans-serif;
    color: #222222; }
    @media (min-width: 48em) {
      .course__module__title {
        display: none; } }
  .course__module__data {
    margin-bottom: 24px; }
  .course__module__date {
    font-size: 0.875rem;
    line-height: 1.5rem;
    font-family: "ProximaNova Regular", sans-serif;
    color: #909090;
    margin: 0 auto; }
  .course__module__paragraph {
    font-size: 0.875rem;
    line-height: 1.5rem;
    font-family: "ProximaNova Regular", sans-serif;
    color: #6D6D6D;
    margin: 0 auto; }
  .course__module__chapter {
    position: relative;
    display: block;
    margin: 8px auto;
    background-color: #F4F5F4;
    padding: 28px 8px 8px 56px;
    border-radius: 8px; }
    @media (min-width: 76.25em) {
      .course__module__chapter {
        padding: 8px 120px 8px 72px; } }
    .course__module__chapter:before {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 24px;
      line-height: 1.5rem;
      font-family: "ProximaNova Bold", sans-serif;
      position: absolute;
      top: 4px;
      right: 32px; }
    .course__module__chapter__icon {
      position: absolute;
      top: 50%;
      margin-top: -20px;
      left: 8px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: #fff; }
      @media (min-width: 76.25em) {
        .course__module__chapter__icon {
          left: 16px; } }
      .course__module__chapter__icon:before {
        content: '';
        margin: 8px;
        background-color: #2C415E; }
    .course__module__chapter__title {
      font-size: 1.125rem;
      line-height: 1.5rem;
      font-family: "ProximaNova Regular", sans-serif;
      color: #464646;
      margin: 0 auto; }
    .course__module__chapter__content {
      font-size: 0.875rem;
      line-height: 1.5rem;
      font-family: "ProximaNova Regular", sans-serif;
      color: #6D6D6D;
      margin: 0 auto;
      text-transform: capitalize; }
    .course__module__chapter__check {
      width: 16px !important;
      height: 16px !important;
      position: absolute;
      top: 8px;
      right: 8px;
      background-color: #fff; }
    .course__module__chapter.is-complete {
      background-color: #A7DAD5; }
      .course__module__chapter.is-complete:before {
        content: 'Completado';
        color: #004A57; }
      .course__module__chapter.is-complete .course__module__chapter__check {
        background-color: #004A57; }
    .course__module__chapter.is-progress {
      background-color: #F9ECD1; }
      .course__module__chapter.is-progress:before {
        content: 'En curso';
        color: #DCA50D; }
    .course__module__chapter.is-locked {
      background-color: #E6E6E6;
      pointer-events: none; }
      .course__module__chapter.is-locked:before {
        content: 'Cerrado';
        color: #909090; }
      .course__module__chapter.is-locked .course__module__chapter__check {
        background-color: #CCCCCC; }
    .course__module__chapter.is-fail {
      background-color: #f8e2e6; }
      .course__module__chapter.is-fail:before {
        content: 'Suspenso';
        color: #C5203F; }
      .course__module__chapter.is-fail .course__module__chapter__check {
        background-color: #C5203F; }

.course__download {
  position: relative;
  display: block;
  margin: 8px auto;
  background-color: #F4F5F4;
  padding: 16px 112px 16px 56px;
  border-radius: 8px; }
  @media (min-width: 76.25em) {
    .course__download {
      padding: 16px 112px 16px 72px; } }
  .course__download__icon {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 8px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff; }
    @media (min-width: 76.25em) {
      .course__download__icon {
        left: 16px; } }
    .course__download__icon:before {
      content: '';
      margin: 8px;
      background-color: #2C415E; }
  .course__download__title {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-family: "ProximaNova Regular", sans-serif;
    color: #464646;
    margin: 0 auto; }
  .course__download__size {
    font-size: 0.875rem;
    line-height: 1.5rem;
    font-family: "ProximaNova Regular", sans-serif;
    color: #6D6D6D;
    margin: 0 auto;
    text-transform: capitalize; }
  .course__download__button {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #3055CF;
    font-family: "ProximaNova Bold", sans-serif;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 16px; }
  .course__download.no-touch:hover {
    background-color: #E6E6E6; }

.course__nav {
  margin-top: 32px; }
  @media (min-width: 64em) {
    .course__nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 60px; } }
  @media (min-width: 85.375em) {
    .course__nav {
      margin-top: 72px; } }
  .course__nav .course__back {
    display: none; }
    @media (min-width: 64em) {
      .course__nav .course__back {
        display: block; } }
  @media (min-width: 64em) {
    .course__nav .course__back, .course__nav .course__next {
      width: 35%; } }
  .course__nav__text {
    margin-bottom: 24px; }
    @media (min-width: 64em) {
      .course__nav__text {
        width: 30%;
        margin-bottom: 0;
        padding: 0 24px; } }
  .course__nav__title {
    margin: 0 auto;
    text-align: center;
    font-size: 0.75rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    font-family: "ProximaNova Regular", sans-serif;
    color: #909090;
    max-width: 328px;
    margin: 0 auto; }
  .course__nav__progress {
    margin: 0 auto;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: "ProximaNova Bold", sans-serif;
    color: #464646;
    max-width: 328px;
    margin: 0 auto; }

.course__evaluation {
  position: relative;
  margin: 32px 0 0; }
  @media (min-width: 48em) {
    .course__evaluation {
      margin: 40px 0 0; } }
  .course__evaluation__anchor {
    position: absolute;
    top: -92px; }
    @media (min-width: 48em) {
      .course__evaluation__anchor {
        top: -104px; } }
  .course__evaluation__nav {
    position: relative;
    margin: 24px auto;
    padding-left: 40px; }
    @media (min-width: 48em) {
      .course__evaluation__nav {
        margin: 40px auto; } }
    .course__evaluation__nav__back {
      position: absolute;
      top: -8px;
      left: -8px;
      padding: 8px;
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
      .course__evaluation__nav__back i {
        background-color: #3055CF; }
      .course__evaluation__nav__back.is-disabled {
        pointer-events: none; }
        .course__evaluation__nav__back.is-disabled i {
          background-color: #CCCCCC; }
    .course__evaluation__nav__question {
      font-size: 0.875rem;
      line-height: 1.5rem;
      font-family: "ProximaNova Regular", sans-serif;
      color: #6D6D6D;
      text-transform: uppercase;
      margin: 0 auto; }
  .course__evaluation__question {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-family: "ProximaNova Bold", sans-serif;
    color: #222222;
    margin: 32px auto; }
    @media (min-width: 48em) {
      .course__evaluation__question {
        font-size: 1.5rem;
        line-height: 2rem; } }
  .course__evaluation__steps {
    margin: 24px auto; }
    @media (min-width: 48em) {
      .course__evaluation__steps {
        margin: 40px auto; } }
  .course__evaluation__step {
    display: none; }
    .course__evaluation__step.is-active {
      display: block; }
  .course__evaluation__answer {
    margin: 32px auto; }
    .course__evaluation__answer__question {
      font-size: 0.875rem;
      line-height: 1.5rem;
      font-family: "ProximaNova Bold", sans-serif;
      color: #222222;
      margin: 16px auto; }
      @media (min-width: 48em) {
        .course__evaluation__answer__question {
          font-size: 1rem;
          line-height: 1.5rem; } }
    .course__evaluation__answer__option {
      position: relative;
      font-size: 0.875rem;
      line-height: 1.5rem;
      font-family: "ProximaNova Regular", sans-serif;
      color: #222222;
      margin: 8px auto;
      padding-left: 32px; }
      .course__evaluation__answer__option:before {
        content: '';
        position: absolute;
        top: 10px;
        left: 10px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #203662; }
      .course__evaluation__answer__option.is-success {
        color: #85ad15; }
        .course__evaluation__answer__option.is-success:before {
          width: 16px;
          height: 16px;
          top: 4px;
          left: 4px;
          background-color: #A5DC0D; }
      .course__evaluation__answer__option.is-fail {
        color: #971930; }
        .course__evaluation__answer__option.is-fail:before {
          width: 16px;
          height: 16px;
          top: 4px;
          left: 4px;
          background-color: #C5203F; }
      @media (min-width: 48em) {
        .course__evaluation__answer__option {
          font-size: 1rem;
          line-height: 1.5rem; } }
    .course__evaluation__answer__explanation {
      position: relative;
      font-size: 0.875rem;
      line-height: 1.5rem;
      font-family: "ProximaNova Regular", sans-serif;
      color: #6D6D6D;
      margin: 16px auto;
      padding: 12px 0 0 8px; }
      .course__evaluation__answer__explanation:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 4px;
        background-color: #93ACCC; }

/* ==========================================================================
   HELP
   ========================================================================== */
.help {
  position: fixed;
  z-index: 24;
  bottom: 8px;
  right: 8px;
  font-size: 0; }
  @media (min-width: 64em) {
    .help {
      bottom: 16px;
      right: 16px; } }
  .help__content {
    position: absolute;
    z-index: 8;
    bottom: 28px;
    right: 28px;
    width: 275px;
    background: #fff;
    border-radius: 8px;
    padding: 16px;
    text-align: left;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0); }
    @media (min-width: 31.25em) {
      .help__content {
        width: 416px;
        padding: 24px; } }
    .help__content.is-open {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
  .help__btn {
    position: relative;
    z-index: 16;
    width: 56px;
    height: 56px;
    background: #3055CF;
    border-radius: 50%; }
    .help__btn > * {
      position: absolute;
      top: 12px;
      left: 12px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      width: 32px;
      height: 32px;
      background-color: #fff; }
    .help__btn__icon--open {
      opacity: 1;
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0); }
    .help__btn__icon--close {
      opacity: 0;
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); }
    .help__btn.is-open .help__btn__icon--open {
      opacity: 0;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
    .help__btn.is-open .help__btn__icon--close {
      opacity: 1;
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0); }
  .help__title {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-family: "ProximaNova Bold", sans-serif;
    color: #222222;
    margin: 8px auto; }
  .help .form {
    margin: 16px auto; }
    @media (min-width: 48em) {
      .help .form {
        margin: 24px auto; } }

/* ==========================================================================
   NOTICE
   ========================================================================== */
.notice {
  margin: 32px 0; }
  @media (min-width: 48em) {
    .notice {
      margin: 56px 0; } }
  .notice__nav {
    display: inline-block;
    vertical-align: top;
    width: 100%; }
    @media (min-width: 48em) {
      .notice__nav {
        width: 50%;
        padding-right: 20px; } }
    @media (min-width: 76.25em) {
      .notice__nav {
        width: 40%;
        padding-right: 36px; } }
    .notice__nav__link {
      position: relative;
      display: block;
      margin: 16px auto;
      border-bottom: 1px solid #CCCCCC;
      padding-bottom: 16px;
      padding-right: 40px; }
      .notice__nav__link:before {
        content: '';
        width: 12px;
        height: 12px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -18px;
        background-color: #222222; }
        @media (min-width: 48em) {
          .notice__nav__link:before {
            background-color: #909090; } }
      .notice__nav__link__title {
        font-size: 1rem;
        line-height: 1.5rem;
        font-family: "ProximaNova Bold", sans-serif;
        color: #222222;
        margin: 0; }
        @media (min-width: 48em) {
          .notice__nav__link__title {
            font-family: "ProximaNova Regular", sans-serif;
            color: #909090; } }
        @media (min-width: 76.25em) {
          .notice__nav__link__title {
            font-size: 1.25rem;
            line-height: 1.75rem; } }
      .notice__nav__link__date {
        font-size: 0.875rem;
        line-height: 1.5rem;
        color: #6D6D6D;
        margin: 0 auto; }
        @media (min-width: 48em) {
          .notice__nav__link__date {
            color: #909090; } }
      @media (min-width: 48em) {
        .notice__nav__link.is-active .notice__nav__link__title {
          font-family: "ProximaNova Bold", sans-serif;
          color: #222222; }
        .notice__nav__link.is-active .notice__nav__link__date {
          color: #6D6D6D; }
        .notice__nav__link.is-active:before {
          background-color: #222222; } }
      .notice__nav__link.no-read .notice__nav__link__date {
        position: relative;
        padding-left: 16px; }
        .notice__nav__link.no-read .notice__nav__link__date:before {
          content: '';
          width: 8px;
          height: 8px;
          background-color: #C5203F;
          position: absolute;
          top: 8px;
          left: 0;
          border-radius: 8px; }
  .notice__close {
    position: fixed;
    z-index: 25;
    top: 20%;
    right: 0;
    padding: 12px;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    pointer-events: none; }
    .notice__close.is-active {
      opacity: 1;
      pointer-events: visible;
      -webkit-transition-delay: .3s;
           -o-transition-delay: .3s;
              transition-delay: .3s; }
    @media (min-width: 48em) {
      .notice__close {
        display: none; } }
  .notice__content {
    position: fixed;
    z-index: 24;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80%;
    background-color: #fff;
    padding-top: 48px;
    border-radius: 16px 16px 0 0;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    @media (min-width: 48em) {
      .notice__content {
        position: sticky;
        top: 90px;
        display: inline-block;
        vertical-align: top;
        width: 50%;
        height: auto;
        padding: 0;
        padding-left: 20px;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); } }
    @media (min-width: 76.25em) {
      .notice__content {
        top: 112px;
        width: 60%;
        padding-left: 36px; } }
    .notice__content.is-active {
      -webkit-transform: translate(0);
          -ms-transform: translate(0);
              transform: translate(0); }
  .notice__chat {
    padding: 0 16px 16px;
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    display: none; }
    @media (min-width: 48em) {
      .notice__chat {
        position: relative;
        top: auto;
        padding: 0; } }
    .notice__chat.is-active {
      display: block; }
    .notice__chat__course {
      font-size: 0.875rem;
      line-height: 1.5rem;
      font-family: "ProximaNova Regular", sans-serif;
      color: #6D6D6D;
      margin: 16px auto; }
    .notice__chat__question {
      font-size: 1.25rem;
      line-height: 1.75rem;
      font-family: "ProximaNova Bold", sans-serif;
      color: #222222;
      margin: 4px auto; }
    .notice__chat__date {
      font-size: 0.875rem;
      line-height: 1.5rem;
      font-family: "ProximaNova Regular", sans-serif;
      color: #909090;
      margin: 4px auto; }
      .notice__chat__date--me {
        padding-left: 24px; }
    .notice__chat__answer {
      font-size: 1rem;
      line-height: 1.5rem;
      font-family: "ProximaNova Regular", sans-serif;
      color: #464646;
      margin: 8px auto 24px; }
      .notice__chat__answer + .notice__chat__answer {
        margin-top: -16px; }
      .notice__chat__answer--me {
        padding-left: 24px; }
    .notice__chat__reply {
      font-size: 1rem;
      line-height: 1.5rem;
      position: relative;
      font-family: "ProximaNova Bold", sans-serif;
      color: #203662;
      padding-left: 32px; }
      .notice__chat__reply:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0; }

/* ==========================================================================
   POPUP
   ========================================================================== */
.popup {
  position: relative;
  max-width: 416px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px; }
  .popup__main {
    padding: 24px;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: left; }
    .popup__main > * {
      margin: 16px 0; }
  .popup__title {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-family: "ProximaNova Bold", sans-serif;
    color: #222222;
    margin: 8px auto;
    padding-right: 56px; }
  .popup .form {
    margin: 16px auto; }
    @media (min-width: 48em) {
      .popup .form {
        margin: 24px auto; } }

.mfp-container {
  padding: 16px; }

.mfp-iframe-holder .mfp-close,
button.mfp-close {
  background: #203662;
  opacity: 1;
  top: 12px;
  right: 12px;
  text-align: center; }
  .mfp-iframe-holder .mfp-close:active,
  button.mfp-close:active {
    top: 12px; }
  .mfp-iframe-holder .mfp-close:hover,
  button.mfp-close:hover {
    background: #3055CF; }

/* ==========================================================================
   MAINTENANCE
   ========================================================================== */
.maintenance {
  text-align: center;
  padding: 40px 16px; }
  @media (min-width: 48em) {
    .maintenance {
      padding: 80px 24px; } }
  @media (min-width: 64em) {
    .maintenance {
      padding: 104px 40px; } }
  .maintenance__title {
    font-size: 1.75rem;
    line-height: 2rem;
    font-family: "ProximaNova Bold", sans-serif;
    margin: 24px auto; }
    @media (min-width: 64em) {
      .maintenance__title {
        font-size: 2.5rem;
        line-height: 3rem;
        margin: 40px auto; } }
  .maintenance__paragraph {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-family: "ProximaNova Regular", sans-serif;
    color: #222222;
    max-width: 768px;
    margin: 24px auto; }
  .maintenance__gradient {
    text-transform: uppercase;
    font-size: 2.5rem;
    line-height: 3rem;
    font-family: "ProximaNova Bold", sans-serif;
    margin: 24px auto; }
    @media (min-width: 64em) {
      .maintenance__gradient {
        font-size: 4rem;
        margin: 40px auto; } }

/* ==========================================================================
   ERROR
   ========================================================================== */
.error {
  text-align: center;
  padding: 40px 16px; }
  @media (min-width: 48em) {
    .error {
      padding: 80px 24px; } }
  @media (min-width: 64em) {
    .error {
      padding: 104px 40px; } }
  .error__paragraph {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-family: "ProximaNova Bold", sans-serif;
    color: #222222;
    max-width: 768px;
    margin: 24px auto; }
    @media (min-width: 64em) {
      .error__paragraph {
        font-size: 2.5rem;
        line-height: 3rem; } }
  .error__gradient {
    text-transform: uppercase;
    font-size: 8rem;
    line-height: 1em;
    font-family: "ProximaNova Bold", sans-serif;
    margin: 24px auto; }
    @media (min-width: 64em) {
      .error__gradient {
        font-size: 15rem;
        margin: 40px auto; } }

/* ==========================================================================
   HELPERS
   ========================================================================== */
.is-hidden {
  display: none !important;
  visibility: hidden; }

.is-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.is-visuallyhidden.focusable:active,
.is-visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.is-invisible {
  visibility: hidden; }

.scale-max-width {
  max-width: 100%;
  height: auto; }

.scale-width {
  width: 100%;
  height: auto; }

.is-align-center {
  text-align: center; }

.text-gradient {
  background-image: -o-linear-gradient(45deg, #2F5197, #E85121);
  background-image: linear-gradient(45deg, #2F5197, #E85121);
  background-repeat: repeat-x;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text; }

.text-gradient-orange, .hero__title strong, .maintenance__gradient, .error__gradient {
  background-image: -o-linear-gradient(45deg, #c51f3f, #ff8514);
  background-image: linear-gradient(45deg, #c51f3f, #ff8514);
  background-repeat: repeat-x;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text; }

.text-gradient-blue {
  background-image: -o-linear-gradient(45deg, #2F4E8C, #3FB9C2);
  background-image: linear-gradient(45deg, #2F4E8C, #3FB9C2);
  background-repeat: repeat-x;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text; }

/*# sourceMappingURL=main.css.map */
